@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fal,
.fat,
.fad,
.fadr,
.fadl,
.fadt,
.fass,
.fasr,
.fasl,
.fast,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.faslr,
.faslpr,
.fasldr,
.faslpdr,
.fapr,
.fams,
.favs,
.fawsb,
.fatl,
.fans,
.fands,
.faes,
.fagt,
.fajr,
.fajfr,
.fajdr,
.facr,
.fausb,
.faudsb,
.faufsb,
.fa-solid,
.fa-semibold,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-chisel,
.fa-etch,
.fa-graphite,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-mosaic,
.fa-notdog,
.fa-notdog-duo,
.fa-pixel,
.fa-slab,
.fa-slab-duo,
.fa-slab-press,
.fa-slab-press-duo,
.fa-thumbprint,
.fa-utility,
.fa-utility-duo,
.fa-utility-fill,
.fa-vellum,
.fa-whiteboard,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.faslr,
.faslpr,
.fasldr,
.faslpdr,
.fapr,
.fams,
.favs,
.fawsb,
.fatl,
.fans,
.fands,
.faes,
.fagt,
.fajr,
.fajfr,
.fajdr,
.facr,
.fausb,
.faudsb,
.faufsb,
.fa-solid,
.fa-semibold,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-chisel,
.fa-etch,
.fa-graphite,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-mosaic,
.fa-notdog,
.fa-notdog-duo,
.fa-pixel,
.fa-slab,
.fa-slab-duo,
.fa-slab-press,
.fa-slab-press-duo,
.fa-thumbprint,
.fa-utility,
.fa-utility-duo,
.fa-utility-fill,
.fa-vellum,
.fa-whiteboard,
.fa)::before {
  content: var(--fa)/"";
}

@supports not (content: ""/"") {
  :is(.fas,
  .fass,
  .far,
  .fasr,
  .fal,
  .fasl,
  .fat,
  .fast,
  .fad,
  .fadr,
  .fadl,
  .fadt,
  .fasds,
  .fasdr,
  .fasdl,
  .fasdt,
  .fab,
  .faslr,
  .faslpr,
  .fasldr,
  .faslpdr,
  .fapr,
  .fams,
  .favs,
  .fawsb,
  .fatl,
  .fans,
  .fands,
  .faes,
  .fagt,
  .fajr,
  .fajfr,
  .fajdr,
  .facr,
  .fausb,
  .faudsb,
  .faufsb,
  .fa-solid,
  .fa-semibold,
  .fa-regular,
  .fa-light,
  .fa-thin,
  .fa-brands,
  .fa-classic,
  .fa-duotone,
  .fa-sharp,
  .fa-sharp-duotone,
  .fa-chisel,
  .fa-etch,
  .fa-graphite,
  .fa-jelly,
  .fa-jelly-duo,
  .fa-jelly-fill,
  .fa-mosaic,
  .fa-notdog,
  .fa-notdog-duo,
  .fa-pixel,
  .fa-slab,
  .fa-slab-duo,
  .fa-slab-press,
  .fa-slab-press-duo,
  .fa-thumbprint,
  .fa-utility,
  .fa-utility-duo,
  .fa-utility-fill,
  .fa-vellum,
  .fa-whiteboard,
  .fa)::before {
    content: var(--fa);
  }
}
:is(.fad,
.fa-duotone,
.fadr,
.fadl,
.fadt,
.fasds,
.fa-sharp-duotone,
.fasdr,
.fasdl,
.fasdt,
.fatl,
.fa-thumbprint,
.fands,
.fa-notdog-duo,
.fajdr,
.fa-jelly-duo,
.faudsb,
.fa-utility-duo,
.fasldr,
.fa-slab-duo,
.faslpdr,
.fa-slab-press-duo,
.favs,
.fa-vellum)::after {
  content: var(--fa)/"";
  font-feature-settings: "ss01";
}

@supports not (content: ""/"") {
  :is(.fad,
  .fa-duotone,
  .fadr,
  .fadl,
  .fadt,
  .fasds,
  .fa-sharp-duotone,
  .fasdr,
  .fasdl,
  .fasdt,
  .fatl,
  .fa-thumbprint,
  .fands,
  .fa-notdog-duo,
  .fajdr,
  .fa-jelly-duo,
  .faudsb,
  .fa-utility-duo,
  .fasldr,
  .fa-slab-duo,
  .faslpdr,
  .fa-slab-press-duo,
  .favs,
  .fa-vellum)::after {
    content: var(--fa);
  }
}
.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: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-canvas-square {
  padding-block: 0.125em;
  margin-block-end: -0.125em;
}

.fa-canvas-roomy {
  padding-block: 0.25em;
  padding-inline: 0.125em;
  margin-block-end: -0.25em;
  box-sizing: content-box;
}

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

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

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

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.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.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

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

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: 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, ease-in-out);
}

.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, ease-in-out);
}

.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, 1.5s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-flip-360 {
  animation-name: fa-flip-360;
  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, 0.75s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.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));
}

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

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

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

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

.fa-wag {
  animation-name: fa-wag;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 0.9s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-out);
  transform-origin: bottom center;
}

.fa-float {
  animation-name: fa-float;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 3s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
  will-change: transform;
}

.fa-swing {
  animation-name: fa-swing;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1.2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-out);
  transform-origin: top center;
}

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

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-flip-360,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse,
  .fa-buzz,
  .fa-float,
  .fa-jello,
  .fa-spin-snap,
  .fa-spin-snap-4,
  .fa-spin-snap-8,
  .fa-swing,
  .fa-wag {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(calc(1.25 * var(--fa-beat-scale, 1.25)));
  }
  45% {
    transform: scale(calc(1.22 * var(--fa-beat-scale, 1.22)));
  }
  65% {
    transform: scale(calc(1.25 * var(--fa-beat-scale, 1.25)));
  }
  90% {
    transform: scale(1);
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
    animation-timing-function: var(--fa-animation-timing);
  }
  14% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.06), var(--fa-bounce-start-scale-y, 0.94)) translateY(var(--fa-bounce-anticipation, 3px));
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
  }
  32% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.94), var(--fa-bounce-jump-scale-y, 1.12)) translateY(calc(-1 * var(--fa-bounce-height, 0.5em)));
    animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  52% {
    transform: scale(1, 1) translateY(calc(-1 * var(--fa-bounce-height, 0.5em) * 1.1));
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  70% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.06), var(--fa-bounce-land-scale-y, 0.92)) translateY(0);
    animation-timing-function: cubic-bezier(0.33, 0.33, 0.66, 1);
  }
  85% {
    transform: scale(0.98, 1.04) translateY(calc(-2px * var(--fa-bounce-rebound, 1)));
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 1);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  0% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  40% {
    opacity: var(--fa-fade-opacity, 0.4);
    transform: scale(0.98);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fa-beat-fade {
  0% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  25% {
    opacity: calc(var(--fa-beat-fade-opacity, 0.4) + 0.4);
    transform: scale(var(--fa-beat-fade-scale, 1.28));
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  45% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.25));
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  65% {
    opacity: calc(var(--fa-beat-fade-opacity, 0.4) + 0.4);
    transform: scale(var(--fa-beat-fade-scale, 1.28));
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
}
@keyframes fa-flip {
  0% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), 0deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  8% {
    transform: perspective(2em) scale(var(--fa-flip-anticipation-scale, 0.95)) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), 0deg);
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
  }
  35% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * 0.6));
    animation-timing-function: linear;
  }
  65% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * 0.5));
    animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  92% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * var(--fa-flip-overshoot, 1.04)));
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 1);
  }
  100% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -360deg));
  }
}
@keyframes fa-flip-360 {
  0% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), 0deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  8% {
    transform: perspective(2em) scale(var(--fa-flip-anticipation-scale, 0.95)) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), 0deg);
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
  }
  50% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * 0.6));
    animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  80% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * var(--fa-flip-overshoot, 1.04)));
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 1);
  }
  100% {
    transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -360deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  }
  8% {
    transform: rotate(35deg) translateX(1px);
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  20% {
    transform: rotate(-22deg) translateX(-1px);
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  35% {
    transform: rotate(15deg) translateX(1px);
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  50% {
    transform: rotate(-9deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  65% {
    transform: rotate(5deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  78% {
    transform: rotate(-3deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  90% {
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin-snap {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  12% {
    transform: rotate(60deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  16.67% {
    transform: rotate(60deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  28.67% {
    transform: rotate(120deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  33.33% {
    transform: rotate(120deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  45.33% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  62% {
    transform: rotate(240deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  66.67% {
    transform: rotate(240deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  78.67% {
    transform: rotate(300deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  83.33% {
    transform: rotate(300deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  95.33% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin-snap-4 {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  15% {
    transform: rotate(90deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  25% {
    transform: rotate(90deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  40% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  65% {
    transform: rotate(270deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  75% {
    transform: rotate(270deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  90% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin-snap-8 {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  9% {
    transform: rotate(45deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  12.5% {
    transform: rotate(45deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  21.5% {
    transform: rotate(90deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  25% {
    transform: rotate(90deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  34% {
    transform: rotate(135deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  37.5% {
    transform: rotate(135deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  46.5% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  59% {
    transform: rotate(225deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  62.5% {
    transform: rotate(225deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  71.5% {
    transform: rotate(270deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  75% {
    transform: rotate(270deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  84% {
    transform: rotate(315deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  87.5% {
    transform: rotate(315deg);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  96.5% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-buzz {
  0% {
    transform: translateX(0) rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0, 0.9, 1);
  }
  5% {
    transform: translateX(var(--fa-buzz-distance, 4px)) rotate(0.5deg);
  }
  10% {
    transform: translateX(calc(-1 * var(--fa-buzz-distance, 4px))) rotate(-0.5deg);
  }
  15% {
    transform: translateX(var(--fa-buzz-distance, 4px)) rotate(0.3deg);
  }
  20% {
    transform: translateX(calc(-1 * var(--fa-buzz-distance, 4px))) rotate(-0.3deg);
  }
  25% {
    transform: translateX(calc(var(--fa-buzz-distance, 4px) * 0.7)) rotate(0.2deg);
  }
  30% {
    transform: translateX(calc(-1 * var(--fa-buzz-distance, 4px) * 0.7)) rotate(-0.2deg);
  }
  35% {
    transform: translateX(calc(var(--fa-buzz-distance, 4px) * 0.4)) rotate(0.1deg);
  }
  40% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes fa-wag {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.6, 1);
  }
  12% {
    transform: rotate(var(--fa-wag-angle, 12deg));
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  24% {
    transform: rotate(2deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.6, 1);
  }
  36% {
    transform: rotate(calc(var(--fa-wag-angle, 12deg) * 0.85));
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  48% {
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.6, 1);
  }
  58% {
    transform: rotate(calc(var(--fa-wag-angle, 12deg) * 0.6));
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  68% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-float {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x, 1.02), var(--fa-float-squash-y, 0.98));
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
  }
  15% {
    transform: translateY(calc(-0.4 * var(--fa-float-height, 6px))) translateX(var(--fa-float-drift, 1px)) rotate(var(--fa-float-tilt, 1deg)) scale(1, 1);
    animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  35% {
    transform: translateY(calc(-1 * var(--fa-float-height, 6px))) translateX(0) rotate(0deg) scale(var(--fa-float-stretch-x, 0.98), var(--fa-float-stretch-y, 1.03));
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 0);
  }
  50% {
    transform: translateY(calc(-0.92 * var(--fa-float-height, 6px))) translateX(calc(-0.5 * var(--fa-float-drift, 1px))) rotate(calc(-0.5 * var(--fa-float-tilt, 1deg))) scale(0.995, 1.01);
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
  }
  70% {
    transform: translateY(calc(-0.3 * var(--fa-float-height, 6px))) translateX(calc(-1 * var(--fa-float-drift, 1px))) rotate(calc(-1 * var(--fa-float-tilt, 1deg))) scale(1, 1);
    animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  90% {
    transform: translateY(calc(0.05 * var(--fa-float-height, 6px))) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x, 1.02), var(--fa-float-squash-y, 0.98));
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 1);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x, 1.02), var(--fa-float-squash-y, 0.98));
  }
}
@keyframes fa-swing {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  }
  8% {
    transform: rotate(var(--fa-swing-angle, 22deg));
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  18% {
    transform: rotate(calc(-1 * var(--fa-swing-angle, 22deg) * 0.85));
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  28% {
    transform: rotate(calc(var(--fa-swing-angle, 22deg) * 0.65));
    animation-timing-function: cubic-bezier(0.35, 0, 0.65, 1);
  }
  38% {
    transform: rotate(calc(-1 * var(--fa-swing-angle, 22deg) * 0.45));
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  48% {
    transform: rotate(calc(var(--fa-swing-angle, 22deg) * 0.25));
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  56% {
    transform: rotate(calc(-1 * var(--fa-swing-angle, 22deg) * 0.1));
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  64% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-jello {
  0% {
    transform: scale(1, 1);
    animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  }
  12% {
    transform: scale(var(--fa-jello-scale-x, 1.15), calc(2 - var(--fa-jello-scale-x, 1.15)));
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  24% {
    transform: scale(calc(2 - var(--fa-jello-scale-y, 1.12)), var(--fa-jello-scale-y, 1.12));
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  36% {
    transform: scale(calc(1 + (var(--fa-jello-scale-x, 1.15) - 1) * 0.5), calc(2 - (1 + (var(--fa-jello-scale-x, 1.15) - 1) * 0.5)));
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  48% {
    transform: scale(calc(2 - (1 + (var(--fa-jello-scale-y, 1.12) - 1) * 0.3)), calc(1 + (var(--fa-jello-scale-y, 1.12) - 1) * 0.3));
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  58% {
    transform: scale(1.02, 0.98);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  68% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.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 {
  --fa-width: 100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  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: "\30 ";
}

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

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

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-ditto {
  --fa: "\"";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-ampersand {
  --fa: "\&";
}

.fa-apostrophe {
  --fa: "\'";
}

.fa-bracket-round {
  --fa: "\(";
}

.fa-parenthesis {
  --fa: "\(";
}

.fa-bracket-round-right {
  --fa: "\)";
}

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

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-comma {
  --fa: "\,";
}

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

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

.fa-slash-forward {
  --fa: "\/";
}

.fa-colon {
  --fa: "\:";
}

.fa-semicolon {
  --fa: "\;";
}

.fa-less-than {
  --fa: "\<";
}

.fa-equals {
  --fa: "\=";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-question {
  --fa: "\?";
}

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

.fa-a {
  --fa: "A";
}

.fa-b {
  --fa: "B";
}

.fa-c {
  --fa: "C";
}

.fa-d {
  --fa: "D";
}

.fa-e {
  --fa: "E";
}

.fa-f {
  --fa: "F";
}

.fa-g {
  --fa: "G";
}

.fa-h {
  --fa: "H";
}

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

.fa-j {
  --fa: "J";
}

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

.fa-l {
  --fa: "L";
}

.fa-m {
  --fa: "M";
}

.fa-n {
  --fa: "N";
}

.fa-o {
  --fa: "O";
}

.fa-p {
  --fa: "P";
}

.fa-q {
  --fa: "Q";
}

.fa-r {
  --fa: "R";
}

.fa-s {
  --fa: "S";
}

.fa-t {
  --fa: "T";
}

.fa-u {
  --fa: "U";
}

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

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

.fa-x {
  --fa: "X";
}

.fa-y {
  --fa: "Y";
}

.fa-z {
  --fa: "Z";
}

.fa-bracket-square {
  --fa: "\[";
}

.fa-bracket {
  --fa: "\[";
}

.fa-bracket-left {
  --fa: "\[";
}

.fa-slash-back {
  --fa: "\\";
}

.fa-bracket-square-right {
  --fa: "\]";
}

.fa-accent-grave {
  --fa: "\`";
}

.fa-bracket-curly {
  --fa: "\{";
}

.fa-bracket-curly-left {
  --fa: "\{";
}

.fa-pipe {
  --fa: "\|";
}

.fa-bracket-curly-right {
  --fa: "\}";
}

.fa-tilde {
  --fa: "\~";
}

.fa-caravan-simple {
  --fa: "\e000";
}

.fa-caravan-alt {
  --fa: "\e000";
}

.fa-cat-space {
  --fa: "\e001";
}

.fa-coffee-pot {
  --fa: "\e002";
}

.fa-comet {
  --fa: "\e003";
}

.fa-fan-table {
  --fa: "\e004";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-galaxy {
  --fa: "\e008";
}

.fa-garage {
  --fa: "\e009";
}

.fa-garage-car {
  --fa: "\e00a";
}

.fa-garage-open {
  --fa: "\e00b";
}

.fa-heat {
  --fa: "\e00c";
}

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-house-day {
  --fa: "\e00e";
}

.fa-house-person-leave {
  --fa: "\e00f";
}

.fa-house-leave {
  --fa: "\e00f";
}

.fa-house-person-depart {
  --fa: "\e00f";
}

.fa-house-night {
  --fa: "\e010";
}

.fa-house-person-return {
  --fa: "\e011";
}

.fa-house-person-arrive {
  --fa: "\e011";
}

.fa-house-return {
  --fa: "\e011";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-lamp-desk {
  --fa: "\e014";
}

.fa-lamp-floor {
  --fa: "\e015";
}

.fa-light-ceiling {
  --fa: "\e016";
}

.fa-light-switch {
  --fa: "\e017";
}

.fa-light-switch-off {
  --fa: "\e018";
}

.fa-light-switch-on {
  --fa: "\e019";
}

.fa-microwave {
  --fa: "\e01b";
}

.fa-outlet {
  --fa: "\e01c";
}

.fa-oven {
  --fa: "\e01d";
}

.fa-planet-moon {
  --fa: "\e01f";
}

.fa-planet-ringed {
  --fa: "\e020";
}

.fa-police-box {
  --fa: "\e021";
}

.fa-person-to-portal {
  --fa: "\e022";
}

.fa-portal-enter {
  --fa: "\e022";
}

.fa-person-from-portal {
  --fa: "\e023";
}

.fa-portal-exit {
  --fa: "\e023";
}

.fa-radar {
  --fa: "\e024";
}

.fa-raygun {
  --fa: "\e025";
}

.fa-refrigerator {
  --fa: "\e026";
}

.fa-rocket-launch {
  --fa: "\e027";
}

.fa-sensor {
  --fa: "\e028";
}

.fa-sensor-triangle-exclamation {
  --fa: "\e029";
}

.fa-sensor-alert {
  --fa: "\e029";
}

.fa-sensor-fire {
  --fa: "\e02a";
}

.fa-sensor-on {
  --fa: "\e02b";
}

.fa-sensor-cloud {
  --fa: "\e02c";
}

.fa-sensor-smoke {
  --fa: "\e02c";
}

.fa-siren {
  --fa: "\e02d";
}

.fa-siren-on {
  --fa: "\e02e";
}

.fa-solar-system {
  --fa: "\e02f";
}

.fa-circle-sort {
  --fa: "\e030";
}

.fa-sort-circle {
  --fa: "\e030";
}

.fa-circle-sort-down {
  --fa: "\e031";
}

.fa-sort-circle-down {
  --fa: "\e031";
}

.fa-circle-sort-up {
  --fa: "\e032";
}

.fa-sort-circle-up {
  --fa: "\e032";
}

.fa-space-station-moon {
  --fa: "\e033";
}

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

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

.fa-sprinkler {
  --fa: "\e035";
}

.fa-star-shooting {
  --fa: "\e036";
}

.fa-starfighter {
  --fa: "\e037";
}

.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
}

.fa-starfighter-alt {
  --fa: "\e038";
}

.fa-starship {
  --fa: "\e039";
}

.fa-starship-freighter {
  --fa: "\e03a";
}

.fa-sword-laser {
  --fa: "\e03b";
}

.fa-sword-laser-alt {
  --fa: "\e03c";
}

.fa-swords-laser {
  --fa: "\e03d";
}

.fa-telescope {
  --fa: "\e03e";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-trailer {
  --fa: "\e041";
}

.fa-transporter {
  --fa: "\e042";
}

.fa-transporter-1 {
  --fa: "\e043";
}

.fa-transporter-2 {
  --fa: "\e044";
}

.fa-transporter-3 {
  --fa: "\e045";
}

.fa-transporter-empty {
  --fa: "\e046";
}

.fa-ufo {
  --fa: "\e047";
}

.fa-ufo-beam {
  --fa: "\e048";
}

.fa-user-alien {
  --fa: "\e04a";
}

.fa-user-robot {
  --fa: "\e04b";
}

.fa-user-visor {
  --fa: "\e04c";
}

.fa-vacuum {
  --fa: "\e04d";
}

.fa-vacuum-robot {
  --fa: "\e04e";
}

.fa-window-frame {
  --fa: "\e04f";
}

.fa-window-frame-open {
  --fa: "\e050";
}

.fa-coffin-cross {
  --fa: "\e051";
}

.fa-folder-arrow-down {
  --fa: "\e053";
}

.fa-folder-download {
  --fa: "\e053";
}

.fa-folder-arrow-up {
  --fa: "\e054";
}

.fa-folder-upload {
  --fa: "\e054";
}

.fa-user-unlock {
  --fa: "\e058";
}

.fa-bacteria {
  --fa: "\e059";
}

.fa-bacterium {
  --fa: "\e05a";
}

.fa-box-tissue {
  --fa: "\e05b";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-handshake-alt-slash {
  --fa: "\e060";
}

.fa-handshake-simple-slash {
  --fa: "\e060";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-people-arrows {
  --fa: "\e068";
}

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

.fa-plane-slash {
  --fa: "\e069";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-shield-virus {
  --fa: "\e06c";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-soap {
  --fa: "\e06e";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-users-slash {
  --fa: "\e073";
}

.fa-virus {
  --fa: "\e074";
}

.fa-virus-slash {
  --fa: "\e075";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-vest {
  --fa: "\e085";
}

.fa-vest-patches {
  --fa: "\e086";
}

.fa-airplay {
  --fa: "\e089";
}

.fa-alt {
  --fa: "\e08a";
}

.fa-angle {
  --fa: "\e08c";
}

.fa-angle-90 {
  --fa: "\e08d";
}

.fa-apple-core {
  --fa: "\e08f";
}

.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
}

.fa-arrow-down-left {
  --fa: "\e091";
}

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

.fa-arrow-down-right {
  --fa: "\e093";
}

.fa-arrow-down-to-bracket {
  --fa: "\e094";
}

.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
}

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

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-arrow-up-arrow-down {
  --fa: "\e099";
}

.fa-sort-up-down {
  --fa: "\e099";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
}

.fa-arrow-up-from-square {
  --fa: "\e09c";
}

.fa-arrow-up-left {
  --fa: "\e09d";
}

.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
}

.fa-arrow-up-right {
  --fa: "\e09f";
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
}

.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
}

.fa-arrows-cross {
  --fa: "\e0a2";
}

.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
}

.fa-arrows-from-line {
  --fa: "\e0a4";
}

.fa-arrows-minimize {
  --fa: "\e0a5";
}

.fa-compress-arrows {
  --fa: "\e0a5";
}

.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
}

.fa-arrows-to-line {
  --fa: "\e0a7";
}

.fa-audio-description-slash {
  --fa: "\e0a8";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-avocado {
  --fa: "\e0aa";
}

.fa-award-simple {
  --fa: "\e0ab";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

.fa-bars-filter {
  --fa: "\e0ad";
}

.fa-bars-sort {
  --fa: "\e0ae";
}

.fa-basket-shopping-simple {
  --fa: "\e0af";
}

.fa-shopping-basket-alt {
  --fa: "\e0af";
}

.fa-battery-exclamation {
  --fa: "\e0b0";
}

.fa-battery-low {
  --fa: "\e0b1";
}

.fa-battery-1 {
  --fa: "\e0b1";
}

.fa-bee {
  --fa: "\e0b2";
}

.fa-beer-mug {
  --fa: "\e0b3";
}

.fa-beer-foam {
  --fa: "\e0b3";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-block-quote {
  --fa: "\e0b5";
}

.fa-bolt-auto {
  --fa: "\e0b6";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-bolt-slash {
  --fa: "\e0b8";
}

.fa-book-arrow-right {
  --fa: "\e0b9";
}

.fa-book-arrow-up {
  --fa: "\e0ba";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

.fa-book-circle-arrow-right {
  --fa: "\e0bc";
}

.fa-book-circle-arrow-up {
  --fa: "\e0bd";
}

.fa-book-copy {
  --fa: "\e0be";
}

.fa-book-font {
  --fa: "\e0bf";
}

.fa-book-open-cover {
  --fa: "\e0c0";
}

.fa-book-open-alt {
  --fa: "\e0c0";
}

.fa-book-section {
  --fa: "\e0c1";
}

.fa-book-law {
  --fa: "\e0c1";
}

.fa-bookmark-slash {
  --fa: "\e0c2";
}

.fa-bowling-ball-pin {
  --fa: "\e0c3";
}

.fa-box-circle-check {
  --fa: "\e0c4";
}

.fa-brackets-round {
  --fa: "\e0c5";
}

.fa-parentheses {
  --fa: "\e0c5";
}

.fa-brain-circuit {
  --fa: "\e0c6";
}

.fa-brake-warning {
  --fa: "\e0c7";
}

.fa-briefcase-blank {
  --fa: "\e0c8";
}

.fa-brightness {
  --fa: "\e0c9";
}

.fa-brightness-low {
  --fa: "\e0ca";
}

.fa-browsers {
  --fa: "\e0cb";
}

.fa-buildings {
  --fa: "\e0cc";
}

.fa-burger-fries {
  --fa: "\e0cd";
}

.fa-burger-glass {
  --fa: "\e0ce";
}

.fa-calendar-arrow-down {
  --fa: "\e0d0";
}

.fa-calendar-download {
  --fa: "\e0d0";
}

.fa-calendar-arrow-up {
  --fa: "\e0d1";
}

.fa-calendar-upload {
  --fa: "\e0d1";
}

.fa-calendar-clock {
  --fa: "\e0d2";
}

.fa-calendar-time {
  --fa: "\e0d2";
}

.fa-calendar-heart {
  --fa: "\e0d3";
}

.fa-calendar-image {
  --fa: "\e0d4";
}

.fa-calendar-lines {
  --fa: "\e0d5";
}

.fa-calendar-note {
  --fa: "\e0d5";
}

.fa-calendar-range {
  --fa: "\e0d6";
}

.fa-calendars {
  --fa: "\e0d7";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-camera-slash {
  --fa: "\e0d9";
}

.fa-camera-viewfinder {
  --fa: "\e0da";
}

.fa-screenshot {
  --fa: "\e0da";
}

.fa-cart-minus {
  --fa: "\e0db";
}

.fa-cart-shopping-fast {
  --fa: "\e0dc";
}

.fa-cart-xmark {
  --fa: "\e0dd";
}

.fa-castle {
  --fa: "\e0de";
}

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-chart-bullet {
  --fa: "\e0e1";
}

.fa-chart-candlestick {
  --fa: "\e0e2";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-chart-line-up {
  --fa: "\e0e5";
}

.fa-chart-pyramid {
  --fa: "\e0e6";
}

.fa-chart-radar {
  --fa: "\e0e7";
}

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

.fa-chart-scatter-bubble {
  --fa: "\e0e9";
}

.fa-chart-tree-map {
  --fa: "\e0ea";
}

.fa-chart-waterfall {
  --fa: "\e0eb";
}

.fa-cherries {
  --fa: "\e0ec";
}

.fa-circle-0 {
  --fa: "\e0ed";
}

.fa-circle-1 {
  --fa: "\e0ee";
}

.fa-circle-2 {
  --fa: "\e0ef";
}

.fa-circle-3 {
  --fa: "\e0f0";
}

.fa-circle-4 {
  --fa: "\e0f1";
}

.fa-circle-5 {
  --fa: "\e0f2";
}

.fa-circle-6 {
  --fa: "\e0f3";
}

.fa-circle-7 {
  --fa: "\e0f4";
}

.fa-circle-8 {
  --fa: "\e0f5";
}

.fa-circle-9 {
  --fa: "\e0f6";
}

.fa-circle-a {
  --fa: "\e0f7";
}

.fa-circle-ampersand {
  --fa: "\e0f8";
}

.fa-circle-arrow-down-left {
  --fa: "\e0f9";
}

.fa-circle-arrow-down-right {
  --fa: "\e0fa";
}

.fa-circle-arrow-up-left {
  --fa: "\e0fb";
}

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

.fa-circle-b {
  --fa: "\e0fd";
}

.fa-circle-bolt {
  --fa: "\e0fe";
}

.fa-circle-book-open {
  --fa: "\e0ff";
}

.fa-book-circle {
  --fa: "\e0ff";
}

.fa-circle-bookmark {
  --fa: "\e100";
}

.fa-bookmark-circle {
  --fa: "\e100";
}

.fa-circle-c {
  --fa: "\e101";
}

.fa-circle-calendar {
  --fa: "\e102";
}

.fa-calendar-circle {
  --fa: "\e102";
}

.fa-circle-camera {
  --fa: "\e103";
}

.fa-camera-circle {
  --fa: "\e103";
}

.fa-circle-d {
  --fa: "\e104";
}

.fa-circle-dashed {
  --fa: "\e105";
}

.fa-circle-divide {
  --fa: "\e106";
}

.fa-circle-down-left {
  --fa: "\e107";
}

.fa-circle-down-right {
  --fa: "\e108";
}

.fa-circle-e {
  --fa: "\e109";
}

.fa-circle-ellipsis {
  --fa: "\e10a";
}

.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
}

.fa-circle-envelope {
  --fa: "\e10c";
}

.fa-envelope-circle {
  --fa: "\e10c";
}

.fa-circle-exclamation-check {
  --fa: "\e10d";
}

.fa-circle-f {
  --fa: "\e10e";
}

.fa-circle-g {
  --fa: "\e10f";
}

.fa-circle-half {
  --fa: "\e110";
}

.fa-circle-i {
  --fa: "\e111";
}

.fa-circle-j {
  --fa: "\e112";
}

.fa-circle-k {
  --fa: "\e113";
}

.fa-circle-l {
  --fa: "\e114";
}

.fa-circle-m {
  --fa: "\e115";
}

.fa-circle-microphone {
  --fa: "\e116";
}

.fa-microphone-circle {
  --fa: "\e116";
}

.fa-circle-microphone-lines {
  --fa: "\e117";
}

.fa-microphone-circle-alt {
  --fa: "\e117";
}

.fa-circle-n {
  --fa: "\e118";
}

.fa-circle-o {
  --fa: "\e119";
}

.fa-circle-p {
  --fa: "\e11a";
}

.fa-circle-phone {
  --fa: "\e11b";
}

.fa-phone-circle {
  --fa: "\e11b";
}

.fa-circle-phone-flip {
  --fa: "\e11c";
}

.fa-phone-circle-alt {
  --fa: "\e11c";
}

.fa-circle-phone-hangup {
  --fa: "\e11d";
}

.fa-phone-circle-down {
  --fa: "\e11d";
}

.fa-circle-q {
  --fa: "\e11e";
}

.fa-circle-quarter {
  --fa: "\e11f";
}

.fa-circle-r {
  --fa: "\e120";
}

.fa-circle-s {
  --fa: "\e121";
}

.fa-circle-small {
  --fa: "\e122";
}

.fa-circle-star {
  --fa: "\e123";
}

.fa-star-circle {
  --fa: "\e123";
}

.fa-circle-t {
  --fa: "\e124";
}

.fa-circle-three-quarters {
  --fa: "\e125";
}

.fa-circle-trash {
  --fa: "\e126";
}

.fa-trash-circle {
  --fa: "\e126";
}

.fa-circle-u {
  --fa: "\e127";
}

.fa-circle-up-left {
  --fa: "\e128";
}

.fa-circle-up-right {
  --fa: "\e129";
}

.fa-circle-v {
  --fa: "\e12a";
}

.fa-circle-video {
  --fa: "\e12b";
}

.fa-video-circle {
  --fa: "\e12b";
}

.fa-circle-w {
  --fa: "\e12c";
}

.fa-circle-waveform-lines {
  --fa: "\e12d";
}

.fa-waveform-circle {
  --fa: "\e12d";
}

.fa-circle-x {
  --fa: "\e12e";
}

.fa-circle-y {
  --fa: "\e12f";
}

.fa-circle-z {
  --fa: "\e130";
}

.fa-clapperboard {
  --fa: "\e131";
}

.fa-clapperboard-play {
  --fa: "\e132";
}

.fa-clipboard-medical {
  --fa: "\e133";
}

.fa-clock-desk {
  --fa: "\e134";
}

.fa-closed-captioning-slash {
  --fa: "\e135";
}

.fa-clothes-hanger {
  --fa: "\e136";
}

.fa-cloud-slash {
  --fa: "\e137";
}

.fa-cloud-word {
  --fa: "\e138";
}

.fa-clover {
  --fa: "\e139";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-code-fork {
  --fa: "\e13b";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

.fa-code-simple {
  --fa: "\e13d";
}

.fa-coffee-bean {
  --fa: "\e13e";
}

.fa-coffee-beans {
  --fa: "\e13f";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-command {
  --fa: "\e142";
}

.fa-comment-arrow-down {
  --fa: "\e143";
}

.fa-comment-arrow-up {
  --fa: "\e144";
}

.fa-comment-arrow-up-right {
  --fa: "\e145";
}

.fa-comment-captions {
  --fa: "\e146";
}

.fa-comment-code {
  --fa: "\e147";
}

.fa-comment-image {
  --fa: "\e148";
}

.fa-comment-middle {
  --fa: "\e149";
}

.fa-comment-middle-top {
  --fa: "\e14a";
}

.fa-comment-question {
  --fa: "\e14b";
}

.fa-comment-quote {
  --fa: "\e14c";
}

.fa-comment-text {
  --fa: "\e14d";
}

.fa-comments-question {
  --fa: "\e14e";
}

.fa-comments-question-check {
  --fa: "\e14f";
}

.fa-conveyor-belt-empty {
  --fa: "\e150";
}

.fa-crate-empty {
  --fa: "\e151";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-delete-right {
  --fa: "\e154";
}

.fa-desktop-arrow-down {
  --fa: "\e155";
}

.fa-diagram-lean-canvas {
  --fa: "\e156";
}

.fa-diagram-nested {
  --fa: "\e157";
}

.fa-diagram-sankey {
  --fa: "\e158";
}

.fa-diagram-venn {
  --fa: "\e15a";
}

.fa-dial {
  --fa: "\e15b";
}

.fa-dial-med-high {
  --fa: "\e15b";
}

.fa-dial-high {
  --fa: "\e15c";
}

.fa-dial-low {
  --fa: "\e15d";
}

.fa-dial-max {
  --fa: "\e15e";
}

.fa-dial-med {
  --fa: "\e15f";
}

.fa-dial-med-low {
  --fa: "\e160";
}

.fa-dial-min {
  --fa: "\e161";
}

.fa-dial-off {
  --fa: "\e162";
}

.fa-display {
  --fa: "\e163";
}

.fa-display-arrow-down {
  --fa: "\e164";
}

.fa-display-code {
  --fa: "\e165";
}

.fa-desktop-code {
  --fa: "\e165";
}

.fa-display-medical {
  --fa: "\e166";
}

.fa-desktop-medical {
  --fa: "\e166";
}

.fa-dolphin {
  --fa: "\e168";
}

.fa-dong-sign {
  --fa: "\e169";
}

.fa-down-left {
  --fa: "\e16a";
}

.fa-down-right {
  --fa: "\e16b";
}

.fa-eggplant {
  --fa: "\e16c";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-engine {
  --fa: "\e16e";
}

.fa-envelope-dot {
  --fa: "\e16f";
}

.fa-envelope-badge {
  --fa: "\e16f";
}

.fa-envelopes {
  --fa: "\e170";
}

.fa-escalator {
  --fa: "\e171";
}

.fa-eye-dropper-full {
  --fa: "\e172";
}

.fa-eye-dropper-half {
  --fa: "\e173";
}

.fa-ferris-wheel {
  --fa: "\e174";
}

.fa-file-binary {
  --fa: "\e175";
}

.fa-file-heart {
  --fa: "\e176";
}

.fa-file-plus-minus {
  --fa: "\e177";
}

.fa-files {
  --fa: "\e178";
}

.fa-film-slash {
  --fa: "\e179";
}

.fa-films {
  --fa: "\e17a";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-filter-list {
  --fa: "\e17c";
}

.fa-filter-slash {
  --fa: "\e17d";
}

.fa-filters {
  --fa: "\e17e";
}

.fa-fire-hydrant {
  --fa: "\e17f";
}

.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
}

.fa-save-circle-arrow-right {
  --fa: "\e180";
}

.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
}

.fa-floppy-disk-times {
  --fa: "\e181";
}

.fa-save-circle-xmark {
  --fa: "\e181";
}

.fa-save-times {
  --fa: "\e181";
}

.fa-floppy-disk-pen {
  --fa: "\e182";
}

.fa-floppy-disks {
  --fa: "\e183";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-folder-bookmark {
  --fa: "\e186";
}

.fa-folder-gear {
  --fa: "\e187";
}

.fa-folder-cog {
  --fa: "\e187";
}

.fa-folder-grid {
  --fa: "\e188";
}

.fa-folder-heart {
  --fa: "\e189";
}

.fa-folder-image {
  --fa: "\e18a";
}

.fa-folder-magnifying-glass {
  --fa: "\e18b";
}

.fa-folder-search {
  --fa: "\e18b";
}

.fa-folder-medical {
  --fa: "\e18c";
}

.fa-folder-music {
  --fa: "\e18d";
}

.fa-folder-user {
  --fa: "\e18e";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-gif {
  --fa: "\e190";
}

.fa-glass-empty {
  --fa: "\e191";
}

.fa-glass-half {
  --fa: "\e192";
}

.fa-glass-half-empty {
  --fa: "\e192";
}

.fa-glass-half-full {
  --fa: "\e192";
}

.fa-grate {
  --fa: "\e193";
}

.fa-grate-droplet {
  --fa: "\e194";
}

.fa-grid {
  --fa: "\e195";
}

.fa-grid-3 {
  --fa: "\e195";
}

.fa-grid-2 {
  --fa: "\e196";
}

.fa-grid-2-plus {
  --fa: "\e197";
}

.fa-grid-4 {
  --fa: "\e198";
}

.fa-grid-5 {
  --fa: "\e199";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-gun-slash {
  --fa: "\e19c";
}

.fa-gun-squirt {
  --fa: "\e19d";
}

.fa-hand-back-point-down {
  --fa: "\e19e";
}

.fa-hand-back-point-left {
  --fa: "\e19f";
}

.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
}

.fa-hand-back-point-right {
  --fa: "\e1a1";
}

.fa-hand-back-point-up {
  --fa: "\e1a2";
}

.fa-hand-fingers-crossed {
  --fa: "\e1a3";
}

.fa-hand-holding-skull {
  --fa: "\e1a4";
}

.fa-hand-love {
  --fa: "\e1a5";
}

.fa-hand-point-ribbon {
  --fa: "\e1a6";
}

.fa-hand-wave {
  --fa: "\e1a7";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-hand-horns {
  --fa: "\e1a9";
}

.fa-head-side-heart {
  --fa: "\e1aa";
}

.fa-heart-half {
  --fa: "\e1ab";
}

.fa-heart-half-stroke {
  --fa: "\e1ac";
}

.fa-heart-half-alt {
  --fa: "\e1ac";
}

.fa-hexagon-divide {
  --fa: "\e1ad";
}

.fa-high-definition {
  --fa: "\e1ae";
}

.fa-rectangle-hd {
  --fa: "\e1ae";
}

.fa-highlighter-line {
  --fa: "\e1af";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

.fa-house-building {
  --fa: "\e1b1";
}

.fa-house-chimney-heart {
  --fa: "\e1b2";
}

.fa-house-tree {
  --fa: "\e1b3";
}

.fa-house-turret {
  --fa: "\e1b4";
}

.fa-image-landscape {
  --fa: "\e1b5";
}

.fa-landscape {
  --fa: "\e1b5";
}

.fa-image-polaroid-user {
  --fa: "\e1b6";
}

.fa-image-slash {
  --fa: "\e1b7";
}

.fa-image-user {
  --fa: "\e1b8";
}

.fa-images-user {
  --fa: "\e1b9";
}

.fa-inbox-full {
  --fa: "\e1ba";
}

.fa-inboxes {
  --fa: "\e1bb";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-input-numeric {
  --fa: "\e1bd";
}

.fa-input-pipe {
  --fa: "\e1be";
}

.fa-input-text {
  --fa: "\e1bf";
}

.fa-keyboard-brightness {
  --fa: "\e1c0";
}

.fa-keyboard-brightness-low {
  --fa: "\e1c1";
}

.fa-keyboard-down {
  --fa: "\e1c2";
}

.fa-keyboard-left {
  --fa: "\e1c3";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-lamp-street {
  --fa: "\e1c5";
}

.fa-laptop-arrow-down {
  --fa: "\e1c6";
}

.fa-laptop-slash {
  --fa: "\e1c7";
}

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-lasso-sparkles {
  --fa: "\e1c9";
}

.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
}

.fa-link-horizontal {
  --fa: "\e1cb";
}

.fa-chain-horizontal {
  --fa: "\e1cb";
}

.fa-link-horizontal-slash {
  --fa: "\e1cc";
}

.fa-chain-horizontal-slash {
  --fa: "\e1cc";
}

.fa-link-simple {
  --fa: "\e1cd";
}

.fa-link-simple-slash {
  --fa: "\e1ce";
}

.fa-list-dropdown {
  --fa: "\e1cf";
}

.fa-list-radio {
  --fa: "\e1d0";
}

.fa-list-timeline {
  --fa: "\e1d1";
}

.fa-list-tree {
  --fa: "\e1d2";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

.fa-loader {
  --fa: "\e1d4";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-manhole {
  --fa: "\e1d6";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-memo {
  --fa: "\e1d8";
}

.fa-memo-circle-check {
  --fa: "\e1d9";
}

.fa-memo-pad {
  --fa: "\e1da";
}

.fa-message-arrow-down {
  --fa: "\e1db";
}

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

.fa-message-arrow-up {
  --fa: "\e1dc";
}

.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
}

.fa-message-arrow-up-right {
  --fa: "\e1dd";
}

.fa-message-captions {
  --fa: "\e1de";
}

.fa-comment-alt-captions {
  --fa: "\e1de";
}

.fa-message-code {
  --fa: "\e1df";
}

.fa-message-image {
  --fa: "\e1e0";
}

.fa-comment-alt-image {
  --fa: "\e1e0";
}

.fa-message-middle {
  --fa: "\e1e1";
}

.fa-comment-middle-alt {
  --fa: "\e1e1";
}

.fa-message-middle-top {
  --fa: "\e1e2";
}

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

.fa-message-question {
  --fa: "\e1e3";
}

.fa-message-quote {
  --fa: "\e1e4";
}

.fa-comment-alt-quote {
  --fa: "\e1e4";
}

.fa-message-sms {
  --fa: "\e1e5";
}

.fa-message-text {
  --fa: "\e1e6";
}

.fa-comment-alt-text {
  --fa: "\e1e6";
}

.fa-messages-question {
  --fa: "\e1e7";
}

.fa-meter {
  --fa: "\e1e8";
}

.fa-meter-bolt {
  --fa: "\e1e9";
}

.fa-meter-droplet {
  --fa: "\e1ea";
}

.fa-meter-fire {
  --fa: "\e1eb";
}

.fa-microchip-ai {
  --fa: "\e1ec";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-mobile-notch {
  --fa: "\e1ee";
}

.fa-mobile-iphone {
  --fa: "\e1ee";
}

.fa-mobile-signal {
  --fa: "\e1ef";
}

.fa-mobile-signal-out {
  --fa: "\e1f0";
}

.fa-money-bill-simple {
  --fa: "\e1f1";
}

.fa-money-bill-simple-wave {
  --fa: "\e1f2";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-money-bills-simple {
  --fa: "\e1f4";
}

.fa-money-bills-alt {
  --fa: "\e1f4";
}

.fa-mug-tea-saucer {
  --fa: "\e1f5";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

.fa-nfc {
  --fa: "\e1f7";
}

.fa-nfc-lock {
  --fa: "\e1f8";
}

.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
}

.fa-nfc-pen {
  --fa: "\e1fa";
}

.fa-nfc-signal {
  --fa: "\e1fb";
}

.fa-nfc-slash {
  --fa: "\e1fc";
}

.fa-nfc-trash {
  --fa: "\e1fd";
}

.fa-notdef {
  --fa: "\e1fe";
}

.fa-note {
  --fa: "\e1ff";
}

.fa-note-medical {
  --fa: "\e200";
}

.fa-notebook {
  --fa: "\e201";
}

.fa-notes {
  --fa: "\e202";
}

.fa-octagon-divide {
  --fa: "\e203";
}

.fa-octagon-exclamation {
  --fa: "\e204";
}

.fa-oil-can-drip {
  --fa: "\e205";
}

.fa-paintbrush-pencil {
  --fa: "\e206";
}

.fa-pallet-box {
  --fa: "\e208";
}

.fa-panorama {
  --fa: "\e209";
}

.fa-paper-plane-top {
  --fa: "\e20a";
}

.fa-paper-plane-alt {
  --fa: "\e20a";
}

.fa-send {
  --fa: "\e20a";
}

.fa-peach {
  --fa: "\e20b";
}

.fa-pear {
  --fa: "\e20c";
}

.fa-pedestal {
  --fa: "\e20d";
}

.fa-pen-circle {
  --fa: "\e20e";
}

.fa-pen-clip-slash {
  --fa: "\e20f";
}

.fa-pen-alt-slash {
  --fa: "\e20f";
}

.fa-pen-fancy-slash {
  --fa: "\e210";
}

.fa-pen-field {
  --fa: "\e211";
}

.fa-pen-line {
  --fa: "\e212";
}

.fa-pen-slash {
  --fa: "\e213";
}

.fa-pen-swirl {
  --fa: "\e214";
}

.fa-pencil-slash {
  --fa: "\e215";
}

.fa-people {
  --fa: "\e216";
}

.fa-people-dress {
  --fa: "\e217";
}

.fa-people-dress-simple {
  --fa: "\e218";
}

.fa-people-pants {
  --fa: "\e219";
}

.fa-people-pants-simple {
  --fa: "\e21a";
}

.fa-people-simple {
  --fa: "\e21b";
}

.fa-person-dress-simple {
  --fa: "\e21c";
}

.fa-person-pinball {
  --fa: "\e21d";
}

.fa-person-seat {
  --fa: "\e21e";
}

.fa-person-seat-reclined {
  --fa: "\e21f";
}

.fa-person-simple {
  --fa: "\e220";
}

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-peso-sign {
  --fa: "\e222";
}

.fa-phone-arrow-down-left {
  --fa: "\e223";
}

.fa-phone-arrow-down {
  --fa: "\e223";
}

.fa-phone-incoming {
  --fa: "\e223";
}

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

.fa-phone-arrow-up {
  --fa: "\e224";
}

.fa-phone-outgoing {
  --fa: "\e224";
}

.fa-phone-hangup {
  --fa: "\e225";
}

.fa-phone-missed {
  --fa: "\e226";
}

.fa-phone-xmark {
  --fa: "\e227";
}

.fa-photo-film-music {
  --fa: "\e228";
}

.fa-pinball {
  --fa: "\e229";
}

.fa-plane-prop {
  --fa: "\e22b";
}

.fa-plane-tail {
  --fa: "\e22c";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-plane-up-slash {
  --fa: "\e22e";
}

.fa-play-pause {
  --fa: "\e22f";
}

.fa-puzzle-piece-simple {
  --fa: "\e231";
}

.fa-puzzle-piece-alt {
  --fa: "\e231";
}

.fa-quotes {
  --fa: "\e234";
}

.fa-rectangle-pro {
  --fa: "\e235";
}

.fa-pro {
  --fa: "\e235";
}

.fa-rectangle-terminal {
  --fa: "\e236";
}

.fa-rectangle-vertical-history {
  --fa: "\e237";
}

.fa-reel {
  --fa: "\e238";
}

.fa-reply-clock {
  --fa: "\e239";
}

.fa-reply-time {
  --fa: "\e239";
}

.fa-restroom-simple {
  --fa: "\e23a";
}

.fa-rhombus {
  --fa: "\e23b";
}

.fa-rotate-exclamation {
  --fa: "\e23c";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-screencast {
  --fa: "\e23e";
}

.fa-scribble {
  --fa: "\e23f";
}

.fa-sd-cards {
  --fa: "\e240";
}

.fa-seal {
  --fa: "\e241";
}

.fa-seal-exclamation {
  --fa: "\e242";
}

.fa-seal-question {
  --fa: "\e243";
}

.fa-seat-airline {
  --fa: "\e244";
}

.fa-shelves-empty {
  --fa: "\e246";
}

.fa-shield-exclamation {
  --fa: "\e247";
}

.fa-shield-keyhole {
  --fa: "\e248";
}

.fa-shield-minus {
  --fa: "\e249";
}

.fa-shield-plus {
  --fa: "\e24a";
}

.fa-shield-slash {
  --fa: "\e24b";
}

.fa-shield-xmark {
  --fa: "\e24c";
}

.fa-shield-times {
  --fa: "\e24c";
}

.fa-shower-down {
  --fa: "\e24d";
}

.fa-shower-alt {
  --fa: "\e24d";
}

.fa-sidebar {
  --fa: "\e24e";
}

.fa-sidebar-flip {
  --fa: "\e24f";
}

.fa-signal-stream-slash {
  --fa: "\e250";
}

.fa-sim-cards {
  --fa: "\e251";
}

.fa-slider {
  --fa: "\e252";
}

.fa-sliders-simple {
  --fa: "\e253";
}

.fa-split {
  --fa: "\e254";
}

.fa-square-0 {
  --fa: "\e255";
}

.fa-square-1 {
  --fa: "\e256";
}

.fa-square-2 {
  --fa: "\e257";
}

.fa-square-3 {
  --fa: "\e258";
}

.fa-square-4 {
  --fa: "\e259";
}

.fa-square-5 {
  --fa: "\e25a";
}

.fa-square-6 {
  --fa: "\e25b";
}

.fa-square-7 {
  --fa: "\e25c";
}

.fa-square-8 {
  --fa: "\e25d";
}

.fa-square-9 {
  --fa: "\e25e";
}

.fa-square-a {
  --fa: "\e25f";
}

.fa-square-ampersand {
  --fa: "\e260";
}

.fa-square-arrow-down-left {
  --fa: "\e261";
}

.fa-square-arrow-down-right {
  --fa: "\e262";
}

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

.fa-square-b {
  --fa: "\e264";
}

.fa-square-bolt {
  --fa: "\e265";
}

.fa-square-c {
  --fa: "\e266";
}

.fa-square-code {
  --fa: "\e267";
}

.fa-square-d {
  --fa: "\e268";
}

.fa-square-dashed {
  --fa: "\e269";
}

.fa-square-divide {
  --fa: "\e26a";
}

.fa-square-down-left {
  --fa: "\e26b";
}

.fa-square-down-right {
  --fa: "\e26c";
}

.fa-square-e {
  --fa: "\e26d";
}

.fa-square-ellipsis {
  --fa: "\e26e";
}

.fa-square-ellipsis-vertical {
  --fa: "\e26f";
}

.fa-square-f {
  --fa: "\e270";
}

.fa-square-g {
  --fa: "\e271";
}

.fa-square-i {
  --fa: "\e272";
}

.fa-square-j {
  --fa: "\e273";
}

.fa-square-k {
  --fa: "\e274";
}

.fa-square-l {
  --fa: "\e275";
}

.fa-square-m {
  --fa: "\e276";
}

.fa-square-n {
  --fa: "\e277";
}

.fa-square-o {
  --fa: "\e278";
}

.fa-square-p {
  --fa: "\e279";
}

.fa-square-phone-hangup {
  --fa: "\e27a";
}

.fa-phone-square-down {
  --fa: "\e27a";
}

.fa-square-q {
  --fa: "\e27b";
}

.fa-square-r {
  --fa: "\e27c";
}

.fa-square-s {
  --fa: "\e27d";
}

.fa-square-small {
  --fa: "\e27e";
}

.fa-square-star {
  --fa: "\e27f";
}

.fa-square-t {
  --fa: "\e280";
}

.fa-square-u {
  --fa: "\e281";
}

.fa-square-up-left {
  --fa: "\e282";
}

.fa-square-user {
  --fa: "\e283";
}

.fa-square-v {
  --fa: "\e284";
}

.fa-square-w {
  --fa: "\e285";
}

.fa-square-x {
  --fa: "\e286";
}

.fa-square-y {
  --fa: "\e287";
}

.fa-square-z {
  --fa: "\e288";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-standard-definition {
  --fa: "\e28a";
}

.fa-rectangle-sd {
  --fa: "\e28a";
}

.fa-star-sharp {
  --fa: "\e28b";
}

.fa-star-sharp-half {
  --fa: "\e28c";
}

.fa-star-sharp-half-stroke {
  --fa: "\e28d";
}

.fa-star-sharp-half-alt {
  --fa: "\e28d";
}

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
}

.fa-starfighter-alt-advanced {
  --fa: "\e28e";
}

.fa-sun-bright {
  --fa: "\e28f";
}

.fa-sun-alt {
  --fa: "\e28f";
}

.fa-table-layout {
  --fa: "\e290";
}

.fa-table-pivot {
  --fa: "\e291";
}

.fa-table-rows {
  --fa: "\e292";
}

.fa-rows {
  --fa: "\e292";
}

.fa-table-tree {
  --fa: "\e293";
}

.fa-tally-1 {
  --fa: "\e294";
}

.fa-tally-2 {
  --fa: "\e295";
}

.fa-tally-3 {
  --fa: "\e296";
}

.fa-tally-4 {
  --fa: "\e297";
}

.fa-taxi-bus {
  --fa: "\e298";
}

.fa-temperature-list {
  --fa: "\e299";
}

.fa-ticket-airline {
  --fa: "\e29a";
}

.fa-ticket-perforated-plane {
  --fa: "\e29a";
}

.fa-ticket-plane {
  --fa: "\e29a";
}

.fa-tickets-airline {
  --fa: "\e29b";
}

.fa-tickets-perforated-plane {
  --fa: "\e29b";
}

.fa-tickets-plane {
  --fa: "\e29b";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-timeline-arrow {
  --fa: "\e29d";
}

.fa-timer {
  --fa: "\e29e";
}

.fa-toilet-paper-under {
  --fa: "\e2a0";
}

.fa-toilet-paper-blank-under {
  --fa: "\e2a0";
}

.fa-toilet-paper-reverse {
  --fa: "\e2a0";
}

.fa-toilet-paper-reverse-alt {
  --fa: "\e2a0";
}

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

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

.fa-tower-control {
  --fa: "\e2a2";
}

.fa-train-subway-tunnel {
  --fa: "\e2a3";
}

.fa-subway-tunnel {
  --fa: "\e2a3";
}

.fa-transformer-bolt {
  --fa: "\e2a4";
}

.fa-transporter-4 {
  --fa: "\e2a5";
}

.fa-transporter-5 {
  --fa: "\e2a6";
}

.fa-transporter-6 {
  --fa: "\e2a7";
}

.fa-transporter-7 {
  --fa: "\e2a8";
}

.fa-trash-can-check {
  --fa: "\e2a9";
}

.fa-trash-can-clock {
  --fa: "\e2aa";
}

.fa-trash-can-list {
  --fa: "\e2ab";
}

.fa-trash-can-plus {
  --fa: "\e2ac";
}

.fa-trash-can-slash {
  --fa: "\e2ad";
}

.fa-trash-alt-slash {
  --fa: "\e2ad";
}

.fa-trash-can-xmark {
  --fa: "\e2ae";
}

.fa-trash-check {
  --fa: "\e2af";
}

.fa-trash-clock {
  --fa: "\e2b0";
}

.fa-trash-list {
  --fa: "\e2b1";
}

.fa-trash-plus {
  --fa: "\e2b2";
}

.fa-trash-slash {
  --fa: "\e2b3";
}

.fa-trash-xmark {
  --fa: "\e2b4";
}

.fa-truck-container-empty {
  --fa: "\e2b5";
}

.fa-truck-flatbed {
  --fa: "\e2b6";
}

.fa-truck-front {
  --fa: "\e2b7";
}

.fa-truck-tow {
  --fa: "\e2b8";
}

.fa-tty-answer {
  --fa: "\e2b9";
}

.fa-teletype-answer {
  --fa: "\e2b9";
}

.fa-tugrik-sign {
  --fa: "\e2ba";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-umbrella-simple {
  --fa: "\e2bc";
}

.fa-umbrella-alt {
  --fa: "\e2bc";
}

.fa-up-left {
  --fa: "\e2bd";
}

.fa-up-right {
  --fa: "\e2be";
}

.fa-user-bounty-hunter {
  --fa: "\e2bf";
}

.fa-user-pilot {
  --fa: "\e2c0";
}

.fa-user-pilot-tie {
  --fa: "\e2c1";
}

.fa-user-shakespeare {
  --fa: "\e2c2";
}

.fa-utility-pole {
  --fa: "\e2c3";
}

.fa-utility-pole-double {
  --fa: "\e2c4";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-video-arrow-down-left {
  --fa: "\e2c8";
}

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

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-watch-apple {
  --fa: "\e2cb";
}

.fa-watch-smart {
  --fa: "\e2cc";
}

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-wifi-exclamation {
  --fa: "\e2cf";
}

.fa-wrench-simple {
  --fa: "\e2d1";
}

.fa-robot-astromech {
  --fa: "\e2d2";
}

.fa-360-degrees {
  --fa: "\e2dc";
}

.fa-aperture {
  --fa: "\e2df";
}

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

.fa-balloon {
  --fa: "\e2e3";
}

.fa-balloons {
  --fa: "\e2e4";
}

.fa-banana {
  --fa: "\e2e5";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

.fa-bench-tree {
  --fa: "\e2e7";
}

.fa-blueberries {
  --fa: "\e2e8";
}

.fa-bowl-chopsticks {
  --fa: "\e2e9";
}

.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-briefcase-arrow-right {
  --fa: "\e2f2";
}

.fa-citrus {
  --fa: "\e2f4";
}

.fa-citrus-slice {
  --fa: "\e2f5";
}

.fa-coconut {
  --fa: "\e2f6";
}

.fa-display-slash {
  --fa: "\e2fa";
}

.fa-desktop-slash {
  --fa: "\e2fa";
}

.fa-face-explode {
  --fa: "\e2fe";
}

.fa-exploding-head {
  --fa: "\e2fe";
}

.fa-face-viewfinder {
  --fa: "\e2ff";
}

.fa-family {
  --fa: "\e300";
}

.fa-family-dress {
  --fa: "\e301";
}

.fa-family-pants {
  --fa: "\e302";
}

.fa-fence {
  --fa: "\e303";
}

.fa-fish-bones {
  --fa: "\e304";
}

.fa-grapes {
  --fa: "\e306";
}

.fa-kiwi-fruit {
  --fa: "\e30c";
}

.fa-mango {
  --fa: "\e30f";
}

.fa-melon {
  --fa: "\e310";
}

.fa-melon-slice {
  --fa: "\e311";
}

.fa-money-from-bracket {
  --fa: "\e312";
}

.fa-money-simple-from-bracket {
  --fa: "\e313";
}

.fa-olive {
  --fa: "\e316";
}

.fa-olive-branch {
  --fa: "\e317";
}

.fa-option {
  --fa: "\e318";
}

.fa-party-bell {
  --fa: "\e31a";
}

.fa-party-horn {
  --fa: "\e31b";
}

.fa-peapod {
  --fa: "\e31c";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-pineapple {
  --fa: "\e31f";
}

.fa-rectangle-code {
  --fa: "\e322";
}

.fa-rectangles-mixed {
  --fa: "\e323";
}

.fa-roller-coaster {
  --fa: "\e324";
}

.fa-square-quote {
  --fa: "\e329";
}

.fa-square-terminal {
  --fa: "\e32a";
}

.fa-strawberry {
  --fa: "\e32b";
}

.fa-table-picnic {
  --fa: "\e32d";
}

.fa-thought-bubble {
  --fa: "\e32e";
}

.fa-tick {
  --fa: "\e32f";
}

.fa-tomato {
  --fa: "\e330";
}

.fa-turn-down-left {
  --fa: "\e331";
}

.fa-user-police {
  --fa: "\e333";
}

.fa-user-police-tie {
  --fa: "\e334";
}

.fa-watermelon-slice {
  --fa: "\e337";
}

.fa-wheat-awn-slash {
  --fa: "\e338";
}

.fa-wheat-slash {
  --fa: "\e339";
}

.fa-badminton {
  --fa: "\e33a";
}

.fa-binary {
  --fa: "\e33b";
}

.fa-binary-circle-check {
  --fa: "\e33c";
}

.fa-binary-lock {
  --fa: "\e33d";
}

.fa-binary-slash {
  --fa: "\e33e";
}

.fa-boot-heeled {
  --fa: "\e33f";
}

.fa-car-bolt {
  --fa: "\e341";
}

.fa-car-circle-bolt {
  --fa: "\e342";
}

.fa-car-mirrors {
  --fa: "\e343";
}

.fa-car-side-bolt {
  --fa: "\e344";
}

.fa-clock-eight {
  --fa: "\e345";
}

.fa-clock-eight-thirty {
  --fa: "\e346";
}

.fa-clock-eleven {
  --fa: "\e347";
}

.fa-clock-eleven-thirty {
  --fa: "\e348";
}

.fa-clock-five {
  --fa: "\e349";
}

.fa-clock-five-thirty {
  --fa: "\e34a";
}

.fa-clock-four-thirty {
  --fa: "\e34b";
}

.fa-clock-nine {
  --fa: "\e34c";
}

.fa-clock-nine-thirty {
  --fa: "\e34d";
}

.fa-clock-one {
  --fa: "\e34e";
}

.fa-clock-one-thirty {
  --fa: "\e34f";
}

.fa-clock-seven {
  --fa: "\e350";
}

.fa-clock-seven-thirty {
  --fa: "\e351";
}

.fa-clock-six {
  --fa: "\e352";
}

.fa-clock-six-thirty {
  --fa: "\e353";
}

.fa-clock-ten {
  --fa: "\e354";
}

.fa-clock-ten-thirty {
  --fa: "\e355";
}

.fa-clock-three {
  --fa: "\e356";
}

.fa-clock-three-thirty {
  --fa: "\e357";
}

.fa-clock-twelve {
  --fa: "\e358";
}

.fa-clock-twelve-thirty {
  --fa: "\e359";
}

.fa-clock-two {
  --fa: "\e35a";
}

.fa-clock-two-thirty {
  --fa: "\e35b";
}

.fa-cloud-check {
  --fa: "\e35c";
}

.fa-cloud-minus {
  --fa: "\e35d";
}

.fa-cloud-plus {
  --fa: "\e35e";
}

.fa-cloud-xmark {
  --fa: "\e35f";
}

.fa-columns-3 {
  --fa: "\e361";
}

.fa-crystal-ball {
  --fa: "\e362";
}

.fa-cup-straw {
  --fa: "\e363";
}

.fa-cup-straw-swoosh {
  --fa: "\e364";
}

.fa-distribute-spacing-horizontal {
  --fa: "\e365";
}

.fa-distribute-spacing-vertical {
  --fa: "\e366";
}

.fa-eyes {
  --fa: "\e367";
}

.fa-face-angry-horns {
  --fa: "\e368";
}

.fa-face-anguished {
  --fa: "\e369";
}

.fa-face-anxious-sweat {
  --fa: "\e36a";
}

.fa-face-astonished {
  --fa: "\e36b";
}

.fa-face-confounded {
  --fa: "\e36c";
}

.fa-face-confused {
  --fa: "\e36d";
}

.fa-face-cowboy-hat {
  --fa: "\e36e";
}

.fa-face-disappointed {
  --fa: "\e36f";
}

.fa-face-disguise {
  --fa: "\e370";
}

.fa-face-downcast-sweat {
  --fa: "\e371";
}

.fa-face-drooling {
  --fa: "\e372";
}

.fa-face-expressionless {
  --fa: "\e373";
}

.fa-face-eyes-xmarks {
  --fa: "\e374";
}

.fa-face-fearful {
  --fa: "\e375";
}

.fa-face-frown-slight {
  --fa: "\e376";
}

.fa-face-glasses {
  --fa: "\e377";
}

.fa-face-hand-over-mouth {
  --fa: "\e378";
}

.fa-face-hand-yawn {
  --fa: "\e379";
}

.fa-face-head-bandage {
  --fa: "\e37a";
}

.fa-face-hushed {
  --fa: "\e37b";
}

.fa-face-icicles {
  --fa: "\e37c";
}

.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
}

.fa-face-lying {
  --fa: "\e37e";
}

.fa-face-mask {
  --fa: "\e37f";
}

.fa-face-monocle {
  --fa: "\e380";
}

.fa-face-nauseated {
  --fa: "\e381";
}

.fa-face-nose-steam {
  --fa: "\e382";
}

.fa-face-party {
  --fa: "\e383";
}

.fa-face-pensive {
  --fa: "\e384";
}

.fa-face-persevering {
  --fa: "\e385";
}

.fa-face-pleading {
  --fa: "\e386";
}

.fa-face-pouting {
  --fa: "\e387";
}

.fa-face-raised-eyebrow {
  --fa: "\e388";
}

.fa-face-relieved {
  --fa: "\e389";
}

.fa-face-sad-sweat {
  --fa: "\e38a";
}

.fa-face-scream {
  --fa: "\e38b";
}

.fa-face-shush {
  --fa: "\e38c";
}

.fa-face-sleeping {
  --fa: "\e38d";
}

.fa-face-sleepy {
  --fa: "\e38e";
}

.fa-face-smile-halo {
  --fa: "\e38f";
}

.fa-face-smile-hearts {
  --fa: "\e390";
}

.fa-face-smile-horns {
  --fa: "\e391";
}

.fa-face-smile-relaxed {
  --fa: "\e392";
}

.fa-face-smile-tear {
  --fa: "\e393";
}

.fa-face-smile-tongue {
  --fa: "\e394";
}

.fa-face-smile-upside-down {
  --fa: "\e395";
}

.fa-face-smiling-hands {
  --fa: "\e396";
}

.fa-face-smirking {
  --fa: "\e397";
}

.fa-face-sunglasses {
  --fa: "\e398";
}

.fa-face-swear {
  --fa: "\e399";
}

.fa-face-thermometer {
  --fa: "\e39a";
}

.fa-face-thinking {
  --fa: "\e39b";
}

.fa-face-tissue {
  --fa: "\e39c";
}

.fa-face-tongue-money {
  --fa: "\e39d";
}

.fa-face-tongue-sweat {
  --fa: "\e39e";
}

.fa-face-unamused {
  --fa: "\e39f";
}

.fa-face-vomit {
  --fa: "\e3a0";
}

.fa-face-weary {
  --fa: "\e3a1";
}

.fa-face-woozy {
  --fa: "\e3a2";
}

.fa-face-worried {
  --fa: "\e3a3";
}

.fa-face-zany {
  --fa: "\e3a4";
}

.fa-face-zipper {
  --fa: "\e3a5";
}

.fa-file-lock {
  --fa: "\e3a6";
}

.fa-file-slash {
  --fa: "\e3a7";
}

.fa-fishing-rod {
  --fa: "\e3a8";
}

.fa-flying-disc {
  --fa: "\e3a9";
}

.fa-gallery-thumbnails {
  --fa: "\e3aa";
}

.fa-goal-net {
  --fa: "\e3ab";
}

.fa-golf-flag-hole {
  --fa: "\e3ac";
}

.fa-grid-dividers {
  --fa: "\e3ad";
}

.fa-hockey-stick-puck {
  --fa: "\e3ae";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-house-chimney-blank {
  --fa: "\e3b0";
}

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-house-window {
  --fa: "\e3b3";
}

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

.fa-lacrosse-stick {
  --fa: "\e3b5";
}

.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
}

.fa-mask-snorkel {
  --fa: "\e3b7";
}

.fa-message-bot {
  --fa: "\e3b8";
}

.fa-moped {
  --fa: "\e3b9";
}

.fa-nesting-dolls {
  --fa: "\e3ba";
}

.fa-objects-align-bottom {
  --fa: "\e3bb";
}

.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
}

.fa-objects-align-center-vertical {
  --fa: "\e3bd";
}

.fa-objects-align-left {
  --fa: "\e3be";
}

.fa-objects-align-right {
  --fa: "\e3bf";
}

.fa-objects-align-top {
  --fa: "\e3c0";
}

.fa-objects-column {
  --fa: "\e3c1";
}

.fa-paperclip-vertical {
  --fa: "\e3c2";
}

.fa-pinata {
  --fa: "\e3c3";
}

.fa-pipe-smoking {
  --fa: "\e3c4";
}

.fa-pool-8-ball {
  --fa: "\e3c5";
}

.fa-rugby-ball {
  --fa: "\e3c6";
}

.fa-shirt-long-sleeve {
  --fa: "\e3c7";
}

.fa-shirt-running {
  --fa: "\e3c8";
}

.fa-shirt-tank-top {
  --fa: "\e3c9";
}

.fa-signature-lock {
  --fa: "\e3ca";
}

.fa-signature-slash {
  --fa: "\e3cb";
}

.fa-ski-boot {
  --fa: "\e3cc";
}

.fa-ski-boot-ski {
  --fa: "\e3cd";
}

.fa-slot-machine {
  --fa: "\e3ce";
}

.fa-teddy-bear {
  --fa: "\e3cf";
}

.fa-truck-bolt {
  --fa: "\e3d0";
}

.fa-uniform-martial-arts {
  --fa: "\e3d1";
}

.fa-user-chef {
  --fa: "\e3d2";
}

.fa-user-hair-buns {
  --fa: "\e3d3";
}

.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
}

.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
}

.fa-arrow-turn-down-right {
  --fa: "\e3d6";
}

.fa-bagel {
  --fa: "\e3d7";
}

.fa-baguette {
  --fa: "\e3d8";
}

.fa-blanket-fire {
  --fa: "\e3da";
}

.fa-block-brick {
  --fa: "\e3db";
}

.fa-wall-brick {
  --fa: "\e3db";
}

.fa-block-brick-fire {
  --fa: "\e3dc";
}

.fa-firewall {
  --fa: "\e3dc";
}

.fa-block-question {
  --fa: "\e3dd";
}

.fa-bowl-scoop {
  --fa: "\e3de";
}

.fa-bowl-shaved-ice {
  --fa: "\e3de";
}

.fa-bowl-scoops {
  --fa: "\e3df";
}

.fa-bowl-spoon {
  --fa: "\e3e0";
}

.fa-bread-slice-butter {
  --fa: "\e3e1";
}

.fa-broccoli {
  --fa: "\e3e2";
}

.fa-burger-lettuce {
  --fa: "\e3e3";
}

.fa-butter {
  --fa: "\e3e4";
}

.fa-cake-slice {
  --fa: "\e3e5";
}

.fa-shortcake {
  --fa: "\e3e5";
}

.fa-can-food {
  --fa: "\e3e6";
}

.fa-candy {
  --fa: "\e3e7";
}

.fa-candy-bar {
  --fa: "\e3e8";
}

.fa-chocolate-bar {
  --fa: "\e3e8";
}

.fa-card-club {
  --fa: "\e3e9";
}

.fa-card-diamond {
  --fa: "\e3ea";
}

.fa-card-heart {
  --fa: "\e3eb";
}

.fa-card-spade {
  --fa: "\e3ec";
}

.fa-cards {
  --fa: "\e3ed";
}

.fa-cart-arrow-up {
  --fa: "\e3ee";
}

.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
}

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

.fa-cart-circle-check {
  --fa: "\e3f1";
}

.fa-cart-circle-exclamation {
  --fa: "\e3f2";
}

.fa-cart-circle-plus {
  --fa: "\e3f3";
}

.fa-cart-circle-xmark {
  --fa: "\e3f4";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-chestnut {
  --fa: "\e3f6";
}

.fa-chopsticks {
  --fa: "\e3f7";
}

.fa-circle-quarters {
  --fa: "\e3f8";
}

.fa-code-pull-request-closed {
  --fa: "\e3f9";
}

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

.fa-coin-blank {
  --fa: "\e3fb";
}

.fa-coin-front {
  --fa: "\e3fc";
}

.fa-coin-vertical {
  --fa: "\e3fd";
}

.fa-corner {
  --fa: "\e3fe";
}

.fa-crab {
  --fa: "\e3ff";
}

.fa-soft-serve {
  --fa: "\e400";
}

.fa-creemee {
  --fa: "\e400";
}

.fa-cucumber {
  --fa: "\e401";
}

.fa-cupcake {
  --fa: "\e402";
}

.fa-custard {
  --fa: "\e403";
}

.fa-dash {
  --fa: "\e404";
}

.fa-minus-large {
  --fa: "\e404";
}

.fa-diamond-exclamation {
  --fa: "\e405";
}

.fa-donut {
  --fa: "\e406";
}

.fa-doughnut {
  --fa: "\e406";
}

.fa-down-from-dotted-line {
  --fa: "\e407";
}

.fa-down-to-dotted-line {
  --fa: "\e408";
}

.fa-face-awesome {
  --fa: "\e409";
}

.fa-gave-dandy {
  --fa: "\e409";
}

.fa-falafel {
  --fa: "\e40a";
}

.fa-flatbread {
  --fa: "\e40b";
}

.fa-flatbread-stuffed {
  --fa: "\e40c";
}

.fa-fondue-pot {
  --fa: "\e40d";
}

.fa-garlic {
  --fa: "\e40e";
}

.fa-grip-dots {
  --fa: "\e410";
}

.fa-grip-dots-vertical {
  --fa: "\e411";
}

.fa-h5 {
  --fa: "\e412";
}

.fa-h6 {
  --fa: "\e413";
}

.fa-hammer-crash {
  --fa: "\e414";
}

.fa-hashtag-lock {
  --fa: "\e415";
}

.fa-hexagon-check {
  --fa: "\e416";
}

.fa-hexagon-exclamation {
  --fa: "\e417";
}

.fa-honey-pot {
  --fa: "\e418";
}

.fa-hose {
  --fa: "\e419";
}

.fa-hose-reel {
  --fa: "\e41a";
}

.fa-hourglass-clock {
  --fa: "\e41b";
}

.fa-hundred-points {
  --fa: "\e41c";
}

.fa-100 {
  --fa: "\e41c";
}

.fa-leafy-green {
  --fa: "\e41d";
}

.fa-left-long-to-line {
  --fa: "\e41e";
}

.fa-light-emergency {
  --fa: "\e41f";
}

.fa-light-emergency-on {
  --fa: "\e420";
}

.fa-lobster {
  --fa: "\e421";
}

.fa-lock-a {
  --fa: "\e422";
}

.fa-lock-hashtag {
  --fa: "\e423";
}

.fa-lollipop {
  --fa: "\e424";
}

.fa-lollypop {
  --fa: "\e424";
}

.fa-mushroom {
  --fa: "\e425";
}

.fa-octagon-check {
  --fa: "\e426";
}

.fa-onion {
  --fa: "\e427";
}

.fa-page {
  --fa: "\e428";
}

.fa-page-caret-down {
  --fa: "\e429";
}

.fa-file-caret-down {
  --fa: "\e429";
}

.fa-page-caret-up {
  --fa: "\e42a";
}

.fa-file-caret-up {
  --fa: "\e42a";
}

.fa-pan-food {
  --fa: "\e42b";
}

.fa-pan-frying {
  --fa: "\e42c";
}

.fa-pancakes {
  --fa: "\e42d";
}

.fa-panel-ews {
  --fa: "\e42e";
}

.fa-panel-fire {
  --fa: "\e42f";
}

.fa-peanut {
  --fa: "\e430";
}

.fa-peanuts {
  --fa: "\e431";
}

.fa-pepper {
  --fa: "\e432";
}

.fa-person-to-door {
  --fa: "\e433";
}

.fa-phone-intercom {
  --fa: "\e434";
}

.fa-pickleball {
  --fa: "\e435";
}

.fa-pipe-circle-check {
  --fa: "\e436";
}

.fa-pipe-collar {
  --fa: "\e437";
}

.fa-pipe-section {
  --fa: "\e438";
}

.fa-pipe-valve {
  --fa: "\e439";
}

.fa-plate-utensils {
  --fa: "\e43b";
}

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-pompebled {
  --fa: "\e43d";
}

.fa-popsicle {
  --fa: "\e43e";
}

.fa-pot-food {
  --fa: "\e43f";
}

.fa-potato {
  --fa: "\e440";
}

.fa-pretzel {
  --fa: "\e441";
}

.fa-pump {
  --fa: "\e442";
}

.fa-puzzle {
  --fa: "\e443";
}

.fa-right-long-to-line {
  --fa: "\e444";
}

.fa-sailboat {
  --fa: "\e445";
}

.fa-salt-shaker {
  --fa: "\e446";
}

.fa-section {
  --fa: "\e447";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-shutters {
  --fa: "\e449";
}

.fa-sportsball {
  --fa: "\e44b";
}

.fa-sprinkler-ceiling {
  --fa: "\e44c";
}

.fa-square-a-lock {
  --fa: "\e44d";
}

.fa-square-quarters {
  --fa: "\e44e";
}

.fa-square-ring {
  --fa: "\e44f";
}

.fa-squid {
  --fa: "\e450";
}

.fa-tamale {
  --fa: "\e451";
}

.fa-tank-water {
  --fa: "\e452";
}

.fa-train-track {
  --fa: "\e453";
}

.fa-train-tunnel {
  --fa: "\e454";
}

.fa-turn-down-right {
  --fa: "\e455";
}

.fa-up-from-dotted-line {
  --fa: "\e456";
}

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

.fa-user-doctor-hair {
  --fa: "\e458";
}

.fa-user-doctor-hair-long {
  --fa: "\e459";
}

.fa-user-hair {
  --fa: "\e45a";
}

.fa-user-hair-long {
  --fa: "\e45b";
}

.fa-user-hair-mullet {
  --fa: "\e45c";
}

.fa-business-front {
  --fa: "\e45c";
}

.fa-party-back {
  --fa: "\e45c";
}

.fa-trian-balbot {
  --fa: "\e45c";
}

.fa-user-nurse-hair {
  --fa: "\e45d";
}

.fa-user-nurse-hair-long {
  --fa: "\e45e";
}

.fa-user-tie-hair {
  --fa: "\e45f";
}

.fa-user-tie-hair-long {
  --fa: "\e460";
}

.fa-user-vneck {
  --fa: "\e461";
}

.fa-user-vneck-hair {
  --fa: "\e462";
}

.fa-user-vneck-hair-long {
  --fa: "\e463";
}

.fa-utensils-slash {
  --fa: "\e464";
}

.fa-vent-damper {
  --fa: "\e465";
}

.fa-waffle {
  --fa: "\e466";
}

.fa-00 {
  --fa: "\e467";
}

.fa-apartment {
  --fa: "\e468";
}

.fa-bird {
  --fa: "\e469";
}

.fa-block {
  --fa: "\e46a";
}

.fa-bowl-soft-serve {
  --fa: "\e46b";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-cabin {
  --fa: "\e46d";
}

.fa-calendar-circle-exclamation {
  --fa: "\e46e";
}

.fa-calendar-circle-minus {
  --fa: "\e46f";
}

.fa-calendar-circle-plus {
  --fa: "\e470";
}

.fa-calendar-circle-user {
  --fa: "\e471";
}

.fa-calendar-lines-pen {
  --fa: "\e472";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-chart-simple-horizontal {
  --fa: "\e474";
}

.fa-diagram-cells {
  --fa: "\e475";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-diagram-previous {
  --fa: "\e478";
}

.fa-diagram-subtask {
  --fa: "\e479";
}

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

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

.fa-face-clouds {
  --fa: "\e47d";
}

.fa-face-diagonal-mouth {
  --fa: "\e47e";
}

.fa-face-dotted {
  --fa: "\e47f";
}

.fa-face-exhaling {
  --fa: "\e480";
}

.fa-face-hand-peeking {
  --fa: "\e481";
}

.fa-face-holding-back-tears {
  --fa: "\e482";
}

.fa-face-melting {
  --fa: "\e483";
}

.fa-face-saluting {
  --fa: "\e484";
}

.fa-face-spiral-eyes {
  --fa: "\e485";
}

.fa-fort {
  --fa: "\e486";
}

.fa-house-blank {
  --fa: "\e487";
}

.fa-home-blank {
  --fa: "\e487";
}

.fa-square-kanban {
  --fa: "\e488";
}

.fa-square-list {
  --fa: "\e489";
}

.fa-sushi {
  --fa: "\e48a";
}

.fa-nigiri {
  --fa: "\e48a";
}

.fa-sushi-roll {
  --fa: "\e48b";
}

.fa-maki-roll {
  --fa: "\e48b";
}

.fa-makizushi {
  --fa: "\e48b";
}

.fa-album-circle-plus {
  --fa: "\e48c";
}

.fa-album-circle-user {
  --fa: "\e48d";
}

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

.fa-album-collection-circle-user {
  --fa: "\e48f";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-cloud-exclamation {
  --fa: "\e491";
}

.fa-cloud-question {
  --fa: "\e492";
}

.fa-file-circle-info {
  --fa: "\e493";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-frame {
  --fa: "\e495";
}

.fa-gauge-circle-bolt {
  --fa: "\e496";
}

.fa-gauge-circle-minus {
  --fa: "\e497";
}

.fa-gauge-circle-plus {
  --fa: "\e498";
}

.fa-memo-circle-info {
  --fa: "\e49a";
}

.fa-object-exclude {
  --fa: "\e49c";
}

.fa-object-intersect {
  --fa: "\e49d";
}

.fa-object-subtract {
  --fa: "\e49e";
}

.fa-object-union {
  --fa: "\e49f";
}

.fa-pen-nib-slash {
  --fa: "\e4a1";
}

.fa-rectangle-history {
  --fa: "\e4a2";
}

.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
}

.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-store-lock {
  --fa: "\e4a6";
}

.fa-user-robot-xmarks {
  --fa: "\e4a7";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-arrow-down-to-arc {
  --fa: "\e4ae";
}

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

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-arrow-right-from-arc {
  --fa: "\e4b1";
}

.fa-arrow-right-to-arc {
  --fa: "\e4b2";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-arrow-up-from-arc {
  --fa: "\e4b4";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

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

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

.fa-boxes-packing {
  --fa: "\e4c7";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-bridge-suspension {
  --fa: "\e4cd";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-bugs {
  --fa: "\e4d0";
}

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

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-building-shield {
  --fa: "\e4d8";
}

.fa-building-un {
  --fa: "\e4d9";
}

.fa-building-user {
  --fa: "\e4da";
}

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-burst {
  --fa: "\e4dc";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-cards-blank {
  --fa: "\e4df";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-children {
  --fa: "\e4e1";
}

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-down-to-bracket {
  --fa: "\e4e7";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-explosion {
  --fa: "\e4e9";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-helmet-un {
  --fa: "\e503";
}

.fa-hexagon-image {
  --fa: "\e504";
}

.fa-hexagon-vertical-nft {
  --fa: "\e505";
}

.fa-hexagon-vertical-nft-slanted {
  --fa: "\e505";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-house-circle-check {
  --fa: "\e509";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-house-flag {
  --fa: "\e50d";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

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

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-jar {
  --fa: "\e516";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-locust {
  --fa: "\e520";
}

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

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

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

.fa-mask-ventilator {
  --fa: "\e524";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-merge {
  --fa: "\e526";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-mountain-city {
  --fa: "\e52e";
}

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-people-pulling {
  --fa: "\e535";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

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

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-person-burst {
  --fa: "\e53b";
}

.fa-person-cane {
  --fa: "\e53c";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-person-drowning {
  --fa: "\e545";
}

.fa-person-falling {
  --fa: "\e546";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-person-harassing {
  --fa: "\e549";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-ranking-star {
  --fa: "\e561";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-road-circle-check {
  --fa: "\e564";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-rug {
  --fa: "\e569";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

.fa-shield-cat {
  --fa: "\e572";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-shield-heart {
  --fa: "\e574";
}

.fa-shield-quartered {
  --fa: "\e575";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

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

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-tents {
  --fa: "\e582";
}

.fa-toilet-portable {
  --fa: "\e583";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-tree-city {
  --fa: "\e587";
}

.fa-trillium {
  --fa: "\e588";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-up-from-bracket {
  --fa: "\e590";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-users-line {
  --fa: "\e592";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-worm {
  --fa: "\e599";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-xmark-large {
  --fa: "\e59b";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-plus-large {
  --fa: "\e59e";
}

.fa-crosshairs-simple {
  --fa: "\e59f";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-gamepad-modern {
  --fa: "\e5a2";
}

.fa-gamepad-alt {
  --fa: "\e5a2";
}

.fa-grill {
  --fa: "\e5a3";
}

.fa-grill-fire {
  --fa: "\e5a4";
}

.fa-grill-hot {
  --fa: "\e5a5";
}

.fa-lightbulb-cfl {
  --fa: "\e5a6";
}

.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
}

.fa-mouse-field {
  --fa: "\e5a8";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-ring-diamond {
  --fa: "\e5ab";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-toggle-large-off {
  --fa: "\e5b0";
}

.fa-toggle-large-on {
  --fa: "\e5b1";
}

.fa-toilet-paper-check {
  --fa: "\e5b2";
}

.fa-toilet-paper-xmark {
  --fa: "\e5b3";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-buoy {
  --fa: "\e5b5";
}

.fa-buoy-mooring {
  --fa: "\e5b6";
}

.fa-diamond-half {
  --fa: "\e5b7";
}

.fa-diamond-half-stroke {
  --fa: "\e5b8";
}

.fa-game-console-handheld-crank {
  --fa: "\e5b9";
}

.fa-interrobang {
  --fa: "\e5ba";
}

.fa-mailbox-flag-up {
  --fa: "\e5bb";
}

.fa-mustache {
  --fa: "\e5bc";
}

.fa-nose {
  --fa: "\e5bd";
}

.fa-phone-arrow-right {
  --fa: "\e5be";
}

.fa-pickaxe {
  --fa: "\e5bf";
}

.fa-prescription-bottle-pill {
  --fa: "\e5c0";
}

.fa-snowflake-droplets {
  --fa: "\e5c1";
}

.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
}

.fa-tricycle {
  --fa: "\e5c3";
}

.fa-tricycle-adult {
  --fa: "\e5c4";
}

.fa-user-magnifying-glass {
  --fa: "\e5c5";
}

.fa-comment-heart {
  --fa: "\e5c8";
}

.fa-message-heart {
  --fa: "\e5c9";
}

.fa-pencil-mechanical {
  --fa: "\e5ca";
}

.fa-skeleton-ribs {
  --fa: "\e5cb";
}

.fa-billboard {
  --fa: "\e5cd";
}

.fa-circle-euro {
  --fa: "\e5ce";
}

.fa-circle-sterling {
  --fa: "\e5cf";
}

.fa-circle-yen {
  --fa: "\e5d0";
}

.fa-broom-wide {
  --fa: "\e5d1";
}

.fa-wreath-laurel {
  --fa: "\e5d2";
}

.fa-circle-quarter-stroke {
  --fa: "\e5d3";
}

.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
}

.fa-webhook {
  --fa: "\e5d5";
}

.fa-sparkle {
  --fa: "\e5d6";
}

.fa-chart-line-up-down {
  --fa: "\e5d7";
}

.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
}

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

.fa-grid-round {
  --fa: "\e5da";
}

.fa-grid-round-2 {
  --fa: "\e5db";
}

.fa-grid-round-2-plus {
  --fa: "\e5dc";
}

.fa-grid-round-4 {
  --fa: "\e5dd";
}

.fa-grid-round-5 {
  --fa: "\e5de";
}

.fa-arrow-progress {
  --fa: "\e5df";
}

.fa-right-left-large {
  --fa: "\e5e1";
}

.fa-calendar-users {
  --fa: "\e5e2";
}

.fa-display-chart-up {
  --fa: "\e5e3";
}

.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
}

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

.fa-laptop-binary {
  --fa: "\e5e7";
}

.fa-gear-code {
  --fa: "\e5e8";
}

.fa-gear-complex {
  --fa: "\e5e9";
}

.fa-gear-complex-code {
  --fa: "\e5eb";
}

.fa-file-doc {
  --fa: "\e5ed";
}

.fa-file-zip {
  --fa: "\e5ee";
}

.fa-flask-gear {
  --fa: "\e5f1";
}

.fa-bag-seedling {
  --fa: "\e5f2";
}

.fa-bin-bottles {
  --fa: "\e5f5";
}

.fa-bin-bottles-recycle {
  --fa: "\e5f6";
}

.fa-bin-recycle {
  --fa: "\e5f7";
}

.fa-conveyor-belt-arm {
  --fa: "\e5f8";
}

.fa-jug-bottle {
  --fa: "\e5fb";
}

.fa-lightbulb-gear {
  --fa: "\e5fd";
}

.fa-dinosaur {
  --fa: "\e5fe";
}

.fa-person-running-fast {
  --fa: "\e5ff";
}

.fa-circles-overlap {
  --fa: "\e600";
}

.fa-cloud-binary {
  --fa: "\e601";
}

.fa-chf-sign {
  --fa: "\e602";
}

.fa-user-group-simple {
  --fa: "\e603";
}

.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
}

.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
}

.fa-hat-beach {
  --fa: "\e606";
}

.fa-person-dress-fairy {
  --fa: "\e607";
}

.fa-person-fairy {
  --fa: "\e608";
}

.fa-swap {
  --fa: "\e609";
}

.fa-swap-arrows {
  --fa: "\e60a";
}

.fa-angles-up-down {
  --fa: "\e60d";
}

.fa-globe-pointer {
  --fa: "\e60e";
}

.fa-subtitles {
  --fa: "\e60f";
}

.fa-subtitles-slash {
  --fa: "\e610";
}

.fa-head-side-gear {
  --fa: "\e611";
}

.fa-lighthouse {
  --fa: "\e612";
}

.fa-raccoon {
  --fa: "\e613";
}

.fa-arrow-down-from-arc {
  --fa: "\e614";
}

.fa-arrow-left-from-arc {
  --fa: "\e615";
}

.fa-arrow-left-to-arc {
  --fa: "\e616";
}

.fa-arrow-up-to-arc {
  --fa: "\e617";
}

.fa-building-magnifying-glass {
  --fa: "\e61c";
}

.fa-building-memo {
  --fa: "\e61e";
}

.fa-hammer-brush {
  --fa: "\e620";
}

.fa-hand-holding-circle-dollar {
  --fa: "\e621";
}

.fa-landmark-magnifying-glass {
  --fa: "\e622";
}

.fa-sign-post {
  --fa: "\e624";
}

.fa-sign-posts {
  --fa: "\e625";
}

.fa-sign-posts-wrench {
  --fa: "\e626";
}

.fa-tent-double-peak {
  --fa: "\e627";
}

.fa-truck-utensils {
  --fa: "\e628";
}

.fa-t-rex {
  --fa: "\e629";
}

.fa-spinner-scale {
  --fa: "\e62a";
}

.fa-bell-ring {
  --fa: "\e62c";
}

.fa-arrows-rotate-reverse {
  --fa: "\e630";
}

.fa-rotate-reverse {
  --fa: "\e631";
}

.fa-arrow-turn-left {
  --fa: "\e632";
}

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

.fa-arrow-turn-left-up {
  --fa: "\e634";
}

.fa-arrow-turn-right {
  --fa: "\e635";
}

.fa-turn-left {
  --fa: "\e636";
}

.fa-turn-left-down {
  --fa: "\e637";
}

.fa-turn-left-up {
  --fa: "\e638";
}

.fa-turn-right {
  --fa: "\e639";
}

.fa-location-arrow-up {
  --fa: "\e63a";
}

.fa-ticket-perforated {
  --fa: "\e63e";
}

.fa-tickets-perforated {
  --fa: "\e63f";
}

.fa-cannon {
  --fa: "\e642";
}

.fa-court-sport {
  --fa: "\e643";
}

.fa-file-eps {
  --fa: "\e644";
}

.fa-file-gif {
  --fa: "\e645";
}

.fa-file-jpg {
  --fa: "\e646";
}

.fa-file-mov {
  --fa: "\e647";
}

.fa-file-mp3 {
  --fa: "\e648";
}

.fa-file-mp4 {
  --fa: "\e649";
}

.fa-file-ppt {
  --fa: "\e64a";
}

.fa-file-svg {
  --fa: "\e64b";
}

.fa-file-vector {
  --fa: "\e64c";
}

.fa-file-xls {
  --fa: "\e64d";
}

.fa-folder-check {
  --fa: "\e64e";
}

.fa-chart-kanban {
  --fa: "\e64f";
}

.fa-bag-shopping-minus {
  --fa: "\e650";
}

.fa-bag-shopping-plus {
  --fa: "\e651";
}

.fa-basket-shopping-minus {
  --fa: "\e652";
}

.fa-basket-shopping-plus {
  --fa: "\e653";
}

.fa-file-xml {
  --fa: "\e654";
}

.fa-bulldozer {
  --fa: "\e655";
}

.fa-excavator {
  --fa: "\e656";
}

.fa-truck-ladder {
  --fa: "\e657";
}

.fa-tickets {
  --fa: "\e658";
}

.fa-tickets-simple {
  --fa: "\e659";
}

.fa-truck-fire {
  --fa: "\e65a";
}

.fa-wave {
  --fa: "\e65b";
}

.fa-waves-sine {
  --fa: "\e65d";
}

.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
}

.fa-magnifying-glass-music {
  --fa: "\e65f";
}

.fa-magnifying-glass-play {
  --fa: "\e660";
}

.fa-magnifying-glass-waveform {
  --fa: "\e661";
}

.fa-music-magnifying-glass {
  --fa: "\e662";
}

.fa-reflect-horizontal {
  --fa: "\e664";
}

.fa-reflect-vertical {
  --fa: "\e665";
}

.fa-file-png {
  --fa: "\e666";
}

.fa-arrow-down-from-bracket {
  --fa: "\e667";
}

.fa-arrow-left-from-bracket {
  --fa: "\e668";
}

.fa-arrow-left-to-bracket {
  --fa: "\e669";
}

.fa-arrow-up-to-bracket {
  --fa: "\e66a";
}

.fa-down-from-bracket {
  --fa: "\e66b";
}

.fa-left-from-bracket {
  --fa: "\e66c";
}

.fa-left-to-bracket {
  --fa: "\e66d";
}

.fa-up-to-bracket {
  --fa: "\e66e";
}

.fa-reflect-both {
  --fa: "\e66f";
}

.fa-file-cad {
  --fa: "\e672";
}

.fa-bottle-baby {
  --fa: "\e673";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-table-cells-lock {
  --fa: "\e679";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-circle-wifi {
  --fa: "\e67d";
}

.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
}

.fa-circle-wifi-group {
  --fa: "\e67e";
}

.fa-circle-gf {
  --fa: "\e67f";
}

.fa-ant {
  --fa: "\e680";
}

.fa-caduceus {
  --fa: "\e681";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-globe-wifi {
  --fa: "\e685";
}

.fa-hydra {
  --fa: "\e686";
}

.fa-lightbulb-message {
  --fa: "\e687";
}

.fa-octopus {
  --fa: "\e688";
}

.fa-user-beard-bolt {
  --fa: "\e689";
}

.fa-user-hoodie {
  --fa: "\e68a";
}

.fa-diamonds-4 {
  --fa: "\e68b";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-table-cells-column-unlock {
  --fa: "\e690";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-table-cells-unlock {
  --fa: "\e692";
}

.fa-chart-diagram {
  --fa: "\e695";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-carpool {
  --fa: "\e69c";
}

.fa-car-people {
  --fa: "\e69c";
}

.fa-chart-sine {
  --fa: "\e69d";
}

.fa-chart-fft {
  --fa: "\e69e";
}

.fa-circles-overlap-3 {
  --fa: "\e6a1";
}

.fa-pronoun {
  --fa: "\e6a1";
}

.fa-bar-progress {
  --fa: "\e6a4";
}

.fa-bar-progress-empty {
  --fa: "\e6a5";
}

.fa-bar-progress-full {
  --fa: "\e6a6";
}

.fa-bar-progress-half {
  --fa: "\e6a7";
}

.fa-bar-progress-quarter {
  --fa: "\e6a8";
}

.fa-bar-progress-three-quarters {
  --fa: "\e6a9";
}

.fa-grid-2-minus {
  --fa: "\e6aa";
}

.fa-grid-round-2-minus {
  --fa: "\e6ab";
}

.fa-table-cells-columns {
  --fa: "\e6ac";
}

.fa-table-cells-header {
  --fa: "\e6ad";
}

.fa-table-cells-header-lock {
  --fa: "\e6ae";
}

.fa-table-cells-header-unlock {
  --fa: "\e6af";
}

.fa-table-cells-rows {
  --fa: "\e6b0";
}

.fa-circle-equals {
  --fa: "\e6b1";
}

.fa-hexagon-equals {
  --fa: "\e6b2";
}

.fa-octagon-equals {
  --fa: "\e6b3";
}

.fa-rectangle-minus {
  --fa: "\e6b4";
}

.fa-rectangle-plus {
  --fa: "\e6b5";
}

.fa-square-equals {
  --fa: "\e6b6";
}

.fa-arrow-down-long-to-line {
  --fa: "\e6b7";
}

.fa-arrow-left-arrow-right {
  --fa: "\e6b8";
}

.fa-arrow-left-from-dotted-line {
  --fa: "\e6b9";
}

.fa-arrow-left-to-dotted-line {
  --fa: "\e6ba";
}

.fa-arrow-right-from-dotted-line {
  --fa: "\e6bb";
}

.fa-arrow-right-to-dotted-line {
  --fa: "\e6bc";
}

.fa-arrow-up-long-to-line {
  --fa: "\e6bd";
}

.fa-direction-left-right {
  --fa: "\e6be";
}

.fa-direction-up-down {
  --fa: "\e6bf";
}

.fa-down-long-to-line {
  --fa: "\e6c0";
}

.fa-down-up {
  --fa: "\e6c1";
}

.fa-left-from-dotted-line {
  --fa: "\e6c2";
}

.fa-left-to-dotted-line {
  --fa: "\e6c3";
}

.fa-right-from-dotted-line {
  --fa: "\e6c4";
}

.fa-right-to-dotted-line {
  --fa: "\e6c5";
}

.fa-up-long-to-line {
  --fa: "\e6c6";
}

.fa-barn {
  --fa: "\e6c7";
}

.fa-circle-house {
  --fa: "\e6c8";
}

.fa-garage-empty {
  --fa: "\e6c9";
}

.fa-house-unlock {
  --fa: "\e6ca";
}

.fa-school-unlock {
  --fa: "\e6cb";
}

.fa-stadium {
  --fa: "\e6cc";
}

.fa-tent-circus {
  --fa: "\e6cd";
}

.fa-ball-yarn {
  --fa: "\e6ce";
}

.fa-bra {
  --fa: "\e6cf";
}

.fa-briefs {
  --fa: "\e6d0";
}

.fa-dress {
  --fa: "\e6d1";
}

.fa-jeans {
  --fa: "\e6d2";
}

.fa-jeans-straight {
  --fa: "\e6d3";
}

.fa-panties {
  --fa: "\e6d4";
}

.fa-pants {
  --fa: "\e6d5";
}

.fa-pants-straight {
  --fa: "\e6d6";
}

.fa-shirt-jersey {
  --fa: "\e6d7";
}

.fa-shoe {
  --fa: "\e6d8";
}

.fa-shorts {
  --fa: "\e6d9";
}

.fa-sneaker {
  --fa: "\e6da";
}

.fa-circle-share-nodes {
  --fa: "\e6db";
}

.fa-comment-dot {
  --fa: "\e6dc";
}

.fa-comment-waveform {
  --fa: "\e6dd";
}

.fa-envelope-circle-user {
  --fa: "\e6de";
}

.fa-message-dot {
  --fa: "\e6df";
}

.fa-message-waveform {
  --fa: "\e6e0";
}

.fa-phone-connection {
  --fa: "\e6e1";
}

.fa-phone-waveform {
  --fa: "\e6e2";
}

.fa-postage-stamp {
  --fa: "\e6e3";
}

.fa-circle-florin {
  --fa: "\e6e4";
}

.fa-circle-ruble {
  --fa: "\e6e5";
}

.fa-square-chf {
  --fa: "\e6e6";
}

.fa-square-lira {
  --fa: "\e6e7";
}

.fa-norwegian-krone-sign {
  --fa: "\e6e8";
}

.fa-circle-renminbi {
  --fa: "\e6e9";
}

.fa-square-peseta {
  --fa: "\e6ea";
}

.fa-circle-brazilian-real {
  --fa: "\e6eb";
}

.fa-circle-won {
  --fa: "\e6ec";
}

.fa-square-cruzeiro {
  --fa: "\e6ed";
}

.fa-circle-currency {
  --fa: "\e6ee";
}

.fa-circle-hryvnia {
  --fa: "\e6ef";
}

.fa-square-cent {
  --fa: "\e6f0";
}

.fa-square-brazilian-real {
  --fa: "\e6f1";
}

.fa-square-bitcoin {
  --fa: "\e6f2";
}

.fa-circle-peruvian-soles {
  --fa: "\e6f3";
}

.fa-circle-litecoin {
  --fa: "\e6f4";
}

.fa-square-indian-rupee {
  --fa: "\e6f5";
}

.fa-circle-lira {
  --fa: "\e6f6";
}

.fa-square-litecoin {
  --fa: "\e6f7";
}

.fa-square-ruble {
  --fa: "\e6f8";
}

.fa-circle-malaysian-ringgit {
  --fa: "\e6f9";
}

.fa-malaysian-ringgit-sign {
  --fa: "\e6fa";
}

.fa-circle-manat {
  --fa: "\e6fb";
}

.fa-circle-colon {
  --fa: "\e6fc";
}

.fa-circle-kip {
  --fa: "\e6fd";
}

.fa-australian-dollar-sign {
  --fa: "\e6fe";
}

.fa-circle-peso {
  --fa: "\e6ff";
}

.fa-circle-polish-zloty {
  --fa: "\e700";
}

.fa-circle-bangladeshi-taka {
  --fa: "\e701";
}

.fa-circle-mill {
  --fa: "\e702";
}

.fa-circle-shekel {
  --fa: "\e703";
}

.fa-square-manat {
  --fa: "\e704";
}

.fa-peruvian-soles-sign {
  --fa: "\e705";
}

.fa-circle-rupiah {
  --fa: "\e706";
}

.fa-square-norwegian-krone {
  --fa: "\e707";
}

.fa-square-naira {
  --fa: "\e708";
}

.fa-square-won {
  --fa: "\e709";
}

.fa-square-mill {
  --fa: "\e70a";
}

.fa-polish-zloty-sign {
  --fa: "\e70b";
}

.fa-square-currency {
  --fa: "\e70c";
}

.fa-square-kip {
  --fa: "\e70d";
}

.fa-square-guarani {
  --fa: "\e70e";
}

.fa-square-dong {
  --fa: "\e70f";
}

.fa-square-hryvnia {
  --fa: "\e710";
}

.fa-circle-tugrik {
  --fa: "\e711";
}

.fa-square-rupiah {
  --fa: "\e712";
}

.fa-square-sterling {
  --fa: "\e713";
}

.fa-circle-rupee {
  --fa: "\e714";
}

.fa-square-rupee {
  --fa: "\e715";
}

.fa-square-peruvian-soles {
  --fa: "\e716";
}

.fa-square-florin {
  --fa: "\e717";
}

.fa-square-australian-dollar {
  --fa: "\e718";
}

.fa-square-baht {
  --fa: "\e719";
}

.fa-square-peso {
  --fa: "\e71a";
}

.fa-circle-austral {
  --fa: "\e71b";
}

.fa-square-swedish-krona {
  --fa: "\e71c";
}

.fa-circle-lari {
  --fa: "\e71d";
}

.fa-circleapore-dollar {
  --fa: "\e71e";
}

.fa-square-turkish-lira {
  --fa: "\e71f";
}

.fa-danish-krone-sign {
  --fa: "\e720";
}

.fa-circle-franc {
  --fa: "\e721";
}

.fa-circle-cruzeiro {
  --fa: "\e722";
}

.fa-circle-dong {
  --fa: "\e723";
}

.fa-square-yen {
  --fa: "\e724";
}

.fa-circle-tenge {
  --fa: "\e725";
}

.fa-square-austral {
  --fa: "\e726";
}

.fa-square-eurozone {
  --fa: "\e727";
}

.fa-square-tugrik {
  --fa: "\e728";
}

.fa-square-cedi {
  --fa: "\e729";
}

.fa-circle-cent {
  --fa: "\e72a";
}

.fa-currency-sign {
  --fa: "\e72b";
}

.fa-circle-chf {
  --fa: "\e72c";
}

.fa-circle-baht {
  --fa: "\e72d";
}

.fa-signapore-dollar-sign {
  --fa: "\e72e";
}

.fa-square-franc {
  --fa: "\e72f";
}

.fa-circle-australian-dollar {
  --fa: "\e730";
}

.fa-square-tenge {
  --fa: "\e731";
}

.fa-square-euro {
  --fa: "\e732";
}

.fa-squareapore-dollar {
  --fa: "\e733";
}

.fa-circle-indian-rupee {
  --fa: "\e734";
}

.fa-square-shekel {
  --fa: "\e735";
}

.fa-square-polish-zloty {
  --fa: "\e736";
}

.fa-circle-bitcoin {
  --fa: "\e737";
}

.fa-circle-norwegian-krone {
  --fa: "\e738";
}

.fa-circle-turkish-lira {
  --fa: "\e739";
}

.fa-square-colon {
  --fa: "\e73a";
}

.fa-circle-guarani {
  --fa: "\e73b";
}

.fa-renminbi-sign {
  --fa: "\e73c";
}

.fa-square-renminbi {
  --fa: "\e73d";
}

.fa-swedish-krona-sign {
  --fa: "\e73e";
}

.fa-square-lari {
  --fa: "\e73f";
}

.fa-eurozone-sign {
  --fa: "\e740";
}

.fa-circle-peseta {
  --fa: "\e741";
}

.fa-circle-cedi {
  --fa: "\e742";
}

.fa-circle-swedish-krona {
  --fa: "\e743";
}

.fa-square-bangladeshi-taka {
  --fa: "\e744";
}

.fa-circle-eurozone {
  --fa: "\e745";
}

.fa-circle-danish-krone {
  --fa: "\e746";
}

.fa-square-danish-krone {
  --fa: "\e747";
}

.fa-square-malaysian-ringgit {
  --fa: "\e748";
}

.fa-circle-naira {
  --fa: "\e749";
}

.fa-mobile-arrow-down {
  --fa: "\e74b";
}

.fa-clone-plus {
  --fa: "\e74c";
}

.fa-paintbrush-fine-slash {
  --fa: "\e74d";
}

.fa-paintbrush-slash {
  --fa: "\e74e";
}

.fa-pencil-line {
  --fa: "\e74f";
}

.fa-slider-circle {
  --fa: "\e750";
}

.fa-thumbtack-angle {
  --fa: "\e751";
}

.fa-thumbtack-angle-slash {
  --fa: "\e752";
}

.fa-book-open-lines {
  --fa: "\e753";
}

.fa-book-spine {
  --fa: "\e754";
}

.fa-bookmark-plus {
  --fa: "\e755";
}

.fa-clipboard-clock {
  --fa: "\e756";
}

.fa-clipboard-exclamation {
  --fa: "\e757";
}

.fa-file-ban {
  --fa: "\e758";
}

.fa-notes-sticky {
  --fa: "\e759";
}

.fa-capsule {
  --fa: "\e75a";
}

.fa-ear-circle-checkmark {
  --fa: "\e75b";
}

.fa-ear-triangle-exclamation {
  --fa: "\e75c";
}

.fa-ear-waveform {
  --fa: "\e75d";
}

.fa-head-side-circuit {
  --fa: "\e75e";
}

.fa-head-side-speak {
  --fa: "\e75f";
}

.fa-microphone-signal-meter {
  --fa: "\e760";
}

.fa-spine {
  --fa: "\e761";
}

.fa-vial-vertical {
  --fa: "\e762";
}

.fa-bin {
  --fa: "\e763";
}

.fa-seat {
  --fa: "\e764";
}

.fa-seats {
  --fa: "\e765";
}

.fa-camera-circle-ellipsis {
  --fa: "\e766";
}

.fa-camera-clock {
  --fa: "\e767";
}

.fa-camera-shutter {
  --fa: "\e768";
}

.fa-film-music {
  --fa: "\e769";
}

.fa-film-stack {
  --fa: "\e76b";
}

.fa-image-circle-arrow-down {
  --fa: "\e76c";
}

.fa-image-circle-check {
  --fa: "\e76d";
}

.fa-image-circle-plus {
  --fa: "\e76e";
}

.fa-image-circle-xmark {
  --fa: "\e76f";
}

.fa-image-music {
  --fa: "\e770";
}

.fa-image-stack {
  --fa: "\e771";
}

.fa-rectangle-4k {
  --fa: "\e772";
}

.fa-rectangle-high-dynamic-range {
  --fa: "\e773";
}

.fa-rectangle-hdr {
  --fa: "\e773";
}

.fa-rectangle-video-on-demand {
  --fa: "\e774";
}

.fa-user-viewfinder {
  --fa: "\e775";
}

.fa-video-down-to-line {
  --fa: "\e776";
}

.fa-video-question {
  --fa: "\e777";
}

.fa-gas-pump-left {
  --fa: "\e778";
}

.fa-gas-pump-right {
  --fa: "\e779";
}

.fa-location-arrow-slash {
  --fa: "\e77a";
}

.fa-airplay-audio {
  --fa: "\e77b";
}

.fa-headphones-slash {
  --fa: "\e77c";
}

.fa-microphone-circle-plus {
  --fa: "\e77d";
}

.fa-microphone-circle-xmark {
  --fa: "\e77e";
}

.fa-open-captioning {
  --fa: "\e77f";
}

.fa-play-flip {
  --fa: "\e780";
}

.fa-square-microphone {
  --fa: "\e781";
}

.fa-trombone {
  --fa: "\e782";
}

.fa-person-arms-raised {
  --fa: "\e783";
}

.fa-person-basketball {
  --fa: "\e784";
}

.fa-person-carry-empty {
  --fa: "\e785";
}

.fa-person-golfing {
  --fa: "\e786";
}

.fa-person-limbs-wide {
  --fa: "\e787";
}

.fa-person-seat-window {
  --fa: "\e788";
}

.fa-person-soccer {
  --fa: "\e789";
}

.fa-person-swimming-pool {
  --fa: "\e78a";
}

.fa-person-swimming-water {
  --fa: "\e78b";
}

.fa-person-water-arms-raised {
  --fa: "\e78c";
}

.fa-person-waving {
  --fa: "\e78d";
}

.fa-heart-slash {
  --fa: "\e78e";
}

.fa-hearts {
  --fa: "\e78f";
}

.fa-pentagon {
  --fa: "\e790";
}

.fa-rectangle-tall {
  --fa: "\e791";
}

.fa-square-half {
  --fa: "\e792";
}

.fa-square-half-stroke {
  --fa: "\e793";
}

.fa-box-arrow-down {
  --fa: "\e794";
}

.fa-box-arrow-down-arrow-up {
  --fa: "\e795";
}

.fa-box-arrow-down-magnifying-glass {
  --fa: "\e796";
}

.fa-box-isometric {
  --fa: "\e797";
}

.fa-box-isometric-tape {
  --fa: "\e798";
}

.fa-qrcode-read {
  --fa: "\e799";
}

.fa-shop-24 {
  --fa: "\e79a";
}

.fa-store-24 {
  --fa: "\e79b";
}

.fa-face-shaking {
  --fa: "\e79c";
}

.fa-face-shaking-horizontal {
  --fa: "\e79d";
}

.fa-face-shaking-vertical {
  --fa: "\e79e";
}

.fa-circle-user-circle-check {
  --fa: "\e79f";
}

.fa-circle-user-circle-exclamation {
  --fa: "\e7a0";
}

.fa-circle-user-circle-minus {
  --fa: "\e7a1";
}

.fa-circle-user-circle-moon {
  --fa: "\e7a2";
}

.fa-circle-user-circle-plus {
  --fa: "\e7a3";
}

.fa-circle-user-circle-question {
  --fa: "\e7a4";
}

.fa-circle-user-circle-user {
  --fa: "\e7a5";
}

.fa-circle-user-circle-xmark {
  --fa: "\e7a6";
}

.fa-circle-user-clock {
  --fa: "\e7a7";
}

.fa-user-beard {
  --fa: "\e7a8";
}

.fa-user-chef-hair-long {
  --fa: "\e7a9";
}

.fa-user-circle-minus {
  --fa: "\e7aa";
}

.fa-user-circle-plus {
  --fa: "\e7ab";
}

.fa-user-dashed {
  --fa: "\e7ac";
}

.fa-user-doctor-hair-mullet {
  --fa: "\e7ad";
}

.fa-user-hat-tie {
  --fa: "\e7ae";
}

.fa-user-hat-tie-magnifying-glass {
  --fa: "\e7af";
}

.fa-user-key {
  --fa: "\e7b0";
}

.fa-user-message {
  --fa: "\e7b1";
}

.fa-user-microphone {
  --fa: "\e7b2";
}

.fa-user-pilot-hair-long {
  --fa: "\e7b3";
}

.fa-user-pilot-tie-hair-long {
  --fa: "\e7b4";
}

.fa-user-police-hair-long {
  --fa: "\e7b5";
}

.fa-user-police-tie-hair-long {
  --fa: "\e7b6";
}

.fa-user-question {
  --fa: "\e7b7";
}

.fa-user-sith {
  --fa: "\e7b8";
}

.fa-user-tie-hair-mullet {
  --fa: "\e7b9";
}

.fa-user-vneck-hair-mullet {
  --fa: "\e7ba";
}

.fa-plane-flying {
  --fa: "\e7bb";
}

.fa-plane-landing-gear {
  --fa: "\e7bc";
}

.fa-rocket-vertical {
  --fa: "\e7bd";
}

.fa-seat-airline-window {
  --fa: "\e7be";
}

.fa-shuttle-space-vertical {
  --fa: "\e7bf";
}

.fa-car-key {
  --fa: "\e7c0";
}

.fa-car-siren {
  --fa: "\e7c1";
}

.fa-car-siren-on {
  --fa: "\e7c2";
}

.fa-scooter {
  --fa: "\e7c3";
}

.fa-snowmobile-blank {
  --fa: "\e7c4";
}

.fa-stair-car {
  --fa: "\e7c5";
}

.fa-truck-suv {
  --fa: "\e7c6";
}

.fa-unicycle {
  --fa: "\e7c7";
}

.fa-van {
  --fa: "\e7c8";
}

.fa-moon-star {
  --fa: "\e7c9";
}

.fa-rainbow-half {
  --fa: "\e7ca";
}

.fa-temperature-slash {
  --fa: "\e7cb";
}

.fa-dialpad {
  --fa: "\e7cc";
}

.fa-numpad {
  --fa: "\e7cc";
}

.fa-computer-mouse-button-left {
  --fa: "\e7cd";
}

.fa-computer-mouse-button-right {
  --fa: "\e7ce";
}

.fa-dot {
  --fa: "\e7d1";
}

.fa-folder-arrow-left {
  --fa: "\e7d2";
}

.fa-folder-arrow-right {
  --fa: "\e7d3";
}

.fa-wireless {
  --fa: "\e7df";
}

.fa-circle-moon {
  --fa: "\e7e0";
}

.fa-person-meditating {
  --fa: "\e7e1";
}

.fa-baseball-bat {
  --fa: "\e7e5";
}

.fa-hockey-stick {
  --fa: "\e7e6";
}

.fa-arrow-u-turn-down-left {
  --fa: "\e7e7";
}

.fa-arrow-u-turn-down-right {
  --fa: "\e7e8";
}

.fa-arrow-u-turn-left-down {
  --fa: "\e7e9";
}

.fa-arrow-u-turn-left-up {
  --fa: "\e7ea";
}

.fa-arrow-u-turn-right-down {
  --fa: "\e7eb";
}

.fa-arrow-u-turn-right-up {
  --fa: "\e7ec";
}

.fa-arrow-u-turn-up-left {
  --fa: "\e7ed";
}

.fa-arrow-u-turn-up-right {
  --fa: "\e7ee";
}

.fa-u-turn-down-left {
  --fa: "\e7ef";
}

.fa-u-turn-down-right {
  --fa: "\e7f0";
}

.fa-u-turn-left-down {
  --fa: "\e7f1";
}

.fa-u-turn {
  --fa: "\e7f1";
}

.fa-u-turn-left-up {
  --fa: "\e7f2";
}

.fa-u-turn-right-down {
  --fa: "\e7f3";
}

.fa-u-turn-right-up {
  --fa: "\e7f4";
}

.fa-u-turn-up-left {
  --fa: "\e7f5";
}

.fa-u-turn-up-right {
  --fa: "\e7f6";
}

.fa-triple-chevrons-down {
  --fa: "\e7f7";
}

.fa-triple-chevrons-left {
  --fa: "\e7f8";
}

.fa-triple-chevrons-right {
  --fa: "\e7f9";
}

.fa-triple-chevrons-up {
  --fa: "\e7fa";
}

.fa-file-aiff {
  --fa: "\e7fb";
}

.fa-file-odf {
  --fa: "\e7fc";
}

.fa-file-tex {
  --fa: "\e7fd";
}

.fa-file-wav {
  --fa: "\e7fe";
}

.fa-droplet-plus {
  --fa: "\e800";
}

.fa-hand-holding-star {
  --fa: "\e801";
}

.fa-transmission {
  --fa: "\e802";
}

.fa-alarm-minus {
  --fa: "\e803";
}

.fa-file-brackets-curly {
  --fa: "\e804";
}

.fa-file-midi {
  --fa: "\e805";
}

.fa-midi {
  --fa: "\e806";
}

.fa-non-binary {
  --fa: "\e807";
}

.fa-rectangle-beta {
  --fa: "\e808";
}

.fa-shield-user {
  --fa: "\e809";
}

.fa-spiral {
  --fa: "\e80a";
}

.fa-picture-in-picture {
  --fa: "\e80b";
}

.fa-circle-half-horizontal {
  --fa: "\e80c";
}

.fa-circle-half-stroke-horizontal {
  --fa: "\e80d";
}

.fa-square-half-horizontal {
  --fa: "\e80e";
}

.fa-square-half-stroke-horizontal {
  --fa: "\e80f";
}

.fa-ship-large {
  --fa: "\e810";
}

.fa-butterfly {
  --fa: "\e811";
}

.fa-mobile-rotate {
  --fa: "\e813";
}

.fa-mobile-rotate-reverse {
  --fa: "\e814";
}

.fa-mobile-slash {
  --fa: "\e815";
}

.fa-mobile-vibrate {
  --fa: "\e816";
}

.fa-mobile-vibrate-slash {
  --fa: "\e817";
}

.fa-almost-equal-to {
  --fa: "\e818";
}

.fa-sneaker-running {
  --fa: "\e819";
}

.fa-horseshoe {
  --fa: "\e81a";
}

.fa-single-quote-left {
  --fa: "\e81b";
}

.fa-single-quote-right {
  --fa: "\e81c";
}

.fa-bus-side {
  --fa: "\e81d";
}

.fa-bus-stop {
  --fa: "\e81e";
}

.fa-train-stop {
  --fa: "\e81f";
}

.fa-septagon {
  --fa: "\e820";
}

.fa-heptagon {
  --fa: "\e820";
}

.fa-mailbox-open-empty {
  --fa: "\e821";
}

.fa-mailbox-open-letter {
  --fa: "\e823";
}

.fa-lychee {
  --fa: "\e824";
}

.fa-tank-recovery {
  --fa: "\e825";
}

.fa-transducer {
  --fa: "\e826";
}

.fa-box-arrow-up {
  --fa: "\e827";
}

.fa-box-magnifying-glass {
  --fa: "\e828";
}

.fa-envelope-ribbon {
  --fa: "\e829";
}

.fa-envelope-certificate {
  --fa: "\e829";
}

.fa-water-temperature {
  --fa: "\e82a";
}

.fa-water-temp {
  --fa: "\e82a";
}

.fa-aeropress {
  --fa: "\e82b";
}

.fa-caret-large-down {
  --fa: "\e82c";
}

.fa-caret-large-left {
  --fa: "\e82d";
}

.fa-caret-large-right {
  --fa: "\e82e";
}

.fa-caret-large-up {
  --fa: "\e82f";
}

.fa-chemex {
  --fa: "\e830";
}

.fa-hand-shaka {
  --fa: "\e831";
}

.fa-kettlebell {
  --fa: "\e832";
}

.fa-foot-wing {
  --fa: "\e834";
}

.fa-pump-impeller {
  --fa: "\e835";
}

.fa-arrow-rotate-left-10 {
  --fa: "\e836";
}

.fa-arrow-rotate-right-10 {
  --fa: "\e837";
}

.fa-arrow-archery {
  --fa: "\e839";
}

.fa-bow-archery {
  --fa: "\e83a";
}

.fa-eye-closed {
  --fa: "\e83b";
}

.fa-file-css {
  --fa: "\e83c";
}

.fa-file-html {
  --fa: "\e83d";
}

.fa-file-js {
  --fa: "\e83e";
}

.fa-layer {
  --fa: "\e83f";
}

.fa-file-icns {
  --fa: "\e841";
}

.fa-link-broken {
  --fa: "\e842";
}

.fa-gpu {
  --fa: "\e843";
}

.fa-aquarius {
  --fa: "\e845";
}

.fa-aries {
  --fa: "\e846";
}

.fa-cancer {
  --fa: "\e847";
}

.fa-capricorn {
  --fa: "\e848";
}

.fa-gemini {
  --fa: "\e849";
}

.fa-leo {
  --fa: "\e84a";
}

.fa-libra {
  --fa: "\e84b";
}

.fa-pisces {
  --fa: "\e84c";
}

.fa-sagittarius {
  --fa: "\e84d";
}

.fa-scorpio {
  --fa: "\e84e";
}

.fa-taurus {
  --fa: "\e84f";
}

.fa-virgo {
  --fa: "\e850";
}

.fa-bicep {
  --fa: "\e862";
}

.fa-rectangle-irc {
  --fa: "\e86c";
}

.fa-moon-first-quarter {
  --fa: "\e870";
}

.fa-moon-last-quarter-inverse {
  --fa: "\e870";
}

.fa-moon-full {
  --fa: "\e871";
}

.fa-moon-new-inverse {
  --fa: "\e871";
}

.fa-moon-last-quarter {
  --fa: "\e872";
}

.fa-moon-first-quarter-inverse {
  --fa: "\e872";
}

.fa-moon-new {
  --fa: "\e873";
}

.fa-moon-full-inverse {
  --fa: "\e873";
}

.fa-moon-waning-crescent {
  --fa: "\e874";
}

.fa-moon-waxing-gibbous-inverse {
  --fa: "\e874";
}

.fa-moon-waning-gibbous {
  --fa: "\e875";
}

.fa-moon-waxing-crescent-inverse {
  --fa: "\e875";
}

.fa-moon-waxing-crescent {
  --fa: "\e876";
}

.fa-moon-waning-gibbous-inverse {
  --fa: "\e876";
}

.fa-moon-waxing-gibbous {
  --fa: "\e877";
}

.fa-moon-waning-crescent-inverse {
  --fa: "\e877";
}

.fa-burst-new {
  --fa: "\e878";
}

.fa-rectangle-new {
  --fa: "\e87a";
}

.fa-opossum {
  --fa: "\e87c";
}

.fa-possum {
  --fa: "\e87c";
}

.fa-input-password {
  --fa: "\e87d";
}

.fa-desk {
  --fa: "\e87e";
}

.fa-dresser {
  --fa: "\e87f";
}

.fa-stool {
  --fa: "\e880";
}

.fa-wardrobe {
  --fa: "\e881";
}

.fa-table-dining {
  --fa: "\e882";
}

.fa-chest-drawers {
  --fa: "\e883";
}

.fa-oar {
  --fa: "\e884";
}

.fa-oars {
  --fa: "\e885";
}

.fa-arrow-rotate-left-15 {
  --fa: "\e886";
}

.fa-arrow-rotate-left-30 {
  --fa: "\e887";
}

.fa-arrow-rotate-right-15 {
  --fa: "\e888";
}

.fa-arrow-rotate-right-30 {
  --fa: "\e889";
}

.fa-rows-3 {
  --fa: "\e88b";
}

.fa-table-cells-merge {
  --fa: "\e88c";
}

.fa-table-cells-split {
  --fa: "\e88d";
}

.fa-table-columns-add-after {
  --fa: "\e88e";
}

.fa-table-columns-add-before {
  --fa: "\e88f";
}

.fa-table-columns-merge-next {
  --fa: "\e890";
}

.fa-table-columns-merge-previous {
  --fa: "\e891";
}

.fa-table-columns-remove-after {
  --fa: "\e892";
}

.fa-table-columns-remove-before {
  --fa: "\e893";
}

.fa-table-rows-add-above {
  --fa: "\e894";
}

.fa-table-rows-add-below {
  --fa: "\e895";
}

.fa-table-rows-merge-next {
  --fa: "\e896";
}

.fa-table-rows-merge-previous {
  --fa: "\e897";
}

.fa-table-rows-remove-above {
  --fa: "\e898";
}

.fa-table-rows-remove-below {
  --fa: "\e899";
}

.fa-table-slash {
  --fa: "\e89a";
}

.fa-kayak {
  --fa: "\e89b";
}

.fa-canoe-person {
  --fa: "\e89c";
}

.fa-utility-can {
  --fa: "\e89d";
}

.fa-table-bar {
  --fa: "\e89e";
}

.fa-owl {
  --fa: "\e89f";
}

.fa-rectangle-api {
  --fa: "\e8a0";
}

.fa-nas {
  --fa: "\e8a1";
}

.fa-poker-chip {
  --fa: "\e8a2";
}

.fa-tower-receive {
  --fa: "\e8a3";
}

.fa-gear-api {
  --fa: "\e8a4";
}

.fa-gear-complex-api {
  --fa: "\e8a5";
}

.fa-globe-www {
  --fa: "\e8a6";
}

.fa-label {
  --fa: "\e8a7";
}

.fa-rectangle-n-a {
  --fa: "\e8a8";
}

.fa-remote {
  --fa: "\e8a9";
}

.fa-image-broken {
  --fa: "\e8aa";
}

.fa-envelope-heart {
  --fa: "\e8af";
}

.fa-meerkat {
  --fa: "\e8c4";
}

.fa-suricata {
  --fa: "\e8c4";
}

.fa-suricate {
  --fa: "\e8c4";
}

.fa-suricatta {
  --fa: "\e8c4";
}

.fa-file-md {
  --fa: "\e8c5";
}

.fa-file-txt {
  --fa: "\e8c6";
}

.fa-cricket-bat {
  --fa: "\e8c8";
}

.fa-field-hockey-stick {
  --fa: "\e8c9";
}

.fa-padel {
  --fa: "\e8ca";
}

.fa-padel-ball {
  --fa: "\e8cb";
}

.fa-table-tennis-paddle {
  --fa: "\e8cc";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

.fa-music {
  --fa: "\f001";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-heart {
  --fa: "\f004";
}

.fa-star {
  --fa: "\f005";
}

.fa-user {
  --fa: "\f007";
}

.fa-user-alt {
  --fa: "\f007";
}

.fa-user-large {
  --fa: "\f007";
}

.fa-film {
  --fa: "\f008";
}

.fa-film-alt {
  --fa: "\f008";
}

.fa-film-simple {
  --fa: "\f008";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-check {
  --fa: "\f00c";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

.fa-gear {
  --fa: "\f013";
}

.fa-cog {
  --fa: "\f013";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

.fa-clock {
  --fa: "\f017";
}

.fa-clock-four {
  --fa: "\f017";
}

.fa-road {
  --fa: "\f018";
}

.fa-download {
  --fa: "\f019";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-lock {
  --fa: "\f023";
}

.fa-flag {
  --fa: "\f024";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-headphones-alt {
  --fa: "\f025";
}

.fa-headphones-simple {
  --fa: "\f025";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-qrcode {
  --fa: "\f029";
}

.fa-barcode {
  --fa: "\f02a";
}

.fa-tag {
  --fa: "\f02b";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-book {
  --fa: "\f02d";
}

.fa-bookmark {
  --fa: "\f02e";
}

.fa-print {
  --fa: "\f02f";
}

.fa-camera {
  --fa: "\f030";
}

.fa-camera-alt {
  --fa: "\f030";
}

.fa-font {
  --fa: "\f031";
}

.fa-bold {
  --fa: "\f032";
}

.fa-italic {
  --fa: "\f033";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-align-left {
  --fa: "\f036";
}

.fa-align-center {
  --fa: "\f037";
}

.fa-align-right {
  --fa: "\f038";
}

.fa-align-justify {
  --fa: "\f039";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-image {
  --fa: "\f03e";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

.fa-adjust {
  --fa: "\f042";
}

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-backward {
  --fa: "\f04a";
}

.fa-play {
  --fa: "\f04b";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-eject {
  --fa: "\f052";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-circle-check {
  --fa: "\f058";
}

.fa-check-circle {
  --fa: "\f058";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

.fa-crosshairs {
  --fa: "\f05b";
}

.fa-ban {
  --fa: "\f05e";
}

.fa-cancel {
  --fa: "\f05e";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-arrow-up {
  --fa: "\f062";
}

.fa-arrow-down {
  --fa: "\f063";
}

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-expand {
  --fa: "\f065";
}

.fa-compress {
  --fa: "\f066";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-gift {
  --fa: "\f06b";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-eye {
  --fa: "\f06e";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

.fa-plane {
  --fa: "\f072";
}

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-comment {
  --fa: "\f075";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-retweet {
  --fa: "\f079";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-chart-bar {
  --fa: "\f080";
}

.fa-bar-chart {
  --fa: "\f080";
}

.fa-camera-retro {
  --fa: "\f083";
}

.fa-key {
  --fa: "\f084";
}

.fa-gears {
  --fa: "\f085";
}

.fa-cogs {
  --fa: "\f085";
}

.fa-comments {
  --fa: "\f086";
}

.fa-star-half {
  --fa: "\f089";
}

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

.fa-sign-out {
  --fa: "\f08b";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-upload {
  --fa: "\f093";
}

.fa-lemon {
  --fa: "\f094";
}

.fa-phone {
  --fa: "\f095";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-credit-card {
  --fa: "\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-bullhorn {
  --fa: "\f0a1";
}

.fa-certificate {
  --fa: "\f0a3";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-cloud {
  --fa: "\f0c2";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-scissors {
  --fa: "\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
}

.fa-copy {
  --fa: "\f0c5";
}

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-truck {
  --fa: "\f0d1";
}

.fa-money-bill {
  --fa: "\f0d6";
}

.fa-caret-down {
  --fa: "\f0d7";
}

.fa-caret-up {
  --fa: "\f0d8";
}

.fa-caret-left {
  --fa: "\f0d9";
}

.fa-caret-right {
  --fa: "\f0da";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

.fa-bolt {
  --fa: "\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-bell {
  --fa: "\f0f3";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
}

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-angles-left {
  --fa: "\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
}

.fa-angles-right {
  --fa: "\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
}

.fa-angles-up {
  --fa: "\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
}

.fa-angles-down {
  --fa: "\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
}

.fa-angle-left {
  --fa: "\f104";
}

.fa-angle-right {
  --fa: "\f105";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-angle-down {
  --fa: "\f107";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-spinner {
  --fa: "\f110";
}

.fa-circle {
  --fa: "\f111";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

.fa-gamepad {
  --fa: "\f11b";
}

.fa-keyboard {
  --fa: "\f11c";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-code {
  --fa: "\f121";
}

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-crop {
  --fa: "\f125";
}

.fa-code-branch {
  --fa: "\f126";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

.fa-info {
  --fa: "\f129";
}

.fa-superscript {
  --fa: "\f12b";
}

.fa-subscript {
  --fa: "\f12c";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-microphone-slash {
  --fa: "\f131";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-circle-chevron-left {
  --fa: "\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
}

.fa-circle-chevron-right {
  --fa: "\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
}

.fa-circle-chevron-up {
  --fa: "\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
}

.fa-anchor {
  --fa: "\f13d";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-square-check {
  --fa: "\f14a";
}

.fa-check-square {
  --fa: "\f14a";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-compass {
  --fa: "\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
}

.fa-square-caret-up {
  --fa: "\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
}

.fa-square-caret-right {
  --fa: "\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-file {
  --fa: "\f15b";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

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

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

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

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-sun {
  --fa: "\f185";
}

.fa-moon {
  --fa: "\f186";
}

.fa-box-archive {
  --fa: "\f187";
}

.fa-archive {
  --fa: "\f187";
}

.fa-bug {
  --fa: "\f188";
}

.fa-square-caret-left {
  --fa: "\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
}

.fa-circle-dot {
  --fa: "\f192";
}

.fa-dot-circle {
  --fa: "\f192";
}

.fa-wheelchair {
  --fa: "\f193";
}

.fa-lira-sign {
  --fa: "\f195";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-language {
  --fa: "\f1ab";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-child {
  --fa: "\f1ae";
}

.fa-paw {
  --fa: "\f1b0";
}

.fa-cube {
  --fa: "\f1b2";
}

.fa-cubes {
  --fa: "\f1b3";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-car {
  --fa: "\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-database {
  --fa: "\f1c0";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-circle-notch {
  --fa: "\f1ce";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-binoculars {
  --fa: "\f1e5";
}

.fa-plug {
  --fa: "\f1e6";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

.fa-calculator {
  --fa: "\f1ec";
}

.fa-bell-slash {
  --fa: "\f1f6";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-copyright {
  --fa: "\f1f9";
}

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-cake-candles {
  --fa: "\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
}

.fa-chart-area {
  --fa: "\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
}

.fa-chart-pie {
  --fa: "\f200";
}

.fa-pie-chart {
  --fa: "\f200";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-line-chart {
  --fa: "\f201";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-toggle-on {
  --fa: "\f205";
}

.fa-bicycle {
  --fa: "\f206";
}

.fa-bus {
  --fa: "\f207";
}

.fa-closed-captioning {
  --fa: "\f20a";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-cart-plus {
  --fa: "\f217";
}

.fa-cart-arrow-down {
  --fa: "\f218";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-motorcycle {
  --fa: "\f21c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-venus {
  --fa: "\f221";
}

.fa-mars {
  --fa: "\f222";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-venus-mars {
  --fa: "\f228";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-genderless {
  --fa: "\f22d";
}

.fa-server {
  --fa: "\f233";
}

.fa-user-plus {
  --fa: "\f234";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-bed {
  --fa: "\f236";
}

.fa-train {
  --fa: "\f238";
}

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-battery-full {
  --fa: "\f240";
}

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-battery-three-quarters {
  --fa: "\f241";
}

.fa-battery-4 {
  --fa: "\f241";
}

.fa-battery-half {
  --fa: "\f242";
}

.fa-battery-3 {
  --fa: "\f242";
}

.fa-battery-quarter {
  --fa: "\f243";
}

.fa-battery-2 {
  --fa: "\f243";
}

.fa-battery-empty {
  --fa: "\f244";
}

.fa-battery-0 {
  --fa: "\f244";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-object-group {
  --fa: "\f247";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-clone {
  --fa: "\f24d";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-hand-spock {
  --fa: "\f259";
}

.fa-hand-pointer {
  --fa: "\f25a";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-registered {
  --fa: "\f25d";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-industry {
  --fa: "\f275";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

.fa-map {
  --fa: "\f279";
}

.fa-message {
  --fa: "\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-universal-access {
  --fa: "\f29a";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

.fa-blind {
  --fa: "\f29d";
}

.fa-audio-description {
  --fa: "\f29e";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-braille {
  --fa: "\f2a1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-handshake-alt {
  --fa: "\f2b5";
}

.fa-handshake-simple {
  --fa: "\f2b5";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-address-book {
  --fa: "\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-address-card {
  --fa: "\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-bath {
  --fa: "\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-microchip {
  --fa: "\f2db";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-watch {
  --fa: "\f2e1";
}

.fa-volume-slash {
  --fa: "\f2e2";
}

.fa-fork {
  --fa: "\f2e3";
}

.fa-utensil-fork {
  --fa: "\f2e3";
}

.fa-knife {
  --fa: "\f2e4";
}

.fa-utensil-knife {
  --fa: "\f2e4";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-fork-knife {
  --fa: "\f2e6";
}

.fa-utensils-alt {
  --fa: "\f2e6";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-circle-dollar {
  --fa: "\f2e8";
}

.fa-dollar-circle {
  --fa: "\f2e8";
}

.fa-usd-circle {
  --fa: "\f2e8";
}

.fa-square-dollar {
  --fa: "\f2e9";
}

.fa-dollar-square {
  --fa: "\f2e9";
}

.fa-usd-square {
  --fa: "\f2e9";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-trophy-star {
  --fa: "\f2eb";
}

.fa-trophy-alt {
  --fa: "\f2eb";
}

.fa-triangle {
  --fa: "\f2ec";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-hexagon-xmark {
  --fa: "\f2ee";
}

.fa-times-hexagon {
  --fa: "\f2ee";
}

.fa-xmark-hexagon {
  --fa: "\f2ee";
}

.fa-octagon-xmark {
  --fa: "\f2f0";
}

.fa-times-octagon {
  --fa: "\f2f0";
}

.fa-xmark-octagon {
  --fa: "\f2f0";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-star-exclamation {
  --fa: "\f2f3";
}

.fa-spade {
  --fa: "\f2f4";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-shield-check {
  --fa: "\f2f7";
}

.fa-scrubber {
  --fa: "\f2f8";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-rectangle {
  --fa: "\f2fa";
}

.fa-rectangle-landscape {
  --fa: "\f2fa";
}

.fa-rectangle-vertical {
  --fa: "\f2fb";
}

.fa-rectangle-portrait {
  --fa: "\f2fb";
}

.fa-rectangle-wide {
  --fa: "\f2fc";
}

.fa-square-question {
  --fa: "\f2fd";
}

.fa-question-square {
  --fa: "\f2fd";
}

.fa-poo {
  --fa: "\f2fe";
}

.fa-hexagon-plus {
  --fa: "\f300";
}

.fa-plus-hexagon {
  --fa: "\f300";
}

.fa-octagon-plus {
  --fa: "\f301";
}

.fa-plus-octagon {
  --fa: "\f301";
}

.fa-images {
  --fa: "\f302";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

.fa-pen {
  --fa: "\f304";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-octagon {
  --fa: "\f306";
}

.fa-hexagon-minus {
  --fa: "\f307";
}

.fa-minus-hexagon {
  --fa: "\f307";
}

.fa-octagon-minus {
  --fa: "\f308";
}

.fa-minus-octagon {
  --fa: "\f308";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-lock-keyhole {
  --fa: "\f30d";
}

.fa-lock-alt {
  --fa: "\f30d";
}

.fa-jack-o-lantern {
  --fa: "\f30e";
}

.fa-square-info {
  --fa: "\f30f";
}

.fa-info-square {
  --fa: "\f30f";
}

.fa-inbox-in {
  --fa: "\f310";
}

.fa-inbox-arrow-down {
  --fa: "\f310";
}

.fa-inbox-out {
  --fa: "\f311";
}

.fa-inbox-arrow-up {
  --fa: "\f311";
}

.fa-hexagon {
  --fa: "\f312";
}

.fa-h1 {
  --fa: "\f313";
}

.fa-h2 {
  --fa: "\f314";
}

.fa-h3 {
  --fa: "\f315";
}

.fa-file-check {
  --fa: "\f316";
}

.fa-file-xmark {
  --fa: "\f317";
}

.fa-file-times {
  --fa: "\f317";
}

.fa-file-minus {
  --fa: "\f318";
}

.fa-file-plus {
  --fa: "\f319";
}

.fa-file-exclamation {
  --fa: "\f31a";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-arrows-maximize {
  --fa: "\f31d";
}

.fa-expand-arrows {
  --fa: "\f31d";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

.fa-expand-wide {
  --fa: "\f320";
}

.fa-square-exclamation {
  --fa: "\f321";
}

.fa-exclamation-square {
  --fa: "\f321";
}

.fa-chevrons-down {
  --fa: "\f322";
}

.fa-chevron-double-down {
  --fa: "\f322";
}

.fa-chevrons-left {
  --fa: "\f323";
}

.fa-chevron-double-left {
  --fa: "\f323";
}

.fa-chevrons-right {
  --fa: "\f324";
}

.fa-chevron-double-right {
  --fa: "\f324";
}

.fa-chevrons-up {
  --fa: "\f325";
}

.fa-chevron-double-up {
  --fa: "\f325";
}

.fa-compress-wide {
  --fa: "\f326";
}

.fa-club {
  --fa: "\f327";
}

.fa-clipboard {
  --fa: "\f328";
}

.fa-square-chevron-down {
  --fa: "\f329";
}

.fa-chevron-square-down {
  --fa: "\f329";
}

.fa-square-chevron-left {
  --fa: "\f32a";
}

.fa-chevron-square-left {
  --fa: "\f32a";
}

.fa-square-chevron-right {
  --fa: "\f32b";
}

.fa-chevron-square-right {
  --fa: "\f32b";
}

.fa-square-chevron-up {
  --fa: "\f32c";
}

.fa-chevron-square-up {
  --fa: "\f32c";
}

.fa-circle-caret-down {
  --fa: "\f32d";
}

.fa-caret-circle-down {
  --fa: "\f32d";
}

.fa-circle-caret-left {
  --fa: "\f32e";
}

.fa-caret-circle-left {
  --fa: "\f32e";
}

.fa-circle-caret-right {
  --fa: "\f330";
}

.fa-caret-circle-right {
  --fa: "\f330";
}

.fa-circle-caret-up {
  --fa: "\f331";
}

.fa-caret-circle-up {
  --fa: "\f331";
}

.fa-calendar-pen {
  --fa: "\f333";
}

.fa-calendar-edit {
  --fa: "\f333";
}

.fa-calendar-exclamation {
  --fa: "\f334";
}

.fa-badge {
  --fa: "\f335";
}

.fa-badge-check {
  --fa: "\f336";
}

.fa-left-right {
  --fa: "\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
}

.fa-up-down {
  --fa: "\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
}

.fa-square-arrow-down {
  --fa: "\f339";
}

.fa-arrow-square-down {
  --fa: "\f339";
}

.fa-square-arrow-left {
  --fa: "\f33a";
}

.fa-arrow-square-left {
  --fa: "\f33a";
}

.fa-square-arrow-right {
  --fa: "\f33b";
}

.fa-arrow-square-right {
  --fa: "\f33b";
}

.fa-square-arrow-up {
  --fa: "\f33c";
}

.fa-arrow-square-up {
  --fa: "\f33c";
}

.fa-arrow-down-to-line {
  --fa: "\f33d";
}

.fa-arrow-to-bottom {
  --fa: "\f33d";
}

.fa-arrow-left-to-line {
  --fa: "\f33e";
}

.fa-arrow-to-left {
  --fa: "\f33e";
}

.fa-arrow-right-to-line {
  --fa: "\f340";
}

.fa-arrow-to-right {
  --fa: "\f340";
}

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

.fa-arrow-to-top {
  --fa: "\f341";
}

.fa-arrow-up-from-line {
  --fa: "\f342";
}

.fa-arrow-from-bottom {
  --fa: "\f342";
}

.fa-arrow-right-from-line {
  --fa: "\f343";
}

.fa-arrow-from-left {
  --fa: "\f343";
}

.fa-arrow-left-from-line {
  --fa: "\f344";
}

.fa-arrow-from-right {
  --fa: "\f344";
}

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

.fa-arrow-from-top {
  --fa: "\f345";
}

.fa-up-from-line {
  --fa: "\f346";
}

.fa-arrow-alt-from-bottom {
  --fa: "\f346";
}

.fa-right-from-line {
  --fa: "\f347";
}

.fa-arrow-alt-from-left {
  --fa: "\f347";
}

.fa-left-from-line {
  --fa: "\f348";
}

.fa-arrow-alt-from-right {
  --fa: "\f348";
}

.fa-down-from-line {
  --fa: "\f349";
}

.fa-arrow-alt-from-top {
  --fa: "\f349";
}

.fa-down-to-line {
  --fa: "\f34a";
}

.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
}

.fa-left-to-line {
  --fa: "\f34b";
}

.fa-arrow-alt-to-left {
  --fa: "\f34b";
}

.fa-right-to-line {
  --fa: "\f34c";
}

.fa-arrow-alt-to-right {
  --fa: "\f34c";
}

.fa-up-to-line {
  --fa: "\f34d";
}

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

.fa-alarm-clock {
  --fa: "\f34e";
}

.fa-square-down {
  --fa: "\f350";
}

.fa-arrow-alt-square-down {
  --fa: "\f350";
}

.fa-square-left {
  --fa: "\f351";
}

.fa-arrow-alt-square-left {
  --fa: "\f351";
}

.fa-square-right {
  --fa: "\f352";
}

.fa-arrow-alt-square-right {
  --fa: "\f352";
}

.fa-square-up {
  --fa: "\f353";
}

.fa-arrow-alt-square-up {
  --fa: "\f353";
}

.fa-down {
  --fa: "\f354";
}

.fa-arrow-alt-down {
  --fa: "\f354";
}

.fa-left {
  --fa: "\f355";
}

.fa-arrow-alt-left {
  --fa: "\f355";
}

.fa-right {
  --fa: "\f356";
}

.fa-arrow-alt-right {
  --fa: "\f356";
}

.fa-up {
  --fa: "\f357";
}

.fa-arrow-alt-up {
  --fa: "\f357";
}

.fa-circle-down {
  --fa: "\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

.fa-circle-left {
  --fa: "\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

.fa-circle-right {
  --fa: "\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

.fa-circle-up {
  --fa: "\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-square-up-right {
  --fa: "\f360";
}

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

.fa-arrows-retweet {
  --fa: "\f361";
}

.fa-retweet-alt {
  --fa: "\f361";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-repeat {
  --fa: "\f363";
}

.fa-arrows-repeat {
  --fa: "\f364";
}

.fa-repeat-alt {
  --fa: "\f364";
}

.fa-repeat-1 {
  --fa: "\f365";
}

.fa-arrows-repeat-1 {
  --fa: "\f366";
}

.fa-repeat-1-alt {
  --fa: "\f366";
}

.fa-share-all {
  --fa: "\f367";
}

.fa-battery-bolt {
  --fa: "\f376";
}

.fa-battery-slash {
  --fa: "\f377";
}

.fa-browser {
  --fa: "\f37e";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-credit-card-blank {
  --fa: "\f389";
}

.fa-credit-card-front {
  --fa: "\f38a";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-ellipsis-stroke {
  --fa: "\f39b";
}

.fa-ellipsis-h-alt {
  --fa: "\f39b";
}

.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
}

.fa-ellipsis-v-alt {
  --fa: "\f39c";
}

.fa-gem {
  --fa: "\f3a5";
}

.fa-industry-windows {
  --fa: "\f3b3";
}

.fa-industry-alt {
  --fa: "\f3b3";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-lock-keyhole-open {
  --fa: "\f3c2";
}

.fa-lock-open-alt {
  --fa: "\f3c2";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-plane-engines {
  --fa: "\f3de";
}

.fa-plane-alt {
  --fa: "\f3de";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-square-sliders {
  --fa: "\f3f0";
}

.fa-sliders-h-square {
  --fa: "\f3f0";
}

.fa-sliders-up {
  --fa: "\f3f1";
}

.fa-sliders-v {
  --fa: "\f3f1";
}

.fa-square-sliders-vertical {
  --fa: "\f3f2";
}

.fa-sliders-v-square {
  --fa: "\f3f2";
}

.fa-spinner-third {
  --fa: "\f3f4";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-tablet-screen {
  --fa: "\f3fc";
}

.fa-tablet-android-alt {
  --fa: "\f3fc";
}

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

.fa-tree-deciduous {
  --fa: "\f400";
}

.fa-tree-alt {
  --fa: "\f400";
}

.fa-tv-retro {
  --fa: "\f401";
}

.fa-window {
  --fa: "\f40e";
}

.fa-window-flip {
  --fa: "\f40f";
}

.fa-window-alt {
  --fa: "\f40f";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

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

.fa-compress-alt {
  --fa: "\f422";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-baseball {
  --fa: "\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
}

.fa-basketball {
  --fa: "\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
}

.fa-basketball-hoop {
  --fa: "\f435";
}

.fa-bowling-ball {
  --fa: "\f436";
}

.fa-bowling-pins {
  --fa: "\f437";
}

.fa-boxing-glove {
  --fa: "\f438";
}

.fa-glove-boxing {
  --fa: "\f438";
}

.fa-chess {
  --fa: "\f439";
}

.fa-chess-bishop {
  --fa: "\f43a";
}

.fa-chess-bishop-piece {
  --fa: "\f43b";
}

.fa-chess-bishop-alt {
  --fa: "\f43b";
}

.fa-chess-board {
  --fa: "\f43c";
}

.fa-chess-clock {
  --fa: "\f43d";
}

.fa-chess-clock-flip {
  --fa: "\f43e";
}

.fa-chess-clock-alt {
  --fa: "\f43e";
}

.fa-chess-king {
  --fa: "\f43f";
}

.fa-chess-king-piece {
  --fa: "\f440";
}

.fa-chess-king-alt {
  --fa: "\f440";
}

.fa-chess-knight {
  --fa: "\f441";
}

.fa-chess-knight-piece {
  --fa: "\f442";
}

.fa-chess-knight-alt {
  --fa: "\f442";
}

.fa-chess-pawn {
  --fa: "\f443";
}

.fa-chess-pawn-piece {
  --fa: "\f444";
}

.fa-chess-pawn-alt {
  --fa: "\f444";
}

.fa-chess-queen {
  --fa: "\f445";
}

.fa-chess-queen-piece {
  --fa: "\f446";
}

.fa-chess-queen-alt {
  --fa: "\f446";
}

.fa-chess-rook {
  --fa: "\f447";
}

.fa-chess-rook-piece {
  --fa: "\f448";
}

.fa-chess-rook-alt {
  --fa: "\f448";
}

.fa-cricket-bat-ball {
  --fa: "\f449";
}

.fa-cricket {
  --fa: "\f449";
}

.fa-curling-stone {
  --fa: "\f44a";
}

.fa-curling {
  --fa: "\f44a";
}

.fa-dumbbell {
  --fa: "\f44b";
}

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

.fa-field-hockey {
  --fa: "\f44c";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-football-helmet {
  --fa: "\f44f";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

.fa-golf-club {
  --fa: "\f451";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-hockey-sticks {
  --fa: "\f454";
}

.fa-luchador-mask {
  --fa: "\f455";
}

.fa-luchador {
  --fa: "\f455";
}

.fa-mask-luchador {
  --fa: "\f455";
}

.fa-flag-pennant {
  --fa: "\f456";
}

.fa-pennant {
  --fa: "\f456";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-racquet {
  --fa: "\f45a";
}

.fa-shuttlecock {
  --fa: "\f45b";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-tennis-ball {
  --fa: "\f45e";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-whistle {
  --fa: "\f460";
}

.fa-hand-dots {
  --fa: "\f461";
}

.fa-allergies {
  --fa: "\f461";
}

.fa-bandage {
  --fa: "\f462";
}

.fa-band-aid {
  --fa: "\f462";
}

.fa-rectangle-barcode {
  --fa: "\f463";
}

.fa-barcode-alt {
  --fa: "\f463";
}

.fa-barcode-read {
  --fa: "\f464";
}

.fa-barcode-scan {
  --fa: "\f465";
}

.fa-box {
  --fa: "\f466";
}

.fa-box-check {
  --fa: "\f467";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

.fa-boxes {
  --fa: "\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-briefcase-medical {
  --fa: "\f469";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

.fa-burn {
  --fa: "\f46a";
}

.fa-capsules {
  --fa: "\f46b";
}

.fa-clipboard-check {
  --fa: "\f46c";
}

.fa-clipboard-list {
  --fa: "\f46d";
}

.fa-conveyor-belt {
  --fa: "\f46e";
}

.fa-conveyor-belt-boxes {
  --fa: "\f46f";
}

.fa-conveyor-belt-alt {
  --fa: "\f46f";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

.fa-diagnoses {
  --fa: "\f470";
}

.fa-dna {
  --fa: "\f471";
}

.fa-dolly {
  --fa: "\f472";
}

.fa-dolly-box {
  --fa: "\f472";
}

.fa-dolly-empty {
  --fa: "\f473";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
}

.fa-cart-flatbed-boxes {
  --fa: "\f475";
}

.fa-dolly-flatbed-alt {
  --fa: "\f475";
}

.fa-cart-flatbed-empty {
  --fa: "\f476";
}

.fa-dolly-flatbed-empty {
  --fa: "\f476";
}

.fa-file-medical {
  --fa: "\f477";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-forklift {
  --fa: "\f47a";
}

.fa-hand-holding-box {
  --fa: "\f47b";
}

.fa-hands-holding-diamond {
  --fa: "\f47c";
}

.fa-hand-receiving {
  --fa: "\f47c";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-shelves {
  --fa: "\f480";
}

.fa-inventory {
  --fa: "\f480";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-pallet-boxes {
  --fa: "\f483";
}

.fa-palette-boxes {
  --fa: "\f483";
}

.fa-pallet-alt {
  --fa: "\f483";
}

.fa-pills {
  --fa: "\f484";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-scanner-gun {
  --fa: "\f488";
}

.fa-scanner {
  --fa: "\f488";
}

.fa-scanner-keyboard {
  --fa: "\f489";
}

.fa-scanner-touchscreen {
  --fa: "\f48a";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-truck-clock {
  --fa: "\f48c";
}

.fa-shipping-timed {
  --fa: "\f48c";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-syringe {
  --fa: "\f48e";
}

.fa-tablet-rugged {
  --fa: "\f48f";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vial {
  --fa: "\f492";
}

.fa-vials {
  --fa: "\f493";
}

.fa-warehouse {
  --fa: "\f494";
}

.fa-warehouse-full {
  --fa: "\f495";
}

.fa-warehouse-alt {
  --fa: "\f495";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-blanket {
  --fa: "\f498";
}

.fa-book-heart {
  --fa: "\f499";
}

.fa-box-taped {
  --fa: "\f49a";
}

.fa-box-alt {
  --fa: "\f49a";
}

.fa-square-fragile {
  --fa: "\f49b";
}

.fa-box-fragile {
  --fa: "\f49b";
}

.fa-square-wine-glass-crack {
  --fa: "\f49b";
}

.fa-box-open-full {
  --fa: "\f49c";
}

.fa-box-full {
  --fa: "\f49c";
}

.fa-box-heart {
  --fa: "\f49d";
}

.fa-box-open {
  --fa: "\f49e";
}

.fa-square-this-way-up {
  --fa: "\f49f";
}

.fa-box-up {
  --fa: "\f49f";
}

.fa-box-dollar {
  --fa: "\f4a0";
}

.fa-box-usd {
  --fa: "\f4a0";
}

.fa-message-check {
  --fa: "\f4a2";
}

.fa-comment-alt-check {
  --fa: "\f4a2";
}

.fa-message-dots {
  --fa: "\f4a3";
}

.fa-comment-alt-dots {
  --fa: "\f4a3";
}

.fa-messaging {
  --fa: "\f4a3";
}

.fa-message-pen {
  --fa: "\f4a4";
}

.fa-comment-alt-edit {
  --fa: "\f4a4";
}

.fa-message-edit {
  --fa: "\f4a4";
}

.fa-message-exclamation {
  --fa: "\f4a5";
}

.fa-comment-alt-exclamation {
  --fa: "\f4a5";
}

.fa-message-lines {
  --fa: "\f4a6";
}

.fa-comment-alt-lines {
  --fa: "\f4a6";
}

.fa-message-minus {
  --fa: "\f4a7";
}

.fa-comment-alt-minus {
  --fa: "\f4a7";
}

.fa-message-plus {
  --fa: "\f4a8";
}

.fa-comment-alt-plus {
  --fa: "\f4a8";
}

.fa-message-slash {
  --fa: "\f4a9";
}

.fa-comment-alt-slash {
  --fa: "\f4a9";
}

.fa-message-smile {
  --fa: "\f4aa";
}

.fa-comment-alt-smile {
  --fa: "\f4aa";
}

.fa-message-xmark {
  --fa: "\f4ab";
}

.fa-comment-alt-times {
  --fa: "\f4ab";
}

.fa-message-times {
  --fa: "\f4ab";
}

.fa-comment-check {
  --fa: "\f4ac";
}

.fa-comment-dots {
  --fa: "\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
}

.fa-comment-pen {
  --fa: "\f4ae";
}

.fa-comment-edit {
  --fa: "\f4ae";
}

.fa-comment-exclamation {
  --fa: "\f4af";
}

.fa-comment-lines {
  --fa: "\f4b0";
}

.fa-comment-minus {
  --fa: "\f4b1";
}

.fa-comment-plus {
  --fa: "\f4b2";
}

.fa-comment-slash {
  --fa: "\f4b3";
}

.fa-comment-smile {
  --fa: "\f4b4";
}

.fa-comment-xmark {
  --fa: "\f4b5";
}

.fa-comment-times {
  --fa: "\f4b5";
}

.fa-messages {
  --fa: "\f4b6";
}

.fa-comments-alt {
  --fa: "\f4b6";
}

.fa-container-storage {
  --fa: "\f4b7";
}

.fa-couch {
  --fa: "\f4b8";
}

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

.fa-donate {
  --fa: "\f4b9";
}

.fa-dove {
  --fa: "\f4ba";
}

.fa-wine-glass-crack {
  --fa: "\f4bb";
}

.fa-fragile {
  --fa: "\f4bb";
}

.fa-hand-heart {
  --fa: "\f4bc";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-hand-holding-seedling {
  --fa: "\f4bf";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-hands-holding-heart {
  --fa: "\f4c3";
}

.fa-hands-heart {
  --fa: "\f4c3";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-hands-holding-dollar {
  --fa: "\f4c5";
}

.fa-hands-usd {
  --fa: "\f4c5";
}

.fa-circle-heart {
  --fa: "\f4c7";
}

.fa-heart-circle {
  --fa: "\f4c7";
}

.fa-square-heart {
  --fa: "\f4c8";
}

.fa-heart-square {
  --fa: "\f4c8";
}

.fa-house-heart {
  --fa: "\f4c9";
}

.fa-home-heart {
  --fa: "\f4c9";
}

.fa-lamp {
  --fa: "\f4ca";
}

.fa-leaf-heart {
  --fa: "\f4cb";
}

.fa-loveseat {
  --fa: "\f4cc";
}

.fa-couch-small {
  --fa: "\f4cc";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-person-carry-box {
  --fa: "\f4cf";
}

.fa-person-carry {
  --fa: "\f4cf";
}

.fa-person-dolly {
  --fa: "\f4d0";
}

.fa-person-dolly-empty {
  --fa: "\f4d1";
}

.fa-phone-plus {
  --fa: "\f4d2";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

.fa-ramp-loading {
  --fa: "\f4d4";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-truck-container {
  --fa: "\f4dc";
}

.fa-truck-ramp-couch {
  --fa: "\f4dd";
}

.fa-truck-couch {
  --fa: "\f4dd";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-truck-ramp {
  --fa: "\f4e0";
}

.fa-video-plus {
  --fa: "\f4e1";
}

.fa-video-slash {
  --fa: "\f4e2";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-user-ninja {
  --fa: "\f504";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-user-alt-slash {
  --fa: "\f506";
}

.fa-user-large-slash {
  --fa: "\f506";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
}

.fa-blender {
  --fa: "\f517";
}

.fa-book-open {
  --fa: "\f518";
}

.fa-tower-broadcast {
  --fa: "\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
}

.fa-broom {
  --fa: "\f51a";
}

.fa-chalkboard {
  --fa: "\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
}

.fa-church {
  --fa: "\f51d";
}

.fa-coins {
  --fa: "\f51e";
}

.fa-compact-disc {
  --fa: "\f51f";
}

.fa-crow {
  --fa: "\f520";
}

.fa-crown {
  --fa: "\f521";
}

.fa-dice {
  --fa: "\f522";
}

.fa-dice-five {
  --fa: "\f523";
}

.fa-dice-four {
  --fa: "\f524";
}

.fa-dice-one {
  --fa: "\f525";
}

.fa-dice-six {
  --fa: "\f526";
}

.fa-dice-three {
  --fa: "\f527";
}

.fa-dice-two {
  --fa: "\f528";
}

.fa-divide {
  --fa: "\f529";
}

.fa-door-closed {
  --fa: "\f52a";
}

.fa-door-open {
  --fa: "\f52b";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-glasses {
  --fa: "\f530";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-helicopter {
  --fa: "\f533";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-memory {
  --fa: "\f538";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-robot {
  --fa: "\f544";
}

.fa-ruler {
  --fa: "\f545";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-school {
  --fa: "\f549";
}

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-skull {
  --fa: "\f54c";
}

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-store {
  --fa: "\f54e";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

.fa-stroopwafel {
  --fa: "\f551";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-wallet {
  --fa: "\f555";
}

.fa-face-angry {
  --fa: "\f556";
}

.fa-angry {
  --fa: "\f556";
}

.fa-archway {
  --fa: "\f557";
}

.fa-book-atlas {
  --fa: "\f558";
}

.fa-atlas {
  --fa: "\f558";
}

.fa-award {
  --fa: "\f559";
}

.fa-delete-left {
  --fa: "\f55a";
}

.fa-backspace {
  --fa: "\f55a";
}

.fa-bezier-curve {
  --fa: "\f55b";
}

.fa-bong {
  --fa: "\f55c";
}

.fa-brush {
  --fa: "\f55d";
}

.fa-bus-simple {
  --fa: "\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
}

.fa-cannabis {
  --fa: "\f55f";
}

.fa-check-double {
  --fa: "\f560";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

.fa-cocktail {
  --fa: "\f561";
}

.fa-bell-concierge {
  --fa: "\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
}

.fa-cookie {
  --fa: "\f563";
}

.fa-cookie-bite {
  --fa: "\f564";
}

.fa-crop-simple {
  --fa: "\f565";
}

.fa-crop-alt {
  --fa: "\f565";
}

.fa-tachograph-digital {
  --fa: "\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
}

.fa-face-dizzy {
  --fa: "\f567";
}

.fa-dizzy {
  --fa: "\f567";
}

.fa-compass-drafting {
  --fa: "\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
}

.fa-drum {
  --fa: "\f569";
}

.fa-drum-steelpan {
  --fa: "\f56a";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-file-invoice {
  --fa: "\f570";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-fill {
  --fa: "\f575";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-fish {
  --fa: "\f578";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

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

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grid-horizontal {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-grid-vertical {
  --fa: "\f58e";
}

.fa-headset {
  --fa: "\f590";
}

.fa-highlighter {
  --fa: "\f591";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-joint {
  --fa: "\f595";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-medal {
  --fa: "\f5a2";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-monument {
  --fa: "\f5a6";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-paintbrush-fine {
  --fa: "\f5a9";
}

.fa-paint-brush-alt {
  --fa: "\f5a9";
}

.fa-paint-brush-fine {
  --fa: "\f5a9";
}

.fa-paintbrush-alt {
  --fa: "\f5a9";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-face-smile-plus {
  --fa: "\f5b9";
}

.fa-smile-plus {
  --fa: "\f5b9";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-lotus {
  --fa: "\f5bb";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
}

.fa-atom {
  --fa: "\f5d2";
}

.fa-atom-simple {
  --fa: "\f5d3";
}

.fa-atom-alt {
  --fa: "\f5d3";
}

.fa-backpack {
  --fa: "\f5d4";
}

.fa-bell-school {
  --fa: "\f5d5";
}

.fa-bell-school-slash {
  --fa: "\f5d6";
}

.fa-bone {
  --fa: "\f5d7";
}

.fa-bone-break {
  --fa: "\f5d8";
}

.fa-book-blank {
  --fa: "\f5d9";
}

.fa-book-alt {
  --fa: "\f5d9";
}

.fa-book-open-reader {
  --fa: "\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
}

.fa-books {
  --fa: "\f5db";
}

.fa-brain {
  --fa: "\f5dc";
}

.fa-bus-school {
  --fa: "\f5dd";
}

.fa-car-rear {
  --fa: "\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
}

.fa-car-battery {
  --fa: "\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
}

.fa-car-bump {
  --fa: "\f5e0";
}

.fa-car-burst {
  --fa: "\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
}

.fa-car-garage {
  --fa: "\f5e2";
}

.fa-car-wrench {
  --fa: "\f5e3";
}

.fa-car-mechanic {
  --fa: "\f5e3";
}

.fa-car-side {
  --fa: "\f5e4";
}

.fa-car-tilt {
  --fa: "\f5e5";
}

.fa-car-wash {
  --fa: "\f5e6";
}

.fa-charging-station {
  --fa: "\f5e7";
}

.fa-clipboard-prescription {
  --fa: "\f5e8";
}

.fa-compass-slash {
  --fa: "\f5e9";
}

.fa-diploma {
  --fa: "\f5ea";
}

.fa-scroll-ribbon {
  --fa: "\f5ea";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
}

.fa-do-not-enter {
  --fa: "\f5ec";
}

.fa-draw-circle {
  --fa: "\f5ed";
}

.fa-vector-circle {
  --fa: "\f5ed";
}

.fa-draw-polygon {
  --fa: "\f5ee";
}

.fa-vector-polygon {
  --fa: "\f5ee";
}

.fa-draw-square {
  --fa: "\f5ef";
}

.fa-vector-square {
  --fa: "\f5ef";
}

.fa-ear {
  --fa: "\f5f0";
}

.fa-engine-warning {
  --fa: "\f5f2";
}

.fa-engine-exclamation {
  --fa: "\f5f2";
}

.fa-file-certificate {
  --fa: "\f5f3";
}

.fa-file-award {
  --fa: "\f5f3";
}

.fa-gas-pump-slash {
  --fa: "\f5f4";
}

.fa-glasses-round {
  --fa: "\f5f5";
}

.fa-glasses-alt {
  --fa: "\f5f5";
}

.fa-globe-stand {
  --fa: "\f5f6";
}

.fa-wave-pulse {
  --fa: "\f5f8";
}

.fa-heart-rate {
  --fa: "\f5f8";
}

.fa-inhaler {
  --fa: "\f5f9";
}

.fa-kidneys {
  --fa: "\f5fb";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-layer-minus {
  --fa: "\f5fe";
}

.fa-layer-group-minus {
  --fa: "\f5fe";
}

.fa-layer-plus {
  --fa: "\f5ff";
}

.fa-layer-group-plus {
  --fa: "\f5ff";
}

.fa-lips {
  --fa: "\f600";
}

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-circle-location-arrow {
  --fa: "\f602";
}

.fa-location-circle {
  --fa: "\f602";
}

.fa-location-crosshairs-slash {
  --fa: "\f603";
}

.fa-location-slash {
  --fa: "\f603";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-location-dot-slash {
  --fa: "\f605";
}

.fa-map-marker-alt-slash {
  --fa: "\f605";
}

.fa-location-check {
  --fa: "\f606";
}

.fa-map-marker-check {
  --fa: "\f606";
}

.fa-location-pen {
  --fa: "\f607";
}

.fa-map-marker-edit {
  --fa: "\f607";
}

.fa-location-exclamation {
  --fa: "\f608";
}

.fa-map-marker-exclamation {
  --fa: "\f608";
}

.fa-location-minus {
  --fa: "\f609";
}

.fa-map-marker-minus {
  --fa: "\f609";
}

.fa-location-plus {
  --fa: "\f60a";
}

.fa-map-marker-plus {
  --fa: "\f60a";
}

.fa-location-question {
  --fa: "\f60b";
}

.fa-map-marker-question {
  --fa: "\f60b";
}

.fa-location-pin-slash {
  --fa: "\f60c";
}

.fa-map-marker-slash {
  --fa: "\f60c";
}

.fa-location-smile {
  --fa: "\f60d";
}

.fa-map-marker-smile {
  --fa: "\f60d";
}

.fa-location-xmark {
  --fa: "\f60e";
}

.fa-map-marker-times {
  --fa: "\f60e";
}

.fa-map-marker-xmark {
  --fa: "\f60e";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-monitor-waveform {
  --fa: "\f611";
}

.fa-monitor-heart-rate {
  --fa: "\f611";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-oil-temperature {
  --fa: "\f614";
}

.fa-oil-temp {
  --fa: "\f614";
}

.fa-circle-parking {
  --fa: "\f615";
}

.fa-parking-circle {
  --fa: "\f615";
}

.fa-ban-parking {
  --fa: "\f616";
}

.fa-parking-circle-slash {
  --fa: "\f616";
}

.fa-square-parking-slash {
  --fa: "\f617";
}

.fa-parking-slash {
  --fa: "\f617";
}

.fa-pen-paintbrush {
  --fa: "\f618";
}

.fa-pencil-paintbrush {
  --fa: "\f618";
}

.fa-poop {
  --fa: "\f619";
}

.fa-route-highway {
  --fa: "\f61a";
}

.fa-route-interstate {
  --fa: "\f61b";
}

.fa-ruler-triangle {
  --fa: "\f61c";
}

.fa-scalpel {
  --fa: "\f61d";
}

.fa-scalpel-line-dashed {
  --fa: "\f61e";
}

.fa-scalpel-path {
  --fa: "\f61e";
}

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-skeleton {
  --fa: "\f620";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-steering-wheel {
  --fa: "\f622";
}

.fa-stomach {
  --fa: "\f623";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-gauge-max {
  --fa: "\f626";
}

.fa-tachometer-alt-fastest {
  --fa: "\f626";
}

.fa-gauge-low {
  --fa: "\f627";
}

.fa-tachometer-alt-slow {
  --fa: "\f627";
}

.fa-gauge-min {
  --fa: "\f628";
}

.fa-tachometer-alt-slowest {
  --fa: "\f628";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-gauge-simple-max {
  --fa: "\f62b";
}

.fa-tachometer-fastest {
  --fa: "\f62b";
}

.fa-gauge-simple-low {
  --fa: "\f62c";
}

.fa-tachometer-slow {
  --fa: "\f62c";
}

.fa-gauge-simple-min {
  --fa: "\f62d";
}

.fa-tachometer-slowest {
  --fa: "\f62d";
}

.fa-teeth {
  --fa: "\f62e";
}

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-tire {
  --fa: "\f631";
}

.fa-tire-flat {
  --fa: "\f632";
}

.fa-tire-pressure-warning {
  --fa: "\f633";
}

.fa-tire-rugged {
  --fa: "\f634";
}

.fa-toothbrush {
  --fa: "\f635";
}

.fa-traffic-cone {
  --fa: "\f636";
}

.fa-traffic-light {
  --fa: "\f637";
}

.fa-traffic-light-go {
  --fa: "\f638";
}

.fa-traffic-light-slow {
  --fa: "\f639";
}

.fa-traffic-light-stop {
  --fa: "\f63a";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-screen-users {
  --fa: "\f63d";
}

.fa-users-class {
  --fa: "\f63d";
}

.fa-watch-fitness {
  --fa: "\f63e";
}

.fa-abacus {
  --fa: "\f640";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

.fa-ad {
  --fa: "\f641";
}

.fa-chart-mixed {
  --fa: "\f643";
}

.fa-analytics {
  --fa: "\f643";
}

.fa-ankh {
  --fa: "\f644";
}

.fa-badge-dollar {
  --fa: "\f645";
}

.fa-badge-percent {
  --fa: "\f646";
}

.fa-book-bible {
  --fa: "\f647";
}

.fa-bible {
  --fa: "\f647";
}

.fa-bullseye-arrow {
  --fa: "\f648";
}

.fa-bullseye-pointer {
  --fa: "\f649";
}

.fa-business-time {
  --fa: "\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-cabinet-filing {
  --fa: "\f64b";
}

.fa-calculator-simple {
  --fa: "\f64c";
}

.fa-calculator-alt {
  --fa: "\f64c";
}

.fa-chart-line-down {
  --fa: "\f64d";
}

.fa-chart-pie-simple {
  --fa: "\f64e";
}

.fa-chart-pie-alt {
  --fa: "\f64e";
}

.fa-city {
  --fa: "\f64f";
}

.fa-message-dollar {
  --fa: "\f650";
}

.fa-comment-alt-dollar {
  --fa: "\f650";
}

.fa-comment-dollar {
  --fa: "\f651";
}

.fa-messages-dollar {
  --fa: "\f652";
}

.fa-comments-alt-dollar {
  --fa: "\f652";
}

.fa-comments-dollar {
  --fa: "\f653";
}

.fa-cross {
  --fa: "\f654";
}

.fa-dharmachakra {
  --fa: "\f655";
}

.fa-empty-set {
  --fa: "\f656";
}

.fa-envelope-open-dollar {
  --fa: "\f657";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-file-chart-column {
  --fa: "\f659";
}

.fa-file-chart-line {
  --fa: "\f659";
}

.fa-file-chart-pie {
  --fa: "\f65a";
}

.fa-file-spreadsheet {
  --fa: "\f65b";
}

.fa-file-user {
  --fa: "\f65c";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-folder-xmark {
  --fa: "\f65f";
}

.fa-folder-times {
  --fa: "\f65f";
}

.fa-folders {
  --fa: "\f660";
}

.fa-function {
  --fa: "\f661";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

.fa-gift-card {
  --fa: "\f663";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-bahai {
  --fa: "\f666";
}

.fa-haykal {
  --fa: "\f666";
}

.fa-integral {
  --fa: "\f667";
}

.fa-intersection {
  --fa: "\f668";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-keynote {
  --fa: "\f66c";
}

.fa-khanda {
  --fa: "\f66d";
}

.fa-lambda {
  --fa: "\f66e";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-lightbulb-dollar {
  --fa: "\f670";
}

.fa-lightbulb-exclamation {
  --fa: "\f671";
}

.fa-lightbulb-on {
  --fa: "\f672";
}

.fa-lightbulb-slash {
  --fa: "\f673";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-megaphone {
  --fa: "\f675";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-brain-arrow-curved-right {
  --fa: "\f677";
}

.fa-mind-share {
  --fa: "\f677";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-om {
  --fa: "\f679";
}

.fa-omega {
  --fa: "\f67a";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-phone-office {
  --fa: "\f67d";
}

.fa-pi {
  --fa: "\f67e";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-podium {
  --fa: "\f680";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-presentation-screen {
  --fa: "\f685";
}

.fa-presentation {
  --fa: "\f685";
}

.fa-print-slash {
  --fa: "\f686";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-shredder {
  --fa: "\f68a";
}

.fa-sigma {
  --fa: "\f68b";
}

.fa-signal-weak {
  --fa: "\f68c";
}

.fa-signal-1 {
  --fa: "\f68c";
}

.fa-signal-fair {
  --fa: "\f68d";
}

.fa-signal-2 {
  --fa: "\f68d";
}

.fa-signal-good {
  --fa: "\f68e";
}

.fa-signal-3 {
  --fa: "\f68e";
}

.fa-signal-strong {
  --fa: "\f68f";
}

.fa-signal-4 {
  --fa: "\f68f";
}

.fa-signal-bars {
  --fa: "\f690";
}

.fa-signal-alt {
  --fa: "\f690";
}

.fa-signal-alt-4 {
  --fa: "\f690";
}

.fa-signal-bars-strong {
  --fa: "\f690";
}

.fa-signal-bars-weak {
  --fa: "\f691";
}

.fa-signal-alt-1 {
  --fa: "\f691";
}

.fa-signal-bars-fair {
  --fa: "\f692";
}

.fa-signal-alt-2 {
  --fa: "\f692";
}

.fa-signal-bars-good {
  --fa: "\f693";
}

.fa-signal-alt-3 {
  --fa: "\f693";
}

.fa-signal-bars-slash {
  --fa: "\f694";
}

.fa-signal-alt-slash {
  --fa: "\f694";
}

.fa-signal-slash {
  --fa: "\f695";
}

.fa-socks {
  --fa: "\f696";
}

.fa-square-root {
  --fa: "\f697";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-tally {
  --fa: "\f69c";
}

.fa-tally-5 {
  --fa: "\f69c";
}

.fa-theta {
  --fa: "\f69e";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-union {
  --fa: "\f6a2";
}

.fa-chart-user {
  --fa: "\f6a3";
}

.fa-user-chart {
  --fa: "\f6a3";
}

.fa-user-crown {
  --fa: "\f6a4";
}

.fa-user-group-crown {
  --fa: "\f6a5";
}

.fa-users-crown {
  --fa: "\f6a5";
}

.fa-value-absolute {
  --fa: "\f6a6";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-volume {
  --fa: "\f6a8";
}

.fa-volume-medium {
  --fa: "\f6a8";
}

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-wifi-weak {
  --fa: "\f6aa";
}

.fa-wifi-1 {
  --fa: "\f6aa";
}

.fa-wifi-fair {
  --fa: "\f6ab";
}

.fa-wifi-2 {
  --fa: "\f6ab";
}

.fa-wifi-slash {
  --fa: "\f6ac";
}

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-acorn {
  --fa: "\f6ae";
}

.fa-alicorn {
  --fa: "\f6b0";
}

.fa-crate-apple {
  --fa: "\f6b1";
}

.fa-apple-crate {
  --fa: "\f6b1";
}

.fa-axe {
  --fa: "\f6b2";
}

.fa-axe-battle {
  --fa: "\f6b3";
}

.fa-badger-honey {
  --fa: "\f6b4";
}

.fa-bat {
  --fa: "\f6b5";
}

.fa-blender-phone {
  --fa: "\f6b6";
}

.fa-book-skull {
  --fa: "\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
}

.fa-book-sparkles {
  --fa: "\f6b8";
}

.fa-book-spells {
  --fa: "\f6b8";
}

.fa-bow-arrow {
  --fa: "\f6b9";
}

.fa-campfire {
  --fa: "\f6ba";
}

.fa-campground {
  --fa: "\f6bb";
}

.fa-candle-holder {
  --fa: "\f6bc";
}

.fa-candy-corn {
  --fa: "\f6bd";
}

.fa-cat {
  --fa: "\f6be";
}

.fa-cauldron {
  --fa: "\f6bf";
}

.fa-chair {
  --fa: "\f6c0";
}

.fa-chair-office {
  --fa: "\f6c1";
}

.fa-claw-marks {
  --fa: "\f6c2";
}

.fa-cloud-moon {
  --fa: "\f6c3";
}

.fa-cloud-sun {
  --fa: "\f6c4";
}

.fa-cup-togo {
  --fa: "\f6c5";
}

.fa-coffee-togo {
  --fa: "\f6c5";
}

.fa-coffin {
  --fa: "\f6c6";
}

.fa-corn {
  --fa: "\f6c7";
}

.fa-cow {
  --fa: "\f6c8";
}

.fa-dagger {
  --fa: "\f6cb";
}

.fa-dice-d10 {
  --fa: "\f6cd";
}

.fa-dice-d12 {
  --fa: "\f6ce";
}

.fa-dice-d20 {
  --fa: "\f6cf";
}

.fa-dice-d4 {
  --fa: "\f6d0";
}

.fa-dice-d6 {
  --fa: "\f6d1";
}

.fa-dice-d8 {
  --fa: "\f6d2";
}

.fa-dog {
  --fa: "\f6d3";
}

.fa-dog-leashed {
  --fa: "\f6d4";
}

.fa-dragon {
  --fa: "\f6d5";
}

.fa-drumstick {
  --fa: "\f6d6";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
}

.fa-duck {
  --fa: "\f6d8";
}

.fa-dungeon {
  --fa: "\f6d9";
}

.fa-elephant {
  --fa: "\f6da";
}

.fa-eye-evil {
  --fa: "\f6db";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

.fa-fire-flame {
  --fa: "\f6df";
}

.fa-flame {
  --fa: "\f6df";
}

.fa-flask-round-poison {
  --fa: "\f6e0";
}

.fa-flask-poison {
  --fa: "\f6e0";
}

.fa-flask-round-potion {
  --fa: "\f6e1";
}

.fa-flask-potion {
  --fa: "\f6e1";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hammer-war {
  --fa: "\f6e4";
}

.fa-hand-holding-magic {
  --fa: "\f6e5";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-hat-witch {
  --fa: "\f6e7";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-head-side {
  --fa: "\f6e9";
}

.fa-head-side-goggles {
  --fa: "\f6ea";
}

.fa-head-vr {
  --fa: "\f6ea";
}

.fa-helmet-battle {
  --fa: "\f6eb";
}

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-hockey-mask {
  --fa: "\f6ee";
}

.fa-hood-cloak {
  --fa: "\f6ef";
}

.fa-horse {
  --fa: "\f6f0";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-key-skeleton {
  --fa: "\f6f3";
}

.fa-kite {
  --fa: "\f6f4";
}

.fa-knife-kitchen {
  --fa: "\f6f5";
}

.fa-leaf-maple {
  --fa: "\f6f6";
}

.fa-leaf-oak {
  --fa: "\f6f7";
}

.fa-mace {
  --fa: "\f6f8";
}

.fa-mandolin {
  --fa: "\f6f9";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-monkey {
  --fa: "\f6fb";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-mountains {
  --fa: "\f6fd";
}

.fa-narwhal {
  --fa: "\f6fe";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-otter {
  --fa: "\f700";
}

.fa-paw-simple {
  --fa: "\f701";
}

.fa-paw-alt {
  --fa: "\f701";
}

.fa-paw-claws {
  --fa: "\f702";
}

.fa-pegasus {
  --fa: "\f703";
}

.fa-pie {
  --fa: "\f705";
}

.fa-pig {
  --fa: "\f706";
}

.fa-pumpkin {
  --fa: "\f707";
}

.fa-rabbit {
  --fa: "\f708";
}

.fa-rabbit-running {
  --fa: "\f709";
}

.fa-rabbit-fast {
  --fa: "\f709";
}

.fa-ram {
  --fa: "\f70a";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-scarecrow {
  --fa: "\f70d";
}

.fa-scroll {
  --fa: "\f70e";
}

.fa-scroll-old {
  --fa: "\f70f";
}

.fa-scythe {
  --fa: "\f710";
}

.fa-sheep {
  --fa: "\f711";
}

.fa-shield-cross {
  --fa: "\f712";
}

.fa-shovel {
  --fa: "\f713";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-slash {
  --fa: "\f715";
}

.fa-snake {
  --fa: "\f716";
}

.fa-spider {
  --fa: "\f717";
}

.fa-spider-black-widow {
  --fa: "\f718";
}

.fa-spider-web {
  --fa: "\f719";
}

.fa-squirrel {
  --fa: "\f71a";
}

.fa-staff {
  --fa: "\f71b";
}

.fa-sword {
  --fa: "\f71c";
}

.fa-swords {
  --fa: "\f71d";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-toilet-paper-alt {
  --fa: "\f71e";
}

.fa-toilet-paper-blank {
  --fa: "\f71e";
}

.fa-tombstone {
  --fa: "\f720";
}

.fa-tombstone-blank {
  --fa: "\f721";
}

.fa-tombstone-alt {
  --fa: "\f721";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-treasure-chest {
  --fa: "\f723";
}

.fa-trees {
  --fa: "\f724";
}

.fa-turkey {
  --fa: "\f725";
}

.fa-turtle {
  --fa: "\f726";
}

.fa-unicorn {
  --fa: "\f727";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-wand {
  --fa: "\f72a";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-whale {
  --fa: "\f72c";
}

.fa-wheat {
  --fa: "\f72d";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

.fa-ballot {
  --fa: "\f732";
}

.fa-ballot-check {
  --fa: "\f733";
}

.fa-booth-curtain {
  --fa: "\f734";
}

.fa-box-ballot {
  --fa: "\f735";
}

.fa-calendar-star {
  --fa: "\f736";
}

.fa-clipboard-list-check {
  --fa: "\f737";
}

.fa-cloud-drizzle {
  --fa: "\f738";
}

.fa-cloud-hail {
  --fa: "\f739";
}

.fa-cloud-hail-mixed {
  --fa: "\f73a";
}

.fa-cloud-meatball {
  --fa: "\f73b";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
}

.fa-cloud-rain {
  --fa: "\f73d";
}

.fa-cloud-rainbow {
  --fa: "\f73e";
}

.fa-cloud-showers {
  --fa: "\f73f";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-cloud-sleet {
  --fa: "\f741";
}

.fa-cloud-snow {
  --fa: "\f742";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
}

.fa-clouds {
  --fa: "\f744";
}

.fa-clouds-moon {
  --fa: "\f745";
}

.fa-clouds-sun {
  --fa: "\f746";
}

.fa-democrat {
  --fa: "\f747";
}

.fa-droplet-degree {
  --fa: "\f748";
}

.fa-dewpoint {
  --fa: "\f748";
}

.fa-eclipse {
  --fa: "\f749";
}

.fa-moon-over-sun {
  --fa: "\f74a";
}

.fa-eclipse-alt {
  --fa: "\f74a";
}

.fa-fire-smoke {
  --fa: "\f74b";
}

.fa-flag-swallowtail {
  --fa: "\f74c";
}

.fa-flag-alt {
  --fa: "\f74c";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-cloud-fog {
  --fa: "\f74e";
}

.fa-fog {
  --fa: "\f74e";
}

.fa-house-water {
  --fa: "\f74f";
}

.fa-house-flood {
  --fa: "\f74f";
}

.fa-droplet-percent {
  --fa: "\f750";
}

.fa-humidity {
  --fa: "\f750";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-moon-cloud {
  --fa: "\f754";
}

.fa-moon-stars {
  --fa: "\f755";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-person-sign {
  --fa: "\f757";
}

.fa-podium-star {
  --fa: "\f758";
}

.fa-poll-people {
  --fa: "\f759";
}

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-rainbow {
  --fa: "\f75b";
}

.fa-raindrops {
  --fa: "\f75c";
}

.fa-republican {
  --fa: "\f75e";
}

.fa-smog {
  --fa: "\f75f";
}

.fa-smoke {
  --fa: "\f760";
}

.fa-snow-blowing {
  --fa: "\f761";
}

.fa-stars {
  --fa: "\f762";
}

.fa-sun-cloud {
  --fa: "\f763";
}

.fa-sun-dust {
  --fa: "\f764";
}

.fa-sun-haze {
  --fa: "\f765";
}

.fa-sunrise {
  --fa: "\f766";
}

.fa-sunset {
  --fa: "\f767";
}

.fa-temperature-snow {
  --fa: "\f768";
}

.fa-temperature-frigid {
  --fa: "\f768";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-temperature-sun {
  --fa: "\f76a";
}

.fa-temperature-hot {
  --fa: "\f76a";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-cloud-bolt-moon {
  --fa: "\f76d";
}

.fa-thunderstorm-moon {
  --fa: "\f76d";
}

.fa-cloud-bolt-sun {
  --fa: "\f76e";
}

.fa-thunderstorm-sun {
  --fa: "\f76e";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-xmark-to-slot {
  --fa: "\f771";
}

.fa-times-to-slot {
  --fa: "\f771";
}

.fa-vote-nay {
  --fa: "\f771";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-water {
  --fa: "\f773";
}

.fa-water-arrow-down {
  --fa: "\f774";
}

.fa-water-lower {
  --fa: "\f774";
}

.fa-water-arrow-up {
  --fa: "\f775";
}

.fa-water-rise {
  --fa: "\f775";
}

.fa-wind-warning {
  --fa: "\f776";
}

.fa-wind-circle-exclamation {
  --fa: "\f776";
}

.fa-windsock {
  --fa: "\f777";
}

.fa-angel {
  --fa: "\f779";
}

.fa-baby {
  --fa: "\f77c";
}

.fa-baby-carriage {
  --fa: "\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
}

.fa-ball-pile {
  --fa: "\f77e";
}

.fa-bells {
  --fa: "\f77f";
}

.fa-biohazard {
  --fa: "\f780";
}

.fa-blog {
  --fa: "\f781";
}

.fa-boot {
  --fa: "\f782";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-candy-cane {
  --fa: "\f786";
}

.fa-carrot {
  --fa: "\f787";
}

.fa-cash-register {
  --fa: "\f788";
}

.fa-chart-network {
  --fa: "\f78a";
}

.fa-chimney {
  --fa: "\f78b";
}

.fa-minimize {
  --fa: "\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
}

.fa-deer {
  --fa: "\f78e";
}

.fa-deer-rudolph {
  --fa: "\f78f";
}

.fa-dreidel {
  --fa: "\f792";
}

.fa-dumpster {
  --fa: "\f793";
}

.fa-dumpster-fire {
  --fa: "\f794";
}

.fa-ear-muffs {
  --fa: "\f795";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-fireplace {
  --fa: "\f79a";
}

.fa-snowman-head {
  --fa: "\f79b";
}

.fa-frosty-head {
  --fa: "\f79b";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-gingerbread-man {
  --fa: "\f79d";
}

.fa-champagne-glass {
  --fa: "\f79e";
}

.fa-glass-champagne {
  --fa: "\f79e";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-whiskey-glass-ice {
  --fa: "\f7a1";
}

.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-globe-snow {
  --fa: "\f7a3";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-hat-santa {
  --fa: "\f7a7";
}

.fa-hat-winter {
  --fa: "\f7a8";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-holly-berry {
  --fa: "\f7aa";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-ice-skate {
  --fa: "\f7ac";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-lights-holiday {
  --fa: "\f7b2";
}

.fa-mistletoe {
  --fa: "\f7b4";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

.fa-mug-marshmallows {
  --fa: "\f7b7";
}

.fa-ornament {
  --fa: "\f7b8";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-restroom {
  --fa: "\f7bd";
}

.fa-rv {
  --fa: "\f7be";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-scarf {
  --fa: "\f7c1";
}

.fa-sd-card {
  --fa: "\f7c2";
}

.fa-shovel-snow {
  --fa: "\f7c3";
}

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-person-ski-jumping {
  --fa: "\f7c7";
}

.fa-ski-jump {
  --fa: "\f7c7";
}

.fa-person-ski-lift {
  --fa: "\f7c8";
}

.fa-ski-lift {
  --fa: "\f7c8";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

.fa-person-sledding {
  --fa: "\f7cb";
}

.fa-sledding {
  --fa: "\f7cb";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-snowflakes {
  --fa: "\f7cf";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-person-snowmobiling {
  --fa: "\f7d1";
}

.fa-snowmobile {
  --fa: "\f7d1";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-star-christmas {
  --fa: "\f7d4";
}

.fa-stocking {
  --fa: "\f7d5";
}

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

.fa-tree-christmas {
  --fa: "\f7db";
}

.fa-tree-decorated {
  --fa: "\f7dc";
}

.fa-tree-large {
  --fa: "\f7dd";
}

.fa-truck-plow {
  --fa: "\f7de";
}

.fa-wreath {
  --fa: "\f7e2";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-bacon {
  --fa: "\f7e5";
}

.fa-book-medical {
  --fa: "\f7e6";
}

.fa-book-user {
  --fa: "\f7e7";
}

.fa-books-medical {
  --fa: "\f7e8";
}

.fa-brackets-square {
  --fa: "\f7e9";
}

.fa-brackets {
  --fa: "\f7e9";
}

.fa-brackets-curly {
  --fa: "\f7ea";
}

.fa-bread-loaf {
  --fa: "\f7eb";
}

.fa-bread-slice {
  --fa: "\f7ec";
}

.fa-burrito {
  --fa: "\f7ed";
}

.fa-chart-scatter {
  --fa: "\f7ee";
}

.fa-cheese {
  --fa: "\f7ef";
}

.fa-cheese-swiss {
  --fa: "\f7f0";
}

.fa-burger-cheese {
  --fa: "\f7f1";
}

.fa-cheeseburger {
  --fa: "\f7f1";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

.fa-message-medical {
  --fa: "\f7f4";
}

.fa-comment-alt-medical {
  --fa: "\f7f4";
}

.fa-comment-medical {
  --fa: "\f7f5";
}

.fa-croissant {
  --fa: "\f7f6";
}

.fa-crutch {
  --fa: "\f7f7";
}

.fa-crutches {
  --fa: "\f7f8";
}

.fa-ban-bug {
  --fa: "\f7f9";
}

.fa-debug {
  --fa: "\f7f9";
}

.fa-disease {
  --fa: "\f7fa";
}

.fa-egg {
  --fa: "\f7fb";
}

.fa-egg-fried {
  --fa: "\f7fc";
}

.fa-files-medical {
  --fa: "\f7fd";
}

.fa-fish-cooked {
  --fa: "\f7fe";
}

.fa-flower {
  --fa: "\f7ff";
}

.fa-flower-daffodil {
  --fa: "\f800";
}

.fa-flower-tulip {
  --fa: "\f801";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-french-fries {
  --fa: "\f803";
}

.fa-glass {
  --fa: "\f804";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-head-side-brain {
  --fa: "\f808";
}

.fa-head-side-medical {
  --fa: "\f809";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-hospitals {
  --fa: "\f80e";
}

.fa-hotdog {
  --fa: "\f80f";
}

.fa-ice-cream {
  --fa: "\f810";
}

.fa-island-tropical {
  --fa: "\f811";
}

.fa-island-tree-palm {
  --fa: "\f811";
}

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-mailbox {
  --fa: "\f813";
}

.fa-meat {
  --fa: "\f814";
}

.fa-pager {
  --fa: "\f815";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-pizza {
  --fa: "\f817";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-popcorn {
  --fa: "\f819";
}

.fa-print-magnifying-glass {
  --fa: "\f81a";
}

.fa-print-search {
  --fa: "\f81a";
}

.fa-rings-wedding {
  --fa: "\f81b";
}

.fa-sack {
  --fa: "\f81c";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-salad {
  --fa: "\f81e";
}

.fa-bowl-salad {
  --fa: "\f81e";
}

.fa-sandwich {
  --fa: "\f81f";
}

.fa-sausage {
  --fa: "\f820";
}

.fa-shish-kebab {
  --fa: "\f821";
}

.fa-sickle {
  --fa: "\f822";
}

.fa-bowl-hot {
  --fa: "\f823";
}

.fa-soup {
  --fa: "\f823";
}

.fa-steak {
  --fa: "\f824";
}

.fa-stretcher {
  --fa: "\f825";
}

.fa-taco {
  --fa: "\f826";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-tree-palm {
  --fa: "\f82b";
}

.fa-user-helmet-safety {
  --fa: "\f82c";
}

.fa-user-construction {
  --fa: "\f82c";
}

.fa-user-hard-hat {
  --fa: "\f82c";
}

.fa-user-headset {
  --fa: "\f82d";
}

.fa-user-doctor-message {
  --fa: "\f82e";
}

.fa-user-md-chat {
  --fa: "\f82e";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-users-medical {
  --fa: "\f830";
}

.fa-walker {
  --fa: "\f831";
}

.fa-camera-web {
  --fa: "\f832";
}

.fa-webcam {
  --fa: "\f832";
}

.fa-camera-web-slash {
  --fa: "\f833";
}

.fa-webcam-slash {
  --fa: "\f833";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-alarm-exclamation {
  --fa: "\f843";
}

.fa-alarm-plus {
  --fa: "\f844";
}

.fa-alarm-snooze {
  --fa: "\f845";
}

.fa-align-slash {
  --fa: "\f846";
}

.fa-bags-shopping {
  --fa: "\f847";
}

.fa-bell-exclamation {
  --fa: "\f848";
}

.fa-bell-plus {
  --fa: "\f849";
}

.fa-person-biking {
  --fa: "\f84a";
}

.fa-biking {
  --fa: "\f84a";
}

.fa-person-biking-mountain {
  --fa: "\f84b";
}

.fa-biking-mountain {
  --fa: "\f84b";
}

.fa-border-all {
  --fa: "\f84c";
}

.fa-border-bottom {
  --fa: "\f84d";
}

.fa-border-inner {
  --fa: "\f84e";
}

.fa-border-left {
  --fa: "\f84f";
}

.fa-border-none {
  --fa: "\f850";
}

.fa-border-outer {
  --fa: "\f851";
}

.fa-border-right {
  --fa: "\f852";
}

.fa-border-top-left {
  --fa: "\f853";
}

.fa-border-style {
  --fa: "\f853";
}

.fa-border-bottom-right {
  --fa: "\f854";
}

.fa-border-style-alt {
  --fa: "\f854";
}

.fa-border-top {
  --fa: "\f855";
}

.fa-bring-forward {
  --fa: "\f856";
}

.fa-bring-front {
  --fa: "\f857";
}

.fa-burger-soda {
  --fa: "\f858";
}

.fa-car-building {
  --fa: "\f859";
}

.fa-car-bus {
  --fa: "\f85a";
}

.fa-cars {
  --fa: "\f85b";
}

.fa-coin {
  --fa: "\f85c";
}

.fa-triangle-person-digging {
  --fa: "\f85d";
}

.fa-construction {
  --fa: "\f85d";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-drone {
  --fa: "\f85f";
}

.fa-drone-front {
  --fa: "\f860";
}

.fa-drone-alt {
  --fa: "\f860";
}

.fa-dryer {
  --fa: "\f861";
}

.fa-dryer-heat {
  --fa: "\f862";
}

.fa-dryer-alt {
  --fa: "\f862";
}

.fa-fan {
  --fa: "\f863";
}

.fa-farm {
  --fa: "\f864";
}

.fa-barn-silo {
  --fa: "\f864";
}

.fa-file-magnifying-glass {
  --fa: "\f865";
}

.fa-file-search {
  --fa: "\f865";
}

.fa-font-case {
  --fa: "\f866";
}

.fa-game-board {
  --fa: "\f867";
}

.fa-game-board-simple {
  --fa: "\f868";
}

.fa-game-board-alt {
  --fa: "\f868";
}

.fa-glass-citrus {
  --fa: "\f869";
}

.fa-h4 {
  --fa: "\f86a";
}

.fa-hat-chef {
  --fa: "\f86b";
}

.fa-horizontal-rule {
  --fa: "\f86c";
}

.fa-icons {
  --fa: "\f86d";
}

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

.fa-symbols {
  --fa: "\f86e";
}

.fa-icons-alt {
  --fa: "\f86e";
}

.fa-kerning {
  --fa: "\f86f";
}

.fa-line-columns {
  --fa: "\f870";
}

.fa-line-height {
  --fa: "\f871";
}

.fa-money-check-pen {
  --fa: "\f872";
}

.fa-money-check-edit {
  --fa: "\f872";
}

.fa-money-check-dollar-pen {
  --fa: "\f873";
}

.fa-money-check-edit-alt {
  --fa: "\f873";
}

.fa-mug {
  --fa: "\f874";
}

.fa-mug-tea {
  --fa: "\f875";
}

.fa-overline {
  --fa: "\f876";
}

.fa-file-dashed-line {
  --fa: "\f877";
}

.fa-page-break {
  --fa: "\f877";
}

.fa-paragraph-left {
  --fa: "\f878";
}

.fa-paragraph-rtl {
  --fa: "\f878";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-laptop-mobile {
  --fa: "\f87a";
}

.fa-phone-laptop {
  --fa: "\f87a";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-send-back {
  --fa: "\f87e";
}

.fa-send-backward {
  --fa: "\f87f";
}

.fa-snooze {
  --fa: "\f880";
}

.fa-zzz {
  --fa: "\f880";
}

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

.fa-sort-alpha-desc {
  --fa: "\f881";
}

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

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-arrow-down-arrow-up {
  --fa: "\f883";
}

.fa-sort-alt {
  --fa: "\f883";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

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

.fa-sort-numeric-desc {
  --fa: "\f886";
}

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

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-arrow-down-triangle-square {
  --fa: "\f888";
}

.fa-sort-shapes-down {
  --fa: "\f888";
}

.fa-arrow-down-square-triangle {
  --fa: "\f889";
}

.fa-sort-shapes-down-alt {
  --fa: "\f889";
}

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

.fa-sort-shapes-up {
  --fa: "\f88a";
}

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

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

.fa-arrow-down-big-small {
  --fa: "\f88c";
}

.fa-sort-size-down {
  --fa: "\f88c";
}

.fa-arrow-down-small-big {
  --fa: "\f88d";
}

.fa-sort-size-down-alt {
  --fa: "\f88d";
}

.fa-arrow-up-big-small {
  --fa: "\f88e";
}

.fa-sort-size-up {
  --fa: "\f88e";
}

.fa-arrow-up-small-big {
  --fa: "\f88f";
}

.fa-sort-size-up-alt {
  --fa: "\f88f";
}

.fa-sparkles {
  --fa: "\f890";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-sunglasses {
  --fa: "\f892";
}

.fa-text {
  --fa: "\f893";
}

.fa-text-size {
  --fa: "\f894";
}

.fa-trash-undo {
  --fa: "\f895";
}

.fa-trash-arrow-turn-left {
  --fa: "\f895";
}

.fa-trash-can-undo {
  --fa: "\f896";
}

.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
}

.fa-trash-undo-alt {
  --fa: "\f896";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-washing-machine {
  --fa: "\f898";
}

.fa-washer {
  --fa: "\f898";
}

.fa-wave-sine {
  --fa: "\f899";
}

.fa-wave-triangle {
  --fa: "\f89a";
}

.fa-wind-turbine {
  --fa: "\f89b";
}

.fa-border-center-h {
  --fa: "\f89c";
}

.fa-border-center-v {
  --fa: "\f89d";
}

.fa-album {
  --fa: "\f89f";
}

.fa-album-collection {
  --fa: "\f8a0";
}

.fa-amp-guitar {
  --fa: "\f8a1";
}

.fa-badge-sheriff {
  --fa: "\f8a2";
}

.fa-banjo {
  --fa: "\f8a3";
}

.fa-cassette-betamax {
  --fa: "\f8a4";
}

.fa-betamax {
  --fa: "\f8a4";
}

.fa-boombox {
  --fa: "\f8a5";
}

.fa-cactus {
  --fa: "\f8a7";
}

.fa-camcorder {
  --fa: "\f8a8";
}

.fa-video-handheld {
  --fa: "\f8a8";
}

.fa-camera-movie {
  --fa: "\f8a9";
}

.fa-camera-polaroid {
  --fa: "\f8aa";
}

.fa-cassette-tape {
  --fa: "\f8ab";
}

.fa-camera-cctv {
  --fa: "\f8ac";
}

.fa-cctv {
  --fa: "\f8ac";
}

.fa-clarinet {
  --fa: "\f8ad";
}

.fa-cloud-music {
  --fa: "\f8ae";
}

.fa-message-music {
  --fa: "\f8af";
}

.fa-comment-alt-music {
  --fa: "\f8af";
}

.fa-comment-music {
  --fa: "\f8b0";
}

.fa-computer-classic {
  --fa: "\f8b1";
}

.fa-computer-speaker {
  --fa: "\f8b2";
}

.fa-cowbell {
  --fa: "\f8b3";
}

.fa-cowbell-circle-plus {
  --fa: "\f8b4";
}

.fa-cowbell-more {
  --fa: "\f8b4";
}

.fa-disc-drive {
  --fa: "\f8b5";
}

.fa-file-music {
  --fa: "\f8b6";
}

.fa-film-canister {
  --fa: "\f8b7";
}

.fa-film-cannister {
  --fa: "\f8b7";
}

.fa-flashlight {
  --fa: "\f8b8";
}

.fa-flute {
  --fa: "\f8b9";
}

.fa-flux-capacitor {
  --fa: "\f8ba";
}

.fa-game-console-handheld {
  --fa: "\f8bb";
}

.fa-gramophone {
  --fa: "\f8bd";
}

.fa-guitar-electric {
  --fa: "\f8be";
}

.fa-guitars {
  --fa: "\f8bf";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-head-side-headphones {
  --fa: "\f8c2";
}

.fa-horse-saddle {
  --fa: "\f8c3";
}

.fa-image-polaroid {
  --fa: "\f8c4";
}

.fa-joystick {
  --fa: "\f8c5";
}

.fa-jug {
  --fa: "\f8c6";
}

.fa-kazoo {
  --fa: "\f8c7";
}

.fa-lasso {
  --fa: "\f8c8";
}

.fa-list-music {
  --fa: "\f8c9";
}

.fa-microphone-stand {
  --fa: "\f8cb";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
}

.fa-mouse-alt {
  --fa: "\f8cd";
}

.fa-mp3-player {
  --fa: "\f8ce";
}

.fa-music-note {
  --fa: "\f8cf";
}

.fa-music-alt {
  --fa: "\f8cf";
}

.fa-music-note-slash {
  --fa: "\f8d0";
}

.fa-music-alt-slash {
  --fa: "\f8d0";
}

.fa-music-slash {
  --fa: "\f8d1";
}

.fa-phone-rotary {
  --fa: "\f8d3";
}

.fa-piano {
  --fa: "\f8d4";
}

.fa-piano-keyboard {
  --fa: "\f8d5";
}

.fa-projector {
  --fa: "\f8d6";
}

.fa-radio {
  --fa: "\f8d7";
}

.fa-radio-tuner {
  --fa: "\f8d8";
}

.fa-radio-alt {
  --fa: "\f8d8";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-router {
  --fa: "\f8da";
}

.fa-saxophone-fire {
  --fa: "\f8db";
}

.fa-sax-hot {
  --fa: "\f8db";
}

.fa-saxophone {
  --fa: "\f8dc";
}

.fa-signal-stream {
  --fa: "\f8dd";
}

.fa-skull-cow {
  --fa: "\f8de";
}

.fa-speaker {
  --fa: "\f8df";
}

.fa-speakers {
  --fa: "\f8e0";
}

.fa-triangle-instrument {
  --fa: "\f8e2";
}

.fa-triangle-music {
  --fa: "\f8e2";
}

.fa-trumpet {
  --fa: "\f8e3";
}

.fa-turntable {
  --fa: "\f8e4";
}

.fa-tv-music {
  --fa: "\f8e6";
}

.fa-typewriter {
  --fa: "\f8e7";
}

.fa-usb-drive {
  --fa: "\f8e9";
}

.fa-user-cowboy {
  --fa: "\f8ea";
}

.fa-user-music {
  --fa: "\f8eb";
}

.fa-cassette-vhs {
  --fa: "\f8ec";
}

.fa-vhs {
  --fa: "\f8ec";
}

.fa-violin {
  --fa: "\f8ed";
}

.fa-wagon-covered {
  --fa: "\f8ee";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-watch-calculator {
  --fa: "\f8f0";
}

.fa-waveform {
  --fa: "\f8f1";
}

.fa-waveform-lines {
  --fa: "\f8f2";
}

.fa-waveform-path {
  --fa: "\f8f2";
}

.fa-scanner-image {
  --fa: "\f8f3";
}

.fa-air-conditioner {
  --fa: "\f8f4";
}

.fa-alien {
  --fa: "\f8f5";
}

.fa-alien-8bit {
  --fa: "\f8f6";
}

.fa-alien-monster {
  --fa: "\f8f6";
}

.fa-bed-front {
  --fa: "\f8f7";
}

.fa-bed-alt {
  --fa: "\f8f7";
}

.fa-bed-bunk {
  --fa: "\f8f8";
}

.fa-bed-empty {
  --fa: "\f8f9";
}

.fa-bell-on {
  --fa: "\f8fa";
}

.fa-blinds {
  --fa: "\f8fb";
}

.fa-blinds-open {
  --fa: "\f8fc";
}

.fa-blinds-raised {
  --fa: "\f8fd";
}

.fa-camera-security {
  --fa: "\f8fe";
}

.fa-camera-home {
  --fa: "\f8fe";
}

.fa-caravan {
  --fa: "\f8ff";
}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: 'Font Awesome 7 Pro';
  --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fa-regular-400-8b14caea.woff2");
}
.far {
  --fa-family: var(--fa-family-classic);
  --fa-style: 400;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-regular {
  --fa-style: 400;
}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: 'Font Awesome 7 Pro';
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fa-solid-900-c8fb2259.woff2");
}
.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: 'Font Awesome 7 Pro';
  --fa-font-light: normal 300 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/assets/fa-light-300-56fa07ba.woff2");
}
.fal {
  --fa-family: var(--fa-family-classic);
  --fa-style: 300;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-light {
  --fa-style: 300;
}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */
:root, :host {
  --fa-family-brands: 'Font Awesome 7 Brands';
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fa-brands-400-73d431af.woff2");
}
.fab,
.fa-brands,
.fa-classic.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-unity {
  --fa: "\e049";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-bots {
  --fa: "\e340";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-threads {
  --fa: "\e618";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-openai {
  --fa: "\e7cf";
}

.fa-square-linkedin {
  --fa: "\e7d0";
}

.fa-cash-app {
  --fa: "\e7d4";
}

.fa-disqus {
  --fa: "\e7d5";
}

.fa-eleventy {
  --fa: "\e7d6";
}

.fa-11ty {
  --fa: "\e7d6";
}

.fa-kakao-talk {
  --fa: "\e7d7";
}

.fa-linktree {
  --fa: "\e7d8";
}

.fa-notion {
  --fa: "\e7d9";
}

.fa-pandora {
  --fa: "\e7da";
}

.fa-pixelfed {
  --fa: "\e7db";
}

.fa-tidal {
  --fa: "\e7dc";
}

.fa-vsco {
  --fa: "\e7dd";
}

.fa-w3c {
  --fa: "\e7de";
}

.fa-lumon {
  --fa: "\e7e2";
}

.fa-lumon-drop {
  --fa: "\e7e3";
}

.fa-square-figma {
  --fa: "\e7e4";
}

.fa-tex {
  --fa: "\e7ff";
}

.fa-duolingo {
  --fa: "\e812";
}

.fa-supportnow {
  --fa: "\e833";
}

.fa-tor-browser {
  --fa: "\e838";
}

.fa-typescript {
  --fa: "\e840";
}

.fa-square-deskpro {
  --fa: "\e844";
}

.fa-circle-zulip {
  --fa: "\e851";
}

.fa-julia {
  --fa: "\e852";
}

.fa-zulip {
  --fa: "\e853";
}

.fa-unison {
  --fa: "\e854";
}

.fa-board-game-geek {
  --fa: "\e855";
}

.fa-bgg {
  --fa: "\e855";
}

.fa-ko-fi {
  --fa: "\e856";
}

.fa-kubernetes {
  --fa: "\e857";
}

.fa-postgresql {
  --fa: "\e858";
}

.fa-scaleway {
  --fa: "\e859";
}

.fa-venmo {
  --fa: "\e85a";
}

.fa-venmo-v {
  --fa: "\e85b";
}

.fa-unreal-engine {
  --fa: "\e85c";
}

.fa-globaleaks {
  --fa: "\e85d";
}

.fa-solana {
  --fa: "\e85e";
}

.fa-threema {
  --fa: "\e85f";
}

.fa-forgejo {
  --fa: "\e860";
}

.fa-claude {
  --fa: "\e861";
}

.fa-gitee {
  --fa: "\e863";
}

.fa-xmpp {
  --fa: "\e864";
}

.fa-fediverse {
  --fa: "\e865";
}

.fa-tailwind-css {
  --fa: "\e866";
}

.fa-arch-linux {
  --fa: "\e867";
}

.fa-svelte {
  --fa: "\e868";
}

.fa-hugging-face {
  --fa: "\e869";
}

.fa-leetcode {
  --fa: "\e86a";
}

.fa-openstreetmap {
  --fa: "\e86b";
}

.fa-ultralytics {
  --fa: "\e86d";
}

.fa-ultralytics-hub {
  --fa: "\e86e";
}

.fa-ultralytics-yolo {
  --fa: "\e86f";
}

.fa-obsidian {
  --fa: "\e879";
}

.fa-zoom {
  --fa: "\e87b";
}

.fa-vim {
  --fa: "\e88a";
}

.fa-symfonycasts {
  --fa: "\e8ab";
}

.fa-build-awesome {
  --fa: "\e8ac";
}

.fa-codeberg {
  --fa: "\e8ad";
}

.fa-devpost {
  --fa: "\e8ae";
}

.fa-internet-archive {
  --fa: "\e8b1";
}

.fa-lets-encrypt {
  --fa: "\e8b2";
}

.fa-matrix {
  --fa: "\e8b3";
}

.fa-mattermost {
  --fa: "\e8b4";
}

.fa-nextcloud {
  --fa: "\e8b5";
}

.fa-roblox-creator-studio {
  --fa: "\e8b6";
}

.fa-square-build-awesome-stroke {
  --fa: "\e8b7";
}

.fa-substack {
  --fa: "\e8b8";
}

.fa-tesla {
  --fa: "\e8b9";
}

.fa-xrp {
  --fa: "\e8ba";
}

.fa-xrpl {
  --fa: "\e8bb";
}

.fa-youtube-shorts {
  --fa: "\e8bc";
}

.fa-ror {
  --fa: "\e8bd";
}

.fa-visual-studio {
  --fa: "\e8be";
}

.fa-dolibarr {
  --fa: "\e8bf";
}

.fa-obs-studio {
  --fa: "\e8c0";
}

.fa-storybook {
  --fa: "\e8c1";
}

.fa-a11y-project {
  --fa: "\e8c2";
}

.fa-copilot {
  --fa: "\e8c7";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-github {
  --fa: "\f09b";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-xing {
  --fa: "\f168";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-adn {
  --fa: "\f170";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-apple {
  --fa: "\f179";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-android {
  --fa: "\f17b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-trello {
  --fa: "\f181";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-vk {
  --fa: "\f189";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-gg {
  --fa: "\f260";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-safari {
  --fa: "\f267";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-edge {
  --fa: "\f282";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-modx {
  --fa: "\f285";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-usb {
  --fa: "\f287";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-envira {
  --fa: "\f299";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-apper {
  --fa: "\f371";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-audible {
  --fa: "\f373";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-aws {
  --fa: "\f375";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-discord {
  --fa: "\f392";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-docker {
  --fa: "\f395";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-uber {
  --fa: "\f402";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-viber {
  --fa: "\f409";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-fly {
  --fa: "\f417";
}

.fa-node {
  --fa: "\f419";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-react {
  --fa: "\f41b";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-less {
  --fa: "\f41d";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-angular {
  --fa: "\f420";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-ember {
  --fa: "\f423";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-strava {
  --fa: "\f428";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-hips {
  --fa: "\f452";
}

.fa-php {
  --fa: "\f457";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-sith {
  --fa: "\f512";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-neos {
  --fa: "\f612";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-centos {
  --fa: "\f789";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-figma {
  --fa: "\f799";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-umbraco {
  --fa: "\f8e8";
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #393539;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 8px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 8px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.1625rem;
  margin: 0 0 1.1875rem;
  padding: 0.75rem 1.25rem 0.875rem;
  border: 2px solid #f2dfd7;
  border-radius: 6px;
  background-color: #fcf9f7;
  box-shadow: inset 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #393539;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #f2dfd7;
  background-color: #fff;
  box-shadow: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f7f7f7;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 8px;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #888688;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.1875rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.59375rem;
  margin-right: 1.1875rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.59375rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #393539;
}
label.middle {
  margin: 0 0 1.1875rem;
  line-height: 1.5;
  padding: 0.71875rem 0;
}

.help-text {
  margin-top: -0.59375rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.1875rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 6px 0 0 6px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 6px 6px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 2px solid #f2dfd7;
  background: #fff;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.59375rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 0 solid #888688;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3.1625rem;
  margin: 0 0 1.1875rem;
  padding: 0.75rem 1.25rem 0.875rem;
  appearance: none;
  border: 2px solid #f2dfd7;
  border-radius: 8px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #393539;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1.1875rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.78125rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2857, 53, 57%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 2px solid #f2dfd7;
  background-color: #fff;
  box-shadow: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f7f7f7;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #af554b;
  background-color: #f7eeed;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #af554b;
}

.is-invalid-label {
  color: #af554b;
}

.form-error {
  display: none;
  margin-top: -0.59375rem;
  margin-bottom: 1.1875rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #af554b;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
table thead th,
h6,
pre,
form,
p,
.trix-content div,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p, .trix-content div {
  margin-bottom: 32px;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5,
table thead th, .h5,
h6, .h6 {
  font-family: "Domaine Display", georgia, serif;
  font-style: normal;
  font-weight: 400;
  color: #393539;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small,
table thead th small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #888688;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.2777777778;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

h2, .h2 {
  font-size: 2.125rem;
  line-height: 1.2941176471;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.3571428571;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

h5, table thead th, .h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.875rem;
    line-height: 1.2173913043;
  }
  h2, .h2 {
    font-size: 2.375rem;
    line-height: 1.2631578947;
  }
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
  h5, table thead th, .h5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  h6, .h6 {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
a {
  line-height: inherit;
  color: #393539;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #af554b;
  text-decoration: underline;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 78rem;
  height: 0;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ebebeb;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 32px;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 32px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #888688;
}
blockquote, blockquote p, blockquote .trix-content div, .trix-content blockquote div {
  line-height: 1.6;
  color: #393539;
}

abbr, abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #d7d7d7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
  border-radius: 8px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #393539;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat, .trix-content div + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #393539;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #888688;
  background-color: #d7d7d7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #888688;
  background-color: #d7d7d7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    print-color-adjust: exact;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #393539;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, .trix-content div,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
.button, form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  border-radius: 8px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Domaine Display", georgia, serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 18px 24px;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] form input[type=submit], form [data-whatinput=mouse] input[type=submit] {
  outline: 0;
}
.button.tiny, form input.tiny[type=submit] {
  font-size: 0.6rem;
}
.button.small, form input.small[type=submit] {
  font-size: 0.9375rem;
}
.button.large, form input.large[type=submit] {
  font-size: 1.25rem;
}
.button.expanded, form input.expanded[type=submit] {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, form input[type=submit], .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #393539;
  color: #fff;
}
.button:hover, form input[type=submit]:hover, .button:focus, form input[type=submit]:focus {
  background-color: #4b5c69;
  color: #fff;
}
.button.primary, form input.primary[type=submit], .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #ca8b84;
  color: #000;
}
.button.primary:hover, form input.primary[type=submit]:hover, .button.primary:focus, form input.primary[type=submit]:focus {
  background-color: #ca8b84;
  color: #000;
}
.button.secondary, form input.secondary[type=submit], .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #f2dfd7;
  color: #000;
}
.button.secondary:hover, form input.secondary[type=submit]:hover, .button.secondary:focus, form input.secondary[type=submit]:focus {
  background-color: #f2dfd7;
  color: #000;
}
.button.success, form input.success[type=submit], .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}
.button.success:hover, form input.success[type=submit]:hover, .button.success:focus, form input.success[type=submit]:focus {
  background-color: #3adb76;
  color: #000;
}
.button.warning, form input.warning[type=submit], .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #f2dfd7;
  color: #000;
}
.button.warning:hover, form input.warning[type=submit]:hover, .button.warning:focus, form input.warning[type=submit]:focus {
  background-color: #f2dfd7;
  color: #000;
}
.button.alert, form input.alert[type=submit], .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #af554b;
  color: #fff;
}
.button.alert:hover, form input.alert[type=submit]:hover, .button.alert:focus, form input.alert[type=submit]:focus {
  background-color: #af554b;
  color: #fff;
}
.button.dark-green, form input.dark-green[type=submit], .button.dark-green.disabled, .button.dark-green[disabled], .button.dark-green.disabled:hover, .button.dark-green[disabled]:hover, .button.dark-green.disabled:focus, .button.dark-green[disabled]:focus {
  background-color: #98b2ad;
  color: #000;
}
.button.dark-green:hover, form input.dark-green[type=submit]:hover, .button.dark-green:focus, form input.dark-green[type=submit]:focus {
  background-color: #98b2ad;
  color: #000;
}
.button.green, form input.green[type=submit], .button.green.disabled, .button.green[disabled], .button.green.disabled:hover, .button.green[disabled]:hover, .button.green.disabled:focus, .button.green[disabled]:focus {
  background-color: #c1d1ce;
  color: #000;
}
.button.green:hover, form input.green[type=submit]:hover, .button.green:focus, form input.green[type=submit]:focus {
  background-color: #c1d1ce;
  color: #000;
}
.button.light-green, form input.light-green[type=submit], .button.light-green.disabled, .button.light-green[disabled], .button.light-green.disabled:hover, .button.light-green[disabled]:hover, .button.light-green.disabled:focus, .button.light-green[disabled]:focus {
  background-color: #eaf0ef;
  color: #000;
}
.button.light-green:hover, form input.light-green[type=submit]:hover, .button.light-green:focus, form input.light-green[type=submit]:focus {
  background-color: #eaf0ef;
  color: #000;
}
.button.blush-dark, form input.blush-dark[type=submit], .button.blush-dark.disabled, .button.blush-dark[disabled], .button.blush-dark.disabled:hover, .button.blush-dark[disabled]:hover, .button.blush-dark.disabled:focus, .button.blush-dark[disabled]:focus {
  background-color: #af554b;
  color: #fff;
}
.button.blush-dark:hover, form input.blush-dark[type=submit]:hover, .button.blush-dark:focus, form input.blush-dark[type=submit]:focus {
  background-color: #af554b;
  color: #fff;
}
.button.eucalyptus, form input.eucalyptus[type=submit], .button.eucalyptus.disabled, .button.eucalyptus[disabled], .button.eucalyptus.disabled:hover, .button.eucalyptus[disabled]:hover, .button.eucalyptus.disabled:focus, .button.eucalyptus[disabled]:focus {
  background-color: #98b2ad;
  color: #000;
}
.button.eucalyptus:hover, form input.eucalyptus[type=submit]:hover, .button.eucalyptus:focus, form input.eucalyptus[type=submit]:focus {
  background-color: #98b2ad;
  color: #000;
}
.button.eucalyptus-light, form input.eucalyptus-light[type=submit], .button.eucalyptus-light.disabled, .button.eucalyptus-light[disabled], .button.eucalyptus-light.disabled:hover, .button.eucalyptus-light[disabled]:hover, .button.eucalyptus-light.disabled:focus, .button.eucalyptus-light[disabled]:focus {
  background-color: #c1d1ce;
  color: #000;
}
.button.eucalyptus-light:hover, form input.eucalyptus-light[type=submit]:hover, .button.eucalyptus-light:focus, form input.eucalyptus-light[type=submit]:focus {
  background-color: #c1d1ce;
  color: #000;
}
.button.eucalyptus-pale, form input.eucalyptus-pale[type=submit], .button.eucalyptus-pale.disabled, .button.eucalyptus-pale[disabled], .button.eucalyptus-pale.disabled:hover, .button.eucalyptus-pale[disabled]:hover, .button.eucalyptus-pale.disabled:focus, .button.eucalyptus-pale[disabled]:focus {
  background-color: #eaf0ef;
  color: #000;
}
.button.eucalyptus-pale:hover, form input.eucalyptus-pale[type=submit]:hover, .button.eucalyptus-pale:focus, form input.eucalyptus-pale[type=submit]:focus {
  background-color: #eaf0ef;
  color: #000;
}
.button.denim, form input.denim[type=submit], .button.denim.disabled, .button.denim[disabled], .button.denim.disabled:hover, .button.denim[disabled]:hover, .button.denim.disabled:focus, .button.denim[disabled]:focus {
  background-color: #4b5c69;
  color: #fff;
}
.button.denim:hover, form input.denim[type=submit]:hover, .button.denim:focus, form input.denim[type=submit]:focus {
  background-color: #4b5c69;
  color: #fff;
}
.button.denim-light, form input.denim-light[type=submit], .button.denim-light.disabled, .button.denim-light[disabled], .button.denim-light.disabled:hover, .button.denim-light[disabled]:hover, .button.denim-light.disabled:focus, .button.denim-light[disabled]:focus {
  background-color: #939da5;
  color: #000;
}
.button.denim-light:hover, form input.denim-light[type=submit]:hover, .button.denim-light:focus, form input.denim-light[type=submit]:focus {
  background-color: #939da5;
  color: #000;
}
.button.denim-pale, form input.denim-pale[type=submit], .button.denim-pale.disabled, .button.denim-pale[disabled], .button.denim-pale.disabled:hover, .button.denim-pale[disabled]:hover, .button.denim-pale.disabled:focus, .button.denim-pale[disabled]:focus {
  background-color: #dbdee1;
  color: #000;
}
.button.denim-pale:hover, form input.denim-pale[type=submit]:hover, .button.denim-pale:focus, form input.denim-pale[type=submit]:focus {
  background-color: #dbdee1;
  color: #000;
}
.button.peach, form input.peach[type=submit], .button.peach.disabled, .button.peach[disabled], .button.peach.disabled:hover, .button.peach[disabled]:hover, .button.peach.disabled:focus, .button.peach[disabled]:focus {
  background-color: #f2dfd7;
  color: #000;
}
.button.peach:hover, form input.peach[type=submit]:hover, .button.peach:focus, form input.peach[type=submit]:focus {
  background-color: #f2dfd7;
  color: #000;
}
.button.peach-light, form input.peach-light[type=submit], .button.peach-light.disabled, .button.peach-light[disabled], .button.peach-light.disabled:hover, .button.peach-light[disabled]:hover, .button.peach-light.disabled:focus, .button.peach-light[disabled]:focus {
  background-color: #f7ece7;
  color: #000;
}
.button.peach-light:hover, form input.peach-light[type=submit]:hover, .button.peach-light:focus, form input.peach-light[type=submit]:focus {
  background-color: #f7ece7;
  color: #000;
}
.button.peach-pale, form input.peach-pale[type=submit], .button.peach-pale.disabled, .button.peach-pale[disabled], .button.peach-pale.disabled:hover, .button.peach-pale[disabled]:hover, .button.peach-pale.disabled:focus, .button.peach-pale[disabled]:focus {
  background-color: #fcf9f7;
  color: #000;
}
.button.peach-pale:hover, form input.peach-pale[type=submit]:hover, .button.peach-pale:focus, form input.peach-pale[type=submit]:focus {
  background-color: #fcf9f7;
  color: #000;
}
.button.blush, form input.blush[type=submit], .button.blush.disabled, .button.blush[disabled], .button.blush.disabled:hover, .button.blush[disabled]:hover, .button.blush.disabled:focus, .button.blush[disabled]:focus {
  background-color: #ca8b84;
  color: #000;
}
.button.blush:hover, form input.blush[type=submit]:hover, .button.blush:focus, form input.blush[type=submit]:focus {
  background-color: #ca8b84;
  color: #000;
}
.button.blush-light, form input.blush-light[type=submit], .button.blush-light.disabled, .button.blush-light[disabled], .button.blush-light.disabled:hover, .button.blush-light[disabled]:hover, .button.blush-light.disabled:focus, .button.blush-light[disabled]:focus {
  background-color: #dfb9b5;
  color: #000;
}
.button.blush-light:hover, form input.blush-light[type=submit]:hover, .button.blush-light:focus, form input.blush-light[type=submit]:focus {
  background-color: #dfb9b5;
  color: #000;
}
.button.blush-pale, form input.blush-pale[type=submit], .button.blush-pale.disabled, .button.blush-pale[disabled], .button.blush-pale.disabled:hover, .button.blush-pale[disabled]:hover, .button.blush-pale.disabled:focus, .button.blush-pale[disabled]:focus {
  background-color: #f4e8e6;
  color: #000;
}
.button.blush-pale:hover, form input.blush-pale[type=submit]:hover, .button.blush-pale:focus, form input.blush-pale[type=submit]:focus {
  background-color: #f4e8e6;
  color: #000;
}
.button.soft-black, form input.soft-black[type=submit], .button.soft-black.disabled, .button.soft-black[disabled], .button.soft-black.disabled:hover, .button.soft-black[disabled]:hover, .button.soft-black.disabled:focus, .button.soft-black[disabled]:focus {
  background-color: #393539;
  color: #fff;
}
.button.soft-black:hover, form input.soft-black[type=submit]:hover, .button.soft-black:focus, form input.soft-black[type=submit]:focus {
  background-color: #393539;
  color: #fff;
}
.button.soft-black-light, form input.soft-black-light[type=submit], .button.soft-black-light.disabled, .button.soft-black-light[disabled], .button.soft-black-light.disabled:hover, .button.soft-black-light[disabled]:hover, .button.soft-black-light.disabled:focus, .button.soft-black-light[disabled]:focus {
  background-color: #888688;
  color: #000;
}
.button.soft-black-light:hover, form input.soft-black-light[type=submit]:hover, .button.soft-black-light:focus, form input.soft-black-light[type=submit]:focus {
  background-color: #888688;
  color: #000;
}
.button.soft-black-pale, form input.soft-black-pale[type=submit], .button.soft-black-pale.disabled, .button.soft-black-pale[disabled], .button.soft-black-pale.disabled:hover, .button.soft-black-pale[disabled]:hover, .button.soft-black-pale.disabled:focus, .button.soft-black-pale[disabled]:focus {
  background-color: #d7d7d7;
  color: #000;
}
.button.soft-black-pale:hover, form input.soft-black-pale[type=submit]:hover, .button.soft-black-pale:focus, form input.soft-black-pale[type=submit]:focus {
  background-color: #d7d7d7;
  color: #000;
}
.button.paper, form input.paper[type=submit], .button.paper.disabled, .button.paper[disabled], .button.paper.disabled:hover, .button.paper[disabled]:hover, .button.paper.disabled:focus, .button.paper[disabled]:focus {
  background-color: #fcf9f7;
  color: #000;
}
.button.paper:hover, form input.paper[type=submit]:hover, .button.paper:focus, form input.paper[type=submit]:focus {
  background-color: #fcf9f7;
  color: #000;
}
.button.paper-light, form input.paper-light[type=submit], .button.paper-light.disabled, .button.paper-light[disabled], .button.paper-light.disabled:hover, .button.paper-light[disabled]:hover, .button.paper-light.disabled:focus, .button.paper-light[disabled]:focus {
  background-color: #fdfbfa;
  color: #000;
}
.button.paper-light:hover, form input.paper-light[type=submit]:hover, .button.paper-light:focus, form input.paper-light[type=submit]:focus {
  background-color: #fdfbfa;
  color: #000;
}
.button.red, form input.red[type=submit], .button.red.disabled, .button.red[disabled], .button.red.disabled:hover, .button.red[disabled]:hover, .button.red.disabled:focus, .button.red[disabled]:focus {
  background-color: #d76767;
  color: #000;
}
.button.red:hover, form input.red[type=submit]:hover, .button.red:focus, form input.red[type=submit]:focus {
  background-color: #d76767;
  color: #000;
}
.button.hollow, form input.hollow[type=submit], .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, form input.hollow[type=submit], .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #393539;
  color: #393539;
}
.button.hollow:hover, form input.hollow[type=submit]:hover, .button.hollow:focus, form input.hollow[type=submit]:focus {
  border-color: rgb(11.1764705882%, 10.3921568627%, 11.1764705882%);
  color: rgb(11.1764705882%, 10.3921568627%, 11.1764705882%);
}
.button.hollow.primary, form input.hollow.primary[type=submit], .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #ca8b84;
  color: #ca8b84;
}
.button.hollow.primary:hover, form input.hollow.primary[type=submit]:hover, .button.hollow.primary:focus, form input.hollow.primary[type=submit]:focus {
  border-color: rgb(45.7687165775%, 22.3262032086%, 19.7214795009%);
  color: rgb(45.7687165775%, 22.3262032086%, 19.7214795009%);
}
.button.hollow.secondary, form input.hollow.secondary[type=submit], .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #f2dfd7;
  color: #f2dfd7;
}
.button.hollow.secondary:hover, form input.hollow.secondary[type=submit]:hover, .button.hollow.secondary:focus, form input.hollow.secondary[type=submit]:focus {
  border-color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
  color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
}
.button.hollow.success, form input.hollow.success[type=submit], .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, form input.hollow.success[type=submit]:hover, .button.hollow.success:focus, form input.hollow.success[type=submit]:focus {
  border-color: rgb(8.3918202474%, 45.9219052428%, 22.3781873264%);
  color: rgb(8.3918202474%, 45.9219052428%, 22.3781873264%);
}
.button.hollow.warning, form input.hollow.warning[type=submit], .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #f2dfd7;
  color: #f2dfd7;
}
.button.hollow.warning:hover, form input.hollow.warning[type=submit]:hover, .button.hollow.warning:focus, form input.hollow.warning[type=submit]:focus {
  border-color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
  color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
}
.button.hollow.alert, form input.hollow.alert[type=submit], .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #af554b;
  color: #af554b;
}
.button.hollow.alert:hover, form input.hollow.alert[type=submit]:hover, .button.hollow.alert:focus, form input.hollow.alert[type=submit]:focus {
  border-color: rgb(34.3137254902%, 16.6666666667%, 14.7058823529%);
  color: rgb(34.3137254902%, 16.6666666667%, 14.7058823529%);
}
.button.hollow.dark-green, form input.hollow.dark-green[type=submit], .button.hollow.dark-green.disabled, .button.hollow.dark-green[disabled], .button.hollow.dark-green.disabled:hover, .button.hollow.dark-green[disabled]:hover, .button.hollow.dark-green.disabled:focus, .button.hollow.dark-green[disabled]:focus {
  border: 1px solid #98b2ad;
  color: #98b2ad;
}
.button.hollow.dark-green:hover, form input.hollow.dark-green[type=submit]:hover, .button.hollow.dark-green:focus, form input.hollow.dark-green[type=submit]:focus {
  border-color: rgb(27.6797385621%, 37.0261437908%, 35.2287581699%);
  color: rgb(27.6797385621%, 37.0261437908%, 35.2287581699%);
}
.button.hollow.green, form input.hollow.green[type=submit], .button.hollow.green.disabled, .button.hollow.green[disabled], .button.hollow.green.disabled:hover, .button.hollow.green[disabled]:hover, .button.hollow.green.disabled:focus, .button.hollow.green[disabled]:focus {
  border: 1px solid #c1d1ce;
  color: #c1d1ce;
}
.button.hollow.green:hover, form input.hollow.green[type=submit]:hover, .button.hollow.green:focus, form input.hollow.green[type=submit]:focus {
  border-color: rgb(33.5729847495%, 45.2505446623%, 43.0610021786%);
  color: rgb(33.5729847495%, 45.2505446623%, 43.0610021786%);
}
.button.hollow.light-green, form input.hollow.light-green[type=submit], .button.hollow.light-green.disabled, .button.hollow.light-green[disabled], .button.hollow.light-green.disabled:hover, .button.hollow.light-green[disabled]:hover, .button.hollow.light-green.disabled:focus, .button.hollow.light-green[disabled]:focus {
  border: 1px solid #eaf0ef;
  color: #eaf0ef;
}
.button.hollow.light-green:hover, form input.hollow.light-green[type=submit]:hover, .button.hollow.light-green:focus, form input.hollow.light-green[type=submit]:focus {
  border-color: rgb(38.7254901961%, 54.2156862745%, 51.6339869281%);
  color: rgb(38.7254901961%, 54.2156862745%, 51.6339869281%);
}
.button.hollow.blush-dark, form input.hollow.blush-dark[type=submit], .button.hollow.blush-dark.disabled, .button.hollow.blush-dark[disabled], .button.hollow.blush-dark.disabled:hover, .button.hollow.blush-dark[disabled]:hover, .button.hollow.blush-dark.disabled:focus, .button.hollow.blush-dark[disabled]:focus {
  border: 1px solid #af554b;
  color: #af554b;
}
.button.hollow.blush-dark:hover, form input.hollow.blush-dark[type=submit]:hover, .button.hollow.blush-dark:focus, form input.hollow.blush-dark[type=submit]:focus {
  border-color: rgb(34.3137254902%, 16.6666666667%, 14.7058823529%);
  color: rgb(34.3137254902%, 16.6666666667%, 14.7058823529%);
}
.button.hollow.eucalyptus, form input.hollow.eucalyptus[type=submit], .button.hollow.eucalyptus.disabled, .button.hollow.eucalyptus[disabled], .button.hollow.eucalyptus.disabled:hover, .button.hollow.eucalyptus[disabled]:hover, .button.hollow.eucalyptus.disabled:focus, .button.hollow.eucalyptus[disabled]:focus {
  border: 1px solid #98b2ad;
  color: #98b2ad;
}
.button.hollow.eucalyptus:hover, form input.hollow.eucalyptus[type=submit]:hover, .button.hollow.eucalyptus:focus, form input.hollow.eucalyptus[type=submit]:focus {
  border-color: rgb(27.6797385621%, 37.0261437908%, 35.2287581699%);
  color: rgb(27.6797385621%, 37.0261437908%, 35.2287581699%);
}
.button.hollow.eucalyptus-light, form input.hollow.eucalyptus-light[type=submit], .button.hollow.eucalyptus-light.disabled, .button.hollow.eucalyptus-light[disabled], .button.hollow.eucalyptus-light.disabled:hover, .button.hollow.eucalyptus-light[disabled]:hover, .button.hollow.eucalyptus-light.disabled:focus, .button.hollow.eucalyptus-light[disabled]:focus {
  border: 1px solid #c1d1ce;
  color: #c1d1ce;
}
.button.hollow.eucalyptus-light:hover, form input.hollow.eucalyptus-light[type=submit]:hover, .button.hollow.eucalyptus-light:focus, form input.hollow.eucalyptus-light[type=submit]:focus {
  border-color: rgb(33.5729847495%, 45.2505446623%, 43.0610021786%);
  color: rgb(33.5729847495%, 45.2505446623%, 43.0610021786%);
}
.button.hollow.eucalyptus-pale, form input.hollow.eucalyptus-pale[type=submit], .button.hollow.eucalyptus-pale.disabled, .button.hollow.eucalyptus-pale[disabled], .button.hollow.eucalyptus-pale.disabled:hover, .button.hollow.eucalyptus-pale[disabled]:hover, .button.hollow.eucalyptus-pale.disabled:focus, .button.hollow.eucalyptus-pale[disabled]:focus {
  border: 1px solid #eaf0ef;
  color: #eaf0ef;
}
.button.hollow.eucalyptus-pale:hover, form input.hollow.eucalyptus-pale[type=submit]:hover, .button.hollow.eucalyptus-pale:focus, form input.hollow.eucalyptus-pale[type=submit]:focus {
  border-color: rgb(38.7254901961%, 54.2156862745%, 51.6339869281%);
  color: rgb(38.7254901961%, 54.2156862745%, 51.6339869281%);
}
.button.hollow.denim, form input.hollow.denim[type=submit], .button.hollow.denim.disabled, .button.hollow.denim[disabled], .button.hollow.denim.disabled:hover, .button.hollow.denim[disabled]:hover, .button.hollow.denim.disabled:focus, .button.hollow.denim[disabled]:focus {
  border: 1px solid #4b5c69;
  color: #4b5c69;
}
.button.hollow.denim:hover, form input.hollow.denim[type=submit]:hover, .button.hollow.denim:focus, form input.hollow.denim[type=submit]:focus {
  border-color: rgb(14.7058823529%, 18.0392156863%, 20.5882352941%);
  color: rgb(14.7058823529%, 18.0392156863%, 20.5882352941%);
}
.button.hollow.denim-light, form input.hollow.denim-light[type=submit], .button.hollow.denim-light.disabled, .button.hollow.denim-light[disabled], .button.hollow.denim-light.disabled:hover, .button.hollow.denim-light[disabled]:hover, .button.hollow.denim-light.disabled:focus, .button.hollow.denim-light[disabled]:focus {
  border: 1px solid #939da5;
  color: #939da5;
}
.button.hollow.denim-light:hover, form input.hollow.denim-light[type=submit]:hover, .button.hollow.denim-light:focus, form input.hollow.denim-light[type=submit]:focus {
  border-color: rgb(27.807486631%, 30.8972073678%, 33.3689839572%);
  color: rgb(27.807486631%, 30.8972073678%, 33.3689839572%);
}
.button.hollow.denim-pale, form input.hollow.denim-pale[type=submit], .button.hollow.denim-pale.disabled, .button.hollow.denim-pale[disabled], .button.hollow.denim-pale.disabled:hover, .button.hollow.denim-pale[disabled]:hover, .button.hollow.denim-pale.disabled:focus, .button.hollow.denim-pale[disabled]:focus {
  border: 1px solid #dbdee1;
  color: #dbdee1;
}
.button.hollow.denim-pale:hover, form input.hollow.denim-pale[type=submit]:hover, .button.hollow.denim-pale:focus, form input.hollow.denim-pale[type=submit]:focus {
  border-color: rgb(39.5721925134%, 43.5294117647%, 47.486631016%);
  color: rgb(39.5721925134%, 43.5294117647%, 47.486631016%);
}
.button.hollow.peach, form input.hollow.peach[type=submit], .button.hollow.peach.disabled, .button.hollow.peach[disabled], .button.hollow.peach.disabled:hover, .button.hollow.peach[disabled]:hover, .button.hollow.peach.disabled:focus, .button.hollow.peach[disabled]:focus {
  border: 1px solid #f2dfd7;
  color: #f2dfd7;
}
.button.hollow.peach:hover, form input.hollow.peach[type=submit]:hover, .button.hollow.peach:focus, form input.hollow.peach[type=submit]:focus {
  border-color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
  color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
}
.button.hollow.peach-light, form input.hollow.peach-light[type=submit], .button.hollow.peach-light.disabled, .button.hollow.peach-light[disabled], .button.hollow.peach-light.disabled:hover, .button.hollow.peach-light[disabled]:hover, .button.hollow.peach-light.disabled:focus, .button.hollow.peach-light[disabled]:focus {
  border: 1px solid #f7ece7;
  color: #f7ece7;
}
.button.hollow.peach-light:hover, form input.hollow.peach-light[type=submit]:hover, .button.hollow.peach-light:focus, form input.hollow.peach-light[type=submit]:focus {
  border-color: rgb(70.2941176471%, 38.0759803922%, 23.431372549%);
  color: rgb(70.2941176471%, 38.0759803922%, 23.431372549%);
}
.button.hollow.peach-pale, form input.hollow.peach-pale[type=submit], .button.hollow.peach-pale.disabled, .button.hollow.peach-pale[disabled], .button.hollow.peach-pale.disabled:hover, .button.hollow.peach-pale[disabled]:hover, .button.hollow.peach-pale.disabled:focus, .button.hollow.peach-pale[disabled]:focus {
  border: 1px solid #fcf9f7;
  color: #fcf9f7;
}
.button.hollow.peach-pale:hover, form input.hollow.peach-pale[type=submit]:hover, .button.hollow.peach-pale:focus, form input.hollow.peach-pale[type=submit]:focus {
  border-color: rgb(71.1586452763%, 44.4741532977%, 26.6844919786%);
  color: rgb(71.1586452763%, 44.4741532977%, 26.6844919786%);
}
.button.hollow.blush, form input.hollow.blush[type=submit], .button.hollow.blush.disabled, .button.hollow.blush[disabled], .button.hollow.blush.disabled:hover, .button.hollow.blush[disabled]:hover, .button.hollow.blush.disabled:focus, .button.hollow.blush[disabled]:focus {
  border: 1px solid #ca8b84;
  color: #ca8b84;
}
.button.hollow.blush:hover, form input.hollow.blush[type=submit]:hover, .button.hollow.blush:focus, form input.hollow.blush[type=submit]:focus {
  border-color: rgb(45.7687165775%, 22.3262032086%, 19.7214795009%);
  color: rgb(45.7687165775%, 22.3262032086%, 19.7214795009%);
}
.button.hollow.blush-light, form input.hollow.blush-light[type=submit], .button.hollow.blush-light.disabled, .button.hollow.blush-light[disabled], .button.hollow.blush-light.disabled:hover, .button.hollow.blush-light[disabled]:hover, .button.hollow.blush-light.disabled:focus, .button.hollow.blush-light[disabled]:focus {
  border: 1px solid #dfb9b5;
  color: #dfb9b5;
}
.button.hollow.blush-light:hover, form input.hollow.blush-light[type=submit]:hover, .button.hollow.blush-light:focus, form input.hollow.blush-light[type=submit]:focus {
  border-color: rgb(55.3015168331%, 26.9034406215%, 23.9141694414%);
  color: rgb(55.3015168331%, 26.9034406215%, 23.9141694414%);
}
.button.hollow.blush-pale, form input.hollow.blush-pale[type=submit], .button.hollow.blush-pale.disabled, .button.hollow.blush-pale[disabled], .button.hollow.blush-pale.disabled:hover, .button.hollow.blush-pale[disabled]:hover, .button.hollow.blush-pale.disabled:focus, .button.hollow.blush-pale[disabled]:focus {
  border: 1px solid #f4e8e6;
  color: #f4e8e6;
}
.button.hollow.blush-pale:hover, form input.hollow.blush-pale[type=submit]:hover, .button.hollow.blush-pale:focus, form input.hollow.blush-pale[type=submit]:focus {
  border-color: rgb(64.5424836601%, 33.5620915033%, 28.3986928105%);
  color: rgb(64.5424836601%, 33.5620915033%, 28.3986928105%);
}
.button.hollow.soft-black, form input.hollow.soft-black[type=submit], .button.hollow.soft-black.disabled, .button.hollow.soft-black[disabled], .button.hollow.soft-black.disabled:hover, .button.hollow.soft-black[disabled]:hover, .button.hollow.soft-black.disabled:focus, .button.hollow.soft-black[disabled]:focus {
  border: 1px solid #393539;
  color: #393539;
}
.button.hollow.soft-black:hover, form input.hollow.soft-black[type=submit]:hover, .button.hollow.soft-black:focus, form input.hollow.soft-black[type=submit]:focus {
  border-color: rgb(11.1764705882%, 10.3921568627%, 11.1764705882%);
  color: rgb(11.1764705882%, 10.3921568627%, 11.1764705882%);
}
.button.hollow.soft-black-light, form input.hollow.soft-black-light[type=submit], .button.hollow.soft-black-light.disabled, .button.hollow.soft-black-light[disabled], .button.hollow.soft-black-light.disabled:hover, .button.hollow.soft-black-light[disabled]:hover, .button.hollow.soft-black-light.disabled:focus, .button.hollow.soft-black-light[disabled]:focus {
  border: 1px solid #888688;
  color: #888688;
}
.button.hollow.soft-black-light:hover, form input.hollow.soft-black-light[type=submit]:hover, .button.hollow.soft-black-light:focus, form input.hollow.soft-black-light[type=submit]:focus {
  border-color: rgb(26.6911764706%, 26.25%, 26.6911764706%);
  color: rgb(26.6911764706%, 26.25%, 26.6911764706%);
}
.button.hollow.soft-black-pale, form input.hollow.soft-black-pale[type=submit], .button.hollow.soft-black-pale.disabled, .button.hollow.soft-black-pale[disabled], .button.hollow.soft-black-pale.disabled:hover, .button.hollow.soft-black-pale[disabled]:hover, .button.hollow.soft-black-pale.disabled:focus, .button.hollow.soft-black-pale[disabled]:focus {
  border: 1px solid #d7d7d7;
  color: #d7d7d7;
}
.button.hollow.soft-black-pale:hover, form input.hollow.soft-black-pale[type=submit]:hover, .button.hollow.soft-black-pale:focus, form input.hollow.soft-black-pale[type=submit]:focus {
  border-color: rgb(42.1568627451%, 42.1568627451%, 42.1568627451%);
  color: rgb(42.1568627451%, 42.1568627451%, 42.1568627451%);
}
.button.hollow.paper, form input.hollow.paper[type=submit], .button.hollow.paper.disabled, .button.hollow.paper[disabled], .button.hollow.paper.disabled:hover, .button.hollow.paper[disabled]:hover, .button.hollow.paper.disabled:focus, .button.hollow.paper[disabled]:focus {
  border: 1px solid #fcf9f7;
  color: #fcf9f7;
}
.button.hollow.paper:hover, form input.hollow.paper[type=submit]:hover, .button.hollow.paper:focus, form input.hollow.paper[type=submit]:focus {
  border-color: rgb(71.1586452763%, 44.4741532977%, 26.6844919786%);
  color: rgb(71.1586452763%, 44.4741532977%, 26.6844919786%);
}
.button.hollow.paper-light, form input.hollow.paper-light[type=submit], .button.hollow.paper-light.disabled, .button.hollow.paper-light[disabled], .button.hollow.paper-light.disabled:hover, .button.hollow.paper-light[disabled]:hover, .button.hollow.paper-light.disabled:focus, .button.hollow.paper-light[disabled]:focus {
  border: 1px solid #fdfbfa;
  color: #fdfbfa;
}
.button.hollow.paper-light:hover, form input.hollow.paper-light[type=submit]:hover, .button.hollow.paper-light:focus, form input.hollow.paper-light[type=submit]:focus {
  border-color: rgb(70.4481792717%, 42.268907563%, 28.1792717087%);
  color: rgb(70.4481792717%, 42.268907563%, 28.1792717087%);
}
.button.hollow.red, form input.hollow.red[type=submit], .button.hollow.red.disabled, .button.hollow.red[disabled], .button.hollow.red.disabled:hover, .button.hollow.red[disabled]:hover, .button.hollow.red.disabled:focus, .button.hollow.red[disabled]:focus {
  border: 1px solid #d76767;
  color: #d76767;
}
.button.hollow.red:hover, form input.hollow.red[type=submit]:hover, .button.hollow.red:focus, form input.hollow.red[type=submit]:focus {
  border-color: rgb(49.362745098%, 12.9901960784%, 12.9901960784%);
  color: rgb(49.362745098%, 12.9901960784%, 12.9901960784%);
}
.button.clear, form input.clear[type=submit], .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, form input.clear[type=submit], .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #393539;
}
.button.clear:hover, form input.clear[type=submit]:hover, .button.clear:focus, form input.clear[type=submit]:focus {
  color: rgb(11.1764705882%, 10.3921568627%, 11.1764705882%);
}
.button.clear.primary, form input.clear.primary[type=submit], .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #ca8b84;
}
.button.clear.primary:hover, form input.clear.primary[type=submit]:hover, .button.clear.primary:focus, form input.clear.primary[type=submit]:focus {
  color: rgb(45.7687165775%, 22.3262032086%, 19.7214795009%);
}
.button.clear.secondary, form input.clear.secondary[type=submit], .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #f2dfd7;
}
.button.clear.secondary:hover, form input.clear.secondary[type=submit]:hover, .button.clear.secondary:focus, form input.clear.secondary[type=submit]:focus {
  color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
}
.button.clear.success, form input.clear.success[type=submit], .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, form input.clear.success[type=submit]:hover, .button.clear.success:focus, form input.clear.success[type=submit]:focus {
  color: rgb(8.3918202474%, 45.9219052428%, 22.3781873264%);
}
.button.clear.warning, form input.clear.warning[type=submit], .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #f2dfd7;
}
.button.clear.warning:hover, form input.clear.warning[type=submit]:hover, .button.clear.warning:focus, form input.clear.warning[type=submit]:focus {
  color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
}
.button.clear.alert, form input.clear.alert[type=submit], .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #af554b;
}
.button.clear.alert:hover, form input.clear.alert[type=submit]:hover, .button.clear.alert:focus, form input.clear.alert[type=submit]:focus {
  color: rgb(34.3137254902%, 16.6666666667%, 14.7058823529%);
}
.button.clear.dark-green, form input.clear.dark-green[type=submit], .button.clear.dark-green.disabled, .button.clear.dark-green[disabled], .button.clear.dark-green.disabled:hover, .button.clear.dark-green[disabled]:hover, .button.clear.dark-green.disabled:focus, .button.clear.dark-green[disabled]:focus {
  color: #98b2ad;
}
.button.clear.dark-green:hover, form input.clear.dark-green[type=submit]:hover, .button.clear.dark-green:focus, form input.clear.dark-green[type=submit]:focus {
  color: rgb(27.6797385621%, 37.0261437908%, 35.2287581699%);
}
.button.clear.green, form input.clear.green[type=submit], .button.clear.green.disabled, .button.clear.green[disabled], .button.clear.green.disabled:hover, .button.clear.green[disabled]:hover, .button.clear.green.disabled:focus, .button.clear.green[disabled]:focus {
  color: #c1d1ce;
}
.button.clear.green:hover, form input.clear.green[type=submit]:hover, .button.clear.green:focus, form input.clear.green[type=submit]:focus {
  color: rgb(33.5729847495%, 45.2505446623%, 43.0610021786%);
}
.button.clear.light-green, form input.clear.light-green[type=submit], .button.clear.light-green.disabled, .button.clear.light-green[disabled], .button.clear.light-green.disabled:hover, .button.clear.light-green[disabled]:hover, .button.clear.light-green.disabled:focus, .button.clear.light-green[disabled]:focus {
  color: #eaf0ef;
}
.button.clear.light-green:hover, form input.clear.light-green[type=submit]:hover, .button.clear.light-green:focus, form input.clear.light-green[type=submit]:focus {
  color: rgb(38.7254901961%, 54.2156862745%, 51.6339869281%);
}
.button.clear.blush-dark, form input.clear.blush-dark[type=submit], .button.clear.blush-dark.disabled, .button.clear.blush-dark[disabled], .button.clear.blush-dark.disabled:hover, .button.clear.blush-dark[disabled]:hover, .button.clear.blush-dark.disabled:focus, .button.clear.blush-dark[disabled]:focus {
  color: #af554b;
}
.button.clear.blush-dark:hover, form input.clear.blush-dark[type=submit]:hover, .button.clear.blush-dark:focus, form input.clear.blush-dark[type=submit]:focus {
  color: rgb(34.3137254902%, 16.6666666667%, 14.7058823529%);
}
.button.clear.eucalyptus, form input.clear.eucalyptus[type=submit], .button.clear.eucalyptus.disabled, .button.clear.eucalyptus[disabled], .button.clear.eucalyptus.disabled:hover, .button.clear.eucalyptus[disabled]:hover, .button.clear.eucalyptus.disabled:focus, .button.clear.eucalyptus[disabled]:focus {
  color: #98b2ad;
}
.button.clear.eucalyptus:hover, form input.clear.eucalyptus[type=submit]:hover, .button.clear.eucalyptus:focus, form input.clear.eucalyptus[type=submit]:focus {
  color: rgb(27.6797385621%, 37.0261437908%, 35.2287581699%);
}
.button.clear.eucalyptus-light, form input.clear.eucalyptus-light[type=submit], .button.clear.eucalyptus-light.disabled, .button.clear.eucalyptus-light[disabled], .button.clear.eucalyptus-light.disabled:hover, .button.clear.eucalyptus-light[disabled]:hover, .button.clear.eucalyptus-light.disabled:focus, .button.clear.eucalyptus-light[disabled]:focus {
  color: #c1d1ce;
}
.button.clear.eucalyptus-light:hover, form input.clear.eucalyptus-light[type=submit]:hover, .button.clear.eucalyptus-light:focus, form input.clear.eucalyptus-light[type=submit]:focus {
  color: rgb(33.5729847495%, 45.2505446623%, 43.0610021786%);
}
.button.clear.eucalyptus-pale, form input.clear.eucalyptus-pale[type=submit], .button.clear.eucalyptus-pale.disabled, .button.clear.eucalyptus-pale[disabled], .button.clear.eucalyptus-pale.disabled:hover, .button.clear.eucalyptus-pale[disabled]:hover, .button.clear.eucalyptus-pale.disabled:focus, .button.clear.eucalyptus-pale[disabled]:focus {
  color: #eaf0ef;
}
.button.clear.eucalyptus-pale:hover, form input.clear.eucalyptus-pale[type=submit]:hover, .button.clear.eucalyptus-pale:focus, form input.clear.eucalyptus-pale[type=submit]:focus {
  color: rgb(38.7254901961%, 54.2156862745%, 51.6339869281%);
}
.button.clear.denim, form input.clear.denim[type=submit], .button.clear.denim.disabled, .button.clear.denim[disabled], .button.clear.denim.disabled:hover, .button.clear.denim[disabled]:hover, .button.clear.denim.disabled:focus, .button.clear.denim[disabled]:focus {
  color: #4b5c69;
}
.button.clear.denim:hover, form input.clear.denim[type=submit]:hover, .button.clear.denim:focus, form input.clear.denim[type=submit]:focus {
  color: rgb(14.7058823529%, 18.0392156863%, 20.5882352941%);
}
.button.clear.denim-light, form input.clear.denim-light[type=submit], .button.clear.denim-light.disabled, .button.clear.denim-light[disabled], .button.clear.denim-light.disabled:hover, .button.clear.denim-light[disabled]:hover, .button.clear.denim-light.disabled:focus, .button.clear.denim-light[disabled]:focus {
  color: #939da5;
}
.button.clear.denim-light:hover, form input.clear.denim-light[type=submit]:hover, .button.clear.denim-light:focus, form input.clear.denim-light[type=submit]:focus {
  color: rgb(27.807486631%, 30.8972073678%, 33.3689839572%);
}
.button.clear.denim-pale, form input.clear.denim-pale[type=submit], .button.clear.denim-pale.disabled, .button.clear.denim-pale[disabled], .button.clear.denim-pale.disabled:hover, .button.clear.denim-pale[disabled]:hover, .button.clear.denim-pale.disabled:focus, .button.clear.denim-pale[disabled]:focus {
  color: #dbdee1;
}
.button.clear.denim-pale:hover, form input.clear.denim-pale[type=submit]:hover, .button.clear.denim-pale:focus, form input.clear.denim-pale[type=submit]:focus {
  color: rgb(39.5721925134%, 43.5294117647%, 47.486631016%);
}
.button.clear.peach, form input.clear.peach[type=submit], .button.clear.peach.disabled, .button.clear.peach[disabled], .button.clear.peach.disabled:hover, .button.clear.peach[disabled]:hover, .button.clear.peach.disabled:focus, .button.clear.peach[disabled]:focus {
  color: #f2dfd7;
}
.button.clear.peach:hover, form input.clear.peach[type=submit]:hover, .button.clear.peach:focus, form input.clear.peach[type=submit]:focus {
  color: rgb(67.6285608583%, 35.5049944506%, 21.9792822789%);
}
.button.clear.peach-light, form input.clear.peach-light[type=submit], .button.clear.peach-light.disabled, .button.clear.peach-light[disabled], .button.clear.peach-light.disabled:hover, .button.clear.peach-light[disabled]:hover, .button.clear.peach-light.disabled:focus, .button.clear.peach-light[disabled]:focus {
  color: #f7ece7;
}
.button.clear.peach-light:hover, form input.clear.peach-light[type=submit]:hover, .button.clear.peach-light:focus, form input.clear.peach-light[type=submit]:focus {
  color: rgb(70.2941176471%, 38.0759803922%, 23.431372549%);
}
.button.clear.peach-pale, form input.clear.peach-pale[type=submit], .button.clear.peach-pale.disabled, .button.clear.peach-pale[disabled], .button.clear.peach-pale.disabled:hover, .button.clear.peach-pale[disabled]:hover, .button.clear.peach-pale.disabled:focus, .button.clear.peach-pale[disabled]:focus {
  color: #fcf9f7;
}
.button.clear.peach-pale:hover, form input.clear.peach-pale[type=submit]:hover, .button.clear.peach-pale:focus, form input.clear.peach-pale[type=submit]:focus {
  color: rgb(71.1586452763%, 44.4741532977%, 26.6844919786%);
}
.button.clear.blush, form input.clear.blush[type=submit], .button.clear.blush.disabled, .button.clear.blush[disabled], .button.clear.blush.disabled:hover, .button.clear.blush[disabled]:hover, .button.clear.blush.disabled:focus, .button.clear.blush[disabled]:focus {
  color: #ca8b84;
}
.button.clear.blush:hover, form input.clear.blush[type=submit]:hover, .button.clear.blush:focus, form input.clear.blush[type=submit]:focus {
  color: rgb(45.7687165775%, 22.3262032086%, 19.7214795009%);
}
.button.clear.blush-light, form input.clear.blush-light[type=submit], .button.clear.blush-light.disabled, .button.clear.blush-light[disabled], .button.clear.blush-light.disabled:hover, .button.clear.blush-light[disabled]:hover, .button.clear.blush-light.disabled:focus, .button.clear.blush-light[disabled]:focus {
  color: #dfb9b5;
}
.button.clear.blush-light:hover, form input.clear.blush-light[type=submit]:hover, .button.clear.blush-light:focus, form input.clear.blush-light[type=submit]:focus {
  color: rgb(55.3015168331%, 26.9034406215%, 23.9141694414%);
}
.button.clear.blush-pale, form input.clear.blush-pale[type=submit], .button.clear.blush-pale.disabled, .button.clear.blush-pale[disabled], .button.clear.blush-pale.disabled:hover, .button.clear.blush-pale[disabled]:hover, .button.clear.blush-pale.disabled:focus, .button.clear.blush-pale[disabled]:focus {
  color: #f4e8e6;
}
.button.clear.blush-pale:hover, form input.clear.blush-pale[type=submit]:hover, .button.clear.blush-pale:focus, form input.clear.blush-pale[type=submit]:focus {
  color: rgb(64.5424836601%, 33.5620915033%, 28.3986928105%);
}
.button.clear.soft-black, form input.clear.soft-black[type=submit], .button.clear.soft-black.disabled, .button.clear.soft-black[disabled], .button.clear.soft-black.disabled:hover, .button.clear.soft-black[disabled]:hover, .button.clear.soft-black.disabled:focus, .button.clear.soft-black[disabled]:focus {
  color: #393539;
}
.button.clear.soft-black:hover, form input.clear.soft-black[type=submit]:hover, .button.clear.soft-black:focus, form input.clear.soft-black[type=submit]:focus {
  color: rgb(11.1764705882%, 10.3921568627%, 11.1764705882%);
}
.button.clear.soft-black-light, form input.clear.soft-black-light[type=submit], .button.clear.soft-black-light.disabled, .button.clear.soft-black-light[disabled], .button.clear.soft-black-light.disabled:hover, .button.clear.soft-black-light[disabled]:hover, .button.clear.soft-black-light.disabled:focus, .button.clear.soft-black-light[disabled]:focus {
  color: #888688;
}
.button.clear.soft-black-light:hover, form input.clear.soft-black-light[type=submit]:hover, .button.clear.soft-black-light:focus, form input.clear.soft-black-light[type=submit]:focus {
  color: rgb(26.6911764706%, 26.25%, 26.6911764706%);
}
.button.clear.soft-black-pale, form input.clear.soft-black-pale[type=submit], .button.clear.soft-black-pale.disabled, .button.clear.soft-black-pale[disabled], .button.clear.soft-black-pale.disabled:hover, .button.clear.soft-black-pale[disabled]:hover, .button.clear.soft-black-pale.disabled:focus, .button.clear.soft-black-pale[disabled]:focus {
  color: #d7d7d7;
}
.button.clear.soft-black-pale:hover, form input.clear.soft-black-pale[type=submit]:hover, .button.clear.soft-black-pale:focus, form input.clear.soft-black-pale[type=submit]:focus {
  color: rgb(42.1568627451%, 42.1568627451%, 42.1568627451%);
}
.button.clear.paper, form input.clear.paper[type=submit], .button.clear.paper.disabled, .button.clear.paper[disabled], .button.clear.paper.disabled:hover, .button.clear.paper[disabled]:hover, .button.clear.paper.disabled:focus, .button.clear.paper[disabled]:focus {
  color: #fcf9f7;
}
.button.clear.paper:hover, form input.clear.paper[type=submit]:hover, .button.clear.paper:focus, form input.clear.paper[type=submit]:focus {
  color: rgb(71.1586452763%, 44.4741532977%, 26.6844919786%);
}
.button.clear.paper-light, form input.clear.paper-light[type=submit], .button.clear.paper-light.disabled, .button.clear.paper-light[disabled], .button.clear.paper-light.disabled:hover, .button.clear.paper-light[disabled]:hover, .button.clear.paper-light.disabled:focus, .button.clear.paper-light[disabled]:focus {
  color: #fdfbfa;
}
.button.clear.paper-light:hover, form input.clear.paper-light[type=submit]:hover, .button.clear.paper-light:focus, form input.clear.paper-light[type=submit]:focus {
  color: rgb(70.4481792717%, 42.268907563%, 28.1792717087%);
}
.button.clear.red, form input.clear.red[type=submit], .button.clear.red.disabled, .button.clear.red[disabled], .button.clear.red.disabled:hover, .button.clear.red[disabled]:hover, .button.clear.red.disabled:focus, .button.clear.red[disabled]:focus {
  color: #d76767;
}
.button.clear.red:hover, form input.clear.red[type=submit]:hover, .button.clear.red:focus, form input.clear.red[type=submit]:focus {
  color: rgb(49.362745098%, 12.9901960784%, 12.9901960784%);
}
.button.disabled, form input.disabled[type=submit], .button[disabled], form input[disabled][type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, form input.dropdown[type=submit]::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 24px;
}
.button.dropdown.hollow::after, form input.dropdown.hollow[type=submit]::after, .button.dropdown.clear::after, form input.dropdown.clear[type=submit]::after {
  border-top-color: #393539;
}
.button.dropdown.hollow.primary::after, form input.dropdown.hollow.primary[type=submit]::after, .button.dropdown.clear.primary::after, form input.dropdown.clear.primary[type=submit]::after {
  border-top-color: #ca8b84;
}
.button.dropdown.hollow.secondary::after, form input.dropdown.hollow.secondary[type=submit]::after, .button.dropdown.clear.secondary::after, form input.dropdown.clear.secondary[type=submit]::after {
  border-top-color: #f2dfd7;
}
.button.dropdown.hollow.success::after, form input.dropdown.hollow.success[type=submit]::after, .button.dropdown.clear.success::after, form input.dropdown.clear.success[type=submit]::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, form input.dropdown.hollow.warning[type=submit]::after, .button.dropdown.clear.warning::after, form input.dropdown.clear.warning[type=submit]::after {
  border-top-color: #f2dfd7;
}
.button.dropdown.hollow.alert::after, form input.dropdown.hollow.alert[type=submit]::after, .button.dropdown.clear.alert::after, form input.dropdown.clear.alert[type=submit]::after {
  border-top-color: #af554b;
}
.button.dropdown.hollow.dark-green::after, form input.dropdown.hollow.dark-green[type=submit]::after, .button.dropdown.clear.dark-green::after, form input.dropdown.clear.dark-green[type=submit]::after {
  border-top-color: #98b2ad;
}
.button.dropdown.hollow.green::after, form input.dropdown.hollow.green[type=submit]::after, .button.dropdown.clear.green::after, form input.dropdown.clear.green[type=submit]::after {
  border-top-color: #c1d1ce;
}
.button.dropdown.hollow.light-green::after, form input.dropdown.hollow.light-green[type=submit]::after, .button.dropdown.clear.light-green::after, form input.dropdown.clear.light-green[type=submit]::after {
  border-top-color: #eaf0ef;
}
.button.dropdown.hollow.blush-dark::after, form input.dropdown.hollow.blush-dark[type=submit]::after, .button.dropdown.clear.blush-dark::after, form input.dropdown.clear.blush-dark[type=submit]::after {
  border-top-color: #af554b;
}
.button.dropdown.hollow.eucalyptus::after, form input.dropdown.hollow.eucalyptus[type=submit]::after, .button.dropdown.clear.eucalyptus::after, form input.dropdown.clear.eucalyptus[type=submit]::after {
  border-top-color: #98b2ad;
}
.button.dropdown.hollow.eucalyptus-light::after, form input.dropdown.hollow.eucalyptus-light[type=submit]::after, .button.dropdown.clear.eucalyptus-light::after, form input.dropdown.clear.eucalyptus-light[type=submit]::after {
  border-top-color: #c1d1ce;
}
.button.dropdown.hollow.eucalyptus-pale::after, form input.dropdown.hollow.eucalyptus-pale[type=submit]::after, .button.dropdown.clear.eucalyptus-pale::after, form input.dropdown.clear.eucalyptus-pale[type=submit]::after {
  border-top-color: #eaf0ef;
}
.button.dropdown.hollow.denim::after, form input.dropdown.hollow.denim[type=submit]::after, .button.dropdown.clear.denim::after, form input.dropdown.clear.denim[type=submit]::after {
  border-top-color: #4b5c69;
}
.button.dropdown.hollow.denim-light::after, form input.dropdown.hollow.denim-light[type=submit]::after, .button.dropdown.clear.denim-light::after, form input.dropdown.clear.denim-light[type=submit]::after {
  border-top-color: #939da5;
}
.button.dropdown.hollow.denim-pale::after, form input.dropdown.hollow.denim-pale[type=submit]::after, .button.dropdown.clear.denim-pale::after, form input.dropdown.clear.denim-pale[type=submit]::after {
  border-top-color: #dbdee1;
}
.button.dropdown.hollow.peach::after, form input.dropdown.hollow.peach[type=submit]::after, .button.dropdown.clear.peach::after, form input.dropdown.clear.peach[type=submit]::after {
  border-top-color: #f2dfd7;
}
.button.dropdown.hollow.peach-light::after, form input.dropdown.hollow.peach-light[type=submit]::after, .button.dropdown.clear.peach-light::after, form input.dropdown.clear.peach-light[type=submit]::after {
  border-top-color: #f7ece7;
}
.button.dropdown.hollow.peach-pale::after, form input.dropdown.hollow.peach-pale[type=submit]::after, .button.dropdown.clear.peach-pale::after, form input.dropdown.clear.peach-pale[type=submit]::after {
  border-top-color: #fcf9f7;
}
.button.dropdown.hollow.blush::after, form input.dropdown.hollow.blush[type=submit]::after, .button.dropdown.clear.blush::after, form input.dropdown.clear.blush[type=submit]::after {
  border-top-color: #ca8b84;
}
.button.dropdown.hollow.blush-light::after, form input.dropdown.hollow.blush-light[type=submit]::after, .button.dropdown.clear.blush-light::after, form input.dropdown.clear.blush-light[type=submit]::after {
  border-top-color: #dfb9b5;
}
.button.dropdown.hollow.blush-pale::after, form input.dropdown.hollow.blush-pale[type=submit]::after, .button.dropdown.clear.blush-pale::after, form input.dropdown.clear.blush-pale[type=submit]::after {
  border-top-color: #f4e8e6;
}
.button.dropdown.hollow.soft-black::after, form input.dropdown.hollow.soft-black[type=submit]::after, .button.dropdown.clear.soft-black::after, form input.dropdown.clear.soft-black[type=submit]::after {
  border-top-color: #393539;
}
.button.dropdown.hollow.soft-black-light::after, form input.dropdown.hollow.soft-black-light[type=submit]::after, .button.dropdown.clear.soft-black-light::after, form input.dropdown.clear.soft-black-light[type=submit]::after {
  border-top-color: #888688;
}
.button.dropdown.hollow.soft-black-pale::after, form input.dropdown.hollow.soft-black-pale[type=submit]::after, .button.dropdown.clear.soft-black-pale::after, form input.dropdown.clear.soft-black-pale[type=submit]::after {
  border-top-color: #d7d7d7;
}
.button.dropdown.hollow.paper::after, form input.dropdown.hollow.paper[type=submit]::after, .button.dropdown.clear.paper::after, form input.dropdown.clear.paper[type=submit]::after {
  border-top-color: #fcf9f7;
}
.button.dropdown.hollow.paper-light::after, form input.dropdown.hollow.paper-light[type=submit]::after, .button.dropdown.clear.paper-light::after, form input.dropdown.clear.paper-light[type=submit]::after {
  border-top-color: #fdfbfa;
}
.button.dropdown.hollow.red::after, form input.dropdown.hollow.red[type=submit]::after, .button.dropdown.clear.red::after, form input.dropdown.clear.red[type=submit]::after {
  border-top-color: #d76767;
}
.button.arrow-only::after, form input.arrow-only[type=submit]::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #393539;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 8px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ca8b84;
  color: #fff;
}
.label.primary {
  background: #ca8b84;
  color: #000;
}
.label.secondary {
  background: #f2dfd7;
  color: #000;
}
.label.success {
  background: #3adb76;
  color: #000;
}
.label.warning {
  background: #f2dfd7;
  color: #000;
}
.label.alert {
  background: #af554b;
  color: #fff;
}
.label.dark-green {
  background: #98b2ad;
  color: #000;
}
.label.green {
  background: #c1d1ce;
  color: #000;
}
.label.light-green {
  background: #eaf0ef;
  color: #000;
}
.label.blush-dark {
  background: #af554b;
  color: #fff;
}
.label.eucalyptus {
  background: #98b2ad;
  color: #000;
}
.label.eucalyptus-light {
  background: #c1d1ce;
  color: #000;
}
.label.eucalyptus-pale {
  background: #eaf0ef;
  color: #000;
}
.label.denim {
  background: #4b5c69;
  color: #fff;
}
.label.denim-light {
  background: #939da5;
  color: #000;
}
.label.denim-pale {
  background: #dbdee1;
  color: #000;
}
.label.peach {
  background: #f2dfd7;
  color: #000;
}
.label.peach-light {
  background: #f7ece7;
  color: #000;
}
.label.peach-pale {
  background: #fcf9f7;
  color: #000;
}
.label.blush {
  background: #ca8b84;
  color: #000;
}
.label.blush-light {
  background: #dfb9b5;
  color: #000;
}
.label.blush-pale {
  background: #f4e8e6;
  color: #000;
}
.label.soft-black {
  background: #393539;
  color: #fff;
}
.label.soft-black-light {
  background: #888688;
  color: #000;
}
.label.soft-black-pale {
  background: #d7d7d7;
  color: #000;
}
.label.paper {
  background: #fcf9f7;
  color: #000;
}
.label.paper-light {
  background: #fdfbfa;
  color: #000;
}
.label.red {
  background: #d76767;
  color: #000;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
}
thead,
tbody,
tfoot {
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

caption {
  padding: 0.625rem 0 0.6875rem;
  font-weight: 700;
}

thead {
  background: transparent;
  color: #393539;
}

tfoot {
  background: rgba(5%, 5%, 5%, 0);
  color: #393539;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.625rem 0 0.6875rem;
  font-weight: 700;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.625rem 0 0.6875rem;
}

tbody tr {
  border-bottom: 1px solid #dcdcdc;
  background-color: transparent;
}

table.striped tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgba(5%, 5%, 5%, 0);
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: transparent;
}
table.hover tfoot tr:hover {
  background-color: rgba(3%, 3%, 3%, 0);
}
table.hover tbody tr:hover {
  background-color: #fcf9f7;
}
table.hover.striped tr:nth-of-type(even):hover {
  background-color: #fcf9f7;
}

.table-scroll {
  overflow-x: auto;
}

.callout {
  background-color: white;
  color: #393539;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #f2dfd7;
  border-radius: 8px;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(96.8823529412%, 93.1764705882%, 92.7647058824%);
  color: #393539;
}
.callout.secondary {
  background-color: rgb(99.2352941176%, 98.1176470588%, 97.6470588235%);
  color: #393539;
}
.callout.success {
  background-color: rgb(88.4117647059%, 97.8823529412%, 91.9411764706%);
  color: #393539;
}
.callout.warning {
  background-color: rgb(99.2352941176%, 98.1176470588%, 97.6470588235%);
  color: #393539;
}
.callout.alert {
  background-color: rgb(95.4117647059%, 89.9058823529%, 89.2941176471%);
  color: #393539;
}
.callout.dark-green {
  background-color: rgb(93.9411764706%, 95.4705882353%, 95.1764705882%);
  color: #393539;
}
.callout.green {
  background-color: rgb(96.3529411765%, 97.2941176471%, 97.1176470588%);
  color: #393539;
}
.callout.light-green {
  background-color: rgb(98.7647058824%, 99.1176470588%, 99.0588235294%);
  color: #393539;
}
.callout.blush-dark {
  background-color: rgb(95.4117647059%, 89.9058823529%, 89.2941176471%);
  color: #393539;
}
.callout.eucalyptus {
  background-color: rgb(93.9411764706%, 95.4705882353%, 95.1764705882%);
  color: #393539;
}
.callout.eucalyptus-light {
  background-color: rgb(96.3529411765%, 97.2941176471%, 97.1176470588%);
  color: #393539;
}
.callout.eucalyptus-pale {
  background-color: rgb(98.7647058824%, 99.1176470588%, 99.0588235294%);
  color: #393539;
}
.callout.denim {
  background-color: rgb(88.6764705882%, 90.5098039216%, 91.9117647059%);
  color: #393539;
}
.callout.denim-light {
  background-color: rgb(93.6470588235%, 94.2352941176%, 94.7058823529%);
  color: #393539;
}
.callout.denim-pale {
  background-color: rgb(97.8823529412%, 98.0588235294%, 98.2352941176%);
  color: #393539;
}
.callout.peach {
  background-color: rgb(99.2352941176%, 98.1176470588%, 97.6470588235%);
  color: #393539;
}
.callout.peach-light {
  background-color: rgb(99.5294117647%, 98.8823529412%, 98.5882352941%);
  color: #393539;
}
.callout.peach-pale {
  background-color: rgb(99.8235294118%, 99.6470588235%, 99.5294117647%);
  color: #393539;
}
.callout.blush {
  background-color: rgb(96.8823529412%, 93.1764705882%, 92.7647058824%);
  color: #393539;
}
.callout.blush-light {
  background-color: rgb(98.1176470588%, 95.8823529412%, 95.6470588235%);
  color: #393539;
}
.callout.blush-pale {
  background-color: rgb(99.3529411765%, 98.6470588235%, 98.5294117647%);
  color: #393539;
}
.callout.soft-black {
  background-color: rgb(88.6631016043%, 87.807486631%, 88.6631016043%);
  color: #393539;
}
.callout.soft-black-light {
  background-color: rgb(93%, 92.8823529412%, 93%);
  color: #393539;
}
.callout.soft-black-pale {
  background-color: #f9f9f9;
  color: #393539;
}
.callout.paper {
  background-color: rgb(99.8235294118%, 99.6470588235%, 99.5294117647%);
  color: #393539;
}
.callout.paper-light {
  background-color: rgb(99.8823529412%, 99.7647058824%, 99.7058823529%);
  color: #393539;
}
.callout.red {
  background-color: rgb(97.6470588235%, 91.0588235294%, 91.0588235294%);
  color: #393539;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 8px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 8px;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: transparent;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #ca8b84;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #888688;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 8px 8px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 8px 8px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0;
  border-bottom: 0;
  font-size: 0.9rem;
  line-height: 1;
  color: #393539;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0;
  border-radius: 0 0 8px 8px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #fff;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 0;
  border: 0;
  border-bottom: 0;
  background-color: #fff;
  color: #393539;
}
:last-child > .accordion-content:last-child {
  border-bottom: 0;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu form input[type=submit],
form .menu input[type=submit] {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #ca8b84;
  color: #0a0a0a;
}
.menu .active > a {
  background: #ca8b84;
  color: #0a0a0a;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #393539;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0;
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #393539;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0;
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 350px;
  transform: translateX(-350px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-350px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(350px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 350px;
  transform: translateX(350px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(350px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-350px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 350px;
  transform: translateY(-350px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-350px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(350px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 350px;
  transform: translateY(350px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(350px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-350px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 350px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 350px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 350px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 350px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 350px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 350px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 350px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 350px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 350px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 350px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 350px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 350px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 350px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 350px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 350px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 350px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

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

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

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

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

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

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

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

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

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-container {
  position: relative;
}

trix-editor {
  margin-bottom: 2rem;
  min-height: 125px;
}
@media print, screen and (min-width: 40em) {
  trix-editor {
    min-height: 250px;
  }
}
trix-editor {
  border: 2px solid #f2dfd7;
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  background: #FCF9F7;
  padding-top: 55px;
  padding-bottom: 10px;
}
trix-editor:focus {
  background: white;
}
trix-editor h1, trix-editor h2, trix-editor h3 {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
}
trix-editor + p.hint, .trix-content trix-editor + div.hint {
  margin-top: -1.75rem !important;
}

@media print, screen and (min-width: 40em) {
  .modal trix-editor {
    min-height: 175px;
    padding-top: 46px;
  }
}

.trix-content h1,
.trix-content h2,
.trix-content h3,
.trix-content p,
.trix-content div {
  margin-bottom: 1rem;
}
.trix-content h1 {
  font-size: 2.125rem;
}
.trix-content h2 {
  font-size: 1.875rem;
}
.trix-content h3 {
  font-size: 1.625rem;
}

trix-toolbar {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
trix-toolbar .trix-button-row {
  margin: 0;
  border: 0;
  overflow: hidden;
}
trix-toolbar .trix-button-group {
  margin: 0;
  border: 0;
  font-size: 13px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ca8b84;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 0.5rem;
}
trix-toolbar .trix-button-group .trix-button {
  background: #fff;
  color: #666666;
  border: 0;
  border-left: 1px solid #ca8b84;
}
trix-toolbar .trix-button-group .trix-button:first-of-type {
  border-left: 0;
}
trix-toolbar .trix-button-group .trix-button.trix-active {
  background: #f2dfd7;
  color: black;
}
trix-toolbar .trix-button-group .trix-button:hover {
  background: #f7ece7;
}
trix-toolbar .trix-dialog {
  width: 120px;
  border-top: none;
  padding: 5px;
  top: -5px;
  left: 100px;
}
trix-toolbar .trix-dialog .trix-dialog-hidden__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
trix-toolbar .trix-dialog .trix-button-group {
  margin: 0;
  flex-wrap: wrap;
}
trix-toolbar .trix-dialog .trix-button-group .trix-button {
  width: 100%;
  border: 0;
}
trix-toolbar .trix-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

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

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

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

.m-0 {
  margin: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .m-0 {
    margin: 0px !important;
  }
}

.p-0 {
  padding: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .p-0 {
    padding: 0px !important;
  }
}

.mt-0 {
  margin-top: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-0 {
    margin-top: 0px !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-0 {
    padding-top: 0px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-0 {
    margin-right: 0px !important;
  }
}

.pr-0 {
  padding-right: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-0 {
    padding-right: 0px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-0 {
    padding-bottom: 0px !important;
  }
}

.ml-0 {
  margin-left: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-0 {
    margin-left: 0px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-0 {
    padding-left: 0px !important;
  }
}

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

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

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

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

.m-5 {
  margin: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .m-5 {
    margin: 5px !important;
  }
}

.p-5 {
  padding: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .p-5 {
    padding: 5px !important;
  }
}

.mt-5 {
  margin-top: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-5 {
    margin-top: 5px !important;
  }
}

.pt-5 {
  padding-top: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-5 {
    padding-top: 5px !important;
  }
}

.mr-5 {
  margin-right: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-5 {
    margin-right: 5px !important;
  }
}

.pr-5 {
  padding-right: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-5 {
    padding-right: 5px !important;
  }
}

.mb-5 {
  margin-bottom: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-5 {
    margin-bottom: 5px !important;
  }
}

.pb-5 {
  padding-bottom: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-5 {
    padding-bottom: 5px !important;
  }
}

.ml-5 {
  margin-left: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-5 {
    margin-left: 5px !important;
  }
}

.pl-5 {
  padding-left: 2.5px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-5 {
    padding-left: 5px !important;
  }
}

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

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

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

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

.m-10 {
  margin: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .m-10 {
    margin: 10px !important;
  }
}

.p-10 {
  padding: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .p-10 {
    padding: 10px !important;
  }
}

.mt-10 {
  margin-top: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-10 {
    margin-top: 10px !important;
  }
}

.pt-10 {
  padding-top: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-10 {
    padding-top: 10px !important;
  }
}

.mr-10 {
  margin-right: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-10 {
    margin-right: 10px !important;
  }
}

.pr-10 {
  padding-right: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-10 {
    padding-right: 10px !important;
  }
}

.mb-10 {
  margin-bottom: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
}

.pb-10 {
  padding-bottom: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-10 {
    padding-bottom: 10px !important;
  }
}

.ml-10 {
  margin-left: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-10 {
    margin-left: 10px !important;
  }
}

.pl-10 {
  padding-left: 5px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-10 {
    padding-left: 10px !important;
  }
}

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

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

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

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

.m-20 {
  margin: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .m-20 {
    margin: 20px !important;
  }
}

.p-20 {
  padding: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .p-20 {
    padding: 20px !important;
  }
}

.mt-20 {
  margin-top: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-20 {
    margin-top: 20px !important;
  }
}

.pt-20 {
  padding-top: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-20 {
    padding-top: 20px !important;
  }
}

.mr-20 {
  margin-right: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-20 {
    margin-right: 20px !important;
  }
}

.pr-20 {
  padding-right: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-20 {
    padding-right: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-20 {
    padding-bottom: 20px !important;
  }
}

.ml-20 {
  margin-left: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-20 {
    margin-left: 20px !important;
  }
}

.pl-20 {
  padding-left: 10px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-20 {
    padding-left: 20px !important;
  }
}

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

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

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

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

.m-30 {
  margin: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .m-30 {
    margin: 30px !important;
  }
}

.p-30 {
  padding: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .p-30 {
    padding: 30px !important;
  }
}

.mt-30 {
  margin-top: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-30 {
    margin-top: 30px !important;
  }
}

.pt-30 {
  padding-top: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-30 {
    padding-top: 30px !important;
  }
}

.mr-30 {
  margin-right: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-30 {
    margin-right: 30px !important;
  }
}

.pr-30 {
  padding-right: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-30 {
    padding-right: 30px !important;
  }
}

.mb-30 {
  margin-bottom: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}

.pb-30 {
  padding-bottom: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-30 {
    padding-bottom: 30px !important;
  }
}

.ml-30 {
  margin-left: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-30 {
    margin-left: 30px !important;
  }
}

.pl-30 {
  padding-left: 15px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-30 {
    padding-left: 30px !important;
  }
}

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

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

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

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

.m-40 {
  margin: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .m-40 {
    margin: 40px !important;
  }
}

.p-40 {
  padding: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .p-40 {
    padding: 40px !important;
  }
}

.mt-40 {
  margin-top: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-40 {
    margin-top: 40px !important;
  }
}

.pt-40 {
  padding-top: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-40 {
    padding-top: 40px !important;
  }
}

.mr-40 {
  margin-right: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-40 {
    margin-right: 40px !important;
  }
}

.pr-40 {
  padding-right: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-40 {
    padding-right: 40px !important;
  }
}

.mb-40 {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}

.pb-40 {
  padding-bottom: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-40 {
    padding-bottom: 40px !important;
  }
}

.ml-40 {
  margin-left: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-40 {
    margin-left: 40px !important;
  }
}

.pl-40 {
  padding-left: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-40 {
    padding-left: 40px !important;
  }
}

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

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

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

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

.m-50 {
  margin: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .m-50 {
    margin: 50px !important;
  }
}

.p-50 {
  padding: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .p-50 {
    padding: 50px !important;
  }
}

.mt-50 {
  margin-top: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-50 {
    margin-top: 50px !important;
  }
}

.pt-50 {
  padding-top: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-50 {
    padding-top: 50px !important;
  }
}

.mr-50 {
  margin-right: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-50 {
    margin-right: 50px !important;
  }
}

.pr-50 {
  padding-right: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-50 {
    padding-right: 50px !important;
  }
}

.mb-50 {
  margin-bottom: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}

.pb-50 {
  padding-bottom: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-50 {
    padding-bottom: 50px !important;
  }
}

.ml-50 {
  margin-left: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-50 {
    margin-left: 50px !important;
  }
}

.pl-50 {
  padding-left: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-50 {
    padding-left: 50px !important;
  }
}

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

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

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

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

.m-60 {
  margin: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .m-60 {
    margin: 60px !important;
  }
}

.p-60 {
  padding: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .p-60 {
    padding: 60px !important;
  }
}

.mt-60 {
  margin-top: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-60 {
    margin-top: 60px !important;
  }
}

.pt-60 {
  padding-top: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-60 {
    padding-top: 60px !important;
  }
}

.mr-60 {
  margin-right: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-60 {
    margin-right: 60px !important;
  }
}

.pr-60 {
  padding-right: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-60 {
    padding-right: 60px !important;
  }
}

.mb-60 {
  margin-bottom: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

.pb-60 {
  padding-bottom: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-60 {
    padding-bottom: 60px !important;
  }
}

.ml-60 {
  margin-left: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-60 {
    margin-left: 60px !important;
  }
}

.pl-60 {
  padding-left: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-60 {
    padding-left: 60px !important;
  }
}

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

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

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

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

.m-70 {
  margin: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .m-70 {
    margin: 70px !important;
  }
}

.p-70 {
  padding: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .p-70 {
    padding: 70px !important;
  }
}

.mt-70 {
  margin-top: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-70 {
    margin-top: 70px !important;
  }
}

.pt-70 {
  padding-top: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-70 {
    padding-top: 70px !important;
  }
}

.mr-70 {
  margin-right: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-70 {
    margin-right: 70px !important;
  }
}

.pr-70 {
  padding-right: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-70 {
    padding-right: 70px !important;
  }
}

.mb-70 {
  margin-bottom: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}

.pb-70 {
  padding-bottom: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-70 {
    padding-bottom: 70px !important;
  }
}

.ml-70 {
  margin-left: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-70 {
    margin-left: 70px !important;
  }
}

.pl-70 {
  padding-left: 35px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-70 {
    padding-left: 70px !important;
  }
}

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

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

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

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

.m-80 {
  margin: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .m-80 {
    margin: 80px !important;
  }
}

.p-80 {
  padding: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .p-80 {
    padding: 80px !important;
  }
}

.mt-80 {
  margin-top: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-80 {
    margin-top: 80px !important;
  }
}

.pt-80 {
  padding-top: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-80 {
    padding-top: 80px !important;
  }
}

.mr-80 {
  margin-right: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-80 {
    margin-right: 80px !important;
  }
}

.pr-80 {
  padding-right: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-80 {
    padding-right: 80px !important;
  }
}

.mb-80 {
  margin-bottom: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}

.pb-80 {
  padding-bottom: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-80 {
    padding-bottom: 80px !important;
  }
}

.ml-80 {
  margin-left: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-80 {
    margin-left: 80px !important;
  }
}

.pl-80 {
  padding-left: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-80 {
    padding-left: 80px !important;
  }
}

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

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

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

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

.m-90 {
  margin: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .m-90 {
    margin: 90px !important;
  }
}

.p-90 {
  padding: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .p-90 {
    padding: 90px !important;
  }
}

.mt-90 {
  margin-top: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-90 {
    margin-top: 90px !important;
  }
}

.pt-90 {
  padding-top: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-90 {
    padding-top: 90px !important;
  }
}

.mr-90 {
  margin-right: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-90 {
    margin-right: 90px !important;
  }
}

.pr-90 {
  padding-right: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-90 {
    padding-right: 90px !important;
  }
}

.mb-90 {
  margin-bottom: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-90 {
    margin-bottom: 90px !important;
  }
}

.pb-90 {
  padding-bottom: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-90 {
    padding-bottom: 90px !important;
  }
}

.ml-90 {
  margin-left: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-90 {
    margin-left: 90px !important;
  }
}

.pl-90 {
  padding-left: 45px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-90 {
    padding-left: 90px !important;
  }
}

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

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

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

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

.m-100 {
  margin: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .m-100 {
    margin: 100px !important;
  }
}

.p-100 {
  padding: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .p-100 {
    padding: 100px !important;
  }
}

.mt-100 {
  margin-top: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .mt-100 {
    margin-top: 100px !important;
  }
}

.pt-100 {
  padding-top: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .pt-100 {
    padding-top: 100px !important;
  }
}

.mr-100 {
  margin-right: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .mr-100 {
    margin-right: 100px !important;
  }
}

.pr-100 {
  padding-right: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .pr-100 {
    padding-right: 100px !important;
  }
}

.mb-100 {
  margin-bottom: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}

.pb-100 {
  padding-bottom: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .pb-100 {
    padding-bottom: 100px !important;
  }
}

.ml-100 {
  margin-left: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .ml-100 {
    margin-left: 100px !important;
  }
}

.pl-100 {
  padding-left: 50px !important;
}
@media print, screen and (min-width: 40em) {
  .pl-100 {
    padding-left: 100px !important;
  }
}

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

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

.mr-1r {
  margin-right: 1rem !important;
}

.pr-1r {
  padding-right: 1rem !important;
}

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

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

.ml-1r {
  margin-left: 1rem !important;
}

.pl-1r {
  padding-left: 1rem !important;
}

.m-1r {
  margin: 0.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-1r {
    margin: 1rem !important;
  }
}

.p-1r {
  padding: 0.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-1r {
    padding: 1rem !important;
  }
}

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

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

.mr-2r {
  margin-right: 2rem !important;
}

.pr-2r {
  padding-right: 2rem !important;
}

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

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

.ml-2r {
  margin-left: 2rem !important;
}

.pl-2r {
  padding-left: 2rem !important;
}

.m-2r {
  margin: 1rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-2r {
    margin: 2rem !important;
  }
}

.p-2r {
  padding: 1rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-2r {
    padding: 2rem !important;
  }
}

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

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

.mr-3r {
  margin-right: 3rem !important;
}

.pr-3r {
  padding-right: 3rem !important;
}

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

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

.ml-3r {
  margin-left: 3rem !important;
}

.pl-3r {
  padding-left: 3rem !important;
}

.m-3r {
  margin: 1.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-3r {
    margin: 3rem !important;
  }
}

.p-3r {
  padding: 1.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-3r {
    padding: 3rem !important;
  }
}

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

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

.mr-4r {
  margin-right: 4rem !important;
}

.pr-4r {
  padding-right: 4rem !important;
}

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

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

.ml-4r {
  margin-left: 4rem !important;
}

.pl-4r {
  padding-left: 4rem !important;
}

.m-4r {
  margin: 2rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-4r {
    margin: 4rem !important;
  }
}

.p-4r {
  padding: 2rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-4r {
    padding: 4rem !important;
  }
}

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

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

.mr-5r {
  margin-right: 5rem !important;
}

.pr-5r {
  padding-right: 5rem !important;
}

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

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

.ml-5r {
  margin-left: 5rem !important;
}

.pl-5r {
  padding-left: 5rem !important;
}

.m-5r {
  margin: 2.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-5r {
    margin: 5rem !important;
  }
}

.p-5r {
  padding: 2.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-5r {
    padding: 5rem !important;
  }
}

.mt-6r {
  margin-top: 6rem !important;
}

.pt-6r {
  padding-top: 6rem !important;
}

.mr-6r {
  margin-right: 6rem !important;
}

.pr-6r {
  padding-right: 6rem !important;
}

.mb-6r {
  margin-bottom: 6rem !important;
}

.pb-6r {
  padding-bottom: 6rem !important;
}

.ml-6r {
  margin-left: 6rem !important;
}

.pl-6r {
  padding-left: 6rem !important;
}

.m-6r {
  margin: 3rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-6r {
    margin: 6rem !important;
  }
}

.p-6r {
  padding: 3rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-6r {
    padding: 6rem !important;
  }
}

.mt-7r {
  margin-top: 7rem !important;
}

.pt-7r {
  padding-top: 7rem !important;
}

.mr-7r {
  margin-right: 7rem !important;
}

.pr-7r {
  padding-right: 7rem !important;
}

.mb-7r {
  margin-bottom: 7rem !important;
}

.pb-7r {
  padding-bottom: 7rem !important;
}

.ml-7r {
  margin-left: 7rem !important;
}

.pl-7r {
  padding-left: 7rem !important;
}

.m-7r {
  margin: 3.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-7r {
    margin: 7rem !important;
  }
}

.p-7r {
  padding: 3.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-7r {
    padding: 7rem !important;
  }
}

.mt-8r {
  margin-top: 8rem !important;
}

.pt-8r {
  padding-top: 8rem !important;
}

.mr-8r {
  margin-right: 8rem !important;
}

.pr-8r {
  padding-right: 8rem !important;
}

.mb-8r {
  margin-bottom: 8rem !important;
}

.pb-8r {
  padding-bottom: 8rem !important;
}

.ml-8r {
  margin-left: 8rem !important;
}

.pl-8r {
  padding-left: 8rem !important;
}

.m-8r {
  margin: 4rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-8r {
    margin: 8rem !important;
  }
}

.p-8r {
  padding: 4rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-8r {
    padding: 8rem !important;
  }
}

.mt-9r {
  margin-top: 9rem !important;
}

.pt-9r {
  padding-top: 9rem !important;
}

.mr-9r {
  margin-right: 9rem !important;
}

.pr-9r {
  padding-right: 9rem !important;
}

.mb-9r {
  margin-bottom: 9rem !important;
}

.pb-9r {
  padding-bottom: 9rem !important;
}

.ml-9r {
  margin-left: 9rem !important;
}

.pl-9r {
  padding-left: 9rem !important;
}

.m-9r {
  margin: 4.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-9r {
    margin: 9rem !important;
  }
}

.p-9r {
  padding: 4.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-9r {
    padding: 9rem !important;
  }
}

.mt-10r {
  margin-top: 10rem !important;
}

.pt-10r {
  padding-top: 10rem !important;
}

.mr-10r {
  margin-right: 10rem !important;
}

.pr-10r {
  padding-right: 10rem !important;
}

.mb-10r {
  margin-bottom: 10rem !important;
}

.pb-10r {
  padding-bottom: 10rem !important;
}

.ml-10r {
  margin-left: 10rem !important;
}

.pl-10r {
  padding-left: 10rem !important;
}

.m-10r {
  margin: 5rem !important;
}
@media print, screen and (min-width: 40em) {
  .m-10r {
    margin: 10rem !important;
  }
}

.p-10r {
  padding: 5rem !important;
}
@media print, screen and (min-width: 40em) {
  .p-10r {
    padding: 10rem !important;
  }
}

.grid-margin-x-neg-1 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.grid-margin-x-neg-2 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.grid-margin-x-neg-3 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.grid-margin-x-neg-4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.grid-margin-x-neg-5 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.grid-margin-x-neg-6 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.grid-margin-x-neg-7 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.grid-margin-x-neg-8 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.grid-margin-x-neg-9 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.grid-margin-x-neg-10 {
  margin-left: -10rem;
  margin-right: -10rem;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion-content {
  padding: 0.9375rem 0 0;
}
.accordion-content.is-active {
  display: block;
}
.accordion-content.is-active + .show-hide-icon .expand {
  display: none;
}
.accordion-content.is-active + .show-hide-icon .collapse {
  display: block;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

.swal2-icon {
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  width: 2.5rem !important;
  box-sizing: border-box !important;
  border-width: 3px !important;
  margin: 0 auto 1em !important;
  display: flex;
  text-align: center;
}
.swal2-icon .swal2-icon-content {
  font-size: 22px !important;
  font-weight: bold;
}
.swal2-icon.swal2.warning {
  color: #F2DFD7;
}
.swal2-icon.swal2-warning {
  color: #ca8b84 !important;
  border-color: #ca8b84 !important;
}

.swal2-actions {
  margin-top: 0 !important;
}

.swal2-title {
  font-size: 1.4em !important;
  font-weight: normal !important;
  margin-bottom: 20px !important;
  color: #393539 !important;
}
.swal2-title h1 {
  margin-bottom: 10px !important;
}

.swal2-content {
  color: #393539 !important;
  font-size: 1rem !important;
  line-height: 1.625rem !important;
}
.swal2-content p, .swal2-content .trix-content div, .trix-content .swal2-content div {
  color: #393539 !important;
  margin-bottom: 1.875rem;
}
.swal2-content .button:focus, .swal2-content form input[type=submit]:focus, form .swal2-content input[type=submit]:focus {
  outline: none !important;
}

.swal2-close {
  color: #393539 !important;
  font-size: 2em !important;
}
.swal2-close:hover {
  color: #393539;
}
.swal2-close:focus {
  outline: none !important;
}

.swal2-popup {
  border-radius: 8px !important;
  padding: 2.5rem !important;
}
.swal2-popup .swal2-actions .swal2-styled.swal2-confirm,
.swal2-popup .swal2-actions .swal2-styled.swal2-cancel {
  border-radius: 8px !important;
  font-family: "Domaine Display", georgia, serif;
  font-size: 1rem !important;
  padding: 18px 25px !important;
}
.swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus,
.swal2-popup .swal2-actions .swal2-styled.swal2-cancel:focus {
  outline: none !important;
  box-shadow: none !important;
}
.swal2-popup .swal2-actions .swal2-confirm:focus,
.swal2-popup .swal2-actions .swal2-cancel:focus {
  background: #393539 !important;
  color: #fff !important;
}
.swal2-popup .swal2-actions .swal2-confirm.button:focus, .swal2-popup .swal2-actions form input.swal2-confirm[type=submit]:focus, form .swal2-popup .swal2-actions input.swal2-confirm[type=submit]:focus,
.swal2-popup .swal2-actions .swal2-cancel.button:focus,
.swal2-popup .swal2-actions form input.swal2-cancel[type=submit]:focus,
form .swal2-popup .swal2-actions input.swal2-cancel[type=submit]:focus {
  outline: none !important;
  box-shadow: none !important;
  background: #393539 !important;
  color: #fff !important;
}
.swal2-popup .swal2-actions .swal2-confirm.button.eucalyptus:focus, .swal2-popup .swal2-actions form input.swal2-confirm.eucalyptus[type=submit]:focus, form .swal2-popup .swal2-actions input.swal2-confirm.eucalyptus[type=submit]:focus,
.swal2-popup .swal2-actions .swal2-cancel.button.eucalyptus:focus,
.swal2-popup .swal2-actions form input.swal2-cancel.eucalyptus[type=submit]:focus,
form .swal2-popup .swal2-actions input.swal2-cancel.eucalyptus[type=submit]:focus {
  outline: none !important;
  box-shadow: none !important;
  background: #c1d1ce !important;
  color: #393539 !important;
}
.swal2-popup .swal2-actions .swal2-confirm.button.eucalyptus:hover, .swal2-popup .swal2-actions form input.swal2-confirm.eucalyptus[type=submit]:hover, form .swal2-popup .swal2-actions input.swal2-confirm.eucalyptus[type=submit]:hover,
.swal2-popup .swal2-actions .swal2-cancel.button.eucalyptus:hover,
.swal2-popup .swal2-actions form input.swal2-cancel.eucalyptus[type=submit]:hover,
form .swal2-popup .swal2-actions input.swal2-cancel.eucalyptus[type=submit]:hover {
  background: #98b2ad !important;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

.cta-wrapper {
  margin-bottom: 3.75rem;
  border-radius: 8px;
}
@media print, screen and (max-width: 39.99875em) {
  .cta-wrapper {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .cta-wrapper .cta-left {
    height: 10em;
  }
}
.cta-wrapper .cta-left {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .cta-wrapper.guests .cta-left {
    height: 12em;
    background-position: center bottom;
  }
}
.cta-wrapper .cta-right {
  padding: 2rem 2rem 2.5rem;
  color: #fcf9f7;
  background-color: #393539;
}
.cta-wrapper .cta-right a.skip {
  color: #fcf9f7;
}
.cta-wrapper .cta-right a.skip:hover {
  color: #fcf9f7;
  text-decoration: underline;
}
@media print, screen and (max-width: 39.99875em) {
  .cta-wrapper .cta-right a.skip {
    margin-top: 15px;
    display: block;
    text-align: center;
  }
}
.cta-wrapper .cta-right h1 {
  color: #fcf9f7;
  margin-bottom: 0.5em;
}
.cta-wrapper .cta-right h2 {
  color: #fcf9f7;
  margin-bottom: 0.5em;
}
.cta-wrapper .cta-right h3 {
  color: #fcf9f7;
  margin-bottom: 0.5em;
}
.cta-wrapper .cta-right h4 {
  color: #fcf9f7;
  margin-bottom: 0.5em;
}
.cta-wrapper .cta-right h5, .cta-wrapper .cta-right table thead th, table thead .cta-wrapper .cta-right th {
  color: #fcf9f7;
  margin-bottom: 0.5em;
}
.cta-wrapper .cta-right h6 {
  color: #fcf9f7;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 40em) {
  .cta-wrapper .cta-right h2,
  .cta-wrapper .cta-right p,
  .cta-wrapper .cta-right .trix-content div,
  .trix-content .cta-wrapper .cta-right div {
    max-width: 520px;
  }
}

section.checkout-section {
  margin: 1em;
}
section.checkout-section + section.checkout-section {
  margin-top: 2em;
}
@media print, screen and (max-width: 39.99875em) {
  section.checkout-section {
    margin: 0;
    padding: 0;
  }
  section.checkout-section + section.checkout-section {
    margin-top: 1.5em;
  }
}

#card-errors {
  color: #af554b;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 16px;
  border-radius: 4px;
}
.choices [hidden] {
  display: none !important;
}
.choices:focus {
  outline: none;
}
.choices[data-type*=select-multiple] .choices__input {
  width: 100% !important;
}
.choices[data-type*=select-one]:after {
  content: "";
  display: block;
  width: 48px;
  height: 100%;
  background: transparent url("/assets/select-9ce91b49.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choices [data-type*=select-one] {
  cursor: pointer;
}
.choices [data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices [data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0;
}
.choices [data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices [data-type*=select-one] .choices__button:hover, .choices [data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices [data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices__item[data-value=""] .choices [data-type*=select-one] .choices__button {
  display: none;
}
.choices [data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices [data-type*=select-one].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}
.choices [data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}
.choices [data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices__list .choices__input {
  max-width: 99%;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #ca8b84;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fcf9f7;
  padding: 0.75rem 1rem;
  border: 2px solid #f2dfd7;
  border-radius: 8px;
  font-size: 1rem;
  min-height: 54px;
  overflow: hidden;
}
.is-open .choices__inner {
  border-radius: 8px;
  border-bottom-color: transparent;
}

.is-flipped.is-open .choices__inner {
  border-radius: 8px;
}

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

.choices__list--single {
  display: block;
  padding: 0;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
  font-size: 1rem;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #dfb9b5;
  border: 1px solid #ca8b84;
  color: #ffffff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #dfb9b5;
  border: 1px solid #ca8b84;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fcf9f7;
  border: 2px solid #f2dfd7;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.choices__list--dropdown.is-active {
  border-top-color: #f2dfd7;
  visibility: visible;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 1rem;
}

.choices__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.choices__item .font-preview-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-right: 15px;
  margin-top: 0;
  flex-wrap: wrap;
}
.choices__item .font-preview-wrapper .fontPreview {
  flex-basis: 100%;
}
.choices__item .palette-choice-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  width: 100%;
  padding-right: 52px;
  gap: 10px;
}
.choices__item .palette-colour-circle-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 5px;
  margin-bottom: 5px;
}
.choices__item .palette-colour-circle-wrapper .palette-colour-circle:not(:first-child) {
  margin-left: 5px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f4e8e6;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__list--dropdown .palette-choice-wrapper {
  padding-right: 0;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 1rem;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fcf9f7;
  font-size: 1rem;
  margin: 5px;
  border: 0;
  border-radius: 8px;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
.content-block-widget {
  padding: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 4px;
  font-family: "Domaine Display", georgia, serif;
  font-size: 1rem;
  line-height: 1.25;
  color: inherit;
  border: 2px solid #f7f7f7;
  gap: 0.5rem;
}
.content-block-widget i {
  font-size: 18px;
  line-height: 1;
  color: #4b5c69;
}
.content-block-widget .block-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-block-widget .block-info i {
  flex-shrink: 0;
  min-width: 22px;
}
.content-block-widget:hover {
  color: inherit;
  text-decoration: none;
  background-color: #fcf9f7;
  border-color: #f2dfd7;
}
@media print, screen and (min-width: 40em) {
  .content-block-widget:hover .actions a {
    opacity: 1;
    visibility: visible;
  }
}
.content-block-widget a {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}
.content-block-widget .actions {
  flex-shrink: 0;
}
.content-block-widget .actions a {
  transition: opacity 0.3s;
  text-decoration: none;
}
.content-block-widget .actions a + a {
  margin-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .content-block-widget .actions a {
    opacity: 0;
    visibility: hidden;
  }
}

.couples-photo {
  margin-bottom: 0.9375rem;
  display: inline-block;
  white-space: nowrap;
}
@media print, screen and (min-width: 40em) {
  .couples-photo {
    margin-bottom: 1.875rem;
  }
}
.couples-photo.interactive .photo label:hover {
  cursor: pointer;
}
.couples-photo .photo {
  margin: 0 auto 1rem auto;
  text-align: center;
}
.couples-photo .photo label {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.couples-photo .photo label .image-wrapper {
  border-radius: 100%;
  position: relative;
  border: 5px solid #fff;
  overflow: hidden;
  height: 133px;
  width: 133px;
}
.couples-photo .photo label .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.couples-photo .photo label .image-wrapper i {
  color: white;
  font-size: 2rem;
  line-height: 100px;
}
.couples-photo .photo label .image-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: auto;
  margin-top: -2px;
}
.couples-photo .photo label .plus {
  display: flex;
  height: 1.875rem;
  width: 1.875rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  line-height: 1.875rem;
  width: 1.875rem;
  background: #98b2ad;
  color: #fff;
  position: absolute;
  right: calc(50% - 0.9375rem);
  bottom: -0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.couples-photo .photo label .plus.pen {
  background-color: #393539;
}
.couples-photo .photo input {
  position: absolute;
  top: -1000rem;
  width: 1px;
  height: 1px;
}
.couples-photo .names {
  color: #ca8b84;
  font-family: "Domaine Display", georgia, serif;
}
.couples-photo p, .couples-photo .trix-content div, .trix-content .couples-photo div {
  color: #ca8b84;
  text-decoration: underline;
  font-family: "Domaine Display", georgia, serif;
}

[data-controller=couples-photo-upload] .photo {
  margin: 1.25rem auto;
  text-align: center;
}
[data-controller=couples-photo-upload] .photo .image-wrapper {
  border-radius: 100%;
  background-color: #fcf9f7;
  position: relative;
  border: 5px solid #fff;
  overflow: hidden;
  width: 250px;
  height: auto;
  max-width: 100%;
  margin: 0.5rem auto;
}
[data-controller=couples-photo-upload] .photo .image-wrapper img {
  width: 100%;
  height: auto;
}
[data-controller=couples-photo-upload] .button, [data-controller=couples-photo-upload] form input[type=submit], form [data-controller=couples-photo-upload] input[type=submit] {
  position: relative;
}
[data-controller=couples-photo-upload] .button + .button, [data-controller=couples-photo-upload] form input[type=submit] + .button, form [data-controller=couples-photo-upload] input[type=submit] + .button, [data-controller=couples-photo-upload] form .button + input[type=submit], form [data-controller=couples-photo-upload] .button + input[type=submit], [data-controller=couples-photo-upload] form input[type=submit] + input[type=submit], form [data-controller=couples-photo-upload] input[type=submit] + input[type=submit] {
  margin-left: 0.625rem;
}
[data-controller=couples-photo-upload] .button .loading, [data-controller=couples-photo-upload] form input[type=submit] .loading, form [data-controller=couples-photo-upload] input[type=submit] .loading {
  display: none;
}
[data-controller=couples-photo-upload] .button[disabled], [data-controller=couples-photo-upload] form input[disabled][type=submit], form [data-controller=couples-photo-upload] input[disabled][type=submit] {
  pointer-events: none;
  opacity: 0.2;
}
[data-controller=couples-photo-upload] .button.in-progress .loading, [data-controller=couples-photo-upload] form input.in-progress[type=submit] .loading, form [data-controller=couples-photo-upload] input.in-progress[type=submit] .loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
[data-controller=couples-photo-upload] .button.in-progress .waiting, [data-controller=couples-photo-upload] form input.in-progress[type=submit] .waiting, form [data-controller=couples-photo-upload] input.in-progress[type=submit] .waiting {
  visibility: hidden;
}
[data-controller=couples-photo-upload] .button-group {
  display: flex;
  justify-content: center;
}
[data-controller=couples-photo-upload] .button-group .button, [data-controller=couples-photo-upload] .button-group form input[type=submit], form [data-controller=couples-photo-upload] .button-group input[type=submit] {
  margin: 0 0.625rem 0 0;
}
[data-controller=couples-photo-upload] .button-group .button:first-of-type, [data-controller=couples-photo-upload] .button-group form input[type=submit]:first-of-type, form [data-controller=couples-photo-upload] .button-group input[type=submit]:first-of-type {
  margin-left: 0;
}
[data-controller=couples-photo-upload] .button-group .button:last-of-type, [data-controller=couples-photo-upload] .button-group form input[type=submit]:last-of-type, form [data-controller=couples-photo-upload] .button-group input[type=submit]:last-of-type {
  margin-right: 0;
}

.draggable .handle {
  cursor: pointer;
}
.draggable .invisible {
  display: none;
}
.draggable.dragging {
  opacity: 0.5;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

.dashboard-header {
  background-size: cover;
  background-position: center top;
  position: relative;
  padding: 1.625rem;
  background-color: transparent;
  overflow: hidden;
}
.dashboard-header .header-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.dashboard-header .header-container .inline-image {
  width: 23%;
  height: auto;
  max-height: 13.75rem;
}
.dashboard-header .header-container .inline-image img {
  max-width: 100%;
  max-height: 100%;
}
.dashboard-header .header-container .inline-image:last-of-type {
  transform: scaleX(-1);
}
.dashboard-header .header-container .couple-banner.active {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  padding: 0.625rem 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .dashboard-header .header-container .couple-banner.active {
    width: 60%;
  }
}
.dashboard-header .header-container .couple-banner .couple-banner-inner.active {
  height: 100%;
  width: 100%;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
}
.dashboard-header .couples-photo {
  white-space: normal;
  margin: 0.5rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-header .couples-photo .photo {
  margin: 0 auto 0 auto;
  text-align: center;
}
.dashboard-header .couples-photo .photo label .image-wrapper {
  border: 4px solid #fff;
  height: 133px;
  width: 133px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 0;
}
.dashboard-header .couples-photo .photo .plus {
  display: none;
}
.dashboard-header .couples-photo .names {
  position: relative;
}
.dashboard-header .couples-photo .names a {
  font-weight: normal;
  display: flex;
  align-items: center;
}
.dashboard-header .couples-photo .names a svg:not(.inline) {
  font-size: 1.125rem;
  position: absolute;
  right: -1.5625rem;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-header .names {
  color: #fff;
  margin-bottom: 0.25rem;
  text-decoration: none;
  text-align: center;
}
.dashboard-header .names a {
  color: #fff;
  text-decoration: none;
}
.dashboard-header .date {
  color: #fff;
  font-size: 1.3125rem;
}
.dashboard-header.light-on-dark .button.secondary, .dashboard-header.light-on-dark form input.secondary[type=submit], form .dashboard-header.light-on-dark input.secondary[type=submit] {
  background: #fff;
  color: #393539;
}
.dashboard-header.light-on-dark .button.secondary:hover, .dashboard-header.light-on-dark form input.secondary[type=submit]:hover, form .dashboard-header.light-on-dark input.secondary[type=submit]:hover {
  background: #393539;
  color: #fff;
}
.dashboard-header.dark-on-light .names {
  color: #393539;
}
.dashboard-header.dark-on-light .names a {
  color: #393539;
}
.dashboard-header.dark-on-light .date {
  color: #393539;
}

.dashboard-panel {
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 2rem;
  background-color: #fff;
}
.dashboard-panel header {
  padding: 24px;
  padding: 1.625rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.dashboard-panel header h3 {
  color: #393539;
  margin-bottom: 0;
}
.dashboard-panel header svg {
  display: block;
}
.dashboard-panel svg:not(.inline):not(.premium-icon) g,
.dashboard-panel svg:not(.inline):not(.premium-icon) path,
.dashboard-panel svg:not(.inline):not(.premium-icon) polygon {
  fill: #4b5c69;
}
.dashboard-panel i {
  color: #4b5c69;
  font-size: 1.25rem;
}
.dashboard-panel ul {
  display: block;
  padding: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 2rem;
}
.dashboard-panel ul li {
  position: relative;
  line-height: 1.375rem;
  padding-left: 2.875rem;
  margin-bottom: 1.5rem;
}
.dashboard-panel ul li a {
  color: #393539;
  text-decoration: underline;
}
.dashboard-panel ul li a:hover {
  color: #af554b;
}
.dashboard-panel ul li:last-of-type {
  margin-bottom: 0;
}
.dashboard-panel ul li svg:not(.inline),
.dashboard-panel ul li i {
  position: absolute;
  left: 0;
}
.dashboard-panel ul + p, .dashboard-panel .trix-content ul + div, .trix-content .dashboard-panel ul + div {
  padding: 0 1.5rem 1.5rem;
  padding: 0 2rem 2rem;
}
.dashboard-panel .panel-callout {
  padding: 24px;
  padding: 1rem 2rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.dashboard-panel .panel-callout p, .dashboard-panel .panel-callout .trix-content div, .trix-content .dashboard-panel .panel-callout div {
  margin-bottom: 0;
}
.dashboard-panel .panel-callout.intro-state {
  background-color: #fff;
  border-bottom: solid 0.0625rem #98b2ad;
}
.dashboard-panel.website .palette-display {
  display: flex;
  align-items: center;
}
.dashboard-panel.gm-plus {
  background-color: #5a715f;
  color: white;
}
.dashboard-panel.gm-plus img {
  display: block;
  aspect-ratio: 21/9;
  object-fit: cover;
  margin-bottom: 1.625rem;
  object-position: center bottom;
}
.dashboard-panel.gm-plus p, .dashboard-panel.gm-plus .trix-content div, .trix-content .dashboard-panel.gm-plus div {
  padding: 0 2rem;
  margin-bottom: 1.625rem;
}
.dashboard-panel.gm-plus p:last-child, .dashboard-panel.gm-plus .trix-content div:last-child, .trix-content .dashboard-panel.gm-plus div:last-child {
  margin-bottom: 0;
}
.dashboard-panel.gm-plus h3 {
  color: white;
}
.dashboard-panel.gm-plus ul {
  margin-left: 0;
  padding: 0;
  padding: 0 2rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.dashboard-panel.gm-plus ul li {
  margin: 0;
  width: 50%;
  padding-left: 0;
}
.dashboard-panel.gm-plus ul li a {
  color: white;
}
.dashboard-panel.gm-plus ul li .button, .dashboard-panel.gm-plus ul li form input[type=submit], form .dashboard-panel.gm-plus ul li input[type=submit] {
  text-decoration: none;
}
.dashboard-panel.gm-plus ul li .button.white, .dashboard-panel.gm-plus ul li form input.white[type=submit], form .dashboard-panel.gm-plus ul li input.white[type=submit] {
  color: #393539;
}
.dashboard-panel.gm-plus ul + p, .dashboard-panel.gm-plus .trix-content ul + div, .trix-content .dashboard-panel.gm-plus ul + div {
  padding: 0;
}
.dashboard-panel.gm-plus ul.features {
  margin-bottom: 0;
}
.dashboard-panel.gm-plus ul.features li {
  display: flex;
  align-items: center;
}
.dashboard-panel.gm-plus ul.features svg:not(.inline) {
  max-height: 16px;
  max-width: 16px;
}
.dashboard-panel.gm-plus ul.features svg:not(.inline) path {
  fill: #fff;
}
.dashboard-panel.helpful-guides {
  background-color: #4b5c69;
  padding: 24px;
  padding: 2rem 2rem 3rem;
}
.dashboard-panel.helpful-guides header {
  padding: 0;
  margin-bottom: 1rem;
}
.dashboard-panel.helpful-guides header h3 {
  color: white;
}
.dashboard-panel.helpful-guides p, .dashboard-panel.helpful-guides .trix-content div, .trix-content .dashboard-panel.helpful-guides div {
  color: white;
  margin-bottom: 1.5rem;
}
.dashboard-panel.helpful-guides p:last-child, .dashboard-panel.helpful-guides .trix-content div:last-child, .trix-content .dashboard-panel.helpful-guides div:last-child {
  margin-bottom: 0;
}
.dashboard-panel.helpful-guides ul {
  margin-left: 0;
  padding: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.dashboard-panel.helpful-guides ul li {
  margin: 0;
  width: 50%;
  padding-left: 0;
}
.dashboard-panel.helpful-guides ul li a {
  color: white;
}
.dashboard-panel.helpful-guides ul li .button, .dashboard-panel.helpful-guides ul li form input[type=submit], form .dashboard-panel.helpful-guides ul li input[type=submit] {
  text-decoration: none;
}
.dashboard-panel.helpful-guides ul + p, .dashboard-panel.helpful-guides .trix-content ul + div, .trix-content .dashboard-panel.helpful-guides ul + div {
  padding: 0;
}
.dashboard-panel.printed-stationery .stationery-image-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 1.4375rem 0.5rem 1.4375rem;
}
.dashboard-panel.printed-stationery .stationery-image-gallery .stationery-image {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
  display: block;
}
.dashboard-panel.printed-stationery .stationery-image-gallery .stationery-image:nth-of-type(even) {
  margin-left: 1rem;
}
.dashboard-panel.printed-stationery .stationery-image-gallery .stationery-image img {
  width: 100%;
  height: auto;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.dashboard-panel.printed-stationery .stationery-image-gallery .stationery-image .stationery-image-title {
  margin-bottom: 0;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1rem;
  color: #393539;
}
.dashboard-panel.guest-management .stats {
  margin-top: 1rem;
}
.dashboard-panel.guest-management .stats .status {
  margin-bottom: 0.25rem;
}
.dashboard-panel.guest-management .stats + p, .dashboard-panel.guest-management .trix-content .stats + div, .trix-content .dashboard-panel.guest-management .stats + div {
  margin-top: 0.5rem;
}
.dashboard-panel.guest-management .rsvp-enable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 0.5rem;
}
.dashboard-panel.wedding-management .image-panel {
  height: 150px;
  width: 100%;
}
.dashboard-panel.wedding-management .image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dashboard-panel.guest-communication .new-message-captions {
  margin-left: 3.125rem;
  display: flex;
  align-items: center;
}
.dashboard-panel.guest-communication .new-messages {
  font-family: "Domaine Display";
  color: #393539;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.dashboard-panel.guest-communication .view-inbox a {
  color: #393539;
  font-size: 1rem;
  text-decoration: underline;
}
.dashboard-panel.guest-communication .guest-messenger .guest-messenger-links {
  margin-left: 1rem;
}
.dashboard-panel.guest-communication .your-inbox {
  display: flex;
  align-items: center;
}
.dashboard-panel.guest-communication .your-inbox a {
  font-family: "Domaine Display";
  color: #393539;
  font-size: 1.25rem;
  font-weight: medium;
  margin-left: 1rem;
}
.dashboard-panel.guest-communication .message-icon {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  border-width: 0px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-panel.guest-communication .message-icon path {
  fill: #71948d;
}
.dashboard-panel.guest-communication .message-icon .no-messages path {
  fill: #393539;
}
.dashboard-panel.guest-communication .message-icon .guest-messenger-icon {
  width: 2rem;
  height: 2rem;
}
.dashboard-panel.guest-communication .message-icon .unread-count {
  position: absolute;
  top: -0.1875rem;
  left: 2.875rem;
  border-radius: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
  min-width: 1.75rem;
  width: fit-content;
  text-align: center;
  display: inline-block;
  padding: 0 0.5625rem;
  background-color: #ce4646;
}
@media print, screen and (min-width: 40em) {
  .dashboard-panel.guest-communication .message-icon .unread-count {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .dashboard-panel.guest-communication .message-icon .unread-count {
    font-size: 1.125rem;
    line-height: 2rem;
    min-width: 2rem;
  }
}
.dashboard-panel.gift-list .gift-list-alert {
  font-weight: bold;
  color: #af554b;
}
.dashboard-panel.gift-list .provider-logo {
  display: flex;
  justify-content: center;
  margin: 2rem 1rem;
}
.dashboard-panel.gift-fund .panel-callout {
  padding: 1rem 2rem 0.5rem;
}
.dashboard-panel.gift-fund .gift-fund-contributions-table {
  margin-top: 0.875rem;
  margin-bottom: 0.5rem;
  border: none;
}
.dashboard-panel.gift-fund .gift-fund-contributions-table tr {
  border-bottom: none;
}
.dashboard-panel.gift-fund .gift-fund-contributions-table tr td {
  padding: 0px 0px 0.5rem 0px;
}
.dashboard-panel.gift-fund .gift-fund-contributions-table tr td:first-of-type {
  white-space: nowrap;
  width: 1px;
}
.dashboard-panel.gift-fund .gift-fund-contributions-table .caption {
  margin-left: 1rem;
}
.dashboard-panel.gift-fund .gift-fund-contributions-table .gift-fund-counter {
  font-family: "Domaine Display";
  font-size: 1.5rem;
  color: #fff;
  border-radius: 1.25rem;
  text-align: center;
  padding: 0.25rem 1rem;
  min-width: 3.125rem;
  display: inline-block;
}
.dashboard-panel.gift-fund .gift-fund-contributions-table .gift-fund-counter.contributions {
  background-color: #71948d;
}
.dashboard-panel.gift-fund .gift-fund-contributions-table .gift-fund-counter.contributors {
  background-color: #393539;
}
.dashboard-panel.photo-sharing header {
  flex-direction: column;
  align-items: flex-start;
}
.dashboard-panel.photo-sharing header p, .dashboard-panel.photo-sharing header .trix-content div, .trix-content .dashboard-panel.photo-sharing header div {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
.dashboard-panel.promo {
  background-color: #4b5c69;
}
.dashboard-panel.promo h3 {
  color: #fff;
}
.dashboard-panel.promo p, .dashboard-panel.promo .trix-content div, .trix-content .dashboard-panel.promo div {
  color: #fff;
}
.dashboard-panel.promo a {
  color: #fff;
}
.dashboard-panel.promo a:hover {
  color: #dbdee1;
}
.dashboard-panel.promo li {
  color: #fff;
}
.dashboard-panel.promo svg:not(.inline) path {
  fill: #dbdee1;
}
.dashboard-panel.promo header {
  flex-direction: column;
  align-items: flex-start;
}
.dashboard-panel.promo header p, .dashboard-panel.promo header .trix-content div, .trix-content .dashboard-panel.promo header div {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
.dashboard-panel.promo .promo-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dashboard-panel.promo .button.promo, .dashboard-panel.promo form input.promo[type=submit], form .dashboard-panel.promo input.promo[type=submit] {
  background-color: #fff;
  color: #af554b;
  border-color: #ca8b84;
  border-style: solid;
  border-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.dashboard-panel.promo .promo-image-bottom-border {
  border-radius: 0 0 6px 6px;
}

.dashboard-card {
  margin-bottom: 0.625rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .dashboard-card:first-child {
    margin-top: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dashboard-card {
    margin-bottom: 1.25rem;
  }
}
.dashboard-card > a {
  display: block;
  position: relative;
  height: 100%;
}
.dashboard-card > a:hover, .dashboard-card > a:focus {
  text-decoration: none;
}
.dashboard-card.disabled a {
  opacity: 0.5;
}
.dashboard-card.primary a {
  background-color: #ca8b84;
  color: #393539;
}
.dashboard-card.primary a h1 {
  color: #393539;
}
.dashboard-card.primary a h2 {
  color: #393539;
}
.dashboard-card.primary a h3 {
  color: #393539;
}
.dashboard-card.primary a h4 {
  color: #393539;
}
.dashboard-card.primary a h5, .dashboard-card.primary a table thead th, table thead .dashboard-card.primary a th {
  color: #393539;
}
.dashboard-card.primary a h6 {
  color: #393539;
}
.dashboard-card.secondary a {
  background-color: #f2dfd7;
  color: #393539;
}
.dashboard-card.secondary a h1 {
  color: #393539;
}
.dashboard-card.secondary a h2 {
  color: #393539;
}
.dashboard-card.secondary a h3 {
  color: #393539;
}
.dashboard-card.secondary a h4 {
  color: #393539;
}
.dashboard-card.secondary a h5, .dashboard-card.secondary a table thead th, table thead .dashboard-card.secondary a th {
  color: #393539;
}
.dashboard-card.secondary a h6 {
  color: #393539;
}
.dashboard-card.success a {
  background-color: #3adb76;
  color: #393539;
}
.dashboard-card.success a h1 {
  color: #393539;
}
.dashboard-card.success a h2 {
  color: #393539;
}
.dashboard-card.success a h3 {
  color: #393539;
}
.dashboard-card.success a h4 {
  color: #393539;
}
.dashboard-card.success a h5, .dashboard-card.success a table thead th, table thead .dashboard-card.success a th {
  color: #393539;
}
.dashboard-card.success a h6 {
  color: #393539;
}
.dashboard-card.warning a {
  background-color: #f2dfd7;
  color: #393539;
}
.dashboard-card.warning a h1 {
  color: #393539;
}
.dashboard-card.warning a h2 {
  color: #393539;
}
.dashboard-card.warning a h3 {
  color: #393539;
}
.dashboard-card.warning a h4 {
  color: #393539;
}
.dashboard-card.warning a h5, .dashboard-card.warning a table thead th, table thead .dashboard-card.warning a th {
  color: #393539;
}
.dashboard-card.warning a h6 {
  color: #393539;
}
.dashboard-card.alert a {
  background-color: #af554b;
  color: #fcf9f7;
}
.dashboard-card.alert a h1 {
  color: #fcf9f7;
}
.dashboard-card.alert a h2 {
  color: #fcf9f7;
}
.dashboard-card.alert a h3 {
  color: #fcf9f7;
}
.dashboard-card.alert a h4 {
  color: #fcf9f7;
}
.dashboard-card.alert a h5, .dashboard-card.alert a table thead th, table thead .dashboard-card.alert a th {
  color: #fcf9f7;
}
.dashboard-card.alert a h6 {
  color: #fcf9f7;
}
.dashboard-card.dark-green a {
  background-color: #98b2ad;
  color: #393539;
}
.dashboard-card.dark-green a h1 {
  color: #393539;
}
.dashboard-card.dark-green a h2 {
  color: #393539;
}
.dashboard-card.dark-green a h3 {
  color: #393539;
}
.dashboard-card.dark-green a h4 {
  color: #393539;
}
.dashboard-card.dark-green a h5, .dashboard-card.dark-green a table thead th, table thead .dashboard-card.dark-green a th {
  color: #393539;
}
.dashboard-card.dark-green a h6 {
  color: #393539;
}
.dashboard-card.green a {
  background-color: #c1d1ce;
  color: #393539;
}
.dashboard-card.green a h1 {
  color: #393539;
}
.dashboard-card.green a h2 {
  color: #393539;
}
.dashboard-card.green a h3 {
  color: #393539;
}
.dashboard-card.green a h4 {
  color: #393539;
}
.dashboard-card.green a h5, .dashboard-card.green a table thead th, table thead .dashboard-card.green a th {
  color: #393539;
}
.dashboard-card.green a h6 {
  color: #393539;
}
.dashboard-card.light-green a {
  background-color: #eaf0ef;
  color: #393539;
}
.dashboard-card.light-green a h1 {
  color: #393539;
}
.dashboard-card.light-green a h2 {
  color: #393539;
}
.dashboard-card.light-green a h3 {
  color: #393539;
}
.dashboard-card.light-green a h4 {
  color: #393539;
}
.dashboard-card.light-green a h5, .dashboard-card.light-green a table thead th, table thead .dashboard-card.light-green a th {
  color: #393539;
}
.dashboard-card.light-green a h6 {
  color: #393539;
}
.dashboard-card.blush-dark a {
  background-color: #af554b;
  color: #fcf9f7;
}
.dashboard-card.blush-dark a h1 {
  color: #fcf9f7;
}
.dashboard-card.blush-dark a h2 {
  color: #fcf9f7;
}
.dashboard-card.blush-dark a h3 {
  color: #fcf9f7;
}
.dashboard-card.blush-dark a h4 {
  color: #fcf9f7;
}
.dashboard-card.blush-dark a h5, .dashboard-card.blush-dark a table thead th, table thead .dashboard-card.blush-dark a th {
  color: #fcf9f7;
}
.dashboard-card.blush-dark a h6 {
  color: #fcf9f7;
}
.dashboard-card.eucalyptus a {
  background-color: #98b2ad;
  color: #393539;
}
.dashboard-card.eucalyptus a h1 {
  color: #393539;
}
.dashboard-card.eucalyptus a h2 {
  color: #393539;
}
.dashboard-card.eucalyptus a h3 {
  color: #393539;
}
.dashboard-card.eucalyptus a h4 {
  color: #393539;
}
.dashboard-card.eucalyptus a h5, .dashboard-card.eucalyptus a table thead th, table thead .dashboard-card.eucalyptus a th {
  color: #393539;
}
.dashboard-card.eucalyptus a h6 {
  color: #393539;
}
.dashboard-card.eucalyptus-light a {
  background-color: #c1d1ce;
  color: #393539;
}
.dashboard-card.eucalyptus-light a h1 {
  color: #393539;
}
.dashboard-card.eucalyptus-light a h2 {
  color: #393539;
}
.dashboard-card.eucalyptus-light a h3 {
  color: #393539;
}
.dashboard-card.eucalyptus-light a h4 {
  color: #393539;
}
.dashboard-card.eucalyptus-light a h5, .dashboard-card.eucalyptus-light a table thead th, table thead .dashboard-card.eucalyptus-light a th {
  color: #393539;
}
.dashboard-card.eucalyptus-light a h6 {
  color: #393539;
}
.dashboard-card.eucalyptus-pale a {
  background-color: #eaf0ef;
  color: #393539;
}
.dashboard-card.eucalyptus-pale a h1 {
  color: #393539;
}
.dashboard-card.eucalyptus-pale a h2 {
  color: #393539;
}
.dashboard-card.eucalyptus-pale a h3 {
  color: #393539;
}
.dashboard-card.eucalyptus-pale a h4 {
  color: #393539;
}
.dashboard-card.eucalyptus-pale a h5, .dashboard-card.eucalyptus-pale a table thead th, table thead .dashboard-card.eucalyptus-pale a th {
  color: #393539;
}
.dashboard-card.eucalyptus-pale a h6 {
  color: #393539;
}
.dashboard-card.denim a {
  background-color: #4b5c69;
  color: #fcf9f7;
}
.dashboard-card.denim a h1 {
  color: #fcf9f7;
}
.dashboard-card.denim a h2 {
  color: #fcf9f7;
}
.dashboard-card.denim a h3 {
  color: #fcf9f7;
}
.dashboard-card.denim a h4 {
  color: #fcf9f7;
}
.dashboard-card.denim a h5, .dashboard-card.denim a table thead th, table thead .dashboard-card.denim a th {
  color: #fcf9f7;
}
.dashboard-card.denim a h6 {
  color: #fcf9f7;
}
.dashboard-card.denim-light a {
  background-color: #939da5;
  color: #393539;
}
.dashboard-card.denim-light a h1 {
  color: #393539;
}
.dashboard-card.denim-light a h2 {
  color: #393539;
}
.dashboard-card.denim-light a h3 {
  color: #393539;
}
.dashboard-card.denim-light a h4 {
  color: #393539;
}
.dashboard-card.denim-light a h5, .dashboard-card.denim-light a table thead th, table thead .dashboard-card.denim-light a th {
  color: #393539;
}
.dashboard-card.denim-light a h6 {
  color: #393539;
}
.dashboard-card.denim-pale a {
  background-color: #dbdee1;
  color: #393539;
}
.dashboard-card.denim-pale a h1 {
  color: #393539;
}
.dashboard-card.denim-pale a h2 {
  color: #393539;
}
.dashboard-card.denim-pale a h3 {
  color: #393539;
}
.dashboard-card.denim-pale a h4 {
  color: #393539;
}
.dashboard-card.denim-pale a h5, .dashboard-card.denim-pale a table thead th, table thead .dashboard-card.denim-pale a th {
  color: #393539;
}
.dashboard-card.denim-pale a h6 {
  color: #393539;
}
.dashboard-card.peach a {
  background-color: #f2dfd7;
  color: #393539;
}
.dashboard-card.peach a h1 {
  color: #393539;
}
.dashboard-card.peach a h2 {
  color: #393539;
}
.dashboard-card.peach a h3 {
  color: #393539;
}
.dashboard-card.peach a h4 {
  color: #393539;
}
.dashboard-card.peach a h5, .dashboard-card.peach a table thead th, table thead .dashboard-card.peach a th {
  color: #393539;
}
.dashboard-card.peach a h6 {
  color: #393539;
}
.dashboard-card.peach-light a {
  background-color: #f7ece7;
  color: #393539;
}
.dashboard-card.peach-light a h1 {
  color: #393539;
}
.dashboard-card.peach-light a h2 {
  color: #393539;
}
.dashboard-card.peach-light a h3 {
  color: #393539;
}
.dashboard-card.peach-light a h4 {
  color: #393539;
}
.dashboard-card.peach-light a h5, .dashboard-card.peach-light a table thead th, table thead .dashboard-card.peach-light a th {
  color: #393539;
}
.dashboard-card.peach-light a h6 {
  color: #393539;
}
.dashboard-card.peach-pale a {
  background-color: #fcf9f7;
  color: #393539;
}
.dashboard-card.peach-pale a h1 {
  color: #393539;
}
.dashboard-card.peach-pale a h2 {
  color: #393539;
}
.dashboard-card.peach-pale a h3 {
  color: #393539;
}
.dashboard-card.peach-pale a h4 {
  color: #393539;
}
.dashboard-card.peach-pale a h5, .dashboard-card.peach-pale a table thead th, table thead .dashboard-card.peach-pale a th {
  color: #393539;
}
.dashboard-card.peach-pale a h6 {
  color: #393539;
}
.dashboard-card.blush a {
  background-color: #ca8b84;
  color: #393539;
}
.dashboard-card.blush a h1 {
  color: #393539;
}
.dashboard-card.blush a h2 {
  color: #393539;
}
.dashboard-card.blush a h3 {
  color: #393539;
}
.dashboard-card.blush a h4 {
  color: #393539;
}
.dashboard-card.blush a h5, .dashboard-card.blush a table thead th, table thead .dashboard-card.blush a th {
  color: #393539;
}
.dashboard-card.blush a h6 {
  color: #393539;
}
.dashboard-card.blush-light a {
  background-color: #dfb9b5;
  color: #393539;
}
.dashboard-card.blush-light a h1 {
  color: #393539;
}
.dashboard-card.blush-light a h2 {
  color: #393539;
}
.dashboard-card.blush-light a h3 {
  color: #393539;
}
.dashboard-card.blush-light a h4 {
  color: #393539;
}
.dashboard-card.blush-light a h5, .dashboard-card.blush-light a table thead th, table thead .dashboard-card.blush-light a th {
  color: #393539;
}
.dashboard-card.blush-light a h6 {
  color: #393539;
}
.dashboard-card.blush-pale a {
  background-color: #f4e8e6;
  color: #393539;
}
.dashboard-card.blush-pale a h1 {
  color: #393539;
}
.dashboard-card.blush-pale a h2 {
  color: #393539;
}
.dashboard-card.blush-pale a h3 {
  color: #393539;
}
.dashboard-card.blush-pale a h4 {
  color: #393539;
}
.dashboard-card.blush-pale a h5, .dashboard-card.blush-pale a table thead th, table thead .dashboard-card.blush-pale a th {
  color: #393539;
}
.dashboard-card.blush-pale a h6 {
  color: #393539;
}
.dashboard-card.soft-black a {
  background-color: #393539;
  color: #fcf9f7;
}
.dashboard-card.soft-black a h1 {
  color: #fcf9f7;
}
.dashboard-card.soft-black a h2 {
  color: #fcf9f7;
}
.dashboard-card.soft-black a h3 {
  color: #fcf9f7;
}
.dashboard-card.soft-black a h4 {
  color: #fcf9f7;
}
.dashboard-card.soft-black a h5, .dashboard-card.soft-black a table thead th, table thead .dashboard-card.soft-black a th {
  color: #fcf9f7;
}
.dashboard-card.soft-black a h6 {
  color: #fcf9f7;
}
.dashboard-card.soft-black-light a {
  background-color: #888688;
  color: #fcf9f7;
}
.dashboard-card.soft-black-light a h1 {
  color: #fcf9f7;
}
.dashboard-card.soft-black-light a h2 {
  color: #fcf9f7;
}
.dashboard-card.soft-black-light a h3 {
  color: #fcf9f7;
}
.dashboard-card.soft-black-light a h4 {
  color: #fcf9f7;
}
.dashboard-card.soft-black-light a h5, .dashboard-card.soft-black-light a table thead th, table thead .dashboard-card.soft-black-light a th {
  color: #fcf9f7;
}
.dashboard-card.soft-black-light a h6 {
  color: #fcf9f7;
}
.dashboard-card.soft-black-pale a {
  background-color: #d7d7d7;
  color: #393539;
}
.dashboard-card.soft-black-pale a h1 {
  color: #393539;
}
.dashboard-card.soft-black-pale a h2 {
  color: #393539;
}
.dashboard-card.soft-black-pale a h3 {
  color: #393539;
}
.dashboard-card.soft-black-pale a h4 {
  color: #393539;
}
.dashboard-card.soft-black-pale a h5, .dashboard-card.soft-black-pale a table thead th, table thead .dashboard-card.soft-black-pale a th {
  color: #393539;
}
.dashboard-card.soft-black-pale a h6 {
  color: #393539;
}
.dashboard-card.paper a {
  background-color: #fcf9f7;
  color: #393539;
}
.dashboard-card.paper a h1 {
  color: #393539;
}
.dashboard-card.paper a h2 {
  color: #393539;
}
.dashboard-card.paper a h3 {
  color: #393539;
}
.dashboard-card.paper a h4 {
  color: #393539;
}
.dashboard-card.paper a h5, .dashboard-card.paper a table thead th, table thead .dashboard-card.paper a th {
  color: #393539;
}
.dashboard-card.paper a h6 {
  color: #393539;
}
.dashboard-card.paper-light a {
  background-color: #fdfbfa;
  color: #393539;
}
.dashboard-card.paper-light a h1 {
  color: #393539;
}
.dashboard-card.paper-light a h2 {
  color: #393539;
}
.dashboard-card.paper-light a h3 {
  color: #393539;
}
.dashboard-card.paper-light a h4 {
  color: #393539;
}
.dashboard-card.paper-light a h5, .dashboard-card.paper-light a table thead th, table thead .dashboard-card.paper-light a th {
  color: #393539;
}
.dashboard-card.paper-light a h6 {
  color: #393539;
}
.dashboard-card.red a {
  background-color: #d76767;
  color: #393539;
}
.dashboard-card.red a h1 {
  color: #393539;
}
.dashboard-card.red a h2 {
  color: #393539;
}
.dashboard-card.red a h3 {
  color: #393539;
}
.dashboard-card.red a h4 {
  color: #393539;
}
.dashboard-card.red a h5, .dashboard-card.red a table thead th, table thead .dashboard-card.red a th {
  color: #393539;
}
.dashboard-card.red a h6 {
  color: #393539;
}
.dashboard-card.premium-lock {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.dashboard-card.premium-lock h4,
.dashboard-card.premium-lock p,
.dashboard-card.premium-lock .trix-content div,
.trix-content .dashboard-card.premium-lock div {
  opacity: 0.4;
}
.dashboard-card.premium-lock .premium-upgrade-banner {
  text-align: center;
  padding: 0.3125rem 1.875rem;
  color: #fcf9f7;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375rem;
  background: #393539;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 2rem;
}
.dashboard-card.premium-lock .dashboard-card--content {
  padding: 1.25rem 1.875rem 2.5rem 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .dashboard-card.premium-lock .dashboard-card--content {
    padding: 1.5625rem 1.875rem 2.5rem;
  }
}
.dashboard-card .dashboard-link {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  padding: 0;
  display: inline-block;
  line-height: 2.125rem;
  width: 2.125rem;
  font-weight: bold;
  color: #393539;
  background: white;
  border-radius: 100%;
  letter-spacing: 2px;
  text-align: center;
}
.dashboard-card .dashboard-link.is-active {
  color: white;
  background: #d7d7d7;
}
.dashboard-card .dashboard-card--content {
  padding: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .dashboard-card .dashboard-card--content {
    padding: 2rem;
  }
}
.dashboard-card .dashboard-card--content h4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dashboard-card .dashboard-card--content h4 .icon-container {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: white;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dashboard-card .dashboard-card--content h4 .icon-container i {
  font-size: 1rem;
  line-height: 1;
  margin-top: -1px;
  display: block;
  color: #ca8b84;
}
.dashboard-card .dashboard-card--content h4 .icon-container [data-tippy-root] {
  min-width: 200px;
}
.dashboard-card .dashboard-card--content p, .dashboard-card .dashboard-card--content .trix-content div, .trix-content .dashboard-card .dashboard-card--content div {
  margin-bottom: 0;
}
.dashboard-card .dashboard-card--content h1 {
  margin-bottom: 0.625rem;
}
.dashboard-card .dashboard-card--content h2 {
  margin-bottom: 0.625rem;
}
.dashboard-card .dashboard-card--content h3 {
  margin-bottom: 0.625rem;
}
.dashboard-card .dashboard-card--content h4 {
  margin-bottom: 0.625rem;
}
.dashboard-card .dashboard-card--content h5, .dashboard-card .dashboard-card--content table thead th, table thead .dashboard-card .dashboard-card--content th {
  margin-bottom: 0.625rem;
}
.dashboard-card .dashboard-card--content h6 {
  margin-bottom: 0.625rem;
}
.dashboard-card--controls {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.dashboard-card--controls.is-active {
  visibility: visible;
  opacity: 1;
}

svg.inline {
  align-self: center;
  transform: translateY(-1px);
}

.email-stationery .promo {
  margin: 2rem;
  margin-bottom: 0;
}
.email-stationery .promo p, .email-stationery .promo .trix-content div, .trix-content .email-stationery .promo div {
  margin-bottom: 0;
}
.email-stationery .promo .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.guest-management .promo {
  display: flex;
  gap: 0.5rem;
}
.guest-management .promo p, .guest-management .promo .trix-content div, .trix-content .guest-management .promo div {
  margin-bottom: 0;
}

.details-section p, .details-section .trix-content div, .trix-content .details-section div {
  margin-bottom: 0.5rem;
}
.details-section p.hint, .details-section .trix-content div.hint, .trix-content .details-section div.hint {
  margin-top: 1rem;
}
.details-section p + h6, .details-section .trix-content div + h6, .trix-content .details-section div + h6 {
  margin-top: 2rem;
}
.details-section ol li + li, .details-section ul li + li {
  margin-top: 0.25rem;
}
.details-section.rsvp-groups .section-title {
  margin-bottom: 2rem;
}
.details-section.rsvp-groups hr {
  margin: 2rem auto;
}

.digital-stationery-preview .dummy-browser {
  background-color: #4b5c69;
  color: #fff;
}
.digital-stationery-preview .dummy-browser .browser-buttons .browser-button {
  background-color: #fff;
}
.digital-stationery-preview .dummy-browser .subject-line {
  margin: 0 auto;
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .digital-stationery-preview .dummy-browser .subject-line {
    font-size: 0.9rem;
  }
}

.table-container.guest-selection table thead th {
  text-align: left;
  padding: 1rem 1.5rem;
}
.table-container.guest-selection table thead th label {
  position: relative;
  text-align: left;
  margin-bottom: 0;
}
.table-container.guest-selection table thead th label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.table-container.guest-selection table thead th label input:checked ~ span:before {
  border-color: #4b5c69;
  background: #4b5c69 url("/assets/tick-white-bd4bbd6b.svg") no-repeat center center;
  background-size: 14px auto;
}
.table-container.guest-selection table thead th label span {
  position: relative;
  padding-left: 1.8125rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  cursor: pointer;
  margin-left: 0;
  font-family: "Domaine Display", georgia, serif;
  margin: 0;
}
.table-container.guest-selection table thead th label span:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ca8b84;
  border-radius: 3px;
}
.table-container.guest-selection table tr td.email-needed a {
  color: #af554b;
  font-size: 14px;
}
.table-container.guest-selection table tr td .checkbox-wrapper {
  margin-bottom: 0;
  text-align: left;
}
.table-container.guest-selection table th:last-child,
.table-container.guest-selection table td:last-child {
  text-align: right;
}

.assigned-events hr:last-of-type {
  display: none;
}

@media print, screen and (min-width: 40em) {
  #content.events .tabs-main {
    margin-top: 1rem;
  }
}
#content.events .tabs .headers {
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
}
#content.events .form-section {
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
}
#content.events .form-section .inner {
  max-width: 584px;
  margin: 0 auto;
}
#content.events .form-section.footer-actions-section {
  margin-top: 3rem;
  padding: 0;
}
#content.events .form-section.footer-actions-section:before {
  display: none;
}
#content.events .form-section .venue-address {
  margin-top: 2rem;
}
#content.events .form-section .venue-address .country select {
  margin-bottom: 0;
}
#content.events #display-settings .table-container {
  margin-left: -1rem;
  margin-right: -1rem;
}
#content.events #display-settings .table-container .premium-icon {
  vertical-align: middle;
}
@media print, screen and (max-width: 39.99875em) {
  #content.events #display-settings .table-container table tbody tr td {
    text-align: left;
  }
}
#content.events #display-settings .table-container table tbody tr td.name:before {
  display: none;
}
#content.events #menu .form-section {
  margin-top: 24px;
  position: relative;
}
#content.events #menu .form-section::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: calc(50% - 1px);
  width: 2px;
  height: 24px;
  background-color: #ca8b84;
}
#content.events #menu .form-section.footer-actions-section {
  margin-top: 3rem;
  padding: 0;
}
#content.events #menu .form-section.footer-actions-section:before {
  display: none;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

input[type=file].styled {
  display: none;
}
input[type=file].styled ~ label {
  cursor: pointer;
  padding: 1.875rem 1.25rem;
  border: 2px solid #f2dfd7;
  border-radius: 6px;
  background: #fcf9f7;
  text-align: center;
  margin: 0 0 1.1875rem;
  font-size: 0.95rem;
}
input[type=file].styled ~ label i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
input[type=file].styled ~ label.drag-event-ongoing {
  border-style: dashed;
  border-color: #ca8b84;
}
input[type=file].styled ~ label span.file {
  display: inline;
  margin: 3px;
  border-radius: 4px;
  width: fit-content;
  padding: 4px;
}
input[type=file].styled ~ label span.allowed-types {
  margin-top: 1em;
}
input[type=file].styled ~ label span.allowed-types span.allowed-types-notice {
  font-weight: 500;
  display: inline-block;
  margin-right: 0.5em;
}
input[type=file].styled ~ label [data-target~="file-upload.progress"] p, input[type=file].styled ~ label [data-target~="file-upload.progress"] .trix-content div, .trix-content input[type=file].styled ~ label [data-target~="file-upload.progress"] div {
  margin: 1em 0.5em 0 0.5em;
}
input[type=file].styled ~ label [data-target~="file-upload.progress"] p.error, input[type=file].styled ~ label [data-target~="file-upload.progress"] .trix-content div.error, .trix-content input[type=file].styled ~ label [data-target~="file-upload.progress"] div.error {
  color: red;
}
input[type=file].styled ~ label [data-target~="file-upload.progress"] .progress {
  margin-top: 1em;
}
input[type=file].styled ~ label .fileTypeIcon {
  padding: 0.6em 2em;
  display: inline-block;
}
input[type=file].styled ~ label .button, input[type=file].styled ~ label form input[type=submit], form input[type=file].styled ~ label input[type=submit] {
  margin: 1em;
  padding: 1em;
  font-size: 14px;
}
input[type=file].styled ~ label img,
input[type=file].styled ~ label .fileTypeIcon {
  max-height: 5em;
  margin-top: 0.9375rem;
}
input[type=file].styled ~ label span.fileName, input[type=file].styled ~ label a.fileName {
  font-weight: lighter;
  color: #949494;
  overflow-wrap: break-word;
}
input[type=file].styled ~ label span, input[type=file].styled ~ label a {
  display: block;
}
input[type=file].styled:hover ~ label {
  border-color: #ca8b84;
  background: #fcf9f7;
}
input[type=file].styled:disabled ~ label {
  border-color: #f7f7f7;
}
input[type=file].styled:focus ~ label {
  border: 2px solid #f2dfd7;
  background: #fff;
}
.input.error input[type=file].styled ~ label {
  border: 2px solid rgb(78.4117647059%, 52.5058823529%, 49.6274509804%);
  background: #fcf9f7;
}
.input.error input[type=file].styled ~ label.drag-event-ongoing {
  border-style: dashed;
}
.input.error input[type=file].styled:hover ~ label {
  border: 2px solid #af554b;
  background: #fcf9f7;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

footer {
  background: #393539;
  color: #fff;
  padding: 2.75rem 0 3.75rem;
  font-size: 0.9375rem;
  line-height: 1.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  footer {
    border-top: 5px solid #fff;
  }
}
footer p, footer .trix-content div, .trix-content footer div,
footer a {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  color: #fff;
}
footer .logo-wrapper .logo {
  display: inline-block;
  width: 8.4375rem;
}
footer .logo-wrapper .logo svg {
  width: 100%;
  height: auto;
}
footer .copyright {
  margin-top: 1.25rem;
}
footer .copyright p, footer .copyright .trix-content div, .trix-content footer .copyright div {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5625rem;
}
footer .copyright a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
footer .copyright a:hover {
  text-decoration: none;
  color: #ca8b84;
}
@media print, screen and (max-width: 63.99875em) {
  footer .copyright {
    margin-bottom: 1.875rem;
  }
}
footer .socials {
  margin: 0;
}
footer .socials li {
  margin-right: 0.625rem;
  display: inline-block;
}
footer .socials li:last-of-type {
  margin-right: 0;
}
footer .socials li a {
  display: block;
  width: 3.125rem;
  border-radius: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background: #fff;
  transition: background 0.3s;
}
footer .socials li a svg {
  height: 20px;
  width: auto;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
footer .socials li a svg path,
footer .socials li a svg ellipse,
footer .socials li a svg circle {
  transition: fill 0.3s;
}
footer .socials li a:hover {
  background: #ca8b84;
}
footer .socials li a:hover svg path,
footer .socials li a:hover svg ellipse,
footer .socials li a:hover svg circle {
  fill: #fff;
}

.page-section,
.form-section {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
}
@media print, screen and (min-width: 40em) {
  .page-section,
  .form-section {
    padding: 3rem;
  }
}
.page-section.hint-section,
.form-section.hint-section {
  border: 1px solid #98b2ad;
  padding: 1rem 2rem;
  text-align: center;
  padding: 1rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .page-section.hint-section,
  .form-section.hint-section {
    padding: 2rem 3rem;
  }
}
.page-section.hint-section p:last-child, .page-section.hint-section .trix-content div:last-child, .trix-content .page-section.hint-section div:last-child,
.form-section.hint-section p:last-child,
.form-section.hint-section .trix-content div:last-child,
.trix-content .form-section.hint-section div:last-child {
  margin-bottom: 0;
}
.page-section.add-section,
.form-section.add-section {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%2398B2ADFF' stroke-width='1' stroke-dasharray='6' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(100% - 0.5px) 100%;
  text-align: center;
}
.page-section.add-section h4,
.form-section.add-section h4 {
  margin-bottom: 1.5rem;
}
.page-section.add-section p, .page-section.add-section .trix-content div, .trix-content .page-section.add-section div,
.form-section.add-section p,
.form-section.add-section .trix-content div,
.trix-content .form-section.add-section div {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.page-section.add-section p:last-child, .page-section.add-section .trix-content div:last-child, .trix-content .page-section.add-section div:last-child,
.form-section.add-section p:last-child,
.form-section.add-section .trix-content div:last-child,
.trix-content .form-section.add-section div:last-child {
  margin-bottom: 0;
}
.page-section + .form-section,
.page-section + .page-section, .page-section.second,
.form-section + .form-section,
.form-section + .page-section,
.form-section.second {
  margin-top: 24px;
  position: relative;
}
.page-section + .form-section:before,
.page-section + .page-section:before, .page-section.second:before,
.form-section + .form-section:before,
.form-section + .page-section:before,
.form-section.second:before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: calc(50% - 1px);
  width: 2px;
  height: 24px;
  background-color: #ca8b84;
}
.page-section + .form-section.no-connecting-line:before,
.page-section + .page-section.no-connecting-line:before, .page-section.second.no-connecting-line:before,
.form-section + .form-section.no-connecting-line:before,
.form-section + .page-section.no-connecting-line:before,
.form-section.second.no-connecting-line:before {
  display: none;
}
.page-section p:last-child, .page-section .trix-content div:last-child, .trix-content .page-section div:last-child,
.form-section p:last-child,
.form-section .trix-content div:last-child,
.trix-content .form-section div:last-child {
  margin-bottom: 0;
}
.page-section .section-title,
.form-section .section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.page-section .section-title .with-icon,
.form-section .section-title .with-icon {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
@media print, screen and (min-width: 40em) {
  .page-section .section-title .with-icon,
  .form-section .section-title .with-icon {
    align-items: center;
  }
}
.page-section .section-title .with-icon i,
.form-section .section-title .with-icon i {
  color: #4b5c69;
  font-size: 18px;
  display: block;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .page-section .section-title .with-icon i,
  .form-section .section-title .with-icon i {
    margin-top: 0;
  }
}
.page-section .section-title .with-icon svg,
.form-section .section-title .with-icon svg {
  width: 18px;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .page-section .section-title .with-icon svg,
  .form-section .section-title .with-icon svg {
    margin-top: 0;
  }
}
.page-section .section-title a,
.form-section .section-title a {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.page-section .section-title .actions,
.form-section .section-title .actions {
  display: flex;
  gap: 1.5rem;
}
.page-section .text-center .section-title,
.form-section .text-center .section-title {
  justify-content: center;
}
.page-section.footer-actions-section,
.form-section.footer-actions-section {
  background: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
  padding: 0;
}
.page-section.footer-actions-section:before,
.form-section.footer-actions-section:before {
  display: none;
}
.page-section.footer-actions-section .button, .page-section.footer-actions-section form input[type=submit], form .page-section.footer-actions-section input[type=submit],
.form-section.footer-actions-section .button,
.form-section.footer-actions-section form input[type=submit],
form .form-section.footer-actions-section input[type=submit] {
  width: 100%;
}
.page-section.footer-actions-section .button + .button, .page-section.footer-actions-section form input[type=submit] + .button, form .page-section.footer-actions-section input[type=submit] + .button, .page-section.footer-actions-section form .button + input[type=submit], form .page-section.footer-actions-section .button + input[type=submit], .page-section.footer-actions-section form input[type=submit] + input[type=submit], form .page-section.footer-actions-section input[type=submit] + input[type=submit],
.form-section.footer-actions-section .button + .button,
.form-section.footer-actions-section form input[type=submit] + .button,
form .form-section.footer-actions-section input[type=submit] + .button,
.form-section.footer-actions-section form .button + input[type=submit],
form .form-section.footer-actions-section .button + input[type=submit],
.form-section.footer-actions-section form input[type=submit] + input[type=submit],
form .form-section.footer-actions-section input[type=submit] + input[type=submit] {
  margin-top: 0;
}
.page-section.footer-actions-section a.blush-dark, .page-section.footer-actions-section a.helper-link, .page-section.footer-actions-section .cta-wrapper .cta-right a.skip, .cta-wrapper .cta-right .page-section.footer-actions-section a.skip,
.form-section.footer-actions-section a.blush-dark,
.form-section.footer-actions-section a.helper-link,
.form-section.footer-actions-section .cta-wrapper .cta-right a.skip,
.cta-wrapper .cta-right .form-section.footer-actions-section a.skip {
  order: 3;
}
.page-section.footer-actions-section .button, .page-section.footer-actions-section form input[type=submit], form .page-section.footer-actions-section input[type=submit],
.form-section.footer-actions-section .button,
.form-section.footer-actions-section form input[type=submit],
form .form-section.footer-actions-section input[type=submit] {
  order: 1;
}
.page-section.footer-actions-section .button.outlined, .page-section.footer-actions-section form input.outlined[type=submit], form .page-section.footer-actions-section input.outlined[type=submit],
.form-section.footer-actions-section .button.outlined,
.form-section.footer-actions-section form input.outlined[type=submit],
form .form-section.footer-actions-section input.outlined[type=submit] {
  order: 2;
}
@media print, screen and (min-width: 40em) {
  .page-section.footer-actions-section,
  .form-section.footer-actions-section {
    align-items: center;
    justify-content: space-between;
  }
  .page-section.footer-actions-section a.blush-dark, .page-section.footer-actions-section a.helper-link, .page-section.footer-actions-section .cta-wrapper .cta-right a.skip, .cta-wrapper .cta-right .page-section.footer-actions-section a.skip,
  .form-section.footer-actions-section a.blush-dark,
  .form-section.footer-actions-section a.helper-link,
  .form-section.footer-actions-section .cta-wrapper .cta-right a.skip,
  .cta-wrapper .cta-right .form-section.footer-actions-section a.skip {
    order: 3;
  }
  .page-section.footer-actions-section .button, .page-section.footer-actions-section form input[type=submit], form .page-section.footer-actions-section input[type=submit],
  .form-section.footer-actions-section .button,
  .form-section.footer-actions-section form input[type=submit],
  form .form-section.footer-actions-section input[type=submit] {
    width: auto;
    order: 3;
  }
  .page-section.footer-actions-section .button.outlined, .page-section.footer-actions-section form input.outlined[type=submit], form .page-section.footer-actions-section input.outlined[type=submit],
  .form-section.footer-actions-section .button.outlined,
  .form-section.footer-actions-section form input.outlined[type=submit],
  form .form-section.footer-actions-section input.outlined[type=submit] {
    order: 1;
  }
}
.page-section table,
.form-section table {
  margin: 0 auto;
}

.page-section.overview-panel {
  padding: 0;
}

.page-section.no-events p, .page-section.no-events .trix-content div, .trix-content .page-section.no-events div {
  max-width: 627px;
}

.contact-block {
  background-color: #f2dfd7;
  padding: 0;
  overflow: hidden;
  margin-top: 3rem;
}
.contact-block .text-container {
  padding: 2rem;
}
@media print, screen and (min-width: 64em) {
  .contact-block .text-container {
    padding: 3rem;
  }
}
.contact-block .image-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-block .image-container img {
    object-position: center top;
  }
}

.promo-block {
  background-color: #5a715f;
  padding: 0 !important;
  overflow: hidden;
  margin-top: 3rem;
  color: white;
}
.promo-block h4 {
  color: white;
}
.promo-block .text-container {
  padding: 2rem;
}
@media print, screen and (min-width: 64em) {
  .promo-block .text-container {
    padding: 3rem;
  }
}
.promo-block .image-container img {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  object-position: left top;
}
@media print, screen and (max-width: 39.99875em) {
  .promo-block .image-container img {
    object-position: center top;
  }
}

.page-section .inner,
.form-section .inner {
  max-width: 584px;
  margin: 0 auto;
}
.page-section .radio_buttons > label,
.form-section .radio_buttons > label {
  margin-bottom: 1rem;
}
.page-section .field-group,
.form-section .field-group {
  margin-bottom: 2rem;
}
.page-section .field-group:last-child,
.form-section .field-group:last-child {
  margin-bottom: 0;
}
.page-section .field-group.checkboxes label,
.form-section .field-group.checkboxes label {
  margin-bottom: 1rem;
}
.page-section .field-group.checkboxes .input,
.form-section .field-group.checkboxes .input {
  margin-bottom: 0;
}
.page-section hr,
.form-section hr {
  margin: 3rem 0;
}
.page-section .map img,
.form-section .map img {
  width: 100%;
  aspect-ratio: 18/6;
  object-fit: cover;
  border-radius: 8px;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

form label {
  font-family: "Domaine Display", georgia, serif;
  margin-bottom: 0.5rem;
}
form label .icon {
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  margin-top: -3px;
}
form label.options-label {
  margin-bottom: 1rem;
}
form .changed,
form .changed:focus {
  border: 2px solid #98b2ad;
}
form .previous-value {
  font-weight: normal;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  word-break: break-all;
}
form .text-center input {
  text-align: center;
}
form .input-group.error input,
form .input-group.error select,
form .input-group.error textarea,
form .input-group.error span.input-group-label,
form .input.error input,
form .input.error select,
form .input.error textarea,
form .input.error span.input-group-label {
  background-color: #ffe0e0;
}
form .input-group.preview-selector .input-group-label {
  background: #fcf9f7;
}
form .input-group.preview-selector .select-wrapper {
  margin-bottom: 0;
  width: 100%;
}
form input[readonly] {
  border: 2px solid #f2dfd7 !important;
  background: #fcf9f7;
}
form .field {
  margin-bottom: 1.6875rem;
}
form .field p, form .field .trix-content div, .trix-content form .field div {
  margin-bottom: 0;
}
form .field p.sublabel, form .field .trix-content div.sublabel, .trix-content form .field div.sublabel {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
form div.boolean label.boolean {
  display: inline-block;
  position: relative;
  padding-left: 1.8125rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  cursor: pointer;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  margin-left: 0;
}
form div.boolean label.boolean:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ca8b84;
  border-radius: 3px;
}
form div.boolean input.boolean {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form div.boolean input.boolean[disabled] ~ label.boolean {
  opacity: 0.5;
}
form div.boolean input.boolean:checked ~ label.boolean:before {
  border-color: #4b5c69;
  background: #4b5c69 url("/assets/tick-white-bd4bbd6b.svg") no-repeat center center;
  background-size: 14px auto;
}
form .radio_buttons abbr {
  display: none;
}
form .radio_buttons .radio label {
  display: inline-block;
  position: relative;
  padding-left: 1.8125rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  cursor: pointer;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  margin: 0;
}
form .radio_buttons .radio label:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #4b5c69;
  border-radius: 8px;
  border-radius: 50%;
}
form .radio_buttons .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .radio_buttons .radio input:checked ~ label:before {
  background: #4b5c69 url("/assets/radio-selected-9b05dc07.svg") no-repeat center center;
  background-size: 14px auto;
}
form input:disabled,
form input[readonly],
form textarea:disabled,
form textarea[readonly] {
  border-color: #e3e3e3;
}
form [data-target="turnstile.turnstile"].error {
  border: 2px solid #af554b;
  border-radius: 6px;
}
form span.error,
form small.error {
  color: #af554b;
}
form .input-group.error input,
form .input-group.error select,
form .input-group.error textarea,
form .input-group.error span.input-group-label,
form .input.error input,
form .input.error select,
form .input.error textarea,
form .input.error span.input-group-label {
  border: 2px solid #af554b;
}
form .input-group.error input:focus,
form .input-group.error select:focus,
form .input-group.error textarea:focus,
form .input-group.error span.input-group-label:focus,
form .input.error input:focus,
form .input.error select:focus,
form .input.error textarea:focus,
form .input.error span.input-group-label:focus {
  border: 2px solid #f2dfd7;
}
form .input-group.error .error,
form .input.error .error {
  display: block;
  margin-bottom: 1.1875rem;
  color: #af554b;
  font-weight: 700;
  font-size: 0.8rem;
}
form .input-group.error .error + .hint,
form .input.error .error + .hint {
  margin-top: 0.5rem;
}
form div.input.radio_buttons.group-before,
form div.input.check_boxes.group-before {
  margin-top: -1rem;
}
form div.input.radio_buttons .radio,
form div.input.check_boxes .radio {
  margin-right: 20px;
  display: inline-block;
}
form div.input.radio_buttons .radio.block-radio,
form div.input.check_boxes .radio.block-radio {
  display: flex;
  margin-bottom: 1rem;
}
form div.input.radio_buttons .radio.block-radio input,
form div.input.check_boxes .radio.block-radio input {
  margin-bottom: 0;
}
form div.input.radio_buttons .radio.block-radio:last-child,
form div.input.check_boxes .radio.block-radio:last-child {
  margin-bottom: 2rem;
}
form div.input.radio_buttons .radio.disabled,
form div.input.check_boxes .radio.disabled {
  opacity: 0.4;
}
form div.input.radio_buttons.error .error,
form div.input.check_boxes.error .error {
  margin-top: 0.5rem;
}
form div.input.check_boxes {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
form div.input.check_boxes > label {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
form div.input.boolean {
  margin-bottom: 1.1875rem;
}
form div.input.boolean .error {
  margin-left: 22px;
  margin-top: 0;
}
form {
  /* Chrome, Safari, Edge, Opera */
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form {
  /* Firefox */
}
form input[type=number] {
  -moz-appearance: textfield;
}

.select-wrapper {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
}
.select-wrapper select {
  width: 100%;
  margin-bottom: 0;
  background: #fcf9f7;
}
.select-wrapper select:focus {
  background: #fff;
}
.select-wrapper:after {
  content: "";
  display: block;
  width: 54px;
  height: 100%;
  background: transparent url("/assets/select-9ce91b49.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.date-wrapper .input.date {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
}
.date-wrapper .input.date input {
  width: 100%;
  margin-bottom: 0;
  background: #fcf9f7;
  height: 52px;
}
.date-wrapper .input.date input:focus {
  background: #fff;
}
.date-wrapper .input.date:after {
  content: "";
  display: block;
  width: 54px;
  height: 52px;
  background: transparent url("/assets/calendar-af396d9f.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.date-wrapper.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.date-wrapper + .event_date_tbc {
  margin-top: 1rem;
}

form.new_wedding .date-wrapper.disabled {
  visibility: hidden;
  height: 5px;
}

section.form-section + section.form-section {
  margin-top: 2.5rem;
}
hr + section.form-section {
  margin-top: 3.75rem;
}
section.form-section h2 {
  margin-bottom: 2.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group h4 {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.input.date select {
  width: calc(33.33% - 20px);
  margin-right: 1rem;
}
.input.date select:last-of-type {
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .input.date select {
    width: 100%;
  }
  .input.date select:last-of-type {
    margin-bottom: 1.1875rem;
  }
}
.input.time select {
  width: 64px;
  padding: 0 0.75rem;
  margin: 0;
  text-align: center;
  margin-right: 0.3125rem;
  border-radius: 6px;
  background: #fcf9f7;
}
.input.time select:last-of-type {
  margin: 0;
  margin-left: 0.3125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .input.time select {
    margin-bottom: 1.1875rem;
  }
}

.checkbox-wrapper,
.radio-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 1.8125rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  cursor: pointer;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
}
.checkbox-wrapper.block,
.radio-wrapper.block {
  display: block;
  margin-bottom: 1.25rem;
}
.checkbox-wrapper input,
.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-wrapper .checkmark,
.radio-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ca8b84;
  border-radius: 3px;
}
.checkbox-wrapper:hover input ~ .checkmark,
.radio-wrapper:hover input ~ .checkmark {
  background-color: rgb(47.8431372549%, 56.2875816993%, 62.7450980392%);
  border-color: rgb(47.8431372549%, 56.2875816993%, 62.7450980392%);
}
.checkbox-wrapper.radio-wrapper input:checked ~ .checkmark,
.radio-wrapper.radio-wrapper input:checked ~ .checkmark {
  border-color: #4b5c69;
  background: #4b5c69 url("/assets/radio-selected-9b05dc07.svg") no-repeat center center;
  background-size: 14px auto;
}
.checkbox-wrapper.checkbox-wrapper input:checked ~ .checkmark,
.radio-wrapper.checkbox-wrapper input:checked ~ .checkmark {
  border-color: #4b5c69;
  background: #4b5c69 url("/assets/tick-white-bd4bbd6b.svg") no-repeat center center;
  background-size: 14px auto;
}
.checkbox-wrapper + .checkbox-wrapper,
.checkbox-wrapper + .radio-wrapper,
.radio-wrapper + .checkbox-wrapper,
.radio-wrapper + .radio-wrapper {
  margin-left: 1.25rem;
}
.checkbox-wrapper + .checkbox-wrapper.block,
.checkbox-wrapper + .radio-wrapper.block,
.radio-wrapper + .checkbox-wrapper.block,
.radio-wrapper + .radio-wrapper.block {
  margin-left: 0;
}
.checkbox-wrapper.select-style,
.radio-wrapper.select-style {
  border: 2px solid #f2dfd7;
  background: #fcf9f7;
  display: block;
  width: 100%;
  margin: 0 auto 1.25rem;
  padding: 0.75rem 4.625rem 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
}
.checkbox-wrapper.select-style .checkmark,
.radio-wrapper.select-style .checkmark {
  display: block;
  width: 54px;
  height: calc(100% + 4px);
  background-image: url("/assets/checkbox-pink-d9739453.svg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: -2px;
  right: -2px;
  left: auto;
  pointer-events: none;
  border: 0;
}
.checkbox-wrapper.select-style:hover input ~ .checkmark,
.radio-wrapper.select-style:hover input ~ .checkmark {
  background: url("/assets/checkbox-7735f4a0.svg");
  background-position: center center;
  background-size: cover;
}
.checkbox-wrapper.select-style input:checked ~ .checkmark,
.radio-wrapper.select-style input:checked ~ .checkmark {
  background: url("/assets/checkbox-7735f4a0.svg");
  background-position: center center;
  background-size: cover;
}
.checkbox-wrapper.select-style + .dietary,
.radio-wrapper.select-style + .dietary {
  font-size: 0.9rem;
  color: #949494;
  margin-top: -15px;
}

.radio-wrapper .checkmark {
  border-radius: 50%;
}
.radio-wrapper input:checked ~ .checkmark {
  background: #4b5c69;
}

.radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
}
.radio-button.block {
  display: block;
  margin-bottom: 1.25rem;
}
.radio-button + .radio-button {
  margin-left: 20px;
}
.radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-button .button.blush, .radio-button form input.blush[type=submit], form .radio-button input.blush[type=submit] {
  color: #fff;
}
.radio-button input:checked ~ .button, .radio-button form input:checked ~ input[type=submit], form .radio-button input:checked ~ input[type=submit],
.radio-button input:hover ~ .button,
.radio-button form input:hover ~ input[type=submit],
form .radio-button input:hover ~ input[type=submit] {
  color: #fff;
  background: #393539;
}
.radio-button input:checked ~ .button.red, .radio-button form input:checked ~ input.red[type=submit], form .radio-button input:checked ~ input.red[type=submit],
.radio-button input:hover ~ .button.red,
.radio-button form input:hover ~ input.red[type=submit],
form .radio-button input:hover ~ input.red[type=submit] {
  color: #fff;
  background: #af554b;
}

.event_end_time.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.other-date .optional input {
  margin-bottom: 10px;
}

.date.input input[readonly] {
  cursor: context-menu;
}

.flatpickr-calendar {
  border-radius: 8px;
}
.flatpickr-calendar .dayContainer {
  padding: 4px;
}
.flatpickr-calendar .flatpickr-months {
  margin-bottom: 10px;
}
.flatpickr-calendar .flatpickr-weekday {
  color: #393539;
}
.flatpickr-calendar .flatpickr-day:hover {
  background: #c1d1ce;
}
.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange, .flatpickr-calendar .flatpickr-day.selected.inRange, .flatpickr-calendar .flatpickr-day.startRange.inRange, .flatpickr-calendar .flatpickr-day.endRange.inRange, .flatpickr-calendar .flatpickr-day.selected:focus, .flatpickr-calendar .flatpickr-day.startRange:focus, .flatpickr-calendar .flatpickr-day.endRange:focus, .flatpickr-calendar .flatpickr-day.selected:hover, .flatpickr-calendar .flatpickr-day.startRange:hover, .flatpickr-calendar .flatpickr-day.endRange:hover, .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.selected.nextMonthDay, .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background: #393539;
  border-color: #393539;
}

.file-wrapper {
  position: relative;
  height: 20rem;
  border: 2px solid #f2dfd7;
  border-radius: 6px;
  background-color: #fcf9f7;
  cursor: pointer;
}
.file-wrapper:hover {
  border-color: #ca8b84;
}
.file-wrapper .preview {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: var(--background-image);
  width: 60%;
  height: 60%;
  background-size: cover;
}
.file-wrapper .hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.file-wrapper .clear {
  display: var(--clear-display);
  z-index: 1000;
  color: #af554b;
  font-weight: bold;
  text-decoration: underline;
  font-size: 0.875rem;
}
.file-wrapper input {
  display: none;
}

.sidebar #content-form .file-wrapper {
  height: 14rem;
  margin-bottom: 2rem;
}
.sidebar #content-form .file-wrapper .preview {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 69%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
}
.sidebar #content-form .file-wrapper .hint {
  width: 100%;
  padding: 0 1rem;
  transform: none;
  display: flex;
  left: 0;
  justify-content: space-between;
  margin-top: 0;
  bottom: 1rem;
}

.prezola-logo {
  width: 140px;
}
.prezola-logo svg {
  display: block;
}

.gift-list-header {
  background: white;
  position: sticky;
  top: 0;
}

.gift-list {
  margin-top: 40px;
}
.gift-list .gift-cell,
.gift-list .gift-cell form {
  display: flex;
}
.gift-list .gift-list-item {
  padding: 1.25rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
}
.gift-list .gift-list-item img {
  margin-bottom: 0.625rem;
  width: 90%;
}
.gift-list .gift-list-item .gift-list-body-block {
  flex: 0 0 auto;
}
.gift-list .gift-list-item h5, .gift-list .gift-list-item table thead th, table thead .gift-list .gift-list-item th {
  margin-bottom: 0.9375rem;
}
.gift-list .gift-list-item .item-price {
  font-size: 1.1rem;
}
.gift-list .gift-list-item select {
  margin-bottom: 0.625rem;
}

.panel.gift-list-type {
  display: block;
  background: #f2dfd7;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .panel.gift-list-type {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.panel.gift-list-type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.panel.gift-list-type .icon {
  margin: 0 auto 1.25rem;
  width: 4.0625rem;
  height: 4.0625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4.0625rem;
  background-color: #fff;
  text-align: center;
  transition: background 0.3s;
}
.panel.gift-list-type .icon svg {
  width: 28px;
  height: 22px;
  display: block;
  margin: 0 auto;
}
.panel.gift-list-type .icon svg path {
  fill: #f2dfd7;
  transition: fill 0.3s;
}
.panel.gift-list-type h4 {
  margin-bottom: 0;
}
.panel.gift-list-type:hover input ~ .icon svg path {
  fill: #393539;
}
.panel.gift-list-type input:checked ~ .icon {
  background: #393539;
}
.panel.gift-list-type input:checked ~ .icon svg path {
  fill: #fff;
}

.gift-list-basket-summary {
  text-align: right;
}
.gift-list-basket-summary .button, .gift-list-basket-summary form input[type=submit], form .gift-list-basket-summary input[type=submit] {
  padding: 0.625rem 0.9375rem;
}
.gift-list-basket-summary i {
  font-size: 1.125rem;
  vertical-align: middle;
  line-height: 2rem;
  margin-right: 5px;
  margin-top: -5px;
}
.gift-list-basket-summary .item-count {
  border-radius: 100%;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  width: 2rem;
  text-align: center;
  display: inline-block;
  padding: 0;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
}

[data-controller=gift-list-basket] .basket-header {
  border-bottom: 1px solid #979797;
}
[data-controller=gift-list-basket] .basket-header h5, [data-controller=gift-list-basket] .basket-header table thead th, table thead [data-controller=gift-list-basket] .basket-header th {
  margin-bottom: 1.25rem;
}
[data-controller=gift-list-basket] .basket-item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #DCDCDC;
}
[data-controller=gift-list-basket] .basket-item:last-of-type {
  border-color: #979797;
}
[data-controller=gift-list-basket] img {
  max-width: 150px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}
[data-controller=gift-list-basket] h6 {
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  [data-controller=gift-list-basket] .basket-item-subtotal {
    text-align: left;
  }
}
[data-controller=gift-list-basket] .basket-upsells .panel {
  padding: 1.25rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
}
[data-controller=gift-list-basket] .basket-upsells .panel img {
  border-radius: 0;
  border: none;
  margin-bottom: 0.625rem;
  width: 90%;
}
[data-controller=gift-list-basket] .basket-upsells .panel .gift-list-body-block {
  flex: 0 0 auto;
}
[data-controller=gift-list-basket] .basket-upsells .panel h5, [data-controller=gift-list-basket] .basket-upsells .panel table thead th, table thead [data-controller=gift-list-basket] .basket-upsells .panel th {
  margin-bottom: 0.9375rem;
}

.logo-list img {
  height: 2rem;
  width: auto;
  margin: 0 0.3125rem 2.5rem;
  display: block;
}

.gift-list-intro-image-panel {
  max-height: 18.75rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

.recommendations-panel img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.gift-lists-list {
  margin-bottom: 1rem;
}
.gift-lists-list .header {
  text-align: center;
  margin-left: 8rem;
  margin-right: 8rem;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 63.99875em) {
  .gift-lists-list .header {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.gift-lists-list .item-separator {
  display: flex;
}
.gift-lists-list .item-separator:last-child {
  display: none;
}
.gift-lists-list .item-separator hr {
  flex-grow: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.gift-lists-list .item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.gift-lists-list .item * {
  margin-bottom: 0;
}
.gift-lists-list .item :first-child {
  font-weight: 800;
}
.gift-lists-list .item .actions {
  text-align: right;
}

.providers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .providers-grid {
    grid-template-columns: 1fr;
  }
}
.providers-grid .provider-element {
  background: #fff;
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
}
.providers-grid .provider-element.gift-fund {
  padding-left: 3rem;
  padding-right: 3rem;
  grid-column: 1/span 2;
}
@media print, screen and (max-width: 63.99875em) {
  .providers-grid .provider-element.gift-fund {
    grid-column: 1;
  }
}
.providers-grid .provider-element.gift-fund .logo {
  margin-bottom: 2rem;
}
.providers-grid .provider-element.gift-fund .inner {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media print, screen and (max-width: 63.99875em) {
  .providers-grid .provider-element.gift-fund .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.providers-grid .provider-element.gift-list {
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .providers-grid .provider-element.gift-list {
    margin-bottom: 0;
  }
}
.providers-grid .provider-element.gift-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.providers-grid .provider-element.gift-list .header {
  height: 6rem;
  display: flex;
  flex-direction: column;
}
.providers-grid .provider-element.gift-list .header img {
  object-fit: scale-down;
  height: 6rem;
}
.providers-grid .provider-element.gift-list .header h2 {
  margin-top: auto;
  margin-bottom: auto;
}
.providers-grid .provider-element.gift-list .actions {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.providers-grid .provider-element.gift-list .actions * {
  margin-left: auto;
  margin-right: auto;
}
.providers-grid .provider-element.gift-list .actions.other {
  bottom: 3.5rem;
}

.gift-fund-image-fields .gift-fund-image {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 81px;
  width: 81px;
}
.gift-fund-image-fields .gift-fund-image-placeholder {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-fund-image-fields .gift-fund-image-placeholder i {
  border-radius: 100%;
  padding: 0.35rem;
  background-color: #4b5c69;
  color: white;
}

.gift-fund-image-modal {
  display: flex;
  flex-direction: column;
}

.gift-fund-details h6 {
  display: inline;
  margin: 0;
}

.payment-method-card-container {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .payment-method-card-container {
    flex-wrap: wrap;
  }
}
.payment-method-card-container .payment-method-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 2rem 1rem;
  flex-basis: calc(50% - 0.75rem);
  text-align: center;
}
.payment-method-card-container .payment-method-card .payment-method-logo {
  margin-bottom: 1.5rem;
  width: 100px;
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.payment-method-card-container .payment-method-card .payment-method-link {
  text-align: center;
  margin-top: 2rem;
}
.payment-method-card-container .payment-method-card .payment-method-limit {
  margin: auto;
}
.payment-method-card-container .payment-method-card.disabled {
  opacity: 0.5;
}
@media print, screen and (min-width: 40em) {
  .payment-method-card-container .payment-method-card {
    flex-basis: calc(25% - 0.75rem);
  }
}

.counter-container {
  position: relative;
  background-color: #c1d1ce;
  padding: 2rem 2rem;
  border-radius: 4px;
}
.counter-container .counter {
  margin-bottom: 1rem;
}
.counter-container .help {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  filter: invert(32%) sepia(36%) saturate(278%) hue-rotate(164deg) brightness(94%) contrast(88%);
}
.counter-container .help:hover {
  opacity: 0.8;
}

.gift-fund-contributions-table .status-column {
  width: 250px;
}
.gift-fund-contributions-table .contribution-row .status {
  background-color: #e9f8ed;
  border: 1px solid #93daa3;
  width: fit-content;
  padding: 6px;
  border-radius: 10px;
}
.gift-fund-contributions-table .contribution-row .status p, .gift-fund-contributions-table .contribution-row .status .trix-content div, .trix-content .gift-fund-contributions-table .contribution-row .status div {
  margin: 0;
}
.gift-fund-contributions-table .contribution-row .status-column label {
  padding-left: 28px;
  margin-right: 0;
}
.gift-fund-contributions-table .contribution-row.unconfirmed {
  background-color: #fafafa;
}
.gift-fund-contributions-table .contribution-row.unconfirmed .status {
  background-color: #f3ecef;
  border-color: #783b55;
}
.gift-fund-contributions-table .contribution-row .edit-button {
  color: #4b5c69;
}
.gift-fund-contributions-table .contribution-row .edit-button:hover {
  color: #ca8b84;
}
.gift-fund-contributions-table .contribution-row .edit-button i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.gift-fund-contributions-table .contribution-details-row .delete-contribution-button {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.gift-fund-contributions-table .contribution-details-row .delete-contribution-button a {
  width: fit-content;
}

.currency-input:before {
  content: "£";
  position: relative;
  left: 0.75rem;
  top: 2.55rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.currency-input {
  margin-top: -1.5rem;
}
.currency-input input {
  padding-left: 1.75rem;
}

.gift-fund-recommendation-subheader {
  color: #4b5c69;
  margin-bottom: 2.5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .gift-fund-recommendation-detail {
    margin-bottom: 2rem;
  }
}
.gift-fund-recommendation-detail .gift-fund-recommendation-detail-count {
  font-size: 28px;
  font-family: "Domaine Display", georgia, serif;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #4b5c69;
  color: white;
  margin: 0 auto 1rem auto;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.gift-fund-image-carousel .gift-fund-image-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gift-fund-image-carousel .gift-fund-image-slide .gift-fund-image-caption {
  margin: 0;
  padding: 0.5rem;
  background-color: white;
  border-radius: 3px;
  color: #393539;
}
.gift-fund-image-carousel .glide__bullets .glide__bullet {
  background-color: #dadddd;
}
.gift-fund-image-carousel .glide__bullets .glide__bullet--active {
  background-color: #4b5c69;
}
.gift-fund-image-carousel .glide__bullets {
  bottom: -2rem;
}
.gift-fund-image-carousel .glide__arrow {
  font-weight: bold;
  color: black;
}
.gift-fund-image-carousel .glide__arrow--left {
  left: -1rem;
}
.gift-fund-image-carousel .glide__arrow--right {
  right: -1rem;
}

.guest-area-gift-fund .glide__arrow {
  background-color: white;
}

.gift_funds .form-section {
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
}
.gift_funds .form-section .inner {
  max-width: 584px;
  margin: 0 auto;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#content {
  background: #fcf9f7;
  width: 100%;
  position: relative;
  padding: 1.875rem 0;
  min-height: 61vh;
  flex: 1;
}
@media print, screen and (min-width: 40em) {
  #content {
    padding: 3.75rem 0;
  }
}
#content.websites {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.grid-container {
  width: 92%;
}

.reveal {
  padding: 1.875rem 1.875rem 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    padding: 3.75rem 3.75rem 5rem;
  }
}

.panel {
  border: 2px solid #f2dfd7;
  border-radius: 8px;
  padding: 1.875rem 1.25rem 2.5rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .panel {
    padding: 2.5rem 0 3.125rem;
  }
}
.panel.warning {
  background: #fcf9f7;
  padding: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .panel.warning {
    padding: 3rem;
  }
}
.panel.alert {
  background: #fcf9f7;
  padding: 1.875rem;
  text-align: left;
  border-color: #af554b;
}
@media print, screen and (min-width: 40em) {
  .panel.alert {
    padding: 2.5rem;
  }
}
.panel.secondary {
  border: 1px solid #f2dfd7;
  background: #fcf9f7;
}
.panel.p-1r {
  padding: 1rem;
}
.panel h3,
.panel h4,
.panel p,
.panel .trix-content div,
.trix-content .panel div {
  margin-bottom: 1.25rem;
}
.panel .trix-content div {
  margin-bottom: 0;
}
.panel p:last-child, .panel .trix-content div:last-child, .trix-content .panel div:last-child {
  margin-bottom: 0;
}

.trix-content div {
  margin-bottom: 0 !important;
}

.callout.success {
  border-color: #97c8bf;
  background: #ddf4e9;
}

.callout.alert {
  border-color: #eaa6a6;
}
.callout.alert, .callout.success {
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
}
.callout.promo {
  border-radius: 4px;
  padding: 0;
}
.callout.promo a {
  padding: 0.9375rem 1.875rem;
  color: #393539;
}
.callout.promo h6 {
  margin-bottom: 0.3125rem;
}
.callout.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.callout.grey {
  border: none;
  background-color: #fafafa;
}
.callout.denim {
  border: none;
  background-color: #4b5c69;
  color: white;
}

.info-row h6 {
  margin-bottom: 0.625rem;
}

/* BG COLOR SETUP */
*.bg-primary {
  background-color: #ca8b84;
}
*.bg-secondary {
  background-color: #f2dfd7;
}
*.bg-success {
  background-color: #3adb76;
}
*.bg-warning {
  background-color: #f2dfd7;
}
*.bg-alert {
  background-color: #af554b;
}
*.bg-dark-green {
  background-color: #98b2ad;
}
*.bg-green {
  background-color: #c1d1ce;
}
*.bg-light-green {
  background-color: #eaf0ef;
}
*.bg-blush-dark {
  background-color: #af554b;
}
*.bg-eucalyptus {
  background-color: #98b2ad;
}
*.bg-eucalyptus-light {
  background-color: #c1d1ce;
}
*.bg-eucalyptus-pale {
  background-color: #eaf0ef;
}
*.bg-denim {
  background-color: #4b5c69;
}
*.bg-denim-light {
  background-color: #939da5;
}
*.bg-denim-pale {
  background-color: #dbdee1;
}
*.bg-peach {
  background-color: #f2dfd7;
}
*.bg-peach-light {
  background-color: #f7ece7;
}
*.bg-peach-pale {
  background-color: #fcf9f7;
}
*.bg-blush {
  background-color: #ca8b84;
}
*.bg-blush-light {
  background-color: #dfb9b5;
}
*.bg-blush-pale {
  background-color: #f4e8e6;
}
*.bg-soft-black {
  background-color: #393539;
}
*.bg-soft-black-light {
  background-color: #888688;
}
*.bg-soft-black-pale {
  background-color: #d7d7d7;
}
*.bg-paper {
  background-color: #fcf9f7;
}
*.bg-paper-light {
  background-color: #fdfbfa;
}
*.bg-red {
  background-color: #d76767;
}
*.bg-soft-black h1,
*.bg-soft-black h2,
*.bg-soft-black h3,
*.bg-soft-black h4,
*.bg-soft-black h5,
*.bg-soft-black table thead th,
table thead *.bg-soft-black th,
*.bg-soft-black h6,
*.bg-soft-black p,
*.bg-soft-black .trix-content div,
.trix-content *.bg-soft-black div, *.bg-denim h1,
*.bg-denim h2,
*.bg-denim h3,
*.bg-denim h4,
*.bg-denim h5,
*.bg-denim table thead th,
table thead *.bg-denim th,
*.bg-denim h6,
*.bg-denim p,
*.bg-denim .trix-content div,
.trix-content *.bg-denim div {
  color: #fff;
}
*.bg-soft-black .button, *.bg-soft-black form input[type=submit], form *.bg-soft-black input[type=submit], *.bg-denim .button, *.bg-denim form input[type=submit], form *.bg-denim input[type=submit] {
  background: #fff;
  color: #393539;
}
*.bg-soft-black .button:hover, *.bg-soft-black form input[type=submit]:hover, form *.bg-soft-black input[type=submit]:hover, *.bg-denim .button:hover, *.bg-denim form input[type=submit]:hover, form *.bg-denim input[type=submit]:hover {
  background-color: #ca8b84;
  color: #fff;
}

.button-row {
  margin-top: 2.5rem;
}
.button-row .button + .button, .button-row form input[type=submit] + .button, form .button-row input[type=submit] + .button, .button-row form .button + input[type=submit], form .button-row .button + input[type=submit], .button-row form input[type=submit] + input[type=submit], form .button-row input[type=submit] + input[type=submit] {
  margin-left: 1.25rem;
}

.full-height {
  height: 100%;
}

#error_explanation h5, #error_explanation table thead th, table thead #error_explanation th {
  margin-bottom: 0.625rem;
}
#error_explanation ul {
  list-style: none;
}

.overlay-background {
  background: rgba(57, 53, 57, 0.8) !important;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1rem;
}
.overlay-background .overlay-content {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 2rem 0.9375rem;
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .overlay-background .overlay-content {
    width: 90%;
    padding: 3rem 3.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .overlay-background .overlay-content {
    width: 90%;
    padding: 4rem 4.75rem;
  }
}
.overlay-background .overlay-content.image {
  padding: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .overlay-background .overlay-content.image {
    width: 90%;
    max-width: 78rem;
  }
}
.overlay-background .overlay-content.image img {
  width: 100%;
  height: auto;
  display: block;
}
.overlay-background .overlay-content.image .swal2-content {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .overlay-background .overlay-content.image.medium {
    width: 600px;
    max-width: 78rem;
  }
}
.overlay-background .overlay-content h1 {
  margin-bottom: 1.875rem;
}
.overlay-background .overlay-content p, .overlay-background .overlay-content .trix-content div, .trix-content .overlay-background .overlay-content div {
  max-width: 580px;
  margin: 0 auto 30px;
}

.cell.push-right {
  margin-left: auto;
}

.help-text {
  font-style: normal;
  font-size: 0.875rem;
}

.tag {
  font-size: 13px;
  line-height: 17px;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #4b5c69;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #4b5c69;
}
.tag.active {
  background-color: #98b2ad;
  border-color: #98b2ad;
  color: #fff;
}
.tag.locked {
  background-color: #d76767;
  border-color: #d76767;
  color: #fff;
}

@media print, screen and (max-width: 39.99875em) {
  .guest-list {
    padding: 1.5rem !important;
  }
}
.guest-list .overview {
  gap: 2rem;
}
.guest-list .overview .button, .guest-list .overview form input[type=submit], form .guest-list .overview input[type=submit] {
  margin-top: 2rem;
}
.guest-list .overview .intro {
  max-width: 500px;
}
.guest-list .overview .stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .guest-list .overview .stats > strong {
    width: 100%;
  }
}
.guest-list .overview .rsvp-enable {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.guest-list .overview .rsvp-enable p, .guest-list .overview .rsvp-enable .trix-content div, .trix-content .guest-list .overview .rsvp-enable div {
  margin-bottom: 0;
}
.guest-list .overview .rsvp-enable .button, .guest-list .overview .rsvp-enable form input[type=submit], form .guest-list .overview .rsvp-enable input[type=submit] {
  margin-top: 0;
}
.guest-list .overview .helpful-links {
  padding: 0;
  border-left: 0;
  border-top: 0;
}
.guest-list .button + .button, .guest-list form input[type=submit] + .button, form .guest-list input[type=submit] + .button, .guest-list form .button + input[type=submit], form .guest-list .button + input[type=submit], .guest-list form input[type=submit] + input[type=submit], form .guest-list input[type=submit] + input[type=submit] {
  margin-top: 0;
}

.status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.status .status-tag {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
}
.status .status-tag.unassigned {
  background-color: grey;
}
.status .status-tag.attending {
  background-color: #72d767;
}
.status .status-tag.pending {
  background-color: #fb9a59;
}
.status .status-tag.not-attending {
  background-color: #d76767;
}

.table-filters input,
.table-filters select {
  margin-bottom: 0;
}
.table-filters .button[type=submit], .table-filters form input[type=submit], form .table-filters input[type=submit] {
  width: 3.75rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .table-filters .select-wrapper {
    margin-bottom: 0;
  }
}

.overview-block {
  padding: 1.5rem;
}
.overview-block i.fa-exclamation-triangle {
  color: #af554b;
}
.overview-block .stats p, .overview-block .stats .trix-content div, .trix-content .overview-block .stats div {
  margin-bottom: 0.25rem;
}

.pending-guestlist-requests {
  border: 1px solid #4b5c69;
  background: #4b5c69;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 4rem !important;
  gap: 1rem;
  justify-content: space-between;
}
.pending-guestlist-requests .flex {
  gap: 1rem;
  align-items: center;
}
.pending-guestlist-requests i {
  color: #fff;
  font-size: 1.125rem;
}
.pending-guestlist-requests h5, .pending-guestlist-requests table thead th, table thead .pending-guestlist-requests th, .pending-guestlist-requests strong, .pending-guestlist-requests .request-count {
  color: inherit;
}

@media print, screen and (max-width: 39.99875em) {
  .preview-results .contact {
    margin-top: 20px;
  }
}

.remove-link {
  color: #af554b;
}

.unavailable a {
  color: #af554b !important;
}

@media print, screen and (max-width: 39.99875em) {
  .send-guest-area-login-email {
    margin-top: 1rem;
  }
}
.send-guest-area-login-email .guest-area-email-sent {
  font-weight: bold;
  animation: fadein 1.5s;
}

.request-details {
  padding: 2rem 3.3125rem;
  background-color: #fcf9f7;
}
.request-details .grid-y .cell {
  margin-bottom: 1.5rem;
}
.request-details h6 {
  margin-bottom: 0.5rem;
}
.request-details .attending {
  font-weight: bold;
}
.request-details .attending.yes {
  color: #97c8bf !important;
}
.request-details .attending.no {
  color: #af554b !important;
}

.guest_groups .page-section:not(.contact-block) {
  padding: 2rem;
}
@media print, screen and (min-width: 40em) {
  .guest_groups .page-section:not(.contact-block) {
    padding: 3rem 4rem;
  }
}
.guest_groups #download-manager .downloads {
  gap: 2rem;
}
@media print, screen and (min-width: 40em) {
  .guest_groups #download-manager .downloads {
    gap: 4rem;
  }
}
.guest_groups .table-filters input,
.guest_groups .table-filters .select-wrapper select {
  background-color: #fff;
}
.guest_groups .table-container {
  margin-bottom: 1.5rem;
}
.guest_groups .table-container table th,
.guest_groups .table-container table td {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .guest_groups .table-container table th,
  .guest_groups .table-container table td {
    padding: 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .guest_groups .table-container table th,
  .guest_groups .table-container table td {
    padding: 1rem 2rem;
  }
}
.guest_groups .table-container table .edit-button {
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .guest_groups .table-container table .edit-button {
    text-align: right;
    width: 3.125rem;
  }
}
.guest_groups #question-responses .inner hr {
  margin: 2rem 0;
}
.guest_groups #question-responses .inner hr:last-of-type {
  display: none;
}
.guest_groups #assigned-events .inner hr {
  margin: 2rem 0;
}
.guest_groups #assigned-events .inner hr:last-child {
  display: none;
}
.guest_groups #assigned-events .inner .guest p:last-of-type, .guest_groups #assigned-events .inner .guest .trix-content div:last-of-type, .trix-content .guest_groups #assigned-events .inner .guest div:last-of-type {
  margin-bottom: 0;
}
.guest_groups #assigned-events .inner .guest .modal p, .guest_groups #assigned-events .inner .guest .modal .trix-content div, .trix-content .guest_groups #assigned-events .inner .guest .modal div {
  margin-bottom: 1rem;
}
.guest_groups .form-section .detail-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: flex-end;
  grid-gap: 0.5rem;
}
.guest_groups .form-section + form .form-section {
  margin-top: 24px;
  position: relative;
}
.guest_groups .form-section + form .form-section:not(.footer-actions-section):before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: calc(50% - 1px);
  width: 2px;
  height: 24px;
  background-color: #ca8b84;
}

.pending-requests .table-container {
  margin-top: 0;
}
.pending-requests .table-container table thead th,
.pending-requests .table-container table thead td,
.pending-requests .table-container table tbody th,
.pending-requests .table-container table tbody td {
  text-align: left;
}
.pending-requests .table-container table tbody tr td {
  vertical-align: middle;
}
@media print, screen and (min-width: 40em) {
  .pending-requests .table-container table tbody tr td:last-child {
    width: 199px;
  }
}
@media print, screen and (min-width: 64em) {
  .pending-requests .table-container table tbody tr td:last-child {
    width: 323px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .pending-requests .table-container table tbody tr td .actions {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
  }
  .pending-requests .table-container table tbody tr td .actions .helper-link, .pending-requests .table-container table tbody tr td .actions .cta-wrapper .cta-right a.skip, .cta-wrapper .cta-right .pending-requests .table-container table tbody tr td .actions a.skip {
    width: 100%;
  }
  .pending-requests .table-container table tbody tr td .actions .button, .pending-requests .table-container table tbody tr td .actions form input[type=submit], form .pending-requests .table-container table tbody tr td .actions input[type=submit] {
    margin: 0;
  }
}

.pending-requests-merge .table-container {
  margin-top: 0;
}
.pending-requests-merge .table-container table thead th,
.pending-requests-merge .table-container table thead td,
.pending-requests-merge .table-container table tbody th,
.pending-requests-merge .table-container table tbody td {
  text-align: left;
}
.pending-requests-merge .table-container table thead th:last-child,
.pending-requests-merge .table-container table thead td:last-child,
.pending-requests-merge .table-container table tbody th:last-child,
.pending-requests-merge .table-container table tbody td:last-child {
  width: 94px;
}
.pending-requests-merge .table-container table tbody tr td {
  vertical-align: middle;
}

.requests-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.request-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fcf9f7;
  width: 18.75rem;
  height: 17.0625rem;
  margin: 1rem;
}
.request-panel .white.rejected {
  border: 1px solid #ca8b84;
  border-radius: 2px;
  color: #af554b;
}

.guest-group-request-individuals-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.75rem;
}
.guest-group-request-individuals-actions h3 {
  margin-bottom: 2rem;
}
.guest-group-request-individuals-actions .green {
  margin-bottom: 1.5rem;
}

.previous-requests-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.875rem;
  margin-bottom: 1.8125rem;
}

.pending-requests .guest-section + .guest-section {
  margin-top: 1.5rem;
}
.pending-requests hr:last-child {
  display: none;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.site-header {
  background: #393539;
  width: 100%;
  padding: 0.9375rem 0;
}
@media print, screen and (min-width: 40em) {
  .site-header {
    padding: 1.875rem 0 0;
  }
}
.site-header .logo-wrapper .logo {
  display: block;
  width: 9.6875rem;
  margin-bottom: 0.25rem;
}
.site-header .logo-wrapper .logo h4 {
  margin-top: 5px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .site-header .logo-wrapper .logo {
    width: 24vw;
    max-width: 14.0625rem;
    margin-bottom: 1.875rem;
  }
  .site-header .logo-wrapper .logo h4 {
    margin-bottom: 1.875rem;
  }
}
.site-header .logo-wrapper .logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.site-header .header-nav {
  justify-content: flex-start;
  align-items: center;
  order: 1;
  text-align: left;
  padding: 5rem 0 0;
}
@media print, screen and (min-width: 40em) {
  .site-header .header-nav {
    justify-content: flex-end;
    order: 2;
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header .header-nav {
    justify-content: flex-end;
  }
}
.site-header .header-nav li {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .site-header .header-nav li {
    margin-left: 15px;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header .header-nav li {
    margin-left: 30px;
    width: auto;
  }
}
.site-header .header-nav li:first-of-type {
  margin-left: 0;
}
.site-header .header-nav li > a,
.site-header .header-nav li > span {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  color: #fff;
  position: relative;
  padding: 0 0 30px;
  transition: text-shadow 0.2s;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .site-header .header-nav li > a,
  .site-header .header-nav li > span {
    padding-bottom: 37px;
    font-size: 1rem;
    line-height: 2rem;
  }
}
.site-header .header-nav li > a:after,
.site-header .header-nav li > span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: "";
  display: block;
  background-color: #c1d1ce;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.site-header .header-nav li.current-page > a, .site-header .header-nav li:hover > a {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}
.site-header .header-nav li.current-page > a:after, .site-header .header-nav li:hover > a:after {
  transform: scaleX(1);
}
.site-header .header-nav li.notifications > a {
  color: #fff;
  padding-bottom: 1.6875rem;
}
@media print, screen and (min-width: 64em) {
  .site-header .header-nav li.notifications > a {
    padding-bottom: 2.125rem;
  }
}
.site-header .header-nav li.notifications > a:after {
  display: none;
}
.site-header .header-nav li.notifications > a:hover {
  color: #c1d1ce;
}
.site-header .header-nav li.notifications > a span.label {
  cursor: pointer;
}
.site-header .header-nav li ul.menu {
  display: none;
  position: absolute;
  left: -20px;
  top: 60%;
  width: auto;
  white-space: nowrap;
  background: #393539;
  z-index: 1;
  padding: 0 1.25rem 0.625rem;
}
.site-header .header-nav li ul.menu li {
  margin: 0 0 0.3125rem;
}
.site-header .header-nav li ul.menu li a {
  padding: 0;
  font-size: 0.9375rem;
}
.site-header .header-nav li ul.menu li a:after {
  height: 4px;
}
.site-header .header-nav li:hover ul.menu {
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  .site-header .mobile-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    transition: all 0.4s ease-in;
    background: #393539;
    height: auto;
    max-height: 0;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .site-header .mobile-wrapper .logo {
    display: block;
    max-width: 11.0625rem;
  }
  .site-header .mobile-wrapper.is-open {
    max-height: 200vh;
  }
  .site-header .mobile-wrapper .header-nav {
    display: block;
    padding: 1.25rem 0;
  }
  .site-header .mobile-wrapper .header-nav li {
    display: inline;
  }
  .site-header .mobile-wrapper .header-nav li .button, .site-header .mobile-wrapper .header-nav li form input[type=submit], form .site-header .mobile-wrapper .header-nav li input[type=submit] {
    display: inline-block;
    border-radius: 8px;
    padding: 1.25rem 1.5625rem;
  }
  .site-header .mobile-wrapper .header-nav li a {
    color: #fff;
    line-height: 1.75rem;
    font-size: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .site-header .mobile-wrapper .header-nav li a:after {
    display: none;
  }
  .site-header .mobile-wrapper .header-nav li a.button.white {
    color: #393539;
    padding: 18px 25px;
  }
  .site-header .mobile-wrapper .header-nav li.current-page a {
    color: #fff;
  }
  .site-header .mobile-wrapper .header-nav li.dashboard-link {
    margin-top: 0.9375rem;
    margin-bottom: -1rem;
    padding-bottom: 0.625rem;
    display: block;
    border-bottom: 1px solid #979797;
  }
  .site-header .mobile-wrapper .header-nav li.dashboard-link a {
    display: block;
    font-family: "Domaine Display", georgia, serif;
    font-size: 1.125rem;
    position: relative;
  }
  .site-header .mobile-wrapper .header-nav li.dashboard-link a:after {
    content: "";
    background: url("/assets/right-arrow-a34288c6.svg") no-repeat center center;
    width: 7px;
    height: 13px;
    display: block;
    position: absolute;
    right: 0;
    transform: scale(1);
    bottom: 7px;
    left: auto;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash {
    margin: 0;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash header {
    border-bottom: 1px solid #98b2ad;
    margin-bottom: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash header h3 {
    margin-bottom: 0;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash header .close-button {
    display: block !important;
    color: #fff;
    position: relative;
    top: auto;
    right: auto;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash h3,
  .site-header .mobile-wrapper .header-nav li .mini-dash p,
  .site-header .mobile-wrapper .header-nav li .mini-dash .trix-content div,
  .trix-content .site-header .mobile-wrapper .header-nav li .mini-dash div,
  .site-header .mobile-wrapper .header-nav li .mini-dash ul,
  .site-header .mobile-wrapper .header-nav li .mini-dash li,
  .site-header .mobile-wrapper .header-nav li .mini-dash a {
    color: #fff;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages {
    display: flex;
    align-items: center;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages .message-icon {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    border-width: 0px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.5rem;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages .message-icon svg {
    margin-right: 0;
    width: 1.9375rem;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages .message-icon svg path {
    fill: #71948d;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages .message-icon .no-messages path {
    fill: #393539;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages .message-icon .unread-count {
    position: absolute;
    top: -0.1875rem;
    left: 2.875rem;
    border-radius: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: bold;
    min-width: 1.75rem;
    width: fit-content;
    text-align: center;
    display: inline-block;
    padding: 0.0625rem 0.5625rem;
    background-color: #ce4646;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages .message-icon .unread-count {
    font-size: 0.9375rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages .message-icon .unread-count {
    font-size: 1.125rem;
    line-height: 2rem;
    min-width: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .site-header .mobile-wrapper .header-nav li .mini-dash .messages .new-messages {
    font-weight: bold;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li {
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li a {
    padding: 0;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash .subtitle {
    margin-top: 3rem;
    font-family: "Domaine Display", georgia, serif;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash svg {
    margin-right: 1.6875rem;
    width: 1.375rem;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash svg polygon {
    fill: #ffe0e0;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash svg path {
    fill: #ffe0e0;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash .message-guests {
    margin-top: 1rem;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash > li.spacer {
    border-top: 1px solid #979797;
    padding: 0;
    margin: 0.3125rem 0 1.25rem 0;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash > li.website, .site-header .mobile-wrapper .header-nav li .mini-dash > li.account, .site-header .mobile-wrapper .header-nav li .mini-dash > li.sign-out, .site-header .mobile-wrapper .header-nav li .mini-dash > li.help {
    padding: 0;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash > li .title {
    font-family: "Domaine Display", georgia, serif;
    font-size: 1.125rem;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li .icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    border: 2px solid #fff;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li .icon svg {
    width: auto;
    height: 18px;
    margin: 3px auto 0;
    vertical-align: middle;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li .icon svg path {
    fill: #fff;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li .icon.bg-peach svg path, .site-header .mobile-wrapper .header-nav li .mini-dash li .icon.bg-green svg path {
    fill: #393539;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li .accordion-content {
    display: none;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li .accordion-content.is-open {
    display: block;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li ul {
    margin: 0;
  }
  .site-header .mobile-wrapper .header-nav li .mini-dash li ul li {
    margin-bottom: 0.3125rem;
  }
}
.site-header .mobile-toggle {
  display: block;
  height: 16px;
  position: relative;
  width: 25px;
  z-index: 30;
  margin-top: -3px;
}
.site-header .mobile-toggle.active .line {
  background: #fff;
}
.site-header .mobile-toggle .line {
  background: #fff;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.4s;
  width: 25px;
}
.site-header .mobile-toggle .line.line-1 {
  top: 0;
}
.site-header .mobile-toggle .line.line-2 {
  top: 50%;
}
.site-header .mobile-toggle .line.line-3 {
  top: 100%;
}
.site-header .mobile-toggle:focus .line-1, .site-header .mobile-toggle:hover .line-1 {
  transform: translateY(-1.5px);
}
.site-header .mobile-toggle:focus .line-3, .site-header .mobile-toggle:hover .line-3 {
  transform: translateY(1.5px);
}
.site-header .mobile-toggle.active .line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.site-header .mobile-toggle.active .line-2 {
  opacity: 0;
}
.site-header .mobile-toggle.active .line-3 {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.site-header .notifications a {
  color: #fff;
}
.site-header .notifications i {
  font-size: 1.5rem;
  line-height: 1.75rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 64em) {
  .site-header .notifications i {
    line-height: 2rem;
  }
}
.site-header .notifications .unread-count {
  border-radius: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
  width: 1.75rem;
  text-align: center;
  display: inline-block;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .site-header .notifications .unread-count {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header .notifications .unread-count {
    font-size: 1.125rem;
    line-height: 2rem;
    width: 2rem;
  }
}

.panel.local-guide, .panel.media-guide {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hotel-results {
  flex: 1 1 auto;
}
.hotel-results .hotel-result-placeholder {
  background: #fcf9f7;
  text-align: center;
}
.hotel-results .hotel-result-placeholder p, .hotel-results .hotel-result-placeholder .trix-content div, .trix-content .hotel-results .hotel-result-placeholder div {
  line-height: 400px;
  vertical-align: middle;
}
.hotel-results .hotel-cell {
  display: flex;
  justify-content: stretch;
}
.hotel-results .hotel-result {
  position: relative;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.hotel-results .hotel-result .hotel-body-block {
  flex: 0 0 auto;
}
.hotel-results .hotel-result .image-holder {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.hotel-results .hotel-result .image-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.hotel-results .hotel-result h5, .hotel-results .hotel-result table thead th, table thead .hotel-results .hotel-result th {
  margin-bottom: 0.9375rem;
}
.hotel-results .hotel-result .star-rating, .hotel-results .hotel-result .guest-rating, .hotel-results .hotel-result .distance, .hotel-results .hotel-result .recommended {
  display: block;
}
.hotel-results .hotel-result .star-rating i, .hotel-results .hotel-result .guest-rating i, .hotel-results .hotel-result .distance i, .hotel-results .hotel-result .recommended i {
  color: #98b2ad;
}
.hotel-results .hotel-result .recommended i {
  color: #ca8b84;
}
.hotel-results .hotel-result .hotel-price {
  font-size: 1.1rem;
  font-weight: bold;
}
.hotel-results .hotel-result .save-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0.4rem 0;
  font-weight: bold;
  color: white;
}
.hotel-results .hotel-result .save-banner i {
  color: white;
}
.hotel-results .hotel-result .save-banner.saved {
  background: rgba(152, 178, 173, 0.95);
}
.hotel-results .hotel-result .save-banner.destroyed {
  background: rgba(202, 139, 132, 0.95);
}
.hotel-results .hotel-result .recommended-by-couple {
  position: absolute;
  top: 1.5625rem;
  left: 1.5625rem;
  padding: 0.625rem 0.3125rem;
  background: #fff;
  text-align: center;
  color: #d76767;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 40px;
  border: 1px solid #f7ece7;
}
.hotel-results .hotel-result .recommended-by-couple i {
  font-size: 1.25rem;
}
.hotel-results .hotel-link-whole-block {
  display: flex;
  justify-content: stretch;
  flex: 1 1 auto;
}
.hotel-results .hotel-link-whole-block span, .hotel-results .hotel-link-whole-block p, .hotel-results .hotel-link-whole-block .trix-content div, .trix-content .hotel-results .hotel-link-whole-block div {
  color: #393539;
}
.hotel-results .hotel-link-whole-block:hover {
  text-decoration: none;
}
.hotel-results .hotel-link-whole-block:hover h4 {
  text-decoration: underline;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

iframe {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}
iframe.preview-frame {
  height: 60vh;
}
iframe.empty {
  height: 5vh;
}

pre.import-errors {
  text-align: left;
  border: 2px solid #ca8b84;
  background: #f4e8e6;
  padding: 1rem;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.email-sidebar {
  padding: 0 1rem;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  border-bottom: 2rem solid #fff;
  border-top: 2rem solid #fff;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .email-sidebar {
    padding: 0 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .email-sidebar {
    width: 100%;
    max-width: 375px;
  }
}
.email-sidebar h4 {
  margin-bottom: 1rem;
}
.email-sidebar hr {
  border-color: #979797;
  margin: 1rem auto 2rem;
}
.send-to-guests .email-sidebar hr {
  margin: 0.625rem auto;
}
.email-sidebar p.hint, .email-sidebar .trix-content div.hint, .trix-content .email-sidebar div.hint {
  margin-bottom: 0.375rem;
}
.email-sidebar label {
  margin-top: 2rem;
}
.send-to-guests .email-sidebar label {
  margin-top: 0;
}
.email-sidebar div.boolean label {
  margin-top: 1rem;
}
.email-sidebar .accordion.themes .accordion-title {
  padding: 0;
}
.email-sidebar .accordion.themes .accordion-title:hover, .email-sidebar .accordion.themes .accordion-title:focus {
  text-decoration: none;
}
.email-sidebar .accordion.themes .accordion-title:before {
  display: none;
}
.email-sidebar .accordion.themes .accordion-item {
  position: relative;
}
.email-sidebar .accordion.themes .accordion-item .show-hide-icon {
  color: #4b5c69;
  font-weight: bold;
  text-decoration: underline;
  font-size: 0.875rem;
  position: absolute;
  top: 0.5rem;
  right: 0;
  cursor: pointer;
  pointer-events: none;
}
.email-sidebar .accordion.themes .accordion-item .show-hide-icon .expand {
  display: block;
}
.email-sidebar .accordion.themes .accordion-item .show-hide-icon .collapse {
  display: none;
}
.email-sidebar .accordion.themes .accordion-item .accordion-content {
  padding-top: 0;
}
.email-sidebar .accordion.themes .accordion-item .accordion-content.is-active + .show-hide-icon .expand {
  display: none;
}
.email-sidebar .accordion.themes .accordion-item .accordion-content.is-active + .show-hide-icon .collapse {
  display: block;
}
.email-sidebar .trix-content div {
  margin-bottom: 1rem !important;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.menu-builder {
  text-align: left;
}
.menu-builder .course-fields:last-of-type {
  border-bottom-color: #ca8b84;
}
@media print, screen and (max-width: 39.99875em) {
  .menu-builder .course-fields .dishes .add-another {
    margin-top: 1.25rem;
  }
}
.menu-builder .course-fields .dish-fields {
  margin-bottom: 1.875rem;
}
.menu-builder .course-fields .dish-fields .field {
  margin-bottom: 0;
}
.menu-builder .course-fields .dish-fields input {
  margin-bottom: 0.3125rem;
}
.menu-builder .course-fields .dish-fields .error {
  margin-top: 5px;
}
@media print, screen and (max-width: 39.99875em) {
  .menu-builder .course-fields .dish-fields .dietary-details label.boolean {
    margin-bottom: 0.625rem;
  }
}

.menu-options .dish .dietary {
  font-size: 0.9rem;
  color: #949494;
}

@media print, screen and (max-width: 39.99875em) {
  .report {
    text-align: center;
    margin-top: 10px;
    display: block;
  }
}

.messages .page-section h5 a, .messages .page-section table thead th a, table thead .messages .page-section th a {
  font-weight: normal;
  text-decoration: none;
}

.modal {
  overflow-y: scroll;
}
.modal.no-scroll {
  overflow-y: hidden;
}
.modal {
  border-radius: 8px !important;
}
.modal ul {
  list-style-type: none;
  font-weight: 800;
}
.modal .close {
  cursor: pointer;
  display: flex;
}
.modal .close:hover {
  opacity: 0.8;
}
.modal .close svg {
  margin-left: auto;
}
.modal .exclamation-circle {
  font-size: 4rem;
  color: #af554b;
}
.modal.welcome p, .modal.welcome .trix-content div, .trix-content .modal.welcome div {
  margin-bottom: 1.5rem;
}
.modal.welcome p:last-of-type, .modal.welcome .trix-content div:last-of-type, .trix-content .modal.welcome div:last-of-type {
  margin-bottom: 2rem;
}
.modal.welcome h3 {
  margin-bottom: 1.5rem;
}
.modal.content-block-modal, .modal.new-table-modal, .modal.guest-assignments-modal, .modal.email-stationery-modal {
  padding: 1rem 1rem 2rem;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .modal.content-block-modal, .modal.new-table-modal, .modal.guest-assignments-modal, .modal.email-stationery-modal {
    padding: 2rem 3rem 3rem;
  }
}
.modal.content-block-modal h3, .modal.content-block-modal h4, .modal.content-block-modal h5, .modal.content-block-modal table thead th, table thead .modal.content-block-modal th, .modal.new-table-modal h3, .modal.new-table-modal h4, .modal.new-table-modal h5, .modal.new-table-modal table thead th, table thead .modal.new-table-modal th, .modal.guest-assignments-modal h3, .modal.guest-assignments-modal h4, .modal.guest-assignments-modal h5, .modal.guest-assignments-modal table thead th, table thead .modal.guest-assignments-modal th, .modal.email-stationery-modal h3, .modal.email-stationery-modal h4, .modal.email-stationery-modal h5, .modal.email-stationery-modal table thead th, table thead .modal.email-stationery-modal th {
  margin-bottom: 0.5rem;
}
.modal.content-block-modal p, .modal.content-block-modal .trix-content div, .trix-content .modal.content-block-modal div, .modal.new-table-modal p, .modal.new-table-modal .trix-content div, .trix-content .modal.new-table-modal div, .modal.guest-assignments-modal p, .modal.guest-assignments-modal .trix-content div, .trix-content .modal.guest-assignments-modal div, .modal.email-stationery-modal p, .modal.email-stationery-modal .trix-content div, .trix-content .modal.email-stationery-modal div {
  max-width: 600px;
  margin: 0 0 2rem;
}
.modal.content-block-modal .text-center p, .modal.content-block-modal .text-center .trix-content div, .trix-content .modal.content-block-modal .text-center div, .modal.new-table-modal .text-center p, .modal.new-table-modal .text-center .trix-content div, .trix-content .modal.new-table-modal .text-center div, .modal.guest-assignments-modal .text-center p, .modal.guest-assignments-modal .text-center .trix-content div, .trix-content .modal.guest-assignments-modal .text-center div, .modal.email-stationery-modal .text-center p, .modal.email-stationery-modal .text-center .trix-content div, .trix-content .modal.email-stationery-modal .text-center div {
  margin: 0 auto 2rem;
}
.modal.content-block-modal hr, .modal.new-table-modal hr, .modal.guest-assignments-modal hr, .modal.email-stationery-modal hr {
  margin: 2rem -1rem !important;
}
@media print, screen and (min-width: 40em) {
  .modal.content-block-modal hr, .modal.new-table-modal hr, .modal.guest-assignments-modal hr, .modal.email-stationery-modal hr {
    margin: 2rem -3rem !important;
  }
}
.modal.content-block-modal .input hr, .modal.new-table-modal .input hr, .modal.guest-assignments-modal .input hr, .modal.email-stationery-modal .input hr {
  margin: 1rem auto;
}
.modal.content-block-modal input[type=file].styled ~ label img, .modal.content-block-modal input[type=file].styled ~ label .fileTypeIcon, .modal.new-table-modal input[type=file].styled ~ label img, .modal.new-table-modal input[type=file].styled ~ label .fileTypeIcon, .modal.guest-assignments-modal input[type=file].styled ~ label img, .modal.guest-assignments-modal input[type=file].styled ~ label .fileTypeIcon, .modal.email-stationery-modal input[type=file].styled ~ label img, .modal.email-stationery-modal input[type=file].styled ~ label .fileTypeIcon {
  border-radius: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.modal.content-block-modal .callout.alert p, .modal.content-block-modal .callout.alert .trix-content div, .trix-content .modal.content-block-modal .callout.alert div, .modal.new-table-modal .callout.alert p, .modal.new-table-modal .callout.alert .trix-content div, .trix-content .modal.new-table-modal .callout.alert div, .modal.guest-assignments-modal .callout.alert p, .modal.guest-assignments-modal .callout.alert .trix-content div, .trix-content .modal.guest-assignments-modal .callout.alert div, .modal.email-stationery-modal .callout.alert p, .modal.email-stationery-modal .callout.alert .trix-content div, .trix-content .modal.email-stationery-modal .callout.alert div {
  margin-bottom: 0;
  max-width: 100%;
}
.modal.content-block-modal .custom-image-fields a.text-link, .modal.new-table-modal .custom-image-fields a.text-link, .modal.guest-assignments-modal .custom-image-fields a.text-link, .modal.email-stationery-modal .custom-image-fields a.text-link {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
.modal.content-block-modal .custom-image-fields .disabled, .modal.new-table-modal .custom-image-fields .disabled, .modal.guest-assignments-modal .custom-image-fields .disabled, .modal.email-stationery-modal .custom-image-fields .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.modal.content-block-modal .custom-image-fields .input.boolean, .modal.new-table-modal .custom-image-fields .input.boolean, .modal.guest-assignments-modal .custom-image-fields .input.boolean, .modal.email-stationery-modal .custom-image-fields .input.boolean {
  margin-top: 1rem;
}
.modal.content-block-modal .custom-image-fields input[type=checkbox][disabled] ~ label, .modal.new-table-modal .custom-image-fields input[type=checkbox][disabled] ~ label, .modal.guest-assignments-modal .custom-image-fields input[type=checkbox][disabled] ~ label, .modal.email-stationery-modal .custom-image-fields input[type=checkbox][disabled] ~ label {
  opacity: 0.5;
}
.modal.content-block-modal .custom-image-fields h6, .modal.new-table-modal .custom-image-fields h6, .modal.guest-assignments-modal .custom-image-fields h6, .modal.email-stationery-modal .custom-image-fields h6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.modal.content-block-modal .custom-image-fields h6 .premium-icon, .modal.new-table-modal .custom-image-fields h6 .premium-icon, .modal.guest-assignments-modal .custom-image-fields h6 .premium-icon, .modal.email-stationery-modal .custom-image-fields h6 .premium-icon {
  height: 1.125rem;
  width: 1.125rem;
}
.modal.content-block-modal .custom-image-fields p, .modal.content-block-modal .custom-image-fields .trix-content div, .trix-content .modal.content-block-modal .custom-image-fields div, .modal.new-table-modal .custom-image-fields p, .modal.new-table-modal .custom-image-fields .trix-content div, .trix-content .modal.new-table-modal .custom-image-fields div, .modal.guest-assignments-modal .custom-image-fields p, .modal.guest-assignments-modal .custom-image-fields .trix-content div, .trix-content .modal.guest-assignments-modal .custom-image-fields div, .modal.email-stationery-modal .custom-image-fields p, .modal.email-stationery-modal .custom-image-fields .trix-content div, .trix-content .modal.email-stationery-modal .custom-image-fields div {
  margin-bottom: 0.25rem;
}
.modal.content-block-modal .custom-image-fields .hint, .modal.new-table-modal .custom-image-fields .hint, .modal.guest-assignments-modal .custom-image-fields .hint, .modal.email-stationery-modal .custom-image-fields .hint {
  margin-bottom: 0.75rem;
}
.modal.content-block-modal.confirm-modal h3, .modal.new-table-modal.confirm-modal h3, .modal.guest-assignments-modal.confirm-modal h3, .modal.email-stationery-modal.confirm-modal h3 {
  margin-bottom: 2rem;
}
.modal.content-block-modal .form-actions, .modal.new-table-modal .form-actions, .modal.guest-assignments-modal .form-actions, .modal.email-stationery-modal .form-actions {
  margin-top: 2rem;
  gap: 1rem;
}
.modal.content-block-modal .form-actions .button, .modal.content-block-modal .form-actions form input[type=submit], form .modal.content-block-modal .form-actions input[type=submit], .modal.new-table-modal .form-actions .button, .modal.new-table-modal .form-actions form input[type=submit], form .modal.new-table-modal .form-actions input[type=submit], .modal.guest-assignments-modal .form-actions .button, .modal.guest-assignments-modal .form-actions form input[type=submit], form .modal.guest-assignments-modal .form-actions input[type=submit], .modal.email-stationery-modal .form-actions .button, .modal.email-stationery-modal .form-actions form input[type=submit], form .modal.email-stationery-modal .form-actions input[type=submit] {
  margin-top: 0;
}
.modal.new-table-modal {
  max-width: 585px;
}
.modal.new-table-modal .form-actions {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .modal.new-table-modal .form-actions {
    margin-top: 3rem;
  }
}
.modal.guest-assignments-modal p, .modal.guest-assignments-modal .trix-content div, .trix-content .modal.guest-assignments-modal div {
  margin-bottom: 1rem;
}
.modal.guest-assignments-modal .form-actions {
  margin-top: 1.5rem;
  gap: 1rem;
}
@media print, screen and (min-width: 40em) {
  .modal.guest-assignments-modal .form-actions {
    margin-top: 2rem;
  }
}
.modal.guest-assignments-modal .button, .modal.guest-assignments-modal form input[type=submit], form .modal.guest-assignments-modal input[type=submit] {
  margin-top: 0;
}

.off-canvas-opener {
  position: fixed;
  top: 7rem;
  left: 0;
  display: inline-block;
  padding: 20px 15px;
  background: #393539;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  z-index: 11;
}
@media print, screen and (min-width: 64em) {
  .off-canvas-opener {
    top: 7.3125rem;
  }
}
.off-canvas-opener:hover {
  text-decoration: none;
  color: #fff;
}
.off-canvas-opener span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-block;
  margin-top: -5px;
  margin-left: 3px;
  vertical-align: middle;
}

.off-canvas {
  padding: 1.25rem 1.875rem;
  color: #fff;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  height: 100%;
  user-select: none;
}
.off-canvas .button, .off-canvas form input[type=submit], form .off-canvas input[type=submit] {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  width: 100%;
}
.off-canvas header {
  border-bottom: 1px solid #98B2AD;
  margin-bottom: -1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.off-canvas header h3 {
  margin-bottom: 0;
}
.off-canvas header .close-button {
  display: block !important;
  color: #fff;
  position: relative;
  top: auto;
  right: auto;
}
.off-canvas h3,
.off-canvas p,
.off-canvas .trix-content div,
.trix-content .off-canvas div,
.off-canvas ul,
.off-canvas li,
.off-canvas a {
  color: #fff;
}
.off-canvas .messages {
  display: flex;
  align-items: center;
}
.off-canvas .messages .message-icon {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  border-width: 0px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
}
.off-canvas .messages .message-icon svg {
  margin-right: 0;
  width: 1.9375rem;
}
.off-canvas .messages .message-icon svg path {
  fill: #71948D;
}
.off-canvas .messages .message-icon .no-messages path {
  fill: #393539;
}
.off-canvas .messages .message-icon .unread-count {
  position: absolute;
  top: -0.1875rem;
  left: 2.875rem;
  border-radius: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
  min-width: 1.75rem;
  width: fit-content;
  text-align: center;
  display: inline-block;
  padding: 0.1875rem 0.5625rem 0 0.5625rem;
  background-color: #ce4646;
}
@media print, screen and (min-width: 40em) {
  .off-canvas .messages .message-icon .unread-count {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas .messages .message-icon .unread-count {
    font-size: 1.125rem;
    line-height: 2rem;
    min-width: 2rem;
  }
}
.off-canvas .messages .new-messages {
  font-weight: bold;
}
.off-canvas ul li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
}
.off-canvas ul .subtitle {
  margin-top: 3rem;
  font-family: "Domaine Display", georgia, serif;
}
.off-canvas ul svg {
  margin-right: 1.6875rem;
  width: 1.375rem;
}
.off-canvas ul svg polygon {
  fill: #ffe0e0;
}
.off-canvas ul svg path {
  fill: #ffe0e0;
}
.off-canvas .message-guests {
  margin-top: 2rem;
}

.icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  border: 2px solid #fff;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.icon svg {
  width: auto;
  height: 18px;
  margin: 3px auto 0;
  vertical-align: middle;
}
.icon svg path {
  fill: #fff;
}
.icon.bg-peach svg path, .icon.bg-green svg path {
  fill: #393539;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

.off-canvas-content.onboarding .grid-container {
  background-color: white;
  padding: 3rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.onboarding .grid-container {
    padding: 5rem;
  }
}

.consent-boxes .input {
  width: 70%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .onboarding .centered {
    margin-left: 25%;
    margin-right: 25%;
  }
}
.onboarding .consent-boxes div.input.boolean {
  width: 100%;
  text-align: center;
}
.onboarding .consent-boxes div.input.boolean label.boolean {
  width: auto;
  margin-left: auto;
}

.overview-details,
.helpful-links {
  padding: 2rem;
}
@media print, screen and (min-width: 40em) {
  .overview-details,
  .helpful-links {
    padding: 3rem;
  }
}

.helpful-links {
  border-top: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media print, screen and (min-width: 40em) {
  .helpful-links {
    border-top: 0;
    border-left: 1px solid #ebebeb;
  }
}
.helpful-links .button, .helpful-links form input[type=submit], form .helpful-links input[type=submit] {
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .helpful-links .button, .helpful-links form input[type=submit], form .helpful-links input[type=submit] {
    min-width: 217px;
  }
}
.helpful-links ul {
  list-style: none;
  margin: 0;
}
.helpful-links ul li a:not(.blush-dark) {
  font-size: 0.875rem;
  color: #4b5c69;
  font-weight: bold;
  text-decoration: underline;
}
.helpful-links ul li.delete {
  margin-top: 2rem;
}

.overview-details p, .overview-details .trix-content div, .trix-content .overview-details div {
  margin-bottom: 0;
}
.overview-details p + .detail-title, .overview-details .trix-content div + .detail-title, .trix-content .overview-details div + .detail-title {
  margin-top: 1.5rem;
}
.overview-details .map-and-image {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.overview-details .map-and-image .map {
  flex-grow: 1;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .overview-details .map-and-image .map {
    width: calc(50% - 0.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .overview-details .map-and-image .map {
    width: calc(40% - 0.75rem);
  }
}
.overview-details .map-and-image .map img {
  width: 100%;
  aspect-ratio: 16/9;
}
.overview-details .map-and-image + .detail-title {
  margin-top: 2rem;
}

.detail-title {
  margin-bottom: 1rem;
}
.detail-title .with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.detail-title .with-icon i {
  color: #4b5c69;
  font-size: 18px;
  min-width: 23px;
  display: block;
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 40em) {
  .detail-title .with-icon i {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .detail-title.inline {
    gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.detail-title.inline span {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding-top: 0.25rem;
}
.detail-title.inline a.helper-link, .detail-title.inline .cta-wrapper .cta-right a.skip, .cta-wrapper .cta-right .detail-title.inline a.skip {
  margin-bottom: 0;
}
.detail-title a {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.details-footer:before {
  width: calc(100% + 4rem);
  height: 1px;
  background-color: #ebebeb;
  content: "";
  display: block;
  margin: 2rem -2rem;
}
@media print, screen and (min-width: 40em) {
  .details-footer:before {
    width: calc(100% + 6rem);
    margin: 2rem -3rem;
  }
}

.rsvp-groups .section-title.with-tag {
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.rsvp-groups .section-title.with-tag .tag {
  font-size: 13px;
  line-height: 17px;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #4b5c69;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #4b5c69;
}
.rsvp-groups .detail-title:not(.events) {
  margin-bottom: 1.5rem;
}
.rsvp-groups .detail-title:not(.events):last-child {
  margin-bottom: 0;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

header.page-header {
  text-align: center;
}
header.page-header p:last-child, header.page-header .trix-content div:last-child, .trix-content header.page-header div:last-child {
  margin-bottom: 3rem;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.pagy-foundation-nav {
  margin-top: 1.5rem;
  text-align: center;
}
.pagy-foundation-nav .pagination {
  margin-bottom: 0;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.palette-colour-circle {
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #d7d7d7;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}
.palette-colour-circle--inline:first-child {
  margin-left: 5px;
}
.palette-colour-circle + .palette-colour-circle {
  margin-left: 5px;
}
.palette-colour-circle.tiny {
  height: 10px;
  width: 10px;
}
.palette-colour-circle.x-small {
  height: 15px;
  width: 15px;
}
.palette-colour-circle.small {
  height: 18px;
  width: 18px;
}
.palette-colour-circle.small-medium {
  height: 25px;
  width: 25px;
}
.palette-colour-circle.medium {
  height: 30px;
  width: 30px;
}
.palette-colour-circle.medium-large {
  height: 35px;
  width: 35px;
}
.palette-colour-circle.large {
  height: 40px;
  width: 40px;
}
.palette-colour-circle.x-large {
  height: 45px;
  width: 45px;
}

.palette-colours {
  margin-bottom: 1.25rem;
}
.palette-colours h5, .palette-colours table thead th, table thead .palette-colours th {
  margin: 0 0 0 10px !important;
}

[data-controller=photo-editor] [data-target="photo-editor.photos"] img {
  max-height: 10vh;
}
[data-controller=photo-editor] [data-target="photo-editor.gallery"] img {
  width: 100%;
}
[data-controller=photo-editor] [data-target="photo-editor.gallery"] .no-images {
  display: none;
}
[data-controller=photo-editor] [data-target="photo-editor.gallery"] .no-images:first-child:last-child {
  display: flex;
}
[data-controller=photo-editor] .photo {
  margin: 1.25rem auto;
  text-align: center;
}
[data-controller=photo-editor] .photo .image-wrapper {
  border-radius: 100%;
  background: #393539;
  position: relative;
  border: 5px solid #fff;
  overflow: hidden;
  width: 250px;
  height: auto;
  max-width: 100%;
  margin: 0.5rem auto;
}
[data-controller=photo-editor] .photo .image-wrapper img {
  width: 100%;
  height: auto;
}
[data-controller=photo-editor] .limit-reached {
  display: none;
}
[data-controller=photo-editor].full .limit-not-reached {
  opacity: 0.4;
}
[data-controller=photo-editor].full .limit-reached {
  display: block;
}
[data-controller=photo-editor].full label {
  pointer-events: none;
}
[data-controller=photo-editor] .button, [data-controller=photo-editor] form input[type=submit], form [data-controller=photo-editor] input[type=submit] {
  position: relative;
  user-select: none;
}
[data-controller=photo-editor] .button + .button, [data-controller=photo-editor] form input[type=submit] + .button, form [data-controller=photo-editor] input[type=submit] + .button, [data-controller=photo-editor] form .button + input[type=submit], form [data-controller=photo-editor] .button + input[type=submit], [data-controller=photo-editor] form input[type=submit] + input[type=submit], form [data-controller=photo-editor] input[type=submit] + input[type=submit] {
  margin-left: 0.625rem;
}
[data-controller=photo-editor] .button .loading, [data-controller=photo-editor] form input[type=submit] .loading, form [data-controller=photo-editor] input[type=submit] .loading {
  display: none;
}
[data-controller=photo-editor] .button[disabled], [data-controller=photo-editor] form input[disabled][type=submit], form [data-controller=photo-editor] input[disabled][type=submit] {
  pointer-events: none;
  opacity: 0.2;
}
[data-controller=photo-editor] .button.in-progress .loading, [data-controller=photo-editor] form input.in-progress[type=submit] .loading, form [data-controller=photo-editor] input.in-progress[type=submit] .loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
[data-controller=photo-editor] .button.in-progress .waiting, [data-controller=photo-editor] form input.in-progress[type=submit] .waiting, form [data-controller=photo-editor] input.in-progress[type=submit] .waiting {
  visibility: hidden;
}

.printed-stationery-container {
  margin-bottom: 3.75rem;
}
.printed-stationery-container .stationery-product-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #393539;
  margin-bottom: 4rem;
}
.printed-stationery-container .stationery-product-panel img {
  margin-bottom: 1.0625rem;
  box-shadow: 0 2px 2px 0 rgba(35, 50, 66, 0.12);
}
.printed-stationery-container .stationery-product-panel .title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
.printed-stationery-container .stationery-product-panel .price {
  margin-bottom: 0.875rem;
}
.printed-stationery-container .stationery-product-panel .description {
  margin-bottom: 0.875rem;
}
.printed-stationery-container .stationery-product-panel .url {
  margin-top: auto;
  font-weight: bold;
}
.printed-stationery-container .image-zoom-container {
  position: relative;
  cursor: pointer;
}
.printed-stationery-container .image-zoom-container:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 36px;
  border-radius: 36px;
  display: none;
  z-index: 2;
  height: 36px;
  background: #fff url("/assets/zoom-a160e239.svg") no-repeat center center;
  background-size: 16px;
  box-shadow: 0 2px 2px 0 rgba(35, 50, 66, 0.12);
}
.printed-stationery-container .image-zoom-container:hover:before {
  display: block;
}

.printed-stationery-description {
  margin-bottom: 2.5rem;
}

.theme-container .theme-name {
  margin-bottom: 1rem;
  color: #393539;
}
.theme-container .theme-name:last-child {
  margin-bottom: 1.5rem;
}
.theme-container .theme-list-description {
  color: #393539;
  margin-bottom: 1.5rem;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.progress .progress-meter {
  border-radius: 8px;
}
.progress .progress-meter .progress-meter-text.brv-progress-meter-text {
  transform: translateY(-50%);
}
.progress.primary .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.secondary .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.success .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.warning .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.alert .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #fcf9f7;
}
.progress.dark-green .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.green .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.light-green .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.blush-dark .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #fcf9f7;
}
.progress.eucalyptus .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.eucalyptus-light .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.eucalyptus-pale .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.denim .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #fcf9f7;
}
.progress.denim-light .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.denim-pale .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.peach .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.peach-light .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.peach-pale .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.blush .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.blush-light .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.blush-pale .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.soft-black .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #fcf9f7;
}
.progress.soft-black-light .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #fcf9f7;
}
.progress.soft-black-pale .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.paper .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.paper-light .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}
.progress.red .progress-meter .progress-meter-text.brv-progress-meter-text {
  color: #393539;
}

.progress-bar {
  margin: 10px auto;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.8em;
  background: #98b2ad;
  color: #393539;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}
.progress-bar.primary {
  background: #ca8b84;
  color: #393539;
}
.progress-bar.primary .bar-percentage,
.progress-bar.primary .bar-container {
  background: rgb(91.26114082%, 80.8734402852%, 79.7192513369%);
}
.progress-bar.primary .bar-container .bar {
  background: rgb(49.6056149733%, 24.1978609626%, 21.3747771836%);
}
.progress-bar.secondary {
  background: #f2dfd7;
  color: #393539;
}
.progress-bar.secondary .bar-percentage,
.progress-bar.secondary .bar-container {
  background: rgb(97.354790973%, 93.4887162412%, 91.8608953015%);
}
.progress-bar.secondary .bar-container .bar {
  background: rgb(80.1849796522%, 51.2245652978%, 39.0307066223%);
}
.progress-bar.success {
  background: #3adb76;
  color: #393539;
}
.progress-bar.success .bar-percentage,
.progress-bar.success .bar-container {
  background: rgb(56.5648405285%, 92.0626104519%, 69.7938231086%);
}
.progress-bar.success .bar-container .bar {
  background: rgb(7.5132542287%, 41.1141967517%, 20.0353446099%);
}
.progress-bar.warning {
  background: #f2dfd7;
  color: #393539;
}
.progress-bar.warning .bar-percentage,
.progress-bar.warning .bar-container {
  background: rgb(97.354790973%, 93.4887162412%, 91.8608953015%);
}
.progress-bar.warning .bar-container .bar {
  background: rgb(80.1849796522%, 51.2245652978%, 39.0307066223%);
}
.progress-bar.alert {
  background: #af554b;
  color: #fcf9f7;
}
.progress-bar.alert .bar-percentage,
.progress-bar.alert .bar-container {
  background: rgb(81.4117647059%, 59.1058823529%, 56.6274509804%);
}
.progress-bar.alert .bar-container .bar {
  background: rgb(93.4117647059%, 85.5058823529%, 84.6274509804%);
}
.progress-bar.dark-green {
  background: #98b2ad;
  color: #393539;
}
.progress-bar.dark-green .bar-percentage,
.progress-bar.dark-green .bar-container {
  background: rgb(82.4967320261%, 86.9150326797%, 86.0653594771%);
}
.progress-bar.dark-green .bar-container .bar {
  background: rgb(29.6928104575%, 39.7189542484%, 37.7908496732%);
}
.progress-bar.green {
  background: #c1d1ce;
  color: #393539;
}
.progress-bar.green .bar-percentage,
.progress-bar.green .bar-container {
  background: rgb(87.1677559913%, 90.4793028322%, 89.8583877996%);
}
.progress-bar.green .bar-container .bar {
  background: rgb(41.5904139434%, 56.0566448802%, 53.3442265795%);
}
.progress-bar.light-green {
  background: #eaf0ef;
  color: #393539;
}
.progress-bar.light-green .bar-percentage,
.progress-bar.light-green .bar-container {
  background: rgb(80.0980392157%, 85.7843137255%, 84.8366013072%);
}
.progress-bar.light-green .bar-container .bar {
  background: rgb(56.7647058824%, 69.1176470588%, 67.0588235294%);
}
.progress-bar.blush-dark {
  background: #af554b;
  color: #fcf9f7;
}
.progress-bar.blush-dark .bar-percentage,
.progress-bar.blush-dark .bar-container {
  background: rgb(81.4117647059%, 59.1058823529%, 56.6274509804%);
}
.progress-bar.blush-dark .bar-container .bar {
  background: rgb(93.4117647059%, 85.5058823529%, 84.6274509804%);
}
.progress-bar.eucalyptus {
  background: #98b2ad;
  color: #393539;
}
.progress-bar.eucalyptus .bar-percentage,
.progress-bar.eucalyptus .bar-container {
  background: rgb(82.4967320261%, 86.9150326797%, 86.0653594771%);
}
.progress-bar.eucalyptus .bar-container .bar {
  background: rgb(29.6928104575%, 39.7189542484%, 37.7908496732%);
}
.progress-bar.eucalyptus-light {
  background: #c1d1ce;
  color: #393539;
}
.progress-bar.eucalyptus-light .bar-percentage,
.progress-bar.eucalyptus-light .bar-container {
  background: rgb(87.1677559913%, 90.4793028322%, 89.8583877996%);
}
.progress-bar.eucalyptus-light .bar-container .bar {
  background: rgb(41.5904139434%, 56.0566448802%, 53.3442265795%);
}
.progress-bar.eucalyptus-pale {
  background: #eaf0ef;
  color: #393539;
}
.progress-bar.eucalyptus-pale .bar-percentage,
.progress-bar.eucalyptus-pale .bar-container {
  background: rgb(80.0980392157%, 85.7843137255%, 84.8366013072%);
}
.progress-bar.eucalyptus-pale .bar-container .bar {
  background: rgb(56.7647058824%, 69.1176470588%, 67.0588235294%);
}
.progress-bar.denim {
  background: #4b5c69;
  color: #fcf9f7;
}
.progress-bar.denim .bar-percentage,
.progress-bar.denim .bar-container {
  background: rgb(47.8431372549%, 56.2875816993%, 62.7450980392%);
}
.progress-bar.denim .bar-container .bar {
  background: rgb(71.1764705882%, 75.8431372549%, 79.4117647059%);
}
.progress-bar.denim-light {
  background: #939da5;
  color: #393539;
}
.progress-bar.denim-light .bar-percentage,
.progress-bar.denim-light .bar-container {
  background: rgb(79.4652406417%, 81.366607249%, 82.8877005348%);
}
.progress-bar.denim-light .bar-container .bar {
  background: rgb(28.3422459893%, 31.4913844326%, 34.0106951872%);
}
.progress-bar.denim-pale {
  background: #dbdee1;
  color: #393539;
}
.progress-bar.denim-pale .bar-percentage,
.progress-bar.denim-pale .bar-container {
  background: rgb(91.3368983957%, 92.0588235294%, 92.7807486631%);
}
.progress-bar.denim-pale .bar-container .bar {
  background: rgb(53.1550802139%, 57.0588235294%, 60.9625668449%);
}
.progress-bar.peach {
  background: #f2dfd7;
  color: #393539;
}
.progress-bar.peach .bar-percentage,
.progress-bar.peach .bar-container {
  background: rgb(97.354790973%, 93.4887162412%, 91.8608953015%);
}
.progress-bar.peach .bar-container .bar {
  background: rgb(80.1849796522%, 51.2245652978%, 39.0307066223%);
}
.progress-bar.peach-light {
  background: #f7ece7;
  color: #393539;
}
.progress-bar.peach-light .bar-percentage,
.progress-bar.peach-light .bar-container {
  background: rgb(91.862745098%, 80.6740196078%, 75.5882352941%);
}
.progress-bar.peach-light .bar-container .bar {
  background: rgb(81.862745098%, 56.9240196078%, 45.5882352941%);
}
.progress-bar.peach-pale {
  background: #fcf9f7;
  color: #393539;
}
.progress-bar.peach-pale .bar-percentage,
.progress-bar.peach-pale .bar-container {
  background: rgb(93.3689839572%, 86.7379679144%, 82.3172905526%);
}
.progress-bar.peach-pale .bar-container .bar {
  background: rgb(82.4598930481%, 64.9197860963%, 53.2263814617%);
}
.progress-bar.blush {
  background: #ca8b84;
  color: #393539;
}
.progress-bar.blush .bar-percentage,
.progress-bar.blush .bar-container {
  background: rgb(91.26114082%, 80.8734402852%, 79.7192513369%);
}
.progress-bar.blush .bar-container .bar {
  background: rgb(49.6056149733%, 24.1978609626%, 21.3747771836%);
}
.progress-bar.blush-light {
  background: #dfb9b5;
  color: #393539;
}
.progress-bar.blush-light .bar-percentage,
.progress-bar.blush-light .bar-container {
  background: rgb(93.4887162412%, 85.7565667777%, 84.9426563078%);
}
.progress-bar.blush-light .bar-container .bar {
  background: rgb(68.7162412135%, 33.4295227525%, 29.7151313356%);
}
.progress-bar.blush-pale {
  background: #f4e8e6;
  color: #393539;
}
.progress-bar.blush-pale .bar-percentage,
.progress-bar.blush-pale .bar-container {
  background: rgb(89.5751633987%, 78.2026143791%, 76.3071895425%);
}
.progress-bar.blush-pale .bar-container .bar {
  background: rgb(77.3529411765%, 52.6470588235%, 48.5294117647%);
}
.progress-bar.soft-black {
  background: #393539;
  color: #fcf9f7;
}
.progress-bar.soft-black .bar-percentage,
.progress-bar.soft-black .bar-container {
  background: rgb(43.0802139037%, 40.0570409982%, 43.0802139037%);
}
.progress-bar.soft-black .bar-container .bar {
  background: rgb(62.9661319073%, 60.1711229947%, 62.9661319073%);
}
.progress-bar.soft-black-light {
  background: #888688;
  color: #fcf9f7;
}
.progress-bar.soft-black-light .bar-percentage,
.progress-bar.soft-black-light .bar-container {
  background: rgb(73.1666666667%, 72.7156862745%, 73.1666666667%);
}
.progress-bar.soft-black-light .bar-container .bar {
  background: rgb(23.1323529412%, 22.75%, 23.1323529412%);
}
.progress-bar.soft-black-pale {
  background: #d7d7d7;
  color: #393539;
}
.progress-bar.soft-black-pale .bar-percentage,
.progress-bar.soft-black-pale .bar-container {
  background: rgb(89.3137254902%, 89.3137254902%, 89.3137254902%);
}
.progress-bar.soft-black-pale .bar-container .bar {
  background: rgb(54.3137254902%, 54.3137254902%, 54.3137254902%);
}
.progress-bar.paper {
  background: #fcf9f7;
  color: #393539;
}
.progress-bar.paper .bar-percentage,
.progress-bar.paper .bar-container {
  background: rgb(93.3689839572%, 86.7379679144%, 82.3172905526%);
}
.progress-bar.paper .bar-container .bar {
  background: rgb(82.4598930481%, 64.9197860963%, 53.2263814617%);
}
.progress-bar.paper-light {
  background: #fdfbfa;
  color: #393539;
}
.progress-bar.paper-light .bar-percentage,
.progress-bar.paper-light .bar-container {
  background: rgb(93.5014005602%, 87.0028011204%, 83.7535014006%);
}
.progress-bar.paper-light .bar-container .bar {
  background: rgb(82.0728291317%, 64.1456582633%, 55.1820728291%);
}
.progress-bar.red {
  background: #d76767;
  color: #393539;
}
.progress-bar.red .bar-percentage,
.progress-bar.red .bar-container {
  background: rgb(92.6470588235%, 72.0588235294%, 72.0588235294%);
}
.progress-bar.red .bar-container .bar {
  background: rgb(51.2254901961%, 13.4803921569%, 13.4803921569%);
}
.progress-bar .bar-percentage {
  background: rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 9px;
  flex-basis: 11%;
  margin-right: 1em;
  text-align: center;
  white-space: nowrap;
}
.progress-bar .bar-container {
  border-radius: 8px;
  height: 10px;
  background: rgba(0, 0, 0, 0.13);
  overflow: hidden;
  flex: 1;
}
.progress-bar .bar-container .bar {
  background: #ffffff;
  height: 100%;
  border-radius: 8px 0 0 8px;
  filter: alpha(opacity=100);
  opacity: 1;
}

.promo-banner-container {
  background-color: #FFE0E0;
  padding: 8px 0;
}
.promo-banner-container .promo {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: 100%;
  border: unset;
  border-radius: 0;
  margin-bottom: 0;
}
.promo-banner-container .promo h6, .promo-banner-container .promo p, .promo-banner-container .promo .trix-content div, .trix-content .promo-banner-container .promo div {
  font-size: 1rem;
  line-height: 24px;
}
.promo-banner-container .promo p, .promo-banner-container .promo .trix-content div, .trix-content .promo-banner-container .promo div {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.promo-banner-container .promo .button, .promo-banner-container .promo form input[type=submit], form .promo-banner-container .promo input[type=submit] {
  margin-bottom: auto;
}
.promo-banner-container .promo h6 {
  margin-bottom: 0.25rem;
}
.promo-banner-container .promo a {
  color: white;
  margin: auto auto 1rem 0;
  padding: 0.35rem 1rem;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .promo-banner-container .promo {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
  .promo-banner-container .promo a {
    margin: auto 0 1.35rem auto;
  }
}

#rsvp-events hr:last-child, #rsvp-events hr:last-of-type, #rsvp-menu hr:last-child, #rsvp-menu hr:last-of-type, #rsvp-questions hr:last-child, #rsvp-questions hr:last-of-type, #rsvp-confirmation hr:last-child, #rsvp-confirmation hr:last-of-type {
  display: none;
}

#rsvp-menu i.eucalyptus, #menu i.eucalyptus {
  color: #98b2ad;
  font-size: 18px;
  margin-right: 0.5rem;
}
#rsvp-menu .dish-options .options-label, #menu .dish-options .options-label {
  margin-bottom: 2rem;
}
#rsvp-menu .dish-options .radio-wrapper, #menu .dish-options .radio-wrapper {
  margin-bottom: 2rem;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}
#rsvp-menu .dish-options .radio-wrapper:last-child, #menu .dish-options .radio-wrapper:last-child {
  margin-bottom: 0;
}
#rsvp-menu .dish-options .radio-wrapper .checkmark, #menu .dish-options .radio-wrapper .checkmark {
  top: 3px;
}
#rsvp-menu .dish-options .radio-wrapper .dietary, #menu .dish-options .radio-wrapper .dietary {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.714;
}

#rsvp-confirmation hr {
  margin: 2rem 0;
}
#rsvp-confirmation .details-section + .details-section {
  margin-top: 2rem;
}
#rsvp-confirmation .menus-section h5, #rsvp-confirmation .menus-section table thead th, table thead #rsvp-confirmation .menus-section th {
  margin-bottom: 1.5rem;
}
#rsvp-confirmation .question-section h5, #rsvp-confirmation .question-section table thead th, table thead #rsvp-confirmation .question-section th {
  margin-bottom: 0.5rem;
}
#rsvp-confirmation .question-section .question {
  margin-bottom: 2rem;
}
#rsvp-confirmation .question-section .answers p, #rsvp-confirmation .question-section .answers .trix-content div, .trix-content #rsvp-confirmation .question-section .answers div {
  margin-bottom: 1rem;
}
#rsvp-confirmation .question-section.freetext b {
  display: block;
}
#rsvp-confirmation .question-section.boolean b {
  display: inline;
}
#rsvp-confirmation .question-section.boolean b:after {
  font-weight: normal;
  content: " - ";
  display: inline;
}

.form-section.guest-assignments .table-container {
  margin-top: 1rem;
  margin-bottom: 0;
}
.form-section.guest-assignments .table-container tbody tr td {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .form-section.guest-assignments .table-container tbody tr td.party-size {
    padding: 1rem 1.5rem;
    font-family: "Domaine Display", georgia, serif;
    font-size: 18px;
  }
}
.form-section.guest-assignments .table-container tbody tr td div.boolean + div.boolean {
  margin-top: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .form-section.guest-assignments .table-container tbody tr td div.boolean label.boolean {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-section.guest-assignments .table-container tbody tr td:before {
  width: 45%;
  min-width: 45%;
}
.form-section.guest-assignments .table-container table thead th {
  text-align: left;
  padding: 1rem 1.5rem;
}
.form-section.guest-assignments .table-container table thead th:first-child {
  width: 33%;
}
.form-section.guest-assignments .table-container table thead th.party-size {
  width: 116px;
}
.form-section.guest-assignments .table-container table thead th label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-section.guest-assignments .table-container table thead th label input:checked ~ span:before {
  border-color: #4b5c69;
  background: #4b5c69 url("/assets/tick-white-bd4bbd6b.svg") no-repeat center center;
  background-size: 14px auto;
}
.form-section.guest-assignments .table-container table thead th label span {
  position: relative;
  padding-left: 1.8125rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  cursor: pointer;
  margin-left: 0;
  font-family: "Domaine Display", georgia, serif;
  margin: 0;
}
.form-section.guest-assignments .table-container table thead th label span:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ca8b84;
  border-radius: 3px;
}
.form-section.guest-assignments .table-container table tr td.empty {
  text-align: left;
  padding: 1.5rem;
  line-height: 1.625;
}
@media print, screen and (max-width: 39.99875em) {
  .form-section.guest-assignments .table-container table tr td.empty {
    display: block;
  }
}
.form-section.guest-assignments .button, .form-section.guest-assignments form input[type=submit], form .form-section.guest-assignments input[type=submit] {
  margin-top: 3rem;
}
.form-section.guest-assignments .button[disabled], .form-section.guest-assignments form input[disabled][type=submit], form .form-section.guest-assignments input[disabled][type=submit] {
  display: none;
}

.guest-login-or {
  margin-top: auto;
  margin-bottom: auto;
}

.rsvps .overlay-background .overlay-content {
  padding: 3rem 4rem;
}
.rsvps .overlay-background .overlay-content h4 {
  margin-bottom: 24px;
}
.rsvps .panel.options {
  background-color: #fcf9f7;
  border-radius: 8px;
  padding: 1.5rem;
  border: 0;
  text-align: left;
}
.rsvps .panel.options p, .rsvps .panel.options .trix-content div, .trix-content .rsvps .panel.options div {
  font-size: 14px;
  line-height: 24px;
}
.rsvps .panel.options h5, .rsvps .panel.options table thead th, table thead .rsvps .panel.options th {
  margin-bottom: 1rem;
}
.rsvps .panel.options ul {
  font-size: 14px;
  line-height: 24px;
  list-style: disc;
  margin-bottom: 0;
}
.rsvps .panel.options ul li {
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.rsvps .panel.options ul li:last-child {
  margin-bottom: 0;
}
.rsvps .panel.options.large {
  padding: 3rem;
}
.rsvps .panel.options.large p, .rsvps .panel.options.large .trix-content div, .trix-content .rsvps .panel.options.large div, .rsvps .panel.options.large ol {
  margin-bottom: 2rem;
  max-width: 710px;
  font-size: 16px;
  line-height: 26px;
}
.rsvps .panel.options.large ol li {
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.rsvps .panel.options.large ol li:last-child {
  margin-bottom: 0;
}
.rsvps .step-num {
  display: block;
  line-height: 48px;
  font-size: 28px;
  font-family: "Domaine Display", georgia, serif;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #4b5c69;
  color: white;
  margin: 0 auto 1rem auto;
}
.rsvps .tabs .headers .header {
  border: 2px solid #fcf9f7;
  color: #ca8b84;
  flex-basis: 0;
  flex-wrap: nowrap;
}
.rsvps .tabs .headers .header.selected {
  background-color: #fff;
  color: #393539;
  border-color: #98b2ad;
}
.rsvps .tabs .headers .header.selected i,
.rsvps .tabs .headers .header.selected svg {
  color: #98b2ad;
}
.rsvps .tabs .headers .header.selected i path,
.rsvps .tabs .headers .header.selected svg path {
  fill: #98b2ad;
}

.std-guests-selected {
  font-weight: bold;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.styled-scrollbar {
  /* width */
}
.styled-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.styled-scrollbar {
  /* Track */
}
.styled-scrollbar::-webkit-scrollbar-track {
  background: #393539;
}
.styled-scrollbar {
  /* Handle */
}
.styled-scrollbar::-webkit-scrollbar-thumb {
  background: #dbdee1;
  border: 0;
  border-radius: 0;
}

.sidebar-filter {
  background: #fcf9f7;
  padding: 1.25rem;
}
.sidebar-filter h5, .sidebar-filter table thead th, table thead .sidebar-filter th {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.sidebar-filter h5:first-child, .sidebar-filter table thead th:first-child, table thead .sidebar-filter th:first-child {
  margin-top: 0;
}
.sidebar-filter .select-wrapper {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  border-radius: 2px;
  overflow: hidden;
}
.sidebar-filter .select-wrapper select {
  width: 100%;
  margin-bottom: 0;
  background: #fcf9f7;
  font-size: 0.9375rem;
}
.sidebar-filter .select-wrapper select:focus {
  background: #fff;
}
.sidebar-filter .select-wrapper:after {
  content: "";
  display: block;
  width: 54px;
  height: 100%;
  background-image: url("/assets/select-9ce91b49.svg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

#table-planner {
  margin-top: 24px;
}
#table-planner .table-wrapper {
  padding: 2rem 2rem;
}
@media print, screen and (min-width: 40em) {
  #table-planner .table-wrapper {
    padding: 2rem 2rem 3rem;
  }
}
#table-planner .table-wrapper .table-layout-wrapper {
  border-radius: 8px;
  background-color: #fcf9f7;
  padding: 1.5rem 1.5rem 0.5rem;
}
#table-planner .table-wrapper .table-layout-wrapper p, #table-planner .table-wrapper .table-layout-wrapper .trix-content div, .trix-content #table-planner .table-wrapper .table-layout-wrapper div {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  #table-planner .table-wrapper .table-layout-wrapper {
    margin-bottom: 24px;
  }
}
#table-planner .table-wrapper .choices {
  margin-bottom: 0;
}
#table-planner .table-wrapper .choices__inner {
  background-color: #fcf9f7;
}
#table-planner .table-wrapper .choices__list .choices__input {
  width: calc(100% - 1rem);
  margin: 0.5rem;
  padding: 1rem;
}
#table-planner .table-wrapper .guest-block {
  padding: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 4px;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: inherit;
  border: 2px solid #f7f7f7;
  gap: 0.5rem;
}
#table-planner .table-wrapper .guest-block .block-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#table-planner .table-wrapper .guest-block .block-info i {
  flex-shrink: 0;
  min-width: 22px;
}
#table-planner .table-wrapper .guest-block .actions {
  flex-shrink: 0;
  display: flex;
  gap: 0.75rem;
}
#table-planner .table-wrapper .guest-block .actions a {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 40em) {
  #table-planner .table-wrapper .guest-block .actions a {
    opacity: 0;
    visibility: hidden;
  }
}
#table-planner .table-wrapper .guest-block:hover {
  color: inherit;
  text-decoration: none;
  background-color: #fcf9f7;
  border-color: #f2dfd7;
}
@media print, screen and (min-width: 40em) {
  #table-planner .table-wrapper .guest-block:hover .actions a {
    opacity: 1;
    visibility: visible;
  }
}
#table-planner .guest-sidebar {
  background: #fff;
  border-radius: 8px;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 40em) {
  #table-planner .guest-sidebar {
    padding: 2rem 1.5rem;
  }
}
#table-planner .guest-sidebar h4 {
  margin-bottom: 1rem;
}
#table-planner .guest-sidebar ul {
  list-style: none;
  margin: 0;
}
#table-planner .guest-sidebar ul li {
  margin-bottom: 0.5rem;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

.grid-table--head h1 {
  margin: 0;
}
.grid-table--head h2 {
  margin: 0;
}
.grid-table--head h3 {
  margin: 0;
}
.grid-table--head h4 {
  margin: 0;
}
.grid-table--head h5, .grid-table--head table thead th, table thead .grid-table--head th {
  margin: 0;
}
.grid-table--head h6 {
  margin: 0;
}
.grid-table--head .grid-x {
  border-bottom: 1px solid #979797;
}
.grid-table--head .grid-x .cell {
  padding: 0.625rem 0 0.6875rem;
}
.grid-table--body .grid-x.interactive {
  cursor: pointer;
}
.grid-table--body .grid-x:hover {
  background-color: #fcf9f7;
}
.grid-table--body .grid-x {
  border-bottom: 1px solid #dcdcdc;
}
.grid-table--body .grid-x .cell {
  padding: 0.625rem 0 0.6875rem;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

table {
  margin: 1.875rem auto 1.25rem;
}
@media print, screen and (min-width: 40em) {
  table {
    margin: 2rem auto;
  }
}
table thead,
table tbody,
table tfoot {
  border: 0;
}
table thead td,
table tbody td,
table tfoot td {
  font-weight: normal;
}
table thead td a,
table tbody td a,
table tfoot td a {
  color: #393539;
}
table thead th {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}
table thead tr {
  border-bottom: 1px solid #979797;
}
table thead tr.secondary th {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-bottom: 0.3125rem;
  vertical-align: bottom;
}
table thead div.boolean label.boolean,
table thead label.boolean label.boolean {
  display: inline-block;
  position: relative;
  padding-left: 1.8125rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  cursor: pointer;
  margin-left: 0;
  font-family: "Domaine Display", georgia, serif;
  margin: 0;
}
table thead div.boolean label.boolean input.boolean,
table thead label.boolean label.boolean input.boolean {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
table thead div.boolean label.boolean input.boolean:checked ~ label.boolean:before,
table thead label.boolean label.boolean input.boolean:checked ~ label.boolean:before {
  border-color: #4b5c69;
  background: #4b5c69 url("/assets/tick-white-bd4bbd6b.svg") no-repeat center center;
  background-size: 14px auto;
}
table thead div.boolean label.boolean:before,
table thead label.boolean label.boolean:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ca8b84;
  border-radius: 3px;
}
table .actions {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
table .actions .button + .button, table .actions form input[type=submit] + .button, form table .actions input[type=submit] + .button, table .actions form .button + input[type=submit], form table .actions .button + input[type=submit], table .actions form input[type=submit] + input[type=submit], form table .actions input[type=submit] + input[type=submit] {
  margin-left: 0;
  margin-top: 0;
}

table.borderless thead tr {
  border-bottom: none;
}
table.borderless tbody tr {
  border-bottom: none;
}

tr.borderless {
  border-bottom: none;
}

.guest-info {
  background-color: #fcf9f7;
  border: 2px solid #f2dfd7;
}
.guest-info .content {
  padding: 0.625rem;
}
.guest-info header {
  background-color: #f2dfd7;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0;
}
.guest-info header h6 {
  margin-bottom: 0;
}

table.admin-table {
  margin: 2.5rem auto 0;
}
table.admin-table td,
table.admin-table th {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
table.admin-table td.text-center,
table.admin-table th.text-center {
  text-align: center;
}
table.admin-table .show {
  text-align: right;
  width: 100px;
}
table.admin-table.hover tbody tr:hover {
  cursor: pointer;
}
table.admin-table td.break-all {
  word-break: break-all;
}

.pricing-table {
  text-align: left;
}
.pricing-table thead tr {
  border: 0;
}
.pricing-table tr td {
  padding-left: 0;
  padding-right: 0;
}
.pricing-table tr .premium,
.pricing-table tr .free {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media print, screen and (min-width: 40em) {
  .pricing-table tr .premium,
  .pricing-table tr .free {
    width: 218px;
  }
}
@media print, screen and (min-width: 64em) {
  .pricing-table tr .premium,
  .pricing-table tr .free {
    width: 270px;
  }
}
.pricing-table tr.group-heading td {
  padding-top: 2.5rem;
}
.pricing-table tr.group-heading:first-of-type td {
  padding-top: 10px;
}
.pricing-table tr .premium.intro {
  background-color: #4b5c69;
  color: #f2dfd7;
  border-bottom: 0;
  padding: 3px 0;
}
.pricing-table tr .premium th {
  background: transparent;
  border-bottom: 0;
}
.pricing-table tr td.premium {
  background: #f2dfd7;
  border-bottom: 1px solid #fcf9f7;
}
.pricing-table tr td span[data-tooltip] {
  padding-right: 10px;
}
.pricing-table tr .desc {
  color: #ca8b84;
  font-weight: bold;
}
.pricing-table tfoot tr td {
  padding-top: 20px;
  text-align: center;
  padding: 20px 0 0;
  font-weight: normal;
}
.pricing-table tfoot tr td a.read-more:after {
  transform: scaleX(1);
}
.pricing-table tfoot tr td a.read-more:hover:after {
  transform: scaleX(0);
}
.pricing-table tfoot tr td .button, .pricing-table tfoot tr td form input[type=submit], form .pricing-table tfoot tr td input[type=submit] {
  margin: 0 auto;
  width: 100%;
  font-weight: normal;
  padding: 22px;
}

.mobile-pricing .accordion {
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
}
.mobile-pricing .accordion h5, .mobile-pricing .accordion table thead th, table thead .mobile-pricing .accordion th,
.mobile-pricing .accordion p,
.mobile-pricing .accordion .trix-content div,
.trix-content .mobile-pricing .accordion div {
  margin-bottom: 1.25rem;
}
.mobile-pricing .feature-group {
  margin-bottom: 1.25rem;
  position: relative;
}
.mobile-pricing .feature-group h5, .mobile-pricing .feature-group table thead th, table thead .mobile-pricing .feature-group th {
  margin-bottom: 0;
}
.mobile-pricing .feature-group .accordion-title {
  padding: 0;
}
.mobile-pricing .feature-group .accordion-title:focus, .mobile-pricing .feature-group .accordion-title:hover {
  text-decoration: none;
}
.mobile-pricing .feature-group .accordion-title:before {
  display: none;
}
.mobile-pricing .feature-group .show-hide-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125rem;
}
.mobile-pricing .feature-group .show-hide-icon .expand {
  display: block;
}
.mobile-pricing .feature-group .show-hide-icon .collapse {
  display: none;
}
.mobile-pricing .feature-group .accordion-content {
  padding: 0.9375rem 0 0;
}
.mobile-pricing .feature-group .accordion-content ul {
  list-style: none;
  margin-left: 0;
}
.mobile-pricing .feature-group .accordion-content ul li {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}
.mobile-pricing .feature-group .accordion-content ul li .premium {
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #ca8b84;
  font-weight: bold;
  margin-left: 5px;
}

.guest-attending-status[data-response=Unavailable] {
  color: #8f8f8f;
}
.guest-attending-status[data-response=Yes], .guest-attending-status[data-response=Attending] {
  font-weight: bold;
  color: #97c8bf;
}
.guest-attending-status[data-response=No], .guest-attending-status[data-response="Not Attending"] {
  font-weight: bold;
  color: #ca8b84;
}

.guest-group-row p, .guest-group-row .trix-content div, .trix-content .guest-group-row div {
  margin-bottom: 1rem;
}
.guest-group-row p:last-child, .guest-group-row .trix-content div:last-child, .trix-content .guest-group-row div:last-child {
  margin-bottom: 0;
}

.unavailable {
  color: #af554b !important;
}

@media print, screen and (max-width: 39.99875em) {
  table.guest-list thead th {
    font-size: 1.125rem;
  }
}
table.guest-list .edit-button {
  width: 3.125rem;
  text-align: center;
}
table.guest-list .edit-button i {
  font-size: 1.125rem;
}
table.guest-list .edit-button a {
  color: #4b5c69;
}
table.guest-list .edit-button a:hover {
  color: #ca8b84;
}
table.guest-list form input {
  margin-bottom: 0;
}
table.guest-list form label.boolean {
  margin-top: 10px;
  margin-left: 0;
}
table.guest-list form .new-guest-group-row {
  border-bottom: 0;
}
table.guest-list form .button.remove, table.guest-list form input.remove[type=submit] {
  margin-top: 1.8125rem;
}
@media print, screen and (max-width: 63.99875em) {
  table.guest-list form .button.remove, table.guest-list form input.remove[type=submit] {
    width: auto;
    float: right;
    color: #ca8b84;
    text-decoration: underline;
    width: auto;
    padding: 0;
    background: none;
    margin-top: 0;
  }
}
table.guest-list form .links {
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  table.guest-list form .links .cell:first-child {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  table.guest-list form .links {
    margin-bottom: 1.25rem;
    margin-top: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  table.guest-list form .links {
    margin-top: 0.625rem;
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  table.guest-list form .nested-fields .cell + .cell {
    margin-top: 10px;
  }
  table.guest-list form .nested-fields .cell.remove-holder {
    margin-top: 0;
  }
}
table.guest-list form .nested-fields + .nested-fields {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  table.guest-list form .nested-fields + .nested-fields .input.submit label {
    visibility: hidden;
    line-height: 10px;
    margin-bottom: 0;
  }
}

table.message-inbox {
  margin: 2rem auto 0;
}
table.message-inbox a {
  color: #393539;
}
table.message-inbox a:hover {
  text-decoration: none;
}
table.message-inbox thead tr th {
  text-align: left !important;
}
table.message-inbox tbody tr {
  opacity: 0.5;
}
table.message-inbox tbody tr td {
  text-align: left !important;
}
table.message-inbox tbody tr.unread {
  opacity: 1;
}
table.message-inbox tbody tr:hover {
  cursor: pointer;
}

.guest-group-details-row {
  border: 2px solid #f2dfd7;
  background: #fcf9f7;
  border-radius: 2px;
}
.guest-group-details-row > td {
  padding: 0;
}
.guest-group-details-row table.guest-details {
  margin: 0;
  width: calc(100% + 1px);
  table-layout: fixed;
}
.guest-group-details-row table.guest-details td,
.guest-group-details-row table.guest-details th {
  padding: 0.625rem 0.625rem 0.6875rem;
  width: 20%;
}
@media print, screen and (min-width: 40em) {
  .guest-group-details-row table.guest-details td:first-of-type,
  .guest-group-details-row table.guest-details th:first-of-type {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .guest-group-details-row table.guest-details td:first-of-type,
  .guest-group-details-row table.guest-details th:first-of-type {
    padding-left: 40px;
  }
}
.guest-group-details-row table.guest-details > thead {
  background: #f2dfd7;
}
.guest-group-details-row table.guest-details > thead tr {
  border: none;
}
.guest-group-details-row table.guest-details > thead th {
  font-size: 1.125rem;
  vertical-align: top;
}
.guest-group-details-row table.guest-details > tbody > tr {
  border: none;
}
.guest-group-details-row table.guest-details > tbody > tr:first-of-type td {
  padding-top: 1.25rem;
}
.guest-group-details-row .links {
  padding: 0 0 2.5rem;
}
.guest-group-details-row .links .cell:first-of-type {
  padding-left: 10px;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 40em) {
  .guest-group-details-row .links .cell:first-of-type {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
.guest-group-details-row .links .cell:last-of-type {
  padding-left: 10px;
  padding-right: 10px;
}
@media print, screen and (min-width: 40em) {
  .guest-group-details-row .links .cell:last-of-type {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.guest-group-details-row table.contact-details {
  margin: 0;
}
.guest-group-details-row table.contact-details thead th {
  font-size: 1em;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
}
.guest-group-details-row table.contact-details th,
.guest-group-details-row table.contact-details td {
  padding: 0.625rem 0.625rem 0.6875rem !important;
}
.guest-group-details-row table.contact-details th:first-of-type,
.guest-group-details-row table.contact-details td:first-of-type {
  padding-left: 0 !important;
}
.guest-group-details-row table.contact-details .rsvp-code {
  font-weight: normal;
}

table.edit-guest tbody tr:first-of-type td {
  padding-top: 0;
  padding-bottom: 1.25rem;
}
table.edit-guest tbody tr:first-of-type td input {
  margin-bottom: 0;
}
table.edit-guest tbody td {
  padding: 1.25rem 0 0;
  vertical-align: top;
  padding-right: 20px;
}
table.edit-guest tbody td.events {
  border-bottom: 1px solid #979797;
  text-align: left;
}
table.edit-guest tbody td.events .checkbox-wrapper {
  margin-top: 0.75rem;
  padding-left: 0;
}
table.edit-guest tbody td.events .checkbox-wrapper .checkmark {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  left: 0;
  top: auto;
}
table.edit-guest tbody td.spacer {
  padding-left: 1.25rem;
}
table.edit-guest tbody td input {
  margin-bottom: 5px;
}
table.edit-guest tbody td .button.remove, table.edit-guest tbody td form input.remove[type=submit], form table.edit-guest tbody td input.remove[type=submit] {
  width: auto;
  float: right;
  color: #ca8b84;
  text-decoration: underline;
  width: auto;
  padding: 0;
  background: none;
  margin-top: 0;
}

.edit-guest .nested-fields {
  margin-top: 0.9375rem;
}
.edit-guest .nested-fields input {
  margin-bottom: 0.625rem;
}
.edit-guest .nested-fields label.boolean {
  margin-left: 0;
}
.edit-guest .nested-fields .button.remove, .edit-guest .nested-fields form input.remove[type=submit], form .edit-guest .nested-fields input.remove[type=submit] {
  margin-top: 1.8125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .edit-guest .nested-fields .button.remove, .edit-guest .nested-fields form input.remove[type=submit], form .edit-guest .nested-fields input.remove[type=submit] {
    width: auto;
    float: right;
    color: #ca8b84;
    text-decoration: underline;
    width: auto;
    padding: 0;
    background: none;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .edit-guest .nested-fields .button.add-another, .edit-guest .nested-fields form input.add-another[type=submit], form .edit-guest .nested-fields input.add-another[type=submit] {
    margin-bottom: 2.5rem;
  }
}

.assigned-events table {
  margin: 0;
  table-layout: fixed;
}
.assigned-events table thead {
  text-transform: initial;
}
.assigned-events table thead th span {
  display: inline-block;
  max-width: 90%;
}
.assigned-events table thead th.guest-name {
  width: 220px;
}
.assigned-events table .checkbox-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  display: block;
}
.assigned-events table .checkbox-wrapper .checkmark {
  width: 1.5rem;
  height: 1.5rem;
}

.table-container {
  background-color: #fcf9f7;
  border: 1px solid #f2dfd7;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 2rem;
}
.table-container table {
  width: 100%;
  margin: 0;
  background: none;
}
.table-container table thead tr {
  border-bottom: 1px solid #f2dfd7;
}
.table-container table thead th {
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.table-container table thead th label {
  margin-bottom: 0;
}
.table-container table thead th i {
  font-size: 1rem;
  color: #4b5c69;
  vertical-align: middle;
  margin-top: -4px;
}
.table-container table tbody tr {
  border-bottom: 1px solid #f2dfd7;
}
.table-container table tbody tr:last-child {
  border-bottom: 0;
}
.table-container table tbody tr td {
  padding: 1rem 1.5rem;
  text-align: center;
}
.table-container table tbody tr td a:not(.helper-link) {
  font-weight: inherit;
  text-decoration: none;
}
.table-container table tbody tr td a.blush.button {
  font-weight: 600;
}
.table-container table tbody tr td a.helper-link, .table-container table tbody tr td .cta-wrapper .cta-right a.skip, .cta-wrapper .cta-right .table-container table tbody tr td a.skip {
  white-space: nowrap;
}
.table-container table tbody tr td.name {
  text-align: left;
}
.table-container table tbody tr td .input {
  margin: 0 auto;
}
.table-container table tbody tr td .input label {
  padding-left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .table-container table thead {
    display: none;
  }
  .table-container table tbody tr td {
    padding: 0.5rem 1rem;
    display: flex;
    font-size: 14px;
    line-height: 24px;
  }
  .table-container table tbody tr td p, .table-container table tbody tr td .trix-content div, .trix-content .table-container table tbody tr td div {
    font-size: 14px;
    line-height: 24px;
  }
  .table-container table tbody tr td:before {
    content: attr(label);
    font-weight: bold;
    width: 50%;
    min-width: 50%;
  }
  .table-container table tbody tr td:first-of-type {
    padding-top: 1rem;
  }
  .table-container table tbody tr td:last-of-type {
    padding-bottom: 1rem;
  }
}
.table-container.white {
  background-color: #fff;
  border: 1px solid #f2dfd7;
}

.tabs {
  position: relative;
}
.tabs .headers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
@media print, screen and (min-width: 40em) {
  .tabs .headers {
    gap: 1.25rem;
  }
}
.tabs .headers.align-left {
  justify-content: flex-start;
}
.tabs .headers.rounded {
  border-radius: 2rem;
  overflow: hidden;
  width: auto;
  display: inline-flex;
  background-color: #fcf9f7;
  gap: 0;
  flex-wrap: nowrap;
}
.tabs .headers.rounded .header {
  border-radius: 2rem;
  overflow: hidden;
  padding: 12px 32px;
  max-width: unset;
  flex-basis: unset;
  border: 0;
  border-radius: 0;
  transition: all 0s;
  color: #4b5c69;
}
.tabs .headers.rounded .header.selected {
  border-radius: 2rem;
  overflow: hidden;
  background-color: #98b2ad;
  color: white;
}
.tabs .headers .header {
  max-width: 200px;
  position: relative;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  color: #af554b;
  font-size: 0.875rem;
  font-weight: bold;
  transition: all 0.3s;
  width: 100%;
  flex-basis: 1;
}
@media print, screen and (min-width: 40em) {
  .tabs .headers .header {
    width: auto;
    flex-basis: 0;
  }
}
.tabs .headers .header svg {
  height: 34px;
  display: block;
  margin: 0 auto;
  width: auto;
}
.tabs .headers .header svg path {
  fill: #ca8b84;
}
.tabs .headers .header i,
.tabs .headers .header svg {
  font-size: 34px;
  margin: 0 auto;
  color: #ca8b84;
}
.tabs .headers .header.selected {
  background-color: #fff;
  color: #393539;
  border-color: #98b2ad;
  pointer-events: none;
}
.tabs .headers .header.selected i,
.tabs .headers .header.selected svg {
  color: #98b2ad;
}
.tabs .headers .header.selected i path,
.tabs .headers .header.selected svg path {
  fill: #98b2ad;
}
.tabs .headers .header.disabled {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  pointer-events: none;
  border-radius: 4px;
  color: #9c9a9c;
}
.tabs .headers .header.disabled a {
  pointer-events: all;
  color: inherit;
}
.tabs .headers .header.completed {
  background-color: red;
}
.tabs .headers .header .premium-icon {
  position: absolute;
  top: -3px;
  right: -15px;
  width: 30px;
  height: 30px;
  pointer-events: all;
  opacity: 1 !important;
}
.tabs .headers .header .premium-icon path {
  fill: #af554b;
}
.tabs .headers .header .upgrade-icon {
  position: absolute;
  top: -3px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffe0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .headers .header .upgrade-icon i {
  color: #af554b;
  font-size: 15px;
}
.tabs .headers .header:hover {
  color: #af554b;
}
.tabs .headers .header:hover i,
.tabs .headers .header:hover svg {
  color: inherit;
}
.tabs .headers .header:hover i path,
.tabs .headers .header:hover svg path {
  fill: #af554b;
}
.tabs .content .choices__inner {
  background-color: #fff;
}
.tabs .content .choices__list--dropdown {
  background-color: #fff;
}
.tabs.content-tabs .headers {
  margin-bottom: 1rem;
}
.tabs.content-tabs .website_version_show_guest_login {
  margin-top: 1rem;
}

.modal .tabs {
  padding: 0;
  margin: 0 auto;
  max-width: 376px;
}
.modal .tabs .headers {
  background-color: transparent;
  gap: 1rem;
}
@media print, screen and (min-width: 40em) {
  .modal .tabs .headers {
    gap: 1rem-calc 24px;
  }
}
.modal .tabs .headers .header {
  flex-basis: 0;
  gap: 0.75rem;
}

/* WEBSITE BUILDER SIDEBAR SPECIFIC STYLES */
.sidebar {
  padding: 0 1rem;
  background-color: #fff;
  border-radius: 8px;
  border-bottom: 2rem solid #fff;
  border-top: 2rem solid #fff;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .sidebar {
    padding: 0 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sidebar {
    width: 100%;
    max-width: 375px;
  }
}
.sidebar .tabs .headers {
  background-color: #fcf9f7;
  border-radius: 4px;
  margin-bottom: 2rem;
  padding: 0.5rem 0.5625rem;
  gap: 0;
}
.sidebar .tabs .headers .header {
  border: 2px solid #fcf9f7;
  color: #ca8b84;
  flex-basis: 0;
  flex-wrap: nowrap;
}
.sidebar .tabs .headers .header.selected {
  background-color: #fff;
  color: #393539;
  border-color: #98b2ad;
}
.sidebar .tabs .headers .header.selected i,
.sidebar .tabs .headers .header.selected svg {
  color: #98b2ad;
}
.sidebar .tabs .headers .header.selected i path,
.sidebar .tabs .headers .header.selected svg path {
  fill: #98b2ad;
}
.sidebar .tabs .content h1,
.sidebar .tabs .content h2,
.sidebar .tabs .content h3,
.sidebar .tabs .content h4,
.sidebar .tabs .content h5,
.sidebar .tabs .content table thead th,
table thead .sidebar .tabs .content th,
.sidebar .tabs .content h6 {
  margin-bottom: 0.25rem;
}
.sidebar .tabs .content p, .sidebar .tabs .content .trix-content div, .trix-content .sidebar .tabs .content div {
  margin-bottom: 1.5rem;
}
.sidebar .tabs .content .hint {
  margin-top: 1rem;
}
.sidebar .tabs .content .premium-icon {
  width: 1.125rem;
  height: 1.125rem;
}
.sidebar .tabs .content h4 {
  margin-right: 0.5rem;
  display: inline-block;
}
.sidebar .tabs .content .choices__inner {
  background-color: #fff;
}
.sidebar .tabs .content .choices__list--dropdown {
  background-color: #fff;
}
.sidebar .tabs .content .upgrade-panel {
  padding: 1rem;
  text-align: center;
  background-color: #5a715f;
  border-radius: 4px;
  margin-top: 3rem;
}
.sidebar .tabs .content .upgrade-panel p, .sidebar .tabs .content .upgrade-panel .trix-content div, .trix-content .sidebar .tabs .content .upgrade-panel div,
.sidebar .tabs .content .upgrade-panel label,
.sidebar .tabs .content .upgrade-panel h1,
.sidebar .tabs .content .upgrade-panel h2,
.sidebar .tabs .content .upgrade-panel h3,
.sidebar .tabs .content .upgrade-panel h4,
.sidebar .tabs .content .upgrade-panel h5,
.sidebar .tabs .content .upgrade-panel table thead th,
table thead .sidebar .tabs .content .upgrade-panel th,
.sidebar .tabs .content .upgrade-panel h6 {
  color: white;
}
.sidebar .tabs .content .upgrade-panel p, .sidebar .tabs .content .upgrade-panel .trix-content div, .trix-content .sidebar .tabs .content .upgrade-panel div {
  font-size: 0.875rem;
  line-height: 1.714;
  margin-bottom: 1rem;
}
.sidebar .tabs .content .upgrade-panel .premium-icon {
  display: block;
  margin: -2rem auto 1rem;
  width: 2rem;
  height: 2rem;
}
.sidebar .tabs .content .upgrade-panel.form {
  background-color: #4b5c69;
  text-align: left;
}
.sidebar .tabs .content .upgrade-panel.form p, .sidebar .tabs .content .upgrade-panel.form .trix-content div, .trix-content .sidebar .tabs .content .upgrade-panel.form div,
.sidebar .tabs .content .upgrade-panel.form label {
  font-size: 1rem;
}
.sidebar .tabs .content .upgrade-panel.form input.boolean ~ label.boolean::before {
  border-color: white;
}
.sidebar .tabs .content .upgrade-panel.form input.boolean:checked ~ label.boolean::before {
  border-color: white;
  background: white url("/assets/tick-blue-6d6d8b36.svg") no-repeat center center;
  background-size: 15px auto;
}

/* NEW TABLE MODAL SPECIFIC STYLES */
.new-table-modal .tabs {
  margin: 2rem 0;
}
.new-table-modal .tabs .headers {
  background-color: #fcf9f7;
  border-radius: 4px;
  margin-bottom: 2rem;
  padding: 0.5rem 0.5625rem;
  gap: 0;
}
.new-table-modal .tabs .headers .header {
  border: 2px solid #fcf9f7;
  color: #ca8b84;
  flex-basis: 0;
  flex-wrap: nowrap;
}

/* GUEST AREA SPECIFIC STYLES */
.tabs.timeline .headers {
  counter-reset: tab;
  background: transparent;
  padding: 0;
  position: relative;
  justify-content: space-between;
}
.tabs.timeline .headers:after {
  display: block;
  content: "";
  background-color: #5c5d83;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.tabs.timeline .headers .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  gap: 0.5rem;
  padding: 0 0.5rem;
  border: 0;
  color: #393539;
  font-weight: normal;
  background-color: #fcf9f7;
  z-index: 2;
  flex-basis: unset;
  flex-grow: 0;
}
.tabs.timeline .headers .header span {
  flex-shrink: 0;
}
.tabs.timeline .headers .header:before {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: tab;
  content: counter(tab);
  font-weight: bold;
  flex-shrink: 0;
  border: 1px solid #98b2ad;
  background-color: #fff;
  color: #393539;
}
.tabs.timeline .headers .header:before.disabled {
  background-color: transparent;
  border: 1px solid rgba(57, 53, 57, 0.6);
}
.tabs.timeline .headers .header.completed {
  background-color: #fcf9f7;
}
.tabs.timeline .headers .header.completed:before {
  color: #fff;
  background-color: #98b2ad;
}
.tabs.timeline .headers .header.selected {
  background-color: #fcf9f7;
}
.tabs.timeline .headers .header.selected:before {
  color: #fff;
  background-color: #393539;
  border-color: #393539;
}
.tabs.timeline .headers .header:first-of-type {
  padding-left: 0;
}
.tabs.timeline .headers .header:last-of-type {
  padding-right: 0;
}

.radio-tabs .header.selected label:before {
  background: #4b5c69 url("/assets/radio-selected-9b05dc07.svg") no-repeat center center;
  background-size: 14px auto;
}

.tabbed-select .tabs {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  padding: 0;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .tabbed-select .tabs {
    gap: 1rem;
  }
}
.tabbed-select .tabs .tab {
  border-radius: 4px;
  cursor: pointer;
  background-color: #fcf9f7;
  padding: 24px 6px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 33.33%;
  color: #ca8b84;
  border: 2px solid #fcf9f7;
  overflow: hidden;
  transition: color 0.3s;
}
@media print, screen and (min-width: 40em) {
  .tabbed-select .tabs .tab {
    padding: 24px 12px 12px;
  }
}
.tabbed-select .tabs .tab span {
  background-color: #ca8b84;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 54px;
  height: 39px;
  margin: 0 auto 12px;
  transition: background-color 0.3s;
}
.tabbed-select .tabs .tab span:before {
  content: "";
  display: block;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
}
.tabbed-select .tabs .tab span.layout-default:before {
  width: 30px;
  left: 12px;
  height: 100%;
}
.tabbed-select .tabs .tab span.layout-tabs:before {
  top: 12px;
  width: 100%;
  left: 0;
  height: 10px;
}
.tabbed-select .tabs .tab span.layout-menu:before {
  left: 0;
  height: 100%;
  width: 12px;
}
.tabbed-select .tabs .tab:hover {
  color: #af554b;
}
.tabbed-select .tabs .tab:hover span {
  background: #af554b;
}
.tabbed-select .tabs .tab.selected {
  background-color: #fff;
  border: 2px solid #98b2ad;
  color: #393539;
}
.tabbed-select .tabs .tab.selected span {
  background-color: #98b2ad;
}

.new-table-modal .tabbed-select .tabs {
  margin: 0.5rem 0 2rem;
  gap: 1.5rem;
  max-width: 100%;
  flex-wrap: wrap;
}
.new-table-modal .tabbed-select .tabs .tab {
  width: calc(33.33% - 16px);
  padding: 1rem;
}
.new-table-modal .tabbed-select .tabs .tab span {
  width: 54px;
  height: 54px;
  background-color: transparent;
}
.new-table-modal .tabbed-select .tabs .tab span svg {
  width: 54px;
  height: 54px;
}
.new-table-modal .tabbed-select .tabs .tab span svg .seat {
  fill: #D7AAA5;
}
.new-table-modal .tabbed-select .tabs .tab span svg .table {
  fill: #ca8b84;
}
.new-table-modal .tabbed-select .tabs .tab:hover {
  color: #af554b;
}
.new-table-modal .tabbed-select .tabs .tab:hover span {
  background-color: transparent;
}
.new-table-modal .tabbed-select .tabs .tab:hover span svg .seat {
  fill: #D7AAA5;
}
.new-table-modal .tabbed-select .tabs .tab:hover span svg .table {
  fill: #af554b;
}
.new-table-modal .tabbed-select .tabs .tab.selected {
  background-color: #fff;
  border: 2px solid #98b2ad;
  color: #393539;
}
.new-table-modal .tabbed-select .tabs .tab.selected span {
  background-color: transparent;
}
.new-table-modal .tabbed-select .tabs .tab.selected span svg .seat {
  fill: #CCD9D6;
}
.new-table-modal .tabbed-select .tabs .tab.selected span svg .table {
  fill: #98b2ad;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.custom-theme-form .color-picker-container {
  margin-bottom: 1rem;
}
.custom-theme-form .color-picker-container .color-picker-link {
  width: 100%;
  color: #393539;
}
.custom-theme-form .color-picker-container .color-box {
  width: 100%;
  height: 100%;
  background-color: #fcf9f7;
  border: 1px solid #f2dfd7;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  padding: 0.5rem;
  color: #fff;
  min-height: 36px;
}
.custom-theme-form .color-picker-container hr {
  border-bottom: 1px dotted #979797;
  margin: auto;
  width: 100%;
}
.custom-theme-form .color-picker-container + .button.secondary, .custom-theme-form form .color-picker-container + input.secondary[type=submit], form .custom-theme-form .color-picker-container + input.secondary[type=submit] {
  margin-top: 8px;
}

.font-picker-container .select-wrapper {
  overflow: visible;
}

.recommended-font-select .choices__inner {
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
}
.recommended-font-select .choices__list {
  background-color: white;
}
.recommended-font-select .choices__list--dropdown .choices__item--selectable {
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: center;
}
.recommended-font-select .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: white;
}
.recommended-font-select .font-preview-wrapper {
  width: 85%;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 1rem;
  margin: 0;
}
.recommended-font-select .font-preview-wrapper .fontPreview:first-of-type {
  font-size: 1.5rem;
}
.recommended-font-select .choices__list--dropdown .font-preview-wrapper {
  width: 100%;
}
.recommended-font-select .choices__list--dropdown .font-preview-wrapper:hover {
  border-color: #f0f0f0;
}
.recommended-font-select .choices__placeholder {
  opacity: 1;
}

.custom-theme-website-preview {
  position: sticky;
  top: 0;
  height: 90vh;
  overflow-y: scroll;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.theme-selection-key {
  list-style: none;
  margin: 0 0 1.875rem;
}
.theme-selection-key li {
  display: block;
  margin-right: 0;
  margin-bottom: 0.875rem;
}
.theme-selection-key li.premium svg {
  vertical-align: middle;
  margin-top: -4px;
}
@media print, screen and (min-width: 40em) {
  .theme-selection-key {
    margin-bottom: 0;
  }
  .theme-selection-key li {
    display: inline;
    margin-bottom: 0;
    margin-right: 0.875rem;
  }
}

.themes-list-block {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.themes-list-block .theme-item {
  display: flex;
  flex-direction: column;
}
.themes-list-block .theme-item .image-container {
  margin-bottom: 0.75rem;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(35, 50, 66, 0.42);
  position: relative;
  overflow: hidden;
  display: block;
}
.themes-list-block .theme-item .image-container .view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: opacity 0.3s;
  background-color: rgba(57, 53, 67, 0.5);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Domaine Display", georgia, serif;
  font-size: 1.5rem;
}
.themes-list-block .theme-item .image-container .toolbar {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.3125rem 1.25rem;
  z-index: 3;
  line-height: 1;
}
.themes-list-block .theme-item .image-container .toolbar span {
  display: inline-block;
  background: #e4e4e4;
  border-radius: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.3125rem;
}
.themes-list-block .theme-item .image-container .theme-banner {
  position: absolute;
  top: 20px;
  left: 0;
  width: auto;
  padding: 0.875rem 0.625rem;
  background: #393539;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  z-index: 2;
  font-family: "Domaine Display", georgia, serif;
  display: flex;
  align-items: center;
  min-width: 20%;
}
.themes-list-block .theme-item .image-container .theme-banner svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-top: -2px;
  width: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .themes-list-block .theme-item .image-container .theme-banner svg {
    margin-right: 8px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .themes-list-block .theme-item .image-container .theme-banner {
    padding: 0.6875rem 0.625rem;
    top: 26px;
  }
  .themes-list-block .theme-item .image-container .theme-banner span {
    display: none;
  }
}
.themes-list-block .theme-item .image-container .theme-banner--white {
  background-color: #fff;
  color: #000;
}
.themes-list-block .theme-item .image-container img {
  width: 100%;
  height: auto;
  transform: scale(1.03);
  transition: transform 0.3s;
}
.themes-list-block .theme-item .image-container:hover .view {
  opacity: 1;
}
.themes-list-block .theme-item .image-container:hover img {
  transform: scale(1);
}
.themes-list-block .theme-item .info {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-end;
  margin-bottom: 0.625rem;
}
.themes-list-block .theme-item .info h5, .themes-list-block .theme-item .info table thead th, table thead .themes-list-block .theme-item .info th,
.themes-list-block .theme-item .info p,
.themes-list-block .theme-item .info .trix-content div,
.trix-content .themes-list-block .theme-item .info div,
.themes-list-block .theme-item .info a {
  color: #393539;
  margin-bottom: 0;
  font-weight: normal;
  text-decoration: none;
}
.themes-list-block .theme-item .theme-cats {
  flex: 0 0 auto;
}
.themes-list-block .theme-item {
  margin-bottom: 3rem;
}
.themes-list-block .theme-item.selected .image-container .toolbar {
  background: #393539;
  color: #fff;
}
.themes-list-block .theme-item.selected .image-container .view {
  opacity: 1;
}

.theme-cat {
  display: inline-block;
  border-radius: 50%;
  line-height: 26px;
  width: 26px;
  text-align: center;
  font-size: 0.9375rem;
  color: #fcf9f7;
  font-weight: bold;
  margin-right: 0.3125rem;
  font-family: "Domaine Display", georgia, serif;
}
.theme-cat.large {
  line-height: 40px;
  width: 40px;
  font-size: 1rem;
  margin-right: 0.5625rem;
}

.theme-cat--black {
  color: black;
}

.single-theme img {
  box-shadow: 0 2px 2px 0 rgba(35, 50, 66, 0.12);
  border-radius: 8px;
}
.single-theme .theme-overview {
  background-color: inherit;
  position: relative;
  padding-bottom: 1.875rem;
}
.single-theme .theme-overview:before {
  position: absolute;
  top: calc(100% - 18px);
  left: 50%;
  margin-left: -24px;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(45deg);
  background-color: inherit;
  content: "";
  display: block;
  z-index: 1;
}
.single-theme .theme-overview .info ul.cats {
  list-style: none;
  margin: 0 0 2.5rem;
}
.single-theme .theme-overview .info ul.cats li {
  margin-bottom: 0.75rem;
}
.single-theme .theme-overview .info h5, .single-theme .theme-overview .info table thead th, table thead .single-theme .theme-overview .info th {
  margin-bottom: 0.625rem;
}
.single-theme .theme-overview .info .premium .theme-cat svg,
.single-theme .theme-overview .info .premium .theme-cat i {
  vertical-align: middle;
}
.single-theme .theme-overview .info .premium .theme-cat i::before {
  font-size: 1.5rem;
}
.single-theme .theme-overview .info .theme-banner,
.single-theme .theme-overview .info .currently-selected-banner {
  padding: 0.875rem 0.625rem;
  background: #393539;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  z-index: 2;
  font-family: "Domaine Display", georgia, serif;
  margin-bottom: 2em;
}
.single-theme .theme-overview .info .theme-banner + .theme-banner,
.single-theme .theme-overview .info .theme-banner .currently-selected-banner,
.single-theme .theme-overview .info .currently-selected-banner + .theme-banner,
.single-theme .theme-overview .info .currently-selected-banner .currently-selected-banner {
  margin-top: -1.5em;
}
.single-theme .theme-overview .info .theme-banner svg,
.single-theme .theme-overview .info .currently-selected-banner svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-top: -2px;
}
@media print, screen and (min-width: 40em) {
  .single-theme .theme-overview .info .theme-banner svg,
  .single-theme .theme-overview .info .currently-selected-banner svg {
    margin-right: 8px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .single-theme .theme-overview .info .theme-banner,
  .single-theme .theme-overview .info .currently-selected-banner {
    padding: 0.6875rem 0.625rem;
    top: 26px;
  }
}
.single-theme .theme-overview .info .designer-logo {
  background: #fff;
  padding: 1.5rem 3.75rem;
  margin-bottom: 1.875rem;
  width: 270px;
}
.single-theme .theme-overview .info .designer-logo img {
  width: 100%;
  height: auto;
  box-shadow: none;
}
.single-theme .theme-overview .info .description p,
.single-theme .theme-overview .info .description div {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .single-theme .theme-overview .info .description p,
  .single-theme .theme-overview .info .description div {
    max-width: 270px;
    margin-bottom: 1.875rem;
  }
}
.single-theme .theme-imagery img {
  margin-bottom: 0.9375rem;
}
.single-theme .theme-imagery .secondary-images .item {
  margin-bottom: 2.5rem;
}
.single-theme .theme-imagery .secondary-images .item img {
  display: block;
  width: 100%;
  height: auto;
}
.single-theme .palette-cell {
  position: relative;
  margin-bottom: 2.5rem;
}
.single-theme .palette-cell label {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.single-theme .palette-cell .palette-selector-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid transparent;
  height: 70px;
  width: 70px;
  border-radius: 100%;
}
.single-theme .palette-cell .palette-selector-wrapper .inner {
  border-radius: 100%;
  border: 1px solid #acacac;
  height: 50px;
  width: 50px;
  vertical-align: middle;
  display: flex;
  overflow: hidden;
}
.single-theme .palette-cell .palette-selector-wrapper .inner .palette-colours {
  width: 50%;
  flex-grow: 1;
  margin: 0;
  height: 50px;
}
.single-theme .palette-cell .selected .palette-selector-wrapper {
  border: 1px solid #393539;
}
.single-theme .palette-cell input ~ .palette-label .selected {
  display: none;
}
.single-theme .palette-cell input ~ .palette-label .unselected {
  display: block;
}
.single-theme .palette-cell input:checked ~ .palette-label .selected {
  display: block;
}
.single-theme .palette-cell input:checked ~ .palette-label .unselected {
  display: none;
}
.single-theme .typography-group-cell {
  position: relative;
  margin-bottom: 2.5rem;
}
.single-theme .typography-group-cell label {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.single-theme .typography-group-cell .selected,
.single-theme .typography-group-cell .unselected {
  border-radius: 8px;
  background: #f7f7f7;
  padding: 1.25rem 1.25rem 0.625rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 2px 0 rgba(35, 50, 66, 0.12);
}
.single-theme .typography-group-cell .selected {
  background: #fff;
  border: 2px solid #98b2ad;
}
.single-theme .typography-group-cell ul {
  margin-bottom: 0;
}
.single-theme .typography-group-cell input ~ .typography-group-label .selected {
  display: none;
}
.single-theme .typography-group-cell input ~ .typography-group-label .unselected {
  display: block;
}
.single-theme .typography-group-cell input:checked ~ .typography-group-label .selected {
  display: block;
}
.single-theme .typography-group-cell input:checked ~ .typography-group-label .unselected {
  display: none;
}
.single-theme .typography-group-cell .font-one {
  font-size: 3rem;
}
.single-theme .typography-group-cell .inner {
  padding: 0.9375rem 1.875rem 1.875rem;
  border-bottom: 1px solid #d8d8d8;
}
.single-theme .typography-group-cell .inner:last-child {
  border-bottom: 0;
}
.single-theme .typography-group-cell .header {
  background: #393539;
  color: #fff;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
}
.single-theme .typography-group-cell .header h5, .single-theme .typography-group-cell .header table thead th, table thead .single-theme .typography-group-cell .header th {
  color: #fff;
}
.single-theme .typography-group-cell .header .currently-selected {
  font-size: 0.875rem;
  font-family: "Domaine Display", georgia, serif;
  font-weight: normal;
  line-height: 1.5rem;
  margin-left: 1.25rem;
  text-align: right;
}
@media print, screen and (min-width: 40em) {
  .single-theme .typography-group-cell .header .currently-selected {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.single-theme .typography-group-cell h6 {
  font-size: 1.125rem;
}
.single-theme .typography-group-cell p, .single-theme .typography-group-cell .trix-content div, .trix-content .single-theme .typography-group-cell div {
  line-height: 1;
}
.single-theme .typography-group-cell p:last-of-type, .single-theme .typography-group-cell .trix-content div:last-of-type, .trix-content .single-theme .typography-group-cell div:last-of-type {
  margin-bottom: 0;
}
.single-theme .typography-group-cell .selected,
.single-theme .typography-group-cell .unselected {
  padding: 0;
}
.single-theme .theme-variations {
  background: #fff;
  padding-top: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .single-theme .theme-variations {
    padding-top: 4.375rem;
  }
}
.single-theme .theme-variations .variation-list {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .single-theme .theme-variations .variation-list {
    margin-bottom: 2.5rem;
  }
}
.single-theme .theme-variations .variation-item {
  margin-bottom: 2.5rem;
}
.single-theme .theme-variations .variation-item img {
  margin-bottom: 0.9375rem;
  width: 100%;
  height: auto;
}
.single-theme .theme-variations .variation-item h6 {
  line-height: 26px;
  margin-bottom: 0;
}
.single-theme .image-zoom-container {
  position: relative;
  cursor: pointer;
}
.single-theme .image-zoom-container:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 36px;
  border-radius: 36px;
  display: none;
  z-index: 2;
  height: 36px;
  background: #fff url("/assets/zoom-a160e239.svg") no-repeat center center;
  background-size: 16px;
  box-shadow: 0 2px 2px 0 rgba(35, 50, 66, 0.12);
}
.single-theme .image-zoom-container:hover:before {
  display: block;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.tooltip-text {
  font-size: 18px;
}
.tooltip-text.primary i {
  color: #ca8b84;
}
.tooltip-text.secondary i {
  color: #f2dfd7;
}
.tooltip-text.success i {
  color: #3adb76;
}
.tooltip-text.warning i {
  color: #f2dfd7;
}
.tooltip-text.alert i {
  color: #af554b;
}
.tooltip-text.dark-green i {
  color: #98b2ad;
}
.tooltip-text.green i {
  color: #c1d1ce;
}
.tooltip-text.light-green i {
  color: #eaf0ef;
}
.tooltip-text.blush-dark i {
  color: #af554b;
}
.tooltip-text.eucalyptus i {
  color: #98b2ad;
}
.tooltip-text.eucalyptus-light i {
  color: #c1d1ce;
}
.tooltip-text.eucalyptus-pale i {
  color: #eaf0ef;
}
.tooltip-text.denim i {
  color: #4b5c69;
}
.tooltip-text.denim-light i {
  color: #939da5;
}
.tooltip-text.denim-pale i {
  color: #dbdee1;
}
.tooltip-text.peach i {
  color: #f2dfd7;
}
.tooltip-text.peach-light i {
  color: #f7ece7;
}
.tooltip-text.peach-pale i {
  color: #fcf9f7;
}
.tooltip-text.blush i {
  color: #ca8b84;
}
.tooltip-text.blush-light i {
  color: #dfb9b5;
}
.tooltip-text.blush-pale i {
  color: #f4e8e6;
}
.tooltip-text.soft-black i {
  color: #393539;
}
.tooltip-text.soft-black-light i {
  color: #888688;
}
.tooltip-text.soft-black-pale i {
  color: #d7d7d7;
}
.tooltip-text.paper i {
  color: #fcf9f7;
}
.tooltip-text.paper-light i {
  color: #fdfbfa;
}
.tooltip-text.red i {
  color: #d76767;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

@font-face {
  font-family: "Domaine Display";
  font-weight: normal;
  src: url("/assets/domaine-display-web-medium-9185a66c.eot");
  src: url("/assets/domaine-display-web-medium-9185a66c.eot?#iefix") format("embedded-opentype"), url("/assets/domaine-display-web-medium-f0e4c358.woff2") format("woff2"), url("/assets/domaine-display-web-medium-d1c730be.woff") format("woff");
}
@font-face {
  font-family: "Sohne";
  font-weight: normal;
  src: url("/assets/soehne-web-leicht-8d406095.eot");
  src: url("/assets/soehne-web-leicht-8d406095.eot?#iefix") format("embedded-opentype"), url("/assets/soehne-web-leicht-de566fc8.woff2") format("woff2"), url("/assets/soehne-web-leicht-e49619c3.woff") format("woff");
}
@font-face {
  font-family: "Sohne";
  font-weight: bold;
  src: url("/assets/soehne-web-kraftig-dca1cfb4.eot");
  src: url("/assets/soehne-web-kraftig-dca1cfb4.eot?#iefix") format("embedded-opentype"), url("/assets/soehne-web-kraftig-fcbeb306.woff2") format("woff2"), url("/assets/soehne-web-kraftig-6164841c.woff") format("woff");
}
h1 {
  letter-spacing: -0.11px;
}

h2 {
  letter-spacing: -0.09px;
}

h3 {
  letter-spacing: -0.07px;
}

h4 {
  letter-spacing: -0.06px;
}

p, .trix-content div,
ul,
ol {
  font-size: 1rem;
  line-height: 1.625rem;
}

p.blush-dark, .trix-content div.blush-dark,
h1.blush-dark,
h2.blush-dark,
h3.blush-dark,
h4.blush-dark,
h5.blush-dark,
table thead th.blush-dark,
h6.blush-dark {
  color: #af554b;
}
p.pink-underline, .trix-content div.pink-underline,
h1.pink-underline,
h2.pink-underline,
h3.pink-underline,
h4.pink-underline,
h5.pink-underline,
table thead th.pink-underline,
h6.pink-underline {
  color: #ca8b84;
  font-family: "Domaine Display", georgia, serif;
  text-decoration: underline;
}
p.denim, .trix-content div.denim,
h1.denim,
h2.denim,
h3.denim,
h4.denim,
h5.denim,
table thead th.denim,
h6.denim {
  font-weight: bold;
  color: #4b5c69;
}
p a:not(.button), .trix-content div a:not(.button),
h1 a:not(.button),
h2 a:not(.button),
h3 a:not(.button),
h4 a:not(.button),
h5 a:not(.button),
table thead th a:not(.button),
h6 a:not(.button) {
  font-weight: bold;
  text-decoration: underline;
}
p a.denim, .trix-content div a.denim,
h1 a.denim,
h2 a.denim,
h3 a.denim,
h4 a.denim,
h5 a.denim,
table thead th a.denim,
h6 a.denim {
  font-size: inherit;
  color: #4b5c69;
}

h1.marginless {
  margin: 0 !important;
}
h1.text-primary {
  color: #ca8b84;
}
h1.text-secondary {
  color: #f2dfd7;
}
h1.text-success {
  color: #3adb76;
}
h1.text-warning {
  color: #f2dfd7;
}
h1.text-alert {
  color: #af554b;
}
h1.text-dark-green {
  color: #98b2ad;
}
h1.text-green {
  color: #c1d1ce;
}
h1.text-light-green {
  color: #eaf0ef;
}
h1.text-blush-dark {
  color: #af554b;
}
h1.text-eucalyptus {
  color: #98b2ad;
}
h1.text-eucalyptus-light {
  color: #c1d1ce;
}
h1.text-eucalyptus-pale {
  color: #eaf0ef;
}
h1.text-denim {
  color: #4b5c69;
}
h1.text-denim-light {
  color: #939da5;
}
h1.text-denim-pale {
  color: #dbdee1;
}
h1.text-peach {
  color: #f2dfd7;
}
h1.text-peach-light {
  color: #f7ece7;
}
h1.text-peach-pale {
  color: #fcf9f7;
}
h1.text-blush {
  color: #ca8b84;
}
h1.text-blush-light {
  color: #dfb9b5;
}
h1.text-blush-pale {
  color: #f4e8e6;
}
h1.text-soft-black {
  color: #393539;
}
h1.text-soft-black-light {
  color: #888688;
}
h1.text-soft-black-pale {
  color: #d7d7d7;
}
h1.text-paper {
  color: #fcf9f7;
}
h1.text-paper-light {
  color: #fdfbfa;
}
h1.text-red {
  color: #d76767;
}

h2.marginless {
  margin: 0 !important;
}
h2.text-primary {
  color: #ca8b84;
}
h2.text-secondary {
  color: #f2dfd7;
}
h2.text-success {
  color: #3adb76;
}
h2.text-warning {
  color: #f2dfd7;
}
h2.text-alert {
  color: #af554b;
}
h2.text-dark-green {
  color: #98b2ad;
}
h2.text-green {
  color: #c1d1ce;
}
h2.text-light-green {
  color: #eaf0ef;
}
h2.text-blush-dark {
  color: #af554b;
}
h2.text-eucalyptus {
  color: #98b2ad;
}
h2.text-eucalyptus-light {
  color: #c1d1ce;
}
h2.text-eucalyptus-pale {
  color: #eaf0ef;
}
h2.text-denim {
  color: #4b5c69;
}
h2.text-denim-light {
  color: #939da5;
}
h2.text-denim-pale {
  color: #dbdee1;
}
h2.text-peach {
  color: #f2dfd7;
}
h2.text-peach-light {
  color: #f7ece7;
}
h2.text-peach-pale {
  color: #fcf9f7;
}
h2.text-blush {
  color: #ca8b84;
}
h2.text-blush-light {
  color: #dfb9b5;
}
h2.text-blush-pale {
  color: #f4e8e6;
}
h2.text-soft-black {
  color: #393539;
}
h2.text-soft-black-light {
  color: #888688;
}
h2.text-soft-black-pale {
  color: #d7d7d7;
}
h2.text-paper {
  color: #fcf9f7;
}
h2.text-paper-light {
  color: #fdfbfa;
}
h2.text-red {
  color: #d76767;
}

h3.marginless {
  margin: 0 !important;
}
h3.text-primary {
  color: #ca8b84;
}
h3.text-secondary {
  color: #f2dfd7;
}
h3.text-success {
  color: #3adb76;
}
h3.text-warning {
  color: #f2dfd7;
}
h3.text-alert {
  color: #af554b;
}
h3.text-dark-green {
  color: #98b2ad;
}
h3.text-green {
  color: #c1d1ce;
}
h3.text-light-green {
  color: #eaf0ef;
}
h3.text-blush-dark {
  color: #af554b;
}
h3.text-eucalyptus {
  color: #98b2ad;
}
h3.text-eucalyptus-light {
  color: #c1d1ce;
}
h3.text-eucalyptus-pale {
  color: #eaf0ef;
}
h3.text-denim {
  color: #4b5c69;
}
h3.text-denim-light {
  color: #939da5;
}
h3.text-denim-pale {
  color: #dbdee1;
}
h3.text-peach {
  color: #f2dfd7;
}
h3.text-peach-light {
  color: #f7ece7;
}
h3.text-peach-pale {
  color: #fcf9f7;
}
h3.text-blush {
  color: #ca8b84;
}
h3.text-blush-light {
  color: #dfb9b5;
}
h3.text-blush-pale {
  color: #f4e8e6;
}
h3.text-soft-black {
  color: #393539;
}
h3.text-soft-black-light {
  color: #888688;
}
h3.text-soft-black-pale {
  color: #d7d7d7;
}
h3.text-paper {
  color: #fcf9f7;
}
h3.text-paper-light {
  color: #fdfbfa;
}
h3.text-red {
  color: #d76767;
}

h4.marginless {
  margin: 0 !important;
}
h4.text-primary {
  color: #ca8b84;
}
h4.text-secondary {
  color: #f2dfd7;
}
h4.text-success {
  color: #3adb76;
}
h4.text-warning {
  color: #f2dfd7;
}
h4.text-alert {
  color: #af554b;
}
h4.text-dark-green {
  color: #98b2ad;
}
h4.text-green {
  color: #c1d1ce;
}
h4.text-light-green {
  color: #eaf0ef;
}
h4.text-blush-dark {
  color: #af554b;
}
h4.text-eucalyptus {
  color: #98b2ad;
}
h4.text-eucalyptus-light {
  color: #c1d1ce;
}
h4.text-eucalyptus-pale {
  color: #eaf0ef;
}
h4.text-denim {
  color: #4b5c69;
}
h4.text-denim-light {
  color: #939da5;
}
h4.text-denim-pale {
  color: #dbdee1;
}
h4.text-peach {
  color: #f2dfd7;
}
h4.text-peach-light {
  color: #f7ece7;
}
h4.text-peach-pale {
  color: #fcf9f7;
}
h4.text-blush {
  color: #ca8b84;
}
h4.text-blush-light {
  color: #dfb9b5;
}
h4.text-blush-pale {
  color: #f4e8e6;
}
h4.text-soft-black {
  color: #393539;
}
h4.text-soft-black-light {
  color: #888688;
}
h4.text-soft-black-pale {
  color: #d7d7d7;
}
h4.text-paper {
  color: #fcf9f7;
}
h4.text-paper-light {
  color: #fdfbfa;
}
h4.text-red {
  color: #d76767;
}

h5.marginless, table thead th.marginless {
  margin: 0 !important;
}
h5.text-primary, table thead th.text-primary {
  color: #ca8b84;
}
h5.text-secondary, table thead th.text-secondary {
  color: #f2dfd7;
}
h5.text-success, table thead th.text-success {
  color: #3adb76;
}
h5.text-warning, table thead th.text-warning {
  color: #f2dfd7;
}
h5.text-alert, table thead th.text-alert {
  color: #af554b;
}
h5.text-dark-green, table thead th.text-dark-green {
  color: #98b2ad;
}
h5.text-green, table thead th.text-green {
  color: #c1d1ce;
}
h5.text-light-green, table thead th.text-light-green {
  color: #eaf0ef;
}
h5.text-blush-dark, table thead th.text-blush-dark {
  color: #af554b;
}
h5.text-eucalyptus, table thead th.text-eucalyptus {
  color: #98b2ad;
}
h5.text-eucalyptus-light, table thead th.text-eucalyptus-light {
  color: #c1d1ce;
}
h5.text-eucalyptus-pale, table thead th.text-eucalyptus-pale {
  color: #eaf0ef;
}
h5.text-denim, table thead th.text-denim {
  color: #4b5c69;
}
h5.text-denim-light, table thead th.text-denim-light {
  color: #939da5;
}
h5.text-denim-pale, table thead th.text-denim-pale {
  color: #dbdee1;
}
h5.text-peach, table thead th.text-peach {
  color: #f2dfd7;
}
h5.text-peach-light, table thead th.text-peach-light {
  color: #f7ece7;
}
h5.text-peach-pale, table thead th.text-peach-pale {
  color: #fcf9f7;
}
h5.text-blush, table thead th.text-blush {
  color: #ca8b84;
}
h5.text-blush-light, table thead th.text-blush-light {
  color: #dfb9b5;
}
h5.text-blush-pale, table thead th.text-blush-pale {
  color: #f4e8e6;
}
h5.text-soft-black, table thead th.text-soft-black {
  color: #393539;
}
h5.text-soft-black-light, table thead th.text-soft-black-light {
  color: #888688;
}
h5.text-soft-black-pale, table thead th.text-soft-black-pale {
  color: #d7d7d7;
}
h5.text-paper, table thead th.text-paper {
  color: #fcf9f7;
}
h5.text-paper-light, table thead th.text-paper-light {
  color: #fdfbfa;
}
h5.text-red, table thead th.text-red {
  color: #d76767;
}

h6.marginless {
  margin: 0 !important;
}
h6.text-primary {
  color: #ca8b84;
}
h6.text-secondary {
  color: #f2dfd7;
}
h6.text-success {
  color: #3adb76;
}
h6.text-warning {
  color: #f2dfd7;
}
h6.text-alert {
  color: #af554b;
}
h6.text-dark-green {
  color: #98b2ad;
}
h6.text-green {
  color: #c1d1ce;
}
h6.text-light-green {
  color: #eaf0ef;
}
h6.text-blush-dark {
  color: #af554b;
}
h6.text-eucalyptus {
  color: #98b2ad;
}
h6.text-eucalyptus-light {
  color: #c1d1ce;
}
h6.text-eucalyptus-pale {
  color: #eaf0ef;
}
h6.text-denim {
  color: #4b5c69;
}
h6.text-denim-light {
  color: #939da5;
}
h6.text-denim-pale {
  color: #dbdee1;
}
h6.text-peach {
  color: #f2dfd7;
}
h6.text-peach-light {
  color: #f7ece7;
}
h6.text-peach-pale {
  color: #fcf9f7;
}
h6.text-blush {
  color: #ca8b84;
}
h6.text-blush-light {
  color: #dfb9b5;
}
h6.text-blush-pale {
  color: #f4e8e6;
}
h6.text-soft-black {
  color: #393539;
}
h6.text-soft-black-light {
  color: #888688;
}
h6.text-soft-black-pale {
  color: #d7d7d7;
}
h6.text-paper {
  color: #fcf9f7;
}
h6.text-paper-light {
  color: #fdfbfa;
}
h6.text-red {
  color: #d76767;
}

p.text-primary, .trix-content div.text-primary,
span.text-primary,
small.text-primary,
b.text-primary,
i.text-primary,
strong.text-primary,
em.text-primary,
a.text-primary {
  color: #ca8b84;
}
p.text-primary a, .trix-content div.text-primary a,
span.text-primary a,
small.text-primary a,
b.text-primary a,
i.text-primary a,
strong.text-primary a,
em.text-primary a,
a.text-primary a {
  text-decoration: underline;
}
p.text-secondary, .trix-content div.text-secondary,
span.text-secondary,
small.text-secondary,
b.text-secondary,
i.text-secondary,
strong.text-secondary,
em.text-secondary,
a.text-secondary {
  color: #f2dfd7;
}
p.text-secondary a, .trix-content div.text-secondary a,
span.text-secondary a,
small.text-secondary a,
b.text-secondary a,
i.text-secondary a,
strong.text-secondary a,
em.text-secondary a,
a.text-secondary a {
  text-decoration: underline;
}
p.text-success, .trix-content div.text-success,
span.text-success,
small.text-success,
b.text-success,
i.text-success,
strong.text-success,
em.text-success,
a.text-success {
  color: #3adb76;
}
p.text-success a, .trix-content div.text-success a,
span.text-success a,
small.text-success a,
b.text-success a,
i.text-success a,
strong.text-success a,
em.text-success a,
a.text-success a {
  text-decoration: underline;
}
p.text-warning, .trix-content div.text-warning,
span.text-warning,
small.text-warning,
b.text-warning,
i.text-warning,
strong.text-warning,
em.text-warning,
a.text-warning {
  color: #f2dfd7;
}
p.text-warning a, .trix-content div.text-warning a,
span.text-warning a,
small.text-warning a,
b.text-warning a,
i.text-warning a,
strong.text-warning a,
em.text-warning a,
a.text-warning a {
  text-decoration: underline;
}
p.text-alert, .trix-content div.text-alert,
span.text-alert,
small.text-alert,
b.text-alert,
i.text-alert,
strong.text-alert,
em.text-alert,
a.text-alert {
  color: #af554b;
}
p.text-alert a, .trix-content div.text-alert a,
span.text-alert a,
small.text-alert a,
b.text-alert a,
i.text-alert a,
strong.text-alert a,
em.text-alert a,
a.text-alert a {
  text-decoration: underline;
}
p.text-dark-green, .trix-content div.text-dark-green,
span.text-dark-green,
small.text-dark-green,
b.text-dark-green,
i.text-dark-green,
strong.text-dark-green,
em.text-dark-green,
a.text-dark-green {
  color: #98b2ad;
}
p.text-dark-green a, .trix-content div.text-dark-green a,
span.text-dark-green a,
small.text-dark-green a,
b.text-dark-green a,
i.text-dark-green a,
strong.text-dark-green a,
em.text-dark-green a,
a.text-dark-green a {
  text-decoration: underline;
}
p.text-green, .trix-content div.text-green,
span.text-green,
small.text-green,
b.text-green,
i.text-green,
strong.text-green,
em.text-green,
a.text-green {
  color: #c1d1ce;
}
p.text-green a, .trix-content div.text-green a,
span.text-green a,
small.text-green a,
b.text-green a,
i.text-green a,
strong.text-green a,
em.text-green a,
a.text-green a {
  text-decoration: underline;
}
p.text-light-green, .trix-content div.text-light-green,
span.text-light-green,
small.text-light-green,
b.text-light-green,
i.text-light-green,
strong.text-light-green,
em.text-light-green,
a.text-light-green {
  color: #eaf0ef;
}
p.text-light-green a, .trix-content div.text-light-green a,
span.text-light-green a,
small.text-light-green a,
b.text-light-green a,
i.text-light-green a,
strong.text-light-green a,
em.text-light-green a,
a.text-light-green a {
  text-decoration: underline;
}
p.text-blush-dark, .trix-content div.text-blush-dark,
span.text-blush-dark,
small.text-blush-dark,
b.text-blush-dark,
i.text-blush-dark,
strong.text-blush-dark,
em.text-blush-dark,
a.text-blush-dark {
  color: #af554b;
}
p.text-blush-dark a, .trix-content div.text-blush-dark a,
span.text-blush-dark a,
small.text-blush-dark a,
b.text-blush-dark a,
i.text-blush-dark a,
strong.text-blush-dark a,
em.text-blush-dark a,
a.text-blush-dark a {
  text-decoration: underline;
}
p.text-eucalyptus, .trix-content div.text-eucalyptus,
span.text-eucalyptus,
small.text-eucalyptus,
b.text-eucalyptus,
i.text-eucalyptus,
strong.text-eucalyptus,
em.text-eucalyptus,
a.text-eucalyptus {
  color: #98b2ad;
}
p.text-eucalyptus a, .trix-content div.text-eucalyptus a,
span.text-eucalyptus a,
small.text-eucalyptus a,
b.text-eucalyptus a,
i.text-eucalyptus a,
strong.text-eucalyptus a,
em.text-eucalyptus a,
a.text-eucalyptus a {
  text-decoration: underline;
}
p.text-eucalyptus-light, .trix-content div.text-eucalyptus-light,
span.text-eucalyptus-light,
small.text-eucalyptus-light,
b.text-eucalyptus-light,
i.text-eucalyptus-light,
strong.text-eucalyptus-light,
em.text-eucalyptus-light,
a.text-eucalyptus-light {
  color: #c1d1ce;
}
p.text-eucalyptus-light a, .trix-content div.text-eucalyptus-light a,
span.text-eucalyptus-light a,
small.text-eucalyptus-light a,
b.text-eucalyptus-light a,
i.text-eucalyptus-light a,
strong.text-eucalyptus-light a,
em.text-eucalyptus-light a,
a.text-eucalyptus-light a {
  text-decoration: underline;
}
p.text-eucalyptus-pale, .trix-content div.text-eucalyptus-pale,
span.text-eucalyptus-pale,
small.text-eucalyptus-pale,
b.text-eucalyptus-pale,
i.text-eucalyptus-pale,
strong.text-eucalyptus-pale,
em.text-eucalyptus-pale,
a.text-eucalyptus-pale {
  color: #eaf0ef;
}
p.text-eucalyptus-pale a, .trix-content div.text-eucalyptus-pale a,
span.text-eucalyptus-pale a,
small.text-eucalyptus-pale a,
b.text-eucalyptus-pale a,
i.text-eucalyptus-pale a,
strong.text-eucalyptus-pale a,
em.text-eucalyptus-pale a,
a.text-eucalyptus-pale a {
  text-decoration: underline;
}
p.text-denim, .trix-content div.text-denim,
span.text-denim,
small.text-denim,
b.text-denim,
i.text-denim,
strong.text-denim,
em.text-denim,
a.text-denim {
  color: #4b5c69;
}
p.text-denim a, .trix-content div.text-denim a,
span.text-denim a,
small.text-denim a,
b.text-denim a,
i.text-denim a,
strong.text-denim a,
em.text-denim a,
a.text-denim a {
  text-decoration: underline;
}
p.text-denim-light, .trix-content div.text-denim-light,
span.text-denim-light,
small.text-denim-light,
b.text-denim-light,
i.text-denim-light,
strong.text-denim-light,
em.text-denim-light,
a.text-denim-light {
  color: #939da5;
}
p.text-denim-light a, .trix-content div.text-denim-light a,
span.text-denim-light a,
small.text-denim-light a,
b.text-denim-light a,
i.text-denim-light a,
strong.text-denim-light a,
em.text-denim-light a,
a.text-denim-light a {
  text-decoration: underline;
}
p.text-denim-pale, .trix-content div.text-denim-pale,
span.text-denim-pale,
small.text-denim-pale,
b.text-denim-pale,
i.text-denim-pale,
strong.text-denim-pale,
em.text-denim-pale,
a.text-denim-pale {
  color: #dbdee1;
}
p.text-denim-pale a, .trix-content div.text-denim-pale a,
span.text-denim-pale a,
small.text-denim-pale a,
b.text-denim-pale a,
i.text-denim-pale a,
strong.text-denim-pale a,
em.text-denim-pale a,
a.text-denim-pale a {
  text-decoration: underline;
}
p.text-peach, .trix-content div.text-peach,
span.text-peach,
small.text-peach,
b.text-peach,
i.text-peach,
strong.text-peach,
em.text-peach,
a.text-peach {
  color: #f2dfd7;
}
p.text-peach a, .trix-content div.text-peach a,
span.text-peach a,
small.text-peach a,
b.text-peach a,
i.text-peach a,
strong.text-peach a,
em.text-peach a,
a.text-peach a {
  text-decoration: underline;
}
p.text-peach-light, .trix-content div.text-peach-light,
span.text-peach-light,
small.text-peach-light,
b.text-peach-light,
i.text-peach-light,
strong.text-peach-light,
em.text-peach-light,
a.text-peach-light {
  color: #f7ece7;
}
p.text-peach-light a, .trix-content div.text-peach-light a,
span.text-peach-light a,
small.text-peach-light a,
b.text-peach-light a,
i.text-peach-light a,
strong.text-peach-light a,
em.text-peach-light a,
a.text-peach-light a {
  text-decoration: underline;
}
p.text-peach-pale, .trix-content div.text-peach-pale,
span.text-peach-pale,
small.text-peach-pale,
b.text-peach-pale,
i.text-peach-pale,
strong.text-peach-pale,
em.text-peach-pale,
a.text-peach-pale {
  color: #fcf9f7;
}
p.text-peach-pale a, .trix-content div.text-peach-pale a,
span.text-peach-pale a,
small.text-peach-pale a,
b.text-peach-pale a,
i.text-peach-pale a,
strong.text-peach-pale a,
em.text-peach-pale a,
a.text-peach-pale a {
  text-decoration: underline;
}
p.text-blush, .trix-content div.text-blush,
span.text-blush,
small.text-blush,
b.text-blush,
i.text-blush,
strong.text-blush,
em.text-blush,
a.text-blush {
  color: #ca8b84;
}
p.text-blush a, .trix-content div.text-blush a,
span.text-blush a,
small.text-blush a,
b.text-blush a,
i.text-blush a,
strong.text-blush a,
em.text-blush a,
a.text-blush a {
  text-decoration: underline;
}
p.text-blush-light, .trix-content div.text-blush-light,
span.text-blush-light,
small.text-blush-light,
b.text-blush-light,
i.text-blush-light,
strong.text-blush-light,
em.text-blush-light,
a.text-blush-light {
  color: #dfb9b5;
}
p.text-blush-light a, .trix-content div.text-blush-light a,
span.text-blush-light a,
small.text-blush-light a,
b.text-blush-light a,
i.text-blush-light a,
strong.text-blush-light a,
em.text-blush-light a,
a.text-blush-light a {
  text-decoration: underline;
}
p.text-blush-pale, .trix-content div.text-blush-pale,
span.text-blush-pale,
small.text-blush-pale,
b.text-blush-pale,
i.text-blush-pale,
strong.text-blush-pale,
em.text-blush-pale,
a.text-blush-pale {
  color: #f4e8e6;
}
p.text-blush-pale a, .trix-content div.text-blush-pale a,
span.text-blush-pale a,
small.text-blush-pale a,
b.text-blush-pale a,
i.text-blush-pale a,
strong.text-blush-pale a,
em.text-blush-pale a,
a.text-blush-pale a {
  text-decoration: underline;
}
p.text-soft-black, .trix-content div.text-soft-black,
span.text-soft-black,
small.text-soft-black,
b.text-soft-black,
i.text-soft-black,
strong.text-soft-black,
em.text-soft-black,
a.text-soft-black {
  color: #393539;
}
p.text-soft-black a, .trix-content div.text-soft-black a,
span.text-soft-black a,
small.text-soft-black a,
b.text-soft-black a,
i.text-soft-black a,
strong.text-soft-black a,
em.text-soft-black a,
a.text-soft-black a {
  text-decoration: underline;
}
p.text-soft-black-light, .trix-content div.text-soft-black-light,
span.text-soft-black-light,
small.text-soft-black-light,
b.text-soft-black-light,
i.text-soft-black-light,
strong.text-soft-black-light,
em.text-soft-black-light,
a.text-soft-black-light {
  color: #888688;
}
p.text-soft-black-light a, .trix-content div.text-soft-black-light a,
span.text-soft-black-light a,
small.text-soft-black-light a,
b.text-soft-black-light a,
i.text-soft-black-light a,
strong.text-soft-black-light a,
em.text-soft-black-light a,
a.text-soft-black-light a {
  text-decoration: underline;
}
p.text-soft-black-pale, .trix-content div.text-soft-black-pale,
span.text-soft-black-pale,
small.text-soft-black-pale,
b.text-soft-black-pale,
i.text-soft-black-pale,
strong.text-soft-black-pale,
em.text-soft-black-pale,
a.text-soft-black-pale {
  color: #d7d7d7;
}
p.text-soft-black-pale a, .trix-content div.text-soft-black-pale a,
span.text-soft-black-pale a,
small.text-soft-black-pale a,
b.text-soft-black-pale a,
i.text-soft-black-pale a,
strong.text-soft-black-pale a,
em.text-soft-black-pale a,
a.text-soft-black-pale a {
  text-decoration: underline;
}
p.text-paper, .trix-content div.text-paper,
span.text-paper,
small.text-paper,
b.text-paper,
i.text-paper,
strong.text-paper,
em.text-paper,
a.text-paper {
  color: #fcf9f7;
}
p.text-paper a, .trix-content div.text-paper a,
span.text-paper a,
small.text-paper a,
b.text-paper a,
i.text-paper a,
strong.text-paper a,
em.text-paper a,
a.text-paper a {
  text-decoration: underline;
}
p.text-paper-light, .trix-content div.text-paper-light,
span.text-paper-light,
small.text-paper-light,
b.text-paper-light,
i.text-paper-light,
strong.text-paper-light,
em.text-paper-light,
a.text-paper-light {
  color: #fdfbfa;
}
p.text-paper-light a, .trix-content div.text-paper-light a,
span.text-paper-light a,
small.text-paper-light a,
b.text-paper-light a,
i.text-paper-light a,
strong.text-paper-light a,
em.text-paper-light a,
a.text-paper-light a {
  text-decoration: underline;
}
p.text-red, .trix-content div.text-red,
span.text-red,
small.text-red,
b.text-red,
i.text-red,
strong.text-red,
em.text-red,
a.text-red {
  color: #d76767;
}
p.text-red a, .trix-content div.text-red a,
span.text-red a,
small.text-red a,
b.text-red a,
i.text-red a,
strong.text-red a,
em.text-red a,
a.text-red a {
  text-decoration: underline;
}
p.text-grey, .trix-content div.text-grey,
span.text-grey,
small.text-grey,
b.text-grey,
i.text-grey,
strong.text-grey,
em.text-grey,
a.text-grey {
  color: #949494;
}
p.hint, .trix-content div.hint,
span.hint,
small.hint,
b.hint,
i.hint,
strong.hint,
em.hint,
a.hint {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
p.marginless, .trix-content div.marginless,
span.marginless,
small.marginless,
b.marginless,
i.marginless,
strong.marginless,
em.marginless,
a.marginless {
  margin: 0 !important;
}

ul.hint,
ol.hint {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

a.blush-dark {
  color: #af554b;
  font-weight: bold;
  text-decoration: underline;
}
a.helper-link, .cta-wrapper .cta-right a.skip {
  color: #4b5c69;
  font-weight: bold;
  text-decoration: underline;
}
a.helper-link.white, .cta-wrapper .cta-right a.white.skip {
  color: #fff;
}
a.small {
  font-size: 0.875rem;
}
a.black {
  color: #393539;
}
a.help-modal-trigger {
  font-size: 18px;
  color: #4b5c69;
  margin-left: 4px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}

.button, form input[type=submit] {
  letter-spacing: 0.5px;
}
.button.helper-link, form input.helper-link[type=submit], .cta-wrapper .cta-right a.button.skip {
  display: inline-block;
  padding: 0;
  text-decoration: underline;
  font-family: "Domaine Display", georgia, serif;
  background: none;
  color: #ca8b84;
}
.button.secondary, form input.secondary[type=submit] {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  background: #4b5c69;
  font-size: 0.9375rem;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.4375rem 0.9375rem;
  border-radius: 8px;
}
.button.secondary:hover, form input.secondary[type=submit]:hover {
  color: #fff;
  background: #393539;
}
.button.secondary.blush, form input.secondary.blush[type=submit] {
  background: #ca8b84;
}
.button.secondary.blush:hover, form input.secondary.blush[type=submit]:hover {
  color: #fff;
  background: #af554b;
}
.button.secondary.dark-red, form input.secondary.dark-red[type=submit] {
  background-color: #af554b;
  color: white;
}
.button.green, form input.green[type=submit], .button.eucalyptus-light, form input.eucalyptus-light[type=submit] {
  background: #c1d1ce;
}
.button.green:hover, form input.green[type=submit]:hover, .button.eucalyptus-light:hover, form input.eucalyptus-light[type=submit]:hover {
  color: #393539;
  background: #98b2ad;
}
.button.blush, form input.blush[type=submit] {
  background: #ca8b84;
  color: #fff;
}
.button.blush:hover, form input.blush[type=submit]:hover {
  background: #af554b;
}
.button.white, form input.white[type=submit] {
  background-color: #fff;
  color: #393539;
}
.button.white:hover, form input.white[type=submit]:hover {
  color: #393539;
  background: #f2dfd7;
}
.button.outlined, form input.outlined[type=submit] {
  background-color: #fff;
  color: #393539;
  border: 1px solid #393539;
}
.button.outlined:hover, form input.outlined[type=submit]:hover {
  color: #4b5c69;
  border-color: #4b5c69;
}
.button.outlined.red, form input.outlined.red[type=submit] {
  color: #af554b;
  border: 1px solid #ca8b84;
}
.button.outlined.red:hover, form input.outlined.red[type=submit]:hover {
  color: #393539;
  border: 1px solid #393539;
  background-color: white;
}
.button + .button, form input[type=submit] + .button, form .button + input[type=submit], form input[type=submit] + input[type=submit] {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .button + .button, form input[type=submit] + .button, form .button + input[type=submit], form input[type=submit] + input[type=submit] {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}
.button + .button.side-by-side-on-small, form input[type=submit] + .button.side-by-side-on-small, form .button + input.side-by-side-on-small[type=submit], form input[type=submit] + input.side-by-side-on-small[type=submit] {
  margin-top: 0;
  margin-left: 1.25rem;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

.upgrade-heading {
  max-width: 50%;
}
@media print, screen and (max-width: 39.99875em) {
  .upgrade-heading {
    max-width: 75%;
  }
}

.upgrade-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.25fr 0.5fr 0.25fr 0.5fr;
  gap: 2rem;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-bottom: 2rem;
}
.upgrade-panels .gm-essential, .upgrade-panels .gm-plus, .upgrade-panels .gm-basic {
  text-align: left;
  padding: 1.5rem;
  row-gap: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .upgrade-panels .gm-essential, .upgrade-panels .gm-plus, .upgrade-panels .gm-basic {
    padding: 1.5rem;
  }
}
.upgrade-panels .gm-essential .upgrade .button, .upgrade-panels .gm-essential .upgrade form input[type=submit], form .upgrade-panels .gm-essential .upgrade input[type=submit], .upgrade-panels .gm-plus .upgrade .button, .upgrade-panels .gm-plus .upgrade form input[type=submit], form .upgrade-panels .gm-plus .upgrade input[type=submit], .upgrade-panels .gm-basic .upgrade .button, .upgrade-panels .gm-basic .upgrade form input[type=submit], form .upgrade-panels .gm-basic .upgrade input[type=submit] {
  margin: 0;
  margin-top: 1.5rem;
}
.upgrade-panels .gm-essential hr, .upgrade-panels .gm-plus hr, .upgrade-panels .gm-basic hr {
  margin: 1.5rem 0;
}
.upgrade-panels .gm-essential ul, .upgrade-panels .gm-plus ul, .upgrade-panels .gm-basic ul {
  margin-left: 0;
  margin-bottom: 0;
}
.upgrade-panels .gm-essential ul li, .upgrade-panels .gm-plus ul li, .upgrade-panels .gm-basic ul li {
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.upgrade-panels .gm-essential ul li svg, .upgrade-panels .gm-plus ul li svg, .upgrade-panels .gm-basic ul li svg {
  max-height: 18px;
  max-width: 18px;
}
.upgrade-panels .gm-essential ul li p, .upgrade-panels .gm-essential ul li .trix-content div, .trix-content .upgrade-panels .gm-essential ul li div, .upgrade-panels .gm-plus ul li p, .upgrade-panels .gm-plus ul li .trix-content div, .trix-content .upgrade-panels .gm-plus ul li div, .upgrade-panels .gm-basic ul li p, .upgrade-panels .gm-basic ul li .trix-content div, .trix-content .upgrade-panels .gm-basic ul li div {
  margin-bottom: 0;
  text-align: left;
}
.upgrade-panels .gm-essential ul li:last-of-type, .upgrade-panels .gm-plus ul li:last-of-type, .upgrade-panels .gm-basic ul li:last-of-type {
  margin-bottom: 0;
}
.upgrade-panels .gm-essential {
  display: grid;
  grid-column: 1;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: white;
  border-radius: 8px;
  border-style: solid;
  border-color: #F2DFD7;
}
.upgrade-panels .gm-essential .upgrade {
  align-self: end;
}
.upgrade-panels .gm-plus {
  display: grid;
  grid-column: 2;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: #5E7061;
  color: white;
}
.upgrade-panels .gm-plus h1, .upgrade-panels .gm-plus h2, .upgrade-panels .gm-plus h3, .upgrade-panels .gm-plus h4, .upgrade-panels .gm-plus h5, .upgrade-panels .gm-plus table thead th, table thead .upgrade-panels .gm-plus th, .upgrade-panels .gm-plus h6, .upgrade-panels .gm-plus p, .upgrade-panels .gm-plus .trix-content div, .trix-content .upgrade-panels .gm-plus div {
  color: white;
}
.upgrade-panels .gm-plus svg path {
  fill: white;
}
.upgrade-panels .gm-plus {
  border-radius: 8px;
  border-style: solid;
  border-color: #5E7061;
}
.upgrade-panels .gm-plus .upgrade {
  align-self: end;
}
.upgrade-panels .gm-basic {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  background-color: white;
  border-radius: 8px;
  border-style: solid;
  border-color: white;
}
.upgrade-panels .gm-basic .features {
  grid-row: span 2;
}
.upgrade-panels .gm-basic .title {
  display: flex;
  align-items: flex-end;
}
.upgrade-panels .gm-basic .title * {
  margin-bottom: 0.5rem;
}
.upgrade-panels .gm-basic .title h6 {
  margin-left: 0.5rem;
  padding-bottom: 2.5px;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .upgrade-panels:not(:has(.gm-essential)) {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .upgrade-panels:not(:has(.gm-essential)) .gm-plus {
    grid-column: 2;
  }
  .upgrade-panels:not(:has(.gm-basic)) {
    grid-template-rows: 0.25fr 0.5fr 0.25fr;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .upgrade-panels .gm-essential, .upgrade-panels .gm-plus {
    grid-column: span 2;
  }
  .upgrade-panels .gm-essential .intro, .upgrade-panels .gm-plus .intro {
    display: none;
  }
  .upgrade-panels:has(.gm-essential):has(.gm-basic) {
    --rows: 3;
  }
  .upgrade-panels:has(.gm-essential):not(:has(.gm-basic)) {
    --rows: 2;
  }
  .upgrade-panels:not(:has(.gm-essential)):not(:has(.gm-basic)) {
    --rows: 1;
  }
  .upgrade-panels {
    grid-template-rows: repeat(calc(var(--rows) - 1), 0.25fr 0.5fr 0.25fr);
  }
  .upgrade-panels .gm-basic {
    grid-template-rows: subgrid;
    grid-template-columns: 1fr;
    grid-row: span 3;
  }
  .upgrade-panels .gm-basic .features {
    grid-row: span 1;
  }
  .upgrade-panels .gm-basic .title {
    display: block;
  }
  .upgrade-panels .gm-basic .title h6 {
    margin-left: 0;
  }
}

.trustpilot {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 0;
}
.trustpilot .quote {
  margin: 2rem;
  margin-bottom: 0;
  text-align: left;
}
.trustpilot .quote svg {
  height: 2rem;
  width: auto;
  margin-bottom: 3rem;
}
.trustpilot .image {
  height: 100%;
  width: 100%;
}
.trustpilot .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .trustpilot {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.bg-white {
  background-color: white;
}

.premium-icon {
  height: 1.125rem;
  width: 1.125rem;
  flex-shrink: 0;
}
.premium-icon.large {
  height: 2rem;
  width: 2rem;
}

.feature-package-panel {
  background-color: white;
  padding: 3rem;
  border-radius: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .feature-package-panel {
    margin-bottom: 2rem;
  }
}
.feature-package-panel.text-center p, .feature-package-panel.text-center .trix-content div, .trix-content .feature-package-panel.text-center div {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.feature-package-panel.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.feature-package-panel.highlighted {
  border: 1px solid #ca8b84;
}
.feature-package-panel ul {
  margin-left: 0;
  margin-bottom: 0;
}
.feature-package-panel ul li {
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.feature-package-panel ul li svg {
  margin-top: 5px;
  max-height: 18px;
  max-width: 18px;
}
.feature-package-panel ul li p, .feature-package-panel ul li .trix-content div, .trix-content .feature-package-panel ul li div {
  margin-bottom: 0;
}
.feature-package-panel ul li:last-of-type {
  margin-bottom: 0;
}

.upgrade-block {
  background-color: #5E7061;
}
.upgrade-block h3, .upgrade-block p, .upgrade-block .trix-content div, .trix-content .upgrade-block div {
  color: white;
}

.quote-block {
  background-color: #f2dfd7;
  margin-top: 2rem !important;
}
.quote-block .quote {
  max-width: 720px;
  margin: 0 auto;
}
.quote-block .quote-author {
  margin-top: 2rem;
}
.quote-block .quote-author svg {
  display: block;
  max-width: 200px;
}
.quote-block {
  padding: 0;
  overflow: hidden;
  margin-top: 3rem;
}
.quote-block .text-container {
  padding: 2rem;
}
@media print, screen and (min-width: 64em) {
  .quote-block .text-container {
    padding: 3rem;
  }
}
.quote-block .image-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
}
@media print, screen and (max-width: 39.99875em) {
  .quote-block .image-container img {
    object-position: center top;
  }
}

.features svg {
  height: 24px;
  width: auto;
}
.features.basic svg path, .features.basic svg g {
  fill: #4B5C69;
}
.features.free svg path, .features.free svg g {
  fill: #98b2ad;
}
.features.premium svg path {
  fill: #5E7061;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

.website-builder-header {
  padding: 1.375rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.website-builder-header h3 {
  margin-bottom: 0.25rem;
}
.website-builder-header h3.with-icon {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.website-builder-header h3.with-icon svg {
  color: #4b5c69;
  width: 18px;
  display: block;
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 40em) {
  .website-builder-header h3.with-icon svg {
    margin-top: 0;
  }
}
.website-builder-header p, .website-builder-header .trix-content div, .trix-content .website-builder-header div {
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .website-builder-header {
    flex-wrap: wrap;
  }
}
.website-builder-header .actions {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.website-builder-header .actions .button, .website-builder-header .actions form input[type=submit], form .website-builder-header .actions input[type=submit] {
  justify-self: flex-end;
  width: auto;
}
.website-builder-header .actions .preview:first-child {
  grid-column-start: span 2;
}
.website-builder-header .actions a:not(.button) {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.website-builder-header .actions a:not(.button) span {
  text-decoration: underline;
}
.website-builder-header .actions a:not(.button) i {
  margin-right: 0.75rem;
}
.website-builder-header .actions a:not(.button) i.fa-external-link {
  font-size: 1.15rem;
}
.website-builder-header .actions a:not(.button) i.fa-cog {
  font-size: 1.6rem;
}
.website-builder-header .actions a:not(.button).helper-link, .website-builder-header .actions .cta-wrapper .cta-right a.skip:not(.button), .cta-wrapper .cta-right .website-builder-header .actions a.skip:not(.button) {
  text-decoration: underline;
  color: #4b5c69;
}
@media print, screen and (min-width: 40em) {
  .website-builder-header .actions {
    justify-items: flex-end;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .website-builder-header {
    padding: 1.375rem 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .website-builder-header {
    padding: 1.375rem 0.625rem;
    display: block;
  }
  .website-builder-header .actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .website-builder-header .actions .button, .website-builder-header .actions form input[type=submit], form .website-builder-header .actions input[type=submit] {
    width: 100%;
    margin-left: -0.1rem;
  }
}

.dummy-browser {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: white;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 8px;
  overflow: hidden;
  min-height: 38px;
}
@media print, screen and (min-width: 40em) {
  .dummy-browser {
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
@media print, screen and (min-width: 64em) {
  .dummy-browser {
    gap: 1rem;
  }
}
.dummy-browser .browser-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 34px;
}
.dummy-browser .browser-buttons .browser-button {
  border-radius: 100%;
  background-color: #D8D8D8;
  width: 8px;
  height: 8px;
}
@media print, screen and (min-width: 64em) {
  .dummy-browser .browser-buttons {
    gap: 10px;
    width: auto;
  }
  .dummy-browser .browser-buttons .browser-button {
    width: 12px;
    height: 12px;
  }
}
.dummy-browser .url {
  margin: 0 auto;
  font-size: 0.8rem;
  text-align: center;
  color: #393539;
}
@media print, screen and (min-width: 64em) {
  .dummy-browser .url {
    font-size: 0.9rem;
  }
}
.dummy-browser span {
  background-color: #FFE0E0;
  color: #af554b;
  font-size: 12px;
  display: none;
  align-self: flex-end;
  padding: 6px 10px;
  font-weight: bold;
  line-height: 1;
  border-radius: 2px;
}
@media print, screen and (min-width: 40em) {
  .dummy-browser span {
    display: inline-block;
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .dummy-browser span {
    font-size: 14px;
    padding: 6px 15px;
  }
}

@media print, screen and (min-width: 64em) {
  .callout {
    margin-bottom: 0;
  }
}
.callout {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.widget {
  animation: fadein 1.5s;
}
.widget h1 {
  margin-bottom: 12px;
}
.widget h2 {
  margin-bottom: 12px;
}
.widget h3 {
  margin-bottom: 12px;
}
.widget h4 {
  margin-bottom: 12px;
}
.widget h5, .widget table thead th, table thead .widget th {
  margin-bottom: 12px;
}
.widget h6 {
  margin-bottom: 12px;
}
.widget .button i, .widget form input[type=submit] i, form .widget input[type=submit] i {
  margin-right: 3px;
}
.widget .button, .widget form input[type=submit], form .widget input[type=submit] {
  padding: 0.5em;
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.widget.used:first-of-type .move-up {
  pointer-events: none;
  opacity: 0.5;
  background-color: #939da5;
}
.widget.used:last-of-type .move-down {
  pointer-events: none;
  opacity: 0.5;
  background-color: #939da5;
}

.website-actions {
  display: flex;
  justify-content: flex-end;
}

section.content_block .sidebar-controls .sidebar-new .button.secondary, section.content_block .sidebar-controls .sidebar-new form input.secondary[type=submit], form section.content_block .sidebar-controls .sidebar-new input.secondary[type=submit], section.content_blocks .sidebar-controls .sidebar-new .button.secondary, section.content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit], form section.content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit], section.content_block_content_blocks .sidebar-controls .sidebar-new .button.secondary, section.content_block_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit], form section.content_block_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit], section.content_blocks_content_blocks .sidebar-controls .sidebar-new .button.secondary, section.content_blocks_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit], form section.content_blocks_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.website .sidebar-controls .sidebar-new .button.secondary,
section.website .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.website .sidebar-controls .sidebar-new input.secondary[type=submit],
section.websites .sidebar-controls .sidebar-new .button.secondary,
section.websites .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.websites .sidebar-controls .sidebar-new input.secondary[type=submit],
section.website_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.website_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.website_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.websites_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.websites_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.websites_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.save_the_date .sidebar-controls .sidebar-new .button.secondary,
section.save_the_date .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.save_the_date .sidebar-controls .sidebar-new input.secondary[type=submit],
section.save_the_dates .sidebar-controls .sidebar-new .button.secondary,
section.save_the_dates .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.save_the_dates .sidebar-controls .sidebar-new input.secondary[type=submit],
section.save_the_date_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.save_the_date_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.save_the_date_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.save_the_dates_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.save_the_dates_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.invitation .sidebar-controls .sidebar-new .button.secondary,
section.invitation .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.invitation .sidebar-controls .sidebar-new input.secondary[type=submit],
section.invitations .sidebar-controls .sidebar-new .button.secondary,
section.invitations .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.invitations .sidebar-controls .sidebar-new input.secondary[type=submit],
section.invitation_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.invitation_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.invitation_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.invitations_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.invitations_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.invitations_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.thank_yous .sidebar-controls .sidebar-new .button.secondary,
section.thank_yous .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.thank_yous .sidebar-controls .sidebar-new input.secondary[type=submit],
section.thank_youss .sidebar-controls .sidebar-new .button.secondary,
section.thank_youss .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.thank_youss .sidebar-controls .sidebar-new input.secondary[type=submit],
section.thank_yous_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.thank_yous_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.thank_yous_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.thank_youss_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.thank_youss_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.thank_youss_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.thank_you .sidebar-controls .sidebar-new .button.secondary,
section.thank_you .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.thank_you .sidebar-controls .sidebar-new input.secondary[type=submit],
section.thank_yous .sidebar-controls .sidebar-new .button.secondary,
section.thank_you_content_blocks .sidebar-controls .sidebar-new .button.secondary,
section.thank_you_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit],
form section.thank_you_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit],
section.thank_yous_content_blocks .sidebar-controls .sidebar-new .button.secondary {
  background-color: #393539;
}
section.content_block .sidebar-controls .sidebar-new .button.secondary i, section.content_block .sidebar-controls .sidebar-new form input.secondary[type=submit] i, form section.content_block .sidebar-controls .sidebar-new input.secondary[type=submit] i, section.content_blocks .sidebar-controls .sidebar-new .button.secondary i, section.content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i, form section.content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i, section.content_block_content_blocks .sidebar-controls .sidebar-new .button.secondary i, section.content_block_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i, form section.content_block_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i, section.content_blocks_content_blocks .sidebar-controls .sidebar-new .button.secondary i, section.content_blocks_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i, form section.content_blocks_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.website .sidebar-controls .sidebar-new .button.secondary i,
section.website .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.website .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.websites .sidebar-controls .sidebar-new .button.secondary i,
section.websites .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.websites .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.website_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.website_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.website_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.websites_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.websites_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.websites_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.save_the_date .sidebar-controls .sidebar-new .button.secondary i,
section.save_the_date .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.save_the_date .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.save_the_dates .sidebar-controls .sidebar-new .button.secondary i,
section.save_the_dates .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.save_the_dates .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.save_the_date_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.save_the_date_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.save_the_date_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.save_the_dates_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.invitation .sidebar-controls .sidebar-new .button.secondary i,
section.invitation .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.invitation .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.invitations .sidebar-controls .sidebar-new .button.secondary i,
section.invitations .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.invitations .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.invitation_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.invitation_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.invitation_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.invitations_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.invitations_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.invitations_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.thank_yous .sidebar-controls .sidebar-new .button.secondary i,
section.thank_yous .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.thank_yous .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.thank_youss .sidebar-controls .sidebar-new .button.secondary i,
section.thank_youss .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.thank_youss .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.thank_yous_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.thank_yous_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.thank_yous_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.thank_youss_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.thank_youss_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.thank_youss_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.thank_you .sidebar-controls .sidebar-new .button.secondary i,
section.thank_you .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.thank_you .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.thank_yous .sidebar-controls .sidebar-new .button.secondary i,
section.thank_you_content_blocks .sidebar-controls .sidebar-new .button.secondary i,
section.thank_you_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit] i,
form section.thank_you_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit] i,
section.thank_yous_content_blocks .sidebar-controls .sidebar-new .button.secondary i {
  font-size: 0.875rem;
  line-height: 1rem;
}
section.content_block .sidebar-controls .sidebar-new .button.secondary:hover, section.content_block .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover, form section.content_block .sidebar-controls .sidebar-new input.secondary[type=submit]:hover, section.content_blocks .sidebar-controls .sidebar-new .button.secondary:hover, section.content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover, form section.content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover, section.content_block_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover, section.content_block_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover, form section.content_block_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover, section.content_blocks_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover, section.content_blocks_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover, form section.content_blocks_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.website .sidebar-controls .sidebar-new .button.secondary:hover,
section.website .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.website .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.websites .sidebar-controls .sidebar-new .button.secondary:hover,
section.websites .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.websites .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.website_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.website_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.website_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.websites_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.websites_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.websites_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.save_the_date .sidebar-controls .sidebar-new .button.secondary:hover,
section.save_the_date .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.save_the_date .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.save_the_dates .sidebar-controls .sidebar-new .button.secondary:hover,
section.save_the_dates .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.save_the_dates .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.save_the_date_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.save_the_date_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.save_the_date_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.save_the_dates_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.invitation .sidebar-controls .sidebar-new .button.secondary:hover,
section.invitation .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.invitation .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.invitations .sidebar-controls .sidebar-new .button.secondary:hover,
section.invitations .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.invitations .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.invitation_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.invitation_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.invitation_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.invitations_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.invitations_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.invitations_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.thank_yous .sidebar-controls .sidebar-new .button.secondary:hover,
section.thank_yous .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.thank_yous .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.thank_youss .sidebar-controls .sidebar-new .button.secondary:hover,
section.thank_youss .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.thank_youss .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.thank_yous_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.thank_yous_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.thank_yous_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.thank_youss_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.thank_youss_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.thank_youss_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.thank_you .sidebar-controls .sidebar-new .button.secondary:hover,
section.thank_you .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.thank_you .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.thank_yous .sidebar-controls .sidebar-new .button.secondary:hover,
section.thank_you_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover,
section.thank_you_content_blocks .sidebar-controls .sidebar-new form input.secondary[type=submit]:hover,
form section.thank_you_content_blocks .sidebar-controls .sidebar-new input.secondary[type=submit]:hover,
section.thank_yous_content_blocks .sidebar-controls .sidebar-new .button.secondary:hover {
  background: #c1d1ce;
  color: #393539;
}
section.content_block .sidebar-controls .sidebar-existing, section.content_blocks .sidebar-controls .sidebar-existing, section.content_block_content_blocks .sidebar-controls .sidebar-existing, section.content_blocks_content_blocks .sidebar-controls .sidebar-existing,
section.website .sidebar-controls .sidebar-existing,
section.websites .sidebar-controls .sidebar-existing,
section.website_content_blocks .sidebar-controls .sidebar-existing,
section.websites_content_blocks .sidebar-controls .sidebar-existing,
section.save_the_date .sidebar-controls .sidebar-existing,
section.save_the_dates .sidebar-controls .sidebar-existing,
section.save_the_date_content_blocks .sidebar-controls .sidebar-existing,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-existing,
section.invitation .sidebar-controls .sidebar-existing,
section.invitations .sidebar-controls .sidebar-existing,
section.invitation_content_blocks .sidebar-controls .sidebar-existing,
section.invitations_content_blocks .sidebar-controls .sidebar-existing,
section.thank_yous .sidebar-controls .sidebar-existing,
section.thank_youss .sidebar-controls .sidebar-existing,
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing,
section.thank_youss_content_blocks .sidebar-controls .sidebar-existing,
section.thank_you .sidebar-controls .sidebar-existing,
section.thank_yous .sidebar-controls .sidebar-existing,
section.thank_you_content_blocks .sidebar-controls .sidebar-existing,
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
section.content_block .sidebar-controls .sidebar-existing .button, section.content_block .sidebar-controls .sidebar-existing form input[type=submit], form section.content_block .sidebar-controls .sidebar-existing input[type=submit], section.content_blocks .sidebar-controls .sidebar-existing .button, section.content_blocks .sidebar-controls .sidebar-existing form input[type=submit], form section.content_blocks .sidebar-controls .sidebar-existing input[type=submit], section.content_block_content_blocks .sidebar-controls .sidebar-existing .button, section.content_block_content_blocks .sidebar-controls .sidebar-existing form input[type=submit], form section.content_block_content_blocks .sidebar-controls .sidebar-existing input[type=submit], section.content_blocks_content_blocks .sidebar-controls .sidebar-existing .button, section.content_blocks_content_blocks .sidebar-controls .sidebar-existing form input[type=submit], form section.content_blocks_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.website .sidebar-controls .sidebar-existing .button,
section.website .sidebar-controls .sidebar-existing form input[type=submit],
form section.website .sidebar-controls .sidebar-existing input[type=submit],
section.websites .sidebar-controls .sidebar-existing .button,
section.websites .sidebar-controls .sidebar-existing form input[type=submit],
form section.websites .sidebar-controls .sidebar-existing input[type=submit],
section.website_content_blocks .sidebar-controls .sidebar-existing .button,
section.website_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.website_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.websites_content_blocks .sidebar-controls .sidebar-existing .button,
section.websites_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.websites_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.save_the_date .sidebar-controls .sidebar-existing .button,
section.save_the_date .sidebar-controls .sidebar-existing form input[type=submit],
form section.save_the_date .sidebar-controls .sidebar-existing input[type=submit],
section.save_the_dates .sidebar-controls .sidebar-existing .button,
section.save_the_dates .sidebar-controls .sidebar-existing form input[type=submit],
form section.save_the_dates .sidebar-controls .sidebar-existing input[type=submit],
section.save_the_date_content_blocks .sidebar-controls .sidebar-existing .button,
section.save_the_date_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.save_the_date_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.save_the_dates_content_blocks .sidebar-controls .sidebar-existing .button,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.save_the_dates_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.invitation .sidebar-controls .sidebar-existing .button,
section.invitation .sidebar-controls .sidebar-existing form input[type=submit],
form section.invitation .sidebar-controls .sidebar-existing input[type=submit],
section.invitations .sidebar-controls .sidebar-existing .button,
section.invitations .sidebar-controls .sidebar-existing form input[type=submit],
form section.invitations .sidebar-controls .sidebar-existing input[type=submit],
section.invitation_content_blocks .sidebar-controls .sidebar-existing .button,
section.invitation_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.invitation_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.invitations_content_blocks .sidebar-controls .sidebar-existing .button,
section.invitations_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.invitations_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.thank_yous .sidebar-controls .sidebar-existing .button,
section.thank_yous .sidebar-controls .sidebar-existing form input[type=submit],
form section.thank_yous .sidebar-controls .sidebar-existing input[type=submit],
section.thank_youss .sidebar-controls .sidebar-existing .button,
section.thank_youss .sidebar-controls .sidebar-existing form input[type=submit],
form section.thank_youss .sidebar-controls .sidebar-existing input[type=submit],
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing .button,
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.thank_yous_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.thank_youss_content_blocks .sidebar-controls .sidebar-existing .button,
section.thank_youss_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.thank_youss_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.thank_you .sidebar-controls .sidebar-existing .button,
section.thank_you .sidebar-controls .sidebar-existing form input[type=submit],
form section.thank_you .sidebar-controls .sidebar-existing input[type=submit],
section.thank_yous .sidebar-controls .sidebar-existing .button,
section.thank_you_content_blocks .sidebar-controls .sidebar-existing .button,
section.thank_you_content_blocks .sidebar-controls .sidebar-existing form input[type=submit],
form section.thank_you_content_blocks .sidebar-controls .sidebar-existing input[type=submit],
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing .button {
  text-align: left;
}
section.content_block .sidebar-controls .sidebar-existing .button i, section.content_block .sidebar-controls .sidebar-existing form input[type=submit] i, form section.content_block .sidebar-controls .sidebar-existing input[type=submit] i, section.content_blocks .sidebar-controls .sidebar-existing .button i, section.content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i, form section.content_blocks .sidebar-controls .sidebar-existing input[type=submit] i, section.content_block_content_blocks .sidebar-controls .sidebar-existing .button i, section.content_block_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i, form section.content_block_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i, section.content_blocks_content_blocks .sidebar-controls .sidebar-existing .button i, section.content_blocks_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i, form section.content_blocks_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.website .sidebar-controls .sidebar-existing .button i,
section.website .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.website .sidebar-controls .sidebar-existing input[type=submit] i,
section.websites .sidebar-controls .sidebar-existing .button i,
section.websites .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.websites .sidebar-controls .sidebar-existing input[type=submit] i,
section.website_content_blocks .sidebar-controls .sidebar-existing .button i,
section.website_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.website_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.websites_content_blocks .sidebar-controls .sidebar-existing .button i,
section.websites_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.websites_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.save_the_date .sidebar-controls .sidebar-existing .button i,
section.save_the_date .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.save_the_date .sidebar-controls .sidebar-existing input[type=submit] i,
section.save_the_dates .sidebar-controls .sidebar-existing .button i,
section.save_the_dates .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.save_the_dates .sidebar-controls .sidebar-existing input[type=submit] i,
section.save_the_date_content_blocks .sidebar-controls .sidebar-existing .button i,
section.save_the_date_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.save_the_date_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-existing .button i,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.save_the_dates_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.invitation .sidebar-controls .sidebar-existing .button i,
section.invitation .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.invitation .sidebar-controls .sidebar-existing input[type=submit] i,
section.invitations .sidebar-controls .sidebar-existing .button i,
section.invitations .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.invitations .sidebar-controls .sidebar-existing input[type=submit] i,
section.invitation_content_blocks .sidebar-controls .sidebar-existing .button i,
section.invitation_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.invitation_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.invitations_content_blocks .sidebar-controls .sidebar-existing .button i,
section.invitations_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.invitations_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.thank_yous .sidebar-controls .sidebar-existing .button i,
section.thank_yous .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.thank_yous .sidebar-controls .sidebar-existing input[type=submit] i,
section.thank_youss .sidebar-controls .sidebar-existing .button i,
section.thank_youss .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.thank_youss .sidebar-controls .sidebar-existing input[type=submit] i,
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing .button i,
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.thank_yous_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.thank_youss_content_blocks .sidebar-controls .sidebar-existing .button i,
section.thank_youss_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.thank_youss_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.thank_you .sidebar-controls .sidebar-existing .button i,
section.thank_you .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.thank_you .sidebar-controls .sidebar-existing input[type=submit] i,
section.thank_yous .sidebar-controls .sidebar-existing .button i,
section.thank_you_content_blocks .sidebar-controls .sidebar-existing .button i,
section.thank_you_content_blocks .sidebar-controls .sidebar-existing form input[type=submit] i,
form section.thank_you_content_blocks .sidebar-controls .sidebar-existing input[type=submit] i,
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing .button i {
  float: right;
  vertical-align: middle;
  margin-top: 3px;
}
section.content_block .sidebar-controls .sidebar-existing .sidebar-actions-order, section.content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order, section.content_block_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order, section.content_blocks_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.website .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.websites .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.website_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.websites_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.save_the_date .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.save_the_dates .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.save_the_date_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.save_the_dates_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.invitation .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.invitations .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.invitation_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.invitations_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.thank_yous .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.thank_youss .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.thank_youss_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.thank_you .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.thank_yous .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.thank_you_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order,
section.thank_yous_content_blocks .sidebar-controls .sidebar-existing .sidebar-actions-order {
  margin-top: 2em;
}
section.content_block .add-blocks .sidebar-controls, section.content_blocks .add-blocks .sidebar-controls, section.content_block_content_blocks .add-blocks .sidebar-controls, section.content_blocks_content_blocks .add-blocks .sidebar-controls,
section.website .add-blocks .sidebar-controls,
section.websites .add-blocks .sidebar-controls,
section.website_content_blocks .add-blocks .sidebar-controls,
section.websites_content_blocks .add-blocks .sidebar-controls,
section.save_the_date .add-blocks .sidebar-controls,
section.save_the_dates .add-blocks .sidebar-controls,
section.save_the_date_content_blocks .add-blocks .sidebar-controls,
section.save_the_dates_content_blocks .add-blocks .sidebar-controls,
section.invitation .add-blocks .sidebar-controls,
section.invitations .add-blocks .sidebar-controls,
section.invitation_content_blocks .add-blocks .sidebar-controls,
section.invitations_content_blocks .add-blocks .sidebar-controls,
section.thank_yous .add-blocks .sidebar-controls,
section.thank_youss .add-blocks .sidebar-controls,
section.thank_yous_content_blocks .add-blocks .sidebar-controls,
section.thank_youss_content_blocks .add-blocks .sidebar-controls,
section.thank_you .add-blocks .sidebar-controls,
section.thank_yous .add-blocks .sidebar-controls,
section.thank_you_content_blocks .add-blocks .sidebar-controls,
section.thank_yous_content_blocks .add-blocks .sidebar-controls {
  margin-bottom: 0.9375rem;
}
section.content_block .add-blocks .sidebar-controls.restricted .cell p, section.content_block .add-blocks .sidebar-controls.restricted .cell .trix-content div, .trix-content section.content_block .add-blocks .sidebar-controls.restricted .cell div, section.content_blocks .add-blocks .sidebar-controls.restricted .cell p, section.content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div, .trix-content section.content_blocks .add-blocks .sidebar-controls.restricted .cell div, section.content_block_content_blocks .add-blocks .sidebar-controls.restricted .cell p, section.content_block_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div, .trix-content section.content_block_content_blocks .add-blocks .sidebar-controls.restricted .cell div, section.content_blocks_content_blocks .add-blocks .sidebar-controls.restricted .cell p, section.content_blocks_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div, .trix-content section.content_blocks_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.website .add-blocks .sidebar-controls.restricted .cell p,
section.website .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.website .add-blocks .sidebar-controls.restricted .cell div,
section.websites .add-blocks .sidebar-controls.restricted .cell p,
section.websites .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.websites .add-blocks .sidebar-controls.restricted .cell div,
section.website_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.website_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.website_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.websites_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.websites_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.websites_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.save_the_date .add-blocks .sidebar-controls.restricted .cell p,
section.save_the_date .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.save_the_date .add-blocks .sidebar-controls.restricted .cell div,
section.save_the_dates .add-blocks .sidebar-controls.restricted .cell p,
section.save_the_dates .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.save_the_dates .add-blocks .sidebar-controls.restricted .cell div,
section.save_the_date_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.save_the_date_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.save_the_date_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.save_the_dates_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.save_the_dates_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.save_the_dates_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.invitation .add-blocks .sidebar-controls.restricted .cell p,
section.invitation .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.invitation .add-blocks .sidebar-controls.restricted .cell div,
section.invitations .add-blocks .sidebar-controls.restricted .cell p,
section.invitations .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.invitations .add-blocks .sidebar-controls.restricted .cell div,
section.invitation_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.invitation_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.invitation_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.invitations_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.invitations_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.invitations_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.thank_yous .add-blocks .sidebar-controls.restricted .cell p,
section.thank_yous .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.thank_yous .add-blocks .sidebar-controls.restricted .cell div,
section.thank_youss .add-blocks .sidebar-controls.restricted .cell p,
section.thank_youss .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.thank_youss .add-blocks .sidebar-controls.restricted .cell div,
section.thank_yous_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.thank_yous_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.thank_yous_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.thank_youss_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.thank_youss_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.thank_youss_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.thank_you .add-blocks .sidebar-controls.restricted .cell p,
section.thank_you .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.thank_you .add-blocks .sidebar-controls.restricted .cell div,
section.thank_yous .add-blocks .sidebar-controls.restricted .cell p,
section.thank_you_content_blocks .add-blocks .sidebar-controls.restricted .cell p,
section.thank_you_content_blocks .add-blocks .sidebar-controls.restricted .cell .trix-content div,
.trix-content section.thank_you_content_blocks .add-blocks .sidebar-controls.restricted .cell div,
section.thank_yous_content_blocks .add-blocks .sidebar-controls.restricted .cell p {
  font-size: 0.875rem;
  line-height: 1.5;
}
section.content_block .add-blocks .sidebar-controls.restricted .button.disabled, section.content_block .add-blocks .sidebar-controls.restricted form input.disabled[type=submit], form section.content_block .add-blocks .sidebar-controls.restricted input.disabled[type=submit], section.content_blocks .add-blocks .sidebar-controls.restricted .button.disabled, section.content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit], form section.content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit], section.content_block_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled, section.content_block_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit], form section.content_block_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit], section.content_blocks_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled, section.content_blocks_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit], form section.content_blocks_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.website .add-blocks .sidebar-controls.restricted .button.disabled,
section.website .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.website .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.websites .add-blocks .sidebar-controls.restricted .button.disabled,
section.websites .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.websites .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.website_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.website_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.website_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.websites_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.websites_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.websites_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.save_the_date .add-blocks .sidebar-controls.restricted .button.disabled,
section.save_the_date .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.save_the_date .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.save_the_dates .add-blocks .sidebar-controls.restricted .button.disabled,
section.save_the_dates .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.save_the_dates .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.save_the_date_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.save_the_date_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.save_the_date_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.save_the_dates_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.save_the_dates_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.save_the_dates_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.invitation .add-blocks .sidebar-controls.restricted .button.disabled,
section.invitation .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.invitation .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.invitations .add-blocks .sidebar-controls.restricted .button.disabled,
section.invitations .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.invitations .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.invitation_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.invitation_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.invitation_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.invitations_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.invitations_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.invitations_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.thank_yous .add-blocks .sidebar-controls.restricted .button.disabled,
section.thank_yous .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.thank_yous .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.thank_youss .add-blocks .sidebar-controls.restricted .button.disabled,
section.thank_youss .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.thank_youss .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.thank_yous_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.thank_yous_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.thank_yous_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.thank_youss_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.thank_youss_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.thank_youss_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.thank_you .add-blocks .sidebar-controls.restricted .button.disabled,
section.thank_you .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.thank_you .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.thank_yous .add-blocks .sidebar-controls.restricted .button.disabled,
section.thank_you_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled,
section.thank_you_content_blocks .add-blocks .sidebar-controls.restricted form input.disabled[type=submit],
form section.thank_you_content_blocks .add-blocks .sidebar-controls.restricted input.disabled[type=submit],
section.thank_yous_content_blocks .add-blocks .sidebar-controls.restricted .button.disabled {
  pointer-events: none;
  background-color: #e2e2e2;
  color: #888688;
}
section.content_block .add-blocks .added-enough .restricted .cell, section.content_blocks .add-blocks .added-enough .restricted .cell, section.content_block_content_blocks .add-blocks .added-enough .restricted .cell, section.content_blocks_content_blocks .add-blocks .added-enough .restricted .cell,
section.website .add-blocks .added-enough .restricted .cell,
section.websites .add-blocks .added-enough .restricted .cell,
section.website_content_blocks .add-blocks .added-enough .restricted .cell,
section.websites_content_blocks .add-blocks .added-enough .restricted .cell,
section.save_the_date .add-blocks .added-enough .restricted .cell,
section.save_the_dates .add-blocks .added-enough .restricted .cell,
section.save_the_date_content_blocks .add-blocks .added-enough .restricted .cell,
section.save_the_dates_content_blocks .add-blocks .added-enough .restricted .cell,
section.invitation .add-blocks .added-enough .restricted .cell,
section.invitations .add-blocks .added-enough .restricted .cell,
section.invitation_content_blocks .add-blocks .added-enough .restricted .cell,
section.invitations_content_blocks .add-blocks .added-enough .restricted .cell,
section.thank_yous .add-blocks .added-enough .restricted .cell,
section.thank_youss .add-blocks .added-enough .restricted .cell,
section.thank_yous_content_blocks .add-blocks .added-enough .restricted .cell,
section.thank_youss_content_blocks .add-blocks .added-enough .restricted .cell,
section.thank_you .add-blocks .added-enough .restricted .cell,
section.thank_yous .add-blocks .added-enough .restricted .cell,
section.thank_you_content_blocks .add-blocks .added-enough .restricted .cell,
section.thank_yous_content_blocks .add-blocks .added-enough .restricted .cell {
  padding: 0.625rem 1.25rem 0;
  background-color: #f7f7f7;
}
section.content_block .add-blocks .added-enough .restricted .cell:last-of-type, section.content_blocks .add-blocks .added-enough .restricted .cell:last-of-type, section.content_block_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type, section.content_blocks_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.website .add-blocks .added-enough .restricted .cell:last-of-type,
section.websites .add-blocks .added-enough .restricted .cell:last-of-type,
section.website_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.websites_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.save_the_date .add-blocks .added-enough .restricted .cell:last-of-type,
section.save_the_dates .add-blocks .added-enough .restricted .cell:last-of-type,
section.save_the_date_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.save_the_dates_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.invitation .add-blocks .added-enough .restricted .cell:last-of-type,
section.invitations .add-blocks .added-enough .restricted .cell:last-of-type,
section.invitation_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.invitations_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.thank_yous .add-blocks .added-enough .restricted .cell:last-of-type,
section.thank_youss .add-blocks .added-enough .restricted .cell:last-of-type,
section.thank_yous_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.thank_youss_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.thank_you .add-blocks .added-enough .restricted .cell:last-of-type,
section.thank_yous .add-blocks .added-enough .restricted .cell:last-of-type,
section.thank_you_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type,
section.thank_yous_content_blocks .add-blocks .added-enough .restricted .cell:last-of-type {
  padding: 0 1.25rem 0.625rem;
}
@media print, screen and (max-width: 39.99875em) {
  section.content_block .button, section.content_block form input[type=submit], form section.content_block input[type=submit], section.content_blocks .button, section.content_blocks form input[type=submit], form section.content_blocks input[type=submit], section.content_block_content_blocks .button, section.content_block_content_blocks form input[type=submit], form section.content_block_content_blocks input[type=submit], section.content_blocks_content_blocks .button, section.content_blocks_content_blocks form input[type=submit], form section.content_blocks_content_blocks input[type=submit],
  section.website .button,
  section.website form input[type=submit],
  form section.website input[type=submit],
  section.websites .button,
  section.websites form input[type=submit],
  form section.websites input[type=submit],
  section.website_content_blocks .button,
  section.website_content_blocks form input[type=submit],
  form section.website_content_blocks input[type=submit],
  section.websites_content_blocks .button,
  section.websites_content_blocks form input[type=submit],
  form section.websites_content_blocks input[type=submit],
  section.save_the_date .button,
  section.save_the_date form input[type=submit],
  form section.save_the_date input[type=submit],
  section.save_the_dates .button,
  section.save_the_dates form input[type=submit],
  form section.save_the_dates input[type=submit],
  section.save_the_date_content_blocks .button,
  section.save_the_date_content_blocks form input[type=submit],
  form section.save_the_date_content_blocks input[type=submit],
  section.save_the_dates_content_blocks .button,
  section.save_the_dates_content_blocks form input[type=submit],
  form section.save_the_dates_content_blocks input[type=submit],
  section.invitation .button,
  section.invitation form input[type=submit],
  form section.invitation input[type=submit],
  section.invitations .button,
  section.invitations form input[type=submit],
  form section.invitations input[type=submit],
  section.invitation_content_blocks .button,
  section.invitation_content_blocks form input[type=submit],
  form section.invitation_content_blocks input[type=submit],
  section.invitations_content_blocks .button,
  section.invitations_content_blocks form input[type=submit],
  form section.invitations_content_blocks input[type=submit],
  section.thank_yous .button,
  section.thank_yous form input[type=submit],
  form section.thank_yous input[type=submit],
  section.thank_youss .button,
  section.thank_youss form input[type=submit],
  form section.thank_youss input[type=submit],
  section.thank_yous_content_blocks .button,
  section.thank_yous_content_blocks form input[type=submit],
  form section.thank_yous_content_blocks input[type=submit],
  section.thank_youss_content_blocks .button,
  section.thank_youss_content_blocks form input[type=submit],
  form section.thank_youss_content_blocks input[type=submit],
  section.thank_you .button,
  section.thank_you form input[type=submit],
  form section.thank_you input[type=submit],
  section.thank_yous .button,
  section.thank_you_content_blocks .button,
  section.thank_you_content_blocks form input[type=submit],
  form section.thank_you_content_blocks input[type=submit],
  section.thank_yous_content_blocks .button {
    margin-top: 0.625rem;
  }
}

.accordion.themes .accordion-title {
  padding: 0;
}
.accordion.themes .accordion-title:hover, .accordion.themes .accordion-title:focus {
  text-decoration: none;
}
.accordion.themes .accordion-title:before {
  font-size: 1.875rem;
  margin-top: -1rem;
}
.accordion.themes .accordion-content {
  padding-top: 0;
}
.accordion.videos .accordion-title {
  font-size: 1rem;
  padding: 1rem 0;
  text-decoration: underline;
}
.accordion.videos .accordion-title:before {
  right: 0;
  font-size: 1.5rem;
  margin-top: -0.9rem;
}
.accordion.videos .accordion-content p, .accordion.videos .accordion-content .trix-content div, .trix-content .accordion.videos .accordion-content div {
  margin-bottom: 1rem;
}

section.current-blocks .content-blocks-category {
  margin: 2rem 0;
}

section.thank_yous trix-editor {
  margin-bottom: 0.625rem;
}

.custom-header-image-form .custom-header-image-preview {
  width: 66%;
  border: 2px solid #f2dfd7;
}
.custom-header-image-form .custom-header-image-modal {
  display: flex;
  flex-direction: column;
}
.custom-header-image-form .custom-header-wedding-image-input {
  margin-top: 1.5rem;
}

#add-blocks h5, #add-blocks table thead th, table thead #add-blocks th {
  margin-top: 2rem;
}

#existing-blocks .current-blocks .flex {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#existing-blocks .current-blocks .flex h5, #existing-blocks .current-blocks .flex table thead th, table thead #existing-blocks .current-blocks .flex th {
  margin-bottom: 0;
}
#existing-blocks .current-blocks .flex a {
  color: #595959;
  font-size: 14px;
  text-decoration: underline;
}

.form-section .website-status {
  display: grid;
  grid-template-areas: "s s s q" "s s s q" "p p p p";
}
.form-section .website-status .status {
  grid-area: s;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.form-section .website-status .code {
  grid-area: q;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.form-section .website-status .published hr {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.form-section .website-status .published {
  grid-area: p;
}
@media print, screen and (min-width: 40em) {
  .form-section .website-status .code img {
    width: 180px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .form-section .website-status {
    grid-template-areas: "s" "q" "p";
  }
  .form-section .website-status .code {
    align-items: start;
  }
  .form-section .website-status .code img {
    height: 100px;
    object-fit: scale-down;
    margin-left: -0.5rem;
  }
}

.form-url .form-url-protocol {
  padding: 0.8rem 1rem 0 0;
}
.form-url .form-url-period {
  padding: 0.8rem 1rem 0 1rem;
}

.guest-page-header {
  text-align: center;
  margin-bottom: 3rem;
}
.guest-page-header h1 {
  margin-bottom: 1rem;
}
.guest-page-header h3 {
  margin-bottom: 0.5rem;
  color: #4b5c69;
}

.guest-page-section {
  text-align: center;
}
.guest-page-section .form-section h4 {
  margin-bottom: 1rem;
}
.guest-page-section .form-section input {
  text-align: center;
}
.guest-page-section .form-section .actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.guest-page-section .form-section .actions * {
  margin-left: auto;
  margin-right: auto;
}
.guest-page-section .form-section .actions *:not(:first-child) {
  margin-top: 1rem;
}

.croppie-container {
  position: relative;
}
.croppie-container .minus {
  position: absolute;
  left: 10%;
  bottom: 2.75rem;
  font-size: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .croppie-container .minus {
    bottom: 1.5rem;
  }
}
.croppie-container .plus {
  position: absolute;
  right: 10%;
  bottom: 2.75rem;
  font-size: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .croppie-container .plus {
    bottom: 1.5rem;
  }
}

.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.button, form input[type=submit] {
  color: #fff;
}
.button.v-center-text, form input.v-center-text[type=submit] {
  display: flex;
  align-items: center;
}
.button.marginless, form input.marginless[type=submit] {
  margin: 0;
}
.button.wide, form input.wide[type=submit] {
  width: 240px;
}
.button.full-width, form input.full-width[type=submit] {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media print, screen and (max-width: 39.99875em) {
  .button.full-width-on-mobile, form input.full-width-on-mobile[type=submit] {
    width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button.full-width-small, form input.full-width-small[type=submit] {
    width: 100%;
  }
}
.button.disabled, form input.disabled[type=submit], .button.disabled:hover {
  color: #393539;
  opacity: 1;
  background: rgba(151, 151, 151, 0.1);
}
.button.auth, form input.auth[type=submit] {
  margin-bottom: 10px;
}
.button.auth i.fab, form input.auth[type=submit] i.fab {
  color: white;
  margin-right: 12px;
}

.button-group .button.expanded, .button-group form input.expanded[type=submit], form .button-group input.expanded[type=submit] {
  flex: 1;
}

/**
 * Display
 *
 * Default classes for easy ways to hide content, both accessibly
 * and non-accessibly if required.
 */
.no-display {
  display: none !important;
}

.visually-hidden,
[aria-hidden=true] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-display-inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

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

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

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

.flex-none {
  flex: none;
}

.figure-heading {
  font-family: "Sohne", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #393539;
}

table .action-col {
  width: 1px;
  white-space: nowrap;
}
table .action-col .button, table .action-col form input[type=submit], form table .action-col input[type=submit] {
  margin-bottom: 0;
}

.field_with_hint .hint {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: block;
}

.delete-link {
  text-align: center;
  color: #a53b2a;
}
.delete-link i {
  margin-right: 5px;
}

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

.stationery-products-accordion .accordion-item a.accordion-title {
  display: flex;
  justify-content: space-between;
  border: 2px solid #f2dfd7;
  border-bottom: none;
  background-color: #fcf9f7;
  font-size: 1rem;
  font-weight: bold;
}
.stationery-products-accordion .accordion-item a::before {
  content: "";
}
.stationery-products-accordion .accordion-item:last-child a.accordion-title {
  border-bottom: 2px solid #f2dfd7 !important;
}
.stationery-products-accordion .accordion-content {
  padding-top: 0;
}

.variation-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.variation-tabs .tabs__tab {
  flex-grow: 1;
}
.variation-tabs .selected-tab {
  font-weight: bold;
  background-color: #c1d1ce;
}

.image-variation-container {
  border: 2px solid #f2dfd7;
  background-color: #fcf9f7;
  height: fit-content;
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
}
.image-variation-container:hover {
  border-color: #ca8b84;
}
.image-variation-container .image-variation {
  margin-right: 0;
}
.image-variation-container .image-variation label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}
.image-variation-container .image-variation label i {
  margin: 0 1rem 0 0 !important;
}
.image-variation-container .image-variation label div {
  margin-left: auto;
}
.image-variation-container .image-variation label div a {
  background-color: transparent;
  color: #af554b;
  text-decoration: underline;
}
.image-variation-container .image-variation label hr {
  display: none;
}
.image-variation-container .image-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-variation-container .image-details p, .image-variation-container .image-details .trix-content div, .trix-content .image-variation-container .image-details div {
  margin-bottom: 0.25rem;
}

.form-actions {
  display: flex;
  align-items: center;
}
.form-actions .remove {
  border: solid 1px #af554b;
  color: #af554b;
  margin-left: auto !important;
}
.form-actions .icon {
  background-color: #98b2ad;
  border-radius: 100%;
  display: flex;
  align-items: center;
  animation: fadein 1.5s;
  margin-left: 1rem;
}
