.FreestyleGuide {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-width: 320px;
}
.FreestyleGuide-header, .FreestyleGuide-footer {
  display: flex;
  flex: none;
}
.FreestyleGuide-header {
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #b6b6b6;
  padding: 0.5rem 1rem;
}
.FreestyleGuide-cta {
  cursor: pointer;
  display: inline-block;
  flex-basis: 20px;
  font-size: 1.4rem;
  text-align: center;
}
.FreestyleGuide-cta--aside {
  background: none;
  border: 0;
  padding: 0;
}
.FreestyleGuide-ctaIcon:hover {
  fill: #00bcd4;
}
.FreestyleGuide-titleContainer {
  padding: 0 1rem;
  text-align: center;
}
.FreestyleGuide-title {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 600px) {
  .FreestyleGuide-title {
    font-size: 1.9rem;
  }
}
.FreestyleGuide-subtitle {
  margin: 0 auto;
}
.FreestyleGuide-body {
  background-color: #fff;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
@media (min-width: 600px) {
  .FreestyleGuide-body {
    flex-direction: row;
  }
}
.FreestyleGuide-content {
  margin-top: 1.5rem;
  overflow: auto;
}
@media (min-width: 600px) {
  .FreestyleGuide-content {
    flex: 1;
    margin: 0;
  }
}
.FreestyleGuide-nav {
  background-color: #fff;
  height: 100vh;
  order: -1;
  overflow: auto;
  padding: 1rem;
  position: sticky;
  top: 0;
}
@media (min-width: 600px) {
  .FreestyleGuide-nav {
    border-right: solid 1px #b6b6b6;
    flex: 0 0 18rem;
  }
}
.FreestyleGuide-aside {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-right: 0.5rem;
  order: -2;
  position: fixed;
  right: 0.5rem;
}
@media (min-width: 600px) {
  .FreestyleGuide-aside {
    border-left: solid 1px #b6b6b6;
    order: 1;
  }
}
.FreestyleGuide-chooseSectionMessage {
  display: flex;
  height: 100%;
  font-size: 1.4rem;
}
.FreestyleGuide-chooseSectionMessage > span {
  margin: auto;
}

.FreestyleCollection {
  max-width: 1200px;
}
.FreestyleCollection-title {
  font-weight: bold;
  padding: 1rem 1rem 0;
  text-transform: uppercase;
}
.FreestyleCollection-variantList {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #212121;
  display: flex;
  height: 48px;
  list-style-type: none;
  margin: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.FreestyleCollection-variantListItem {
  cursor: pointer;
  display: block;
  flex-grow: 1;
  float: left;
  font-size: 14px;
  height: 48px;
  letter-spacing: 0.8px;
  line-height: 48px;
  margin: 0;
  min-width: 120px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 15%;
}
.FreestyleCollection-variantListItem:hover, .FreestyleCollection-variantListItem--active {
  border-bottom: solid 3px #00bcd4;
  color: #00bcd4;
}

.FreestyleDynamic-input {
  margin-bottom: 10px;
}
.FreestyleDynamic-input input[type=text],
.FreestyleDynamic-input textarea {
  display: block;
}
.FreestyleDynamic-inputDescription {
  display: block;
}

.FreestyleVariant--inline {
  display: inline-block;
}

.FreestyleAnnotation {
  font-size: 0.9rem;
  padding: 0 1rem;
}

.FreestyleUsageControls {
  background: #fff;
  font-size: 0.9rem;
  padding: 1rem;
  text-align: left;
  width: 200px;
}
.FreestyleUsageControls-header {
  color: #00bcd4;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.FreestyleUsageControls-item {
  align-items: baseline;
  display: flex;
}
.FreestyleUsageControls-item--focus {
  padding-top: 0.6rem;
}
.FreestyleUsageControls-itemControl {
  cursor: pointer;
  padding-right: 0.1rem;
}
.FreestyleUsageControls-itemLabel {
  font-size: 0.8rem;
}
.FreestyleUsageControls-input--focus {
  margin-bottom: 0.2rem;
}
.FreestyleUsageControls-button {
  background-color: #00bcd4;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 0.6rem;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
}

.FreestylePalette-title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 10px;
}
.FreestylePalette-description {
  font-size: 0.8rem;
  padding-bottom: 5px;
}

/* BEGIN-FREESTYLE-USAGE fpi--notes
# Markdown Notes In SCSS!

Hey look... these are `markdown` notes:

- coming from scss
- looking nice

END-FREESTYLE-USAGE */
.FreestylePaletteItem {
  border: solid 1px #cecece;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.FreestylePaletteItem-color {
  height: 90px;
  width: 160px;
}
.FreestylePaletteItem-info {
  background-color: #fff;
  border-top: solid 1px #cecece;
  padding: 5px;
}
.FreestylePaletteItem-hex {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.FreestylePaletteItem-name {
  color: #2f4f4f;
  font-size: 11px;
  margin-top: 0;
}

.FreestyleUsage {
  max-width: 1200px;
}
.FreestyleUsage-title {
  font-weight: bold;
  padding: 1rem 1rem 0;
  text-transform: uppercase;
}
.FreestyleUsage-rendered {
  padding: 1rem;
}
.FreestyleUsage-usage {
  padding-bottom: 10px;
}
.FreestyleUsage-sourceContainer pre {
  font-size: 0.8rem;
  margin-top: 0;
}
.FreestyleUsage-sourceContainer pre.hljs {
  padding: 0.5rem 1rem;
}
.FreestyleUsage--inline {
  border-bottom: 0;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .FreestyleUsage--inline {
    max-width: inherit;
    width: auto;
  }
}
.FreestyleUsage-focusCta {
  cursor: pointer;
  fill: #b6b6b6;
  position: relative;
  top: 1px;
}
.FreestyleUsage-focusCta:hover {
  fill: #00bcd4;
}

.FreestyleSection-name {
  border-bottom: solid 1px #ccc;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 1rem;
  max-width: calc(1200px - 1rem);
  padding: 1rem 0 0.4rem;
  text-transform: uppercase;
}
.FreestyleSection--hidden {
  display: none;
}

.FreestyleSubsection.is-hidden {
  display: none;
}
.FreestyleSubsection-name {
  font-size: 1.3rem;
  margin: 0 1rem;
  padding: 0.8rem 0 0.4rem;
  text-transform: uppercase;
}

.FreestyleMenu {
  font-size: 14px;
  list-style: none;
  padding-left: 1rem;
}
.FreestyleMenu-item, .FreestyleMenu-submenuItem {
  padding-top: 0.6rem;
  text-transform: uppercase;
}
.FreestyleMenu-itemLink, .FreestyleMenu-submenuItemLink {
  color: #212121;
  text-decoration: none;
}
.FreestyleMenu-itemLink.active, .FreestyleMenu-submenuItemLink.active {
  color: #00bcd4;
  text-decoration: none;
}
.FreestyleMenu-itemLink:hover, .FreestyleMenu-submenuItemLink:hover {
  color: #ffc107;
  text-decoration: none;
}
.FreestyleMenu-submenu {
  list-style: none;
  padding-left: 1rem;
}

.FreestyleSource-title {
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.5rem 1rem 0.2rem;
  text-transform: uppercase;
}

.FreestyleTypeface-previewHero, .FreestyleTypeface-previewSample {
  font-family: inherit;
}
.FreestyleTypeface-previewHero {
  font-size: 140px;
  line-height: 1.05;
}
.FreestyleTypeface-previewSample {
  font-size: 15px;
  margin: 0;
}

.FreestyleUsage {
  --radius: 4px;
  --border-color: #eee;
  padding: 0 1rem 1rem;
  margin-bottom: 1rem;
  max-width: 1200px;
}
.FreestyleUsage:last-child {
  border-bottom: 1px solid #ccc;
}
.FreestyleUsage-name {
  color: #333;
  margin-top: 1.5rem;
}
.FreestyleUsage-description {
  margin: 0.5rem 0;
  font-size: 1.1rem;
  color: #666;
}
.FreestyleUsage-api + .FreestyleUsage-cssVars {
  margin-top: 1rem;
}
.FreestyleUsage-apiTitle, .FreestyleUsage-cssVarsTitle {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0;
}
.FreestyleUsage-standaloneFocusCta {
  float: right;
  margin-right: 1rem;
}
.FreestyleUsage-preview {
  padding: 1.5rem;
  margin: 1rem 0;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  position: relative;
}
.FreestyleUsage-preview:after {
  content: "Preview";
  font-size: 0.7rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #eee;
  color: #777;
  padding: 2px 8px;
  display: block;
  border-radius: 0 0 0 var(--radius);
}
.FreestyleUsage-sourceContainer, .FreestyleUsage-apiTable, .FreestyleUsage-cssVarsTable {
  margin-left: -1rem;
  margin-right: -1rem;
}
.FreestyleUsage-apiTable, .FreestyleUsage-cssVarsTable {
  width: 100%;
  padding: 0.5rem 0 0.2rem;
  border-collapse: collapse;
}
.FreestyleUsage-apiTable th, .FreestyleUsage-cssVarsTable th {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 600;
  color: #777;
}
.FreestyleUsage-apiTable tr, .FreestyleUsage-cssVarsTable tr {
  border-bottom: 1px solid var(--border-color);
  vertical-align: top;
}
.FreestyleUsage-apiTable tr:nth-child(even), .FreestyleUsage-cssVarsTable tr:nth-child(even) {
  background-color: #f9f9f9;
}
.FreestyleUsage-apiTable th,
.FreestyleUsage-apiTable td, .FreestyleUsage-cssVarsTable th,
.FreestyleUsage-cssVarsTable td {
  padding: 0.5rem 1rem;
}
.FreestyleUsage-sourceContainer {
  margin-top: 1rem;
}

/*
  FreestyleUsageArgument
*/
.FreestyleUsageArgument,
.FreestyleUsageCssVar {
  font-size: 0.8rem;
}
.FreestyleUsageArgument-name,
.FreestyleUsageCssVar-name {
  font-weight: bold;
  width: 20%;
}
.FreestyleUsageArgument-description,
.FreestyleUsageCssVar-description {
  width: 40%;
}
.FreestyleUsageArgument-required,
.FreestyleUsageCssVar-required {
  color: #d81c38;
  font-style: oblique;
}
.FreestyleUsageArgument-default,
.FreestyleUsageCssVar-default {
  font-family: monospace;
}
.FreestyleUsageArgument-jsonViewer,
.FreestyleUsageCssVar-jsonViewer {
  background-color: #222;
  min-width: 300px;
  padding: 1rem;
}

.FreestyleUsageBoolean {
  position: relative;
  display: flex;
}
.FreestyleUsageBoolean:after {
  content: "False";
  display: block;
  position: absolute;
  top: 2px;
  left: 27px;
  font-family: monospace;
  color: #999;
}
.FreestyleUsageBoolean.is-checked:after {
  content: "True";
  color: #333;
  font-weight: 700;
}

.FreestyleUsageArray-item {
  margin: 0 0 0.5em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.FreestyleUsageArray-removeItem, .FreestyleUsageArray-addItem {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 2px 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  border-radius: 4px;
}
.FreestyleUsageArray-removeItem {
  color: #999;
  opacity: 0.5;
}
.FreestyleUsageArray-addItem {
  font-weight: 700;
  padding: 3px 8px;
  color: #666;
  background: #ddd;
}
.FreestyleUsageArray-item:hover .FreestyleUsageArray-removeItem {
  opacity: 1;
}

.u-codePill {
  background-color: #eee;
  border-radius: 2px;
  color: #777;
  display: inline-block;
  font-family: monospace;
  margin-right: 0.2em;
  padding: 1px 7px;
}
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}
.svg-inline--fa.fa-sm {
  vertical-align: -0.0714285705em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}
.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  transform-origin: center center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  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, 0);
  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, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

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

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  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, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

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

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

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

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

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

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

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

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

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

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

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

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

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

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/**!
  Visualization Classes for debugging the vertical-collection
  */
.vertical-collection-visual-debugger {
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  background: rgba(50, 50, 50, 1);
  width: 125px;
}

.vertical-collection-visual-debugger .vc_visualization-container {
  transform: scale(0.25);
  left: 0;
  position: relative;
}


.vertical-collection-visual-debugger .vc_visualization-screen {
  position: absolute;
  background: transparent;
  box-sizing: content-box;
  border-top: 2px dashed yellow;
  border-bottom: 2px dashed yellow;
  width: 500px;
}

.vertical-collection-visual-debugger .vc_visualization-scroll-container {
  position: absolute;
  width: 500px;
  background: rgba(100, 230, 100, 0.65);
}

.vertical-collection-visual-debugger .vc_visualization-item-container {
  position: absolute;
  width: 500px;
  background: rgba(255, 255, 255, .15);
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component {
  box-sizing: border-box;
  background: rgba(230, 100, 230, 0.6);
  border: 1px dotted #bbb;
  border-top: 0px;
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  width: 250px;
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component:first-of-type {
  border-top: 1px dotted #bbb;
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component.culled {
  background: transparent;
}

.pell{border:1px solid hsla(0,0%,4%,.1)}.pell,.pell-content{box-sizing:border-box}.pell-content{height:300px;outline:0;overflow-y:auto;padding:10px}.pell-actionbar{background-color:#fff;border-bottom:1px solid hsla(0,0%,4%,.1)}.pell-button{background-color:transparent;border:none;cursor:pointer;height:30px;outline:0;width:30px;vertical-align:bottom}.pell-button-selected{background-color:#f0f0f0}
.occluded-content {
  display: block;
  position: relative;
  width: 100%;

  /* prevents margin overflow on item container */
  min-height: 0.01px;

  /* hides text visually while still being readable by screen readers */
  color: rgba(0,0,0,0);
}

table .occluded-content,
tbody .occluded-content,
thead .occluded-content,
tfoot .occluded-content {
  display: table-row;
  position: relative;
  width: 100%;
}

ul .occluded-content,
ol .occluded-content {
  display: list-item;
  position: relative;
  width: 100%;
  list-style-type: none;
  height: 0;
}


.ember-attacher-light-theme {
  background-color: #f3f6f9;
  border: 1px solid #ced2e2;
  box-shadow: 0 0 16px -4px rgba(0, 20, 40, 0.2), 0 0 80px -10px rgba(0, 20, 40, 0.3);
  color: #203d5d;
}
.ember-attacher-light-theme > div[x-arrow] {
  background-color: #f3f6f9;
  border-color: transparent transparent #ced2e2 #ced2e2;
}
.ember-attacher-light-theme > div[x-circle] {
  background-color: #f3f6f9;
}

.ember-attacher {
  perspective: 800px;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 9999;
}
.ember-attacher[x-placement^=top] div[x-arrow] {
  transform: rotate(-45deg);
  bottom: -5px;
}
.ember-attacher[x-placement^=top] div[x-circle] {
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
  transform-origin: 0% 50%;
}
.ember-attacher[x-placement^=top] > .ember-attacher-fill {
  transform: translateY(0);
  opacity: 0;
}
.ember-attacher[x-placement^=top] > .ember-attacher-none {
  transform: translateY(-10px);
  opacity: 1;
}
.ember-attacher[x-placement^=top] > .ember-attacher-fade {
  transform: translateY(-10px);
  opacity: 0;
}
.ember-attacher[x-placement^=top] > .ember-attacher-shift {
  transform: translateY(0);
  opacity: 0;
}
.ember-attacher[x-placement^=top] > .ember-attacher-scale {
  transform: translateY(0) scale(0);
  opacity: 0;
}
.ember-attacher[x-placement^=top] > .ember-attacher-perspective {
  transform: translateY(0) rotateX(90deg);
  opacity: 0;
  transform-origin: bottom;
}
.ember-attacher[x-placement^=top] > .ember-attacher-show > div[x-circle] {
  opacity: 1;
  transform: scale(1.2) translate(-50%, -50%);
}
.ember-attacher[x-placement^=top] > .ember-attacher-show.ember-attacher-fade, .ember-attacher[x-placement^=top] > .ember-attacher-show.ember-attacher-fill, .ember-attacher[x-placement^=top] > .ember-attacher-show.ember-attacher-none, .ember-attacher[x-placement^=top] > .ember-attacher-show.ember-attacher-shift {
  transform: translateY(-10px);
  opacity: 1;
}
.ember-attacher[x-placement^=top] > .ember-attacher-show.ember-attacher-scale {
  transform: translateY(-10px) scale(1);
  opacity: 1;
}
.ember-attacher[x-placement^=top] > .ember-attacher-show.ember-attacher-perspective {
  transform: translateY(-10px) rotateX(0);
  opacity: 1;
}
.ember-attacher[x-placement^=bottom] div[x-arrow] {
  transform: rotate(135deg);
  top: -5px;
}
.ember-attacher[x-placement^=bottom] div[x-circle] {
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
  transform-origin: 0% -50%;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-fill {
  transform: translateY(0);
  opacity: 0;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-none {
  transform: translateY(10px);
  opacity: 1;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-fade {
  transform: translateY(10px);
  opacity: 0;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-shift {
  transform: translateY(0);
  opacity: 0;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-scale {
  transform: translateY(0) scale(0);
  opacity: 0;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-perspective {
  transform: translateY(0) rotateX(-90deg);
  opacity: 0;
  transform-origin: top;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-show > div[x-circle] {
  opacity: 1;
  transform: scale(1.2) translate(-50%, -50%);
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-show.ember-attacher-fade, .ember-attacher[x-placement^=bottom] > .ember-attacher-show.ember-attacher-fill, .ember-attacher[x-placement^=bottom] > .ember-attacher-show.ember-attacher-none, .ember-attacher[x-placement^=bottom] > .ember-attacher-show.ember-attacher-shift {
  transform: translateY(10px);
  opacity: 1;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-show.ember-attacher-scale {
  transform: translateY(10px) scale(1);
  opacity: 1;
}
.ember-attacher[x-placement^=bottom] > .ember-attacher-show.ember-attacher-perspective {
  transform: translateY(10px) rotateX(0);
  opacity: 1;
}
.ember-attacher[x-placement^=left] div[x-arrow] {
  transform: rotate(225deg);
  right: -5px;
  top: 50%;
}
.ember-attacher[x-placement^=left] div[x-circle] {
  transform: scale(0) translate(-50%, -33%);
  opacity: 0;
  transform-origin: 50% 5%;
}
.ember-attacher[x-placement^=left] > .ember-attacher-fill {
  transform: translateX(0);
  opacity: 0;
}
.ember-attacher[x-placement^=left] > .ember-attacher-none {
  transform: translateX(-10px);
  opacity: 1;
}
.ember-attacher[x-placement^=left] > .ember-attacher-fade {
  transform: translateX(-10px);
  opacity: 0;
}
.ember-attacher[x-placement^=left] > .ember-attacher-shift {
  transform: translateX(0);
  opacity: 0;
}
.ember-attacher[x-placement^=left] > .ember-attacher-scale {
  transform: translateX(0) scale(0);
  opacity: 0;
}
.ember-attacher[x-placement^=left] > .ember-attacher-perspective {
  transform: translateX(0) rotateY(-90deg);
  opacity: 0;
  transform-origin: right;
}
.ember-attacher[x-placement^=left] > .ember-attacher-show > div[x-circle] {
  opacity: 1;
  transform: scale(1.2) translate(-50%, -50%);
}
.ember-attacher[x-placement^=left] > .ember-attacher-show.ember-attacher-fade, .ember-attacher[x-placement^=left] > .ember-attacher-show.ember-attacher-fill, .ember-attacher[x-placement^=left] > .ember-attacher-show.ember-attacher-none, .ember-attacher[x-placement^=left] > .ember-attacher-show.ember-attacher-shift {
  transform: translateX(-10px);
  opacity: 1;
}
.ember-attacher[x-placement^=left] > .ember-attacher-show.ember-attacher-scale {
  transform: translateX(-10px) scale(1);
  opacity: 1;
}
.ember-attacher[x-placement^=left] > .ember-attacher-show.ember-attacher-perspective {
  transform: translateX(-10px) rotateY(0);
  opacity: 1;
}
.ember-attacher[x-placement^=right] div[x-arrow] {
  transform: rotate(45deg);
  left: -5px;
  top: 50%;
}
.ember-attacher[x-placement^=right] div[x-circle] {
  transform: scale(0) translate(-50%, -33%);
  opacity: 0;
  transform-origin: -50% 5%;
}
.ember-attacher[x-placement^=right] > .ember-attacher-fill {
  transform: translateX(0);
  opacity: 0;
}
.ember-attacher[x-placement^=right] > .ember-attacher-none {
  transform: translateX(10px);
  opacity: 1;
}
.ember-attacher[x-placement^=right] > .ember-attacher-fade {
  transform: translateX(10px);
  opacity: 0;
}
.ember-attacher[x-placement^=right] > .ember-attacher-shift {
  transform: translateX(0);
  opacity: 0;
}
.ember-attacher[x-placement^=right] > .ember-attacher-scale {
  transform: translateX(0) scale(0);
  opacity: 0;
}
.ember-attacher[x-placement^=right] > .ember-attacher-perspective {
  transform: translateX(0) rotateY(90deg);
  opacity: 0;
  transform-origin: left;
}
.ember-attacher[x-placement^=right] > .ember-attacher-show > div[x-circle] {
  opacity: 1;
  transform: scale(1.2) translate(-50%, -50%);
}
.ember-attacher[x-placement^=right] > .ember-attacher-show.ember-attacher-fade, .ember-attacher[x-placement^=right] > .ember-attacher-show.ember-attacher-fill, .ember-attacher[x-placement^=right] > .ember-attacher-show.ember-attacher-none, .ember-attacher[x-placement^=right] > .ember-attacher-show.ember-attacher-shift {
  transform: translateX(10px);
  opacity: 1;
}
.ember-attacher[x-placement^=right] > .ember-attacher-show.ember-attacher-scale {
  transform: translateX(10px) scale(1);
  opacity: 1;
}
.ember-attacher[x-placement^=right] > .ember-attacher-show.ember-attacher-perspective {
  transform: translateX(10px) rotateY(0);
  opacity: 1;
}

.ember-attacher-tooltip {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  max-width: 400px;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  will-change: transform;
}
.ember-attacher-tooltip.ember-attacher-fill {
  background-color: transparent;
  overflow: hidden;
}
.ember-attacher-tooltip > div[x-arrow] {
  background-color: #333;
  border: 1px solid;
  border-color: transparent transparent #333 #333;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: -1;
}
.ember-attacher-tooltip > div[x-circle] {
  background-color: #333;
  border-radius: 50%;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: all ease-out;
  width: 120%;
  width: calc(100% + 2rem);
  will-change: transform;
  z-index: -1;
}
.ember-attacher-tooltip > div[x-circle]::before {
  content: "";
  padding-top: 100%;
  padding-top: calc(75% + 2rem);
  float: left;
}

@media (max-width: 450px) {
  .ember-attacher-tooltip {
    max-width: 96%;
    max-width: calc(100% - 42px);
  }
}
.ember-light-table {
  height: inherit;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.ember-light-table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
}

.ember-light-table .lt-scaffolding {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  visibility: hidden;
}

.ember-light-table .lt-head-wrap,
.ember-light-table .lt-foot-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 0 0 auto;
}

.ember-light-table .lt-body-wrap {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.ember-light-table .lt-column {
  position: relative;
}

.ember-light-table .lt-scrollable {
  width: 100%;
  flex: 1 1 auto;
}

.lt-infinity {
  min-height: 1px;
}

.ember-light-table .lt-scrollable.vertical-collection {
  overflow-y: auto;
}

.ember-light-table vertical-collection {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.ember-light-table vertical-collection occluded-content:first-of-type {
  display: table-caption;
}

.ember-light-table .align-left {
  text-align: left;
}

.ember-light-table .align-right {
  text-align: right;
}

.ember-light-table .align-center {
  text-align: center;
}

.ember-light-table .lt-column .lt-sort-icon {
  float: right;
}

.ember-light-table .lt-column.is-draggable,
.ember-light-table .lt-column.is-sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ember-light-table .lt-column.is-resizing {
  pointer-events: none;
}

.ember-light-table.is-resizing {
  cursor: col-resize;
}

.ember-light-table .lt-column .lt-column-resizer {
  width: 5px;
  cursor: col-resize;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.ember-light-table .lt-row.is-expandable,
.ember-light-table .lt-row.is-selectable {
  cursor: pointer;
}

/**
 * TrackpadScrollEmulator
 * Author: Jonathan Nicol @f6design
 * https://github.com/jnicol/trackpad-scroll-emulator
 */
.tse-scrollable {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.tse-scrollable .tse-scroll-content {
  position: absolute;
}

.tse-scrollbar {
  position: absolute;
  z-index: 99;
}
.tse-scrollbar .drag-handle {
  position: absolute;
  transition: opacity 0.2s linear;
  opacity: 0;
  border-radius: 7px;
  background: #6c6e71;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.tse-scrollbar:hover .drag-handle {
  transition: opacity 0 linear;
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.7;
}
.tse-scrollbar .drag-handle.visible {
  opacity: 0.7;
}

/* Vertical scroller */
.tse-scrollbar.vertical {
  /* make the scrollbar span full height w/o setting the height*/
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
}
.tse-scrollbar.vertical .tse-scroll-content {
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
}
.tse-scrollbar.vertical .drag-handle {
  right: 2px;
  width: 7px;
}

/* Horizontal scroller */
.tse-scrollable.horizontal .tse-scroll-content {
  overflow-x: scroll;
  overflow-y: hidden;
}
.tse-scrollable.horizontal .tse-scrollbar.horizontal {
  /* make the scrollbar span full length w/o setting the width */
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: auto;
  height: 11px;
}
.tse-scrollable.horizontal .tse-scrollbar.horizontal .drag-handle {
  top: 2px;
  right: auto;
  width: auto;
  min-width: 0;
  height: 7px;
  min-height: 0;
}

.tse-scrollable.horizontal .tse-scroll-content {
  overflow-x: scroll;
  overflow-y: hidden;
}
.tse-scrollable.vertical .tse-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
}
.tse-scrollable.horizontal.vertical .tse-scroll-content {
  overflow-x: scroll;
  overflow-y: scroll;
}

.FreestyleGuide-body {
  background-color: transparent;
}
