/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --tw-space-y-reverse: 0;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-divide-x-reverse: 0;
      --tw-divide-y-reverse: 0;
    }
  }
}

@layer theme {
  :root,
  :host {
    --font-mono: "PelakFA";
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --radius-md: 0.375rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-pelak);
    --default-font-feature-settings: "normal";
    --default-font-variation-settings: "normal";
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--default-font-feature-settings);
    --default-mono-font-variation-settings: var(
      --default-font-variation-settings
    );
    --text-meta: 10px;
    --leading-meta: 14px;
    --color-divider: var(--color-gray-200);
    --font-pelak: "PelakFA";
    --font-latin: "PelakFA";
    --font-body: var(--font-pelak);
    --font-heading: var(--font-pelak);
    --font-en: var(--font-latin);
    --text-body: 14px;
    --leading-body: 24px;
    --tracking-body: 0.01em;
    --text-nav: 12px;
    --text-body-sm: 12px;
    --leading-body-sm: 20px;
    --leadtitle-font-size: 25px;
    --leadtitle-font-weight: 900;
    --leadtitle-color: #000;
    --servicetitle-font-size: 20px;
    --servicetitle-font-weight: 900;
    --servicetitle-color: #000;
    --text-h1: 28px;
    --leading-h1: 40px;
    --text-h2: 22px;
    --leading-h2: 32px;
    --text-card-title: 15px;
    --leading-card-title: 24px;
    --text-column-title: 13px;
    --leading-column-title: 16px;
    --text-body-en: 14px;
    --leading-body-en: 18px;
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  :root {
    --meta-color: #6b7280;
    --meta-secondary-color: #9ca3af;
    --meta-border-color: #6b7280;
    --menu-hover-border-color: #000;
  }
}

@layer components {
  .image-meta {
    inset-inline-end: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 2);
    align-items: center;
    gap: calc(var(--spacing) * 2);
    background-color: var(--color-black);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    display: inline-flex;
    position: absolute;
  }

  .image-meta i {
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    color: var(--color-black);
    background-color: #ffb52f;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .prose-news {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

  .prose-news
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose-news
    :where([class~="lead"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose-news
    :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
  }

  .prose-news
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .prose-news
    :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-news
    :where(blockquote strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ),
  .prose-news
    :where(thead th strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
  }

  .prose-news
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }

  .prose-news
    :where(ol[type="A"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-alpha;
  }

  .prose-news
    :where(ol[type="a"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-alpha;
  }

  .prose-news
    :where(ol[type="A" s]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-alpha;
  }

  .prose-news
    :where(ol[type="a" s]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-alpha;
  }

  .prose-news
    :where(ol[type="I"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-roman;
  }

  .prose-news
    :where(ol[type="i"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-roman;
  }

  .prose-news
    :where(ol[type="I" s]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-roman;
  }

  .prose-news
    :where(ol[type="i" s]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-roman;
  }

  .prose-news
    :where(ol[type="1"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: decimal;
  }

  .prose-news
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }

  .prose-news
    :where(ol > li):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }

  .prose-news
    :where(ul > li):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--tw-prose-bullets);
  }

  .prose-news
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }

  .prose-news
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .prose-news
    :where(blockquote):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“" "”" "‘" "’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    font-style: italic;
    font-weight: 500;
  }

  .prose-news
    :where(blockquote p:first-of-type):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before {
    content: open-quote;
  }

  .prose-news
    :where(blockquote p:last-of-type):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: close-quote;
  }

  .prose-news
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 0;
    margin-bottom: 0.888889em;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.11111;
  }

  .prose-news
    :where(h1 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 900;
  }

  .prose-news
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.33333;
  }

  .prose-news
    :where(h2 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 800;
  }

  .prose-news
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
  }

  .prose-news
    :where(h3 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
  }

  .prose-news
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.5;
  }

  .prose-news
    :where(h4 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
  }

  .prose-news
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-news
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }

  .prose-news
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-news
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow:
      0 0 0 1px var(--tw-prose-kbd-shadows),
      0 3px 0 var(--tw-prose-kbd-shadows);
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    border-radius: 0.3125rem;
    padding-inline-start: 0.375em;
    font-family: inherit;
    font-size: 0.875em;
    font-weight: 500;
  }

  .prose-news
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: 0.875em;
    font-weight: 600;
  }

  .prose-news
    :where(code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .prose-news
    :where(code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: "`";
  }

  .prose-news
    :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-news
    :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose-news
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }

  .prose-news
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }

  .prose-news
    :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-news
    :where(blockquote code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ),
  .prose-news
    :where(thead th code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
  }

  .prose-news
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    padding-top: 0.857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: 0.857143em;
    border-radius: 0.375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }

  .prose-news
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .prose-news
    :where(pre code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .prose-news
    :where(pre code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: none;
  }

  .prose-news
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    table-layout: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.71429;
  }

  .prose-news
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .prose-news
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    padding-inline-end: 0.571429em;
    padding-bottom: 0.571429em;
    padding-inline-start: 0.571429em;
    font-weight: 600;
  }

  .prose-news
    :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .prose-news
    :where(tbody tr:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    border-bottom-width: 0;
  }

  .prose-news
    :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .prose-news
    :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .prose-news
    :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }

  .prose-news
    :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }

  .prose-news
    :where(figure > *):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-news
    :where(figcaption):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-captions);
    margin-top: 0.857143em;
    font-size: 0.875em;
    line-height: 1.42857;
  }

  .prose-news {
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: oklab(21% -0.00316127 -0.0338527 / 0.1);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: #ffffff1a;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
  }

  .prose-news
    :where(picture > img):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-news
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .prose-news
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-news
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }

  .prose-news
    :where(.prose > ul > li p):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .prose-news
    :where(.prose > ul > li > p:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.25em;
  }

  .prose-news
    :where(.prose > ul > li > p:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.25em;
  }

  .prose-news
    :where(.prose > ol > li > p:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.25em;
  }

  .prose-news
    :where(.prose > ol > li > p:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.25em;
  }

  .prose-news
    :where(ul ul, ul ol, ol ul, ol ol):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .prose-news
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose-news
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }

  .prose-news
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-news
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-news
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-news
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-news
    :where(thead th:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
  }

  .prose-news
    :where(thead th:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
  }

  .prose-news
    :where(tbody td, tfoot td):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-top: 0.571429em;
    padding-inline-end: 0.571429em;
    padding-bottom: 0.571429em;
    padding-inline-start: 0.571429em;
  }

  .prose-news
    :where(tbody td:first-child, tfoot td:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
  }

  .prose-news
    :where(tbody td:last-child, tfoot td:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
  }

  .prose-news
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-news
    :where(.prose > :first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
  }

  .prose-news
    :where(.prose > :last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0;
  }

  .prose-news {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 22px;
  }

  .prose-news h2 {
    margin-top: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 1);
    padding: calc(var(--spacing) * 0);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .prose-news :where(p, li, span, a, strong) {
    font-size: 14px;
    line-height: 22px;
  }

  .typo-page-title {
    font-family: var(--font-heading);
    font-size: var(--text-h1);
    --tw-leading: var(--leading-h1);
    line-height: var(--leading-h1);
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .typo-section-title {
    margin-bottom: calc(var(--spacing) * 4);
    font-family: var(--font-heading);
    font-size: var(--text-h2);
    --tw-leading: var(--leading-h2);
    line-height: var(--leading-h2);
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .typo-card-title {
    font-family: var(--font-heading);
    font-size: var(--text-card-title);
    --tw-leading: var(--leading-card-title);
    line-height: var(--leading-card-title);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .typo-column-title {
    text-align: right;
    font-family: var(--font-heading);
    font-size: var(--text-column-title);
    --tw-leading: var(--leading-column-title);
    line-height: var(--leading-column-title);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .typo-body {
    font-family: var(--font-body);
    font-size: var(--text-body);
    --tw-leading: var(--leading-body);
    line-height: var(--leading-body);
    --tw-tracking: var(--tracking-body);
    letter-spacing: var(--tracking-body);
  }

  .typo-body-sm {
    font-family: var(--font-body);
    font-size: var(--text-body-sm);
    --tw-leading: var(--leading-body-sm);
    line-height: var(--leading-body-sm);
  }

  .typo-meta {
    align-items: center;
    gap: calc(var(--spacing) * 1);
    font-family: var(--font-body);
    font-size: var(--text-meta);
    --tw-leading: var(--leading-meta);
    line-height: var(--leading-meta);
    color: var(--meta-color);
    display: flex;
  }

  .typo-en {
    text-align: left;
    font-family: var(--font-en);
    font-size: var(--text-body-en);
    --tw-leading: var(--leading-body-en);
    line-height: var(--leading-body-en);
    direction: ltr;
  }

  .heading-section {
    margin-bottom: calc(var(--spacing) * 4);
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 32px;
    --tw-font-weight: var(--font-weight-extrabold);
    line-height: 32px;
    font-weight: var(--font-weight-extrabold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .heading-card {
    margin-bottom: calc(var(--spacing) * 2);
    font-family: var(--font-heading);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 26px;
    --tw-font-weight: var(--font-weight-bold);
    line-height: 26px;
    font-weight: var(--font-weight-bold);
  }

  .heading-small {
    font-family: var(--font-heading);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 20px;
    --tw-font-weight: var(--font-weight-bold);
    line-height: 20px;
    font-weight: var(--font-weight-bold);
  }

  .subtitle {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: 20px;
    color: var(--color-neutral-500);
    line-height: 20px;
  }

  .meta {
    gap: calc(var(--spacing) * 1);
    font-size: var(--text-meta);
    --tw-leading: 16px;
    color: var(--meta-secondary-color);
    line-height: 16px;
    display: flex;
  }

  .meta .tag {
    margin-left: calc(var(--spacing) * 2);
    border-left-style: var(--tw-border-style);
    padding-left: calc(var(--spacing) * 2);
    border-left-width: 2px;
    border-color: var(--meta-border-color);
  }

  .meta .time {
    margin-right: calc(var(--spacing) * 1);
  }

  .meta-border {
    border-color: var(--meta-border-color);
  }

  .page-container {
    max-width: 1280px;
    padding-inline: calc(var(--spacing) * 4);
    margin-inline: auto;
  }

  @media (min-width: 48rem) {
    .page-container {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .page-container {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  .layout-container {
    width: 100%;
    padding-inline: calc(var(--spacing) * 4);
    margin-inline: auto;
  }

  @media (min-width: 40rem) {
    .layout-container {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .layout-container {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 80rem) {
    .layout-container {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 96rem) {
    .layout-container {
      max-width: 1700px;
      padding-inline: 300px;
    }
  }

  .layout-main-grid {
    gap: calc(var(--spacing) * 6);
    grid-template-columns: 260px minmax(0, 1fr) 280px;
    display: grid;
  }

  .grid-3 {
    gap: calc(var(--spacing) * 6);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .grid-4 {
    gap: calc(var(--spacing) * 4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .grid-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .grid-6 {
    gap: calc(var(--spacing) * 4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .grid-6 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .grid-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  .section-space {
    margin-top: calc(var(--spacing) * 8);
    margin-bottom: calc(var(--spacing) * 10);
  }

  :where(.card-space > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  :where(.block-space > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 8) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  .box {
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-neutral-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 4);
  }

  @media (min-width: 48rem) {
    .box {
      padding: calc(var(--spacing) * 5);
    }
  }

  .box-tight {
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-neutral-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 3);
  }

  @media (min-width: 48rem) {
    .box-tight {
      padding: calc(var(--spacing) * 4);
    }
  }

  .box-space {
    padding: calc(var(--spacing) * 4);
  }

  @media (min-width: 48rem) {
    .box-space {
      padding: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 64rem) {
    .box-space {
      padding: calc(var(--spacing) * 6);
    }
  }

  .notes-card {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-neutral-200);
    background-color: var(--color-white);
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    overflow: hidden;
  }

  .notes-card-header {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-neutral-200);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 3);
  }

  .notes-card-title {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .notes-card-body {
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }

  :where(.notes-card-list > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 3) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  .notes-card-item {
    align-items: flex-start;
    gap: calc(var(--spacing) * 3);
    border-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    border-width: 1px;
    border-color: #0000;
    display: flex;
  }

  @media (hover: hover) {
    .notes-card-item:hover {
      border-color: var(--color-neutral-200);
    }
  }

  .notes-card-number {
    height: calc(var(--spacing) * 7);
    width: calc(var(--spacing) * 7);
    background-color: var(--color-neutral-100);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-neutral-600);
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .notes-card-content {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
  }

  .notes-card-link {
    -webkit-line-clamp: 2;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  @media (hover: hover) {
    .notes-card-link:hover {
      color: var(--color-blue-600);
    }
  }

  .notes-card-date {
    margin-top: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--color-neutral-500);
  }

  .notes-card-empty {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-neutral-500);
  }

  .notes-sidebar-header {
    margin-block: calc(var(--spacing) * 2);
    align-items: center;
    display: flex;
  }

  .notes-sidebar-title {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    display: flex;
  }

  .notes-sidebar-icon {
    display: flex;
  }

  .notes-sidebar-spacer {
    flex-grow: 1;
    display: flex;
  }

  .notes-sidebar-list {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    color: var(--color-black);
  }

  .notes-sidebar-item {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-gray-200);
  }

  .notes-sidebar-item .notes-sidebar-item-inner {
    align-items: flex-start;
    display: flex;
  }

  .notes-sidebar-item .notes-sidebar-item-inner .notes-sidebar-content-full {
    width: 100%;
  }

  .notes-sidebar-writers-col {
    width: 33.3333%;
  }

  .notes-sidebar-writer-wrapper {
    margin-top: calc(var(--spacing) * 3);
    display: flex;
  }

  .notes-sidebar-writer-avatar {
    height: calc(var(--spacing) * 20);
    width: calc(var(--spacing) * 20);
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    border-radius: 3.40282e38px;
  }

  .notes-sidebar-content-col {
    width: 66.6667%;
  }

  .notes-sidebar-link {
    border-style: var(--tw-border-style);
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 2);
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    border-width: 1px;
    border-color: #0000;
    display: block;
  }

  @media (hover: hover) {
    .notes-sidebar-link:hover {
      border-color: var(--color-neutral-200);
      background-color: var(--color-neutral-50);
    }
  }

  .notes-sidebar-post-title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
    display: block;
  }

  .notes-sidebar-meta {
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-meta);
    flex-direction: column;
    display: flex;
  }

  .notes-sidebar-tag {
    margin-left: calc(var(--spacing) * 1);
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
    border-color: var(--color-gray-600);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .notes-sidebar-time {
    padding-right: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    display: block;
  }

  .notes-sidebar-writer-info {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .notes-sidebar-empty {
    border-style: var(--tw-border-style);
    --tw-border-style: dashed;
    border-style: dashed;
    border-width: 1px;
    border-color: var(--color-neutral-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-black);
  }

  .gh-notes-widget .card .body .list .item,
  .gh-notes-widget .card .body .list .empty {
    color: var(--color-black);
  }

  .chief {
    gap: calc(var(--spacing) * 1);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-black);
    padding-block: calc(var(--spacing) * 7);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .chief {
      gap: calc(var(--spacing) * 7);
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    :where(.chief > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }

  .chief .chief-column-chief {
    grid-column: span 1 / span 1;
  }

  @media (min-width: 48rem) {
    .chief .chief-column-chief {
      grid-column: span 10 / span 10;
    }
  }

  .chief .chief-column-chief .chief-grid {
    gap: calc(var(--spacing) * 1);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .chief .chief-column-chief .chief-grid {
      gap: calc(var(--spacing) * 7);
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }

  .chief .chief-column-chief .chief-grid .chief-grid-main {
    grid-column: span 1 / span 1;
  }

  @media (min-width: 48rem) {
    .chief .chief-column-chief .chief-grid .chief-grid-main {
      grid-column: span 2 / span 2;
    }
  }

  .chief .chief-column-chief .chief-grid .chief-grid-image {
    grid-column: span 1 / span 1;
  }

  @media (min-width: 48rem) {
    .chief .chief-column-chief .chief-grid .chief-grid-image {
      grid-column: span 5 / span 5;
    }
  }

  .chief .chief-column-chief .chief-grid .chief-grid-more {
    margin-left: calc(var(--spacing) * 7);
    grid-column: span 1 / span 1;
  }

  @media (min-width: 48rem) {
    .chief .chief-column-chief .chief-grid .chief-grid-more {
      grid-column: span 3 / span 3;
    }
  }

  .chief .chief-column-chief .chief-grid .chief-grid-more .divide {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  :where(
    .chief
      .chief-column-chief
      .chief-grid
      .chief-grid-more
      .divide
      > :not(:last-child)
  ) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-color: var(--color-divider);
  }

  .chief .chief-column-chief .chief-grid .chief-grid-more .divide .li {
    padding-bottom: calc(var(--spacing) * 1);
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .chief
    .chief-column-chief
    .chief-grid
    .chief-grid-more
    .divide
    .li:first-child {
    justify-content: flex-start;
  }

  .chief .chief-column-top {
    grid-column: span 1 / span 1;
  }

  @media (min-width: 48rem) {
    .chief .chief-column-top {
      grid-column: span 2 / span 2;
    }
  }

  :where(.chief .chief-column-top ul > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-color: var(--color-divider);
  }

  .chief .chief-column-top ul li {
    padding-block: calc(var(--spacing) * 3);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-main {
    align-items: center;
    gap: calc(var(--spacing) * 6);
    font-family: var(--font-heading);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    display: flex;
  }

  .nav-item {
    cursor: pointer;
    padding-inline: calc(var(--spacing) * 1);
    padding-block: calc(var(--spacing) * 2);
    position: relative;
  }

  .nav-item-active {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .nav-item-active:after {
    content: "";
    right: calc(var(--spacing) * 0);
    bottom: -2px;
    left: calc(var(--spacing) * 0);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 3px;
    position: absolute;
  }

  .primary-nav {
    align-items: stretch;
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-nav);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    flex-direction: column;
    display: flex;
  }

  @media (min-width: 48rem) {
    .primary-nav {
      justify-content: center;
      gap: calc(var(--spacing) * 8);
      flex-direction: row;
    }
  }

  .primary-nav .item {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    display: inline;
  }

  @media (hover: hover) {
    .primary-nav .item:hover {
      background-color: var(--color-neutral-100);
    }
  }

  @media (min-width: 48rem) {
    .primary-nav .item {
      padding-inline: calc(var(--spacing) * 2);
      border-radius: 0;
    }

    @media (hover: hover) {
      .primary-nav .item:hover {
        color: var(--color-neutral-600);
      }
    }

    .primary-nav .item-active {
      position: relative;
    }
  }

  .primary-nav .item-active:after {
    content: "";
  }

  @media (min-width: 48rem) {
    .primary-nav .item-active:after {
      bottom: -1px;
      left: calc(var(--spacing) * 0);
      background-color: var(--color-yellow-500);
      width: 100%;
      height: 3px;
      position: absolute;
    }
  }

  .services section {
    margin-block: calc(var(--spacing) * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-black);
    padding-bottom: calc(var(--spacing) * 7);
  }

  .services section:last-child {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .services section .service-title {
    margin-block: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
    align-items: center;
    display: flex;
  }

  .leads {
    margin-top: calc(var(--spacing) * 7);
    margin-bottom: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 7);
  }

  .leads .leads-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .leads .leads-grid {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
      border-color: var(--color-black);
      padding-left: calc(var(--spacing) * 7);
    }
  }

  .leads .leads-grid .leads-post-grid {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-divider);
    padding-block: calc(var(--spacing) * 7);
    grid-column: span 9 / span 9;
    display: flex;
  }

  .leads .leads-grid .leads-post-grid:first-child {
    padding-top: calc(var(--spacing) * 0);
  }

  .leads .leads-grid .leads-post-grid:last-child {
    border-bottom-style: var(--tw-border-style);
    padding-bottom: calc(var(--spacing) * 0);
    border-bottom-width: 0;
  }

  .leads .leads-grid .leads-post-grid .leads-post-title {
    font-size: var(--leadtitle-font-size);
    font-weight: var(--leadtitle-font-weight);
    color: var(--leadtitle-color);
    line-height: 1.3;
  }

  .leads .leads-grid .leads-post-grid .service-post-title {
    font-size: var(--servicetitle-font-size);
    font-weight: var(--servicetitle-font-weight);
    color: var(--servicetitle-color);
    line-height: 1.3;
  }

  .leads .leads-grid .leads-post-grid .title {
    font-size: var(--leadtitle-font-size);
    font-weight: var(--leadtitle-font-weight);
    color: var(--leadtitle-color);
    line-height: 1.3;
  }

  .leads .service-title {
    margin-block: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
    align-items: center;
    display: flex;
  }

  .service-leads {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    display: grid;
  }

  .service-leads .leads-one {
    grid-column: span 9 / span 9;
  }

  @media (min-width: 48rem) {
    .service-leads .leads-one {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
      border-color: var(--color-black);
      padding-left: calc(var(--spacing) * 7);
    }
  }

  .service-leads .leads-one .leads-post-grid {
    display: flex;
  }

  .service-leads .leads-one .leads-post-grid .title {
    font-size: var(--leadtitle-font-size);
    font-weight: var(--leadtitle-font-weight);
    color: var(--leadtitle-color);
    line-height: 1.3;
  }

  .service-leads .leads-more {
    border-style: var(--tw-border-style);
    border-width: 0;
    grid-column: span 3 / span 3;
  }

  .news-card {
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 0);
    display: block;
  }

  @media (min-width: 48rem) {
    .news-card {
      padding-left: calc(var(--spacing) * 7);
    }
  }

  .news-card img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
  }

  .news-card .title {
    margin-block: calc(var(--spacing) * 2);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-black);
  }

  .news-card .sub_title {
    margin-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .news-card .meta {
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-meta);
    --tw-leading: 16px;
    line-height: 16px;
  }

  .video-card {
    padding-inline: calc(var(--spacing) * 0);
    display: block;
  }

  @media (min-width: 48rem) {
    .video-card {
      padding-left: calc(var(--spacing) * 7);
    }
  }

  .video-card img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
  }

  .video-card .title {
    margin-block: calc(var(--spacing) * 2);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-white);
  }

  .video-card .sub_title {
    margin-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .video-card .meta {
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-meta);
    --tw-leading: 16px;
    line-height: 16px;
  }

  .podcast-card {
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 0);
    display: block;
  }

  @media (min-width: 48rem) {
    .podcast-card {
      padding-left: calc(var(--spacing) * 7);
    }
  }

  .podcast-card img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
  }

  .podcast-card .title {
    margin-block: calc(var(--spacing) * 2);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-black);
  }

  .podcast-card .sub_title {
    margin-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .podcast-card .meta {
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-meta);
    --tw-leading: 16px;
    line-height: 16px;
  }
}

@layer utilities {
  .static {
    position: static;
  }
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Thin.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Thin.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Thin.eot")
      format("embedded-opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-light.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-light.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-light.eot")
      format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Regular.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Regular.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Regular.eot")
      format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Medium.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Medium.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Medium.eot")
      format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-SemiBold.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-SemiBold.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-SemiBold.eot")
      format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Bold.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Bold.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Bold.eot")
      format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0-AA, U+AC-BA, U+BC-10FFFF;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Regular.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Regular.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Regular.eot")
      format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+AB, U+BB;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-ExtraBold.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-ExtraBold.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-ExtraBold.eot")
      format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0-AA, U+AC-BA, U+BC-10FFFF;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Regular.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Regular.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Regular.eot")
      format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+AB, U+BB;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Black.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Black.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Black.eot")
      format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0-AA, U+AC-BA, U+BC-10FFFF;
}

@font-face {
  font-family: PelakFA;
  src:
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Regular.woff2")
      format("woff2"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Regular.woff")
      format("woff"),
    url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Regular.eot")
      format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+AB, U+BB;
}

@font-face {
  font-family: Phosphor;
  src:
    url("./Phosphor.woff2") format("woff2"),
    url("./Phosphor.woff") format("woff"),
    url("./Phosphor.ttf") format("truetype"),
    url("./Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  speak: never;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: Phosphor !important;
}

.ph.ph-acorn:before {
  content: "";
}

.ph.ph-address-book:before {
  content: "";
}

.ph.ph-address-book-tabs:before {
  content: "";
}

.ph.ph-air-traffic-control:before {
  content: "";
}

.ph.ph-airplane:before {
  content: "";
}

.ph.ph-airplane-in-flight:before {
  content: "";
}

.ph.ph-airplane-landing:before {
  content: "";
}

.ph.ph-airplane-takeoff:before {
  content: "";
}

.ph.ph-airplane-taxiing:before {
  content: "";
}

.ph.ph-airplane-tilt:before {
  content: "";
}

.ph.ph-airplay:before {
  content: "";
}

.ph.ph-alarm:before {
  content: "";
}

.ph.ph-alien:before {
  content: "";
}

.ph.ph-align-bottom:before {
  content: "";
}

.ph.ph-align-bottom-simple:before {
  content: "";
}

.ph.ph-align-center-horizontal:before {
  content: "";
}

.ph.ph-align-center-horizontal-simple:before {
  content: "";
}

.ph.ph-align-center-vertical:before {
  content: "";
}

.ph.ph-align-center-vertical-simple:before {
  content: "";
}

.ph.ph-align-left:before {
  content: "";
}

.ph.ph-align-left-simple:before {
  content: "";
}

.ph.ph-align-right:before {
  content: "";
}

.ph.ph-align-right-simple:before {
  content: "";
}

.ph.ph-align-top:before {
  content: "";
}

.ph.ph-align-top-simple:before {
  content: "";
}

.ph.ph-amazon-logo:before {
  content: "";
}

.ph.ph-ambulance:before {
  content: "";
}

.ph.ph-anchor:before {
  content: "";
}

.ph.ph-anchor-simple:before {
  content: "";
}

.ph.ph-android-logo:before {
  content: "";
}

.ph.ph-angle:before {
  content: "";
}

.ph.ph-angular-logo:before {
  content: "";
}

.ph.ph-aperture:before {
  content: "";
}

.ph.ph-app-store-logo:before {
  content: "";
}

.ph.ph-app-window:before {
  content: "";
}

.ph.ph-apple-logo:before {
  content: "";
}

.ph.ph-apple-podcasts-logo:before {
  content: "";
}

.ph.ph-approximate-equals:before {
  content: "";
}

.ph.ph-archive:before {
  content: "";
}

.ph.ph-armchair:before {
  content: "";
}

.ph.ph-arrow-arc-left:before {
  content: "";
}

.ph.ph-arrow-arc-right:before {
  content: "";
}

.ph.ph-arrow-bend-double-up-left:before {
  content: "";
}

.ph.ph-arrow-bend-double-up-right:before {
  content: "";
}

.ph.ph-arrow-bend-down-left:before {
  content: "";
}

.ph.ph-arrow-bend-down-right:before {
  content: "";
}

.ph.ph-arrow-bend-left-down:before {
  content: "";
}

.ph.ph-arrow-bend-left-up:before {
  content: "";
}

.ph.ph-arrow-bend-right-down:before {
  content: "";
}

.ph.ph-arrow-bend-right-up:before {
  content: "";
}

.ph.ph-arrow-bend-up-left:before {
  content: "";
}

.ph.ph-arrow-bend-up-right:before {
  content: "";
}

.ph.ph-arrow-circle-down:before {
  content: "";
}

.ph.ph-arrow-circle-down-left:before {
  content: "";
}

.ph.ph-arrow-circle-down-right:before {
  content: "";
}

.ph.ph-arrow-circle-left:before {
  content: "";
}

.ph.ph-arrow-circle-right:before {
  content: "";
}

.ph.ph-arrow-circle-up:before {
  content: "";
}

.ph.ph-arrow-circle-up-left:before {
  content: "";
}

.ph.ph-arrow-circle-up-right:before {
  content: "";
}

.ph.ph-arrow-clockwise:before {
  content: "";
}

.ph.ph-arrow-counter-clockwise:before {
  content: "";
}

.ph.ph-arrow-down:before {
  content: "";
}

.ph.ph-arrow-down-left:before {
  content: "";
}

.ph.ph-arrow-down-right:before {
  content: "";
}

.ph.ph-arrow-elbow-down-left:before {
  content: "";
}

.ph.ph-arrow-elbow-down-right:before {
  content: "";
}

.ph.ph-arrow-elbow-left:before {
  content: "";
}

.ph.ph-arrow-elbow-left-down:before {
  content: "";
}

.ph.ph-arrow-elbow-left-up:before {
  content: "";
}

.ph.ph-arrow-elbow-right:before {
  content: "";
}

.ph.ph-arrow-elbow-right-down:before {
  content: "";
}

.ph.ph-arrow-elbow-right-up:before {
  content: "";
}

.ph.ph-arrow-elbow-up-left:before {
  content: "";
}

.ph.ph-arrow-elbow-up-right:before {
  content: "";
}

.ph.ph-arrow-fat-down:before {
  content: "";
}

.ph.ph-arrow-fat-left:before {
  content: "";
}

.ph.ph-arrow-fat-line-down:before {
  content: "";
}

.ph.ph-arrow-fat-line-left:before {
  content: "";
}

.ph.ph-arrow-fat-line-right:before {
  content: "";
}

.ph.ph-arrow-fat-line-up:before {
  content: "";
}

.ph.ph-arrow-fat-lines-down:before {
  content: "";
}

.ph.ph-arrow-fat-lines-left:before {
  content: "";
}

.ph.ph-arrow-fat-lines-right:before {
  content: "";
}

.ph.ph-arrow-fat-lines-up:before {
  content: "";
}

.ph.ph-arrow-fat-right:before {
  content: "";
}

.ph.ph-arrow-fat-up:before {
  content: "";
}

.ph.ph-arrow-left:before {
  content: "";
}

.ph.ph-arrow-line-down:before {
  content: "";
}

.ph.ph-arrow-line-down-left:before {
  content: "";
}

.ph.ph-arrow-line-down-right:before {
  content: "";
}

.ph.ph-arrow-line-left:before {
  content: "";
}

.ph.ph-arrow-line-right:before {
  content: "";
}

.ph.ph-arrow-line-up:before {
  content: "";
}

.ph.ph-arrow-line-up-left:before {
  content: "";
}

.ph.ph-arrow-line-up-right:before {
  content: "";
}

.ph.ph-arrow-right:before {
  content: "";
}

.ph.ph-arrow-square-down:before {
  content: "";
}

.ph.ph-arrow-square-down-left:before {
  content: "";
}

.ph.ph-arrow-square-down-right:before {
  content: "";
}

.ph.ph-arrow-square-in:before {
  content: "";
}

.ph.ph-arrow-square-left:before {
  content: "";
}

.ph.ph-arrow-square-out:before {
  content: "";
}

.ph.ph-arrow-square-right:before {
  content: "";
}

.ph.ph-arrow-square-up:before {
  content: "";
}

.ph.ph-arrow-square-up-left:before {
  content: "";
}

.ph.ph-arrow-square-up-right:before {
  content: "";
}

.ph.ph-arrow-u-down-left:before {
  content: "";
}

.ph.ph-arrow-u-down-right:before {
  content: "";
}

.ph.ph-arrow-u-left-down:before {
  content: "";
}

.ph.ph-arrow-u-left-up:before {
  content: "";
}

.ph.ph-arrow-u-right-down:before {
  content: "";
}

.ph.ph-arrow-u-right-up:before {
  content: "";
}

.ph.ph-arrow-u-up-left:before {
  content: "";
}

.ph.ph-arrow-u-up-right:before {
  content: "";
}

.ph.ph-arrow-up:before {
  content: "";
}

.ph.ph-arrow-up-left:before {
  content: "";
}

.ph.ph-arrow-up-right:before {
  content: "";
}

.ph.ph-arrows-clockwise:before {
  content: "";
}

.ph.ph-arrows-counter-clockwise:before {
  content: "";
}

.ph.ph-arrows-down-up:before {
  content: "";
}

.ph.ph-arrows-horizontal:before {
  content: "";
}

.ph.ph-arrows-in:before {
  content: "";
}

.ph.ph-arrows-in-cardinal:before {
  content: "";
}

.ph.ph-arrows-in-line-horizontal:before {
  content: "";
}

.ph.ph-arrows-in-line-vertical:before {
  content: "";
}

.ph.ph-arrows-in-simple:before {
  content: "";
}

.ph.ph-arrows-left-right:before {
  content: "";
}

.ph.ph-arrows-merge:before {
  content: "";
}

.ph.ph-arrows-out:before {
  content: "";
}

.ph.ph-arrows-out-cardinal:before {
  content: "";
}

.ph.ph-arrows-out-line-horizontal:before {
  content: "";
}

.ph.ph-arrows-out-line-vertical:before {
  content: "";
}

.ph.ph-arrows-out-simple:before {
  content: "";
}

.ph.ph-arrows-split:before {
  content: "";
}

.ph.ph-arrows-vertical:before {
  content: "";
}

.ph.ph-article:before {
  content: "";
}

.ph.ph-article-medium:before {
  content: "";
}

.ph.ph-article-ny-times:before {
  content: "";
}

.ph.ph-asclepius:before,
.ph.ph-caduceus:before {
  content: "";
}

.ph.ph-asterisk:before {
  content: "";
}

.ph.ph-asterisk-simple:before {
  content: "";
}

.ph.ph-at:before {
  content: "";
}

.ph.ph-atom:before {
  content: "";
}

.ph.ph-avocado:before {
  content: "";
}

.ph.ph-axe:before {
  content: "";
}

.ph.ph-baby:before {
  content: "";
}

.ph.ph-baby-carriage:before {
  content: "";
}

.ph.ph-backpack:before {
  content: "";
}

.ph.ph-backspace:before {
  content: "";
}

.ph.ph-bag:before {
  content: "";
}

.ph.ph-bag-simple:before {
  content: "";
}

.ph.ph-balloon:before {
  content: "";
}

.ph.ph-bandaids:before {
  content: "";
}

.ph.ph-bank:before {
  content: "";
}

.ph.ph-barbell:before {
  content: "";
}

.ph.ph-barcode:before {
  content: "";
}

.ph.ph-barn:before {
  content: "";
}

.ph.ph-barricade:before {
  content: "";
}

.ph.ph-baseball:before {
  content: "";
}

.ph.ph-baseball-cap:before {
  content: "";
}

.ph.ph-baseball-helmet:before {
  content: "";
}

.ph.ph-basket:before {
  content: "";
}

.ph.ph-basketball:before {
  content: "";
}

.ph.ph-bathtub:before {
  content: "";
}

.ph.ph-battery-charging:before {
  content: "";
}

.ph.ph-battery-charging-vertical:before {
  content: "";
}

.ph.ph-battery-empty:before {
  content: "";
}

.ph.ph-battery-full:before {
  content: "";
}

.ph.ph-battery-high:before {
  content: "";
}

.ph.ph-battery-low:before {
  content: "";
}

.ph.ph-battery-medium:before {
  content: "";
}

.ph.ph-battery-plus:before {
  content: "";
}

.ph.ph-battery-plus-vertical:before {
  content: "";
}

.ph.ph-battery-vertical-empty:before {
  content: "";
}

.ph.ph-battery-vertical-full:before {
  content: "";
}

.ph.ph-battery-vertical-high:before {
  content: "";
}

.ph.ph-battery-vertical-low:before {
  content: "";
}

.ph.ph-battery-vertical-medium:before {
  content: "";
}

.ph.ph-battery-warning:before {
  content: "";
}

.ph.ph-battery-warning-vertical:before {
  content: "";
}

.ph.ph-beach-ball:before {
  content: "";
}

.ph.ph-beanie:before {
  content: "";
}

.ph.ph-bed:before {
  content: "";
}

.ph.ph-beer-bottle:before {
  content: "";
}

.ph.ph-beer-stein:before {
  content: "";
}

.ph.ph-behance-logo:before {
  content: "";
}

.ph.ph-bell:before {
  content: "";
}

.ph.ph-bell-ringing:before {
  content: "";
}

.ph.ph-bell-simple:before {
  content: "";
}

.ph.ph-bell-simple-ringing:before {
  content: "";
}

.ph.ph-bell-simple-slash:before {
  content: "";
}

.ph.ph-bell-simple-z:before {
  content: "";
}

.ph.ph-bell-slash:before {
  content: "";
}

.ph.ph-bell-z:before {
  content: "";
}

.ph.ph-belt:before {
  content: "";
}

.ph.ph-bezier-curve:before {
  content: "";
}

.ph.ph-bicycle:before {
  content: "";
}

.ph.ph-binary:before {
  content: "";
}

.ph.ph-binoculars:before {
  content: "";
}

.ph.ph-biohazard:before {
  content: "";
}

.ph.ph-bird:before {
  content: "";
}

.ph.ph-blueprint:before {
  content: "";
}

.ph.ph-bluetooth:before {
  content: "";
}

.ph.ph-bluetooth-connected:before {
  content: "";
}

.ph.ph-bluetooth-slash:before {
  content: "";
}

.ph.ph-bluetooth-x:before {
  content: "";
}

.ph.ph-boat:before {
  content: "";
}

.ph.ph-bomb:before {
  content: "";
}

.ph.ph-bone:before {
  content: "";
}

.ph.ph-book:before {
  content: "";
}

.ph.ph-book-bookmark:before {
  content: "";
}

.ph.ph-book-open:before {
  content: "";
}

.ph.ph-book-open-text:before {
  content: "";
}

.ph.ph-book-open-user:before {
  content: "";
}

.ph.ph-bookmark:before {
  content: "";
}

.ph.ph-bookmark-simple:before {
  content: "";
}

.ph.ph-bookmarks:before {
  content: "";
}

.ph.ph-bookmarks-simple:before {
  content: "";
}

.ph.ph-books:before {
  content: "";
}

.ph.ph-boot:before {
  content: "";
}

.ph.ph-boules:before {
  content: "";
}

.ph.ph-bounding-box:before {
  content: "";
}

.ph.ph-bowl-food:before {
  content: "";
}

.ph.ph-bowl-steam:before {
  content: "";
}

.ph.ph-bowling-ball:before {
  content: "";
}

.ph.ph-box-arrow-down:before,
.ph.ph-archive-box:before {
  content: "";
}

.ph.ph-box-arrow-up:before {
  content: "";
}

.ph.ph-boxing-glove:before {
  content: "";
}

.ph.ph-brackets-angle:before {
  content: "";
}

.ph.ph-brackets-curly:before {
  content: "";
}

.ph.ph-brackets-round:before {
  content: "";
}

.ph.ph-brackets-square:before {
  content: "";
}

.ph.ph-brain:before {
  content: "";
}

.ph.ph-brandy:before {
  content: "";
}

.ph.ph-bread:before {
  content: "";
}

.ph.ph-bridge:before {
  content: "";
}

.ph.ph-briefcase:before {
  content: "";
}

.ph.ph-briefcase-metal:before {
  content: "";
}

.ph.ph-broadcast:before {
  content: "";
}

.ph.ph-broom:before {
  content: "";
}

.ph.ph-browser:before {
  content: "";
}

.ph.ph-browsers:before {
  content: "";
}

.ph.ph-bug:before {
  content: "";
}

.ph.ph-bug-beetle:before {
  content: "";
}

.ph.ph-bug-droid:before {
  content: "";
}

.ph.ph-building:before {
  content: "";
}

.ph.ph-building-apartment:before {
  content: "";
}

.ph.ph-building-office:before {
  content: "";
}

.ph.ph-buildings:before {
  content: "";
}

.ph.ph-bulldozer:before {
  content: "";
}

.ph.ph-bus:before {
  content: "";
}

.ph.ph-butterfly:before {
  content: "";
}

.ph.ph-cable-car:before {
  content: "";
}

.ph.ph-cactus:before {
  content: "";
}

.ph.ph-cake:before {
  content: "";
}

.ph.ph-calculator:before {
  content: "";
}

.ph.ph-calendar:before {
  content: "";
}

.ph.ph-calendar-blank:before {
  content: "";
}

.ph.ph-calendar-check:before {
  content: "";
}

.ph.ph-calendar-dot:before {
  content: "";
}

.ph.ph-calendar-dots:before {
  content: "";
}

.ph.ph-calendar-heart:before {
  content: "";
}

.ph.ph-calendar-minus:before {
  content: "";
}

.ph.ph-calendar-plus:before {
  content: "";
}

.ph.ph-calendar-slash:before {
  content: "";
}

.ph.ph-calendar-star:before {
  content: "";
}

.ph.ph-calendar-x:before {
  content: "";
}

.ph.ph-call-bell:before {
  content: "";
}

.ph.ph-camera:before {
  content: "";
}

.ph.ph-camera-plus:before {
  content: "";
}

.ph.ph-camera-rotate:before {
  content: "";
}

.ph.ph-camera-slash:before {
  content: "";
}

.ph.ph-campfire:before {
  content: "";
}

.ph.ph-car:before {
  content: "";
}

.ph.ph-car-battery:before {
  content: "";
}

.ph.ph-car-profile:before {
  content: "";
}

.ph.ph-car-simple:before {
  content: "";
}

.ph.ph-cardholder:before {
  content: "";
}

.ph.ph-cards:before {
  content: "";
}

.ph.ph-cards-three:before {
  content: "";
}

.ph.ph-caret-circle-double-down:before {
  content: "";
}

.ph.ph-caret-circle-double-left:before {
  content: "";
}

.ph.ph-caret-circle-double-right:before {
  content: "";
}

.ph.ph-caret-circle-double-up:before {
  content: "";
}

.ph.ph-caret-circle-down:before {
  content: "";
}

.ph.ph-caret-circle-left:before {
  content: "";
}

.ph.ph-caret-circle-right:before {
  content: "";
}

.ph.ph-caret-circle-up:before {
  content: "";
}

.ph.ph-caret-circle-up-down:before {
  content: "";
}

.ph.ph-caret-double-down:before {
  content: "";
}

.ph.ph-caret-double-left:before {
  content: "";
}

.ph.ph-caret-double-right:before {
  content: "";
}

.ph.ph-caret-double-up:before {
  content: "";
}

.ph.ph-caret-down:before {
  content: "";
}

.ph.ph-caret-left:before {
  content: "";
}

.ph.ph-caret-line-down:before {
  content: "";
}

.ph.ph-caret-line-left:before {
  content: "";
}

.ph.ph-caret-line-right:before {
  content: "";
}

.ph.ph-caret-line-up:before {
  content: "";
}

.ph.ph-caret-right:before {
  content: "";
}

.ph.ph-caret-up:before {
  content: "";
}

.ph.ph-caret-up-down:before {
  content: "";
}

.ph.ph-carrot:before {
  content: "";
}

.ph.ph-cash-register:before {
  content: "";
}

.ph.ph-cassette-tape:before {
  content: "";
}

.ph.ph-castle-turret:before {
  content: "";
}

.ph.ph-cat:before {
  content: "";
}

.ph.ph-cell-signal-full:before {
  content: "";
}

.ph.ph-cell-signal-high:before {
  content: "";
}

.ph.ph-cell-signal-low:before {
  content: "";
}

.ph.ph-cell-signal-medium:before {
  content: "";
}

.ph.ph-cell-signal-none:before {
  content: "";
}

.ph.ph-cell-signal-slash:before {
  content: "";
}

.ph.ph-cell-signal-x:before {
  content: "";
}

.ph.ph-cell-tower:before {
  content: "";
}

.ph.ph-certificate:before {
  content: "";
}

.ph.ph-chair:before {
  content: "";
}

.ph.ph-chalkboard:before {
  content: "";
}

.ph.ph-chalkboard-simple:before {
  content: "";
}

.ph.ph-chalkboard-teacher:before {
  content: "";
}

.ph.ph-champagne:before {
  content: "";
}

.ph.ph-charging-station:before {
  content: "";
}

.ph.ph-chart-bar:before {
  content: "";
}

.ph.ph-chart-bar-horizontal:before {
  content: "";
}

.ph.ph-chart-donut:before {
  content: "";
}

.ph.ph-chart-line:before {
  content: "";
}

.ph.ph-chart-line-down:before {
  content: "";
}

.ph.ph-chart-line-up:before {
  content: "";
}

.ph.ph-chart-pie:before {
  content: "";
}

.ph.ph-chart-pie-slice:before {
  content: "";
}

.ph.ph-chart-polar:before {
  content: "";
}

.ph.ph-chart-scatter:before {
  content: "";
}

.ph.ph-chat:before {
  content: "";
}

.ph.ph-chat-centered:before {
  content: "";
}

.ph.ph-chat-centered-dots:before {
  content: "";
}

.ph.ph-chat-centered-slash:before {
  content: "";
}

.ph.ph-chat-centered-text:before {
  content: "";
}

.ph.ph-chat-circle:before {
  content: "";
}

.ph.ph-chat-circle-dots:before {
  content: "";
}

.ph.ph-chat-circle-slash:before {
  content: "";
}

.ph.ph-chat-circle-text:before {
  content: "";
}

.ph.ph-chat-dots:before {
  content: "";
}

.ph.ph-chat-slash:before {
  content: "";
}

.ph.ph-chat-teardrop:before {
  content: "";
}

.ph.ph-chat-teardrop-dots:before {
  content: "";
}

.ph.ph-chat-teardrop-slash:before {
  content: "";
}

.ph.ph-chat-teardrop-text:before {
  content: "";
}

.ph.ph-chat-text:before {
  content: "";
}

.ph.ph-chats:before {
  content: "";
}

.ph.ph-chats-circle:before {
  content: "";
}

.ph.ph-chats-teardrop:before {
  content: "";
}

.ph.ph-check:before {
  content: "";
}

.ph.ph-check-circle:before {
  content: "";
}

.ph.ph-check-fat:before {
  content: "";
}

.ph.ph-check-square:before {
  content: "";
}

.ph.ph-check-square-offset:before {
  content: "";
}

.ph.ph-checkerboard:before {
  content: "";
}

.ph.ph-checks:before {
  content: "";
}

.ph.ph-cheers:before {
  content: "";
}

.ph.ph-cheese:before {
  content: "";
}

.ph.ph-chef-hat:before {
  content: "";
}

.ph.ph-cherries:before {
  content: "";
}

.ph.ph-church:before {
  content: "";
}

.ph.ph-cigarette:before {
  content: "";
}

.ph.ph-cigarette-slash:before {
  content: "";
}

.ph.ph-circle:before {
  content: "";
}

.ph.ph-circle-dashed:before {
  content: "";
}

.ph.ph-circle-half:before {
  content: "";
}

.ph.ph-circle-half-tilt:before {
  content: "";
}

.ph.ph-circle-notch:before {
  content: "";
}

.ph.ph-circles-four:before {
  content: "";
}

.ph.ph-circles-three:before {
  content: "";
}

.ph.ph-circles-three-plus:before {
  content: "";
}

.ph.ph-circuitry:before {
  content: "";
}

.ph.ph-city:before {
  content: "";
}

.ph.ph-clipboard:before {
  content: "";
}

.ph.ph-clipboard-text:before {
  content: "";
}

.ph.ph-clock:before {
  content: "";
}

.ph.ph-clock-afternoon:before {
  content: "";
}

.ph.ph-clock-clockwise:before {
  content: "";
}

.ph.ph-clock-countdown:before {
  content: "";
}

.ph.ph-clock-counter-clockwise:before {
  content: "";
}

.ph.ph-clock-user:before {
  content: "";
}

.ph.ph-closed-captioning:before {
  content: "";
}

.ph.ph-cloud:before {
  content: "";
}

.ph.ph-cloud-arrow-down:before {
  content: "";
}

.ph.ph-cloud-arrow-up:before {
  content: "";
}

.ph.ph-cloud-check:before {
  content: "";
}

.ph.ph-cloud-fog:before {
  content: "";
}

.ph.ph-cloud-lightning:before {
  content: "";
}

.ph.ph-cloud-moon:before {
  content: "";
}

.ph.ph-cloud-rain:before {
  content: "";
}

.ph.ph-cloud-slash:before {
  content: "";
}

.ph.ph-cloud-snow:before {
  content: "";
}

.ph.ph-cloud-sun:before {
  content: "";
}

.ph.ph-cloud-warning:before {
  content: "";
}

.ph.ph-cloud-x:before {
  content: "";
}

.ph.ph-clover:before {
  content: "";
}

.ph.ph-club:before {
  content: "";
}

.ph.ph-coat-hanger:before {
  content: "";
}

.ph.ph-coda-logo:before {
  content: "";
}

.ph.ph-code:before {
  content: "";
}

.ph.ph-code-block:before {
  content: "";
}

.ph.ph-code-simple:before {
  content: "";
}

.ph.ph-codepen-logo:before {
  content: "";
}

.ph.ph-codesandbox-logo:before {
  content: "";
}

.ph.ph-coffee:before {
  content: "";
}

.ph.ph-coffee-bean:before {
  content: "";
}

.ph.ph-coin:before {
  content: "";
}

.ph.ph-coin-vertical:before {
  content: "";
}

.ph.ph-coins:before {
  content: "";
}

.ph.ph-columns:before {
  content: "";
}

.ph.ph-columns-plus-left:before {
  content: "";
}

.ph.ph-columns-plus-right:before {
  content: "";
}

.ph.ph-command:before {
  content: "";
}

.ph.ph-compass:before {
  content: "";
}

.ph.ph-compass-rose:before {
  content: "";
}

.ph.ph-compass-tool:before {
  content: "";
}

.ph.ph-computer-tower:before {
  content: "";
}

.ph.ph-confetti:before {
  content: "";
}

.ph.ph-contactless-payment:before {
  content: "";
}

.ph.ph-control:before {
  content: "";
}

.ph.ph-cookie:before {
  content: "";
}

.ph.ph-cooking-pot:before {
  content: "";
}

.ph.ph-copy:before {
  content: "";
}

.ph.ph-copy-simple:before {
  content: "";
}

.ph.ph-copyleft:before {
  content: "";
}

.ph.ph-copyright:before {
  content: "";
}

.ph.ph-corners-in:before {
  content: "";
}

.ph.ph-corners-out:before {
  content: "";
}

.ph.ph-couch:before {
  content: "";
}

.ph.ph-court-basketball:before {
  content: "";
}

.ph.ph-cow:before {
  content: "";
}

.ph.ph-cowboy-hat:before {
  content: "";
}

.ph.ph-cpu:before {
  content: "";
}

.ph.ph-crane:before {
  content: "";
}

.ph.ph-crane-tower:before {
  content: "";
}

.ph.ph-credit-card:before {
  content: "";
}

.ph.ph-cricket:before {
  content: "";
}

.ph.ph-crop:before {
  content: "";
}

.ph.ph-cross:before {
  content: "";
}

.ph.ph-crosshair:before {
  content: "";
}

.ph.ph-crosshair-simple:before {
  content: "";
}

.ph.ph-crown:before {
  content: "";
}

.ph.ph-crown-cross:before {
  content: "";
}

.ph.ph-crown-simple:before {
  content: "";
}

.ph.ph-cube:before {
  content: "";
}

.ph.ph-cube-focus:before {
  content: "";
}

.ph.ph-cube-transparent:before {
  content: "";
}

.ph.ph-currency-btc:before {
  content: "";
}

.ph.ph-currency-circle-dollar:before {
  content: "";
}

.ph.ph-currency-cny:before {
  content: "";
}

.ph.ph-currency-dollar:before {
  content: "";
}

.ph.ph-currency-dollar-simple:before {
  content: "";
}

.ph.ph-currency-eth:before {
  content: "";
}

.ph.ph-currency-eur:before {
  content: "";
}

.ph.ph-currency-gbp:before {
  content: "";
}

.ph.ph-currency-inr:before {
  content: "";
}

.ph.ph-currency-jpy:before {
  content: "";
}

.ph.ph-currency-krw:before {
  content: "";
}

.ph.ph-currency-kzt:before {
  content: "";
}

.ph.ph-currency-ngn:before {
  content: "";
}

.ph.ph-currency-rub:before {
  content: "";
}

.ph.ph-cursor:before {
  content: "";
}

.ph.ph-cursor-click:before {
  content: "";
}

.ph.ph-cursor-text:before {
  content: "";
}

.ph.ph-cylinder:before {
  content: "";
}

.ph.ph-database:before {
  content: "";
}

.ph.ph-desk:before {
  content: "";
}

.ph.ph-desktop:before {
  content: "";
}

.ph.ph-desktop-tower:before {
  content: "";
}

.ph.ph-detective:before {
  content: "";
}

.ph.ph-dev-to-logo:before {
  content: "";
}

.ph.ph-device-mobile:before {
  content: "";
}

.ph.ph-device-mobile-camera:before {
  content: "";
}

.ph.ph-device-mobile-slash:before {
  content: "";
}

.ph.ph-device-mobile-speaker:before {
  content: "";
}

.ph.ph-device-rotate:before {
  content: "";
}

.ph.ph-device-tablet:before {
  content: "";
}

.ph.ph-device-tablet-camera:before {
  content: "";
}

.ph.ph-device-tablet-speaker:before {
  content: "";
}

.ph.ph-devices:before {
  content: "";
}

.ph.ph-diamond:before {
  content: "";
}

.ph.ph-diamonds-four:before {
  content: "";
}

.ph.ph-dice-five:before {
  content: "";
}

.ph.ph-dice-four:before {
  content: "";
}

.ph.ph-dice-one:before {
  content: "";
}

.ph.ph-dice-six:before {
  content: "";
}

.ph.ph-dice-three:before {
  content: "";
}

.ph.ph-dice-two:before {
  content: "";
}

.ph.ph-disc:before {
  content: "";
}

.ph.ph-disco-ball:before {
  content: "";
}

.ph.ph-discord-logo:before {
  content: "";
}

.ph.ph-divide:before {
  content: "";
}

.ph.ph-dna:before {
  content: "";
}

.ph.ph-dog:before {
  content: "";
}

.ph.ph-door:before {
  content: "";
}

.ph.ph-door-open:before {
  content: "";
}

.ph.ph-dot:before {
  content: "";
}

.ph.ph-dot-outline:before {
  content: "";
}

.ph.ph-dots-nine:before {
  content: "";
}

.ph.ph-dots-six:before {
  content: "";
}

.ph.ph-dots-six-vertical:before {
  content: "";
}

.ph.ph-dots-three:before {
  content: "";
}

.ph.ph-dots-three-circle:before {
  content: "";
}

.ph.ph-dots-three-circle-vertical:before {
  content: "";
}

.ph.ph-dots-three-outline:before {
  content: "";
}

.ph.ph-dots-three-outline-vertical:before {
  content: "";
}

.ph.ph-dots-three-vertical:before {
  content: "";
}

.ph.ph-download:before {
  content: "";
}

.ph.ph-download-simple:before {
  content: "";
}

.ph.ph-dress:before {
  content: "";
}

.ph.ph-dresser:before {
  content: "";
}

.ph.ph-dribbble-logo:before {
  content: "";
}

.ph.ph-drone:before {
  content: "";
}

.ph.ph-drop:before {
  content: "";
}

.ph.ph-drop-half:before {
  content: "";
}

.ph.ph-drop-half-bottom:before {
  content: "";
}

.ph.ph-drop-simple:before {
  content: "";
}

.ph.ph-drop-slash:before {
  content: "";
}

.ph.ph-dropbox-logo:before {
  content: "";
}

.ph.ph-ear:before {
  content: "";
}

.ph.ph-ear-slash:before {
  content: "";
}

.ph.ph-egg:before {
  content: "";
}

.ph.ph-egg-crack:before {
  content: "";
}

.ph.ph-eject:before {
  content: "";
}

.ph.ph-eject-simple:before {
  content: "";
}

.ph.ph-elevator:before {
  content: "";
}

.ph.ph-empty:before {
  content: "";
}

.ph.ph-engine:before {
  content: "";
}

.ph.ph-envelope:before {
  content: "";
}

.ph.ph-envelope-open:before {
  content: "";
}

.ph.ph-envelope-simple:before {
  content: "";
}

.ph.ph-envelope-simple-open:before {
  content: "";
}

.ph.ph-equalizer:before {
  content: "";
}

.ph.ph-equals:before {
  content: "";
}

.ph.ph-eraser:before {
  content: "";
}

.ph.ph-escalator-down:before {
  content: "";
}

.ph.ph-escalator-up:before {
  content: "";
}

.ph.ph-exam:before {
  content: "";
}

.ph.ph-exclamation-mark:before {
  content: "";
}

.ph.ph-exclude:before {
  content: "";
}

.ph.ph-exclude-square:before {
  content: "";
}

.ph.ph-export:before {
  content: "";
}

.ph.ph-eye:before {
  content: "";
}

.ph.ph-eye-closed:before {
  content: "";
}

.ph.ph-eye-slash:before {
  content: "";
}

.ph.ph-eyedropper:before {
  content: "";
}

.ph.ph-eyedropper-sample:before {
  content: "";
}

.ph.ph-eyeglasses:before {
  content: "";
}

.ph.ph-eyes:before {
  content: "";
}

.ph.ph-face-mask:before {
  content: "";
}

.ph.ph-facebook-logo:before {
  content: "";
}

.ph.ph-factory:before {
  content: "";
}

.ph.ph-faders:before {
  content: "";
}

.ph.ph-faders-horizontal:before {
  content: "";
}

.ph.ph-fallout-shelter:before {
  content: "";
}

.ph.ph-fan:before {
  content: "";
}

.ph.ph-farm:before {
  content: "";
}

.ph.ph-fast-forward:before {
  content: "";
}

.ph.ph-fast-forward-circle:before {
  content: "";
}

.ph.ph-feather:before {
  content: "";
}

.ph.ph-fediverse-logo:before {
  content: "";
}

.ph.ph-figma-logo:before {
  content: "";
}

.ph.ph-file:before {
  content: "";
}

.ph.ph-file-archive:before {
  content: "";
}

.ph.ph-file-arrow-down:before {
  content: "";
}

.ph.ph-file-arrow-up:before {
  content: "";
}

.ph.ph-file-audio:before {
  content: "";
}

.ph.ph-file-c:before {
  content: "";
}

.ph.ph-file-c-sharp:before {
  content: "";
}

.ph.ph-file-cloud:before {
  content: "";
}

.ph.ph-file-code:before {
  content: "";
}

.ph.ph-file-cpp:before {
  content: "";
}

.ph.ph-file-css:before {
  content: "";
}

.ph.ph-file-csv:before {
  content: "";
}

.ph.ph-file-dashed:before,
.ph.ph-file-dotted:before {
  content: "";
}

.ph.ph-file-doc:before {
  content: "";
}

.ph.ph-file-html:before {
  content: "";
}

.ph.ph-file-image:before {
  content: "";
}

.ph.ph-file-ini:before {
  content: "";
}

.ph.ph-file-jpg:before {
  content: "";
}

.ph.ph-file-js:before {
  content: "";
}

.ph.ph-file-jsx:before {
  content: "";
}

.ph.ph-file-lock:before {
  content: "";
}

.ph.ph-file-magnifying-glass:before,
.ph.ph-file-search:before {
  content: "";
}

.ph.ph-file-md:before {
  content: "";
}

.ph.ph-file-minus:before {
  content: "";
}

.ph.ph-file-pdf:before {
  content: "";
}

.ph.ph-file-plus:before {
  content: "";
}

.ph.ph-file-png:before {
  content: "";
}

.ph.ph-file-ppt:before {
  content: "";
}

.ph.ph-file-py:before {
  content: "";
}

.ph.ph-file-rs:before {
  content: "";
}

.ph.ph-file-sql:before {
  content: "";
}

.ph.ph-file-svg:before {
  content: "";
}

.ph.ph-file-text:before {
  content: "";
}

.ph.ph-file-ts:before {
  content: "";
}

.ph.ph-file-tsx:before {
  content: "";
}

.ph.ph-file-txt:before {
  content: "";
}

.ph.ph-file-video:before {
  content: "";
}

.ph.ph-file-vue:before {
  content: "";
}

.ph.ph-file-x:before {
  content: "";
}

.ph.ph-file-xls:before {
  content: "";
}

.ph.ph-file-zip:before {
  content: "";
}

.ph.ph-files:before {
  content: "";
}

.ph.ph-film-reel:before {
  content: "";
}

.ph.ph-film-script:before {
  content: "";
}

.ph.ph-film-slate:before {
  content: "";
}

.ph.ph-film-strip:before {
  content: "";
}

.ph.ph-fingerprint:before {
  content: "";
}

.ph.ph-fingerprint-simple:before {
  content: "";
}

.ph.ph-finn-the-human:before {
  content: "";
}

.ph.ph-fire:before {
  content: "";
}

.ph.ph-fire-extinguisher:before {
  content: "";
}

.ph.ph-fire-simple:before {
  content: "";
}

.ph.ph-fire-truck:before {
  content: "";
}

.ph.ph-first-aid:before {
  content: "";
}

.ph.ph-first-aid-kit:before {
  content: "";
}

.ph.ph-fish:before {
  content: "";
}

.ph.ph-fish-simple:before {
  content: "";
}

.ph.ph-flag:before {
  content: "";
}

.ph.ph-flag-banner:before {
  content: "";
}

.ph.ph-flag-banner-fold:before {
  content: "";
}

.ph.ph-flag-checkered:before {
  content: "";
}

.ph.ph-flag-pennant:before {
  content: "";
}

.ph.ph-flame:before {
  content: "";
}

.ph.ph-flashlight:before {
  content: "";
}

.ph.ph-flask:before {
  content: "";
}

.ph.ph-flip-horizontal:before {
  content: "";
}

.ph.ph-flip-vertical:before {
  content: "";
}

.ph.ph-floppy-disk:before {
  content: "";
}

.ph.ph-floppy-disk-back:before {
  content: "";
}

.ph.ph-flow-arrow:before {
  content: "";
}

.ph.ph-flower:before {
  content: "";
}

.ph.ph-flower-lotus:before {
  content: "";
}

.ph.ph-flower-tulip:before {
  content: "";
}

.ph.ph-flying-saucer:before {
  content: "";
}

.ph.ph-folder:before,
.ph.ph-folder-notch:before {
  content: "";
}

.ph.ph-folder-dashed:before,
.ph.ph-folder-dotted:before {
  content: "";
}

.ph.ph-folder-lock:before {
  content: "";
}

.ph.ph-folder-minus:before,
.ph.ph-folder-notch-minus:before {
  content: "";
}

.ph.ph-folder-open:before,
.ph.ph-folder-notch-open:before {
  content: "";
}

.ph.ph-folder-plus:before,
.ph.ph-folder-notch-plus:before {
  content: "";
}

.ph.ph-folder-simple:before {
  content: "";
}

.ph.ph-folder-simple-dashed:before,
.ph.ph-folder-simple-dotted:before {
  content: "";
}

.ph.ph-folder-simple-lock:before {
  content: "";
}

.ph.ph-folder-simple-minus:before {
  content: "";
}

.ph.ph-folder-simple-plus:before {
  content: "";
}

.ph.ph-folder-simple-star:before {
  content: "";
}

.ph.ph-folder-simple-user:before {
  content: "";
}

.ph.ph-folder-star:before {
  content: "";
}

.ph.ph-folder-user:before {
  content: "";
}

.ph.ph-folders:before {
  content: "";
}

.ph.ph-football:before {
  content: "";
}

.ph.ph-football-helmet:before {
  content: "";
}

.ph.ph-footprints:before {
  content: "";
}

.ph.ph-fork-knife:before {
  content: "";
}

.ph.ph-four-k:before {
  content: "";
}

.ph.ph-frame-corners:before {
  content: "";
}

.ph.ph-framer-logo:before {
  content: "";
}

.ph.ph-function:before {
  content: "";
}

.ph.ph-funnel:before {
  content: "";
}

.ph.ph-funnel-simple:before {
  content: "";
}

.ph.ph-funnel-simple-x:before {
  content: "";
}

.ph.ph-funnel-x:before {
  content: "";
}

.ph.ph-game-controller:before {
  content: "";
}

.ph.ph-garage:before {
  content: "";
}

.ph.ph-gas-can:before {
  content: "";
}

.ph.ph-gas-pump:before {
  content: "";
}

.ph.ph-gauge:before {
  content: "";
}

.ph.ph-gavel:before {
  content: "";
}

.ph.ph-gear:before {
  content: "";
}

.ph.ph-gear-fine:before {
  content: "";
}

.ph.ph-gear-six:before {
  content: "";
}

.ph.ph-gender-female:before {
  content: "";
}

.ph.ph-gender-intersex:before {
  content: "";
}

.ph.ph-gender-male:before {
  content: "";
}

.ph.ph-gender-neuter:before {
  content: "";
}

.ph.ph-gender-nonbinary:before {
  content: "";
}

.ph.ph-gender-transgender:before {
  content: "";
}

.ph.ph-ghost:before {
  content: "";
}

.ph.ph-gif:before {
  content: "";
}

.ph.ph-gift:before {
  content: "";
}

.ph.ph-git-branch:before {
  content: "";
}

.ph.ph-git-commit:before {
  content: "";
}

.ph.ph-git-diff:before {
  content: "";
}

.ph.ph-git-fork:before {
  content: "";
}

.ph.ph-git-merge:before {
  content: "";
}

.ph.ph-git-pull-request:before {
  content: "";
}

.ph.ph-github-logo:before {
  content: "";
}

.ph.ph-gitlab-logo:before {
  content: "";
}

.ph.ph-gitlab-logo-simple:before {
  content: "";
}

.ph.ph-globe:before {
  content: "";
}

.ph.ph-globe-hemisphere-east:before {
  content: "";
}

.ph.ph-globe-hemisphere-west:before {
  content: "";
}

.ph.ph-globe-simple:before {
  content: "";
}

.ph.ph-globe-simple-x:before {
  content: "";
}

.ph.ph-globe-stand:before {
  content: "";
}

.ph.ph-globe-x:before {
  content: "";
}

.ph.ph-goggles:before {
  content: "";
}

.ph.ph-golf:before {
  content: "";
}

.ph.ph-goodreads-logo:before {
  content: "";
}

.ph.ph-google-cardboard-logo:before {
  content: "";
}

.ph.ph-google-chrome-logo:before {
  content: "";
}

.ph.ph-google-drive-logo:before {
  content: "";
}

.ph.ph-google-logo:before {
  content: "";
}

.ph.ph-google-photos-logo:before {
  content: "";
}

.ph.ph-google-play-logo:before {
  content: "";
}

.ph.ph-google-podcasts-logo:before {
  content: "";
}

.ph.ph-gps:before {
  content: "";
}

.ph.ph-gps-fix:before {
  content: "";
}

.ph.ph-gps-slash:before {
  content: "";
}

.ph.ph-gradient:before {
  content: "";
}

.ph.ph-graduation-cap:before {
  content: "";
}

.ph.ph-grains:before {
  content: "";
}

.ph.ph-grains-slash:before {
  content: "";
}

.ph.ph-graph:before {
  content: "";
}

.ph.ph-graphics-card:before {
  content: "";
}

.ph.ph-greater-than:before {
  content: "";
}

.ph.ph-greater-than-or-equal:before {
  content: "";
}

.ph.ph-grid-four:before {
  content: "";
}

.ph.ph-grid-nine:before {
  content: "";
}

.ph.ph-guitar:before {
  content: "";
}

.ph.ph-hair-dryer:before {
  content: "";
}

.ph.ph-hamburger:before {
  content: "";
}

.ph.ph-hammer:before {
  content: "";
}

.ph.ph-hand:before {
  content: "";
}

.ph.ph-hand-arrow-down:before {
  content: "";
}

.ph.ph-hand-arrow-up:before {
  content: "";
}

.ph.ph-hand-coins:before {
  content: "";
}

.ph.ph-hand-deposit:before {
  content: "";
}

.ph.ph-hand-eye:before {
  content: "";
}

.ph.ph-hand-fist:before {
  content: "";
}

.ph.ph-hand-grabbing:before {
  content: "";
}

.ph.ph-hand-heart:before {
  content: "";
}

.ph.ph-hand-palm:before {
  content: "";
}

.ph.ph-hand-peace:before {
  content: "";
}

.ph.ph-hand-pointing:before {
  content: "";
}

.ph.ph-hand-soap:before {
  content: "";
}

.ph.ph-hand-swipe-left:before {
  content: "";
}

.ph.ph-hand-swipe-right:before {
  content: "";
}

.ph.ph-hand-tap:before {
  content: "";
}

.ph.ph-hand-waving:before {
  content: "";
}

.ph.ph-hand-withdraw:before {
  content: "";
}

.ph.ph-handbag:before {
  content: "";
}

.ph.ph-handbag-simple:before {
  content: "";
}

.ph.ph-hands-clapping:before {
  content: "";
}

.ph.ph-hands-praying:before {
  content: "";
}

.ph.ph-handshake:before {
  content: "";
}

.ph.ph-hard-drive:before {
  content: "";
}

.ph.ph-hard-drives:before {
  content: "";
}

.ph.ph-hard-hat:before {
  content: "";
}

.ph.ph-hash:before {
  content: "";
}

.ph.ph-hash-straight:before {
  content: "";
}

.ph.ph-head-circuit:before {
  content: "";
}

.ph.ph-headlights:before {
  content: "";
}

.ph.ph-headphones:before {
  content: "";
}

.ph.ph-headset:before {
  content: "";
}

.ph.ph-heart:before {
  content: "";
}

.ph.ph-heart-break:before {
  content: "";
}

.ph.ph-heart-half:before {
  content: "";
}

.ph.ph-heart-straight:before {
  content: "";
}

.ph.ph-heart-straight-break:before {
  content: "";
}

.ph.ph-heartbeat:before {
  content: "";
}

.ph.ph-hexagon:before {
  content: "";
}

.ph.ph-high-definition:before {
  content: "";
}

.ph.ph-high-heel:before {
  content: "";
}

.ph.ph-highlighter:before {
  content: "";
}

.ph.ph-highlighter-circle:before {
  content: "";
}

.ph.ph-hockey:before {
  content: "";
}

.ph.ph-hoodie:before {
  content: "";
}

.ph.ph-horse:before {
  content: "";
}

.ph.ph-hospital:before {
  content: "";
}

.ph.ph-hourglass:before {
  content: "";
}

.ph.ph-hourglass-high:before {
  content: "";
}

.ph.ph-hourglass-low:before {
  content: "";
}

.ph.ph-hourglass-medium:before {
  content: "";
}

.ph.ph-hourglass-simple:before {
  content: "";
}

.ph.ph-hourglass-simple-high:before {
  content: "";
}

.ph.ph-hourglass-simple-low:before {
  content: "";
}

.ph.ph-hourglass-simple-medium:before {
  content: "";
}

.ph.ph-house:before {
  content: "";
}

.ph.ph-house-line:before {
  content: "";
}

.ph.ph-house-simple:before {
  content: "";
}

.ph.ph-hurricane:before {
  content: "";
}

.ph.ph-ice-cream:before {
  content: "";
}

.ph.ph-identification-badge:before {
  content: "";
}

.ph.ph-identification-card:before {
  content: "";
}

.ph.ph-image:before {
  content: "";
}

.ph.ph-image-broken:before {
  content: "";
}

.ph.ph-image-square:before {
  content: "";
}

.ph.ph-images:before {
  content: "";
}

.ph.ph-images-square:before {
  content: "";
}

.ph.ph-infinity:before,
.ph.ph-lemniscate:before {
  content: "";
}

.ph.ph-info:before {
  content: "";
}

.ph.ph-instagram-logo:before {
  content: "";
}

.ph.ph-intersect:before {
  content: "";
}

.ph.ph-intersect-square:before {
  content: "";
}

.ph.ph-intersect-three:before {
  content: "";
}

.ph.ph-intersection:before {
  content: "";
}

.ph.ph-invoice:before {
  content: "";
}

.ph.ph-island:before {
  content: "";
}

.ph.ph-jar:before {
  content: "";
}

.ph.ph-jar-label:before {
  content: "";
}

.ph.ph-jeep:before {
  content: "";
}

.ph.ph-joystick:before {
  content: "";
}

.ph.ph-kanban:before {
  content: "";
}

.ph.ph-key:before {
  content: "";
}

.ph.ph-key-return:before {
  content: "";
}

.ph.ph-keyboard:before {
  content: "";
}

.ph.ph-keyhole:before {
  content: "";
}

.ph.ph-knife:before {
  content: "";
}

.ph.ph-ladder:before {
  content: "";
}

.ph.ph-ladder-simple:before {
  content: "";
}

.ph.ph-lamp:before {
  content: "";
}

.ph.ph-lamp-pendant:before {
  content: "";
}

.ph.ph-laptop:before {
  content: "";
}

.ph.ph-lasso:before {
  content: "";
}

.ph.ph-lastfm-logo:before {
  content: "";
}

.ph.ph-layout:before {
  content: "";
}

.ph.ph-leaf:before {
  content: "";
}

.ph.ph-lectern:before {
  content: "";
}

.ph.ph-lego:before {
  content: "";
}

.ph.ph-lego-smiley:before {
  content: "";
}

.ph.ph-less-than:before {
  content: "";
}

.ph.ph-less-than-or-equal:before {
  content: "";
}

.ph.ph-letter-circle-h:before {
  content: "";
}

.ph.ph-letter-circle-p:before {
  content: "";
}

.ph.ph-letter-circle-v:before {
  content: "";
}

.ph.ph-lifebuoy:before {
  content: "";
}

.ph.ph-lightbulb:before {
  content: "";
}

.ph.ph-lightbulb-filament:before {
  content: "";
}

.ph.ph-lighthouse:before {
  content: "";
}

.ph.ph-lightning:before {
  content: "";
}

.ph.ph-lightning-a:before {
  content: "";
}

.ph.ph-lightning-slash:before {
  content: "";
}

.ph.ph-line-segment:before {
  content: "";
}

.ph.ph-line-segments:before {
  content: "";
}

.ph.ph-line-vertical:before {
  content: "";
}

.ph.ph-link:before {
  content: "";
}

.ph.ph-link-break:before {
  content: "";
}

.ph.ph-link-simple:before {
  content: "";
}

.ph.ph-link-simple-break:before {
  content: "";
}

.ph.ph-link-simple-horizontal:before {
  content: "";
}

.ph.ph-link-simple-horizontal-break:before {
  content: "";
}

.ph.ph-linkedin-logo:before {
  content: "";
}

.ph.ph-linktree-logo:before {
  content: "";
}

.ph.ph-linux-logo:before {
  content: "";
}

.ph.ph-list:before {
  content: "";
}

.ph.ph-list-bullets:before {
  content: "";
}

.ph.ph-list-checks:before {
  content: "";
}

.ph.ph-list-dashes:before {
  content: "";
}

.ph.ph-list-heart:before {
  content: "";
}

.ph.ph-list-magnifying-glass:before {
  content: "";
}

.ph.ph-list-numbers:before {
  content: "";
}

.ph.ph-list-plus:before {
  content: "";
}

.ph.ph-list-star:before {
  content: "";
}

.ph.ph-lock:before {
  content: "";
}

.ph.ph-lock-key:before {
  content: "";
}

.ph.ph-lock-key-open:before {
  content: "";
}

.ph.ph-lock-laminated:before {
  content: "";
}

.ph.ph-lock-laminated-open:before {
  content: "";
}

.ph.ph-lock-open:before {
  content: "";
}

.ph.ph-lock-simple:before {
  content: "";
}

.ph.ph-lock-simple-open:before {
  content: "";
}

.ph.ph-lockers:before {
  content: "";
}

.ph.ph-log:before {
  content: "";
}

.ph.ph-magic-wand:before {
  content: "";
}

.ph.ph-magnet:before {
  content: "";
}

.ph.ph-magnet-straight:before {
  content: "";
}

.ph.ph-magnifying-glass:before {
  content: "";
}

.ph.ph-magnifying-glass-minus:before {
  content: "";
}

.ph.ph-magnifying-glass-plus:before {
  content: "";
}

.ph.ph-mailbox:before {
  content: "";
}

.ph.ph-map-pin:before {
  content: "";
}

.ph.ph-map-pin-area:before {
  content: "";
}

.ph.ph-map-pin-line:before {
  content: "";
}

.ph.ph-map-pin-plus:before {
  content: "";
}

.ph.ph-map-pin-simple:before {
  content: "";
}

.ph.ph-map-pin-simple-area:before {
  content: "";
}

.ph.ph-map-pin-simple-line:before {
  content: "";
}

.ph.ph-map-trifold:before {
  content: "";
}

.ph.ph-markdown-logo:before {
  content: "";
}

.ph.ph-marker-circle:before {
  content: "";
}

.ph.ph-martini:before {
  content: "";
}

.ph.ph-mask-happy:before {
  content: "";
}

.ph.ph-mask-sad:before {
  content: "";
}

.ph.ph-mastodon-logo:before {
  content: "";
}

.ph.ph-math-operations:before {
  content: "";
}

.ph.ph-matrix-logo:before {
  content: "";
}

.ph.ph-medal:before {
  content: "";
}

.ph.ph-medal-military:before {
  content: "";
}

.ph.ph-medium-logo:before {
  content: "";
}

.ph.ph-megaphone:before {
  content: "";
}

.ph.ph-megaphone-simple:before {
  content: "";
}

.ph.ph-member-of:before {
  content: "";
}

.ph.ph-memory:before {
  content: "";
}

.ph.ph-messenger-logo:before {
  content: "";
}

.ph.ph-meta-logo:before {
  content: "";
}

.ph.ph-meteor:before {
  content: "";
}

.ph.ph-metronome:before {
  content: "";
}

.ph.ph-microphone:before {
  content: "";
}

.ph.ph-microphone-slash:before {
  content: "";
}

.ph.ph-microphone-stage:before {
  content: "";
}

.ph.ph-microscope:before {
  content: "";
}

.ph.ph-microsoft-excel-logo:before {
  content: "";
}

.ph.ph-microsoft-outlook-logo:before {
  content: "";
}

.ph.ph-microsoft-powerpoint-logo:before {
  content: "";
}

.ph.ph-microsoft-teams-logo:before {
  content: "";
}

.ph.ph-microsoft-word-logo:before {
  content: "";
}

.ph.ph-minus:before {
  content: "";
}

.ph.ph-minus-circle:before {
  content: "";
}

.ph.ph-minus-square:before {
  content: "";
}

.ph.ph-money:before {
  content: "";
}

.ph.ph-money-wavy:before {
  content: "";
}

.ph.ph-monitor:before {
  content: "";
}

.ph.ph-monitor-arrow-up:before {
  content: "";
}

.ph.ph-monitor-play:before {
  content: "";
}

.ph.ph-moon:before {
  content: "";
}

.ph.ph-moon-stars:before {
  content: "";
}

.ph.ph-moped:before {
  content: "";
}

.ph.ph-moped-front:before {
  content: "";
}

.ph.ph-mosque:before {
  content: "";
}

.ph.ph-motorcycle:before {
  content: "";
}

.ph.ph-mountains:before {
  content: "";
}

.ph.ph-mouse:before {
  content: "";
}

.ph.ph-mouse-left-click:before {
  content: "";
}

.ph.ph-mouse-middle-click:before {
  content: "";
}

.ph.ph-mouse-right-click:before {
  content: "";
}

.ph.ph-mouse-scroll:before {
  content: "";
}

.ph.ph-mouse-simple:before {
  content: "";
}

.ph.ph-music-note:before {
  content: "";
}

.ph.ph-music-note-simple:before {
  content: "";
}

.ph.ph-music-notes:before {
  content: "";
}

.ph.ph-music-notes-minus:before {
  content: "";
}

.ph.ph-music-notes-plus:before {
  content: "";
}

.ph.ph-music-notes-simple:before {
  content: "";
}

.ph.ph-navigation-arrow:before {
  content: "";
}

.ph.ph-needle:before {
  content: "";
}

.ph.ph-network:before {
  content: "";
}

.ph.ph-network-slash:before {
  content: "";
}

.ph.ph-network-x:before {
  content: "";
}

.ph.ph-newspaper:before {
  content: "";
}

.ph.ph-newspaper-clipping:before {
  content: "";
}

.ph.ph-not-equals:before {
  content: "";
}

.ph.ph-not-member-of:before {
  content: "";
}

.ph.ph-not-subset-of:before {
  content: "";
}

.ph.ph-not-superset-of:before {
  content: "";
}

.ph.ph-notches:before {
  content: "";
}

.ph.ph-note:before {
  content: "";
}

.ph.ph-note-blank:before {
  content: "";
}

.ph.ph-note-pencil:before {
  content: "";
}

.ph.ph-notebook:before {
  content: "";
}

.ph.ph-notepad:before {
  content: "";
}

.ph.ph-notification:before {
  content: "";
}

.ph.ph-notion-logo:before {
  content: "";
}

.ph.ph-nuclear-plant:before {
  content: "";
}

.ph.ph-number-circle-eight:before {
  content: "";
}

.ph.ph-number-circle-five:before {
  content: "";
}

.ph.ph-number-circle-four:before {
  content: "";
}

.ph.ph-number-circle-nine:before {
  content: "";
}

.ph.ph-number-circle-one:before {
  content: "";
}

.ph.ph-number-circle-seven:before {
  content: "";
}

.ph.ph-number-circle-six:before {
  content: "";
}

.ph.ph-number-circle-three:before {
  content: "";
}

.ph.ph-number-circle-two:before {
  content: "";
}

.ph.ph-number-circle-zero:before {
  content: "";
}

.ph.ph-number-eight:before {
  content: "";
}

.ph.ph-number-five:before {
  content: "";
}

.ph.ph-number-four:before {
  content: "";
}

.ph.ph-number-nine:before {
  content: "";
}

.ph.ph-number-one:before {
  content: "";
}

.ph.ph-number-seven:before {
  content: "";
}

.ph.ph-number-six:before {
  content: "";
}

.ph.ph-number-square-eight:before {
  content: "";
}

.ph.ph-number-square-five:before {
  content: "";
}

.ph.ph-number-square-four:before {
  content: "";
}

.ph.ph-number-square-nine:before {
  content: "";
}

.ph.ph-number-square-one:before {
  content: "";
}

.ph.ph-number-square-seven:before {
  content: "";
}

.ph.ph-number-square-six:before {
  content: "";
}

.ph.ph-number-square-three:before {
  content: "";
}

.ph.ph-number-square-two:before {
  content: "";
}

.ph.ph-number-square-zero:before {
  content: "";
}

.ph.ph-number-three:before {
  content: "";
}

.ph.ph-number-two:before {
  content: "";
}

.ph.ph-number-zero:before {
  content: "";
}

.ph.ph-numpad:before {
  content: "";
}

.ph.ph-nut:before {
  content: "";
}

.ph.ph-ny-times-logo:before {
  content: "";
}

.ph.ph-octagon:before {
  content: "";
}

.ph.ph-office-chair:before {
  content: "";
}

.ph.ph-onigiri:before {
  content: "";
}

.ph.ph-open-ai-logo:before {
  content: "";
}

.ph.ph-option:before {
  content: "";
}

.ph.ph-orange:before {
  content: "";
}

.ph.ph-orange-slice:before {
  content: "";
}

.ph.ph-oven:before {
  content: "";
}

.ph.ph-package:before {
  content: "";
}

.ph.ph-paint-brush:before {
  content: "";
}

.ph.ph-paint-brush-broad:before {
  content: "";
}

.ph.ph-paint-brush-household:before {
  content: "";
}

.ph.ph-paint-bucket:before {
  content: "";
}

.ph.ph-paint-roller:before {
  content: "";
}

.ph.ph-palette:before {
  content: "";
}

.ph.ph-panorama:before {
  content: "";
}

.ph.ph-pants:before {
  content: "";
}

.ph.ph-paper-plane:before {
  content: "";
}

.ph.ph-paper-plane-right:before {
  content: "";
}

.ph.ph-paper-plane-tilt:before {
  content: "";
}

.ph.ph-paperclip:before {
  content: "";
}

.ph.ph-paperclip-horizontal:before {
  content: "";
}

.ph.ph-parachute:before {
  content: "";
}

.ph.ph-paragraph:before {
  content: "";
}

.ph.ph-parallelogram:before {
  content: "";
}

.ph.ph-park:before {
  content: "";
}

.ph.ph-password:before {
  content: "";
}

.ph.ph-path:before {
  content: "";
}

.ph.ph-patreon-logo:before {
  content: "";
}

.ph.ph-pause:before {
  content: "";
}

.ph.ph-pause-circle:before {
  content: "";
}

.ph.ph-paw-print:before {
  content: "";
}

.ph.ph-paypal-logo:before {
  content: "";
}

.ph.ph-peace:before {
  content: "";
}

.ph.ph-pen:before {
  content: "";
}

.ph.ph-pen-nib:before {
  content: "";
}

.ph.ph-pen-nib-straight:before {
  content: "";
}

.ph.ph-pencil:before {
  content: "";
}

.ph.ph-pencil-circle:before {
  content: "";
}

.ph.ph-pencil-line:before {
  content: "";
}

.ph.ph-pencil-ruler:before {
  content: "";
}

.ph.ph-pencil-simple:before {
  content: "";
}

.ph.ph-pencil-simple-line:before {
  content: "";
}

.ph.ph-pencil-simple-slash:before {
  content: "";
}

.ph.ph-pencil-slash:before {
  content: "";
}

.ph.ph-pentagon:before {
  content: "";
}

.ph.ph-pentagram:before {
  content: "";
}

.ph.ph-pepper:before {
  content: "";
}

.ph.ph-percent:before {
  content: "";
}

.ph.ph-person:before {
  content: "";
}

.ph.ph-person-arms-spread:before {
  content: "";
}

.ph.ph-person-simple:before {
  content: "";
}

.ph.ph-person-simple-bike:before {
  content: "";
}

.ph.ph-person-simple-circle:before {
  content: "";
}

.ph.ph-person-simple-hike:before {
  content: "";
}

.ph.ph-person-simple-run:before {
  content: "";
}

.ph.ph-person-simple-ski:before {
  content: "";
}

.ph.ph-person-simple-snowboard:before {
  content: "";
}

.ph.ph-person-simple-swim:before {
  content: "";
}

.ph.ph-person-simple-tai-chi:before {
  content: "";
}

.ph.ph-person-simple-throw:before {
  content: "";
}

.ph.ph-person-simple-walk:before {
  content: "";
}

.ph.ph-perspective:before {
  content: "";
}

.ph.ph-phone:before {
  content: "";
}

.ph.ph-phone-call:before {
  content: "";
}

.ph.ph-phone-disconnect:before {
  content: "";
}

.ph.ph-phone-incoming:before {
  content: "";
}

.ph.ph-phone-list:before {
  content: "";
}

.ph.ph-phone-outgoing:before {
  content: "";
}

.ph.ph-phone-pause:before {
  content: "";
}

.ph.ph-phone-plus:before {
  content: "";
}

.ph.ph-phone-slash:before {
  content: "";
}

.ph.ph-phone-transfer:before {
  content: "";
}

.ph.ph-phone-x:before {
  content: "";
}

.ph.ph-phosphor-logo:before {
  content: "";
}

.ph.ph-pi:before {
  content: "";
}

.ph.ph-piano-keys:before {
  content: "";
}

.ph.ph-picnic-table:before {
  content: "";
}

.ph.ph-picture-in-picture:before {
  content: "";
}

.ph.ph-piggy-bank:before {
  content: "";
}

.ph.ph-pill:before {
  content: "";
}

.ph.ph-ping-pong:before {
  content: "";
}

.ph.ph-pint-glass:before {
  content: "";
}

.ph.ph-pinterest-logo:before {
  content: "";
}

.ph.ph-pinwheel:before {
  content: "";
}

.ph.ph-pipe:before {
  content: "";
}

.ph.ph-pipe-wrench:before {
  content: "";
}

.ph.ph-pix-logo:before {
  content: "";
}

.ph.ph-pizza:before {
  content: "";
}

.ph.ph-placeholder:before {
  content: "";
}

.ph.ph-planet:before {
  content: "";
}

.ph.ph-plant:before {
  content: "";
}

.ph.ph-play:before {
  content: "";
}

.ph.ph-play-circle:before {
  content: "";
}

.ph.ph-play-pause:before {
  content: "";
}

.ph.ph-playlist:before {
  content: "";
}

.ph.ph-plug:before {
  content: "";
}

.ph.ph-plug-charging:before {
  content: "";
}

.ph.ph-plugs:before {
  content: "";
}

.ph.ph-plugs-connected:before {
  content: "";
}

.ph.ph-plus:before {
  content: "";
}

.ph.ph-plus-circle:before {
  content: "";
}

.ph.ph-plus-minus:before {
  content: "";
}

.ph.ph-plus-square:before {
  content: "";
}

.ph.ph-poker-chip:before {
  content: "";
}

.ph.ph-police-car:before {
  content: "";
}

.ph.ph-polygon:before {
  content: "";
}

.ph.ph-popcorn:before {
  content: "";
}

.ph.ph-popsicle:before {
  content: "";
}

.ph.ph-potted-plant:before {
  content: "";
}

.ph.ph-power:before {
  content: "";
}

.ph.ph-prescription:before {
  content: "";
}

.ph.ph-presentation:before {
  content: "";
}

.ph.ph-presentation-chart:before {
  content: "";
}

.ph.ph-printer:before {
  content: "";
}

.ph.ph-prohibit:before {
  content: "";
}

.ph.ph-prohibit-inset:before {
  content: "";
}

.ph.ph-projector-screen:before {
  content: "";
}

.ph.ph-projector-screen-chart:before {
  content: "";
}

.ph.ph-pulse:before,
.ph.ph-activity:before {
  content: "";
}

.ph.ph-push-pin:before {
  content: "";
}

.ph.ph-push-pin-simple:before {
  content: "";
}

.ph.ph-push-pin-simple-slash:before {
  content: "";
}

.ph.ph-push-pin-slash:before {
  content: "";
}

.ph.ph-puzzle-piece:before {
  content: "";
}

.ph.ph-qr-code:before {
  content: "";
}

.ph.ph-question:before {
  content: "";
}

.ph.ph-question-mark:before {
  content: "";
}

.ph.ph-queue:before {
  content: "";
}

.ph.ph-quotes:before {
  content: "";
}

.ph.ph-rabbit:before {
  content: "";
}

.ph.ph-racquet:before {
  content: "";
}

.ph.ph-radical:before {
  content: "";
}

.ph.ph-radio:before {
  content: "";
}

.ph.ph-radio-button:before {
  content: "";
}

.ph.ph-radioactive:before {
  content: "";
}

.ph.ph-rainbow:before {
  content: "";
}

.ph.ph-rainbow-cloud:before {
  content: "";
}

.ph.ph-ranking:before {
  content: "";
}

.ph.ph-read-cv-logo:before {
  content: "";
}

.ph.ph-receipt:before {
  content: "";
}

.ph.ph-receipt-x:before {
  content: "";
}

.ph.ph-record:before {
  content: "";
}

.ph.ph-rectangle:before {
  content: "";
}

.ph.ph-rectangle-dashed:before {
  content: "";
}

.ph.ph-recycle:before {
  content: "";
}

.ph.ph-reddit-logo:before {
  content: "";
}

.ph.ph-repeat:before {
  content: "";
}

.ph.ph-repeat-once:before {
  content: "";
}

.ph.ph-replit-logo:before {
  content: "";
}

.ph.ph-resize:before {
  content: "";
}

.ph.ph-rewind:before {
  content: "";
}

.ph.ph-rewind-circle:before {
  content: "";
}

.ph.ph-road-horizon:before {
  content: "";
}

.ph.ph-robot:before {
  content: "";
}

.ph.ph-rocket:before {
  content: "";
}

.ph.ph-rocket-launch:before {
  content: "";
}

.ph.ph-rows:before {
  content: "";
}

.ph.ph-rows-plus-bottom:before {
  content: "";
}

.ph.ph-rows-plus-top:before {
  content: "";
}

.ph.ph-rss:before {
  content: "";
}

.ph.ph-rss-simple:before {
  content: "";
}

.ph.ph-rug:before {
  content: "";
}

.ph.ph-ruler:before {
  content: "";
}

.ph.ph-sailboat:before {
  content: "";
}

.ph.ph-scales:before {
  content: "";
}

.ph.ph-scan:before {
  content: "";
}

.ph.ph-scan-smiley:before {
  content: "";
}

.ph.ph-scissors:before {
  content: "";
}

.ph.ph-scooter:before {
  content: "";
}

.ph.ph-screencast:before {
  content: "";
}

.ph.ph-screwdriver:before {
  content: "";
}

.ph.ph-scribble:before {
  content: "";
}

.ph.ph-scribble-loop:before {
  content: "";
}

.ph.ph-scroll:before {
  content: "";
}

.ph.ph-seal:before,
.ph.ph-circle-wavy:before {
  content: "";
}

.ph.ph-seal-check:before,
.ph.ph-circle-wavy-check:before {
  content: "";
}

.ph.ph-seal-percent:before {
  content: "";
}

.ph.ph-seal-question:before,
.ph.ph-circle-wavy-question:before {
  content: "";
}

.ph.ph-seal-warning:before,
.ph.ph-circle-wavy-warning:before {
  content: "";
}

.ph.ph-seat:before {
  content: "";
}

.ph.ph-seatbelt:before {
  content: "";
}

.ph.ph-security-camera:before {
  content: "";
}

.ph.ph-selection:before {
  content: "";
}

.ph.ph-selection-all:before {
  content: "";
}

.ph.ph-selection-background:before {
  content: "";
}

.ph.ph-selection-foreground:before {
  content: "";
}

.ph.ph-selection-inverse:before {
  content: "";
}

.ph.ph-selection-plus:before {
  content: "";
}

.ph.ph-selection-slash:before {
  content: "";
}

.ph.ph-shapes:before {
  content: "";
}

.ph.ph-share:before {
  content: "";
}

.ph.ph-share-fat:before {
  content: "";
}

.ph.ph-share-network:before {
  content: "";
}

.ph.ph-shield:before {
  content: "";
}

.ph.ph-shield-check:before {
  content: "";
}

.ph.ph-shield-checkered:before {
  content: "";
}

.ph.ph-shield-chevron:before {
  content: "";
}

.ph.ph-shield-plus:before {
  content: "";
}

.ph.ph-shield-slash:before {
  content: "";
}

.ph.ph-shield-star:before {
  content: "";
}

.ph.ph-shield-warning:before {
  content: "";
}

.ph.ph-shipping-container:before {
  content: "";
}

.ph.ph-shirt-folded:before {
  content: "";
}

.ph.ph-shooting-star:before {
  content: "";
}

.ph.ph-shopping-bag:before {
  content: "";
}

.ph.ph-shopping-bag-open:before {
  content: "";
}

.ph.ph-shopping-cart:before {
  content: "";
}

.ph.ph-shopping-cart-simple:before {
  content: "";
}

.ph.ph-shovel:before {
  content: "";
}

.ph.ph-shower:before {
  content: "";
}

.ph.ph-shrimp:before {
  content: "";
}

.ph.ph-shuffle:before {
  content: "";
}

.ph.ph-shuffle-angular:before {
  content: "";
}

.ph.ph-shuffle-simple:before {
  content: "";
}

.ph.ph-sidebar:before {
  content: "";
}

.ph.ph-sidebar-simple:before {
  content: "";
}

.ph.ph-sigma:before {
  content: "";
}

.ph.ph-sign-in:before {
  content: "";
}

.ph.ph-sign-out:before {
  content: "";
}

.ph.ph-signature:before {
  content: "";
}

.ph.ph-signpost:before {
  content: "";
}

.ph.ph-sim-card:before {
  content: "";
}

.ph.ph-siren:before {
  content: "";
}

.ph.ph-sketch-logo:before {
  content: "";
}

.ph.ph-skip-back:before {
  content: "";
}

.ph.ph-skip-back-circle:before {
  content: "";
}

.ph.ph-skip-forward:before {
  content: "";
}

.ph.ph-skip-forward-circle:before {
  content: "";
}

.ph.ph-skull:before {
  content: "";
}

.ph.ph-skype-logo:before {
  content: "";
}

.ph.ph-slack-logo:before {
  content: "";
}

.ph.ph-sliders:before {
  content: "";
}

.ph.ph-sliders-horizontal:before {
  content: "";
}

.ph.ph-slideshow:before {
  content: "";
}

.ph.ph-smiley:before {
  content: "";
}

.ph.ph-smiley-angry:before {
  content: "";
}

.ph.ph-smiley-blank:before {
  content: "";
}

.ph.ph-smiley-meh:before {
  content: "";
}

.ph.ph-smiley-melting:before {
  content: "";
}

.ph.ph-smiley-nervous:before {
  content: "";
}

.ph.ph-smiley-sad:before {
  content: "";
}

.ph.ph-smiley-sticker:before {
  content: "";
}

.ph.ph-smiley-wink:before {
  content: "";
}

.ph.ph-smiley-x-eyes:before {
  content: "";
}

.ph.ph-snapchat-logo:before {
  content: "";
}

.ph.ph-sneaker:before {
  content: "";
}

.ph.ph-sneaker-move:before {
  content: "";
}

.ph.ph-snowflake:before {
  content: "";
}

.ph.ph-soccer-ball:before {
  content: "";
}

.ph.ph-sock:before {
  content: "";
}

.ph.ph-solar-panel:before {
  content: "";
}

.ph.ph-solar-roof:before {
  content: "";
}

.ph.ph-sort-ascending:before {
  content: "";
}

.ph.ph-sort-descending:before {
  content: "";
}

.ph.ph-soundcloud-logo:before {
  content: "";
}

.ph.ph-spade:before {
  content: "";
}

.ph.ph-sparkle:before {
  content: "";
}

.ph.ph-speaker-hifi:before {
  content: "";
}

.ph.ph-speaker-high:before {
  content: "";
}

.ph.ph-speaker-low:before {
  content: "";
}

.ph.ph-speaker-none:before {
  content: "";
}

.ph.ph-speaker-simple-high:before {
  content: "";
}

.ph.ph-speaker-simple-low:before {
  content: "";
}

.ph.ph-speaker-simple-none:before {
  content: "";
}

.ph.ph-speaker-simple-slash:before {
  content: "";
}

.ph.ph-speaker-simple-x:before {
  content: "";
}

.ph.ph-speaker-slash:before {
  content: "";
}

.ph.ph-speaker-x:before {
  content: "";
}

.ph.ph-speedometer:before {
  content: "";
}

.ph.ph-sphere:before {
  content: "";
}

.ph.ph-spinner:before {
  content: "";
}

.ph.ph-spinner-ball:before {
  content: "";
}

.ph.ph-spinner-gap:before {
  content: "";
}

.ph.ph-spiral:before {
  content: "";
}

.ph.ph-split-horizontal:before {
  content: "";
}

.ph.ph-split-vertical:before {
  content: "";
}

.ph.ph-spotify-logo:before {
  content: "";
}

.ph.ph-spray-bottle:before {
  content: "";
}

.ph.ph-square:before {
  content: "";
}

.ph.ph-square-half:before {
  content: "";
}

.ph.ph-square-half-bottom:before {
  content: "";
}

.ph.ph-square-logo:before {
  content: "";
}

.ph.ph-square-split-horizontal:before {
  content: "";
}

.ph.ph-square-split-vertical:before {
  content: "";
}

.ph.ph-squares-four:before {
  content: "";
}

.ph.ph-stack:before {
  content: "";
}

.ph.ph-stack-minus:before {
  content: "";
}

.ph.ph-stack-overflow-logo:before {
  content: "";
}

.ph.ph-stack-plus:before {
  content: "";
}

.ph.ph-stack-simple:before {
  content: "";
}

.ph.ph-stairs:before {
  content: "";
}

.ph.ph-stamp:before {
  content: "";
}

.ph.ph-standard-definition:before {
  content: "";
}

.ph.ph-star:before {
  content: "";
}

.ph.ph-star-and-crescent:before {
  content: "";
}

.ph.ph-star-four:before {
  content: "";
}

.ph.ph-star-half:before {
  content: "";
}

.ph.ph-star-of-david:before {
  content: "";
}

.ph.ph-steam-logo:before {
  content: "";
}

.ph.ph-steering-wheel:before {
  content: "";
}

.ph.ph-steps:before {
  content: "";
}

.ph.ph-stethoscope:before {
  content: "";
}

.ph.ph-sticker:before {
  content: "";
}

.ph.ph-stool:before {
  content: "";
}

.ph.ph-stop:before {
  content: "";
}

.ph.ph-stop-circle:before {
  content: "";
}

.ph.ph-storefront:before {
  content: "";
}

.ph.ph-strategy:before {
  content: "";
}

.ph.ph-stripe-logo:before {
  content: "";
}

.ph.ph-student:before {
  content: "";
}

.ph.ph-subset-of:before {
  content: "";
}

.ph.ph-subset-proper-of:before {
  content: "";
}

.ph.ph-subtitles:before {
  content: "";
}

.ph.ph-subtitles-slash:before {
  content: "";
}

.ph.ph-subtract:before {
  content: "";
}

.ph.ph-subtract-square:before {
  content: "";
}

.ph.ph-subway:before {
  content: "";
}

.ph.ph-suitcase:before {
  content: "";
}

.ph.ph-suitcase-rolling:before {
  content: "";
}

.ph.ph-suitcase-simple:before {
  content: "";
}

.ph.ph-sun:before {
  content: "";
}

.ph.ph-sun-dim:before {
  content: "";
}

.ph.ph-sun-horizon:before {
  content: "";
}

.ph.ph-sunglasses:before {
  content: "";
}

.ph.ph-superset-of:before {
  content: "";
}

.ph.ph-superset-proper-of:before {
  content: "";
}

.ph.ph-swap:before {
  content: "";
}

.ph.ph-swatches:before {
  content: "";
}

.ph.ph-swimming-pool:before {
  content: "";
}

.ph.ph-sword:before {
  content: "";
}

.ph.ph-synagogue:before {
  content: "";
}

.ph.ph-syringe:before {
  content: "";
}

.ph.ph-t-shirt:before {
  content: "";
}

.ph.ph-table:before {
  content: "";
}

.ph.ph-tabs:before {
  content: "";
}

.ph.ph-tag:before {
  content: "";
}

.ph.ph-tag-chevron:before {
  content: "";
}

.ph.ph-tag-simple:before {
  content: "";
}

.ph.ph-target:before {
  content: "";
}

.ph.ph-taxi:before {
  content: "";
}

.ph.ph-tea-bag:before {
  content: "";
}

.ph.ph-telegram-logo:before {
  content: "";
}

.ph.ph-television:before {
  content: "";
}

.ph.ph-television-simple:before {
  content: "";
}

.ph.ph-tennis-ball:before {
  content: "";
}

.ph.ph-tent:before {
  content: "";
}

.ph.ph-terminal:before {
  content: "";
}

.ph.ph-terminal-window:before {
  content: "";
}

.ph.ph-test-tube:before {
  content: "";
}

.ph.ph-text-a-underline:before {
  content: "";
}

.ph.ph-text-aa:before {
  content: "";
}

.ph.ph-text-align-center:before {
  content: "";
}

.ph.ph-text-align-justify:before {
  content: "";
}

.ph.ph-text-align-left:before {
  content: "";
}

.ph.ph-text-align-right:before {
  content: "";
}

.ph.ph-text-b:before,
.ph.ph-text-bolder:before {
  content: "";
}

.ph.ph-text-columns:before {
  content: "";
}

.ph.ph-text-h:before {
  content: "";
}

.ph.ph-text-h-five:before {
  content: "";
}

.ph.ph-text-h-four:before {
  content: "";
}

.ph.ph-text-h-one:before {
  content: "";
}

.ph.ph-text-h-six:before {
  content: "";
}

.ph.ph-text-h-three:before {
  content: "";
}

.ph.ph-text-h-two:before {
  content: "";
}

.ph.ph-text-indent:before {
  content: "";
}

.ph.ph-text-italic:before {
  content: "";
}

.ph.ph-text-outdent:before {
  content: "";
}

.ph.ph-text-strikethrough:before {
  content: "";
}

.ph.ph-text-subscript:before {
  content: "";
}

.ph.ph-text-superscript:before {
  content: "";
}

.ph.ph-text-t:before {
  content: "";
}

.ph.ph-text-t-slash:before {
  content: "";
}

.ph.ph-text-underline:before {
  content: "";
}

.ph.ph-textbox:before {
  content: "";
}

.ph.ph-thermometer:before {
  content: "";
}

.ph.ph-thermometer-cold:before {
  content: "";
}

.ph.ph-thermometer-hot:before {
  content: "";
}

.ph.ph-thermometer-simple:before {
  content: "";
}

.ph.ph-threads-logo:before {
  content: "";
}

.ph.ph-three-d:before {
  content: "";
}

.ph.ph-thumbs-down:before {
  content: "";
}

.ph.ph-thumbs-up:before {
  content: "";
}

.ph.ph-ticket:before {
  content: "";
}

.ph.ph-tidal-logo:before {
  content: "";
}

.ph.ph-tiktok-logo:before {
  content: "";
}

.ph.ph-tilde:before {
  content: "";
}

.ph.ph-timer:before {
  content: "";
}

.ph.ph-tip-jar:before {
  content: "";
}

.ph.ph-tipi:before {
  content: "";
}

.ph.ph-tire:before {
  content: "";
}

.ph.ph-toggle-left:before {
  content: "";
}

.ph.ph-toggle-right:before {
  content: "";
}

.ph.ph-toilet:before {
  content: "";
}

.ph.ph-toilet-paper:before {
  content: "";
}

.ph.ph-toolbox:before {
  content: "";
}

.ph.ph-tooth:before {
  content: "";
}

.ph.ph-tornado:before {
  content: "";
}

.ph.ph-tote:before {
  content: "";
}

.ph.ph-tote-simple:before {
  content: "";
}

.ph.ph-towel:before {
  content: "";
}

.ph.ph-tractor:before {
  content: "";
}

.ph.ph-trademark:before {
  content: "";
}

.ph.ph-trademark-registered:before {
  content: "";
}

.ph.ph-traffic-cone:before {
  content: "";
}

.ph.ph-traffic-sign:before {
  content: "";
}

.ph.ph-traffic-signal:before {
  content: "";
}

.ph.ph-train:before {
  content: "";
}

.ph.ph-train-regional:before {
  content: "";
}

.ph.ph-train-simple:before {
  content: "";
}

.ph.ph-tram:before {
  content: "";
}

.ph.ph-translate:before {
  content: "";
}

.ph.ph-trash:before {
  content: "";
}

.ph.ph-trash-simple:before {
  content: "";
}

.ph.ph-tray:before {
  content: "";
}

.ph.ph-tray-arrow-down:before,
.ph.ph-archive-tray:before {
  content: "";
}

.ph.ph-tray-arrow-up:before {
  content: "";
}

.ph.ph-treasure-chest:before {
  content: "";
}

.ph.ph-tree:before {
  content: "";
}

.ph.ph-tree-evergreen:before {
  content: "";
}

.ph.ph-tree-palm:before {
  content: "";
}

.ph.ph-tree-structure:before {
  content: "";
}

.ph.ph-tree-view:before {
  content: "";
}

.ph.ph-trend-down:before {
  content: "";
}

.ph.ph-trend-up:before {
  content: "";
}

.ph.ph-triangle:before {
  content: "";
}

.ph.ph-triangle-dashed:before {
  content: "";
}

.ph.ph-trolley:before {
  content: "";
}

.ph.ph-trolley-suitcase:before {
  content: "";
}

.ph.ph-trophy:before {
  content: "";
}

.ph.ph-truck:before {
  content: "";
}

.ph.ph-truck-trailer:before {
  content: "";
}

.ph.ph-tumblr-logo:before {
  content: "";
}

.ph.ph-twitch-logo:before {
  content: "";
}

.ph.ph-twitter-logo:before {
  content: "";
}

.ph.ph-umbrella:before {
  content: "";
}

.ph.ph-umbrella-simple:before {
  content: "";
}

.ph.ph-union:before {
  content: "";
}

.ph.ph-unite:before {
  content: "";
}

.ph.ph-unite-square:before {
  content: "";
}

.ph.ph-upload:before {
  content: "";
}

.ph.ph-upload-simple:before {
  content: "";
}

.ph.ph-usb:before {
  content: "";
}

.ph.ph-user:before {
  content: "";
}

.ph.ph-user-check:before {
  content: "";
}

.ph.ph-user-circle:before {
  content: "";
}

.ph.ph-user-circle-check:before {
  content: "";
}

.ph.ph-user-circle-dashed:before {
  content: "";
}

.ph.ph-user-circle-gear:before {
  content: "";
}

.ph.ph-user-circle-minus:before {
  content: "";
}

.ph.ph-user-circle-plus:before {
  content: "";
}

.ph.ph-user-focus:before {
  content: "";
}

.ph.ph-user-gear:before {
  content: "";
}

.ph.ph-user-list:before {
  content: "";
}

.ph.ph-user-minus:before {
  content: "";
}

.ph.ph-user-plus:before {
  content: "";
}

.ph.ph-user-rectangle:before {
  content: "";
}

.ph.ph-user-sound:before {
  content: "";
}

.ph.ph-user-square:before {
  content: "";
}

.ph.ph-user-switch:before {
  content: "";
}

.ph.ph-users:before {
  content: "";
}

.ph.ph-users-four:before {
  content: "";
}

.ph.ph-users-three:before {
  content: "";
}

.ph.ph-van:before {
  content: "";
}

.ph.ph-vault:before {
  content: "";
}

.ph.ph-vector-three:before {
  content: "";
}

.ph.ph-vector-two:before {
  content: "";
}

.ph.ph-vibrate:before {
  content: "";
}

.ph.ph-video:before {
  content: "";
}

.ph.ph-video-camera:before {
  content: "";
}

.ph.ph-video-camera-slash:before {
  content: "";
}

.ph.ph-video-conference:before {
  content: "";
}

.ph.ph-vignette:before {
  content: "";
}

.ph.ph-vinyl-record:before {
  content: "";
}

.ph.ph-virtual-reality:before {
  content: "";
}

.ph.ph-virus:before {
  content: "";
}

.ph.ph-visor:before {
  content: "";
}

.ph.ph-voicemail:before {
  content: "";
}

.ph.ph-volleyball:before {
  content: "";
}

.ph.ph-wall:before {
  content: "";
}

.ph.ph-wallet:before {
  content: "";
}

.ph.ph-warehouse:before {
  content: "";
}

.ph.ph-warning:before {
  content: "";
}

.ph.ph-warning-circle:before {
  content: "";
}

.ph.ph-warning-diamond:before {
  content: "";
}

.ph.ph-warning-octagon:before {
  content: "";
}

.ph.ph-washing-machine:before {
  content: "";
}

.ph.ph-watch:before {
  content: "";
}

.ph.ph-wave-sawtooth:before {
  content: "";
}

.ph.ph-wave-sine:before {
  content: "";
}

.ph.ph-wave-square:before {
  content: "";
}

.ph.ph-wave-triangle:before {
  content: "";
}

.ph.ph-waveform:before {
  content: "";
}

.ph.ph-waveform-slash:before {
  content: "";
}

.ph.ph-waves:before {
  content: "";
}

.ph.ph-webcam:before {
  content: "";
}

.ph.ph-webcam-slash:before {
  content: "";
}

.ph.ph-webhooks-logo:before {
  content: "";
}

.ph.ph-wechat-logo:before {
  content: "";
}

.ph.ph-whatsapp-logo:before {
  content: "";
}

.ph.ph-wheelchair:before {
  content: "";
}

.ph.ph-wheelchair-motion:before {
  content: "";
}

.ph.ph-wifi-high:before {
  content: "";
}

.ph.ph-wifi-low:before {
  content: "";
}

.ph.ph-wifi-medium:before {
  content: "";
}

.ph.ph-wifi-none:before {
  content: "";
}

.ph.ph-wifi-slash:before {
  content: "";
}

.ph.ph-wifi-x:before {
  content: "";
}

.ph.ph-wind:before {
  content: "";
}

.ph.ph-windmill:before {
  content: "";
}

.ph.ph-windows-logo:before {
  content: "";
}

.ph.ph-wine:before {
  content: "";
}

.ph.ph-wrench:before {
  content: "";
}

.ph.ph-x:before {
  content: "";
}

.ph.ph-x-circle:before {
  content: "";
}

.ph.ph-x-logo:before {
  content: "";
}

.ph.ph-x-square:before {
  content: "";
}

.ph.ph-yarn:before {
  content: "";
}

.ph.ph-yin-yang:before {
  content: "";
}

.ph.ph-youtube-logo:before {
  content: "";
}

@font-face {
  font-family: Phosphor-Fill;
  src:
    url("./Phosphor-Fill.woff2") format("woff2"),
    url("./Phosphor-Fill.woff") format("woff"),
    url("./Phosphor-Fill.ttf") format("truetype"),
    url("./Phosphor-Fill.svg#Phosphor-Fill") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-fill {
  speak: never;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: Phosphor-Fill !important;
}

.ph-fill.ph-acorn:before {
  content: "";
}

.ph-fill.ph-address-book:before {
  content: "";
}

.ph-fill.ph-address-book-tabs:before {
  content: "";
}

.ph-fill.ph-air-traffic-control:before {
  content: "";
}

.ph-fill.ph-airplane:before {
  content: "";
}

.ph-fill.ph-airplane-in-flight:before {
  content: "";
}

.ph-fill.ph-airplane-landing:before {
  content: "";
}

.ph-fill.ph-airplane-takeoff:before {
  content: "";
}

.ph-fill.ph-airplane-taxiing:before {
  content: "";
}

.ph-fill.ph-airplane-tilt:before {
  content: "";
}

.ph-fill.ph-airplay:before {
  content: "";
}

.ph-fill.ph-alarm:before {
  content: "";
}

.ph-fill.ph-alien:before {
  content: "";
}

.ph-fill.ph-align-bottom:before {
  content: "";
}

.ph-fill.ph-align-bottom-simple:before {
  content: "";
}

.ph-fill.ph-align-center-horizontal:before {
  content: "";
}

.ph-fill.ph-align-center-horizontal-simple:before {
  content: "";
}

.ph-fill.ph-align-center-vertical:before {
  content: "";
}

.ph-fill.ph-align-center-vertical-simple:before {
  content: "";
}

.ph-fill.ph-align-left:before {
  content: "";
}

.ph-fill.ph-align-left-simple:before {
  content: "";
}

.ph-fill.ph-align-right:before {
  content: "";
}

.ph-fill.ph-align-right-simple:before {
  content: "";
}

.ph-fill.ph-align-top:before {
  content: "";
}

.ph-fill.ph-align-top-simple:before {
  content: "";
}

.ph-fill.ph-amazon-logo:before {
  content: "";
}

.ph-fill.ph-ambulance:before {
  content: "";
}

.ph-fill.ph-anchor:before {
  content: "";
}

.ph-fill.ph-anchor-simple:before {
  content: "";
}

.ph-fill.ph-android-logo:before {
  content: "";
}

.ph-fill.ph-angle:before {
  content: "";
}

.ph-fill.ph-angular-logo:before {
  content: "";
}

.ph-fill.ph-aperture:before {
  content: "";
}

.ph-fill.ph-app-store-logo:before {
  content: "";
}

.ph-fill.ph-app-window:before {
  content: "";
}

.ph-fill.ph-apple-logo:before {
  content: "";
}

.ph-fill.ph-apple-podcasts-logo:before {
  content: "";
}

.ph-fill.ph-approximate-equals:before {
  content: "";
}

.ph-fill.ph-archive:before {
  content: "";
}

.ph-fill.ph-armchair:before {
  content: "";
}

.ph-fill.ph-arrow-arc-left:before {
  content: "";
}

.ph-fill.ph-arrow-arc-right:before {
  content: "";
}

.ph-fill.ph-arrow-bend-double-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-bend-double-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-bend-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-bend-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-bend-left-down:before {
  content: "";
}

.ph-fill.ph-arrow-bend-left-up:before {
  content: "";
}

.ph-fill.ph-arrow-bend-right-down:before {
  content: "";
}

.ph-fill.ph-arrow-bend-right-up:before {
  content: "";
}

.ph-fill.ph-arrow-bend-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-bend-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-circle-down:before {
  content: "";
}

.ph-fill.ph-arrow-circle-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-circle-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-circle-left:before {
  content: "";
}

.ph-fill.ph-arrow-circle-right:before {
  content: "";
}

.ph-fill.ph-arrow-circle-up:before {
  content: "";
}

.ph-fill.ph-arrow-circle-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-circle-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-clockwise:before {
  content: "";
}

.ph-fill.ph-arrow-counter-clockwise:before {
  content: "";
}

.ph-fill.ph-arrow-down:before {
  content: "";
}

.ph-fill.ph-arrow-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-left:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-left-down:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-left-up:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-right:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-right-down:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-right-up:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-fat-down:before {
  content: "";
}

.ph-fill.ph-arrow-fat-left:before {
  content: "";
}

.ph-fill.ph-arrow-fat-line-down:before {
  content: "";
}

.ph-fill.ph-arrow-fat-line-left:before {
  content: "";
}

.ph-fill.ph-arrow-fat-line-right:before {
  content: "";
}

.ph-fill.ph-arrow-fat-line-up:before {
  content: "";
}

.ph-fill.ph-arrow-fat-lines-down:before {
  content: "";
}

.ph-fill.ph-arrow-fat-lines-left:before {
  content: "";
}

.ph-fill.ph-arrow-fat-lines-right:before {
  content: "";
}

.ph-fill.ph-arrow-fat-lines-up:before {
  content: "";
}

.ph-fill.ph-arrow-fat-right:before {
  content: "";
}

.ph-fill.ph-arrow-fat-up:before {
  content: "";
}

.ph-fill.ph-arrow-left:before {
  content: "";
}

.ph-fill.ph-arrow-line-down:before {
  content: "";
}

.ph-fill.ph-arrow-line-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-line-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-line-left:before {
  content: "";
}

.ph-fill.ph-arrow-line-right:before {
  content: "";
}

.ph-fill.ph-arrow-line-up:before {
  content: "";
}

.ph-fill.ph-arrow-line-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-line-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-right:before {
  content: "";
}

.ph-fill.ph-arrow-square-down:before {
  content: "";
}

.ph-fill.ph-arrow-square-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-square-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-square-in:before {
  content: "";
}

.ph-fill.ph-arrow-square-left:before {
  content: "";
}

.ph-fill.ph-arrow-square-out:before {
  content: "";
}

.ph-fill.ph-arrow-square-right:before {
  content: "";
}

.ph-fill.ph-arrow-square-up:before {
  content: "";
}

.ph-fill.ph-arrow-square-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-square-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-u-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-u-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-u-left-down:before {
  content: "";
}

.ph-fill.ph-arrow-u-left-up:before {
  content: "";
}

.ph-fill.ph-arrow-u-right-down:before {
  content: "";
}

.ph-fill.ph-arrow-u-right-up:before {
  content: "";
}

.ph-fill.ph-arrow-u-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-u-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-up:before {
  content: "";
}

.ph-fill.ph-arrow-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-up-right:before {
  content: "";
}

.ph-fill.ph-arrows-clockwise:before {
  content: "";
}

.ph-fill.ph-arrows-counter-clockwise:before {
  content: "";
}

.ph-fill.ph-arrows-down-up:before {
  content: "";
}

.ph-fill.ph-arrows-horizontal:before {
  content: "";
}

.ph-fill.ph-arrows-in:before {
  content: "";
}

.ph-fill.ph-arrows-in-cardinal:before {
  content: "";
}

.ph-fill.ph-arrows-in-line-horizontal:before {
  content: "";
}

.ph-fill.ph-arrows-in-line-vertical:before {
  content: "";
}

.ph-fill.ph-arrows-in-simple:before {
  content: "";
}

.ph-fill.ph-arrows-left-right:before {
  content: "";
}

.ph-fill.ph-arrows-merge:before {
  content: "";
}

.ph-fill.ph-arrows-out:before {
  content: "";
}

.ph-fill.ph-arrows-out-cardinal:before {
  content: "";
}

.ph-fill.ph-arrows-out-line-horizontal:before {
  content: "";
}

.ph-fill.ph-arrows-out-line-vertical:before {
  content: "";
}

.ph-fill.ph-arrows-out-simple:before {
  content: "";
}

.ph-fill.ph-arrows-split:before {
  content: "";
}

.ph-fill.ph-arrows-vertical:before {
  content: "";
}

.ph-fill.ph-article:before {
  content: "";
}

.ph-fill.ph-article-medium:before {
  content: "";
}

.ph-fill.ph-article-ny-times:before {
  content: "";
}

.ph-fill.ph-asclepius:before,
.ph-fill.ph-caduceus:before {
  content: "";
}

.ph-fill.ph-asterisk:before {
  content: "";
}

.ph-fill.ph-asterisk-simple:before {
  content: "";
}

.ph-fill.ph-at:before {
  content: "";
}

.ph-fill.ph-atom:before {
  content: "";
}

.ph-fill.ph-avocado:before {
  content: "";
}

.ph-fill.ph-axe:before {
  content: "";
}

.ph-fill.ph-baby:before {
  content: "";
}

.ph-fill.ph-baby-carriage:before {
  content: "";
}

.ph-fill.ph-backpack:before {
  content: "";
}

.ph-fill.ph-backspace:before {
  content: "";
}

.ph-fill.ph-bag:before {
  content: "";
}

.ph-fill.ph-bag-simple:before {
  content: "";
}

.ph-fill.ph-balloon:before {
  content: "";
}

.ph-fill.ph-bandaids:before {
  content: "";
}

.ph-fill.ph-bank:before {
  content: "";
}

.ph-fill.ph-barbell:before {
  content: "";
}

.ph-fill.ph-barcode:before {
  content: "";
}

.ph-fill.ph-barn:before {
  content: "";
}

.ph-fill.ph-barricade:before {
  content: "";
}

.ph-fill.ph-baseball:before {
  content: "";
}

.ph-fill.ph-baseball-cap:before {
  content: "";
}

.ph-fill.ph-baseball-helmet:before {
  content: "";
}

.ph-fill.ph-basket:before {
  content: "";
}

.ph-fill.ph-basketball:before {
  content: "";
}

.ph-fill.ph-bathtub:before {
  content: "";
}

.ph-fill.ph-battery-charging:before {
  content: "";
}

.ph-fill.ph-battery-charging-vertical:before {
  content: "";
}

.ph-fill.ph-battery-empty:before {
  content: "";
}

.ph-fill.ph-battery-full:before {
  content: "";
}

.ph-fill.ph-battery-high:before {
  content: "";
}

.ph-fill.ph-battery-low:before {
  content: "";
}

.ph-fill.ph-battery-medium:before {
  content: "";
}

.ph-fill.ph-battery-plus:before {
  content: "";
}

.ph-fill.ph-battery-plus-vertical:before {
  content: "";
}

.ph-fill.ph-battery-vertical-empty:before {
  content: "";
}

.ph-fill.ph-battery-vertical-full:before {
  content: "";
}

.ph-fill.ph-battery-vertical-high:before {
  content: "";
}

.ph-fill.ph-battery-vertical-low:before {
  content: "";
}

.ph-fill.ph-battery-vertical-medium:before {
  content: "";
}

.ph-fill.ph-battery-warning:before {
  content: "";
}

.ph-fill.ph-battery-warning-vertical:before {
  content: "";
}

.ph-fill.ph-beach-ball:before {
  content: "";
}

.ph-fill.ph-beanie:before {
  content: "";
}

.ph-fill.ph-bed:before {
  content: "";
}

.ph-fill.ph-beer-bottle:before {
  content: "";
}

.ph-fill.ph-beer-stein:before {
  content: "";
}

.ph-fill.ph-behance-logo:before {
  content: "";
}

.ph-fill.ph-bell:before {
  content: "";
}

.ph-fill.ph-bell-ringing:before {
  content: "";
}

.ph-fill.ph-bell-simple:before {
  content: "";
}

.ph-fill.ph-bell-simple-ringing:before {
  content: "";
}

.ph-fill.ph-bell-simple-slash:before {
  content: "";
}

.ph-fill.ph-bell-simple-z:before {
  content: "";
}

.ph-fill.ph-bell-slash:before {
  content: "";
}

.ph-fill.ph-bell-z:before {
  content: "";
}

.ph-fill.ph-belt:before {
  content: "";
}

.ph-fill.ph-bezier-curve:before {
  content: "";
}

.ph-fill.ph-bicycle:before {
  content: "";
}

.ph-fill.ph-binary:before {
  content: "";
}

.ph-fill.ph-binoculars:before {
  content: "";
}

.ph-fill.ph-biohazard:before {
  content: "";
}

.ph-fill.ph-bird:before {
  content: "";
}

.ph-fill.ph-blueprint:before {
  content: "";
}

.ph-fill.ph-bluetooth:before {
  content: "";
}

.ph-fill.ph-bluetooth-connected:before {
  content: "";
}

.ph-fill.ph-bluetooth-slash:before {
  content: "";
}

.ph-fill.ph-bluetooth-x:before {
  content: "";
}

.ph-fill.ph-boat:before {
  content: "";
}

.ph-fill.ph-bomb:before {
  content: "";
}

.ph-fill.ph-bone:before {
  content: "";
}

.ph-fill.ph-book:before {
  content: "";
}

.ph-fill.ph-book-bookmark:before {
  content: "";
}

.ph-fill.ph-book-open:before {
  content: "";
}

.ph-fill.ph-book-open-text:before {
  content: "";
}

.ph-fill.ph-book-open-user:before {
  content: "";
}

.ph-fill.ph-bookmark:before {
  content: "";
}

.ph-fill.ph-bookmark-simple:before {
  content: "";
}

.ph-fill.ph-bookmarks:before {
  content: "";
}

.ph-fill.ph-bookmarks-simple:before {
  content: "";
}

.ph-fill.ph-books:before {
  content: "";
}

.ph-fill.ph-boot:before {
  content: "";
}

.ph-fill.ph-boules:before {
  content: "";
}

.ph-fill.ph-bounding-box:before {
  content: "";
}

.ph-fill.ph-bowl-food:before {
  content: "";
}

.ph-fill.ph-bowl-steam:before {
  content: "";
}

.ph-fill.ph-bowling-ball:before {
  content: "";
}

.ph-fill.ph-box-arrow-down:before,
.ph-fill.ph-archive-box:before {
  content: "";
}

.ph-fill.ph-box-arrow-up:before {
  content: "";
}

.ph-fill.ph-boxing-glove:before {
  content: "";
}

.ph-fill.ph-brackets-angle:before {
  content: "";
}

.ph-fill.ph-brackets-curly:before {
  content: "";
}

.ph-fill.ph-brackets-round:before {
  content: "";
}

.ph-fill.ph-brackets-square:before {
  content: "";
}

.ph-fill.ph-brain:before {
  content: "";
}

.ph-fill.ph-brandy:before {
  content: "";
}

.ph-fill.ph-bread:before {
  content: "";
}

.ph-fill.ph-bridge:before {
  content: "";
}

.ph-fill.ph-briefcase:before {
  content: "";
}

.ph-fill.ph-briefcase-metal:before {
  content: "";
}

.ph-fill.ph-broadcast:before {
  content: "";
}

.ph-fill.ph-broom:before {
  content: "";
}

.ph-fill.ph-browser:before {
  content: "";
}

.ph-fill.ph-browsers:before {
  content: "";
}

.ph-fill.ph-bug:before {
  content: "";
}

.ph-fill.ph-bug-beetle:before {
  content: "";
}

.ph-fill.ph-bug-droid:before {
  content: "";
}

.ph-fill.ph-building:before {
  content: "";
}

.ph-fill.ph-building-apartment:before {
  content: "";
}

.ph-fill.ph-building-office:before {
  content: "";
}

.ph-fill.ph-buildings:before {
  content: "";
}

.ph-fill.ph-bulldozer:before {
  content: "";
}

.ph-fill.ph-bus:before {
  content: "";
}

.ph-fill.ph-butterfly:before {
  content: "";
}

.ph-fill.ph-cable-car:before {
  content: "";
}

.ph-fill.ph-cactus:before {
  content: "";
}

.ph-fill.ph-cake:before {
  content: "";
}

.ph-fill.ph-calculator:before {
  content: "";
}

.ph-fill.ph-calendar:before {
  content: "";
}

.ph-fill.ph-calendar-blank:before {
  content: "";
}

.ph-fill.ph-calendar-check:before {
  content: "";
}

.ph-fill.ph-calendar-dot:before {
  content: "";
}

.ph-fill.ph-calendar-dots:before {
  content: "";
}

.ph-fill.ph-calendar-heart:before {
  content: "";
}

.ph-fill.ph-calendar-minus:before {
  content: "";
}

.ph-fill.ph-calendar-plus:before {
  content: "";
}

.ph-fill.ph-calendar-slash:before {
  content: "";
}

.ph-fill.ph-calendar-star:before {
  content: "";
}

.ph-fill.ph-calendar-x:before {
  content: "";
}

.ph-fill.ph-call-bell:before {
  content: "";
}

.ph-fill.ph-camera:before {
  content: "";
}

.ph-fill.ph-camera-plus:before {
  content: "";
}

.ph-fill.ph-camera-rotate:before {
  content: "";
}

.ph-fill.ph-camera-slash:before {
  content: "";
}

.ph-fill.ph-campfire:before {
  content: "";
}

.ph-fill.ph-car:before {
  content: "";
}

.ph-fill.ph-car-battery:before {
  content: "";
}

.ph-fill.ph-car-profile:before {
  content: "";
}

.ph-fill.ph-car-simple:before {
  content: "";
}

.ph-fill.ph-cardholder:before {
  content: "";
}

.ph-fill.ph-cards:before {
  content: "";
}

.ph-fill.ph-cards-three:before {
  content: "";
}

.ph-fill.ph-caret-circle-double-down:before {
  content: "";
}

.ph-fill.ph-caret-circle-double-left:before {
  content: "";
}

.ph-fill.ph-caret-circle-double-right:before {
  content: "";
}

.ph-fill.ph-caret-circle-double-up:before {
  content: "";
}

.ph-fill.ph-caret-circle-down:before {
  content: "";
}

.ph-fill.ph-caret-circle-left:before {
  content: "";
}

.ph-fill.ph-caret-circle-right:before {
  content: "";
}

.ph-fill.ph-caret-circle-up:before {
  content: "";
}

.ph-fill.ph-caret-circle-up-down:before {
  content: "";
}

.ph-fill.ph-caret-double-down:before {
  content: "";
}

.ph-fill.ph-caret-double-left:before {
  content: "";
}

.ph-fill.ph-caret-double-right:before {
  content: "";
}

.ph-fill.ph-caret-double-up:before {
  content: "";
}

.ph-fill.ph-caret-down:before {
  content: "";
}

.ph-fill.ph-caret-left:before {
  content: "";
}

.ph-fill.ph-caret-line-down:before {
  content: "";
}

.ph-fill.ph-caret-line-left:before {
  content: "";
}

.ph-fill.ph-caret-line-right:before {
  content: "";
}

.ph-fill.ph-caret-line-up:before {
  content: "";
}

.ph-fill.ph-caret-right:before {
  content: "";
}

.ph-fill.ph-caret-up:before {
  content: "";
}

.ph-fill.ph-caret-up-down:before {
  content: "";
}

.ph-fill.ph-carrot:before {
  content: "";
}

.ph-fill.ph-cash-register:before {
  content: "";
}

.ph-fill.ph-cassette-tape:before {
  content: "";
}

.ph-fill.ph-castle-turret:before {
  content: "";
}

.ph-fill.ph-cat:before {
  content: "";
}

.ph-fill.ph-cell-signal-full:before {
  content: "";
}

.ph-fill.ph-cell-signal-high:before {
  content: "";
}

.ph-fill.ph-cell-signal-low:before {
  content: "";
}

.ph-fill.ph-cell-signal-medium:before {
  content: "";
}

.ph-fill.ph-cell-signal-none:before {
  content: "";
}

.ph-fill.ph-cell-signal-slash:before {
  content: "";
}

.ph-fill.ph-cell-signal-x:before {
  content: "";
}

.ph-fill.ph-cell-tower:before {
  content: "";
}

.ph-fill.ph-certificate:before {
  content: "";
}

.ph-fill.ph-chair:before {
  content: "";
}

.ph-fill.ph-chalkboard:before {
  content: "";
}

.ph-fill.ph-chalkboard-simple:before {
  content: "";
}

.ph-fill.ph-chalkboard-teacher:before {
  content: "";
}

.ph-fill.ph-champagne:before {
  content: "";
}

.ph-fill.ph-charging-station:before {
  content: "";
}

.ph-fill.ph-chart-bar:before {
  content: "";
}

.ph-fill.ph-chart-bar-horizontal:before {
  content: "";
}

.ph-fill.ph-chart-donut:before {
  content: "";
}

.ph-fill.ph-chart-line:before {
  content: "";
}

.ph-fill.ph-chart-line-down:before {
  content: "";
}

.ph-fill.ph-chart-line-up:before {
  content: "";
}

.ph-fill.ph-chart-pie:before {
  content: "";
}

.ph-fill.ph-chart-pie-slice:before {
  content: "";
}

.ph-fill.ph-chart-polar:before {
  content: "";
}

.ph-fill.ph-chart-scatter:before {
  content: "";
}

.ph-fill.ph-chat:before {
  content: "";
}

.ph-fill.ph-chat-centered:before {
  content: "";
}

.ph-fill.ph-chat-centered-dots:before {
  content: "";
}

.ph-fill.ph-chat-centered-slash:before {
  content: "";
}

.ph-fill.ph-chat-centered-text:before {
  content: "";
}

.ph-fill.ph-chat-circle:before {
  content: "";
}

.ph-fill.ph-chat-circle-dots:before {
  content: "";
}

.ph-fill.ph-chat-circle-slash:before {
  content: "";
}

.ph-fill.ph-chat-circle-text:before {
  content: "";
}

.ph-fill.ph-chat-dots:before {
  content: "";
}

.ph-fill.ph-chat-slash:before {
  content: "";
}

.ph-fill.ph-chat-teardrop:before {
  content: "";
}

.ph-fill.ph-chat-teardrop-dots:before {
  content: "";
}

.ph-fill.ph-chat-teardrop-slash:before {
  content: "";
}

.ph-fill.ph-chat-teardrop-text:before {
  content: "";
}

.ph-fill.ph-chat-text:before {
  content: "";
}

.ph-fill.ph-chats:before {
  content: "";
}

.ph-fill.ph-chats-circle:before {
  content: "";
}

.ph-fill.ph-chats-teardrop:before {
  content: "";
}

.ph-fill.ph-check:before {
  content: "";
}

.ph-fill.ph-check-circle:before {
  content: "";
}

.ph-fill.ph-check-fat:before {
  content: "";
}

.ph-fill.ph-check-square:before {
  content: "";
}

.ph-fill.ph-check-square-offset:before {
  content: "";
}

.ph-fill.ph-checkerboard:before {
  content: "";
}

.ph-fill.ph-checks:before {
  content: "";
}

.ph-fill.ph-cheers:before {
  content: "";
}

.ph-fill.ph-cheese:before {
  content: "";
}

.ph-fill.ph-chef-hat:before {
  content: "";
}

.ph-fill.ph-cherries:before {
  content: "";
}

.ph-fill.ph-church:before {
  content: "";
}

.ph-fill.ph-cigarette:before {
  content: "";
}

.ph-fill.ph-cigarette-slash:before {
  content: "";
}

.ph-fill.ph-circle:before {
  content: "";
}

.ph-fill.ph-circle-dashed:before {
  content: "";
}

.ph-fill.ph-circle-half:before {
  content: "";
}

.ph-fill.ph-circle-half-tilt:before {
  content: "";
}

.ph-fill.ph-circle-notch:before {
  content: "";
}

.ph-fill.ph-circles-four:before {
  content: "";
}

.ph-fill.ph-circles-three:before {
  content: "";
}

.ph-fill.ph-circles-three-plus:before {
  content: "";
}

.ph-fill.ph-circuitry:before {
  content: "";
}

.ph-fill.ph-city:before {
  content: "";
}

.ph-fill.ph-clipboard:before {
  content: "";
}

.ph-fill.ph-clipboard-text:before {
  content: "";
}

.ph-fill.ph-clock:before {
  content: "";
}

.ph-fill.ph-clock-afternoon:before {
  content: "";
}

.ph-fill.ph-clock-clockwise:before {
  content: "";
}

.ph-fill.ph-clock-countdown:before {
  content: "";
}

.ph-fill.ph-clock-counter-clockwise:before {
  content: "";
}

.ph-fill.ph-clock-user:before {
  content: "";
}

.ph-fill.ph-closed-captioning:before {
  content: "";
}

.ph-fill.ph-cloud:before {
  content: "";
}

.ph-fill.ph-cloud-arrow-down:before {
  content: "";
}

.ph-fill.ph-cloud-arrow-up:before {
  content: "";
}

.ph-fill.ph-cloud-check:before {
  content: "";
}

.ph-fill.ph-cloud-fog:before {
  content: "";
}

.ph-fill.ph-cloud-lightning:before {
  content: "";
}

.ph-fill.ph-cloud-moon:before {
  content: "";
}

.ph-fill.ph-cloud-rain:before {
  content: "";
}

.ph-fill.ph-cloud-slash:before {
  content: "";
}

.ph-fill.ph-cloud-snow:before {
  content: "";
}

.ph-fill.ph-cloud-sun:before {
  content: "";
}

.ph-fill.ph-cloud-warning:before {
  content: "";
}

.ph-fill.ph-cloud-x:before {
  content: "";
}

.ph-fill.ph-clover:before {
  content: "";
}

.ph-fill.ph-club:before {
  content: "";
}

.ph-fill.ph-coat-hanger:before {
  content: "";
}

.ph-fill.ph-coda-logo:before {
  content: "";
}

.ph-fill.ph-code:before {
  content: "";
}

.ph-fill.ph-code-block:before {
  content: "";
}

.ph-fill.ph-code-simple:before {
  content: "";
}

.ph-fill.ph-codepen-logo:before {
  content: "";
}

.ph-fill.ph-codesandbox-logo:before {
  content: "";
}

.ph-fill.ph-coffee:before {
  content: "";
}

.ph-fill.ph-coffee-bean:before {
  content: "";
}

.ph-fill.ph-coin:before {
  content: "";
}

.ph-fill.ph-coin-vertical:before {
  content: "";
}

.ph-fill.ph-coins:before {
  content: "";
}

.ph-fill.ph-columns:before {
  content: "";
}

.ph-fill.ph-columns-plus-left:before {
  content: "";
}

.ph-fill.ph-columns-plus-right:before {
  content: "";
}

.ph-fill.ph-command:before {
  content: "";
}

.ph-fill.ph-compass:before {
  content: "";
}

.ph-fill.ph-compass-rose:before {
  content: "";
}

.ph-fill.ph-compass-tool:before {
  content: "";
}

.ph-fill.ph-computer-tower:before {
  content: "";
}

.ph-fill.ph-confetti:before {
  content: "";
}

.ph-fill.ph-contactless-payment:before {
  content: "";
}

.ph-fill.ph-control:before {
  content: "";
}

.ph-fill.ph-cookie:before {
  content: "";
}

.ph-fill.ph-cooking-pot:before {
  content: "";
}

.ph-fill.ph-copy:before {
  content: "";
}

.ph-fill.ph-copy-simple:before {
  content: "";
}

.ph-fill.ph-copyleft:before {
  content: "";
}

.ph-fill.ph-copyright:before {
  content: "";
}

.ph-fill.ph-corners-in:before {
  content: "";
}

.ph-fill.ph-corners-out:before {
  content: "";
}

.ph-fill.ph-couch:before {
  content: "";
}

.ph-fill.ph-court-basketball:before {
  content: "";
}

.ph-fill.ph-cow:before {
  content: "";
}

.ph-fill.ph-cowboy-hat:before {
  content: "";
}

.ph-fill.ph-cpu:before {
  content: "";
}

.ph-fill.ph-crane:before {
  content: "";
}

.ph-fill.ph-crane-tower:before {
  content: "";
}

.ph-fill.ph-credit-card:before {
  content: "";
}

.ph-fill.ph-cricket:before {
  content: "";
}

.ph-fill.ph-crop:before {
  content: "";
}

.ph-fill.ph-cross:before {
  content: "";
}

.ph-fill.ph-crosshair:before {
  content: "";
}

.ph-fill.ph-crosshair-simple:before {
  content: "";
}

.ph-fill.ph-crown:before {
  content: "";
}

.ph-fill.ph-crown-cross:before {
  content: "";
}

.ph-fill.ph-crown-simple:before {
  content: "";
}

.ph-fill.ph-cube:before {
  content: "";
}

.ph-fill.ph-cube-focus:before {
  content: "";
}

.ph-fill.ph-cube-transparent:before {
  content: "";
}

.ph-fill.ph-currency-btc:before {
  content: "";
}

.ph-fill.ph-currency-circle-dollar:before {
  content: "";
}

.ph-fill.ph-currency-cny:before {
  content: "";
}

.ph-fill.ph-currency-dollar:before {
  content: "";
}

.ph-fill.ph-currency-dollar-simple:before {
  content: "";
}

.ph-fill.ph-currency-eth:before {
  content: "";
}

.ph-fill.ph-currency-eur:before {
  content: "";
}

.ph-fill.ph-currency-gbp:before {
  content: "";
}

.ph-fill.ph-currency-inr:before {
  content: "";
}

.ph-fill.ph-currency-jpy:before {
  content: "";
}

.ph-fill.ph-currency-krw:before {
  content: "";
}

.ph-fill.ph-currency-kzt:before {
  content: "";
}

.ph-fill.ph-currency-ngn:before {
  content: "";
}

.ph-fill.ph-currency-rub:before {
  content: "";
}

.ph-fill.ph-cursor:before {
  content: "";
}

.ph-fill.ph-cursor-click:before {
  content: "";
}

.ph-fill.ph-cursor-text:before {
  content: "";
}

.ph-fill.ph-cylinder:before {
  content: "";
}

.ph-fill.ph-database:before {
  content: "";
}

.ph-fill.ph-desk:before {
  content: "";
}

.ph-fill.ph-desktop:before {
  content: "";
}

.ph-fill.ph-desktop-tower:before {
  content: "";
}

.ph-fill.ph-detective:before {
  content: "";
}

.ph-fill.ph-dev-to-logo:before {
  content: "";
}

.ph-fill.ph-device-mobile:before {
  content: "";
}

.ph-fill.ph-device-mobile-camera:before {
  content: "";
}

.ph-fill.ph-device-mobile-slash:before {
  content: "";
}

.ph-fill.ph-device-mobile-speaker:before {
  content: "";
}

.ph-fill.ph-device-rotate:before {
  content: "";
}

.ph-fill.ph-device-tablet:before {
  content: "";
}

.ph-fill.ph-device-tablet-camera:before {
  content: "";
}

.ph-fill.ph-device-tablet-speaker:before {
  content: "";
}

.ph-fill.ph-devices:before {
  content: "";
}

.ph-fill.ph-diamond:before {
  content: "";
}

.ph-fill.ph-diamonds-four:before {
  content: "";
}

.ph-fill.ph-dice-five:before {
  content: "";
}

.ph-fill.ph-dice-four:before {
  content: "";
}

.ph-fill.ph-dice-one:before {
  content: "";
}

.ph-fill.ph-dice-six:before {
  content: "";
}

.ph-fill.ph-dice-three:before {
  content: "";
}

.ph-fill.ph-dice-two:before {
  content: "";
}

.ph-fill.ph-disc:before {
  content: "";
}

.ph-fill.ph-disco-ball:before {
  content: "";
}

.ph-fill.ph-discord-logo:before {
  content: "";
}

.ph-fill.ph-divide:before {
  content: "";
}

.ph-fill.ph-dna:before {
  content: "";
}

.ph-fill.ph-dog:before {
  content: "";
}

.ph-fill.ph-door:before {
  content: "";
}

.ph-fill.ph-door-open:before {
  content: "";
}

.ph-fill.ph-dot:before {
  content: "";
}

.ph-fill.ph-dot-outline:before {
  content: "";
}

.ph-fill.ph-dots-nine:before {
  content: "";
}

.ph-fill.ph-dots-six:before {
  content: "";
}

.ph-fill.ph-dots-six-vertical:before {
  content: "";
}

.ph-fill.ph-dots-three:before {
  content: "";
}

.ph-fill.ph-dots-three-circle:before {
  content: "";
}

.ph-fill.ph-dots-three-circle-vertical:before {
  content: "";
}

.ph-fill.ph-dots-three-outline:before {
  content: "";
}

.ph-fill.ph-dots-three-outline-vertical:before {
  content: "";
}

.ph-fill.ph-dots-three-vertical:before {
  content: "";
}

.ph-fill.ph-download:before {
  content: "";
}

.ph-fill.ph-download-simple:before {
  content: "";
}

.ph-fill.ph-dress:before {
  content: "";
}

.ph-fill.ph-dresser:before {
  content: "";
}

.ph-fill.ph-dribbble-logo:before {
  content: "";
}

.ph-fill.ph-drone:before {
  content: "";
}

.ph-fill.ph-drop:before {
  content: "";
}

.ph-fill.ph-drop-half:before {
  content: "";
}

.ph-fill.ph-drop-half-bottom:before {
  content: "";
}

.ph-fill.ph-drop-simple:before {
  content: "";
}

.ph-fill.ph-drop-slash:before {
  content: "";
}

.ph-fill.ph-dropbox-logo:before {
  content: "";
}

.ph-fill.ph-ear:before {
  content: "";
}

.ph-fill.ph-ear-slash:before {
  content: "";
}

.ph-fill.ph-egg:before {
  content: "";
}

.ph-fill.ph-egg-crack:before {
  content: "";
}

.ph-fill.ph-eject:before {
  content: "";
}

.ph-fill.ph-eject-simple:before {
  content: "";
}

.ph-fill.ph-elevator:before {
  content: "";
}

.ph-fill.ph-empty:before {
  content: "";
}

.ph-fill.ph-engine:before {
  content: "";
}

.ph-fill.ph-envelope:before {
  content: "";
}

.ph-fill.ph-envelope-open:before {
  content: "";
}

.ph-fill.ph-envelope-simple:before {
  content: "";
}

.ph-fill.ph-envelope-simple-open:before {
  content: "";
}

.ph-fill.ph-equalizer:before {
  content: "";
}

.ph-fill.ph-equals:before {
  content: "";
}

.ph-fill.ph-eraser:before {
  content: "";
}

.ph-fill.ph-escalator-down:before {
  content: "";
}

.ph-fill.ph-escalator-up:before {
  content: "";
}

.ph-fill.ph-exam:before {
  content: "";
}

.ph-fill.ph-exclamation-mark:before {
  content: "";
}

.ph-fill.ph-exclude:before {
  content: "";
}

.ph-fill.ph-exclude-square:before {
  content: "";
}

.ph-fill.ph-export:before {
  content: "";
}

.ph-fill.ph-eye:before {
  content: "";
}

.ph-fill.ph-eye-closed:before {
  content: "";
}

.ph-fill.ph-eye-slash:before {
  content: "";
}

.ph-fill.ph-eyedropper:before {
  content: "";
}

.ph-fill.ph-eyedropper-sample:before {
  content: "";
}

.ph-fill.ph-eyeglasses:before {
  content: "";
}

.ph-fill.ph-eyes:before {
  content: "";
}

.ph-fill.ph-face-mask:before {
  content: "";
}

.ph-fill.ph-facebook-logo:before {
  content: "";
}

.ph-fill.ph-factory:before {
  content: "";
}

.ph-fill.ph-faders:before {
  content: "";
}

.ph-fill.ph-faders-horizontal:before {
  content: "";
}

.ph-fill.ph-fallout-shelter:before {
  content: "";
}

.ph-fill.ph-fan:before {
  content: "";
}

.ph-fill.ph-farm:before {
  content: "";
}

.ph-fill.ph-fast-forward:before {
  content: "";
}

.ph-fill.ph-fast-forward-circle:before {
  content: "";
}

.ph-fill.ph-feather:before {
  content: "";
}

.ph-fill.ph-fediverse-logo:before {
  content: "";
}

.ph-fill.ph-figma-logo:before {
  content: "";
}

.ph-fill.ph-file:before {
  content: "";
}

.ph-fill.ph-file-archive:before {
  content: "";
}

.ph-fill.ph-file-arrow-down:before {
  content: "";
}

.ph-fill.ph-file-arrow-up:before {
  content: "";
}

.ph-fill.ph-file-audio:before {
  content: "";
}

.ph-fill.ph-file-c:before {
  content: "";
}

.ph-fill.ph-file-c-sharp:before {
  content: "";
}

.ph-fill.ph-file-cloud:before {
  content: "";
}

.ph-fill.ph-file-code:before {
  content: "";
}

.ph-fill.ph-file-cpp:before {
  content: "";
}

.ph-fill.ph-file-css:before {
  content: "";
}

.ph-fill.ph-file-csv:before {
  content: "";
}

.ph-fill.ph-file-dashed:before,
.ph-fill.ph-file-dotted:before {
  content: "";
}

.ph-fill.ph-file-doc:before {
  content: "";
}

.ph-fill.ph-file-html:before {
  content: "";
}

.ph-fill.ph-file-image:before {
  content: "";
}

.ph-fill.ph-file-ini:before {
  content: "";
}

.ph-fill.ph-file-jpg:before {
  content: "";
}

.ph-fill.ph-file-js:before {
  content: "";
}

.ph-fill.ph-file-jsx:before {
  content: "";
}

.ph-fill.ph-file-lock:before {
  content: "";
}

.ph-fill.ph-file-magnifying-glass:before,
.ph-fill.ph-file-search:before {
  content: "";
}

.ph-fill.ph-file-md:before {
  content: "";
}

.ph-fill.ph-file-minus:before {
  content: "";
}

.ph-fill.ph-file-pdf:before {
  content: "";
}

.ph-fill.ph-file-plus:before {
  content: "";
}

.ph-fill.ph-file-png:before {
  content: "";
}

.ph-fill.ph-file-ppt:before {
  content: "";
}

.ph-fill.ph-file-py:before {
  content: "";
}

.ph-fill.ph-file-rs:before {
  content: "";
}

.ph-fill.ph-file-sql:before {
  content: "";
}

.ph-fill.ph-file-svg:before {
  content: "";
}

.ph-fill.ph-file-text:before {
  content: "";
}

.ph-fill.ph-file-ts:before {
  content: "";
}

.ph-fill.ph-file-tsx:before {
  content: "";
}

.ph-fill.ph-file-txt:before {
  content: "";
}

.ph-fill.ph-file-video:before {
  content: "";
}

.ph-fill.ph-file-vue:before {
  content: "";
}

.ph-fill.ph-file-x:before {
  content: "";
}

.ph-fill.ph-file-xls:before {
  content: "";
}

.ph-fill.ph-file-zip:before {
  content: "";
}

.ph-fill.ph-files:before {
  content: "";
}

.ph-fill.ph-film-reel:before {
  content: "";
}

.ph-fill.ph-film-script:before {
  content: "";
}

.ph-fill.ph-film-slate:before {
  content: "";
}

.ph-fill.ph-film-strip:before {
  content: "";
}

.ph-fill.ph-fingerprint:before {
  content: "";
}

.ph-fill.ph-fingerprint-simple:before {
  content: "";
}

.ph-fill.ph-finn-the-human:before {
  content: "";
}

.ph-fill.ph-fire:before {
  content: "";
}

.ph-fill.ph-fire-extinguisher:before {
  content: "";
}

.ph-fill.ph-fire-simple:before {
  content: "";
}

.ph-fill.ph-fire-truck:before {
  content: "";
}

.ph-fill.ph-first-aid:before {
  content: "";
}

.ph-fill.ph-first-aid-kit:before {
  content: "";
}

.ph-fill.ph-fish:before {
  content: "";
}

.ph-fill.ph-fish-simple:before {
  content: "";
}

.ph-fill.ph-flag:before {
  content: "";
}

.ph-fill.ph-flag-banner:before {
  content: "";
}

.ph-fill.ph-flag-banner-fold:before {
  content: "";
}

.ph-fill.ph-flag-checkered:before {
  content: "";
}

.ph-fill.ph-flag-pennant:before {
  content: "";
}

.ph-fill.ph-flame:before {
  content: "";
}

.ph-fill.ph-flashlight:before {
  content: "";
}

.ph-fill.ph-flask:before {
  content: "";
}

.ph-fill.ph-flip-horizontal:before {
  content: "";
}

.ph-fill.ph-flip-vertical:before {
  content: "";
}

.ph-fill.ph-floppy-disk:before {
  content: "";
}

.ph-fill.ph-floppy-disk-back:before {
  content: "";
}

.ph-fill.ph-flow-arrow:before {
  content: "";
}

.ph-fill.ph-flower:before {
  content: "";
}

.ph-fill.ph-flower-lotus:before {
  content: "";
}

.ph-fill.ph-flower-tulip:before {
  content: "";
}

.ph-fill.ph-flying-saucer:before {
  content: "";
}

.ph-fill.ph-folder:before,
.ph-fill.ph-folder-notch:before {
  content: "";
}

.ph-fill.ph-folder-dashed:before,
.ph-fill.ph-folder-dotted:before {
  content: "";
}

.ph-fill.ph-folder-lock:before {
  content: "";
}

.ph-fill.ph-folder-minus:before,
.ph-fill.ph-folder-notch-minus:before {
  content: "";
}

.ph-fill.ph-folder-open:before,
.ph-fill.ph-folder-notch-open:before {
  content: "";
}

.ph-fill.ph-folder-plus:before,
.ph-fill.ph-folder-notch-plus:before {
  content: "";
}

.ph-fill.ph-folder-simple:before {
  content: "";
}

.ph-fill.ph-folder-simple-dashed:before,
.ph-fill.ph-folder-simple-dotted:before {
  content: "";
}

.ph-fill.ph-folder-simple-lock:before {
  content: "";
}

.ph-fill.ph-folder-simple-minus:before {
  content: "";
}

.ph-fill.ph-folder-simple-plus:before {
  content: "";
}

.ph-fill.ph-folder-simple-star:before {
  content: "";
}

.ph-fill.ph-folder-simple-user:before {
  content: "";
}

.ph-fill.ph-folder-star:before {
  content: "";
}

.ph-fill.ph-folder-user:before {
  content: "";
}

.ph-fill.ph-folders:before {
  content: "";
}

.ph-fill.ph-football:before {
  content: "";
}

.ph-fill.ph-football-helmet:before {
  content: "";
}

.ph-fill.ph-footprints:before {
  content: "";
}

.ph-fill.ph-fork-knife:before {
  content: "";
}

.ph-fill.ph-four-k:before {
  content: "";
}

.ph-fill.ph-frame-corners:before {
  content: "";
}

.ph-fill.ph-framer-logo:before {
  content: "";
}

.ph-fill.ph-function:before {
  content: "";
}

.ph-fill.ph-funnel:before {
  content: "";
}

.ph-fill.ph-funnel-simple:before {
  content: "";
}

.ph-fill.ph-funnel-simple-x:before {
  content: "";
}

.ph-fill.ph-funnel-x:before {
  content: "";
}

.ph-fill.ph-game-controller:before {
  content: "";
}

.ph-fill.ph-garage:before {
  content: "";
}

.ph-fill.ph-gas-can:before {
  content: "";
}

.ph-fill.ph-gas-pump:before {
  content: "";
}

.ph-fill.ph-gauge:before {
  content: "";
}

.ph-fill.ph-gavel:before {
  content: "";
}

.ph-fill.ph-gear:before {
  content: "";
}

.ph-fill.ph-gear-fine:before {
  content: "";
}

.ph-fill.ph-gear-six:before {
  content: "";
}

.ph-fill.ph-gender-female:before {
  content: "";
}

.ph-fill.ph-gender-intersex:before {
  content: "";
}

.ph-fill.ph-gender-male:before {
  content: "";
}

.ph-fill.ph-gender-neuter:before {
  content: "";
}

.ph-fill.ph-gender-nonbinary:before {
  content: "";
}

.ph-fill.ph-gender-transgender:before {
  content: "";
}

.ph-fill.ph-ghost:before {
  content: "";
}

.ph-fill.ph-gif:before {
  content: "";
}

.ph-fill.ph-gift:before {
  content: "";
}

.ph-fill.ph-git-branch:before {
  content: "";
}

.ph-fill.ph-git-commit:before {
  content: "";
}

.ph-fill.ph-git-diff:before {
  content: "";
}

.ph-fill.ph-git-fork:before {
  content: "";
}

.ph-fill.ph-git-merge:before {
  content: "";
}

.ph-fill.ph-git-pull-request:before {
  content: "";
}

.ph-fill.ph-github-logo:before {
  content: "";
}

.ph-fill.ph-gitlab-logo:before {
  content: "";
}

.ph-fill.ph-gitlab-logo-simple:before {
  content: "";
}

.ph-fill.ph-globe:before {
  content: "";
}

.ph-fill.ph-globe-hemisphere-east:before {
  content: "";
}

.ph-fill.ph-globe-hemisphere-west:before {
  content: "";
}

.ph-fill.ph-globe-simple:before {
  content: "";
}

.ph-fill.ph-globe-simple-x:before {
  content: "";
}

.ph-fill.ph-globe-stand:before {
  content: "";
}

.ph-fill.ph-globe-x:before {
  content: "";
}

.ph-fill.ph-goggles:before {
  content: "";
}

.ph-fill.ph-golf:before {
  content: "";
}

.ph-fill.ph-goodreads-logo:before {
  content: "";
}

.ph-fill.ph-google-cardboard-logo:before {
  content: "";
}

.ph-fill.ph-google-chrome-logo:before {
  content: "";
}

.ph-fill.ph-google-drive-logo:before {
  content: "";
}

.ph-fill.ph-google-logo:before {
  content: "";
}

.ph-fill.ph-google-photos-logo:before {
  content: "";
}

.ph-fill.ph-google-play-logo:before {
  content: "";
}

.ph-fill.ph-google-podcasts-logo:before {
  content: "";
}

.ph-fill.ph-gps:before {
  content: "";
}

.ph-fill.ph-gps-fix:before {
  content: "";
}

.ph-fill.ph-gps-slash:before {
  content: "";
}

.ph-fill.ph-gradient:before {
  content: "";
}

.ph-fill.ph-graduation-cap:before {
  content: "";
}

.ph-fill.ph-grains:before {
  content: "";
}

.ph-fill.ph-grains-slash:before {
  content: "";
}

.ph-fill.ph-graph:before {
  content: "";
}

.ph-fill.ph-graphics-card:before {
  content: "";
}

.ph-fill.ph-greater-than:before {
  content: "";
}

.ph-fill.ph-greater-than-or-equal:before {
  content: "";
}

.ph-fill.ph-grid-four:before {
  content: "";
}

.ph-fill.ph-grid-nine:before {
  content: "";
}

.ph-fill.ph-guitar:before {
  content: "";
}

.ph-fill.ph-hair-dryer:before {
  content: "";
}

.ph-fill.ph-hamburger:before {
  content: "";
}

.ph-fill.ph-hammer:before {
  content: "";
}

.ph-fill.ph-hand:before {
  content: "";
}

.ph-fill.ph-hand-arrow-down:before {
  content: "";
}

.ph-fill.ph-hand-arrow-up:before {
  content: "";
}

.ph-fill.ph-hand-coins:before {
  content: "";
}

.ph-fill.ph-hand-deposit:before {
  content: "";
}

.ph-fill.ph-hand-eye:before {
  content: "";
}

.ph-fill.ph-hand-fist:before {
  content: "";
}

.ph-fill.ph-hand-grabbing:before {
  content: "";
}

.ph-fill.ph-hand-heart:before {
  content: "";
}

.ph-fill.ph-hand-palm:before {
  content: "";
}

.ph-fill.ph-hand-peace:before {
  content: "";
}

.ph-fill.ph-hand-pointing:before {
  content: "";
}

.ph-fill.ph-hand-soap:before {
  content: "";
}

.ph-fill.ph-hand-swipe-left:before {
  content: "";
}

.ph-fill.ph-hand-swipe-right:before {
  content: "";
}

.ph-fill.ph-hand-tap:before {
  content: "";
}

.ph-fill.ph-hand-waving:before {
  content: "";
}

.ph-fill.ph-hand-withdraw:before {
  content: "";
}

.ph-fill.ph-handbag:before {
  content: "";
}

.ph-fill.ph-handbag-simple:before {
  content: "";
}

.ph-fill.ph-hands-clapping:before {
  content: "";
}

.ph-fill.ph-hands-praying:before {
  content: "";
}

.ph-fill.ph-handshake:before {
  content: "";
}

.ph-fill.ph-hard-drive:before {
  content: "";
}

.ph-fill.ph-hard-drives:before {
  content: "";
}

.ph-fill.ph-hard-hat:before {
  content: "";
}

.ph-fill.ph-hash:before {
  content: "";
}

.ph-fill.ph-hash-straight:before {
  content: "";
}

.ph-fill.ph-head-circuit:before {
  content: "";
}

.ph-fill.ph-headlights:before {
  content: "";
}

.ph-fill.ph-headphones:before {
  content: "";
}

.ph-fill.ph-headset:before {
  content: "";
}

.ph-fill.ph-heart:before {
  content: "";
}

.ph-fill.ph-heart-break:before {
  content: "";
}

.ph-fill.ph-heart-half:before {
  content: "";
}

.ph-fill.ph-heart-straight:before {
  content: "";
}

.ph-fill.ph-heart-straight-break:before {
  content: "";
}

.ph-fill.ph-heartbeat:before {
  content: "";
}

.ph-fill.ph-hexagon:before {
  content: "";
}

.ph-fill.ph-high-definition:before {
  content: "";
}

.ph-fill.ph-high-heel:before {
  content: "";
}

.ph-fill.ph-highlighter:before {
  content: "";
}

.ph-fill.ph-highlighter-circle:before {
  content: "";
}

.ph-fill.ph-hockey:before {
  content: "";
}

.ph-fill.ph-hoodie:before {
  content: "";
}

.ph-fill.ph-horse:before {
  content: "";
}

.ph-fill.ph-hospital:before {
  content: "";
}

.ph-fill.ph-hourglass:before {
  content: "";
}

.ph-fill.ph-hourglass-high:before {
  content: "";
}

.ph-fill.ph-hourglass-low:before {
  content: "";
}

.ph-fill.ph-hourglass-medium:before {
  content: "";
}

.ph-fill.ph-hourglass-simple:before {
  content: "";
}

.ph-fill.ph-hourglass-simple-high:before {
  content: "";
}

.ph-fill.ph-hourglass-simple-low:before {
  content: "";
}

.ph-fill.ph-hourglass-simple-medium:before {
  content: "";
}

.ph-fill.ph-house:before {
  content: "";
}

.ph-fill.ph-house-line:before {
  content: "";
}

.ph-fill.ph-house-simple:before {
  content: "";
}

.ph-fill.ph-hurricane:before {
  content: "";
}

.ph-fill.ph-ice-cream:before {
  content: "";
}

.ph-fill.ph-identification-badge:before {
  content: "";
}

.ph-fill.ph-identification-card:before {
  content: "";
}

.ph-fill.ph-image:before {
  content: "";
}

.ph-fill.ph-image-broken:before {
  content: "";
}

.ph-fill.ph-image-square:before {
  content: "";
}

.ph-fill.ph-images:before {
  content: "";
}

.ph-fill.ph-images-square:before {
  content: "";
}

.ph-fill.ph-infinity:before,
.ph-fill.ph-lemniscate:before {
  content: "";
}

.ph-fill.ph-info:before {
  content: "";
}

.ph-fill.ph-instagram-logo:before {
  content: "";
}

.ph-fill.ph-intersect:before {
  content: "";
}

.ph-fill.ph-intersect-square:before {
  content: "";
}

.ph-fill.ph-intersect-three:before {
  content: "";
}

.ph-fill.ph-intersection:before {
  content: "";
}

.ph-fill.ph-invoice:before {
  content: "";
}

.ph-fill.ph-island:before {
  content: "";
}

.ph-fill.ph-jar:before {
  content: "";
}

.ph-fill.ph-jar-label:before {
  content: "";
}

.ph-fill.ph-jeep:before {
  content: "";
}

.ph-fill.ph-joystick:before {
  content: "";
}

.ph-fill.ph-kanban:before {
  content: "";
}

.ph-fill.ph-key:before {
  content: "";
}

.ph-fill.ph-key-return:before {
  content: "";
}

.ph-fill.ph-keyboard:before {
  content: "";
}

.ph-fill.ph-keyhole:before {
  content: "";
}

.ph-fill.ph-knife:before {
  content: "";
}

.ph-fill.ph-ladder:before {
  content: "";
}

.ph-fill.ph-ladder-simple:before {
  content: "";
}

.ph-fill.ph-lamp:before {
  content: "";
}

.ph-fill.ph-lamp-pendant:before {
  content: "";
}

.ph-fill.ph-laptop:before {
  content: "";
}

.ph-fill.ph-lasso:before {
  content: "";
}

.ph-fill.ph-lastfm-logo:before {
  content: "";
}

.ph-fill.ph-layout:before {
  content: "";
}

.ph-fill.ph-leaf:before {
  content: "";
}

.ph-fill.ph-lectern:before {
  content: "";
}

.ph-fill.ph-lego:before {
  content: "";
}

.ph-fill.ph-lego-smiley:before {
  content: "";
}

.ph-fill.ph-less-than:before {
  content: "";
}

.ph-fill.ph-less-than-or-equal:before {
  content: "";
}

.ph-fill.ph-letter-circle-h:before {
  content: "";
}

.ph-fill.ph-letter-circle-p:before {
  content: "";
}

.ph-fill.ph-letter-circle-v:before {
  content: "";
}

.ph-fill.ph-lifebuoy:before {
  content: "";
}

.ph-fill.ph-lightbulb:before {
  content: "";
}

.ph-fill.ph-lightbulb-filament:before {
  content: "";
}

.ph-fill.ph-lighthouse:before {
  content: "";
}

.ph-fill.ph-lightning:before {
  content: "";
}

.ph-fill.ph-lightning-a:before {
  content: "";
}

.ph-fill.ph-lightning-slash:before {
  content: "";
}

.ph-fill.ph-line-segment:before {
  content: "";
}

.ph-fill.ph-line-segments:before {
  content: "";
}

.ph-fill.ph-line-vertical:before {
  content: "";
}

.ph-fill.ph-link:before {
  content: "";
}

.ph-fill.ph-link-break:before {
  content: "";
}

.ph-fill.ph-link-simple:before {
  content: "";
}

.ph-fill.ph-link-simple-break:before {
  content: "";
}

.ph-fill.ph-link-simple-horizontal:before {
  content: "";
}

.ph-fill.ph-link-simple-horizontal-break:before {
  content: "";
}

.ph-fill.ph-linkedin-logo:before {
  content: "";
}

.ph-fill.ph-linktree-logo:before {
  content: "";
}

.ph-fill.ph-linux-logo:before {
  content: "";
}

.ph-fill.ph-list:before {
  content: "";
}

.ph-fill.ph-list-bullets:before {
  content: "";
}

.ph-fill.ph-list-checks:before {
  content: "";
}

.ph-fill.ph-list-dashes:before {
  content: "";
}

.ph-fill.ph-list-heart:before {
  content: "";
}

.ph-fill.ph-list-magnifying-glass:before {
  content: "";
}

.ph-fill.ph-list-numbers:before {
  content: "";
}

.ph-fill.ph-list-plus:before {
  content: "";
}

.ph-fill.ph-list-star:before {
  content: "";
}

.ph-fill.ph-lock:before {
  content: "";
}

.ph-fill.ph-lock-key:before {
  content: "";
}

.ph-fill.ph-lock-key-open:before {
  content: "";
}

.ph-fill.ph-lock-laminated:before {
  content: "";
}

.ph-fill.ph-lock-laminated-open:before {
  content: "";
}

.ph-fill.ph-lock-open:before {
  content: "";
}

.ph-fill.ph-lock-simple:before {
  content: "";
}

.ph-fill.ph-lock-simple-open:before {
  content: "";
}

.ph-fill.ph-lockers:before {
  content: "";
}

.ph-fill.ph-log:before {
  content: "";
}

.ph-fill.ph-magic-wand:before {
  content: "";
}

.ph-fill.ph-magnet:before {
  content: "";
}

.ph-fill.ph-magnet-straight:before {
  content: "";
}

.ph-fill.ph-magnifying-glass:before {
  content: "";
}

.ph-fill.ph-magnifying-glass-minus:before {
  content: "";
}

.ph-fill.ph-magnifying-glass-plus:before {
  content: "";
}

.ph-fill.ph-mailbox:before {
  content: "";
}

.ph-fill.ph-map-pin:before {
  content: "";
}

.ph-fill.ph-map-pin-area:before {
  content: "";
}

.ph-fill.ph-map-pin-line:before {
  content: "";
}

.ph-fill.ph-map-pin-plus:before {
  content: "";
}

.ph-fill.ph-map-pin-simple:before {
  content: "";
}

.ph-fill.ph-map-pin-simple-area:before {
  content: "";
}

.ph-fill.ph-map-pin-simple-line:before {
  content: "";
}

.ph-fill.ph-map-trifold:before {
  content: "";
}

.ph-fill.ph-markdown-logo:before {
  content: "";
}

.ph-fill.ph-marker-circle:before {
  content: "";
}

.ph-fill.ph-martini:before {
  content: "";
}

.ph-fill.ph-mask-happy:before {
  content: "";
}

.ph-fill.ph-mask-sad:before {
  content: "";
}

.ph-fill.ph-mastodon-logo:before {
  content: "";
}

.ph-fill.ph-math-operations:before {
  content: "";
}

.ph-fill.ph-matrix-logo:before {
  content: "";
}

.ph-fill.ph-medal:before {
  content: "";
}

.ph-fill.ph-medal-military:before {
  content: "";
}

.ph-fill.ph-medium-logo:before {
  content: "";
}

.ph-fill.ph-megaphone:before {
  content: "";
}

.ph-fill.ph-megaphone-simple:before {
  content: "";
}

.ph-fill.ph-member-of:before {
  content: "";
}

.ph-fill.ph-memory:before {
  content: "";
}

.ph-fill.ph-messenger-logo:before {
  content: "";
}

.ph-fill.ph-meta-logo:before {
  content: "";
}

.ph-fill.ph-meteor:before {
  content: "";
}

.ph-fill.ph-metronome:before {
  content: "";
}

.ph-fill.ph-microphone:before {
  content: "";
}

.ph-fill.ph-microphone-slash:before {
  content: "";
}

.ph-fill.ph-microphone-stage:before {
  content: "";
}

.ph-fill.ph-microscope:before {
  content: "";
}

.ph-fill.ph-microsoft-excel-logo:before {
  content: "";
}

.ph-fill.ph-microsoft-outlook-logo:before {
  content: "";
}

.ph-fill.ph-microsoft-powerpoint-logo:before {
  content: "";
}

.ph-fill.ph-microsoft-teams-logo:before {
  content: "";
}

.ph-fill.ph-microsoft-word-logo:before {
  content: "";
}

.ph-fill.ph-minus:before {
  content: "";
}

.ph-fill.ph-minus-circle:before {
  content: "";
}

.ph-fill.ph-minus-square:before {
  content: "";
}

.ph-fill.ph-money:before {
  content: "";
}

.ph-fill.ph-money-wavy:before {
  content: "";
}

.ph-fill.ph-monitor:before {
  content: "";
}

.ph-fill.ph-monitor-arrow-up:before {
  content: "";
}

.ph-fill.ph-monitor-play:before {
  content: "";
}

.ph-fill.ph-moon:before {
  content: "";
}

.ph-fill.ph-moon-stars:before {
  content: "";
}

.ph-fill.ph-moped:before {
  content: "";
}

.ph-fill.ph-moped-front:before {
  content: "";
}

.ph-fill.ph-mosque:before {
  content: "";
}

.ph-fill.ph-motorcycle:before {
  content: "";
}

.ph-fill.ph-mountains:before {
  content: "";
}

.ph-fill.ph-mouse:before {
  content: "";
}

.ph-fill.ph-mouse-left-click:before {
  content: "";
}

.ph-fill.ph-mouse-middle-click:before {
  content: "";
}

.ph-fill.ph-mouse-right-click:before {
  content: "";
}

.ph-fill.ph-mouse-scroll:before {
  content: "";
}

.ph-fill.ph-mouse-simple:before {
  content: "";
}

.ph-fill.ph-music-note:before {
  content: "";
}

.ph-fill.ph-music-note-simple:before {
  content: "";
}

.ph-fill.ph-music-notes:before {
  content: "";
}

.ph-fill.ph-music-notes-minus:before {
  content: "";
}

.ph-fill.ph-music-notes-plus:before {
  content: "";
}

.ph-fill.ph-music-notes-simple:before {
  content: "";
}

.ph-fill.ph-navigation-arrow:before {
  content: "";
}

.ph-fill.ph-needle:before {
  content: "";
}

.ph-fill.ph-network:before {
  content: "";
}

.ph-fill.ph-network-slash:before {
  content: "";
}

.ph-fill.ph-network-x:before {
  content: "";
}

.ph-fill.ph-newspaper:before {
  content: "";
}

.ph-fill.ph-newspaper-clipping:before {
  content: "";
}

.ph-fill.ph-not-equals:before {
  content: "";
}

.ph-fill.ph-not-member-of:before {
  content: "";
}

.ph-fill.ph-not-subset-of:before {
  content: "";
}

.ph-fill.ph-not-superset-of:before {
  content: "";
}

.ph-fill.ph-notches:before {
  content: "";
}

.ph-fill.ph-note:before {
  content: "";
}

.ph-fill.ph-note-blank:before {
  content: "";
}

.ph-fill.ph-note-pencil:before {
  content: "";
}

.ph-fill.ph-notebook:before {
  content: "";
}

.ph-fill.ph-notepad:before {
  content: "";
}

.ph-fill.ph-notification:before {
  content: "";
}

.ph-fill.ph-notion-logo:before {
  content: "";
}

.ph-fill.ph-nuclear-plant:before {
  content: "";
}

.ph-fill.ph-number-circle-eight:before {
  content: "";
}

.ph-fill.ph-number-circle-five:before {
  content: "";
}

.ph-fill.ph-number-circle-four:before {
  content: "";
}

.ph-fill.ph-number-circle-nine:before {
  content: "";
}

.ph-fill.ph-number-circle-one:before {
  content: "";
}

.ph-fill.ph-number-circle-seven:before {
  content: "";
}

.ph-fill.ph-number-circle-six:before {
  content: "";
}

.ph-fill.ph-number-circle-three:before {
  content: "";
}

.ph-fill.ph-number-circle-two:before {
  content: "";
}

.ph-fill.ph-number-circle-zero:before {
  content: "";
}

.ph-fill.ph-number-eight:before {
  content: "";
}

.ph-fill.ph-number-five:before {
  content: "";
}

.ph-fill.ph-number-four:before {
  content: "";
}

.ph-fill.ph-number-nine:before {
  content: "";
}

.ph-fill.ph-number-one:before {
  content: "";
}

.ph-fill.ph-number-seven:before {
  content: "";
}

.ph-fill.ph-number-six:before {
  content: "";
}

.ph-fill.ph-number-square-eight:before {
  content: "";
}

.ph-fill.ph-number-square-five:before {
  content: "";
}

.ph-fill.ph-number-square-four:before {
  content: "";
}

.ph-fill.ph-number-square-nine:before {
  content: "";
}

.ph-fill.ph-number-square-one:before {
  content: "";
}

.ph-fill.ph-number-square-seven:before {
  content: "";
}

.ph-fill.ph-number-square-six:before {
  content: "";
}

.ph-fill.ph-number-square-three:before {
  content: "";
}

.ph-fill.ph-number-square-two:before {
  content: "";
}

.ph-fill.ph-number-square-zero:before {
  content: "";
}

.ph-fill.ph-number-three:before {
  content: "";
}

.ph-fill.ph-number-two:before {
  content: "";
}

.ph-fill.ph-number-zero:before {
  content: "";
}

.ph-fill.ph-numpad:before {
  content: "";
}

.ph-fill.ph-nut:before {
  content: "";
}

.ph-fill.ph-ny-times-logo:before {
  content: "";
}

.ph-fill.ph-octagon:before {
  content: "";
}

.ph-fill.ph-office-chair:before {
  content: "";
}

.ph-fill.ph-onigiri:before {
  content: "";
}

.ph-fill.ph-open-ai-logo:before {
  content: "";
}

.ph-fill.ph-option:before {
  content: "";
}

.ph-fill.ph-orange:before {
  content: "";
}

.ph-fill.ph-orange-slice:before {
  content: "";
}

.ph-fill.ph-oven:before {
  content: "";
}

.ph-fill.ph-package:before {
  content: "";
}

.ph-fill.ph-paint-brush:before {
  content: "";
}

.ph-fill.ph-paint-brush-broad:before {
  content: "";
}

.ph-fill.ph-paint-brush-household:before {
  content: "";
}

.ph-fill.ph-paint-bucket:before {
  content: "";
}

.ph-fill.ph-paint-roller:before {
  content: "";
}

.ph-fill.ph-palette:before {
  content: "";
}

.ph-fill.ph-panorama:before {
  content: "";
}

.ph-fill.ph-pants:before {
  content: "";
}

.ph-fill.ph-paper-plane:before {
  content: "";
}

.ph-fill.ph-paper-plane-right:before {
  content: "";
}

.ph-fill.ph-paper-plane-tilt:before {
  content: "";
}

.ph-fill.ph-paperclip:before {
  content: "";
}

.ph-fill.ph-paperclip-horizontal:before {
  content: "";
}

.ph-fill.ph-parachute:before {
  content: "";
}

.ph-fill.ph-paragraph:before {
  content: "";
}

.ph-fill.ph-parallelogram:before {
  content: "";
}

.ph-fill.ph-park:before {
  content: "";
}

.ph-fill.ph-password:before {
  content: "";
}

.ph-fill.ph-path:before {
  content: "";
}

.ph-fill.ph-patreon-logo:before {
  content: "";
}

.ph-fill.ph-pause:before {
  content: "";
}

.ph-fill.ph-pause-circle:before {
  content: "";
}

.ph-fill.ph-paw-print:before {
  content: "";
}

.ph-fill.ph-paypal-logo:before {
  content: "";
}

.ph-fill.ph-peace:before {
  content: "";
}

.ph-fill.ph-pen:before {
  content: "";
}

.ph-fill.ph-pen-nib:before {
  content: "";
}

.ph-fill.ph-pen-nib-straight:before {
  content: "";
}

.ph-fill.ph-pencil:before {
  content: "";
}

.ph-fill.ph-pencil-circle:before {
  content: "";
}

.ph-fill.ph-pencil-line:before {
  content: "";
}

.ph-fill.ph-pencil-ruler:before {
  content: "";
}

.ph-fill.ph-pencil-simple:before {
  content: "";
}

.ph-fill.ph-pencil-simple-line:before {
  content: "";
}

.ph-fill.ph-pencil-simple-slash:before {
  content: "";
}

.ph-fill.ph-pencil-slash:before {
  content: "";
}

.ph-fill.ph-pentagon:before {
  content: "";
}

.ph-fill.ph-pentagram:before {
  content: "";
}

.ph-fill.ph-pepper:before {
  content: "";
}

.ph-fill.ph-percent:before {
  content: "";
}

.ph-fill.ph-person:before {
  content: "";
}

.ph-fill.ph-person-arms-spread:before {
  content: "";
}

.ph-fill.ph-person-simple:before {
  content: "";
}

.ph-fill.ph-person-simple-bike:before {
  content: "";
}

.ph-fill.ph-person-simple-circle:before {
  content: "";
}

.ph-fill.ph-person-simple-hike:before {
  content: "";
}

.ph-fill.ph-person-simple-run:before {
  content: "";
}

.ph-fill.ph-person-simple-ski:before {
  content: "";
}

.ph-fill.ph-person-simple-snowboard:before {
  content: "";
}

.ph-fill.ph-person-simple-swim:before {
  content: "";
}

.ph-fill.ph-person-simple-tai-chi:before {
  content: "";
}

.ph-fill.ph-person-simple-throw:before {
  content: "";
}

.ph-fill.ph-person-simple-walk:before {
  content: "";
}

.ph-fill.ph-perspective:before {
  content: "";
}

.ph-fill.ph-phone:before {
  content: "";
}

.ph-fill.ph-phone-call:before {
  content: "";
}

.ph-fill.ph-phone-disconnect:before {
  content: "";
}

.ph-fill.ph-phone-incoming:before {
  content: "";
}

.ph-fill.ph-phone-list:before {
  content: "";
}

.ph-fill.ph-phone-outgoing:before {
  content: "";
}

.ph-fill.ph-phone-pause:before {
  content: "";
}

.ph-fill.ph-phone-plus:before {
  content: "";
}

.ph-fill.ph-phone-slash:before {
  content: "";
}

.ph-fill.ph-phone-transfer:before {
  content: "";
}

.ph-fill.ph-phone-x:before {
  content: "";
}

.ph-fill.ph-phosphor-logo:before {
  content: "";
}

.ph-fill.ph-pi:before {
  content: "";
}

.ph-fill.ph-piano-keys:before {
  content: "";
}

.ph-fill.ph-picnic-table:before {
  content: "";
}

.ph-fill.ph-picture-in-picture:before {
  content: "";
}

.ph-fill.ph-piggy-bank:before {
  content: "";
}

.ph-fill.ph-pill:before {
  content: "";
}

.ph-fill.ph-ping-pong:before {
  content: "";
}

.ph-fill.ph-pint-glass:before {
  content: "";
}

.ph-fill.ph-pinterest-logo:before {
  content: "";
}

.ph-fill.ph-pinwheel:before {
  content: "";
}

.ph-fill.ph-pipe:before {
  content: "";
}

.ph-fill.ph-pipe-wrench:before {
  content: "";
}

.ph-fill.ph-pix-logo:before {
  content: "";
}

.ph-fill.ph-pizza:before {
  content: "";
}

.ph-fill.ph-placeholder:before {
  content: "";
}

.ph-fill.ph-planet:before {
  content: "";
}

.ph-fill.ph-plant:before {
  content: "";
}

.ph-fill.ph-play:before {
  content: "";
}

.ph-fill.ph-play-circle:before {
  content: "";
}

.ph-fill.ph-play-pause:before {
  content: "";
}

.ph-fill.ph-playlist:before {
  content: "";
}

.ph-fill.ph-plug:before {
  content: "";
}

.ph-fill.ph-plug-charging:before {
  content: "";
}

.ph-fill.ph-plugs:before {
  content: "";
}

.ph-fill.ph-plugs-connected:before {
  content: "";
}

.ph-fill.ph-plus:before {
  content: "";
}

.ph-fill.ph-plus-circle:before {
  content: "";
}

.ph-fill.ph-plus-minus:before {
  content: "";
}

.ph-fill.ph-plus-square:before {
  content: "";
}

.ph-fill.ph-poker-chip:before {
  content: "";
}

.ph-fill.ph-police-car:before {
  content: "";
}

.ph-fill.ph-polygon:before {
  content: "";
}

.ph-fill.ph-popcorn:before {
  content: "";
}

.ph-fill.ph-popsicle:before {
  content: "";
}

.ph-fill.ph-potted-plant:before {
  content: "";
}

.ph-fill.ph-power:before {
  content: "";
}

.ph-fill.ph-prescription:before {
  content: "";
}

.ph-fill.ph-presentation:before {
  content: "";
}

.ph-fill.ph-presentation-chart:before {
  content: "";
}

.ph-fill.ph-printer:before {
  content: "";
}

.ph-fill.ph-prohibit:before {
  content: "";
}

.ph-fill.ph-prohibit-inset:before {
  content: "";
}

.ph-fill.ph-projector-screen:before {
  content: "";
}

.ph-fill.ph-projector-screen-chart:before {
  content: "";
}

.ph-fill.ph-pulse:before,
.ph-fill.ph-activity:before {
  content: "";
}

.ph-fill.ph-push-pin:before {
  content: "";
}

.ph-fill.ph-push-pin-simple:before {
  content: "";
}

.ph-fill.ph-push-pin-simple-slash:before {
  content: "";
}

.ph-fill.ph-push-pin-slash:before {
  content: "";
}

.ph-fill.ph-puzzle-piece:before {
  content: "";
}

.ph-fill.ph-qr-code:before {
  content: "";
}

.ph-fill.ph-question:before {
  content: "";
}

.ph-fill.ph-question-mark:before {
  content: "";
}

.ph-fill.ph-queue:before {
  content: "";
}

.ph-fill.ph-quotes:before {
  content: "";
}

.ph-fill.ph-rabbit:before {
  content: "";
}

.ph-fill.ph-racquet:before {
  content: "";
}

.ph-fill.ph-radical:before {
  content: "";
}

.ph-fill.ph-radio:before {
  content: "";
}

.ph-fill.ph-radio-button:before {
  content: "";
}

.ph-fill.ph-radioactive:before {
  content: "";
}

.ph-fill.ph-rainbow:before {
  content: "";
}

.ph-fill.ph-rainbow-cloud:before {
  content: "";
}

.ph-fill.ph-ranking:before {
  content: "";
}

.ph-fill.ph-read-cv-logo:before {
  content: "";
}

.ph-fill.ph-receipt:before {
  content: "";
}

.ph-fill.ph-receipt-x:before {
  content: "";
}

.ph-fill.ph-record:before {
  content: "";
}

.ph-fill.ph-rectangle:before {
  content: "";
}

.ph-fill.ph-rectangle-dashed:before {
  content: "";
}

.ph-fill.ph-recycle:before {
  content: "";
}

.ph-fill.ph-reddit-logo:before {
  content: "";
}

.ph-fill.ph-repeat:before {
  content: "";
}

.ph-fill.ph-repeat-once:before {
  content: "";
}

.ph-fill.ph-replit-logo:before {
  content: "";
}

.ph-fill.ph-resize:before {
  content: "";
}

.ph-fill.ph-rewind:before {
  content: "";
}

.ph-fill.ph-rewind-circle:before {
  content: "";
}

.ph-fill.ph-road-horizon:before {
  content: "";
}

.ph-fill.ph-robot:before {
  content: "";
}

.ph-fill.ph-rocket:before {
  content: "";
}

.ph-fill.ph-rocket-launch:before {
  content: "";
}

.ph-fill.ph-rows:before {
  content: "";
}

.ph-fill.ph-rows-plus-bottom:before {
  content: "";
}

.ph-fill.ph-rows-plus-top:before {
  content: "";
}

.ph-fill.ph-rss:before {
  content: "";
}

.ph-fill.ph-rss-simple:before {
  content: "";
}

.ph-fill.ph-rug:before {
  content: "";
}

.ph-fill.ph-ruler:before {
  content: "";
}

.ph-fill.ph-sailboat:before {
  content: "";
}

.ph-fill.ph-scales:before {
  content: "";
}

.ph-fill.ph-scan:before {
  content: "";
}

.ph-fill.ph-scan-smiley:before {
  content: "";
}

.ph-fill.ph-scissors:before {
  content: "";
}

.ph-fill.ph-scooter:before {
  content: "";
}

.ph-fill.ph-screencast:before {
  content: "";
}

.ph-fill.ph-screwdriver:before {
  content: "";
}

.ph-fill.ph-scribble:before {
  content: "";
}

.ph-fill.ph-scribble-loop:before {
  content: "";
}

.ph-fill.ph-scroll:before {
  content: "";
}

.ph-fill.ph-seal:before,
.ph-fill.ph-circle-wavy:before {
  content: "";
}

.ph-fill.ph-seal-check:before,
.ph-fill.ph-circle-wavy-check:before {
  content: "";
}

.ph-fill.ph-seal-percent:before {
  content: "";
}

.ph-fill.ph-seal-question:before,
.ph-fill.ph-circle-wavy-question:before {
  content: "";
}

.ph-fill.ph-seal-warning:before,
.ph-fill.ph-circle-wavy-warning:before {
  content: "";
}

.ph-fill.ph-seat:before {
  content: "";
}

.ph-fill.ph-seatbelt:before {
  content: "";
}

.ph-fill.ph-security-camera:before {
  content: "";
}

.ph-fill.ph-selection:before {
  content: "";
}

.ph-fill.ph-selection-all:before {
  content: "";
}

.ph-fill.ph-selection-background:before {
  content: "";
}

.ph-fill.ph-selection-foreground:before {
  content: "";
}

.ph-fill.ph-selection-inverse:before {
  content: "";
}

.ph-fill.ph-selection-plus:before {
  content: "";
}

.ph-fill.ph-selection-slash:before {
  content: "";
}

.ph-fill.ph-shapes:before {
  content: "";
}

.ph-fill.ph-share:before {
  content: "";
}

.ph-fill.ph-share-fat:before {
  content: "";
}

.ph-fill.ph-share-network:before {
  content: "";
}

.ph-fill.ph-shield:before {
  content: "";
}

.ph-fill.ph-shield-check:before {
  content: "";
}

.ph-fill.ph-shield-checkered:before {
  content: "";
}

.ph-fill.ph-shield-chevron:before {
  content: "";
}

.ph-fill.ph-shield-plus:before {
  content: "";
}

.ph-fill.ph-shield-slash:before {
  content: "";
}

.ph-fill.ph-shield-star:before {
  content: "";
}

.ph-fill.ph-shield-warning:before {
  content: "";
}

.ph-fill.ph-shipping-container:before {
  content: "";
}

.ph-fill.ph-shirt-folded:before {
  content: "";
}

.ph-fill.ph-shooting-star:before {
  content: "";
}

.ph-fill.ph-shopping-bag:before {
  content: "";
}

.ph-fill.ph-shopping-bag-open:before {
  content: "";
}

.ph-fill.ph-shopping-cart:before {
  content: "";
}

.ph-fill.ph-shopping-cart-simple:before {
  content: "";
}

.ph-fill.ph-shovel:before {
  content: "";
}

.ph-fill.ph-shower:before {
  content: "";
}

.ph-fill.ph-shrimp:before {
  content: "";
}

.ph-fill.ph-shuffle:before {
  content: "";
}

.ph-fill.ph-shuffle-angular:before {
  content: "";
}

.ph-fill.ph-shuffle-simple:before {
  content: "";
}

.ph-fill.ph-sidebar:before {
  content: "";
}

.ph-fill.ph-sidebar-simple:before {
  content: "";
}

.ph-fill.ph-sigma:before {
  content: "";
}

.ph-fill.ph-sign-in:before {
  content: "";
}

.ph-fill.ph-sign-out:before {
  content: "";
}

.ph-fill.ph-signature:before {
  content: "";
}

.ph-fill.ph-signpost:before {
  content: "";
}

.ph-fill.ph-sim-card:before {
  content: "";
}

.ph-fill.ph-siren:before {
  content: "";
}

.ph-fill.ph-sketch-logo:before {
  content: "";
}

.ph-fill.ph-skip-back:before {
  content: "";
}

.ph-fill.ph-skip-back-circle:before {
  content: "";
}

.ph-fill.ph-skip-forward:before {
  content: "";
}

.ph-fill.ph-skip-forward-circle:before {
  content: "";
}

.ph-fill.ph-skull:before {
  content: "";
}

.ph-fill.ph-skype-logo:before {
  content: "";
}

.ph-fill.ph-slack-logo:before {
  content: "";
}

.ph-fill.ph-sliders:before {
  content: "";
}

.ph-fill.ph-sliders-horizontal:before {
  content: "";
}

.ph-fill.ph-slideshow:before {
  content: "";
}

.ph-fill.ph-smiley:before {
  content: "";
}

.ph-fill.ph-smiley-angry:before {
  content: "";
}

.ph-fill.ph-smiley-blank:before {
  content: "";
}

.ph-fill.ph-smiley-meh:before {
  content: "";
}

.ph-fill.ph-smiley-melting:before {
  content: "";
}

.ph-fill.ph-smiley-nervous:before {
  content: "";
}

.ph-fill.ph-smiley-sad:before {
  content: "";
}

.ph-fill.ph-smiley-sticker:before {
  content: "";
}

.ph-fill.ph-smiley-wink:before {
  content: "";
}

.ph-fill.ph-smiley-x-eyes:before {
  content: "";
}

.ph-fill.ph-snapchat-logo:before {
  content: "";
}

.ph-fill.ph-sneaker:before {
  content: "";
}

.ph-fill.ph-sneaker-move:before {
  content: "";
}

.ph-fill.ph-snowflake:before {
  content: "";
}

.ph-fill.ph-soccer-ball:before {
  content: "";
}

.ph-fill.ph-sock:before {
  content: "";
}

.ph-fill.ph-solar-panel:before {
  content: "";
}

.ph-fill.ph-solar-roof:before {
  content: "";
}

.ph-fill.ph-sort-ascending:before {
  content: "";
}

.ph-fill.ph-sort-descending:before {
  content: "";
}

.ph-fill.ph-soundcloud-logo:before {
  content: "";
}

.ph-fill.ph-spade:before {
  content: "";
}

.ph-fill.ph-sparkle:before {
  content: "";
}

.ph-fill.ph-speaker-hifi:before {
  content: "";
}

.ph-fill.ph-speaker-high:before {
  content: "";
}

.ph-fill.ph-speaker-low:before {
  content: "";
}

.ph-fill.ph-speaker-none:before {
  content: "";
}

.ph-fill.ph-speaker-simple-high:before {
  content: "";
}

.ph-fill.ph-speaker-simple-low:before {
  content: "";
}

.ph-fill.ph-speaker-simple-none:before {
  content: "";
}

.ph-fill.ph-speaker-simple-slash:before {
  content: "";
}

.ph-fill.ph-speaker-simple-x:before {
  content: "";
}

.ph-fill.ph-speaker-slash:before {
  content: "";
}

.ph-fill.ph-speaker-x:before {
  content: "";
}

.ph-fill.ph-speedometer:before {
  content: "";
}

.ph-fill.ph-sphere:before {
  content: "";
}

.ph-fill.ph-spinner:before {
  content: "";
}

.ph-fill.ph-spinner-ball:before {
  content: "";
}

.ph-fill.ph-spinner-gap:before {
  content: "";
}

.ph-fill.ph-spiral:before {
  content: "";
}

.ph-fill.ph-split-horizontal:before {
  content: "";
}

.ph-fill.ph-split-vertical:before {
  content: "";
}

.ph-fill.ph-spotify-logo:before {
  content: "";
}

.ph-fill.ph-spray-bottle:before {
  content: "";
}

.ph-fill.ph-square:before {
  content: "";
}

.ph-fill.ph-square-half:before {
  content: "";
}

.ph-fill.ph-square-half-bottom:before {
  content: "";
}

.ph-fill.ph-square-logo:before {
  content: "";
}

.ph-fill.ph-square-split-horizontal:before {
  content: "";
}

.ph-fill.ph-square-split-vertical:before {
  content: "";
}

.ph-fill.ph-squares-four:before {
  content: "";
}

.ph-fill.ph-stack:before {
  content: "";
}

.ph-fill.ph-stack-minus:before {
  content: "";
}

.ph-fill.ph-stack-overflow-logo:before {
  content: "";
}

.ph-fill.ph-stack-plus:before {
  content: "";
}

.ph-fill.ph-stack-simple:before {
  content: "";
}

.ph-fill.ph-stairs:before {
  content: "";
}

.ph-fill.ph-stamp:before {
  content: "";
}

.ph-fill.ph-standard-definition:before {
  content: "";
}

.ph-fill.ph-star:before {
  content: "";
}

.ph-fill.ph-star-and-crescent:before {
  content: "";
}

.ph-fill.ph-star-four:before {
  content: "";
}

.ph-fill.ph-star-half:before {
  content: "";
}

.ph-fill.ph-star-of-david:before {
  content: "";
}

.ph-fill.ph-steam-logo:before {
  content: "";
}

.ph-fill.ph-steering-wheel:before {
  content: "";
}

.ph-fill.ph-steps:before {
  content: "";
}

.ph-fill.ph-stethoscope:before {
  content: "";
}

.ph-fill.ph-sticker:before {
  content: "";
}

.ph-fill.ph-stool:before {
  content: "";
}

.ph-fill.ph-stop:before {
  content: "";
}

.ph-fill.ph-stop-circle:before {
  content: "";
}

.ph-fill.ph-storefront:before {
  content: "";
}

.ph-fill.ph-strategy:before {
  content: "";
}

.ph-fill.ph-stripe-logo:before {
  content: "";
}

.ph-fill.ph-student:before {
  content: "";
}

.ph-fill.ph-subset-of:before {
  content: "";
}

.ph-fill.ph-subset-proper-of:before {
  content: "";
}

.ph-fill.ph-subtitles:before {
  content: "";
}

.ph-fill.ph-subtitles-slash:before {
  content: "";
}

.ph-fill.ph-subtract:before {
  content: "";
}

.ph-fill.ph-subtract-square:before {
  content: "";
}

.ph-fill.ph-subway:before {
  content: "";
}

.ph-fill.ph-suitcase:before {
  content: "";
}

.ph-fill.ph-suitcase-rolling:before {
  content: "";
}

.ph-fill.ph-suitcase-simple:before {
  content: "";
}

.ph-fill.ph-sun:before {
  content: "";
}

.ph-fill.ph-sun-dim:before {
  content: "";
}

.ph-fill.ph-sun-horizon:before {
  content: "";
}

.ph-fill.ph-sunglasses:before {
  content: "";
}

.ph-fill.ph-superset-of:before {
  content: "";
}

.ph-fill.ph-superset-proper-of:before {
  content: "";
}

.ph-fill.ph-swap:before {
  content: "";
}

.ph-fill.ph-swatches:before {
  content: "";
}

.ph-fill.ph-swimming-pool:before {
  content: "";
}

.ph-fill.ph-sword:before {
  content: "";
}

.ph-fill.ph-synagogue:before {
  content: "";
}

.ph-fill.ph-syringe:before {
  content: "";
}

.ph-fill.ph-t-shirt:before {
  content: "";
}

.ph-fill.ph-table:before {
  content: "";
}

.ph-fill.ph-tabs:before {
  content: "";
}

.ph-fill.ph-tag:before {
  content: "";
}

.ph-fill.ph-tag-chevron:before {
  content: "";
}

.ph-fill.ph-tag-simple:before {
  content: "";
}

.ph-fill.ph-target:before {
  content: "";
}

.ph-fill.ph-taxi:before {
  content: "";
}

.ph-fill.ph-tea-bag:before {
  content: "";
}

.ph-fill.ph-telegram-logo:before {
  content: "";
}

.ph-fill.ph-television:before {
  content: "";
}

.ph-fill.ph-television-simple:before {
  content: "";
}

.ph-fill.ph-tennis-ball:before {
  content: "";
}

.ph-fill.ph-tent:before {
  content: "";
}

.ph-fill.ph-terminal:before {
  content: "";
}

.ph-fill.ph-terminal-window:before {
  content: "";
}

.ph-fill.ph-test-tube:before {
  content: "";
}

.ph-fill.ph-text-a-underline:before {
  content: "";
}

.ph-fill.ph-text-aa:before {
  content: "";
}

.ph-fill.ph-text-align-center:before {
  content: "";
}

.ph-fill.ph-text-align-justify:before {
  content: "";
}

.ph-fill.ph-text-align-left:before {
  content: "";
}

.ph-fill.ph-text-align-right:before {
  content: "";
}

.ph-fill.ph-text-b:before,
.ph-fill.ph-text-bolder:before {
  content: "";
}

.ph-fill.ph-text-columns:before {
  content: "";
}

.ph-fill.ph-text-h:before {
  content: "";
}

.ph-fill.ph-text-h-five:before {
  content: "";
}

.ph-fill.ph-text-h-four:before {
  content: "";
}

.ph-fill.ph-text-h-one:before {
  content: "";
}

.ph-fill.ph-text-h-six:before {
  content: "";
}

.ph-fill.ph-text-h-three:before {
  content: "";
}

.ph-fill.ph-text-h-two:before {
  content: "";
}

.ph-fill.ph-text-indent:before {
  content: "";
}

.ph-fill.ph-text-italic:before {
  content: "";
}

.ph-fill.ph-text-outdent:before {
  content: "";
}

.ph-fill.ph-text-strikethrough:before {
  content: "";
}

.ph-fill.ph-text-subscript:before {
  content: "";
}

.ph-fill.ph-text-superscript:before {
  content: "";
}

.ph-fill.ph-text-t:before {
  content: "";
}

.ph-fill.ph-text-t-slash:before {
  content: "";
}

.ph-fill.ph-text-underline:before {
  content: "";
}

.ph-fill.ph-textbox:before {
  content: "";
}

.ph-fill.ph-thermometer:before {
  content: "";
}

.ph-fill.ph-thermometer-cold:before {
  content: "";
}

.ph-fill.ph-thermometer-hot:before {
  content: "";
}

.ph-fill.ph-thermometer-simple:before {
  content: "";
}

.ph-fill.ph-threads-logo:before {
  content: "";
}

.ph-fill.ph-three-d:before {
  content: "";
}

.ph-fill.ph-thumbs-down:before {
  content: "";
}

.ph-fill.ph-thumbs-up:before {
  content: "";
}

.ph-fill.ph-ticket:before {
  content: "";
}

.ph-fill.ph-tidal-logo:before {
  content: "";
}

.ph-fill.ph-tiktok-logo:before {
  content: "";
}

.ph-fill.ph-tilde:before {
  content: "";
}

.ph-fill.ph-timer:before {
  content: "";
}

.ph-fill.ph-tip-jar:before {
  content: "";
}

.ph-fill.ph-tipi:before {
  content: "";
}

.ph-fill.ph-tire:before {
  content: "";
}

.ph-fill.ph-toggle-left:before {
  content: "";
}

.ph-fill.ph-toggle-right:before {
  content: "";
}

.ph-fill.ph-toilet:before {
  content: "";
}

.ph-fill.ph-toilet-paper:before {
  content: "";
}

.ph-fill.ph-toolbox:before {
  content: "";
}

.ph-fill.ph-tooth:before {
  content: "";
}

.ph-fill.ph-tornado:before {
  content: "";
}

.ph-fill.ph-tote:before {
  content: "";
}

.ph-fill.ph-tote-simple:before {
  content: "";
}

.ph-fill.ph-towel:before {
  content: "";
}

.ph-fill.ph-tractor:before {
  content: "";
}

.ph-fill.ph-trademark:before {
  content: "";
}

.ph-fill.ph-trademark-registered:before {
  content: "";
}

.ph-fill.ph-traffic-cone:before {
  content: "";
}

.ph-fill.ph-traffic-sign:before {
  content: "";
}

.ph-fill.ph-traffic-signal:before {
  content: "";
}

.ph-fill.ph-train:before {
  content: "";
}

.ph-fill.ph-train-regional:before {
  content: "";
}

.ph-fill.ph-train-simple:before {
  content: "";
}

.ph-fill.ph-tram:before {
  content: "";
}

.ph-fill.ph-translate:before {
  content: "";
}

.ph-fill.ph-trash:before {
  content: "";
}

.ph-fill.ph-trash-simple:before {
  content: "";
}

.ph-fill.ph-tray:before {
  content: "";
}

.ph-fill.ph-tray-arrow-down:before,
.ph-fill.ph-archive-tray:before {
  content: "";
}

.ph-fill.ph-tray-arrow-up:before {
  content: "";
}

.ph-fill.ph-treasure-chest:before {
  content: "";
}

.ph-fill.ph-tree:before {
  content: "";
}

.ph-fill.ph-tree-evergreen:before {
  content: "";
}

.ph-fill.ph-tree-palm:before {
  content: "";
}

.ph-fill.ph-tree-structure:before {
  content: "";
}

.ph-fill.ph-tree-view:before {
  content: "";
}

.ph-fill.ph-trend-down:before {
  content: "";
}

.ph-fill.ph-trend-up:before {
  content: "";
}

.ph-fill.ph-triangle:before {
  content: "";
}

.ph-fill.ph-triangle-dashed:before {
  content: "";
}

.ph-fill.ph-trolley:before {
  content: "";
}

.ph-fill.ph-trolley-suitcase:before {
  content: "";
}

.ph-fill.ph-trophy:before {
  content: "";
}

.ph-fill.ph-truck:before {
  content: "";
}

.ph-fill.ph-truck-trailer:before {
  content: "";
}

.ph-fill.ph-tumblr-logo:before {
  content: "";
}

.ph-fill.ph-twitch-logo:before {
  content: "";
}

.ph-fill.ph-twitter-logo:before {
  content: "";
}

.ph-fill.ph-umbrella:before {
  content: "";
}

.ph-fill.ph-umbrella-simple:before {
  content: "";
}

.ph-fill.ph-union:before {
  content: "";
}

.ph-fill.ph-unite:before {
  content: "";
}

.ph-fill.ph-unite-square:before {
  content: "";
}

.ph-fill.ph-upload:before {
  content: "";
}

.ph-fill.ph-upload-simple:before {
  content: "";
}

.ph-fill.ph-usb:before {
  content: "";
}

.ph-fill.ph-user:before {
  content: "";
}

.ph-fill.ph-user-check:before {
  content: "";
}

.ph-fill.ph-user-circle:before {
  content: "";
}

.ph-fill.ph-user-circle-check:before {
  content: "";
}

.ph-fill.ph-user-circle-dashed:before {
  content: "";
}

.ph-fill.ph-user-circle-gear:before {
  content: "";
}

.ph-fill.ph-user-circle-minus:before {
  content: "";
}

.ph-fill.ph-user-circle-plus:before {
  content: "";
}

.ph-fill.ph-user-focus:before {
  content: "";
}

.ph-fill.ph-user-gear:before {
  content: "";
}

.ph-fill.ph-user-list:before {
  content: "";
}

.ph-fill.ph-user-minus:before {
  content: "";
}

.ph-fill.ph-user-plus:before {
  content: "";
}

.ph-fill.ph-user-rectangle:before {
  content: "";
}

.ph-fill.ph-user-sound:before {
  content: "";
}

.ph-fill.ph-user-square:before {
  content: "";
}

.ph-fill.ph-user-switch:before {
  content: "";
}

.ph-fill.ph-users:before {
  content: "";
}

.ph-fill.ph-users-four:before {
  content: "";
}

.ph-fill.ph-users-three:before {
  content: "";
}

.ph-fill.ph-van:before {
  content: "";
}

.ph-fill.ph-vault:before {
  content: "";
}

.ph-fill.ph-vector-three:before {
  content: "";
}

.ph-fill.ph-vector-two:before {
  content: "";
}

.ph-fill.ph-vibrate:before {
  content: "";
}

.ph-fill.ph-video:before {
  content: "";
}

.ph-fill.ph-video-camera:before {
  content: "";
}

.ph-fill.ph-video-camera-slash:before {
  content: "";
}

.ph-fill.ph-video-conference:before {
  content: "";
}

.ph-fill.ph-vignette:before {
  content: "";
}

.ph-fill.ph-vinyl-record:before {
  content: "";
}

.ph-fill.ph-virtual-reality:before {
  content: "";
}

.ph-fill.ph-virus:before {
  content: "";
}

.ph-fill.ph-visor:before {
  content: "";
}

.ph-fill.ph-voicemail:before {
  content: "";
}

.ph-fill.ph-volleyball:before {
  content: "";
}

.ph-fill.ph-wall:before {
  content: "";
}

.ph-fill.ph-wallet:before {
  content: "";
}

.ph-fill.ph-warehouse:before {
  content: "";
}

.ph-fill.ph-warning:before {
  content: "";
}

.ph-fill.ph-warning-circle:before {
  content: "";
}

.ph-fill.ph-warning-diamond:before {
  content: "";
}

.ph-fill.ph-warning-octagon:before {
  content: "";
}

.ph-fill.ph-washing-machine:before {
  content: "";
}

.ph-fill.ph-watch:before {
  content: "";
}

.ph-fill.ph-wave-sawtooth:before {
  content: "";
}

.ph-fill.ph-wave-sine:before {
  content: "";
}

.ph-fill.ph-wave-square:before {
  content: "";
}

.ph-fill.ph-wave-triangle:before {
  content: "";
}

.ph-fill.ph-waveform:before {
  content: "";
}

.ph-fill.ph-waveform-slash:before {
  content: "";
}

.ph-fill.ph-waves:before {
  content: "";
}

.ph-fill.ph-webcam:before {
  content: "";
}

.ph-fill.ph-webcam-slash:before {
  content: "";
}

.ph-fill.ph-webhooks-logo:before {
  content: "";
}

.ph-fill.ph-wechat-logo:before {
  content: "";
}

.ph-fill.ph-whatsapp-logo:before {
  content: "";
}

.ph-fill.ph-wheelchair:before {
  content: "";
}

.ph-fill.ph-wheelchair-motion:before {
  content: "";
}

.ph-fill.ph-wifi-high:before {
  content: "";
}

.ph-fill.ph-wifi-low:before {
  content: "";
}

.ph-fill.ph-wifi-medium:before {
  content: "";
}

.ph-fill.ph-wifi-none:before {
  content: "";
}

.ph-fill.ph-wifi-slash:before {
  content: "";
}

.ph-fill.ph-wifi-x:before {
  content: "";
}

.ph-fill.ph-wind:before {
  content: "";
}

.ph-fill.ph-windmill:before {
  content: "";
}

.ph-fill.ph-windows-logo:before {
  content: "";
}

.ph-fill.ph-wine:before {
  content: "";
}

.ph-fill.ph-wrench:before {
  content: "";
}

.ph-fill.ph-x:before {
  content: "";
}

.ph-fill.ph-x-circle:before {
  content: "";
}

.ph-fill.ph-x-logo:before {
  content: "";
}

.ph-fill.ph-x-square:before {
  content: "";
}

.ph-fill.ph-yarn:before {
  content: "";
}

.ph-fill.ph-yin-yang:before {
  content: "";
}

.ph-fill.ph-youtube-logo:before {
  content: "";
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
