/* input(4015,5): run-time error CSS1035: Expected colon, found ','
input(4051,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
input(4061,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
input(4085,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
input(4122,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
input(4156,11): run-time error CSS1035: Expected colon, found '{'
input(4165,19): run-time error CSS1035: Expected colon, found '{'
input(4188,39): run-time error CSS1035: Expected colon, found '{'
input(4200,7): run-time error CSS1035: Expected colon, found '{'
input(4319,26): run-time error CSS1035: Expected colon, found '{'
input(4342,12): run-time error CSS1035: Expected colon, found '{'
input(4359,12): run-time error CSS1035: Expected colon, found '{'
input(4385,12): run-time error CSS1035: Expected colon, found '{'
input(4461,11): run-time error CSS1035: Expected colon, found '{' */
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --radius-sm: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .z-10 {
    z-index: 10;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-full {
    height: 100%;
  }
  .min-h-50 {
    min-height: calc(var(--spacing) * 50);
  }
  .min-h-\[25vh\] {
    min-height: 25vh;
  }
  .min-h-\[30vh\] {
    min-height: 30vh;
  }
  .min-h-\[35vh\] {
    min-height: 35vh;
  }
  .min-h-\[40vh\] {
    min-height: 40vh;
  }
  .min-h-\[45vh\] {
    min-height: 45vh;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[55vh\] {
    min-height: 55vh;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[65vh\] {
    min-height: 65vh;
  }
  .min-h-\[70vh\] {
    min-height: 70vh;
  }
  .min-h-\[75vh\] {
    min-height: 75vh;
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .min-h-\[85vh\] {
    min-height: 85vh;
  }
  .min-h-\[90vh\] {
    min-height: 90vh;
  }
  .min-h-\[95vh\] {
    min-height: 95vh;
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-full {
    width: 100%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-full {
    min-width: 100%;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .divide-y {
    :where(& > :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)));
    }
  }
  .divide-\(--palette-border-color\) {
    :where(& > :not(:last-child)) {
      border-color: var(--palette-border-color);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .italic {
    font-style: italic;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-5 {
    opacity: 5%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-15 {
    opacity: 15%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-35 {
    opacity: 35%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-45 {
    opacity: 45%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-65 {
    opacity: 65%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/acc-btn\:opacity-100 {
    &:is(:where(.group\/acc-btn):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.is-open\]\:block {
    &:is(:where(.group):is(.is-open) *) {
      display: block;
    }
  }
  .group-\[\.is-open\]\:rotate-180 {
    &:is(:where(.group):is(.is-open) *) {
      rotate: 180deg;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:h-px {
    &::after {
      content: var(--tw-content);
      height: 1px;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .in-focus\:opacity-100 {
    :where(*:focus) & {
      opacity: 100%;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-start-4 {
    @media (width >= 48rem) {
      grid-column-start: 4;
    }
  }
  .md\:m-0 {
    @media (width >= 48rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:max-w-\[10\%\] {
    @media (width >= 48rem) {
      max-width: 10%;
    }
  }
  .md\:max-w-\[20\%\] {
    @media (width >= 48rem) {
      max-width: 20%;
    }
  }
  .md\:max-w-\[25\%\] {
    @media (width >= 48rem) {
      max-width: 25%;
    }
  }
  .md\:max-w-\[30\%\] {
    @media (width >= 48rem) {
      max-width: 30%;
    }
  }
  .md\:max-w-\[33\%\] {
    @media (width >= 48rem) {
      max-width: 33%;
    }
  }
  .md\:max-w-\[40\%\] {
    @media (width >= 48rem) {
      max-width: 40%;
    }
  }
  .md\:max-w-\[50\%\] {
    @media (width >= 48rem) {
      max-width: 50%;
    }
  }
  .md\:max-w-\[60\%\] {
    @media (width >= 48rem) {
      max-width: 60%;
    }
  }
  .md\:max-w-\[66\%\] {
    @media (width >= 48rem) {
      max-width: 66%;
    }
  }
  .md\:max-w-\[70\%\] {
    @media (width >= 48rem) {
      max-width: 70%;
    }
  }
  .md\:max-w-\[75\%\] {
    @media (width >= 48rem) {
      max-width: 75%;
    }
  }
  .md\:max-w-\[80\%\] {
    @media (width >= 48rem) {
      max-width: 80%;
    }
  }
  .md\:max-w-\[90\%\] {
    @media (width >= 48rem) {
      max-width: 90%;
    }
  }
  .md\:basis-1\/2 {
    @media (width >= 48rem) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:inline {
    @media (width >= 80rem) {
      display: inline;
    }
  }
  .xl\:inline-block {
    @media (width >= 80rem) {
      display: inline-block;
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:flex {
    @media (width >= 96rem) {
      display: flex;
    }
  }
  .\32 xl\:grid {
    @media (width >= 96rem) {
      display: grid;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:inline {
    @media (width >= 96rem) {
      display: inline;
    }
  }
  .\32 xl\:inline-block {
    @media (width >= 96rem) {
      display: inline-block;
    }
  }
}
@layer base {
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@layer base {
  body {
    font-family: var(--body-font);
    line-height: var(--body-line-height);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--font-size);
    font-weight: var(--body-font-weight);
    width: 100%;
    overflow-x: hidden;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    margin-bottom: 0.5em;
    color: var(--palette-heading-color, --heading-color);
    line-height: var(--heading-line-height);
  }
  h1, .h1 {
    font-size: var(--font-size-h1);
  }
  h2, .h2 {
    font-size: var(--font-size-h2);
  }
  h3, .h3 {
    font-size: var(--font-size-h3);
  }
  h4, .h4 {
    font-size: var(--font-size-h4);
  }
  h5, .h5 {
    font-size: var(--font-size-h5);
  }
  h6, .h6 {
    font-size: var(--font-size-h6);
  }
  .pre-head {
    margin-bottom: 0.9em;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 80%;
    font-weight: var(--body-font-weight);
    font-family: var(--heading-font);
  }
  [class*="palette-"] {
    a {
      color: var(--palette-link-color);
      &:hover {
        color: var(--palette-link-color-hover);
      }
    }
    .highlight {
      background-color: var(--palette-highlight-background-color) !important;
      color: var(--palette-highlight-text-color) !important;
      padding: 0.25em;
      i {
        color: var(--palette-highlight-icon-color) !important;
      }
    }
  }
  address {
    font-style: normal;
  }
  i {
    font-size: 1.25em;
  }
  .text-small {
    font-size: var(--font-size-small);
  }
  .text-normal {
    font-size: var(--font-size);
  }
  .text-big {
    font-size: var(--font-size-big);
  }
}
@layer base {
  .umb-block-grid__layout-container {
    column-gap: var(--umb-block-grid--column-gap, 0);
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: minmax(0px, min-content);
    grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
    position: relative;
    row-gap: var(--umb-block-grid--row-gap, 0);
  }
  .umb-block-grid__layout-item {
    grid-column-end: span var(--umb-block-grid--grid-columns);
    grid-row: span var(--umb-block-grid--item-row-span, 1);
    position: relative;
  }
  .umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
    column-gap: var(--umb-block-grid--areas-column-gap, 0);
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: minmax(0px, min-content);
    grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
    position: relative;
    row-gap: var(--umb-block-grid--areas-row-gap, 0);
  }
  .umb-block-grid__area {
    display: flex;
    flex-direction: column;
    grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--area-grid-columns));
    grid-row: span var(--umb-block-grid--area-row-span, 1);
    height: 100%;
    position: relative;
  }
  @media (min-width: 1024px) {
    .umb-block-grid__layout-item {
      grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
    }
    .umb-block-grid__area {
      grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
    }
  }
  .umb-block-grid__layout-container .umb-block-grid__layout-container {
    --umb-block-grid--column-gap: var(--grid-spacing, 32px);
    --umb-block-grid--row-gap: var(--grid-spacing, 32px);
    .umb-block-grid__layout-container {
      --umb-block-grid--column-gap: 0;
      --umb-block-grid--row-gap: 0;
    }
  }
  @media (max-width:600px) {
    .umb-block-grid__layout-container .umb-block-grid__layout-container {
      --umb-block-grid--grid-columns: 1 !important;
    }
  }
}
@layer base {
  @layer utilities {
    img[loading="lazy"] {
      opacity: 0;
      transition: opacity 300ms ease-in-out;
    }
    img[loading="lazy"].loaded {
      opacity: 1;
    }
  }
}
@layer base {
  .overlay {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: 5;
    height: 100%;
    width: 100%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    background-color: var(--palette-background-color);
  }
}
@layer base {
  .loading {
    position: relative;
    z-index: 1;
  }
  .loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
  }
  .loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    z-index: 99999;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 0.2rem solid rgba(0,0,0,0.15);
    border-top-color: rgba(0,0,0,0.5);
    animation: spin 0.5s infinite linear;
  }
}
@layer components {
  .component {
    padding: var(--component-spacing, 16px);
  }
}
@layer components {
  .mobile-nav-visible .header {
    position: fixed;
    height: 100%;
    &.header-scroll {
      position: fixed;
    }
    .main-nav, .secondary-nav, .sub-nav {
      display: block;
    }
    .cta-nav {
      display: flex;
    }
    &.header-transparent {
      background-color: var(--palette-background-color);
    }
  }
  .header {
    position: relative;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 50;
    width: 100%;
    --tw-shadow-alpha: 5%;
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 5%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 5%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: top;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &.header-scroll {
      position: sticky;
    }
    .main-nav, .secondary-nav, .sub-nav {
      display: none;
      @media (width >= 64rem) {
        display: block;
      }
    }
    .cta-nav {
      display: none;
      @media (width >= 64rem) {
        display: flex;
      }
    }
    .row {
      margin-inline: calc(var(--spacing) * -4);
      align-items: stretch;
      @media (width >= 40rem) {
        margin-inline: calc(var(--spacing) * -8);
      }
      @media (width >= 64rem) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
    .row > * {
      width: auto;
      max-width: 100%;
      flex-shrink: 0;
    }
    i {
      color: var(--palette-icon-color);
    }
    .logo {
      padding-block: var(--logo-padding, 16px);
      max-width: 12rem;
      flex: 0 0 auto;
      position: relative;
      height: 100%;
      padding-inline-start: var(--logo-padding);
      @media (width >= 64rem) {
        padding-inline-start: calc(var(--spacing) * 0);
      }
      picture + span {
        display: none;
      }
      img {
        width: 100%;
      }
    }
    .main-nav, .secondary-nav, .sub-nav {
      width: 100%;
      @media (width >= 64rem) {
        width: auto;
      }
      > ul {
        flex-direction: column;
        @media (width >= 64rem) {
          flex-direction: row;
        }
      }
    }
    .cta-nav {
      padding-block: var(--logo-padding, 16px);
      width: 100%;
      justify-content: center;
      @media (width >= 64rem) {
        width: auto;
      }
      @media (width >= 64rem) {
        justify-content: flex-start;
      }
    }
    ul > li {
      border-color: var(--palette-border-color);
      position: relative;
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      --tw-border-style: solid;
      border-style: solid;
      @media (width >= 64rem) {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
      &:first-of-type {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
      > .main-nav-link {
        display: flex;
        align-items: center;
        padding-inline: calc(var(--spacing) * 4);
        white-space: nowrap;
        @media (width >= 64rem) {
          height: 100%;
        }
      }
    }
    .main-nav-link {
      gap: calc(var(--component-spacing) / 2);
      color: var(--palette-text-color);
      padding-block: calc(var(--spacing) * 2);
      > .trailing-icon {
        display: none;
        @media (width >= 64rem) {
          display: block;
        }
      }
      .expand {
        position: absolute;
        right: calc(var(--spacing) * 0);
        margin-inline-start: auto;
        display: flex;
        align-items: center;
        padding: calc(var(--spacing) * 2);
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
        --tw-leading: 1;
        line-height: 1;
        @media (width >= 64rem) {
          display: none;
        }
        background-color: var(--palette-highlight-background-color-darken);
        .close {
          display: none;
        }
        &.open {
          .open {
            display: none;
          }
          .close {
            display: block;
          }
        }
      }
      &:hover, &:focus {
        background-color: var(--palette-highlight-background-color);
      }
    }
    li > ul {
      min-width: 200px;
    }
    nav > ul {
      display: flex;
      height: 100%;
    }
    .has-grid, .has-children {
      ul, .umb-block-grid {
        position: absolute;
        display: none;
        height: auto;
        --tw-shadow-alpha: 10%;
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 10%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 10%));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        background-color: var(--palette-background-color);
        &.mobile-open {
          position: relative;
          left: calc(var(--spacing) * 0);
          display: block;
          --tw-shadow: 0 0 #0000;
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
      &:hover, &:focus-within {
        > ul, .umb-block-grid {
          display: block;
        }
        .main-nav-link {
          background-color: var(--palette-highlight-background-color);
        }
      }
      li:last-of-type {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
      .has-grid > ul, .has-children > ul {
        top: calc(var(--spacing) * 0);
        left: 100%;
      }
      .has-children > ul.flip-left {
        right: 100%;
        left: auto;
      }
    }
    .has-children {
      position: relative;
      li > .main-nav-link {
        padding-inline: calc(var(--spacing) * 4);
        padding-block: calc(var(--spacing) * 2);
      }
      > ul.flip-left {
        right: calc(var(--spacing) * 0);
        left: auto;
      }
    }
    .has-grid {
      position: relative;
      @media (width >= 64rem) {
        position: static;
      }
      .umb-block-grid {
        right: calc(var(--spacing) * 0);
        left: calc(var(--spacing) * 0);
        overflow-y: auto;
        padding: calc(var(--spacing) * 0);
        --umb-block-grid--column-gap: var(--grid-spacing, 32px);
        --umb-block-grid--row-gap: var(--grid-spacing, 32px);
      }
    }
    .active {
      > .main-nav-link {
        color: var(--palette-link-color);
      }
    }
  }
  .header.header-transparent {
    position: absolute;
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    ul > li {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
      &:first-of-type {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
    }
  }
  .header.header-transparent.header-scroll {
    position: fixed;
  }
  .scrolled .header.header-transparent.header-scroll {
    position: fixed;
    --tw-shadow-alpha: 5%;
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 5%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 5%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    background-color: revert-layer;
  }
  @supports (animation-timeline: scroll()) {
    .header.header-transparent.header-scroll {
      animation: header-solidify steps(1, jump-end) both;
      animation-timeline: scroll(root);
      animation-range: 0 1px;
    }
  }
  .header {
    .mobile-actions {
      order: 2;
      display: flex;
      > li {
        padding: calc(var(--spacing) * 0);
      }
      i {
        display: block;
        font-size: 1.25em;
        @media (width >= 64rem) {
          font-size: 1em;
        }
      }
    }
    .toggle-search {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      --tw-leading: 1;
      line-height: 1;
      .main-nav-link {
        padding: var(--logo-padding, 16px) calc(var(--logo-padding, 16px) / 2);
      }
      i {
        display: block;
        @media (width >= 64rem) {
          font-size: 1em;
        }
      }
    }
    .secondary-nav {
      .toggle-search {
        display: none;
        @media (width >= 64rem) {
          display: block;
        }
      }
    }
    .hamburger {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      --tw-leading: 1;
      line-height: 1;
      padding: var(--logo-padding, 16px) calc(var(--logo-padding, 16px) / 2);
      .close {
        display: none;
      }
      &.open {
        .open {
          display: none;
        }
        .close {
          display: block;
        }
      }
    }
  }
  .scroll.hide-header {
    #site-header {
      top: -100%;
    }
  }
  .header ul > li.language-selector {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
    > a span {
      @media (width >= 48rem) {
        display: none;
      }
    }
    img {
      max-width: 1.2em;
      width: 1.2em;
    }
    ul.mobile-open {
      background-color: var(--palette-highlight-background-color);
    }
  }
  #site-header {
    .logo {
      order: 1;
    }
    .main-nav {
      order: 3;
    }
    .sub-nav {
      order: 4;
    }
    .secondary-nav {
      order: 5;
    }
    .cta-nav {
      order: 6;
    }
    .language-selector ul {
      right: calc(var(--spacing) * 0);
      left: auto;
    }
    .row {
      &::before {
        content: var(--tw-content);
        order: 2;
      }
      &::before {
        content: var(--tw-content);
        margin-inline-start: auto;
      }
    }
  }
  @media (width >= 64rem) {
    #site-header.layout-01 {
      .logo {
        order: 1;
      }
      .main-nav {
        order: 3;
      }
      .sub-nav {
        order: 4;
      }
      .secondary-nav {
        order: 5;
      }
      .cta-nav {
        order: 6;
      }
      .language-selector ul {
        right: calc(var(--spacing) * 0);
        left: auto;
      }
      .row {
        &::before {
          content: var(--tw-content);
          order: 2;
        }
        &::before {
          content: var(--tw-content);
          margin-inline-start: auto;
        }
      }
    }
    #site-header.layout-02 {
      .logo {
        order: 1;
      }
      .main-nav {
        order: 2;
      }
      .sub-nav {
        order: 4;
      }
      .secondary-nav {
        order: 5;
      }
      .cta-nav {
        order: 6;
      }
      .language-selector ul {
        right: calc(var(--spacing) * 0);
        left: auto;
      }
      .row {
        &::before {
          content: var(--tw-content);
          order: 2;
        }
        &::before {
          content: var(--tw-content);
          margin-inline-start: auto;
        }
        &::after {
          content: var(--tw-content);
          order: 3;
        }
        &::after {
          content: var(--tw-content);
          margin-inline-start: auto;
        }
      }
    }
    #site-header.layout-03 {
      .logo {
        order: 1;
      }
      .main-nav {
        order: 2;
      }
      .sub-nav {
        order: 4;
      }
      .secondary-nav {
        order: 5;
      }
      .cta-nav {
        order: 6;
      }
      .language-selector ul {
        right: calc(var(--spacing) * 0);
        left: auto;
      }
      .row {
        &::before {
          content: var(--tw-content);
          order: 3;
        }
        &::before {
          content: var(--tw-content);
          margin-inline-start: auto;
        }
      }
    }
    #site-header.layout-04 {
      .logo {
        position: absolute;
        left: calc(1/2 * 100%);
        order: 2;
        --tw-translate-x: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
      .main-nav {
        order: 1;
      }
      .secondary-nav {
        order: 4;
      }
      .sub-nav {
        order: 4;
      }
      .cta-nav {
        order: 5;
      }
      .language-selector ul {
        right: calc(var(--spacing) * 0);
        left: auto;
      }
      .row {
        min-height: 72px;
        &::before {
          content: var(--tw-content);
          order: 2;
        }
        &::before {
          content: var(--tw-content);
          margin-inline-start: auto;
        }
        &::after {
          content: var(--tw-content);
          order: 3;
        }
        &::after {
          content: var(--tw-content);
          margin-inline-start: auto;
        }
      }
    }
    #site-header.layout-05 {
      .logo {
        order: 2;
        justify-self: center;
      }
      .secondary-nav {
        order: 1;
      }
      .main-nav {
        order: 5;
        > ul > li {
          &:first-of-type {
            border-top-style: var(--tw-border-style);
            border-top-width: 0px;
          }
          > a {
            padding-block: var(--logo-padding, 16px);
          }
        }
      }
      .cta-nav {
        order: 3;
        justify-self: flex-end;
      }
      .row {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        &::before {
          content: var(--tw-content);
          order: 4;
        }
        &::before {
          content: var(--tw-content);
          margin-inline-start: auto;
        }
        &::after {
          content: var(--tw-content);
          order: 6;
        }
        &::after {
          content: var(--tw-content);
          margin-inline-start: auto;
        }
      }
    }
  }
  #site-header.mobile-layout-01 {
    .mobile-actions {
      order: 2;
    }
  }
}
@layer components {
  :root {
    --pre-top-height: 2.25rem;
  }
  .pre-top {
    position: relative;
    display: none;
    width: 100%;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    @media (width >= 64rem) {
      display: block;
    }
    z-index: 60;
    .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: var(--pre-top-height);
    }
    .pre-top__list {
      display: flex;
      list-style-type: none;
    }
    i {
      color: var(--palette-icon-color);
    }
    ul > li {
      position: relative;
      > .main-nav-link, > .nav-item {
        display: flex;
        align-items: center;
        padding-inline: calc(var(--spacing) * 4);
        white-space: nowrap;
        @media (width >= 64rem) {
          height: 100%;
        }
      }
    }
    ul > li.has-children {
      border-color: var(--palette-border-color);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      --tw-border-style: solid;
      border-style: solid;
      @media (width >= 64rem) {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
      &:first-of-type {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
    }
    .main-nav-link {
      gap: calc(var(--component-spacing) / 2);
      color: var(--palette-text-color);
      padding-block: calc(var(--spacing) * 2);
      > i {
        display: none;
        @media (width >= 64rem) {
          display: block;
        }
      }
      &:hover, &:focus {
        background-color: var(--palette-highlight-background-color);
      }
    }
    .nav-item {
      gap: calc(var(--component-spacing) / 2);
      color: var(--palette-text-color);
      padding-block: calc(var(--spacing) * 2);
      > i {
        display: none;
        @media (width >= 64rem) {
          display: block;
        }
      }
    }
    li > ul {
      min-width: 200px;
    }
    nav > ul {
      display: flex;
      height: 100%;
    }
    .has-children {
      ul {
        position: absolute;
        display: none;
        height: auto;
        --tw-shadow-alpha: 10%;
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 10%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 10%));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        background-color: var(--palette-background-color);
      }
      &:hover, &:focus-within {
        > ul {
          display: block;
        }
        .main-nav-link {
          background-color: var(--palette-highlight-background-color);
        }
      }
      li:last-of-type {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
      .has-children > ul {
        top: calc(var(--spacing) * 0);
        left: 100%;
      }
    }
    .has-children {
      position: relative;
      li > .main-nav-link {
        padding-inline: calc(var(--spacing) * 4);
        padding-block: calc(var(--spacing) * 2);
      }
    }
    .pre-top__list--right {
      .has-children > ul {
        right: calc(var(--spacing) * 0);
        left: auto;
      }
      .has-children .has-children > ul {
        right: 100%;
        left: auto;
      }
    }
  }
  .pre-top + .header.header-transparent {
    transition-property: background-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    @media (width >= 64rem) {
      top: var(--pre-top-height);
    }
  }
  .scrolled .pre-top + .header.header-transparent.header-scroll {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  @supports (animation-timeline: scroll()) {
    @media (width >= 64rem) {
      .pre-top + .header.header-transparent.header-scroll {
        top: 0;
        animation: pre-top-header-rise linear both, header-solidify steps(1, jump-end) both;
        animation-timeline: scroll(root), scroll(root);
        animation-range: 0 var(--pre-top-height), 0 1px;
      }
    }
  }
}
@layer components {
  .footer {
    border-top: 1px solid var(--palette-border-color);
    padding-block: var(--section-spacing-sm);
  }
  .footer:not(.dark) #igloo_symbol {
    fill: #111 !important;
  }
}
@layer components {
  .searchBlock {
    .search-result-info {
      margin-block: calc(var(--spacing) * 4);
      text-align: center;
    }
    .search-empty {
      padding: calc(var(--spacing) * 4);
      text-align: center;
      opacity: 40%;
      h5 {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
    .search__form {
      visibility: visible;
      opacity: 1;
      transform: none;
      position: relative;
      z-index: 2;
      background-color: white;
    }
    .search-result {
      background-color: var(--palette-background-color-lighten);
      .h5 {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
    .search-pagination-container {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .search__form {
    display: flex;
    transition: all 0.3s ease;
    opacity: 0;
    position: relative;
    > i {
      position: absolute;
      top: 50%;
      left: 1.5rem;
      opacity: 0.4;
      font-size: 1.125rem;
      line-height: 1;
      z-index: 1;
      transform: translateY(-50%);
    }
    .search__input {
      margin-bottom: 0;
      font-size: 1rem;
      padding-left: 3.5rem;
    }
  }
  .search-nav {
    position: fixed;
    top: calc(var(--spacing) * 0);
    display: flex;
    width: 100%;
    align-items: center;
    opacity: 0%;
    background-color: var(--palette-background-color-lighten);
    z-index: 999;
    visibility: hidden;
    transition: all 0.3s ease;
    height: var(--header-height);
    .search__form .search__loader {
      position: absolute !important;
      top: calc(var(--spacing) * 0);
      right: calc(var(--spacing) * 4);
      height: 100%;
      width: calc(var(--spacing) * 12);
    }
    .search__form .search__input {
      &:required:valid {
        border: unset !important;
        box-shadow: unset !important;
      }
    }
    .search__suggest {
      margin-bottom: calc(var(--spacing) * 4);
      li {
        &:first-child a {
          border-top: 0;
        }
        a {
          display: flex;
          border-top-style: var(--tw-border-style);
          border-top-width: 1px;
          border-color: var(--color-gray-200);
          padding: calc(var(--spacing) * 4);
          &:hover {
            background-color: var(--color-gray-100);
          }
          .search__suggest-title {
            display: block;
            --tw-font-weight: var(--font-weight-bold);
            font-weight: var(--font-weight-bold);
          }
          .search__suggest-desc {
            display: block;
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height));
          }
        }
      }
    }
  }
  .search-nav .container {
    max-width: var(--container-xl) !important;
  }
  .search-overlay {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-color: var(--color-black);
    opacity: 0%;
    z-index: 998;
    transition: all 0.3s ease;
    visibility: hidden;
  }
  .header.dark ~ .search-overlay {
    background-color: var(--color-white);
  }
  .search__autocomplete {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: var(--container-xl);
    overflow-y: auto;
    border-bottom-right-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 4);
    opacity: 0%;
    --tw-shadow-alpha: 15%;
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 15%)), 0 4px 6px -4px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 15%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    background-color: var(--palette-background-color-lighten);
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease;
    transform: translateY(20px);
    &.hide {
      display: none;
    }
  }
  .search__close {
    position: absolute;
    top: calc(1/2 * 100%);
    right: calc(var(--spacing) * 8);
    margin-top: calc(var(--spacing) * -4);
    display: flex;
    height: calc(var(--spacing) * 8);
    width: calc(var(--spacing) * 8);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    opacity: 0%;
    transition: all 0.3s ease;
    transform: scale(0.8) rotate(90deg);
    z-index: 10;
    &:hover {
      background-color: var(--palette-background-color-darken);
    }
  }
  .search-visible {
    .search-nav {
      visibility: visible;
      opacity: 1;
    }
    .search-overlay {
      opacity: 0.5;
      visibility: visible;
      transition-duration: 0.6s;
    }
    .search__form {
      opacity: 1;
      transition-delay: 0.3s;
      transform: scale(1) translateX(0);
    }
    .search__autocomplete {
      opacity: 1;
      transition-delay: 0.3s;
      transform: translateY(0);
    }
    .search__close {
      opacity: 1;
      visibility: visible;
      transform: scale(1) rotate(0);
      transition-delay: 0.5s;
    }
  }
}
@layer components {
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 2.5);
    text-align: center;
    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);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    background-color: var(--variant-button-background-color);
    color: var(--variant-button-text-color);
    border-color: var(--variant-button-border-color);
    border-radius: var(--variant-button-border-radius, 4px);
    &:hover, &:focus {
      background-color: var(--variant-button-background-color-hover);
      color: var(--variant-button-text-color-hover);
      border-color: var(--variant-button-border-color-hover);
    }
    &:disabled, &.disabled {
      background-color: var(--variant-button-background-color);
      color: var(--variant-button-text-color);
      border-color: var(--variant-button-border-color);
      opacity: 0.5;
      cursor: not-allowed;
    }
  }
  .button-small {
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .button-big {
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .button-block {
    width: 100%;
  }
  .button-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .text-center .button-wrap {
    justify-content: center;
  }
}
@layer components {
  .sectionBlock {
    padding-block: var(--section-spacing);
    padding-inline: 0;
    &.gap-0 {
      --grid-spacing: 0;
    }
  }
  .sectionBlock > .container-fluid .component {
    padding: 0;
  }
}
@layer components {
  .umb-block-grid__layout-item[data-content-element-type-alias="groupBlock"] {
    display: flex;
  }
  .groupBlock {
    margin-block: auto;
    width: 100%;
    &.gap-0 .umb-block-grid__layout-container {
      --umb-block-grid--row-gap: 0;
    }
    .umb-block-grid__layout-container {
      --umb-block-grid--row-gap: var(--grid-spacing, 32px);
    }
  }
}
@layer components {
  .heroBlock {
    h1, h2 {
      font-size: var(--hero-heading-font-size-mobile);
      @media (width >= 64rem) {
        font-size: var(--hero-heading-font-size);
      }
    }
    .hero__inner {
      position: relative;
      z-index: 10;
      width: 100%;
      flex-grow: 1;
    }
    .row.justify-center {
      .hero__inner {
        text-align: center;
      }
      .button-wrap {
        justify-content: center;
      }
    }
  }
  .icon-scroll {
    position: absolute;
    bottom: calc(var(--spacing) * 8);
    left: calc(1/2 * 100%);
    z-index: 10;
    margin: calc(var(--spacing) * -4);
    width: calc(var(--spacing) * 8);
    animation: var(--animate-bounce);
    text-align: center;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@layer components {
  .googleMapBlock {
    padding: 0;
  }
  gmp-map {
    img {
      height: unset;
    }
  }
}
@layer components {
  .sectionNavigationBlock {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--palette-border-color);
    background-color: var(--palette-background-color-darken);
    &.dark {
      background-color: var(--palette-background-color-lighten);
      ul a.active::after {
        background-color: var(--palette-background-color);
      }
    }
    ul {
      display: flex;
      justify-content: center;
      overflow-x: auto;
      overflow-y: hidden;
      @media (width >= 48rem) {
        overflow: visible;
      }
      li a:first-child {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
      a {
        position: relative;
        display: block;
        min-height: calc(var(--spacing) * 12);
        min-width: calc(var(--spacing) * 25);
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
        --tw-border-style: solid;
        border-style: solid;
        padding-inline: calc(var(--spacing) * 6);
        padding-block: calc(var(--spacing) * 4);
        text-align: center;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        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));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
        @media (width >= 48rem) {
          min-height: calc(var(--spacing) * 20);
        }
        @media (width >= 48rem) {
          min-width: calc(var(--spacing) * 20);
        }
        @media (width >= 48rem) {
          padding-inline: calc(var(--spacing) * 2);
        }
        @media (width >= 48rem) {
          padding-block: calc(var(--spacing) * 6);
        }
        color: var(--palette-heading-color);
        border-color: var(--palette-border-color);
        &:hover {
          color: var(--palette-heading-color);
          background-color: var(--palette-background-color);
        }
        i {
          margin-bottom: calc(var(--spacing) * 2);
          display: block;
          color: var(--palette-icon-color);
        }
        &.active {
          background-color: var(--palette-background-color);
          &::after {
            position: absolute;
            bottom: -1px;
            left: calc(var(--spacing) * 0);
            height: 1px;
            width: 100%;
            --tw-content: '';
            content: var(--tw-content);
            background-color: var(--palette-background-color);
          }
          i {
            margin-bottom: calc(var(--spacing) * 2);
            display: block;
            color: var(--palette-highlight-icon-color);
          }
        }
      }
    }
  }
}
@layer components {
  .umb-block-grid__layout-container > .umb-block-grid__layout-item > .imageBlock {
    padding: 0;
  }
}
@layer components {
  .logosBlock.black-and-white img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    &:hover {
      filter: grayscale(0%);
    }
  }
}
@layer components {
  .accordionBlock.boxed {
    background-color: inherit;
    .group {
      margin-bottom: calc(var(--spacing) * 4);
      --tw-shadow-alpha: 15%;
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 15%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 15%));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      background-color: var(--variant-background-color);
      color: var(--variant-text-color);
    }
  }
}
@layer components {
  .lineBreakBlock.line-divider:after {
    background-color: var(--palette-border-color);
  }
}
@layer components {
  .podBlock {
    padding: 0;
    .content {
      background-color: var(--palette-background-color);
      padding: var(--component-spacing);
    }
    &.img-background {
      .content {
        background-color: transparent;
      }
    }
    &.boxed {
      --tw-shadow-alpha: 15%;
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 15%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 15%));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .flex-row > .icon.order-first {
      padding-left: var(--component-spacing);
    }
    .flex-col > .icon.order-first {
      padding-top: var(--component-spacing);
    }
    .flex-row > .icon.order-last {
      padding-right: var(--component-spacing);
    }
    .flex-col > .icon.order-last {
      padding-bottom: var(--component-spacing);
    }
    .flex-row.items-start > .icon {
      padding-top: var(--component-spacing);
    }
    .flex-row.items-end > .icon {
      padding-bottom: var(--component-spacing);
    }
    .flex-col.items-start > .icon {
      padding-left: var(--component-spacing);
    }
    .flex-col.items-end > .icon {
      padding-right: var(--component-spacing);
    }
  }
}
@layer components {
  .umbraco-forms-indicator, .validation-summary-errors, .error-color {
    color: var(--palette-error-color);
  }
  .field-validation-error {
    display: block;
    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(--palette-error-color);
  }
  .success-color {
    color: var(--palette-success-color);
  }
  .contactFormBlock.dark, .umbracoFormBlock.dark, .newsletterBlock.dark, .dark .contactFormBlock, .dark .umbracoFormBlock, .dark .newsletterBlock {
    --input-background-color: var(--palette-background-color-lighten);
    input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="search"], input[type="number"], input[type="date"], textarea, select {
      display: block;
      &:focus {
        --input-background-color: var(--palette-background-color-lighten);
      }
    }
  }
  .contactFormBlock, .umbracoFormBlock, .newsletterBlock {
    --input-background-color: var(--palette-background-color-darken);
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="search"], input[type="number"], input[type="date"], textarea, select {
    display: block;
    width: 100%;
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    padding-inline: 1em;
    padding-block: 0.5em;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 250ms;
    transition-duration: 250ms;
    background-color: var(--input-background-color);
    border-color: var(--palette-border-color);
    font-weight: var(--body-font-weight);
    color: var(--palette-text-color);
    &:focus {
      outline: none;
      box-shadow: 0 0 6px rgba(var(--palette-highlight-background-color-rgb), 0.3);
      border-color: rgba(var(--palette-highlight-background-color-rgb), 0.7);
    }
    &::placeholder {
      color: var(--palette-text-color);
    }
    &[disabled] {
      cursor: not-allowed;
    }
    &::placeholder {
      font-style: italic;
    }
    &:required:valid {
      position: relative;
      border-color: rgba(var(--palette-success-color-rgb), 0.05);
      box-shadow: 0 0 1px 1px var(--palette-success-color) !important;
      + i {
        visibility: visible;
        --tw-translate-y: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
        opacity: 100%;
      }
    }
    + i {
      visibility: hidden;
      position: absolute;
      top: calc(1/2 * 100%);
      right: calc(var(--spacing) * 2.5);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      --tw-scale-x: 0%;
      --tw-scale-y: 0%;
      --tw-scale-z: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      font-size: 1.2em;
      opacity: 0%;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 250ms;
      transition-duration: 250ms;
      color: var(--palette-success-color);
    }
  }
  select option[disabled] {
    background-color: var(--palette-background-color-darken);
  }
  form label, .form-label, .umbraco-forms-legend {
    margin-bottom: 0.8em;
    display: block;
    font-size: 0.9em;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .umbraco-forms-hidden {
    display: none;
  }
  .umbraco-forms-container {
    display: flex;
    flex-direction: column;
  }
  .help-block {
    margin-top: calc(1em * -1);
    margin-bottom: calc(var(--spacing) * 2);
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .radiobuttonlist, .multiplechoice, .fileupload {
    display: block;
  }
  .umbraco-forms-field {
    accent-color: var(--palette-highlight-icon-color-darken);
    position: relative;
    &.checkbox {
      padding-inline-start: calc(var(--spacing) * 6);
      label {
        cursor: pointer;
      }
      .umbraco-forms-field-wrapper {
        position: absolute;
        top: calc(var(--spacing) * 0);
        left: calc(var(--spacing) * 0);
      }
    }
    .checkboxlist, .radiobuttonlist {
      > div {
        position: relative;
        display: block;
        padding-inline-start: calc(var(--spacing) * 6);
        input[type=checkbox], input[type=radio] {
          position: absolute;
          top: calc(var(--spacing) * 0);
          left: calc(var(--spacing) * 0);
          height: 100%;
          cursor: pointer;
        }
      }
    }
    &.dataconsent {
      .umbraco-forms-field-wrapper {
        position: relative;
        padding-inline-start: calc(var(--spacing) * 6);
      }
      input[type=checkbox] {
        position: absolute;
        top: calc(var(--spacing) * 0);
        left: calc(var(--spacing) * 0);
        height: 100%;
        cursor: pointer;
      }
      .field-validation-error {
        margin-top: -1em;
      }
    }
  }
  .checkmark-svg {
    display: block;
    height: calc(var(--spacing) * 12);
    width: calc(var(--spacing) * 12);
    border-radius: calc(infinity * 1px);
    stroke: var(--color-white);
    stroke-width: 2;
    margin: var(--component-spacing) auto;
    box-shadow: inset 0 0 0 var(--palette-success-color);
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  }
  .checkmark__circle {
    fill: none;
    stroke-width: 2;
    stroke: var(--palette-success-color);
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: stroke 0.6s cubic-bezier(0.65,0,0.45,1) forwards;
  }
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65,0,0.45,1) 0.8s forwards;
  }
}
@layer components {
  .socialLinksBlock {
    a {
      background-color: var(--palette-background-color-lighten);
    }
    a:hover {
      background-color: var(--palette-background-color-darken);
    }
  }
}
@layer components {
  .videoBlock {
    .video-shadow {
      box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.3);
    }
  }
}
@layer components {
  .sliderBlock {
    .slide-padding {
      padding: calc(var(--component-spacing) * 2);
    }
    .slider {
      --swiper-theme-color: var(--palette-highlight-background-color);
    }
  }
}
@layer components {
  .navigationListBlock {
    text-align: left;
    .nav-link {
      color: inherit;
    }
    .nav-link:hover {
      text-decoration: underline;
    }
    .nav-link, .navigation-sub-list {
      padding-inline: calc(var(--spacing) * 4);
      padding-block: calc(var(--spacing) * 2);
    }
    .navigation-sub-list li {
      border-left: 2px solid var(--palette-text-color);
    }
    .selected {
      background-color: var(--palette-highlight-background-color-lighten);
      color: var(--palette-highlight-text-color);
    }
  }
}
@layer components {
  .tabsBlock {
    .tab {
      padding-inline: calc(var(--spacing) * 5);
      padding-block: calc(var(--spacing) * 2.5);
    }
    .tabs.text-tabs {
      border-color: var(--palette-background-color-darken);
      .tab a {
        color: inherit;
      }
      .tab {
        color: var(--palette-text-color);
      }
      .tab:hover, .tab.selected {
        margin-bottom: -1px;
        color: var(--palette-link-color);
        border-bottom: 1px solid var(--palette-link-color);
      }
    }
    .tabs.pill-tabs {
      .tab a {
        color: inherit;
      }
      .tab {
        color: var(--palette-text-color);
        border-radius: var(--variant-button-border-radius, 20px);
      }
      .tab:not(.selected):hover {
        background-color: var(--palette-background-color-darken);
      }
      .tab.selected {
        color: var(--palette-highlight-text-color);
        background-color: var(--palette-highlight-background-color);
      }
    }
    .tabs.default-tabs {
      .tab a {
        color: inherit;
      }
      .tab {
        color: var(--palette-text-color);
        border-radius: var(--variant-button-border-radius, 4px) var(--variant-button-border-radius, 4px) 0 0;
      }
      .tab:not(.selected):hover {
        background-color: var(--palette-background-color-darken);
      }
      .tab.selected {
        color: var(--palette-highlight-text-color);
        background-color: var(--palette-highlight-background-color);
      }
    }
    .tab.selected {
      cursor: default;
      pointer-events: none;
    }
    .default-tab-panel {
      background-color: var(--palette-link-color);
    }
  }
}
@layer components {
  .breadcrumbsBlock {
    ul {
      list-style: none;
      padding: 0;
      font-size: 0.875rem;
      font-weight: bold;
      li {
        font-size: 0.75rem;
        a {
          color: inherit;
        }
        a:hover, a:focus {
          text-decoration: underline;
        }
      }
      li::before {
        content: "/";
        padding: 0 0.7em;
        opacity: 0.4;
      }
      li:first-child::before {
        display: none;
      }
    }
  }
}
@layer components {
  .instagramFeedBlock {
    .gallery__group {
      display: grid;
      grid-gap: var(--grid-spacing-half);
      margin-bottom: var(--grid-spacing-half);
    }
    .gallery__group .gallery__item {
      grid-template-columns: 1fr;
      position: relative;
    }
    .gallery__group .gallery__item::after {
      content: "";
      display: block;
    }
    .gallery__group figure, .gallery__group .gallery__video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
    .gallery__group figure a, .gallery__group .gallery__video a {
      display: block;
      height: 100%;
    }
    .gallery__group figure img, .gallery__group .gallery__video img, .gallery__group figure video, .gallery__group .gallery__video video {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      aspect-ratio: 1 / 1;
    }
    .gallery__group figure a img, .gallery__group .gallery__video a img {
      transition: opacity 0.25s ease;
      transform: translate3d(0, 0, 0);
    }
    .gallery__group--grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      @media (width >= 48rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      @media (width >= 64rem) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    .gallery__group--grid .gallery__item::after {
      padding-bottom: 100%;
    }
    .instagram-user-link {
      position: absolute;
      top: 5px;
      right: 5px;
      color: var(--palette-heading-color) !important;
      display: block;
      padding: 10px;
      line-height: 1;
      border-radius: 100%;
      z-index: 3;
      opacity: 0.7;
    }
  }
}
@layer components {
  .newsletterBlock {
    .input-wrapper {
      position: relative;
      display: flex;
      flex-direction: row;
      gap: calc(var(--spacing) * 0);
      border-radius: var(--radius-sm);
      border-style: var(--tw-border-style);
      border-width: 1px;
      --tw-border-style: solid;
      border-style: solid;
      padding: calc(var(--spacing) * 1);
      border-color: var(--palette-border-color);
      background-color: var(--input-background-color);
      input {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
      .button {
        max-width: calc(var(--spacing) * 16);
        padding-inline: calc(var(--spacing) * 5);
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
  }
}
@layer components {
  .gallery {
    .gallery__group {
      display: grid;
      grid-gap: var(--grid-spacing-half);
      margin-bottom: var(--grid-spacing-half);
      grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr));
      grid-auto-rows: 1fr;
    }
    .gallery__item {
      aspect-ratio: var(--ratio, 1 / 1);
      width: 100%;
      height: 100%;
      position: relative;
      transition: opacity 0.25s ease;
      .gallery__image, .gallery__video, .gallery__video video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      &:hover {
        opacity: 0.9;
      }
    }
    .gallery__group--no-gap {
      grid-gap: 0;
      margin-bottom: 0;
    }
    .gallery__group--grid {
      grid-template-columns: repeat(4, 1fr);
      @media only screen and (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    .gallery__group--1 {
      --cols: 1;
      .gallery__item {
        --ratio: 16 / 9;
      }
    }
    .gallery__group--2 {
      --cols: 2;
      .gallery__item {
        --ratio: 1 / 1;
      }
    }
    .gallery__group--3 {
      --cols: 3;
      grid-auto-rows: 0.3fr;
      .gallery__item:nth-child(3n+1) {
        grid-column: span 2;
        grid-row: span 2;
        --ratio: 5 / 4;
      }
    }
    .gallery__group--4 {
      --cols: 2;
      grid-auto-rows: 0.3fr;
      .gallery__item {
        grid-row: span 2;
      }
      .gallery__item:nth-child(4n+1) {
        grid-row: span 3;
        --ratio: 5 / 4;
      }
      .gallery__item:nth-child(4n+4) {
        grid-column: 2;
        grid-row: 3 / span 3;
      }
    }
    .gallery__group--5 {
      --cols: 8;
      grid-auto-rows: 0.2fr;
      .gallery__item:nth-child(5n+1) {
        grid-column: span 5;
        grid-row: span 4;
        --ratio: 5 / 4;
      }
      .gallery__item:nth-child(5n+2), .gallery__item:nth-child(5n+3), .gallery__item:nth-child(5n+4) {
        grid-column: span 3;
        grid-row: span 2;
      }
      .gallery__item:nth-child(5n+5) {
        grid-column: span 5;
        grid-row: span 2;
        --ratio: 2 / 1;
      }
    }
    .gallery__group--6 {
      --cols: 4;
      .gallery__item {
        grid-row: span 2;
      }
      .gallery__item:nth-child(6n+1), .gallery__item:nth-child(6n+4) {
        grid-column: span 2;
        grid-row: span 3;
        --ratio: 7 / 5;
      }
    }
    .gallery__group--7 {
      --cols: 4;
      .gallery__item:nth-child(7n+1), .gallery__item:nth-child(7n+4) {
        grid-row: span 2;
        --ratio: 10 / 19;
      }
      .gallery__item:nth-child(7n+2) {
        grid-column: span 2;
        grid-row: span 2;
      }
    }
    .gallery__group--8 {
      --cols: 4;
      grid-auto-rows: 0.5fr;
      .gallery__item:nth-child(8n+1) {
        grid-row: span 2;
        --ratio: 1 / 2;
      }
      .gallery__item:nth-child(8n+4) {
        grid-column: 3 / span 2;
        grid-row: 1;
        --ratio: 2 / 1;
      }
      .gallery__item:nth-child(8n+6) {
        grid-row: span 2;
      }
      .gallery__item:nth-child(8n+7) {
        grid-column: span 2;
        --ratio: 2 / 1;
      }
    }
  }
}
@layer components {
  .peopleBlock {
    .people-grid {
      --grid-layout-gap: var(--grid-spacing);
      --grid-column-count: 3;
      --grid-item--min-width: 16rem;
      --gap-count: calc(var(--grid-column-count) - 1);
      --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
      --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
      display: grid;
      grid-gap: var(--grid-spacing);
      grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    }
    .personBlock.boxed {
      background-color: var(--palette-background-color);
    }
  }
  .dark {
    .personBlock {
      background-color: var(--palette-background-color-lighten);
    }
  }
}
@layer components {
  .personBlock {
    padding: calc(var(--spacing) * 0);
    .content {
      padding: var(--component-spacing);
    }
    &.boxed {
      --tw-shadow-alpha: 15%;
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 15%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 15%));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      .socialLinksBlock {
        a {
          background-color: var(--palette-background-color-darken);
        }
        a:hover {
          background-color: var(--palette-background-color-lighten);
        }
      }
    }
    &.circle-image {
      border-radius: 180px 180px 0 0;
    }
    &.text-center {
      address {
        justify-items: center;
      }
      .socialLinksBlock {
        justify-content: center;
      }
    }
    &.text-end {
      address {
        justify-items: end;
      }
      .socialLinksBlock {
        justify-content: flex-end;
      }
    }
  }
  .dark > .personBlock, .personBlock.dark {
    .socialLinksBlock {
      a {
        background-color: var(--palette-background-color);
      }
      a:hover {
        background-color: var(--palette-background-color-darken);
      }
    }
  }
}
@layer components {
  .textBlock {
    ul, ol {
      list-style-type: disc;
      margin-block-start: 1em;
      margin-block-end: 1em;
      padding-inline-start: 40px;
    }
  }
}
@layer utilities {
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
    @media (width >= 96rem) {
      max-width: var(--container-width);
    }
    container-type: inline-size;
    max-width: var(--container-width, 1300px);
  }
  .container-sm {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    @media (width >= 64rem) {
      max-width: var(--container-width-small);
    }
    @media (width >= 80rem) {
      max-width: var(--container-width-small);
    }
    @media (width >= 96rem) {
      max-width: var(--container-width-small);
    }
    container-type: inline-size;
    max-width: var(--container-width-small, 850px);
  }
  .container-lg {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    @media (width >= 64rem) {
      max-width: var(--container-width-big);
    }
    container-type: inline-size;
    max-width: var(--container-width-big, 1600px);
  }
  .container-full {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    max-width: 100%;
    container-type: inline-size;
  }
}
@keyframes header-solidify {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--palette-background-color);
  }
}
@keyframes pre-top-header-rise {
  from {
    transform: translateY(var(--pre-top-height));
  }
  to {
    transform: translateY(0);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1,1.1,1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 50px var(--palette-success-color);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-ease: 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;
    }
  }
}

/*! Auto-generated design variant styles */
:root {
  /* You can define global default variables here if needed */
}

@layer base {
/*! Design: Igloo Base */
/*! Last Generated: 2026-07-13T14:22:52.3630000Z */
.design-d7865fc6-e6c2-4420-a6d6-d3c81aeae523 {
  --container-width: 1300px;
  --container-width-small: 850px;
  --container-width-big: 1600px;
  --section-spacing: 30px;
  --section-spacing-sm: 30px;
  --grid-spacing: 16px;
  --grid-spacing-half: calc(var(--grid-spacing) / 2);
  --component-spacing: 16px;
  --logo-padding: 12px;
}

@media (min-width: 1024px) {
  .design-d7865fc6-e6c2-4420-a6d6-d3c81aeae523 {
  --section-spacing: 30px;
  --logo-padding: 16px;
  --grid-spacing: 16px;
  }
}

.design-d7865fc6-e6c2-4420-a6d6-d3c81aeae523 {
  --font-size-small: 0.75rem;
  --font-size: 1rem;
  --font-size-big: 1.25rem;
  --body-font: Verdana;
  --body-font-weight: normal;
  --body-line-height: 1.6;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2.25rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.2rem;
  --font-size-h6: 1rem;
  --heading-font: Verdana;
  --heading-font-weight: bold;
  --heading-line-height: 1.5;
  --hero-heading-font-size: 2.5rem;
  --hero-heading-font-size-mobile: 2.5rem;
}

/*! Palette: Breadcrumb */
.palette-ea16e5ea-e5a5-48ee-b339-936ee0a0e153 {
  --palette-background-color: #f2f2f2;
  --palette-background-color-darken: #E5E5E5;
  --palette-background-color-lighten: #FEFEFE;
  --palette-background-color-rgb: 242, 242, 242;
  --palette-heading-color: #ffffff;
  --palette-secondary-heading-color: #ffffff;
  --palette-text-color: #6e6e6e;
  --palette-link-color: #ffffff;
  --palette-link-color-hover: #ffffff;
  --palette-border-color: #ffffff;
  --palette-icon-color: #ffffff;
  --palette-highlight-background-color: #ffffff;
  --palette-highlight-background-color-darken: #F2F2F2;
  --palette-highlight-background-color-lighten: #FFFFFF;
  --palette-highlight-background-color-rgb: 255, 255, 255;
  --palette-highlight-icon-color: #ffffff;
  --palette-highlight-icon-color-darken: #F2F2F2;
  --palette-highlight-icon-color-lighten: #FFFFFF;
  --palette-highlight-icon-color-rgb: 255, 255, 255;
  --palette-highlight-text-color: #ffffff;
  --palette-error-color: #ffffff;
  --palette-error-color-rgb: 255, 255, 255;
  --palette-success-color: #ffffff;
  --palette-success-color-rgb: 255, 255, 255;
  background-color: var(--palette-background-color);
  color: var(--palette-text-color);
}

/*! Palette: White Text */
.palette-f7aa0d93-f2cb-474b-bae4-69cd3e4b195e {
  --palette-background-color: #000000;
  --palette-background-color-darken: #000000;
  --palette-background-color-lighten: #0C0C0C;
  --palette-background-color-rgb: 0, 0, 0;
  --palette-heading-color: #ffffff;
  --palette-secondary-heading-color: #ffffff;
  --palette-text-color: #ffffff;
  --palette-link-color: #ffffff;
  --palette-link-color-hover: #ffffff;
  --palette-border-color: #ffffff;
  --palette-icon-color: #ffffff;
  --palette-highlight-background-color: #ffffff;
  --palette-highlight-background-color-darken: #F2F2F2;
  --palette-highlight-background-color-lighten: #FFFFFF;
  --palette-highlight-background-color-rgb: 255, 255, 255;
  --palette-highlight-icon-color: #ffffff;
  --palette-highlight-icon-color-darken: #F2F2F2;
  --palette-highlight-icon-color-lighten: #FFFFFF;
  --palette-highlight-icon-color-rgb: 255, 255, 255;
  --palette-highlight-text-color: #ffffff;
  --palette-error-color: #ffffff;
  --palette-error-color-rgb: 255, 255, 255;
  --palette-success-color: #ffffff;
  --palette-success-color-rgb: 255, 255, 255;
  background-color: var(--palette-background-color);
  color: var(--palette-text-color);
}

/*! Palette: Black Text */
.palette-952ae849-eeb3-4c2b-a69c-2a529c05abc9 {
  --palette-background-color: #ffffff;
  --palette-background-color-darken: #F2F2F2;
  --palette-background-color-lighten: #FFFFFF;
  --palette-background-color-rgb: 255, 255, 255;
  --palette-heading-color: #000000;
  --palette-secondary-heading-color: #000000;
  --palette-text-color: #000000;
  --palette-link-color: #1f5561;
  --palette-link-color-hover: #1f5561;
  --palette-border-color: #ffffff;
  --palette-icon-color: #000000;
  --palette-highlight-background-color: #ffffff;
  --palette-highlight-background-color-darken: #F2F2F2;
  --palette-highlight-background-color-lighten: #FFFFFF;
  --palette-highlight-background-color-rgb: 255, 255, 255;
  --palette-highlight-icon-color: #000000;
  --palette-highlight-icon-color-darken: #000000;
  --palette-highlight-icon-color-lighten: #0C0C0C;
  --palette-highlight-icon-color-rgb: 0, 0, 0;
  --palette-highlight-text-color: #1f5561;
  --palette-error-color: #d0021b;
  --palette-error-color-rgb: 208, 2, 27;
  --palette-success-color: #7ed321;
  --palette-success-color-rgb: 126, 211, 33;
  background-color: var(--palette-background-color);
  color: var(--palette-text-color);
}

/*! Palette: Info Box */
.palette-9f01936a-7ece-401a-ab9b-7cf45ae53b77 {
  --palette-background-color: #f2f2f2;
  --palette-background-color-darken: #E5E5E5;
  --palette-background-color-lighten: #FEFEFE;
  --palette-background-color-rgb: 242, 242, 242;
  --palette-heading-color: #000000;
  --palette-secondary-heading-color: #000000;
  --palette-text-color: #000000;
  --palette-link-color: #299295;
  --palette-link-color-hover: #299295;
  --palette-border-color: #ffffff;
  --palette-icon-color: #299295;
  --palette-highlight-background-color: #ffffff;
  --palette-highlight-background-color-darken: #F2F2F2;
  --palette-highlight-background-color-lighten: #FFFFFF;
  --palette-highlight-background-color-rgb: 255, 255, 255;
  --palette-highlight-icon-color: #299295;
  --palette-highlight-icon-color-darken: #1C8588;
  --palette-highlight-icon-color-lighten: #359EA1;
  --palette-highlight-icon-color-rgb: 41, 146, 149;
  --palette-highlight-text-color: #299295;
  --palette-error-color: #000000;
  --palette-error-color-rgb: 0, 0, 0;
  --palette-success-color: #ffffff;
  --palette-success-color-rgb: 255, 255, 255;
  background-color: var(--palette-background-color);
  color: var(--palette-text-color);
}

/*! Palette: Subtitle + Header Sections */
.palette-611cce1f-95c5-4396-8ab8-25e8415efe54 {
  --palette-background-color: #ffffff;
  --palette-background-color-darken: #F2F2F2;
  --palette-background-color-lighten: #FFFFFF;
  --palette-background-color-rgb: 255, 255, 255;
  --palette-heading-color: #081d40;
  --palette-secondary-heading-color: #1f5561;
  --palette-text-color: #000000;
  --palette-link-color: #1f5561;
  --palette-link-color-hover: #1f5561;
  --palette-border-color: #ffffff;
  --palette-icon-color: #299295;
  --palette-highlight-background-color: #1f5561;
  --palette-highlight-background-color-darken: #124854;
  --palette-highlight-background-color-lighten: #2B616D;
  --palette-highlight-background-color-rgb: 31, 85, 97;
  --palette-highlight-icon-color: #ffffff;
  --palette-highlight-icon-color-darken: #F2F2F2;
  --palette-highlight-icon-color-lighten: #FFFFFF;
  --palette-highlight-icon-color-rgb: 255, 255, 255;
  --palette-highlight-text-color: #ffffff;
  --palette-error-color: #d0021b;
  --palette-error-color-rgb: 208, 2, 27;
  --palette-success-color: #7ed321;
  --palette-success-color-rgb: 126, 211, 33;
  background-color: var(--palette-background-color);
  color: var(--palette-text-color);
}

/*! Palette: Tabs */
.palette-2dc445c9-a3af-492a-84bd-8b9a9c7fa09d {
  --palette-background-color: #ffffff;
  --palette-background-color-darken: #F2F2F2;
  --palette-background-color-lighten: #FFFFFF;
  --palette-background-color-rgb: 255, 255, 255;
  --palette-heading-color: #e9e9e9;
  --palette-secondary-heading-color: #e9e9e9;
  --palette-text-color: #072446;
  --palette-link-color: #072446;
  --palette-link-color-hover: #072446;
  --palette-border-color: #e9e9e9;
  --palette-icon-color: #072446;
  --palette-highlight-background-color: #081d40;
  --palette-highlight-background-color-darken: #001033;
  --palette-highlight-background-color-lighten: #14294C;
  --palette-highlight-background-color-rgb: 8, 29, 64;
  --palette-highlight-icon-color: #e4e4e4;
  --palette-highlight-icon-color-darken: #D7D7D7;
  --palette-highlight-icon-color-lighten: #F0F0F0;
  --palette-highlight-icon-color-rgb: 228, 228, 228;
  --palette-highlight-text-color: #e4e4e4;
  --palette-error-color: #d0021b;
  --palette-error-color-rgb: 208, 2, 27;
  --palette-success-color: #7ed321;
  --palette-success-color-rgb: 126, 211, 33;
  background-color: var(--palette-background-color);
  color: var(--palette-text-color);
}

/*! Palette: White Text on Blue Background */
.palette-624395e1-29f0-4d0c-b5a5-7a707c161c02 {
  --palette-background-color: #0a284d;
  --palette-background-color-darken: #001B40;
  --palette-background-color-lighten: #163459;
  --palette-background-color-rgb: 10, 40, 77;
  --palette-heading-color: #ffffff;
  --palette-secondary-heading-color: #ffffff;
  --palette-text-color: #ffffff;
  --palette-link-color: #ffffff;
  --palette-link-color-hover: #ffffff;
  --palette-border-color: #0a284d;
  --palette-icon-color: #ffffff;
  --palette-highlight-background-color: #ffffff;
  --palette-highlight-background-color-darken: #F2F2F2;
  --palette-highlight-background-color-lighten: #FFFFFF;
  --palette-highlight-background-color-rgb: 255, 255, 255;
  --palette-highlight-icon-color: #ffffff;
  --palette-highlight-icon-color-darken: #F2F2F2;
  --palette-highlight-icon-color-lighten: #FFFFFF;
  --palette-highlight-icon-color-rgb: 255, 255, 255;
  --palette-highlight-text-color: #ffffff;
  --palette-error-color: #ffffff;
  --palette-error-color-rgb: 255, 255, 255;
  --palette-success-color: #ffffff;
  --palette-success-color-rgb: 255, 255, 255;
  background-color: var(--palette-background-color);
  color: var(--palette-text-color);
}

/*! Button Style: Primary */
.variant-btn-9ead0b3b-685e-4593-bd1a-76b8303092d0 {
  --variant-button-background-color: #ecbe39;
  --variant-button-background-color-hover: #ecbe39;
  --variant-button-text-color: #0a284d;
  --variant-button-text-color-hover: #0a284d;
  --variant-button-border-color: #ecbe39;
  --variant-button-border-color-hover: #ecbe39;
  --variant-button-border-radius: 10px;
}

/*! Button Style: Blue w/ Yellow hover */
.variant-btn-0ba5c520-b597-4469-8c67-264e0d923628 {
  --variant-button-background-color: #0a284d;
  --variant-button-background-color-hover: #ecbe39;
  --variant-button-text-color: #ecbe39;
  --variant-button-text-color-hover: #0a284d;
  --variant-button-border-color: #ecbe39;
  --variant-button-border-color-hover: #ecbe39;
  --variant-button-border-radius: 10px;
}

/*! Button Style: Primary Alt */
.variant-btn-118f92eb-837c-482b-8af1-351f57f35660 {
  --variant-button-background-color: #c24700;
  --variant-button-background-color-hover: #a04d1c;
  --variant-button-text-color: #ffffff;
  --variant-button-text-color-hover: #ffffff;
  --variant-button-border-color: #c24700;
  --variant-button-border-color-hover: #a04d1c;
  --variant-button-border-radius: 10px;
}

/*! Button Style: Black w/ Orange hover */
.variant-btn-2c03f6ea-5f56-4250-8e7d-bd8fa00d4fb6 {
  --variant-button-background-color: #000000;
  --variant-button-background-color-hover: #c24700;
  --variant-button-text-color: #d96826;
  --variant-button-text-color-hover: #ffffff;
  --variant-button-border-color: #c24700;
  --variant-button-border-color-hover: #c24700;
  --variant-button-border-radius: 10px;
}

/*! Button Style: Blue w/ White Text */
.variant-btn-fc71c5e2-3616-4882-be1d-634212e4c662 {
  --variant-button-background-color: #0a284d;
  --variant-button-background-color-hover: #0a284d;
  --variant-button-text-color: #ffffff;
  --variant-button-text-color-hover: #ffffff;
  --variant-button-border-color: #0a284d;
  --variant-button-border-color-hover: #0a284d;
  --variant-button-border-radius: 10px;
}

/*! Button Style: Secondary Alt Light BG */
.variant-btn-b50c1334-36be-42e1-85bf-e996cc259e26 {
  --variant-button-background-color: #ffffff;
  --variant-button-background-color-hover: #ffd5bd;
  --variant-button-text-color: #c24700;
  --variant-button-text-color-hover: #c24700;
  --variant-button-border-color: #c24700;
  --variant-button-border-color-hover: #c24700;
  --variant-button-border-radius: 10px;
}

/*! Button Style: White w/ BlueText */
.variant-btn-54b3c161-339f-4504-a18d-2db1789e10f9 {
  --variant-button-background-color: #ffffff;
  --variant-button-background-color-hover: #0a284d;
  --variant-button-text-color: #0a284d;
  --variant-button-text-color-hover: #ffffff;
  --variant-button-border-color: #0a284d;
  --variant-button-border-color-hover: #0a284d;
  --variant-button-border-radius: 10px;
}

/*! Button Style: Arlo's Button */
.variant-btn-3293fd88-b9bc-449e-a9ff-2dbd70db30c8 {
  --variant-button-background-color: #8ac8e0;
  --variant-button-background-color-hover: #f7ff00;
  --variant-button-text-color: #ffffff;
  --variant-button-text-color-hover: #001f2b;
  --variant-button-border-color: #00b8ff;
  --variant-button-border-color-hover: #00b8ff;
  --variant-button-border-radius: 10px;
}

}

/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer utilities {
  .block {
    display: block;
  }
}
.test-class {
  color: yellow;
}

:root {
  --ak-gold: #f2b300;
  --ak-navy: #003b5c;
  --ak-blue: #1f4e67;
  --ak-bg:#1f4e67;
  --swiper-pagination-bullet-horizontal-gap: 12px;
}

body {
  background: url("../../../../images/2016-website-bg-option3b.webp?v=WIQEnFieyEunnTQ51g4yc5bIrA4");
  background-size: contain;
  background-repeat: no-repeat;
}

@layer base {
  .umb-block-grid__layout-container .umb-block-grid__layout-container {
    & .umb-block-grid__layout-container {
      --umb-block-grid--column-gap: var(--grid-spacing, 32px);
      --umb-block-grid--row-gap: var(--grid-spacing, 32px);
    }
  }
}

@layer components {
  .tabsBlock {
    & .tabs.pill-tabs {
      & .tab:not(.selected) {
        background-color: var(--palette-background-color-darken);
      }
    }
  }

  .tabsBlock {
    & .tabs.pill-tabs {
      & .tab:not(.selected):hover {
        color: var(--palette-highlight-text-color);
        background-color: var(--palette-highlight-background-color);
      }
    }
  }

  .globalContentBlock.component {
    padding: 0;
  }
}

@layer utilities {
  .tabs.pill-tabs.flex-wrap {
    justify-content: center;
    gap: 10px 0;
  }

  .italic {
    font-style: italic !important;
  }

  .text-sm {
    font-size: var(--text-sm) !important;
  }
}

.button {
  border-width: 3px;
}

.pre-head {
  color: #1f5561;
}

p {
  margin-bottom: 1rem;
}

main#content a {
  text-decoration: underline;
}
main#content a:hover,
main#content .breadcrumbsBlock a,
main#content .sectionNavigationBlock a,
main#content a.button,
main#content .tab a {
  text-decoration: none;
}
main#content a:visited:not(.button, .tab a) {
  color: var(--ak-navy);
}
main#content .breadcrumbsBlock a:visited,
main#content .sectionNavigationBlock a:visited {
  color: inherit;
}

blockquote {
  font-weight: bold;
  font-style: italic;
  font-size: 1.25rem;
  color: #1f5561;
}

figcaption {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Custom styling for tables
   Add the "scrollable-table" class to the textBlock element to make it horizontally scrollable on smaller screens */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}

table tr:first-child {
  background-color: #2c6f7a;
  color: #fff;
}

/* Fix for Google Search results */
.gsc-control-cse table tr:first-child {
  background: none;
}

table tr:first-child p {
  margin: 1rem;
}

table tr:nth-child(2) td {
  padding-top: 1rem;
}

tbody td {
  line-height: 1;
  padding-left: 1rem;
}

.scrollable-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Custom list styling applied for header, text and pod components */
.headerBlock, .textBlock, .podBlock {
  ul, ol {
    margin-left: 1.5rem;
  }

  ul {
    list-style-type: disc;
  }

  ol {
    list-style-type: decimal;
  }
}

.headerBlock li::marker,
.textBlock li::marker,
.podBlock li::marker {
  color: #299295
}

.headerBlock li, .headerBlock li p,
.textBlock li, .textBlock li p,
.podBlock li, .podBlock li p {
  margin-bottom: 0.5rem;
}

@layer components {
  .textBlock {
    & ul, & ol {
      padding-inline-start: 0;
    }
  }
}
/* End custom bullet styling */

/* add custom-accordion class to accordion elements to increase size of caret icon, fix bottom margin issues and caret positioning */
.custom-accordion:not(.boxed)  {
  > div {
    margin-bottom: 0 !important;
  }

  i.ph-caret-down {
    right: 0 !important;
  }
}

.custom-accordion {
  > div > button > p {
    margin-bottom: 0 !important;
    padding-right: 1em;
  }

  i.ph-caret-down {
    font-size: 1.25rem !important;
  }
}

/* Default group block styling to vertically align content to the top and center horizontally */
.groupBlock {
  margin-block: 0 auto;
}

/* Use this custom CSS if you want to center the group block content vertically */
.groupBlock-center {
  margin-block: auto;
}

/* Use fixed-sidebar-nav class on a group element containing a fixed side navbar (Ex. "Contact Us" page) */
.fixed-sidebar-nav {
    background-color: transparent;

    > .umb-block-grid__area {
        > .umb-block-grid__layout-container {
            > .umb-block-grid__layout-item[data-content-element-type-alias="buttonBlock"] {
                .buttonBlock {
                    padding: 0px;

                    .button {
                        width: 100%;
                    }
                }
            }
        }
    }
}

@media (min-width: 1024px) {
  .umb-block-grid__layout-item:has(> .fixed-sidebar-nav) {
    position: fixed;
    z-index: 1000;

    /* Adjust this value to move it up/down over the hero */
    top: var(--fixed-sidebar-top, 320px);

    /* Align to the right side of the 1300px container's content area */
    right: max(64px, calc((100vw - 1300px) / 2 + 64px));

    width: min(392px, calc(33.333vw - 32px));
    margin: 0;
  }
}

@media (max-width: 1023px) {
    .fixed-sidebar-nav {
        width: 100%;
        padding-left: 48px;
        padding-right: 48px;

        > .umb-block-grid__area {
            > .umb-block-grid__layout-container {
                max-width: 446.5px;
            }
        }
    }

    body:has(.quick-exit) .footer {
      padding-bottom: calc(var(--section-spacing-sm, 30px) + 16px);
    }

    .quick-exit {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1001;
      padding: 12px 48px calc(12px + env(safe-area-inset-bottom));
      background: #fff;
      box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.12);
    }

    .quick-exit .button-wrap {
      margin: 0;
    }

    .quick-exit .button {
      width: 100%;
      border-radius: 0;
    }
}

/* Use on group element to set the color of all icons within the group */
.group-icons-teal {
    .icon {
        color: #299295;
    }
}

/* Use on group element containing pods with icons to move icon above pod content on mobile */
@media (max-width: 830px) {
    .pod-group-icon-top-mobile {

        .podBlock {
            > div {
                display: block;

                .icon {
                    text-align: center;
                    padding: 0;
                }

                .content {
                    padding-bottom: 0px;
                }
            }
        }
    }
}

/* Custom pod group styling for group elements with teal left border */
.pod-group-border-left {
    border-left: 3px solid #299295;
    padding: 0px;
    margin: 0px 24px;

    .umb-block-grid__layout-container {
        row-gap: 0px;
    }
}

/* Use on group element (containing an accordion element) to force accordions to span width of group */
.accordion-group {
    width: 100%;
}

/* Custom pod styling for pod elements with smaller, teal icon and reduced spacing between pods */
.pod-icon-text {
    p {
        margin-bottom: 0px;
    }

    .icon {
        padding: 0px 0px 8px 8px;
        color: #299295;

        i {
            font-size: 32px;
        }
    }
}

/* Use sticky-section-nav class on a section navigation element to make it sticky at the top of the viewport when scrolling */
div:has(.sticky-section-nav) {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Fix section nav tab height when labels wrap */
.sectionNavigationBlock ul {
  align-items: stretch;
}

.sectionNavigationBlock ul li {
  display: flex;
}

.sectionNavigationBlock ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Use hide-mobile and hide-desktop classes to hide content on mobile or desktop respectively, based on the screen width */
@media (max-width: 830px) {
    .umb-block-grid__layout-item:has(.hide-mobile) {
        display: none !important;
    }
}

@media (min-width: 831px) {
  .umb-block-grid__layout-item:has(.hide-desktop) {
    display: none !important;
  }

  .sticky-section-nav-target {
    scroll-margin-top: 100px;
  }
}

/* Search results */
.gsc-wrapper {
  max-width: 100% !important;
}

@layer components {
  .sliderBlock {
    border: 2px solid var(--palette-border-color);
  }
}

/* Desktop/tablet overlap */
@media (min-width: 768px) {
  /* Put hero and immediately-following announcements slider in the same grid row */
  .umb-block-grid__layout-item:has(> .hero-container),
  .umb-block-grid__layout-item:has(> .announcements-slider) {
    grid-row: 2;
    grid-column: 1 / -1;
  }

  .umb-block-grid__layout-item:has(> .hero-container) {
    z-index: 1;
  }

  .umb-block-grid__layout-item:has(> .announcements-slider) {
    z-index: 2;
    align-self: center;
    pointer-events: none;
  }

  .announcements-slider {
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
  }

  .announcements-slider .sliderBlock {
    width: min(500px, 45vw);
    margin-left: auto;
    pointer-events: auto;
  }
}

/* Mobile: stack normally */
@media (max-width: 767px) {
  .umb-block-grid__layout-item:has(> .hero-container),
  .umb-block-grid__layout-item:has(> .announcements-slider) {
    grid-row: auto;
  }

  .announcements-slider {
    display: block;
  }

  .announcements-slider .sliderBlock {
    width: 100%;
    margin: 0;
  }
}

/* Use on section element containing groups (columns) of accordions to remove spacing when columns are stacked in mobile view (ex. "Contact Us" page)*/
@media (max-width: 1023px) {
    .accordion-group-section-mobile-remove-gap {

        .accordion-group {
            padding-top: 0px;
            padding-bottom: 0px;

            .accordionBlock {
                padding-bottom: 0px;
                padding-top: 0px;
            }
        }

        .umb-block-grid__layout-container {
            row-gap: 0px;
        }
    }
}

/* iframe custom styling to go full screen (add this class to a codeblock that includes an iframe) */
.iframe-fullscreen {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 2rem 0 !important;

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}

/* map iframe custom styling to go full screen (add this class to a codeblock that includes a google maps iframe) */
.map-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 2rem 0 !important;

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media (min-width: 851px) {
    .map-container iframe {
        height: 100%;
    }
}

@media (max-width: 850px) {
    .map-container {
        min-height: 480px;
    }
}

/* video block iframe custom styling for responsive styling */
.videoBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    iframe {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .videoBlock iframe {
        height: calc(56.25vw);
        margin: auto;
    }
}

/* Icons in a text or header block
   Just add the class name to the <p> tag
   Note: names match phosphor icons names at https://phosphoricons.com/ + "-icon" suffix
*/
.file-pdf-icon::before,
.file-xls-icon::before,
.file-doc-icon::before,
.file-ppt-icon::before,
.phone-icon::before,
.device-mobile::before,
.envelope-icon::before,
.globe-icon::before,
.printer-icon::before,
.folder-user-icon::before,
.link-icon::before {
  font-family: "Phosphor";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25rem;
  display: inline-block;
  color: #299295;
  line-height: 1;
  font-size: 1.25rem;
  position: relative;
  top: 0.125rem;
}

.file-pdf-icon::before {
  content: "\E702";
}
.file-xls-icon::before {
  content: "\EB22";
}
.file-doc-icon::before {
  content: "\EB1E";
}
.phone-icon::before {
  content: "\E3B8";
}
.device-mobile::before {
  content: "\E1E0";
}
.envelope-icon::before {
  content: "\E214";
}
.globe-icon::before {
  content: "\E288";
}
.printer-icon::before {
  content: "\E3DC";
}
.folder-user-icon::before {
  content: "\E214";
}
.link-icon::before {
  content: "\E2E2";
}
.file-ppt-icon::before {
  content: "\EB20";
}


/* Person Pod Custom Styles */
.person-pod {
  picture {
    clip-path: circle(50%);
    margin: 2rem;
  }

  .content {
    margin: 0 auto !important;
  }
}

@layer base {
  .text-color-arrows {
    --palette-background-color-lighten: var(--palette-text-color);
  }
}

figcaption {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* Align buttons/actions to the bottom of a card/block */
.buttons-bottom {
  height: 100%;
}

.buttons-bottom>.flex {
  height: 100%;
}

.buttons-bottom .content {
  flex: 1;
  width: 100%;
}

.buttons-bottom .button-wrap {
  margin-top: auto;
  padding-top: 1rem;
}

.remove-component-padding {
  padding: 0;
}

.remove-horizontal-component-padding {
  padding: var(--component-spacing, 16px) 0;
}

@font-face {
  font-family: "Phosphor";
  src:
    url("../../Phosphor/Phosphor.woff2?v=xX18vnyLkACPirVCn8CkbD9oo3A") format("woff2"),
    url("../../Phosphor/Phosphor.woff?v=xX18vnyLkACPirVCn8CkbD9oo3A") format("woff"),
    url("../../Phosphor/Phosphor.ttf?v=xX18vnyLkACPirVCn8CkbD9oo3A") format("truetype"),
    url("../../Phosphor/Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  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;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-acorn:before {
  content: "\eb9a";
}
.ph.ph-address-book:before {
  content: "\e6f8";
}
.ph.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph.ph-airplane:before {
  content: "\e002";
}
.ph.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph.ph-airplane-landing:before {
  content: "\e502";
}
.ph.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph.ph-airplay:before {
  content: "\e004";
}
.ph.ph-alarm:before {
  content: "\e006";
}
.ph.ph-alien:before {
  content: "\e8a6";
}
.ph.ph-align-bottom:before {
  content: "\e506";
}
.ph.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph.ph-align-left:before {
  content: "\e50e";
}
.ph.ph-align-left-simple:before {
  content: "\eaee";
}
.ph.ph-align-right:before {
  content: "\e510";
}
.ph.ph-align-right-simple:before {
  content: "\eb12";
}
.ph.ph-align-top:before {
  content: "\e512";
}
.ph.ph-align-top-simple:before {
  content: "\eb14";
}
.ph.ph-amazon-logo:before {
  content: "\e96c";
}
.ph.ph-ambulance:before {
  content: "\e572";
}
.ph.ph-anchor:before {
  content: "\e514";
}
.ph.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph.ph-android-logo:before {
  content: "\e008";
}
.ph.ph-angle:before {
  content: "\e7bc";
}
.ph.ph-angular-logo:before {
  content: "\eb80";
}
.ph.ph-aperture:before {
  content: "\e00a";
}
.ph.ph-app-store-logo:before {
  content: "\e974";
}
.ph.ph-app-window:before {
  content: "\e5da";
}
.ph.ph-apple-logo:before {
  content: "\e516";
}
.ph.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph.ph-approximate-equals:before {
  content: "\edaa";
}
.ph.ph-archive:before {
  content: "\e00c";
}
.ph.ph-armchair:before {
  content: "\e012";
}
.ph.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph.ph-arrow-down:before {
  content: "\e03e";
}
.ph.ph-arrow-down-left:before {
  content: "\e040";
}
.ph.ph-arrow-down-right:before {
  content: "\e042";
}
.ph.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph.ph-arrow-left:before {
  content: "\e058";
}
.ph.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph.ph-arrow-line-left:before {
  content: "\e062";
}
.ph.ph-arrow-line-right:before {
  content: "\e064";
}
.ph.ph-arrow-line-up:before {
  content: "\e066";
}
.ph.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph.ph-arrow-square-left:before {
  content: "\e074";
}
.ph.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph.ph-arrow-square-right:before {
  content: "\e076";
}
.ph.ph-arrow-square-up:before {
  content: "\e078";
}
.ph.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph.ph-arrow-up:before {
  content: "\e08e";
}
.ph.ph-arrow-up-left:before {
  content: "\e090";
}
.ph.ph-arrow-up-right:before {
  content: "\e092";
}
.ph.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph.ph-arrows-down-up:before {
  content: "\e098";
}
.ph.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph.ph-arrows-in:before {
  content: "\e09a";
}
.ph.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph.ph-arrows-out:before {
  content: "\e0a2";
}
.ph.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph.ph-arrows-split:before {
  content: "\ed3c";
}
.ph.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph.ph-article:before {
  content: "\e0a8";
}
.ph.ph-article-medium:before {
  content: "\e5e0";
}
.ph.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph.ph-asclepius:before {
  content: "\ee34";
}
.ph.ph-caduceus:before {
  content: "\ee34";
}
.ph.ph-asterisk:before {
  content: "\e0aa";
}
.ph.ph-asterisk-simple:before {
  content: "\e832";
}
.ph.ph-at:before {
  content: "\e0ac";
}
.ph.ph-atom:before {
  content: "\e5e4";
}
.ph.ph-avocado:before {
  content: "\ee04";
}
.ph.ph-axe:before {
  content: "\e9fc";
}
.ph.ph-baby:before {
  content: "\e774";
}
.ph.ph-baby-carriage:before {
  content: "\e818";
}
.ph.ph-backpack:before {
  content: "\e922";
}
.ph.ph-backspace:before {
  content: "\e0ae";
}
.ph.ph-bag:before {
  content: "\e0b0";
}
.ph.ph-bag-simple:before {
  content: "\e5e6";
}
.ph.ph-balloon:before {
  content: "\e76c";
}
.ph.ph-bandaids:before {
  content: "\e0b2";
}
.ph.ph-bank:before {
  content: "\e0b4";
}
.ph.ph-barbell:before {
  content: "\e0b6";
}
.ph.ph-barcode:before {
  content: "\e0b8";
}
.ph.ph-barn:before {
  content: "\ec72";
}
.ph.ph-barricade:before {
  content: "\e948";
}
.ph.ph-baseball:before {
  content: "\e71a";
}
.ph.ph-baseball-cap:before {
  content: "\ea28";
}
.ph.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph.ph-basket:before {
  content: "\e964";
}
.ph.ph-basketball:before {
  content: "\e724";
}
.ph.ph-bathtub:before {
  content: "\e81e";
}
.ph.ph-battery-charging:before {
  content: "\e0ba";
}
.ph.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph.ph-battery-empty:before {
  content: "\e0be";
}
.ph.ph-battery-full:before {
  content: "\e0c0";
}
.ph.ph-battery-high:before {
  content: "\e0c2";
}
.ph.ph-battery-low:before {
  content: "\e0c4";
}
.ph.ph-battery-medium:before {
  content: "\e0c6";
}
.ph.ph-battery-plus:before {
  content: "\e808";
}
.ph.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph.ph-battery-warning:before {
  content: "\e0c8";
}
.ph.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph.ph-beach-ball:before {
  content: "\ed24";
}
.ph.ph-beanie:before {
  content: "\ea2a";
}
.ph.ph-bed:before {
  content: "\e0cc";
}
.ph.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph.ph-beer-stein:before {
  content: "\eb62";
}
.ph.ph-behance-logo:before {
  content: "\e7f4";
}
.ph.ph-bell:before {
  content: "\e0ce";
}
.ph.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph.ph-bell-simple:before {
  content: "\e0d0";
}
.ph.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph.ph-bell-slash:before {
  content: "\e0d4";
}
.ph.ph-bell-z:before {
  content: "\e5ee";
}
.ph.ph-belt:before {
  content: "\ea2c";
}
.ph.ph-bezier-curve:before {
  content: "\eb00";
}
.ph.ph-bicycle:before {
  content: "\e0d6";
}
.ph.ph-binary:before {
  content: "\ee60";
}
.ph.ph-binoculars:before {
  content: "\ea64";
}
.ph.ph-biohazard:before {
  content: "\e9e0";
}
.ph.ph-bird:before {
  content: "\e72c";
}
.ph.ph-blueprint:before {
  content: "\eda0";
}
.ph.ph-bluetooth:before {
  content: "\e0da";
}
.ph.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph.ph-boat:before {
  content: "\e786";
}
.ph.ph-bomb:before {
  content: "\ee0a";
}
.ph.ph-bone:before {
  content: "\e7f2";
}
.ph.ph-book:before {
  content: "\e0e2";
}
.ph.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph.ph-book-open:before {
  content: "\e0e6";
}
.ph.ph-book-open-text:before {
  content: "\e8f2";
}
.ph.ph-book-open-user:before {
  content: "\ede0";
}
.ph.ph-bookmark:before {
  content: "\e0e8";
}
.ph.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph.ph-bookmarks:before {
  content: "\e0ec";
}
.ph.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph.ph-books:before {
  content: "\e758";
}
.ph.ph-boot:before {
  content: "\ecca";
}
.ph.ph-boules:before {
  content: "\e722";
}
.ph.ph-bounding-box:before {
  content: "\e6ce";
}
.ph.ph-bowl-food:before {
  content: "\eaa4";
}
.ph.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph.ph-bowling-ball:before {
  content: "\ea34";
}
.ph.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph.ph-archive-box:before {
  content: "\e00e";
}
.ph.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph.ph-boxing-glove:before {
  content: "\ea36";
}
.ph.ph-brackets-angle:before {
  content: "\e862";
}
.ph.ph-brackets-curly:before {
  content: "\e860";
}
.ph.ph-brackets-round:before {
  content: "\e864";
}
.ph.ph-brackets-square:before {
  content: "\e85e";
}
.ph.ph-brain:before {
  content: "\e74e";
}
.ph.ph-brandy:before {
  content: "\e6b4";
}
.ph.ph-bread:before {
  content: "\e81c";
}
.ph.ph-bridge:before {
  content: "\ea68";
}
.ph.ph-briefcase:before {
  content: "\e0ee";
}
.ph.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph.ph-broadcast:before {
  content: "\e0f2";
}
.ph.ph-broom:before {
  content: "\ec54";
}
.ph.ph-browser:before {
  content: "\e0f4";
}
.ph.ph-browsers:before {
  content: "\e0f6";
}
.ph.ph-bug:before {
  content: "\e5f4";
}
.ph.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph.ph-bug-droid:before {
  content: "\e5f8";
}
.ph.ph-building:before {
  content: "\e100";
}
.ph.ph-building-apartment:before {
  content: "\e0fe";
}
.ph.ph-building-office:before {
  content: "\e0ff";
}
.ph.ph-buildings:before {
  content: "\e102";
}
.ph.ph-bulldozer:before {
  content: "\ec6c";
}
.ph.ph-bus:before {
  content: "\e106";
}
.ph.ph-butterfly:before {
  content: "\ea6e";
}
.ph.ph-cable-car:before {
  content: "\e49c";
}
.ph.ph-cactus:before {
  content: "\e918";
}
.ph.ph-cake:before {
  content: "\e780";
}
.ph.ph-calculator:before {
  content: "\e538";
}
.ph.ph-calendar:before {
  content: "\e108";
}
.ph.ph-calendar-blank:before {
  content: "\e10a";
}
.ph.ph-calendar-check:before {
  content: "\e712";
}
.ph.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph.ph-calendar-minus:before {
  content: "\ea14";
}
.ph.ph-calendar-plus:before {
  content: "\e714";
}
.ph.ph-calendar-slash:before {
  content: "\ea12";
}
.ph.ph-calendar-star:before {
  content: "\e8b2";
}
.ph.ph-calendar-x:before {
  content: "\e10c";
}
.ph.ph-call-bell:before {
  content: "\e7de";
}
.ph.ph-camera:before {
  content: "\e10e";
}
.ph.ph-camera-plus:before {
  content: "\ec58";
}
.ph.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph.ph-camera-slash:before {
  content: "\e110";
}
.ph.ph-campfire:before {
  content: "\e9d8";
}
.ph.ph-car:before {
  content: "\e112";
}
.ph.ph-car-battery:before {
  content: "\ee30";
}
.ph.ph-car-profile:before {
  content: "\e8cc";
}
.ph.ph-car-simple:before {
  content: "\e114";
}
.ph.ph-cardholder:before {
  content: "\e5fa";
}
.ph.ph-cards:before {
  content: "\e0f8";
}
.ph.ph-cards-three:before {
  content: "\ee50";
}
.ph.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph.ph-caret-circle-left:before {
  content: "\e120";
}
.ph.ph-caret-circle-right:before {
  content: "\e122";
}
.ph.ph-caret-circle-up:before {
  content: "\e124";
}
.ph.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph.ph-caret-double-down:before {
  content: "\e126";
}
.ph.ph-caret-double-left:before {
  content: "\e128";
}
.ph.ph-caret-double-right:before {
  content: "\e12a";
}
.ph.ph-caret-double-up:before {
  content: "\e12c";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-caret-left:before {
  content: "\e138";
}
.ph.ph-caret-line-down:before {
  content: "\e134";
}
.ph.ph-caret-line-left:before {
  content: "\e132";
}
.ph.ph-caret-line-right:before {
  content: "\e130";
}
.ph.ph-caret-line-up:before {
  content: "\e12e";
}
.ph.ph-caret-right:before {
  content: "\e13a";
}
.ph.ph-caret-up:before {
  content: "\e13c";
}
.ph.ph-caret-up-down:before {
  content: "\e140";
}
.ph.ph-carrot:before {
  content: "\ed38";
}
.ph.ph-cash-register:before {
  content: "\ed80";
}
.ph.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph.ph-castle-turret:before {
  content: "\e9d0";
}
.ph.ph-cat:before {
  content: "\e748";
}
.ph.ph-cell-signal-full:before {
  content: "\e142";
}
.ph.ph-cell-signal-high:before {
  content: "\e144";
}
.ph.ph-cell-signal-low:before {
  content: "\e146";
}
.ph.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph.ph-cell-tower:before {
  content: "\ebaa";
}
.ph.ph-certificate:before {
  content: "\e766";
}
.ph.ph-chair:before {
  content: "\e950";
}
.ph.ph-chalkboard:before {
  content: "\e5fc";
}
.ph.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph.ph-champagne:before {
  content: "\eaca";
}
.ph.ph-charging-station:before {
  content: "\e8d0";
}
.ph.ph-chart-bar:before {
  content: "\e150";
}
.ph.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph.ph-chart-donut:before {
  content: "\eaa6";
}
.ph.ph-chart-line:before {
  content: "\e154";
}
.ph.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph.ph-chart-line-up:before {
  content: "\e156";
}
.ph.ph-chart-pie:before {
  content: "\e158";
}
.ph.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph.ph-chart-polar:before {
  content: "\eaa8";
}
.ph.ph-chart-scatter:before {
  content: "\eaac";
}
.ph.ph-chat:before {
  content: "\e15c";
}
.ph.ph-chat-centered:before {
  content: "\e160";
}
.ph.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph.ph-chat-centered-text:before {
  content: "\e166";
}
.ph.ph-chat-circle:before {
  content: "\e168";
}
.ph.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph.ph-chat-dots:before {
  content: "\e170";
}
.ph.ph-chat-slash:before {
  content: "\e15e";
}
.ph.ph-chat-teardrop:before {
  content: "\e172";
}
.ph.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph.ph-chat-text:before {
  content: "\e17a";
}
.ph.ph-chats:before {
  content: "\e17c";
}
.ph.ph-chats-circle:before {
  content: "\e17e";
}
.ph.ph-chats-teardrop:before {
  content: "\e180";
}
.ph.ph-check:before {
  content: "\e182";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-check-fat:before {
  content: "\eba6";
}
.ph.ph-check-square:before {
  content: "\e186";
}
.ph.ph-check-square-offset:before {
  content: "\e188";
}
.ph.ph-checkerboard:before {
  content: "\e8c4";
}
.ph.ph-checks:before {
  content: "\e53a";
}
.ph.ph-cheers:before {
  content: "\ea4a";
}
.ph.ph-cheese:before {
  content: "\e9fe";
}
.ph.ph-chef-hat:before {
  content: "\ed8e";
}
.ph.ph-cherries:before {
  content: "\e830";
}
.ph.ph-church:before {
  content: "\ecea";
}
.ph.ph-cigarette:before {
  content: "\ed90";
}
.ph.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph.ph-circle:before {
  content: "\e18a";
}
.ph.ph-circle-dashed:before {
  content: "\e602";
}
.ph.ph-circle-half:before {
  content: "\e18c";
}
.ph.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph.ph-circle-notch:before {
  content: "\eb44";
}
.ph.ph-circles-four:before {
  content: "\e190";
}
.ph.ph-circles-three:before {
  content: "\e192";
}
.ph.ph-circles-three-plus:before {
  content: "\e194";
}
.ph.ph-circuitry:before {
  content: "\e9c2";
}
.ph.ph-city:before {
  content: "\ea6a";
}
.ph.ph-clipboard:before {
  content: "\e196";
}
.ph.ph-clipboard-text:before {
  content: "\e198";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph.ph-clock-user:before {
  content: "\edec";
}
.ph.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph.ph-cloud:before {
  content: "\e1aa";
}
.ph.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph.ph-cloud-check:before {
  content: "\e1b0";
}
.ph.ph-cloud-fog:before {
  content: "\e53c";
}
.ph.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph.ph-cloud-moon:before {
  content: "\e53e";
}
.ph.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph.ph-cloud-sun:before {
  content: "\e540";
}
.ph.ph-cloud-warning:before {
  content: "\ea98";
}
.ph.ph-cloud-x:before {
  content: "\ea96";
}
.ph.ph-clover:before {
  content: "\edc8";
}
.ph.ph-club:before {
  content: "\e1ba";
}
.ph.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph.ph-coda-logo:before {
  content: "\e7ce";
}
.ph.ph-code:before {
  content: "\e1bc";
}
.ph.ph-code-block:before {
  content: "\eafe";
}
.ph.ph-code-simple:before {
  content: "\e1be";
}
.ph.ph-codepen-logo:before {
  content: "\e978";
}
.ph.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph.ph-coffee:before {
  content: "\e1c2";
}
.ph.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph.ph-coin:before {
  content: "\e60e";
}
.ph.ph-coin-vertical:before {
  content: "\eb48";
}
.ph.ph-coins:before {
  content: "\e78e";
}
.ph.ph-columns:before {
  content: "\e546";
}
.ph.ph-columns-plus-left:before {
  content: "\e544";
}
.ph.ph-columns-plus-right:before {
  content: "\e542";
}
.ph.ph-command:before {
  content: "\e1c4";
}
.ph.ph-compass:before {
  content: "\e1c8";
}
.ph.ph-compass-rose:before {
  content: "\e1c6";
}
.ph.ph-compass-tool:before {
  content: "\ea0e";
}
.ph.ph-computer-tower:before {
  content: "\e548";
}
.ph.ph-confetti:before {
  content: "\e81a";
}
.ph.ph-contactless-payment:before {
  content: "\ed42";
}
.ph.ph-control:before {
  content: "\eca6";
}
.ph.ph-cookie:before {
  content: "\e6ca";
}
.ph.ph-cooking-pot:before {
  content: "\e764";
}
.ph.ph-copy:before {
  content: "\e1ca";
}
.ph.ph-copy-simple:before {
  content: "\e1cc";
}
.ph.ph-copyleft:before {
  content: "\e86a";
}
.ph.ph-copyright:before {
  content: "\e54a";
}
.ph.ph-corners-in:before {
  content: "\e1ce";
}
.ph.ph-corners-out:before {
  content: "\e1d0";
}
.ph.ph-couch:before {
  content: "\e7f6";
}
.ph.ph-court-basketball:before {
  content: "\ee36";
}
.ph.ph-cow:before {
  content: "\eabe";
}
.ph.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph.ph-cpu:before {
  content: "\e610";
}
.ph.ph-crane:before {
  content: "\ed48";
}
.ph.ph-crane-tower:before {
  content: "\ed49";
}
.ph.ph-credit-card:before {
  content: "\e1d2";
}
.ph.ph-cricket:before {
  content: "\ee12";
}
.ph.ph-crop:before {
  content: "\e1d4";
}
.ph.ph-cross:before {
  content: "\e8a0";
}
.ph.ph-crosshair:before {
  content: "\e1d6";
}
.ph.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph.ph-crown:before {
  content: "\e614";
}
.ph.ph-crown-cross:before {
  content: "\ee5e";
}
.ph.ph-crown-simple:before {
  content: "\e616";
}
.ph.ph-cube:before {
  content: "\e1da";
}
.ph.ph-cube-focus:before {
  content: "\ed0a";
}
.ph.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph.ph-currency-btc:before {
  content: "\e618";
}
.ph.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph.ph-currency-cny:before {
  content: "\e54e";
}
.ph.ph-currency-dollar:before {
  content: "\e550";
}
.ph.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph.ph-currency-eth:before {
  content: "\eada";
}
.ph.ph-currency-eur:before {
  content: "\e554";
}
.ph.ph-currency-gbp:before {
  content: "\e556";
}
.ph.ph-currency-inr:before {
  content: "\e558";
}
.ph.ph-currency-jpy:before {
  content: "\e55a";
}
.ph.ph-currency-krw:before {
  content: "\e55c";
}
.ph.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph.ph-currency-ngn:before {
  content: "\eb52";
}
.ph.ph-currency-rub:before {
  content: "\e55e";
}
.ph.ph-cursor:before {
  content: "\e1dc";
}
.ph.ph-cursor-click:before {
  content: "\e7c8";
}
.ph.ph-cursor-text:before {
  content: "\e7d8";
}
.ph.ph-cylinder:before {
  content: "\e8fc";
}
.ph.ph-database:before {
  content: "\e1de";
}
.ph.ph-desk:before {
  content: "\ed16";
}
.ph.ph-desktop:before {
  content: "\e560";
}
.ph.ph-desktop-tower:before {
  content: "\e562";
}
.ph.ph-detective:before {
  content: "\e83e";
}
.ph.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph.ph-device-mobile:before {
  content: "\e1e0";
}
.ph.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph.ph-device-rotate:before {
  content: "\edf2";
}
.ph.ph-device-tablet:before {
  content: "\e1e6";
}
.ph.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph.ph-devices:before {
  content: "\eba4";
}
.ph.ph-diamond:before {
  content: "\e1ec";
}
.ph.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph.ph-dice-five:before {
  content: "\e1ee";
}
.ph.ph-dice-four:before {
  content: "\e1f0";
}
.ph.ph-dice-one:before {
  content: "\e1f2";
}
.ph.ph-dice-six:before {
  content: "\e1f4";
}
.ph.ph-dice-three:before {
  content: "\e1f6";
}
.ph.ph-dice-two:before {
  content: "\e1f8";
}
.ph.ph-disc:before {
  content: "\e564";
}
.ph.ph-disco-ball:before {
  content: "\ed98";
}
.ph.ph-discord-logo:before {
  content: "\e61a";
}
.ph.ph-divide:before {
  content: "\e1fa";
}
.ph.ph-dna:before {
  content: "\e924";
}
.ph.ph-dog:before {
  content: "\e74a";
}
.ph.ph-door:before {
  content: "\e61c";
}
.ph.ph-door-open:before {
  content: "\e7e6";
}
.ph.ph-dot:before {
  content: "\ecde";
}
.ph.ph-dot-outline:before {
  content: "\ece0";
}
.ph.ph-dots-nine:before {
  content: "\e1fc";
}
.ph.ph-dots-six:before {
  content: "\e794";
}
.ph.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph.ph-dots-three:before {
  content: "\e1fe";
}
.ph.ph-dots-three-circle:before {
  content: "\e200";
}
.ph.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph.ph-dots-three-outline:before {
  content: "\e204";
}
.ph.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph.ph-download:before {
  content: "\e20a";
}
.ph.ph-download-simple:before {
  content: "\e20c";
}
.ph.ph-dress:before {
  content: "\ea7e";
}
.ph.ph-dresser:before {
  content: "\e94e";
}
.ph.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph.ph-drone:before {
  content: "\ed74";
}
.ph.ph-drop:before {
  content: "\e210";
}
.ph.ph-drop-half:before {
  content: "\e566";
}
.ph.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph.ph-drop-simple:before {
  content: "\ee32";
}
.ph.ph-drop-slash:before {
  content: "\e954";
}
.ph.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph.ph-ear:before {
  content: "\e70c";
}
.ph.ph-ear-slash:before {
  content: "\e70e";
}
.ph.ph-egg:before {
  content: "\e812";
}
.ph.ph-egg-crack:before {
  content: "\eb64";
}
.ph.ph-eject:before {
  content: "\e212";
}
.ph.ph-eject-simple:before {
  content: "\e6ae";
}
.ph.ph-elevator:before {
  content: "\ecc0";
}
.ph.ph-empty:before {
  content: "\edbc";
}
.ph.ph-engine:before {
  content: "\ea80";
}
.ph.ph-envelope:before {
  content: "\e214";
}
.ph.ph-envelope-open:before {
  content: "\e216";
}
.ph.ph-envelope-simple:before {
  content: "\e218";
}
.ph.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph.ph-equalizer:before {
  content: "\ebbc";
}
.ph.ph-equals:before {
  content: "\e21c";
}
.ph.ph-eraser:before {
  content: "\e21e";
}
.ph.ph-escalator-down:before {
  content: "\ecba";
}
.ph.ph-escalator-up:before {
  content: "\ecbc";
}
.ph.ph-exam:before {
  content: "\e742";
}
.ph.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph.ph-exclude:before {
  content: "\e882";
}
.ph.ph-exclude-square:before {
  content: "\e880";
}
.ph.ph-export:before {
  content: "\eaf0";
}
.ph.ph-eye:before {
  content: "\e220";
}
.ph.ph-eye-closed:before {
  content: "\e222";
}
.ph.ph-eye-slash:before {
  content: "\e224";
}
.ph.ph-eyedropper:before {
  content: "\e568";
}
.ph.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph.ph-eyes:before {
  content: "\ee5c";
}
.ph.ph-face-mask:before {
  content: "\e56a";
}
.ph.ph-facebook-logo:before {
  content: "\e226";
}
.ph.ph-factory:before {
  content: "\e760";
}
.ph.ph-faders:before {
  content: "\e228";
}
.ph.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph.ph-fan:before {
  content: "\e9f2";
}
.ph.ph-farm:before {
  content: "\ec70";
}
.ph.ph-fast-forward:before {
  content: "\e6a6";
}
.ph.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph.ph-feather:before {
  content: "\e9c0";
}
.ph.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph.ph-figma-logo:before {
  content: "\e22e";
}
.ph.ph-file:before {
  content: "\e230";
}
.ph.ph-file-archive:before {
  content: "\eb2a";
}
.ph.ph-file-arrow-down:before {
  content: "\e232";
}
.ph.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph.ph-file-audio:before {
  content: "\ea20";
}
.ph.ph-file-c:before {
  content: "\eb32";
}
.ph.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph.ph-file-cloud:before {
  content: "\e95e";
}
.ph.ph-file-code:before {
  content: "\e914";
}
.ph.ph-file-cpp:before {
  content: "\eb2e";
}
.ph.ph-file-css:before {
  content: "\eb34";
}
.ph.ph-file-csv:before {
  content: "\eb1c";
}
.ph.ph-file-dashed:before {
  content: "\e704";
}
.ph.ph-file-dotted:before {
  content: "\e704";
}
.ph.ph-file-doc:before {
  content: "\eb1e";
}
.ph.ph-file-html:before {
  content: "\eb38";
}
.ph.ph-file-image:before {
  content: "\ea24";
}
.ph.ph-file-ini:before {
  content: "\eb33";
}
.ph.ph-file-jpg:before {
  content: "\eb1a";
}
.ph.ph-file-js:before {
  content: "\eb24";
}
.ph.ph-file-jsx:before {
  content: "\eb3a";
}
.ph.ph-file-lock:before {
  content: "\e95c";
}
.ph.ph-file-magnifying-glass:before {
  content: "\e238";
}
.ph.ph-file-search:before {
  content: "\e238";
}
.ph.ph-file-md:before {
  content: "\ed50";
}
.ph.ph-file-minus:before {
  content: "\e234";
}
.ph.ph-file-pdf:before {
  content: "\e702";
}
.ph.ph-file-plus:before {
  content: "\e236";
}
.ph.ph-file-png:before {
  content: "\eb18";
}
.ph.ph-file-ppt:before {
  content: "\eb20";
}
.ph.ph-file-py:before {
  content: "\eb2c";
}
.ph.ph-file-rs:before {
  content: "\eb28";
}
.ph.ph-file-sql:before {
  content: "\ed4e";
}
.ph.ph-file-svg:before {
  content: "\ed08";
}
.ph.ph-file-text:before {
  content: "\e23a";
}
.ph.ph-file-ts:before {
  content: "\eb26";
}
.ph.ph-file-tsx:before {
  content: "\eb3c";
}
.ph.ph-file-txt:before {
  content: "\eb35";
}
.ph.ph-file-video:before {
  content: "\ea22";
}
.ph.ph-file-vue:before {
  content: "\eb3e";
}
.ph.ph-file-x:before {
  content: "\e23c";
}
.ph.ph-file-xls:before {
  content: "\eb22";
}
.ph.ph-file-zip:before {
  content: "\e958";
}
.ph.ph-files:before {
  content: "\e710";
}
.ph.ph-film-reel:before {
  content: "\e8c0";
}
.ph.ph-film-script:before {
  content: "\eb50";
}
.ph.ph-film-slate:before {
  content: "\e8c2";
}
.ph.ph-film-strip:before {
  content: "\e792";
}
.ph.ph-fingerprint:before {
  content: "\e23e";
}
.ph.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph.ph-finn-the-human:before {
  content: "\e56c";
}
.ph.ph-fire:before {
  content: "\e242";
}
.ph.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph.ph-fire-simple:before {
  content: "\e620";
}
.ph.ph-fire-truck:before {
  content: "\e574";
}
.ph.ph-first-aid:before {
  content: "\e56e";
}
.ph.ph-first-aid-kit:before {
  content: "\e570";
}
.ph.ph-fish:before {
  content: "\e728";
}
.ph.ph-fish-simple:before {
  content: "\e72a";
}
.ph.ph-flag:before {
  content: "\e244";
}
.ph.ph-flag-banner:before {
  content: "\e622";
}
.ph.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph.ph-flag-checkered:before {
  content: "\ea38";
}
.ph.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph.ph-flame:before {
  content: "\e624";
}
.ph.ph-flashlight:before {
  content: "\e246";
}
.ph.ph-flask:before {
  content: "\e79e";
}
.ph.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph.ph-floppy-disk:before {
  content: "\e248";
}
.ph.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph.ph-flower:before {
  content: "\e75e";
}
.ph.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph.ph-flower-tulip:before {
  content: "\eacc";
}
.ph.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph.ph-folder:before {
  content: "\e24a";
}
.ph.ph-folder-notch:before {
  content: "\e24a";
}
.ph.ph-folder-dashed:before {
  content: "\e8f8";
}
.ph.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph.ph-folder-lock:before {
  content: "\ea3c";
}
.ph.ph-folder-minus:before {
  content: "\e254";
}
.ph.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph.ph-folder-open:before {
  content: "\e256";
}
.ph.ph-folder-notch-open:before {
  content: "\e256";
}
.ph.ph-folder-plus:before {
  content: "\e258";
}
.ph.ph-folder-notch-plus:before {
  content: "\e258";
}
.ph.ph-folder-simple:before {
  content: "\e25a";
}
.ph.ph-folder-simple-dashed:before {
  content: "\ec2a";
}
.ph.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph.ph-folder-star:before {
  content: "\ea86";
}
.ph.ph-folder-user:before {
  content: "\eb46";
}
.ph.ph-folders:before {
  content: "\e260";
}
.ph.ph-football:before {
  content: "\e718";
}
.ph.ph-football-helmet:before {
  content: "\ee4c";
}
.ph.ph-footprints:before {
  content: "\ea88";
}
.ph.ph-fork-knife:before {
  content: "\e262";
}
.ph.ph-four-k:before {
  content: "\ea5c";
}
.ph.ph-frame-corners:before {
  content: "\e626";
}
.ph.ph-framer-logo:before {
  content: "\e264";
}
.ph.ph-function:before {
  content: "\ebe4";
}
.ph.ph-funnel:before {
  content: "\e266";
}
.ph.ph-funnel-simple:before {
  content: "\e268";
}
.ph.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph.ph-funnel-x:before {
  content: "\e26c";
}
.ph.ph-game-controller:before {
  content: "\e26e";
}
.ph.ph-garage:before {
  content: "\ecd6";
}
.ph.ph-gas-can:before {
  content: "\e8ce";
}
.ph.ph-gas-pump:before {
  content: "\e768";
}
.ph.ph-gauge:before {
  content: "\e628";
}
.ph.ph-gavel:before {
  content: "\ea32";
}
.ph.ph-gear:before {
  content: "\e270";
}
.ph.ph-gear-fine:before {
  content: "\e87c";
}
.ph.ph-gear-six:before {
  content: "\e272";
}
.ph.ph-gender-female:before {
  content: "\e6e0";
}
.ph.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph.ph-gender-male:before {
  content: "\e6e2";
}
.ph.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph.ph-ghost:before {
  content: "\e62a";
}
.ph.ph-gif:before {
  content: "\e274";
}
.ph.ph-gift:before {
  content: "\e276";
}
.ph.ph-git-branch:before {
  content: "\e278";
}
.ph.ph-git-commit:before {
  content: "\e27a";
}
.ph.ph-git-diff:before {
  content: "\e27c";
}
.ph.ph-git-fork:before {
  content: "\e27e";
}
.ph.ph-git-merge:before {
  content: "\e280";
}
.ph.ph-git-pull-request:before {
  content: "\e282";
}
.ph.ph-github-logo:before {
  content: "\e576";
}
.ph.ph-gitlab-logo:before {
  content: "\e694";
}
.ph.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph.ph-globe:before {
  content: "\e288";
}
.ph.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph.ph-globe-simple:before {
  content: "\e28e";
}
.ph.ph-globe-simple-x:before {
  content: "\e284";
}
.ph.ph-globe-stand:before {
  content: "\e290";
}
.ph.ph-globe-x:before {
  content: "\e286";
}
.ph.ph-goggles:before {
  content: "\ecb4";
}
.ph.ph-golf:before {
  content: "\ea3e";
}
.ph.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph.ph-google-logo:before {
  content: "\e292";
}
.ph.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph.ph-google-play-logo:before {
  content: "\e294";
}
.ph.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph.ph-gps:before {
  content: "\edd8";
}
.ph.ph-gps-fix:before {
  content: "\edd6";
}
.ph.ph-gps-slash:before {
  content: "\edd4";
}
.ph.ph-gradient:before {
  content: "\eb42";
}
.ph.ph-graduation-cap:before {
  content: "\e62c";
}
.ph.ph-grains:before {
  content: "\ec68";
}
.ph.ph-grains-slash:before {
  content: "\ec6a";
}
.ph.ph-graph:before {
  content: "\eb58";
}
.ph.ph-graphics-card:before {
  content: "\e612";
}
.ph.ph-greater-than:before {
  content: "\edc4";
}
.ph.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph.ph-grid-four:before {
  content: "\e296";
}
.ph.ph-grid-nine:before {
  content: "\ec8c";
}
.ph.ph-guitar:before {
  content: "\ea8a";
}
.ph.ph-hair-dryer:before {
  content: "\ea66";
}
.ph.ph-hamburger:before {
  content: "\e790";
}
.ph.ph-hammer:before {
  content: "\e80e";
}
.ph.ph-hand:before {
  content: "\e298";
}
.ph.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph.ph-hand-coins:before {
  content: "\ea8c";
}
.ph.ph-hand-deposit:before {
  content: "\ee82";
}
.ph.ph-hand-eye:before {
  content: "\ea4c";
}
.ph.ph-hand-fist:before {
  content: "\e57a";
}
.ph.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph.ph-hand-heart:before {
  content: "\e810";
}
.ph.ph-hand-palm:before {
  content: "\e57e";
}
.ph.ph-hand-peace:before {
  content: "\e7cc";
}
.ph.ph-hand-pointing:before {
  content: "\e29a";
}
.ph.ph-hand-soap:before {
  content: "\e630";
}
.ph.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph.ph-hand-tap:before {
  content: "\ec90";
}
.ph.ph-hand-waving:before {
  content: "\e580";
}
.ph.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph.ph-handbag:before {
  content: "\e29c";
}
.ph.ph-handbag-simple:before {
  content: "\e62e";
}
.ph.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph.ph-hands-praying:before {
  content: "\ecc8";
}
.ph.ph-handshake:before {
  content: "\e582";
}
.ph.ph-hard-drive:before {
  content: "\e29e";
}
.ph.ph-hard-drives:before {
  content: "\e2a0";
}
.ph.ph-hard-hat:before {
  content: "\ed46";
}
.ph.ph-hash:before {
  content: "\e2a2";
}
.ph.ph-hash-straight:before {
  content: "\e2a4";
}
.ph.ph-head-circuit:before {
  content: "\e7d4";
}
.ph.ph-headlights:before {
  content: "\e6fe";
}
.ph.ph-headphones:before {
  content: "\e2a6";
}
.ph.ph-headset:before {
  content: "\e584";
}
.ph.ph-heart:before {
  content: "\e2a8";
}
.ph.ph-heart-break:before {
  content: "\ebe8";
}
.ph.ph-heart-half:before {
  content: "\ec48";
}
.ph.ph-heart-straight:before {
  content: "\e2aa";
}
.ph.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph.ph-heartbeat:before {
  content: "\e2ac";
}
.ph.ph-hexagon:before {
  content: "\e2ae";
}
.ph.ph-high-definition:before {
  content: "\ea8e";
}
.ph.ph-high-heel:before {
  content: "\e8e8";
}
.ph.ph-highlighter:before {
  content: "\ec76";
}
.ph.ph-highlighter-circle:before {
  content: "\e632";
}
.ph.ph-hockey:before {
  content: "\ec86";
}
.ph.ph-hoodie:before {
  content: "\ecd0";
}
.ph.ph-horse:before {
  content: "\e2b0";
}
.ph.ph-hospital:before {
  content: "\e844";
}
.ph.ph-hourglass:before {
  content: "\e2b2";
}
.ph.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph.ph-house:before {
  content: "\e2c2";
}
.ph.ph-house-line:before {
  content: "\e2c4";
}
.ph.ph-house-simple:before {
  content: "\e2c6";
}
.ph.ph-hurricane:before {
  content: "\e88e";
}
.ph.ph-ice-cream:before {
  content: "\e804";
}
.ph.ph-identification-badge:before {
  content: "\e6f6";
}
.ph.ph-identification-card:before {
  content: "\e2c8";
}
.ph.ph-image:before {
  content: "\e2ca";
}
.ph.ph-image-broken:before {
  content: "\e7a8";
}
.ph.ph-image-square:before {
  content: "\e2cc";
}
.ph.ph-images:before {
  content: "\e836";
}
.ph.ph-images-square:before {
  content: "\e834";
}
.ph.ph-infinity:before {
  content: "\e634";
}
.ph.ph-lemniscate:before {
  content: "\e634";
}
.ph.ph-info:before {
  content: "\e2ce";
}
.ph.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph.ph-intersect:before {
  content: "\e2d2";
}
.ph.ph-intersect-square:before {
  content: "\e87a";
}
.ph.ph-intersect-three:before {
  content: "\ecc4";
}
.ph.ph-intersection:before {
  content: "\edba";
}
.ph.ph-invoice:before {
  content: "\ee42";
}
.ph.ph-island:before {
  content: "\ee06";
}
.ph.ph-jar:before {
  content: "\e7e0";
}
.ph.ph-jar-label:before {
  content: "\e7e1";
}
.ph.ph-jeep:before {
  content: "\e2d4";
}
.ph.ph-joystick:before {
  content: "\ea5e";
}
.ph.ph-kanban:before {
  content: "\eb54";
}
.ph.ph-key:before {
  content: "\e2d6";
}
.ph.ph-key-return:before {
  content: "\e782";
}
.ph.ph-keyboard:before {
  content: "\e2d8";
}
.ph.ph-keyhole:before {
  content: "\ea78";
}
.ph.ph-knife:before {
  content: "\e636";
}
.ph.ph-ladder:before {
  content: "\e9e4";
}
.ph.ph-ladder-simple:before {
  content: "\ec26";
}
.ph.ph-lamp:before {
  content: "\e638";
}
.ph.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph.ph-laptop:before {
  content: "\e586";
}
.ph.ph-lasso:before {
  content: "\edc6";
}
.ph.ph-lastfm-logo:before {
  content: "\e842";
}
.ph.ph-layout:before {
  content: "\e6d6";
}
.ph.ph-leaf:before {
  content: "\e2da";
}
.ph.ph-lectern:before {
  content: "\e95a";
}
.ph.ph-lego:before {
  content: "\e8c6";
}
.ph.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph.ph-less-than:before {
  content: "\edac";
}
.ph.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph.ph-lifebuoy:before {
  content: "\e63a";
}
.ph.ph-lightbulb:before {
  content: "\e2dc";
}
.ph.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph.ph-lighthouse:before {
  content: "\e9f6";
}
.ph.ph-lightning:before {
  content: "\e2de";
}
.ph.ph-lightning-a:before {
  content: "\ea84";
}
.ph.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph.ph-line-segment:before {
  content: "\e6d2";
}
.ph.ph-line-segments:before {
  content: "\e6d4";
}
.ph.ph-line-vertical:before {
  content: "\ed70";
}
.ph.ph-link:before {
  content: "\e2e2";
}
.ph.ph-link-break:before {
  content: "\e2e4";
}
.ph.ph-link-simple:before {
  content: "\e2e6";
}
.ph.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph.ph-linktree-logo:before {
  content: "\edee";
}
.ph.ph-linux-logo:before {
  content: "\eb02";
}
.ph.ph-list:before {
  content: "\e2f0";
}
.ph.ph-list-bullets:before {
  content: "\e2f2";
}
.ph.ph-list-checks:before {
  content: "\eadc";
}
.ph.ph-list-dashes:before {
  content: "\e2f4";
}
.ph.ph-list-heart:before {
  content: "\ebde";
}
.ph.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph.ph-list-numbers:before {
  content: "\e2f6";
}
.ph.ph-list-plus:before {
  content: "\e2f8";
}
.ph.ph-list-star:before {
  content: "\ebdc";
}
.ph.ph-lock:before {
  content: "\e2fa";
}
.ph.ph-lock-key:before {
  content: "\e2fe";
}
.ph.ph-lock-key-open:before {
  content: "\e300";
}
.ph.ph-lock-laminated:before {
  content: "\e302";
}
.ph.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph.ph-lock-open:before {
  content: "\e306";
}
.ph.ph-lock-simple:before {
  content: "\e308";
}
.ph.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph.ph-lockers:before {
  content: "\ecb8";
}
.ph.ph-log:before {
  content: "\ed82";
}
.ph.ph-magic-wand:before {
  content: "\e6b6";
}
.ph.ph-magnet:before {
  content: "\e680";
}
.ph.ph-magnet-straight:before {
  content: "\e682";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph.ph-mailbox:before {
  content: "\ec1e";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph.ph-map-pin-line:before {
  content: "\e318";
}
.ph.ph-map-pin-plus:before {
  content: "\e314";
}
.ph.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph.ph-map-trifold:before {
  content: "\e31a";
}
.ph.ph-markdown-logo:before {
  content: "\e508";
}
.ph.ph-marker-circle:before {
  content: "\e640";
}
.ph.ph-martini:before {
  content: "\e31c";
}
.ph.ph-mask-happy:before {
  content: "\e9f4";
}
.ph.ph-mask-sad:before {
  content: "\eb9e";
}
.ph.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph.ph-math-operations:before {
  content: "\e31e";
}
.ph.ph-matrix-logo:before {
  content: "\ed64";
}
.ph.ph-medal:before {
  content: "\e320";
}
.ph.ph-medal-military:before {
  content: "\ecfc";
}
.ph.ph-medium-logo:before {
  content: "\e322";
}
.ph.ph-megaphone:before {
  content: "\e324";
}
.ph.ph-megaphone-simple:before {
  content: "\e642";
}
.ph.ph-member-of:before {
  content: "\edc2";
}
.ph.ph-memory:before {
  content: "\e9c4";
}
.ph.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph.ph-meta-logo:before {
  content: "\ed02";
}
.ph.ph-meteor:before {
  content: "\e9ba";
}
.ph.ph-metronome:before {
  content: "\ec8e";
}
.ph.ph-microphone:before {
  content: "\e326";
}
.ph.ph-microphone-slash:before {
  content: "\e328";
}
.ph.ph-microphone-stage:before {
  content: "\e75c";
}
.ph.ph-microscope:before {
  content: "\ec7a";
}
.ph.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph.ph-minus:before {
  content: "\e32a";
}
.ph.ph-minus-circle:before {
  content: "\e32c";
}
.ph.ph-minus-square:before {
  content: "\ed4c";
}
.ph.ph-money:before {
  content: "\e588";
}
.ph.ph-money-wavy:before {
  content: "\ee68";
}
.ph.ph-monitor:before {
  content: "\e32e";
}
.ph.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph.ph-monitor-play:before {
  content: "\e58c";
}
.ph.ph-moon:before {
  content: "\e330";
}
.ph.ph-moon-stars:before {
  content: "\e58e";
}
.ph.ph-moped:before {
  content: "\e824";
}
.ph.ph-moped-front:before {
  content: "\e822";
}
.ph.ph-mosque:before {
  content: "\ecee";
}
.ph.ph-motorcycle:before {
  content: "\e80a";
}
.ph.ph-mountains:before {
  content: "\e7ae";
}
.ph.ph-mouse:before {
  content: "\e33a";
}
.ph.ph-mouse-left-click:before {
  content: "\e334";
}
.ph.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph.ph-mouse-right-click:before {
  content: "\e336";
}
.ph.ph-mouse-scroll:before {
  content: "\e332";
}
.ph.ph-mouse-simple:before {
  content: "\e644";
}
.ph.ph-music-note:before {
  content: "\e33c";
}
.ph.ph-music-note-simple:before {
  content: "\e33e";
}
.ph.ph-music-notes:before {
  content: "\e340";
}
.ph.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph.ph-music-notes-simple:before {
  content: "\e342";
}
.ph.ph-navigation-arrow:before {
  content: "\eade";
}
.ph.ph-needle:before {
  content: "\e82e";
}
.ph.ph-network:before {
  content: "\edde";
}
.ph.ph-network-slash:before {
  content: "\eddc";
}
.ph.ph-network-x:before {
  content: "\edda";
}
.ph.ph-newspaper:before {
  content: "\e344";
}
.ph.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph.ph-not-equals:before {
  content: "\eda6";
}
.ph.ph-not-member-of:before {
  content: "\edae";
}
.ph.ph-not-subset-of:before {
  content: "\edb0";
}
.ph.ph-not-superset-of:before {
  content: "\edb2";
}
.ph.ph-notches:before {
  content: "\ed3a";
}
.ph.ph-note:before {
  content: "\e348";
}
.ph.ph-note-blank:before {
  content: "\e34a";
}
.ph.ph-note-pencil:before {
  content: "\e34c";
}
.ph.ph-notebook:before {
  content: "\e34e";
}
.ph.ph-notepad:before {
  content: "\e63e";
}
.ph.ph-notification:before {
  content: "\e6fa";
}
.ph.ph-notion-logo:before {
  content: "\e9a0";
}
.ph.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph.ph-number-circle-eight:before {
  content: "\e352";
}
.ph.ph-number-circle-five:before {
  content: "\e358";
}
.ph.ph-number-circle-four:before {
  content: "\e35e";
}
.ph.ph-number-circle-nine:before {
  content: "\e364";
}
.ph.ph-number-circle-one:before {
  content: "\e36a";
}
.ph.ph-number-circle-seven:before {
  content: "\e370";
}
.ph.ph-number-circle-six:before {
  content: "\e376";
}
.ph.ph-number-circle-three:before {
  content: "\e37c";
}
.ph.ph-number-circle-two:before {
  content: "\e382";
}
.ph.ph-number-circle-zero:before {
  content: "\e388";
}
.ph.ph-number-eight:before {
  content: "\e350";
}
.ph.ph-number-five:before {
  content: "\e356";
}
.ph.ph-number-four:before {
  content: "\e35c";
}
.ph.ph-number-nine:before {
  content: "\e362";
}
.ph.ph-number-one:before {
  content: "\e368";
}
.ph.ph-number-seven:before {
  content: "\e36e";
}
.ph.ph-number-six:before {
  content: "\e374";
}
.ph.ph-number-square-eight:before {
  content: "\e354";
}
.ph.ph-number-square-five:before {
  content: "\e35a";
}
.ph.ph-number-square-four:before {
  content: "\e360";
}
.ph.ph-number-square-nine:before {
  content: "\e366";
}
.ph.ph-number-square-one:before {
  content: "\e36c";
}
.ph.ph-number-square-seven:before {
  content: "\e372";
}
.ph.ph-number-square-six:before {
  content: "\e378";
}
.ph.ph-number-square-three:before {
  content: "\e37e";
}
.ph.ph-number-square-two:before {
  content: "\e384";
}
.ph.ph-number-square-zero:before {
  content: "\e38a";
}
.ph.ph-number-three:before {
  content: "\e37a";
}
.ph.ph-number-two:before {
  content: "\e380";
}
.ph.ph-number-zero:before {
  content: "\e386";
}
.ph.ph-numpad:before {
  content: "\e3c8";
}
.ph.ph-nut:before {
  content: "\e38c";
}
.ph.ph-ny-times-logo:before {
  content: "\e646";
}
.ph.ph-octagon:before {
  content: "\e38e";
}
.ph.ph-office-chair:before {
  content: "\ea46";
}
.ph.ph-onigiri:before {
  content: "\ee2c";
}
.ph.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph.ph-option:before {
  content: "\e8a8";
}
.ph.ph-orange:before {
  content: "\ee40";
}
.ph.ph-orange-slice:before {
  content: "\ed36";
}
.ph.ph-oven:before {
  content: "\ed8c";
}
.ph.ph-package:before {
  content: "\e390";
}
.ph.ph-paint-brush:before {
  content: "\e6f0";
}
.ph.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph.ph-paint-bucket:before {
  content: "\e392";
}
.ph.ph-paint-roller:before {
  content: "\e6f4";
}
.ph.ph-palette:before {
  content: "\e6c8";
}
.ph.ph-panorama:before {
  content: "\eaa2";
}
.ph.ph-pants:before {
  content: "\ec88";
}
.ph.ph-paper-plane:before {
  content: "\e394";
}
.ph.ph-paper-plane-right:before {
  content: "\e396";
}
.ph.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph.ph-paperclip:before {
  content: "\e39a";
}
.ph.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph.ph-parachute:before {
  content: "\ea7c";
}
.ph.ph-paragraph:before {
  content: "\e960";
}
.ph.ph-parallelogram:before {
  content: "\ecc6";
}
.ph.ph-park:before {
  content: "\ecb2";
}
.ph.ph-password:before {
  content: "\e752";
}
.ph.ph-path:before {
  content: "\e39c";
}
.ph.ph-patreon-logo:before {
  content: "\e98a";
}
.ph.ph-pause:before {
  content: "\e39e";
}
.ph.ph-pause-circle:before {
  content: "\e3a0";
}
.ph.ph-paw-print:before {
  content: "\e648";
}
.ph.ph-paypal-logo:before {
  content: "\e98c";
}
.ph.ph-peace:before {
  content: "\e3a2";
}
.ph.ph-pen:before {
  content: "\e3aa";
}
.ph.ph-pen-nib:before {
  content: "\e3ac";
}
.ph.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph.ph-pencil:before {
  content: "\e3ae";
}
.ph.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph.ph-pencil-line:before {
  content: "\e3b2";
}
.ph.ph-pencil-ruler:before {
  content: "\e906";
}
.ph.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph.ph-pentagon:before {
  content: "\ec7e";
}
.ph.ph-pentagram:before {
  content: "\ec5c";
}
.ph.ph-pepper:before {
  content: "\e94a";
}
.ph.ph-percent:before {
  content: "\e3b6";
}
.ph.ph-person:before {
  content: "\e3a8";
}
.ph.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph.ph-person-simple:before {
  content: "\e72e";
}
.ph.ph-person-simple-bike:before {
  content: "\e734";
}
.ph.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph.ph-person-simple-run:before {
  content: "\e730";
}
.ph.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph.ph-person-simple-swim:before {
  content: "\e736";
}
.ph.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph.ph-person-simple-throw:before {
  content: "\e732";
}
.ph.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph.ph-perspective:before {
  content: "\ebe6";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-phone-call:before {
  content: "\e3ba";
}
.ph.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph.ph-phone-incoming:before {
  content: "\e3be";
}
.ph.ph-phone-list:before {
  content: "\e3cc";
}
.ph.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph.ph-phone-pause:before {
  content: "\e3ca";
}
.ph.ph-phone-plus:before {
  content: "\ec56";
}
.ph.ph-phone-slash:before {
  content: "\e3c2";
}
.ph.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph.ph-phone-x:before {
  content: "\e3c4";
}
.ph.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph.ph-pi:before {
  content: "\ec80";
}
.ph.ph-piano-keys:before {
  content: "\e9c8";
}
.ph.ph-picnic-table:before {
  content: "\ee26";
}
.ph.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph.ph-piggy-bank:before {
  content: "\ea04";
}
.ph.ph-pill:before {
  content: "\e700";
}
.ph.ph-ping-pong:before {
  content: "\ea42";
}
.ph.ph-pint-glass:before {
  content: "\edd0";
}
.ph.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph.ph-pinwheel:before {
  content: "\eb9c";
}
.ph.ph-pipe:before {
  content: "\ed86";
}
.ph.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph.ph-pix-logo:before {
  content: "\ecc2";
}
.ph.ph-pizza:before {
  content: "\e796";
}
.ph.ph-placeholder:before {
  content: "\e650";
}
.ph.ph-planet:before {
  content: "\e652";
}
.ph.ph-plant:before {
  content: "\ebae";
}
.ph.ph-play:before {
  content: "\e3d0";
}
.ph.ph-play-circle:before {
  content: "\e3d2";
}
.ph.ph-play-pause:before {
  content: "\e8be";
}
.ph.ph-playlist:before {
  content: "\e6aa";
}
.ph.ph-plug:before {
  content: "\e946";
}
.ph.ph-plug-charging:before {
  content: "\eb5c";
}
.ph.ph-plugs:before {
  content: "\eb56";
}
.ph.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-plus-circle:before {
  content: "\e3d6";
}
.ph.ph-plus-minus:before {
  content: "\e3d8";
}
.ph.ph-plus-square:before {
  content: "\ed4a";
}
.ph.ph-poker-chip:before {
  content: "\e594";
}
.ph.ph-police-car:before {
  content: "\ec4a";
}
.ph.ph-polygon:before {
  content: "\e6d0";
}
.ph.ph-popcorn:before {
  content: "\eb4e";
}
.ph.ph-popsicle:before {
  content: "\ebbe";
}
.ph.ph-potted-plant:before {
  content: "\ec22";
}
.ph.ph-power:before {
  content: "\e3da";
}
.ph.ph-prescription:before {
  content: "\e7a2";
}
.ph.ph-presentation:before {
  content: "\e654";
}
.ph.ph-presentation-chart:before {
  content: "\e656";
}
.ph.ph-printer:before {
  content: "\e3dc";
}
.ph.ph-prohibit:before {
  content: "\e3de";
}
.ph.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph.ph-projector-screen:before {
  content: "\e658";
}
.ph.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph.ph-pulse:before {
  content: "\e000";
}
.ph.ph-activity:before {
  content: "\e000";
}
.ph.ph-push-pin:before {
  content: "\e3e2";
}
.ph.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph.ph-puzzle-piece:before {
  content: "\e596";
}
.ph.ph-qr-code:before {
  content: "\e3e6";
}
.ph.ph-question:before {
  content: "\e3e8";
}
.ph.ph-question-mark:before {
  content: "\e3e9";
}
.ph.ph-queue:before {
  content: "\e6ac";
}
.ph.ph-quotes:before {
  content: "\e660";
}
.ph.ph-rabbit:before {
  content: "\eac2";
}
.ph.ph-racquet:before {
  content: "\ee02";
}
.ph.ph-radical:before {
  content: "\e3ea";
}
.ph.ph-radio:before {
  content: "\e77e";
}
.ph.ph-radio-button:before {
  content: "\eb08";
}
.ph.ph-radioactive:before {
  content: "\e9dc";
}
.ph.ph-rainbow:before {
  content: "\e598";
}
.ph.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph.ph-ranking:before {
  content: "\ed62";
}
.ph.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph.ph-receipt:before {
  content: "\e3ec";
}
.ph.ph-receipt-x:before {
  content: "\ed40";
}
.ph.ph-record:before {
  content: "\e3ee";
}
.ph.ph-rectangle:before {
  content: "\e3f0";
}
.ph.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph.ph-recycle:before {
  content: "\e75a";
}
.ph.ph-reddit-logo:before {
  content: "\e59c";
}
.ph.ph-repeat:before {
  content: "\e3f6";
}
.ph.ph-repeat-once:before {
  content: "\e3f8";
}
.ph.ph-replit-logo:before {
  content: "\eb8a";
}
.ph.ph-resize:before {
  content: "\ed6e";
}
.ph.ph-rewind:before {
  content: "\e6a8";
}
.ph.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph.ph-road-horizon:before {
  content: "\e838";
}
.ph.ph-robot:before {
  content: "\e762";
}
.ph.ph-rocket:before {
  content: "\e3fc";
}
.ph.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph.ph-rows:before {
  content: "\e5a2";
}
.ph.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph.ph-rss:before {
  content: "\e400";
}
.ph.ph-rss-simple:before {
  content: "\e402";
}
.ph.ph-rug:before {
  content: "\ea1a";
}
.ph.ph-ruler:before {
  content: "\e6b8";
}
.ph.ph-sailboat:before {
  content: "\e78a";
}
.ph.ph-scales:before {
  content: "\e750";
}
.ph.ph-scan:before {
  content: "\ebb6";
}
.ph.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph.ph-scissors:before {
  content: "\eae0";
}
.ph.ph-scooter:before {
  content: "\e820";
}
.ph.ph-screencast:before {
  content: "\e404";
}
.ph.ph-screwdriver:before {
  content: "\e86e";
}
.ph.ph-scribble:before {
  content: "\e806";
}
.ph.ph-scribble-loop:before {
  content: "\e662";
}
.ph.ph-scroll:before {
  content: "\eb7a";
}
.ph.ph-seal:before {
  content: "\e604";
}
.ph.ph-circle-wavy:before {
  content: "\e604";
}
.ph.ph-seal-check:before {
  content: "\e606";
}
.ph.ph-circle-wavy-check:before {
  content: "\e606";
}
.ph.ph-seal-percent:before {
  content: "\e60a";
}
.ph.ph-seal-question:before {
  content: "\e608";
}
.ph.ph-circle-wavy-question:before {
  content: "\e608";
}
.ph.ph-seal-warning:before {
  content: "\e60c";
}
.ph.ph-circle-wavy-warning:before {
  content: "\e60c";
}
.ph.ph-seat:before {
  content: "\eb8e";
}
.ph.ph-seatbelt:before {
  content: "\edfe";
}
.ph.ph-security-camera:before {
  content: "\eca4";
}
.ph.ph-selection:before {
  content: "\e69a";
}
.ph.ph-selection-all:before {
  content: "\e746";
}
.ph.ph-selection-background:before {
  content: "\eaf8";
}
.ph.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph.ph-selection-inverse:before {
  content: "\e744";
}
.ph.ph-selection-plus:before {
  content: "\e69c";
}
.ph.ph-selection-slash:before {
  content: "\e69e";
}
.ph.ph-shapes:before {
  content: "\ec5e";
}
.ph.ph-share:before {
  content: "\e406";
}
.ph.ph-share-fat:before {
  content: "\ed52";
}
.ph.ph-share-network:before {
  content: "\e408";
}
.ph.ph-shield:before {
  content: "\e40a";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-shield-checkered:before {
  content: "\e708";
}
.ph.ph-shield-chevron:before {
  content: "\e40e";
}
.ph.ph-shield-plus:before {
  content: "\e706";
}
.ph.ph-shield-slash:before {
  content: "\e410";
}
.ph.ph-shield-star:before {
  content: "\ec34";
}
.ph.ph-shield-warning:before {
  content: "\e412";
}
.ph.ph-shipping-container:before {
  content: "\e78c";
}
.ph.ph-shirt-folded:before {
  content: "\ea92";
}
.ph.ph-shooting-star:before {
  content: "\ecfa";
}
.ph.ph-shopping-bag:before {
  content: "\e416";
}
.ph.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph.ph-shopping-cart:before {
  content: "\e41e";
}
.ph.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph.ph-shovel:before {
  content: "\e9e6";
}
.ph.ph-shower:before {
  content: "\e776";
}
.ph.ph-shrimp:before {
  content: "\eab4";
}
.ph.ph-shuffle:before {
  content: "\e422";
}
.ph.ph-shuffle-angular:before {
  content: "\e424";
}
.ph.ph-shuffle-simple:before {
  content: "\e426";
}
.ph.ph-sidebar:before {
  content: "\eab6";
}
.ph.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph.ph-sigma:before {
  content: "\eab8";
}
.ph.ph-sign-in:before {
  content: "\e428";
}
.ph.ph-sign-out:before {
  content: "\e42a";
}
.ph.ph-signature:before {
  content: "\ebac";
}
.ph.ph-signpost:before {
  content: "\e89c";
}
.ph.ph-sim-card:before {
  content: "\e664";
}
.ph.ph-siren:before {
  content: "\e9b8";
}
.ph.ph-sketch-logo:before {
  content: "\e42c";
}
.ph.ph-skip-back:before {
  content: "\e5a4";
}
.ph.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph.ph-skip-forward:before {
  content: "\e5a6";
}
.ph.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph.ph-skull:before {
  content: "\e916";
}
.ph.ph-skype-logo:before {
  content: "\e8dc";
}
.ph.ph-slack-logo:before {
  content: "\e5a8";
}
.ph.ph-sliders:before {
  content: "\e432";
}
.ph.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph.ph-slideshow:before {
  content: "\ed32";
}
.ph.ph-smiley:before {
  content: "\e436";
}
.ph.ph-smiley-angry:before {
  content: "\ec62";
}
.ph.ph-smiley-blank:before {
  content: "\e438";
}
.ph.ph-smiley-meh:before {
  content: "\e43a";
}
.ph.ph-smiley-melting:before {
  content: "\ee56";
}
.ph.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph.ph-smiley-sad:before {
  content: "\e43e";
}
.ph.ph-smiley-sticker:before {
  content: "\e440";
}
.ph.ph-smiley-wink:before {
  content: "\e666";
}
.ph.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph.ph-snapchat-logo:before {
  content: "\e668";
}
.ph.ph-sneaker:before {
  content: "\e80c";
}
.ph.ph-sneaker-move:before {
  content: "\ed60";
}
.ph.ph-snowflake:before {
  content: "\e5aa";
}
.ph.ph-soccer-ball:before {
  content: "\e716";
}
.ph.ph-sock:before {
  content: "\ecce";
}
.ph.ph-solar-panel:before {
  content: "\ed7a";
}
.ph.ph-solar-roof:before {
  content: "\ed7b";
}
.ph.ph-sort-ascending:before {
  content: "\e444";
}
.ph.ph-sort-descending:before {
  content: "\e446";
}
.ph.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph.ph-spade:before {
  content: "\e448";
}
.ph.ph-sparkle:before {
  content: "\e6a2";
}
.ph.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph.ph-speaker-high:before {
  content: "\e44a";
}
.ph.ph-speaker-low:before {
  content: "\e44c";
}
.ph.ph-speaker-none:before {
  content: "\e44e";
}
.ph.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph.ph-speaker-slash:before {
  content: "\e45a";
}
.ph.ph-speaker-x:before {
  content: "\e45c";
}
.ph.ph-speedometer:before {
  content: "\ee74";
}
.ph.ph-sphere:before {
  content: "\ee66";
}
.ph.ph-spinner:before {
  content: "\e66a";
}
.ph.ph-spinner-ball:before {
  content: "\ee28";
}
.ph.ph-spinner-gap:before {
  content: "\e66c";
}
.ph.ph-spiral:before {
  content: "\e9fa";
}
.ph.ph-split-horizontal:before {
  content: "\e872";
}
.ph.ph-split-vertical:before {
  content: "\e876";
}
.ph.ph-spotify-logo:before {
  content: "\e66e";
}
.ph.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph.ph-square:before {
  content: "\e45e";
}
.ph.ph-square-half:before {
  content: "\e462";
}
.ph.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph.ph-square-logo:before {
  content: "\e690";
}
.ph.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph.ph-square-split-vertical:before {
  content: "\e874";
}
.ph.ph-squares-four:before {
  content: "\e464";
}
.ph.ph-stack:before {
  content: "\e466";
}
.ph.ph-stack-minus:before {
  content: "\edf4";
}
.ph.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph.ph-stack-plus:before {
  content: "\edf6";
}
.ph.ph-stack-simple:before {
  content: "\e468";
}
.ph.ph-stairs:before {
  content: "\e8ec";
}
.ph.ph-stamp:before {
  content: "\ea48";
}
.ph.ph-standard-definition:before {
  content: "\ea90";
}
.ph.ph-star:before {
  content: "\e46a";
}
.ph.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph.ph-star-four:before {
  content: "\e6a4";
}
.ph.ph-star-half:before {
  content: "\e70a";
}
.ph.ph-star-of-david:before {
  content: "\e89e";
}
.ph.ph-steam-logo:before {
  content: "\ead4";
}
.ph.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph.ph-steps:before {
  content: "\ecbe";
}
.ph.ph-stethoscope:before {
  content: "\e7ea";
}
.ph.ph-sticker:before {
  content: "\e5ac";
}
.ph.ph-stool:before {
  content: "\ea44";
}
.ph.ph-stop:before {
  content: "\e46c";
}
.ph.ph-stop-circle:before {
  content: "\e46e";
}
.ph.ph-storefront:before {
  content: "\e470";
}
.ph.ph-strategy:before {
  content: "\ea3a";
}
.ph.ph-stripe-logo:before {
  content: "\e698";
}
.ph.ph-student:before {
  content: "\e73e";
}
.ph.ph-subset-of:before {
  content: "\edc0";
}
.ph.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph.ph-subtitles:before {
  content: "\e1a8";
}
.ph.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph.ph-subtract:before {
  content: "\ebd6";
}
.ph.ph-subtract-square:before {
  content: "\ebd4";
}
.ph.ph-subway:before {
  content: "\e498";
}
.ph.ph-suitcase:before {
  content: "\e5ae";
}
.ph.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph.ph-sun:before {
  content: "\e472";
}
.ph.ph-sun-dim:before {
  content: "\e474";
}
.ph.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph.ph-sunglasses:before {
  content: "\e816";
}
.ph.ph-superset-of:before {
  content: "\edb8";
}
.ph.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph.ph-swap:before {
  content: "\e83c";
}
.ph.ph-swatches:before {
  content: "\e5b8";
}
.ph.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph.ph-sword:before {
  content: "\e5ba";
}
.ph.ph-synagogue:before {
  content: "\ecec";
}
.ph.ph-syringe:before {
  content: "\e968";
}
.ph.ph-t-shirt:before {
  content: "\e670";
}
.ph.ph-table:before {
  content: "\e476";
}
.ph.ph-tabs:before {
  content: "\e778";
}
.ph.ph-tag:before {
  content: "\e478";
}
.ph.ph-tag-chevron:before {
  content: "\e672";
}
.ph.ph-tag-simple:before {
  content: "\e47a";
}
.ph.ph-target:before {
  content: "\e47c";
}
.ph.ph-taxi:before {
  content: "\e902";
}
.ph.ph-tea-bag:before {
  content: "\e8e6";
}
.ph.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph.ph-television:before {
  content: "\e754";
}
.ph.ph-television-simple:before {
  content: "\eae6";
}
.ph.ph-tennis-ball:before {
  content: "\e720";
}
.ph.ph-tent:before {
  content: "\e8ba";
}
.ph.ph-terminal:before {
  content: "\e47e";
}
.ph.ph-terminal-window:before {
  content: "\eae8";
}
.ph.ph-test-tube:before {
  content: "\e7a0";
}
.ph.ph-text-a-underline:before {
  content: "\ed34";
}
.ph.ph-text-aa:before {
  content: "\e6ee";
}
.ph.ph-text-align-center:before {
  content: "\e480";
}
.ph.ph-text-align-justify:before {
  content: "\e482";
}
.ph.ph-text-align-left:before {
  content: "\e484";
}
.ph.ph-text-align-right:before {
  content: "\e486";
}
.ph.ph-text-b:before {
  content: "\e5be";
}
.ph.ph-text-bolder:before {
  content: "\e5be";
}
.ph.ph-text-columns:before {
  content: "\ec96";
}
.ph.ph-text-h:before {
  content: "\e6ba";
}
.ph.ph-text-h-five:before {
  content: "\e6c4";
}
.ph.ph-text-h-four:before {
  content: "\e6c2";
}
.ph.ph-text-h-one:before {
  content: "\e6bc";
}
.ph.ph-text-h-six:before {
  content: "\e6c6";
}
.ph.ph-text-h-three:before {
  content: "\e6c0";
}
.ph.ph-text-h-two:before {
  content: "\e6be";
}
.ph.ph-text-indent:before {
  content: "\ea1e";
}
.ph.ph-text-italic:before {
  content: "\e5c0";
}
.ph.ph-text-outdent:before {
  content: "\ea1c";
}
.ph.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph.ph-text-subscript:before {
  content: "\ec98";
}
.ph.ph-text-superscript:before {
  content: "\ec9a";
}
.ph.ph-text-t:before {
  content: "\e48a";
}
.ph.ph-text-t-slash:before {
  content: "\e488";
}
.ph.ph-text-underline:before {
  content: "\e5c4";
}
.ph.ph-textbox:before {
  content: "\eb0a";
}
.ph.ph-thermometer:before {
  content: "\e5c6";
}
.ph.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph.ph-threads-logo:before {
  content: "\ed9e";
}
.ph.ph-three-d:before {
  content: "\ea5a";
}
.ph.ph-thumbs-down:before {
  content: "\e48c";
}
.ph.ph-thumbs-up:before {
  content: "\e48e";
}
.ph.ph-ticket:before {
  content: "\e490";
}
.ph.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph.ph-tilde:before {
  content: "\eda8";
}
.ph.ph-timer:before {
  content: "\e492";
}
.ph.ph-tip-jar:before {
  content: "\e7e2";
}
.ph.ph-tipi:before {
  content: "\ed30";
}
.ph.ph-tire:before {
  content: "\edd2";
}
.ph.ph-toggle-left:before {
  content: "\e674";
}
.ph.ph-toggle-right:before {
  content: "\e676";
}
.ph.ph-toilet:before {
  content: "\e79a";
}
.ph.ph-toilet-paper:before {
  content: "\e79c";
}
.ph.ph-toolbox:before {
  content: "\eca0";
}
.ph.ph-tooth:before {
  content: "\e9cc";
}
.ph.ph-tornado:before {
  content: "\e88c";
}
.ph.ph-tote:before {
  content: "\e494";
}
.ph.ph-tote-simple:before {
  content: "\e678";
}
.ph.ph-towel:before {
  content: "\ede6";
}
.ph.ph-tractor:before {
  content: "\ec6e";
}
.ph.ph-trademark:before {
  content: "\e9f0";
}
.ph.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph.ph-traffic-sign:before {
  content: "\e67a";
}
.ph.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph.ph-train:before {
  content: "\e496";
}
.ph.ph-train-regional:before {
  content: "\e49e";
}
.ph.ph-train-simple:before {
  content: "\e4a0";
}
.ph.ph-tram:before {
  content: "\e9ec";
}
.ph.ph-translate:before {
  content: "\e4a2";
}
.ph.ph-trash:before {
  content: "\e4a6";
}
.ph.ph-trash-simple:before {
  content: "\e4a8";
}
.ph.ph-tray:before {
  content: "\e4aa";
}
.ph.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph.ph-archive-tray:before {
  content: "\e010";
}
.ph.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph.ph-treasure-chest:before {
  content: "\ede2";
}
.ph.ph-tree:before {
  content: "\e6da";
}
.ph.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph.ph-tree-palm:before {
  content: "\e91a";
}
.ph.ph-tree-structure:before {
  content: "\e67c";
}
.ph.ph-tree-view:before {
  content: "\ee48";
}
.ph.ph-trend-down:before {
  content: "\e4ac";
}
.ph.ph-trend-up:before {
  content: "\e4ae";
}
.ph.ph-triangle:before {
  content: "\e4b0";
}
.ph.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph.ph-trolley:before {
  content: "\e5b2";
}
.ph.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph.ph-trophy:before {
  content: "\e67e";
}
.ph.ph-truck:before {
  content: "\e4b4";
}
.ph.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph.ph-umbrella:before {
  content: "\e684";
}
.ph.ph-umbrella-simple:before {
  content: "\e686";
}
.ph.ph-union:before {
  content: "\edbe";
}
.ph.ph-unite:before {
  content: "\e87e";
}
.ph.ph-unite-square:before {
  content: "\e878";
}
.ph.ph-upload:before {
  content: "\e4be";
}
.ph.ph-upload-simple:before {
  content: "\e4c0";
}
.ph.ph-usb:before {
  content: "\e956";
}
.ph.ph-user:before {
  content: "\e4c2";
}
.ph.ph-user-check:before {
  content: "\eafa";
}
.ph.ph-user-circle:before {
  content: "\e4c4";
}
.ph.ph-user-circle-check:before {
  content: "\ec38";
}
.ph.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph.ph-user-focus:before {
  content: "\e6fc";
}
.ph.ph-user-gear:before {
  content: "\e4cc";
}
.ph.ph-user-list:before {
  content: "\e73c";
}
.ph.ph-user-minus:before {
  content: "\e4ce";
}
.ph.ph-user-plus:before {
  content: "\e4d0";
}
.ph.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph.ph-user-sound:before {
  content: "\eca8";
}
.ph.ph-user-square:before {
  content: "\e4d4";
}
.ph.ph-user-switch:before {
  content: "\e756";
}
.ph.ph-users:before {
  content: "\e4d6";
}
.ph.ph-users-four:before {
  content: "\e68c";
}
.ph.ph-users-three:before {
  content: "\e68e";
}
.ph.ph-van:before {
  content: "\e826";
}
.ph.ph-vault:before {
  content: "\e76e";
}
.ph.ph-vector-three:before {
  content: "\ee62";
}
.ph.ph-vector-two:before {
  content: "\ee64";
}
.ph.ph-vibrate:before {
  content: "\e4d8";
}
.ph.ph-video:before {
  content: "\e740";
}
.ph.ph-video-camera:before {
  content: "\e4da";
}
.ph.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph.ph-video-conference:before {
  content: "\edce";
}
.ph.ph-vignette:before {
  content: "\eba2";
}
.ph.ph-vinyl-record:before {
  content: "\ecac";
}
.ph.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph.ph-virus:before {
  content: "\e7d6";
}
.ph.ph-visor:before {
  content: "\ee2a";
}
.ph.ph-voicemail:before {
  content: "\e4de";
}
.ph.ph-volleyball:before {
  content: "\e726";
}
.ph.ph-wall:before {
  content: "\e688";
}
.ph.ph-wallet:before {
  content: "\e68a";
}
.ph.ph-warehouse:before {
  content: "\ecd4";
}
.ph.ph-warning:before {
  content: "\e4e0";
}
.ph.ph-warning-circle:before {
  content: "\e4e2";
}
.ph.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph.ph-washing-machine:before {
  content: "\ede8";
}
.ph.ph-watch:before {
  content: "\e4e6";
}
.ph.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph.ph-wave-sine:before {
  content: "\ea9a";
}
.ph.ph-wave-square:before {
  content: "\ea9e";
}
.ph.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph.ph-waveform:before {
  content: "\e802";
}
.ph.ph-waveform-slash:before {
  content: "\e800";
}
.ph.ph-waves:before {
  content: "\e6de";
}
.ph.ph-webcam:before {
  content: "\e9b2";
}
.ph.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph.ph-wheelchair:before {
  content: "\e4e8";
}
.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph.ph-wifi-high:before {
  content: "\e4ea";
}
.ph.ph-wifi-low:before {
  content: "\e4ec";
}
.ph.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph.ph-wifi-none:before {
  content: "\e4f0";
}
.ph.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph.ph-wifi-x:before {
  content: "\e4f4";
}
.ph.ph-wind:before {
  content: "\e5d2";
}
.ph.ph-windmill:before {
  content: "\e9f8";
}
.ph.ph-windows-logo:before {
  content: "\e692";
}
.ph.ph-wine:before {
  content: "\e6b2";
}
.ph.ph-wrench:before {
  content: "\e5d4";
}
.ph.ph-x:before {
  content: "\e4f6";
}
.ph.ph-x-circle:before {
  content: "\e4f8";
}
.ph.ph-x-logo:before {
  content: "\e4bc";
}
.ph.ph-x-square:before {
  content: "\e4fa";
}
.ph.ph-yarn:before {
  content: "\ed9a";
}
.ph.ph-yin-yang:before {
  content: "\e92a";
}
.ph.ph-youtube-logo:before {
  content: "\e4fc";
}

