@charset "UTF-8";

/* src/styles.scss */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      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-red-50: #fde7e9;
    --color-red-100: #fbced4;
    --color-red-200: #f69ea8;
    --color-red-300: #f26d7d;
    --color-red-400: #ed3d51;
    --color-red-500: #e90c26;
    --color-red-600: #ba0a1e;
    --color-red-700: #8c0717;
    --color-red-800: #5d050f;
    --color-red-900: #2f0208;
    --color-red-950: #170104;
    --color-orange-50: #fdf3e5;
    --color-orange-100: #fbe8cc;
    --color-orange-200: #f8d199;
    --color-orange-300: #f4b966;
    --color-orange-400: #f1a233;
    --color-orange-500: #ed8b00;
    --color-orange-600: #be6f00;
    --color-orange-700: #8e5300;
    --color-orange-800: #5f3800;
    --color-orange-900: #2f1c00;
    --color-orange-950: #180e00;
    --color-green-50: #edf3e6;
    --color-green-100: #dbe6cd;
    --color-green-200: #b8ce9b;
    --color-green-300: #94b56a;
    --color-green-400: #719d38;
    --color-green-500: #4d8406;
    --color-green-600: #3e6a05;
    --color-green-700: #2e4f04;
    --color-green-800: #1f3502;
    --color-green-900: #0f1a01;
    --color-green-950: #080d01;
    --color-blue-50: #e6f2f8;
    --color-blue-100: #cce5f2;
    --color-blue-200: #9acbe4;
    --color-blue-300: #9acbe4;
    --color-blue-400: #3597c9;
    --color-blue-500: #027dbc;
    --color-blue-600: #026496;
    --color-blue-700: #014871;
    --color-blue-800: #01324b;
    --color-blue-900: #001926;
    --color-blue-950: #000d13;
    --color-purple-50: #f1eafa;
    --color-purple-100: #e3d4f6;
    --color-purple-200: #c7a9ed;
    --color-purple-300: #aa7fe3;
    --color-purple-400: #8e54da;
    --color-purple-500: #7229d1;
    --color-purple-600: #5b21a7;
    --color-purple-700: #44197d;
    --color-purple-800: #2e1054;
    --color-purple-900: #17082a;
    --color-purple-950: #0b0415;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-xs: .85rem;
    --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.5rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 2.375rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 3.125rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear 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);
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --radius: 0.25rem;
    --spacing-0: 0;
    --spacing-0\.5: 0.125rem;
    --spacing-1\.5: 0.375rem;
    --spacing-2\.5: 0.625rem;
    --spacing-1: 0.125rem;
    --spacing-2: 0.25rem;
    --spacing-3: 0.375rem;
    --spacing-4: 0.5rem;
    --spacing-5: 0.75rem;
    --spacing-5\.5: 0.875rem;
    --spacing-6: 1rem;
    --spacing-7: 1.25rem;
    --spacing-8: 1.5rem;
    --spacing-9: 2rem;
    --spacing-10: 2.5rem;
    --spacing-11: 3rem;
    --spacing-12: 4rem;
    --spacing-13: 5rem;
    --spacing-14: 7.5rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-28: 7rem;
    --spacing-48: 12rem;
    --leading-none: 1;
    --shadow-none: 0 0 #0000;
    --font-myriad:
      myriad-pro,
      "Myriad Pro Fallback",
      sans-serif;
    --color-ama-purple: #46166b;
    --color-ama-blue: #027dbc;
    --color-ama-black: #000000;
    --color-ama-gray-55: #717073;
    --color-ama-gray-50: #7f7f7f;
    --color-ama-gray-7: #ededed;
    --color-ama-white: #ffffff;
    --color-ama-red: #e90c26;
    --color-freida-black: black;
    --color-freida-white: white;
    --color-freida-gray-55: #4c4b4d;
    --color-freida-gray-50: #8b898c;
    --color-freida-gray-40: #717073;
    --color-freida-gray-25: #cac8cc;
    --color-freida-gray-15: #e8e6eb;
    --color-freida-gray-10: #f8f7fa;
    --color-freida-blue: #1254b3;
    --color-freida-blue-90: #0060e6;
    --color-freida-blue-30: #d9f2fc;
    --color-freida-blue-20: #f2f8ff;
    --color-freida-blue-15: #d9e9ff;
    --color-freida-green: #00a68a;
    --color-freida-purple: #512d6d;
    --color-freida-purple-90: #7229d1;
    --color-freida-purple-80: #7233cc;
    --color-freida-purple-5: #f7f2ff;
    --color-grey-50: #eeeeef;
    --color-grey-100: #dddcde;
    --color-grey-200: #bbbabe;
    --color-grey-300: #9a979d;
    --color-grey-400: #78757d;
    --color-grey-500: #56525c;
    --color-grey-600: #45424a;
    --color-grey-700: #343137;
    --color-grey-800: #222125;
    --color-grey-900: #222125;
    --color-grey-950: #090809;
    --color-seafoam-50: #e7fbf8;
    --color-seafoam-100: #cff8f2;
    --color-seafoam-200: #9ff1e5;
    --color-seafoam-300: #6fead8;
    --color-seafoam-400: #3fe3cb;
    --color-seafoam-500: #0fdcbe;
    --color-seafoam-600: #0cb098;
    --color-seafoam-700: #098472;
    --color-seafoam-800: #06584c;
    --color-seafoam-900: #032c26;
    --color-seafoam-950: #021613;
    --color-light-grey: #f6f6f8;
    --color-divider-line: #e4e3e6;
    --color-magenta-500: #bc2989;
    --font-kepler:
      "kepler-std",
      "Kepler Std Fallback",
      serif;
    --text-hero-display-desktop: 3rem;
    --text-hero-2-display-desktop: 2rem;
    --text-h1-desktop: 2rem;
    --text-h2-desktop: 1.5rem;
    --text-h3-desktop: 1.25rem;
    --text-h4-desktop: 1.125rem;
    --text-h5-desktop: 1rem;
    --text-h6-desktop: 0.875rem;
    --text-hero-display-mobile: 2rem;
    --text-hero-2-display-mobile: 1.5rem;
    --text-h1-mobile: 1.75rem;
    --text-h2-mobile: 1.25rem;
    --text-h3-mobile: 1.125rem;
    --text-h4-mobile: 1rem;
    --text-h5-mobile: 0.875rem;
    --text-h6-mobile: 0.75rem;
    --text-button: 1rem;
    --text-pill: 0.875rem;
    --text-breadcrumb: 0.875rem;
    --text-2x-large: 1.5rem;
    --text-large: 1.125rem;
    --text-normal: 1rem;
    --text-small: 0.875rem;
    --text-x-small: 0.75rem;
    --color-primary: var(--color-purple-500);
    --color-secondary: var(--color-blue-500);
    --color-text-primary: var(--color-purple-950);
    --color-text-secondary: var(--color-grey-500);
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .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;
  }
  .sticky {
    position: sticky;
  }
  .top-2 {
    top: var(--spacing-2);
  }
  .right-4 {
    right: var(--spacing-4);
  }
  .bottom-4 {
    bottom: var(--spacing-4);
  }
  .left-2 {
    left: var(--spacing-2);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .m-2 {
    margin: var(--spacing-2);
  }
  .m-4 {
    margin: var(--spacing-4);
  }
  .m-6 {
    margin: var(--spacing-6);
  }
  .mx-6 {
    margin-inline: var(--spacing-6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: var(--spacing-6);
  }
  .my-12 {
    margin-block: var(--spacing-12);
  }
  .my-\[1px\] {
    margin-block: 1px;
  }
  .mt-2 {
    margin-top: var(--spacing-2);
  }
  .mt-3 {
    margin-top: var(--spacing-3);
  }
  .mt-4 {
    margin-top: var(--spacing-4);
  }
  .mt-6 {
    margin-top: var(--spacing-6);
  }
  .mt-8 {
    margin-top: var(--spacing-8);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mr-3 {
    margin-right: var(--spacing-3);
  }
  .mb-1 {
    margin-bottom: var(--spacing-1);
  }
  .mb-2 {
    margin-bottom: var(--spacing-2);
  }
  .mb-3 {
    margin-bottom: var(--spacing-3);
  }
  .mb-4 {
    margin-bottom: var(--spacing-4);
  }
  .mb-5 {
    margin-bottom: var(--spacing-5);
  }
  .mb-5\.5 {
    margin-bottom: var(--spacing-5\.5);
  }
  .mb-6 {
    margin-bottom: var(--spacing-6);
  }
  .mb-8 {
    margin-bottom: var(--spacing-8);
  }
  .mb-10 {
    margin-bottom: var(--spacing-10);
  }
  .ml-0 {
    margin-left: var(--spacing-0);
  }
  .ml-2 {
    margin-left: var(--spacing-2);
  }
  .ml-4 {
    margin-left: var(--spacing-4);
  }
  .ml-6 {
    margin-left: var(--spacing-6);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: var(--spacing-5);
  }
  .h-6 {
    height: var(--spacing-6);
  }
  .h-8 {
    height: var(--spacing-8);
  }
  .h-12 {
    height: var(--spacing-12);
  }
  .h-16 {
    height: var(--spacing-16);
  }
  .h-20 {
    height: var(--spacing-20);
  }
  .h-24 {
    height: var(--spacing-24);
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[180px\] {
    max-height: 180px;
  }
  .w-5 {
    width: var(--spacing-5);
  }
  .w-5\/6 {
    width: calc(5 / 6 * 100%);
  }
  .w-6 {
    width: var(--spacing-6);
  }
  .w-8 {
    width: var(--spacing-8);
  }
  .w-12 {
    width: var(--spacing-12);
  }
  .w-16 {
    width: var(--spacing-16);
  }
  .w-20 {
    width: var(--spacing-20);
  }
  .w-28 {
    width: var(--spacing-28);
  }
  .w-\[7\.313rem\] {
    width: 7.313rem;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[210px\] {
    max-width: 210px;
  }
  .min-w-0 {
    min-width: var(--spacing-0);
  }
  .min-w-48 {
    min-width: var(--spacing-48);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-\[initial\] {
    list-style-type: initial;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing-1);
  }
  .gap-2 {
    gap: var(--spacing-2);
  }
  .gap-3 {
    gap: var(--spacing-3);
  }
  .gap-4 {
    gap: var(--spacing-4);
  }
  .gap-5 {
    gap: var(--spacing-5);
  }
  .gap-6 {
    gap: var(--spacing-6);
  }
  .gap-8 {
    gap: var(--spacing-8);
  }
  .gap-10 {
    gap: var(--spacing-10);
  }
  .rounded {
    border-radius: var(--radius);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-divider-line {
    border-color: var(--color-divider-line);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .bg-ama-blue {
    background-color: var(--color-ama-blue);
  }
  .bg-ama-purple {
    background-color: var(--color-ama-purple);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-200 {
    background-color: var(--color-blue-200);
  }
  .bg-blue-300 {
    background-color: var(--color-blue-300);
  }
  .bg-blue-400 {
    background-color: var(--color-blue-400);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-blue-700 {
    background-color: var(--color-blue-700);
  }
  .bg-blue-800 {
    background-color: var(--color-blue-800);
  }
  .bg-blue-900 {
    background-color: var(--color-blue-900);
  }
  .bg-blue-950 {
    background-color: var(--color-blue-950);
  }
  .bg-divider-line {
    background-color: var(--color-divider-line);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-200 {
    background-color: var(--color-green-200);
  }
  .bg-green-300 {
    background-color: var(--color-green-300);
  }
  .bg-green-400 {
    background-color: var(--color-green-400);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-green-700 {
    background-color: var(--color-green-700);
  }
  .bg-green-800 {
    background-color: var(--color-green-800);
  }
  .bg-green-900 {
    background-color: var(--color-green-900);
  }
  .bg-green-950 {
    background-color: var(--color-green-950);
  }
  .bg-grey-50 {
    background-color: var(--color-grey-50);
  }
  .bg-grey-100 {
    background-color: var(--color-grey-100);
  }
  .bg-grey-200 {
    background-color: var(--color-grey-200);
  }
  .bg-grey-300 {
    background-color: var(--color-grey-300);
  }
  .bg-grey-400 {
    background-color: var(--color-grey-400);
  }
  .bg-grey-500 {
    background-color: var(--color-grey-500);
  }
  .bg-grey-600 {
    background-color: var(--color-grey-600);
  }
  .bg-grey-700 {
    background-color: var(--color-grey-700);
  }
  .bg-grey-800 {
    background-color: var(--color-grey-800);
  }
  .bg-grey-900 {
    background-color: var(--color-grey-900);
  }
  .bg-grey-950 {
    background-color: var(--color-grey-950);
  }
  .bg-light-grey {
    background-color: var(--color-light-grey);
  }
  .bg-magenta-500 {
    background-color: var(--color-magenta-500);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-orange-200 {
    background-color: var(--color-orange-200);
  }
  .bg-orange-300 {
    background-color: var(--color-orange-300);
  }
  .bg-orange-400 {
    background-color: var(--color-orange-400);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-orange-600 {
    background-color: var(--color-orange-600);
  }
  .bg-orange-700 {
    background-color: var(--color-orange-700);
  }
  .bg-orange-800 {
    background-color: var(--color-orange-800);
  }
  .bg-orange-900 {
    background-color: var(--color-orange-900);
  }
  .bg-orange-950 {
    background-color: var(--color-orange-950);
  }
  .bg-purple-50 {
    background-color: var(--color-purple-50);
  }
  .bg-purple-100 {
    background-color: var(--color-purple-100);
  }
  .bg-purple-200 {
    background-color: var(--color-purple-200);
  }
  .bg-purple-300 {
    background-color: var(--color-purple-300);
  }
  .bg-purple-400 {
    background-color: var(--color-purple-400);
  }
  .bg-purple-500 {
    background-color: var(--color-purple-500);
  }
  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }
  .bg-purple-700 {
    background-color: var(--color-purple-700);
  }
  .bg-purple-800 {
    background-color: var(--color-purple-800);
  }
  .bg-purple-900 {
    background-color: var(--color-purple-900);
  }
  .bg-purple-950 {
    background-color: var(--color-purple-950);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .bg-red-300 {
    background-color: var(--color-red-300);
  }
  .bg-red-400 {
    background-color: var(--color-red-400);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-red-700 {
    background-color: var(--color-red-700);
  }
  .bg-red-800 {
    background-color: var(--color-red-800);
  }
  .bg-red-900 {
    background-color: var(--color-red-900);
  }
  .bg-red-950 {
    background-color: var(--color-red-950);
  }
  .bg-seafoam-50 {
    background-color: var(--color-seafoam-50);
  }
  .bg-seafoam-100 {
    background-color: var(--color-seafoam-100);
  }
  .bg-seafoam-200 {
    background-color: var(--color-seafoam-200);
  }
  .bg-seafoam-300 {
    background-color: var(--color-seafoam-300);
  }
  .bg-seafoam-400 {
    background-color: var(--color-seafoam-400);
  }
  .bg-seafoam-500 {
    background-color: var(--color-seafoam-500);
  }
  .bg-seafoam-600 {
    background-color: var(--color-seafoam-600);
  }
  .bg-seafoam-700 {
    background-color: var(--color-seafoam-700);
  }
  .bg-seafoam-800 {
    background-color: var(--color-seafoam-800);
  }
  .bg-seafoam-900 {
    background-color: var(--color-seafoam-900);
  }
  .bg-seafoam-950 {
    background-color: var(--color-seafoam-950);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .\!p-0 {
    padding: var(--spacing-0) !important;
  }
  .p-2 {
    padding: var(--spacing-2);
  }
  .p-3 {
    padding: var(--spacing-3);
  }
  .p-4 {
    padding: var(--spacing-4);
  }
  .p-5 {
    padding: var(--spacing-5);
  }
  .p-6 {
    padding: var(--spacing-6);
  }
  .p-8 {
    padding: var(--spacing-8);
  }
  .p-10 {
    padding: var(--spacing-10);
  }
  .px-4 {
    padding-inline: var(--spacing-4);
  }
  .px-6 {
    padding-inline: var(--spacing-6);
  }
  .px-6\! {
    padding-inline: var(--spacing-6) !important;
  }
  .py-2 {
    padding-block: var(--spacing-2);
  }
  .py-5\! {
    padding-block: var(--spacing-5) !important;
  }
  .py-6 {
    padding-block: var(--spacing-6);
  }
  .pt-4 {
    padding-top: var(--spacing-4);
  }
  .pt-8 {
    padding-top: var(--spacing-8);
  }
  .pt-12 {
    padding-top: var(--spacing-12);
  }
  .pr-4 {
    padding-right: var(--spacing-4);
  }
  .pb-2 {
    padding-bottom: var(--spacing-2);
  }
  .pb-6\! {
    padding-bottom: var(--spacing-6) !important;
  }
  .pb-8 {
    padding-bottom: var(--spacing-8);
  }
  .pl-0 {
    padding-left: var(--spacing-0);
  }
  .pl-4 {
    padding-left: var(--spacing-4);
  }
  .text-center {
    text-align: center;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .font-kepler {
    font-family: var(--font-kepler);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-myriad {
    font-family: var(--font-myriad);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[1\.5rem\] {
    font-size: 1.5rem !important;
  }
  .text-2x-large {
    font-size: var(--text-2x-large);
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25\.5px\] {
    font-size: 25.5px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-breadcrumb {
    font-size: var(--text-breadcrumb);
  }
  .text-button {
    font-size: var(--text-button);
  }
  .text-large {
    font-size: var(--text-large);
  }
  .text-pill {
    font-size: var(--text-pill);
  }
  .text-small {
    font-size: var(--text-small);
  }
  .leading-none {
    --tw-leading: var(--leading-none);
    line-height: var(--leading-none);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[var\(--color-purple-500\)\] {
    color: var(--color-purple-500);
  }
  .text-\[var\(--color-purple-950\)\] {
    color: var(--color-purple-950);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-grey-50 {
    color: var(--color-grey-50);
  }
  .text-grey-300 {
    color: var(--color-grey-300);
  }
  .text-grey-400 {
    color: var(--color-grey-400);
  }
  .text-grey-500 {
    color: var(--color-grey-500);
  }
  .text-orange-400 {
    color: var(--color-orange-400);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-purple-500 {
    color: var(--color-purple-500);
  }
  .text-purple-500\! {
    color: var(--color-purple-500) !important;
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-purple-800 {
    color: var(--color-purple-800);
  }
  .text-purple-950 {
    color: var(--color-purple-950);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-text-primary {
    color: var(--color-text-primary);
  }
  .text-text-secondary {
    color: var(--color-text-secondary);
  }
  .text-text-secondary\! {
    color: var(--color-text-secondary) !important;
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-01 {
    --tw-shadow: 0 2px 8px 0 var(--tw-shadow-color, rgba(23, 8, 42, 0.04));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-02 {
    --tw-shadow: 0 4px 16px 0 var(--tw-shadow-color, rgba(23, 8, 42, 0.12));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    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));
  }
  .transition-opacity {
    transition-property: opacity;
    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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
    .hover\:bg-grey-50:hover {
      background-color: var(--color-grey-50);
    }
    .hover\:text-purple-800:hover {
      color: var(--color-purple-800);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width < 1024px) {
    .max-lg\:order-4 {
      order: 4;
    }
  }
  @media (width < 768px) {
    .max-md\:order-1 {
      order: 1;
    }
    .max-md\:order-2 {
      order: 2;
    }
    .max-md\:order-3 {
      order: 3;
    }
    .max-md\:order-4 {
      order: 4;
    }
    .max-md\:order-5 {
      order: 5;
    }
    .max-md\:order-6 {
      order: 6;
    }
    .max-md\:order-7 {
      order: 7;
    }
    .max-md\:flex {
      display: flex;
    }
    .max-md\:hidden {
      display: none;
    }
    .max-md\:w-full {
      width: 100%;
    }
    .max-md\:flex-1 {
      flex: 1;
    }
    .max-md\:grid-cols-1\! {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .max-md\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 768px) {
    .md\:visible {
      visibility: visible;
    }
    .md\:col-span-6 {
      grid-column: span 6 / span 6;
    }
    .md\:\!mt-8 {
      margin-top: var(--spacing-8) !important;
    }
    .md\:mt-6 {
      margin-top: var(--spacing-6);
    }
    .md\:mt-8 {
      margin-top: var(--spacing-8);
    }
    .md\:mt-9 {
      margin-top: var(--spacing-9);
    }
    .md\:mt-\[10px\] {
      margin-top: 10px;
    }
    .md\:mb-1 {
      margin-bottom: var(--spacing-1);
    }
    .md\:mb-5 {
      margin-bottom: var(--spacing-5);
    }
    .md\:mb-6 {
      margin-bottom: var(--spacing-6);
    }
    .md\:mb-8 {
      margin-bottom: var(--spacing-8);
    }
    .md\:mb-12 {
      margin-bottom: var(--spacing-12);
    }
    .md\:ml-4 {
      margin-left: var(--spacing-4);
    }
    .md\:block {
      display: block;
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:inline-flex {
      display: inline-flex;
    }
    .md\:h-9 {
      height: var(--spacing-9);
    }
    .md\:w-9 {
      width: var(--spacing-9);
    }
    .md\:w-\[100px\] {
      width: 100px;
    }
    .md\:w-auto {
      width: auto;
    }
    .md\:\!grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-3\! {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:gap-x-9 {
      column-gap: var(--spacing-9);
    }
    .md\:object-cover {
      object-fit: cover;
    }
    .md\:pt-8 {
      padding-top: var(--spacing-8);
    }
    .md\:pt-11 {
      padding-top: var(--spacing-11);
    }
    .md\:text-left {
      text-align: left;
    }
  }
  @media (width >= 930px) {
    .min-\[930px\]\:contents {
      display: contents;
    }
    .min-\[930px\]\:hidden {
      display: none;
    }
  }
  @media (width >= 1024px) {
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    }
    .lg\:col-span-6 {
      grid-column: span 6 / span 6;
    }
    .lg\:mt-9 {
      margin-top: var(--spacing-9);
    }
    .lg\:mb-8 {
      margin-bottom: var(--spacing-8);
    }
    .lg\:mb-11 {
      margin-bottom: var(--spacing-11);
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:gap-8 {
      gap: var(--spacing-8);
    }
    .lg\:pl-\[40px\] {
      padding-left: 40px;
    }
  }
  @media (width >= 1101px) {
    .min-\[1101px\]\:contents {
      display: contents;
    }
    .min-\[1101px\]\:hidden {
      display: none;
    }
  }
  @media (width >= 1440px) {
    .xl\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }
  .\[\&\:before\]\:font-bold:before {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
@font-face {
  font-family: "Myriad Pro Fallback";
  src:
    local("Arial"),
    local("Helvetica Neue"),
    local("Helvetica");
  size-adjust: 96.4%;
  ascent-override: 98.8%;
  descent-override: 25.9%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Kepler Std Fallback";
  src: local("Georgia"), local("Times New Roman");
  size-adjust: 91.2%;
  ascent-override: 105%;
  descent-override: 28%;
  line-gap-override: 0%;
}
@layer components {
  .layout-container {
    margin-inline: auto;
    max-width: 1280px;
    padding-inline: var(--spacing-6);
    @media (width >= 768px) {
      padding-inline: var(--spacing-8);
    }
    @media (width >= 1024px) {
      padding-inline: var(--spacing-10);
    }
  }
  .layout-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--spacing-6);
    @media (width >= 1024px) {
      column-gap: var(--spacing-8);
    }
  }
}
body:has(.freida-v2) {
  overflow-x: hidden;
  color: var(--color-text-primary);
}
body:has(.freida-v2) *:focus-visible {
  outline: 2px solid var(--color-blue-500);
  outline-offset: 2px;
}
body:has(.freida-v2) .cdk-overlay-dark-backdrop {
  background-color: rgba(9, 8, 9, 0.2);
}
body:has(.freida-v2) .gm-style .gm-style-iw-tc {
  display: none !important;
}
.ph-icon {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.ph-icon.primary {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  color: var(--color-primary);
}
.freida-v2 .hero-display {
  font-family: var(--font-myriad);
  font-size: var(--text-hero-display-mobile);
  --tw-leading: 2.4375rem;
  line-height: 2.4375rem;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 768px) {
    font-size: var(--text-hero-display-desktop);
  }
  @media (width >= 768px) {
    --tw-leading: 3.625rem;
    line-height: 3.625rem;
  }
}
.freida-v2 .hero-display-2 {
  font-family: var(--font-kepler);
  font-size: var(--text-hero-2-display-mobile);
  --tw-leading: 1.8125rem;
  line-height: 1.8125rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 768px) {
    font-size: var(--text-hero-2-display-desktop);
  }
  @media (width >= 768px) {
    --tw-leading: 2.375rem;
    line-height: 2.375rem;
  }
}
.freida-v2 h1,
.freida-v2 .h1 {
  font-family: var(--font-myriad);
  font-size: var(--text-h1-mobile);
  --tw-leading: 2.125rem;
  line-height: 2.125rem;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 768px) {
    font-size: var(--text-h1-desktop);
  }
  @media (width >= 768px) {
    --tw-leading: 2.375rem;
    line-height: 2.375rem;
  }
}
.freida-v2 h2,
.freida-v2 .h2 {
  font-family: var(--font-myriad);
  font-size: var(--text-h2-mobile);
  --tw-leading: 1.5rem;
  line-height: 1.5rem;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 768px) {
    font-size: var(--text-h2-desktop);
  }
  @media (width >= 768px) {
    --tw-leading: 1.75rem;
    line-height: 1.75rem;
  }
}
.freida-v2 h3,
.freida-v2 .h3 {
  font-family: var(--font-myriad);
  font-size: var(--text-h3-mobile);
  --tw-leading: 1.3125rem;
  line-height: 1.3125rem;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 768px) {
    font-size: var(--text-h3-desktop);
  }
  @media (width >= 768px) {
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
  }
}
.freida-v2 h4,
.freida-v2 .h4 {
  font-family: var(--font-myriad);
  font-size: var(--text-h4-mobile);
  --tw-leading: 1.1875rem;
  line-height: 1.1875rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 768px) {
    font-size: var(--text-h4-desktop);
  }
  @media (width >= 768px) {
    --tw-leading: 1.3125rem;
    line-height: 1.3125rem;
  }
}
.freida-v2 h5,
.freida-v2 .h5 {
  font-family: var(--font-myriad);
  font-size: var(--text-h5-mobile);
  --tw-leading: 1rem;
  line-height: 1rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 768px) {
    font-size: var(--text-h5-desktop);
  }
  @media (width >= 768px) {
    --tw-leading: 1.1875rem;
    line-height: 1.1875rem;
  }
}
.freida-v2 h6,
.freida-v2 .h6 {
  font-family: var(--font-myriad);
  font-size: var(--text-h6-mobile);
  --tw-leading: 0.875rem;
  line-height: 0.875rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 768px) {
    font-size: var(--text-h6-desktop);
  }
  @media (width >= 768px) {
    --tw-leading: 1.0625rem;
    line-height: 1.0625rem;
  }
}
.freida-v2 .text-large-responsive {
  font-family: var(--font-kepler);
  font-size: var(--text-small);
  --tw-leading: 1rem;
  line-height: 1rem;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
  @media (width >= 768px) {
    font-size: var(--text-large);
  }
  @media (width >= 768px) {
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
  }
}
.freida-v2 .text-large-base-responsive {
  font-family: var(--font-kepler);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1.25rem;
  line-height: 1.25rem;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
  @media (width >= 768px) {
    font-size: var(--text-large);
  }
  @media (width >= 768px) {
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
  }
}
.freida-v2 .text-responsive {
  font-family: var(--font-kepler);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1.25rem;
  line-height: 1.25rem;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  @media (width >= 768px) {
    font-size: var(--text-large);
  }
  @media (width >= 768px) {
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
  }
}
.freida-v2 .text-large {
  font-family: var(--font-kepler);
  font-size: var(--text-large);
  --tw-leading: 1.5rem;
  line-height: 1.5rem;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.freida-v2 .text-base {
  font-family: var(--font-kepler);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1.25rem;
  line-height: 1.25rem;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.freida-v2 .text-small {
  font-family: var(--font-kepler);
  font-size: var(--text-small);
  --tw-leading: 1rem;
  line-height: 1rem;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.freida-v2 .text-tiny {
  font-family: var(--font-kepler);
  font-size: var(--text-x-small);
  --tw-leading: 0.875rem;
  line-height: 0.875rem;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.freida-v2 .text-tiny-myriad {
  font-family: var(--font-myriad);
  font-size: var(--text-x-small);
  --tw-leading: 0.875rem;
  line-height: 0.875rem;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.freida-v2 .text-button {
  font-family: var(--font-myriad);
  font-size: var(--text-button);
  --tw-leading: 1.1875rem;
  line-height: 1.1875rem;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.freida-v2 .text-pill {
  font-family: var(--font-myriad);
  font-size: var(--text-pill);
  --tw-leading: 1rem;
  line-height: 1rem;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.freida-v2 .text-breadcrumb {
  font-family: var(--font-myriad);
  font-size: var(--text-breadcrumb);
  --tw-leading: 1rem;
  line-height: 1rem;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.08em;
  letter-spacing: 0.08em;
}
.freida-v2 .text-breadcrumb:hover {
  text-decoration-line: underline;
  text-underline-offset: 25%;
}
.freida-v2 .text-info-label {
  font-family: var(--font-kepler);
  font-size: var(--text-x-small);
  --tw-leading: 0.875rem;
  line-height: 0.875rem;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  @media (width >= 768px) {
    font-size: var(--text-small);
  }
  @media (width >= 768px) {
    --tw-leading: 1rem;
    line-height: 1rem;
  }
}
.freida-v2 .text-info-value {
  font-family: var(--font-myriad);
  font-size: var(--text-small);
  --tw-leading: 1.0625rem;
  line-height: 1.0625rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 768px) {
    font-size: var(--text-normal);
  }
  @media (width >= 768px) {
    --tw-leading: 1.1875rem;
    line-height: 1.1875rem;
  }
}
.freida-v2 .link-primary {
  font-family: var(--font-myriad);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.freida-v2 .link-primary:hover {
  text-decoration-line: underline;
  text-underline-offset: 25%;
}
.freida-v2 .link-inline {
  font-family: var(--font-kepler);
  color: inherit;
  color: var(--color-secondary);
}
.freida-v2 .link-inline:hover {
  text-decoration-line: underline;
  text-underline-offset: 25%;
}
.freida-v2 .label-large {
  font-family: var(--font-myriad);
  font-size: var(--text-large);
  --tw-leading: 1.313rem;
  line-height: 1.313rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.freida-v2 .label-medium {
  font-family: var(--font-myriad);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1.1875rem;
  line-height: 1.1875rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.freida-v2 .label-small {
  font-family: var(--font-myriad);
  font-size: var(--text-small);
  --tw-leading: 1.0625rem;
  line-height: 1.0625rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.freida-v2 .label-xs {
  font-family: var(--font-myriad);
  font-size: var(--text-x-small);
  --tw-leading: 0.875rem;
  line-height: 0.875rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.freida-v2 .label-responsive {
  font-family: var(--font-myriad);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1.188rem;
  line-height: 1.188rem;
  --tw-leading: 1.313rem;
  line-height: 1.313rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 768px) {
    font-size: var(--text-large);
  }
}
:root {
  --p-checkbox-width: 18px;
  --p-checkbox-height: 18px;
  --p-checkbox-background: #fff;
  --p-checkbox-border-color: var(--color-grey-300);
  --p-checkbox-border-radius: 1.5px;
  --p-checkbox-shadow: none;
  --p-checkbox-transition-duration: 0.15s;
  --p-checkbox-hover-border-color: var(--color-blue-500);
  --p-checkbox-focus-border-color: var(--color-blue-500);
  --p-checkbox-focus-ring-width: 2px;
  --p-checkbox-focus-ring-style: solid;
  --p-checkbox-focus-ring-color: var(--color-blue-200);
  --p-checkbox-focus-ring-offset: 2px;
  --p-checkbox-focus-ring-shadow: none;
  --p-checkbox-checked-background: var(--color-primary);
  --p-checkbox-checked-border-color: var(--color-primary);
  --p-checkbox-checked-hover-background: var(--color-purple-700);
  --p-checkbox-checked-hover-border-color: var(--color-purple-700);
  --p-checkbox-icon-size: 12px;
  --p-checkbox-icon-color: transparent;
  --p-checkbox-icon-checked-color: #fff;
  --p-checkbox-icon-checked-hover-color: #fff;
  --p-checkbox-icon-disabled-color: var(--color-grey-400);
  --p-checkbox-disabled-background: var(--color-grey-100);
}
.app-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--spacing-2);
}
.checkbox-label {
  cursor: pointer;
  font-family: var(--font-myriad);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--color-grey-900);
  text-transform: none;
}
.checkbox-label.text-xs {
  font-size: 0.75rem;
}
.checkbox-label.text-sm {
  font-size: 0.875rem;
}
.checkbox-label.text-base {
  font-size: 1rem;
}
.checkbox-label.text-lg {
  font-size: 1.125rem;
}
.checkbox-label.text-xl {
  font-size: 1.25rem;
}
.p-tooltip {
  position: absolute;
  max-width: 15.5rem;
}
.p-tooltip.p-tooltip-right,
.p-tooltip.p-tooltip-left {
  padding-inline: var(--spacing-3);
  padding-block: var(--spacing-0);
}
.p-tooltip.p-tooltip-top,
.p-tooltip.p-tooltip-bottom {
  padding-inline: var(--spacing-0);
  padding-block: var(--spacing-3);
}
.p-tooltip .p-tooltip-text {
  border-radius: var(--radius-lg) !important;
  background-color: var(--color-grey-900) !important;
  font-family: var(--font-myriad) !important;
  font-size: var(--text-small) !important;
  --tw-leading: var(--leading-tight) !important;
  line-height: var(--leading-tight) !important;
  color: var(--color-white) !important;
  max-width: 15.5rem;
  overflow-wrap: break-word;
  white-space: pre-line;
  padding: 8px 12px !important;
}
.p-tooltip .p-tooltip-arrow {
  position: absolute;
  height: var(--spacing-0);
  width: var(--spacing-0);
  --tw-border-style: solid;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375rem;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  margin-top: calc(var(--spacing-3) * -1);
  border-right-color: var(--color-grey-900);
  border-width: 0.375rem 0.375rem 0.375rem 0;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  margin-top: calc(var(--spacing-3) * -1);
  border-left-color: var(--color-grey-900);
  border-width: 0.375rem 0 0.375rem 0.375rem;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  margin-left: calc(var(--spacing-3) * -1);
  border-top-color: var(--color-grey-900);
  border-width: 0.375rem 0.375rem 0;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  margin-left: calc(var(--spacing-3) * -1);
  border-bottom-color: var(--color-grey-900);
  border-width: 0 0.375rem 0.375rem;
}
.tooltip-max-width {
  max-width: 15rem;
}
* {
  box-sizing: border-box;
}
body {
  margin: var(--spacing-0);
  padding: var(--spacing-0);
}
.container {
  margin-inline: auto;
  max-width: 1280px;
}
.row {
  display: flex;
}
.col {
  display: flex;
  flex-direction: column;
}
.spacer {
  flex: 1;
}
.no-characteristics {
  margin-bottom: 50px;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.no-characteristics__heading {
  margin-bottom: 18px;
  text-align: left;
  --tw-leading: 1.43rem;
  line-height: 1.43rem;
  --tw-tracking: 0.06875rem;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
}
.no-characteristics__body {
  --tw-leading: 1.43rem;
  line-height: 1.43rem;
  color: var(--color-freida-gray-50);
}
.data-table {
  margin-bottom: 50px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-ama-white);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1.43rem;
  line-height: 1.43rem;
}
.data-table__caption {
  margin-bottom: 18px;
  text-align: left;
  --tw-leading: 1.43rem;
  line-height: 1.43rem;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.06875rem;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
}
.data-table__caption__info {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-ama-gray-55);
  text-transform: none;
}
.data-table__caption__right {
  float: right;
}
.data-table__headers {
  border-style: var(--tw-border-style);
  border-width: 0px;
  text-align: left;
  vertical-align: text-top;
  font-size: 0.625rem;
  --tw-leading: var(--spacing-6);
  line-height: var(--spacing-6);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0.0625rem;
  letter-spacing: 0.0625rem;
}
.data-table__headers:last-child {
  text-align: right;
}
.data-table__column-header {
  border-style: var(--tw-border-style);
  border-width: 0px;
  text-align: left;
  vertical-align: text-top;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: var(--spacing-6);
  line-height: var(--spacing-6);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0.0625rem;
  letter-spacing: 0.0625rem;
}
.data-table__column-header:last-child {
  text-align: right;
}
.data-table__footer td {
  background-color: var(--color-ama-white);
  text-align: left;
}
.data-table__footer td:last-child {
  text-align: left;
}
.data-table__footer ul {
  list-style-type: none;
  white-space: nowrap;
}
.data-table__row:nth-of-type(2n+2) td {
  background-color: var(--color-ama-white);
}
.data-table__row-item {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: #e8e6eb47;
  padding: 7px;
  text-align: left;
  vertical-align: text-top;
  font-family: var(--font-kepler);
}
.data-table__row-item__link {
  --tw-leading: 1.43rem;
  line-height: 1.43rem;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-freida-blue-90);
}
.data-table__row-item:last-child {
  text-align: right;
  vertical-align: middle;
}
.data-table__row-item:last-child .not-available {
  color: var(--color-freida-gray-25);
  font-style: italic;
}
.data-table__row-item-link {
  display: none;
  min-width: var(--spacing-2);
  @media (width >= 320px) {
    display: table-cell;
  }
}
.data-table__row-item-link-anchor {
  display: none;
  min-width: 37.5em;
  text-align: right;
  overflow-wrap: break-word;
  @media (width >= 320px) {
    display: table-cell;
  }
  @media (width >= 320px) {
    display: table-cell;
  }
}
.data-table__row-item-link-anchor a {
  min-width: 37.5em;
  text-decoration-line: none;
}
.data-table__row-item-link-mobile {
  display: none;
  min-width: 37.5em;
  overflow: hidden;
  padding: 7px;
  text-overflow: ellipsis;
}
.data-table-mobile {
  margin-bottom: var(--spacing-5);
  display: block;
  width: 100%;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1.43rem;
  line-height: 1.43rem;
  @media (width >= 768px) {
    display: none;
  }
}
.data-table-mobile__heading {
  margin-bottom: 18px;
  text-align: left;
  --tw-leading: 1.43rem;
  line-height: 1.43rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0.06875rem;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
}
.data-table-mobile__header {
  padding: 7px;
}
.data-table-mobile__card {
  background-color: #e8e6eb47;
}
.data-table-mobile__card:nth-of-type(2n+2) {
  background-color: var(--color-freida-white);
}
.data-table-mobile__row {
  display: flex;
  min-width: 37.5;
  @media (width >= 320px) {
    display: none;
  }
}
.data-table-mobile__row div {
  width: 100%;
  padding: 7px;
}
.data-table-mobile__row__attr {
  padding-left: 18px;
}
.data-table-mobile__row__value {
  text-align: right;
}
.clinical-environment .data-table__row-item:last-child .not-available {
  color: var(--color-freida-black);
  font-style: normal;
}
.freida .ama-dropdown.ng-select .ng-select-container {
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  background-color: var(--color-freida-white);
}
.freida .ama-dropdown.ng-select .ng-select-container .ng-arrow-wrapper {
  padding-inline: var(--spacing-5);
}
.freida .ama-dropdown.ng-select .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-inline-color: transparent;
  border-top-color: var(--color-freida-blue-90);
  border-bottom-color: transparent;
}
.freida .ama-dropdown.ng-select .ng-select-container .ng-value-container {
  text-transform: capitalize;
}
.freida .ama-dropdown.ng-select-opened .ng-select-container {
  border-top-left-radius: var(--radius-2xl);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius-2xl);
  border-bottom-right-radius: var(--radius-2xl);
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
  border-color: var(--color-freida-blue-90);
}
.freida .ama-dropdown.ng-select-opened .ng-select-container :hover {
  border-color: var(--color-freida-blue-90);
}
.freida .ama-dropdown.ng-select-opened .ng-select-container .ng-arrow-wrapper .ng-arrow {
  top: -0.125rem;
  rotate: 0deg;
  border-inline-style: var(--tw-border-style);
  border-inline-width: 0.3125rem;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0.3125rem;
  border-inline-color: transparent;
  border-top-color: transparent;
  border-bottom-color: var(--color-freida-blue-90);
}
.freida .ama-dropdown.ng-select-opened .ng-dropdown-panel {
  border-top-left-radius: var(--radius);
  border-top-left-radius: 16px;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
}
.freida .ama-dropdown.ng-select-opened .ng-dropdown-panel .ng-dropdown-panel-items.scroll-host {
  border-top-left-radius: var(--radius);
  border-top-left-radius: 16px;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.freida .ama-dropdown.ng-select-opened .ng-dropdown-panel .ng-select-bottom {
  margin-top: -0.5625rem;
  border-top-left-radius: 16px;
  border-top-left-radius: var(--radius);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.freida .ama-dropdown.ng-select-opened .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--color-freida-blue-20);
  color: var(--color-freida-gray-40);
}
.ribbon-dropdown.freida .ama-dropdown .ng-select-container {
  min-width: 7.5rem;
  border-top-left-radius: 15px;
  border-top-left-radius: var(--radius);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  border-style: var(--tw-border-style);
  border-width: 2.5px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
}
.ribbon-dropdown.freida .ama-dropdown .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-inline-color: transparent;
  border-top-color: var(--color-freida-purple);
  border-bottom-color: transparent;
}
.ribbon-dropdown.freida .ama-dropdown .ng-placeholder {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-freida-purple);
}
.ribbon-dropdown.freida .ama-dropdown .ng-dropdown-panel {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-freida-white);
}
.ribbon-dropdown.freida .ama-dropdown .ng-option-label {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-freida-purple);
}
.ribbon-dropdown.freida .ama-dropdown .ng-option-label:hover {
  text-decoration-line: underline;
}
.ribbon-dropdown.freida .ama-dropdown.ng-select-opened .ng-select-container {
  border-style: var(--tw-border-style);
  border-width: 0.3rem;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-purple-5);
  background-color: var(--color-freida-white);
}
.ribbon-dropdown.freida .ama-dropdown.ng-select-opened .ng-select-container:hover {
  cursor: pointer;
  text-decoration-line: underline;
}
.ribbon-dropdown.freida .ama-dropdown.ng-select-opened .ng-dropdown-panel {
  overflow: hidden;
  border-top-left-radius: var(--radius);
  border-top-left-radius: 15px;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-style: var(--tw-border-style);
  border-width: 0.3rem;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-purple-5);
}
.ribbon-dropdown.freida .ama-dropdown.ng-select-opened .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: transparent;
}
.saved-programs__dropdown .ama-dropdown.ng-select {
  width: auto;
}
@media (width >= 320px) {
  .saved-programs__dropdown .ama-dropdown.ng-select {
    width: 11.25rem;
  }
}
.freida--contact .ama-dropdown.ng-select .ng-select-container {
  border-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  background-color: var(--color-freida-white);
}
.freida--contact .ama-dropdown.ng-select .ng-select-container .ng-arrow-wrapper {
  padding-right: var(--spacing-5);
}
.freida--contact .ama-dropdown.ng-select .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-inline-color: transparent;
  border-top-color: var(--color-freida-blue-90);
  border-bottom-color: transparent;
}
.freida--contact .ama-dropdown.ng-select-opened .ng-select-container {
  border-top-left-radius: 16px;
  border-top-left-radius: var(--radius);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-freida-blue-90);
}
.freida--contact .ama-dropdown.ng-select-opened .ng-select-container :hover {
  border-color: var(--color-freida-blue-90);
}
.freida--contact .ama-dropdown.ng-select-opened .ng-select-container .ng-arrow-wrapper .ng-arrow {
  top: -0.125rem;
  rotate: 0deg;
  border-inline-style: var(--tw-border-style);
  border-inline-width: 0.3125rem;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0.3125rem;
  border-inline-color: transparent;
  border-top-color: transparent;
  border-bottom-color: var(--color-freida-blue-90);
}
.freida--contact .ama-dropdown.ng-select-opened .ng-dropdown-panel {
  border-top-left-radius: var(--radius);
  border-top-left-radius: 16px;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
}
.freida--contact .ama-dropdown.ng-select-opened .ng-dropdown-panel .ng-dropdown-panel-items.scroll-host {
  border-top-left-radius: var(--radius);
  border-top-left-radius: 16px;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.freida--contact .ama-dropdown.ng-select-opened .ng-dropdown-panel .ng-select-bottom {
  margin-top: -0.5625rem;
  border-top-left-radius: 16px;
  border-top-left-radius: var(--radius);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.freida--contact .ama-dropdown.ng-select-opened .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--color-freida-blue-20);
  color: var(--color-freida-gray-40);
}
.program-maintainer-portal .ama-dropdown {
  width: 100%;
}
.program-maintainer-portal .ama-dropdown .ng-dropdown-panel-items .ng-option {
  white-space: normal;
}
body.modal-open {
  overflow: hidden;
}
.freida-modal .ama-modal__overlay {
  pointer-events: none;
  background-color: #ffffff99;
}
.freida-modal .ama-modal__content {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 0.25rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-15);
  padding-inline: var(--spacing-2\.5);
  padding-top: var(--spacing-12);
  padding-bottom: 34px;
  --tw-drop-shadow: ;
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  @media (width >= 768px) {
    width: auto;
  }
}
.freida-modal .freida-gating-modal .freida-modal-close .ama-modal__close {
  display: none;
}
.freida-modal .freida-gating-modal .freida-button button {
  width: 100%;
  @media (width >= 320px) {
    width: auto;
  }
}
.notes-modal .ama-modal__overlay {
  pointer-events: none;
  background-color: #ffffff99;
}
.notes-modal .ama-modal__content {
  top: var(--spacing-0);
  left: var(--spacing-0);
  max-height: 100%;
  width: 100%;
  --tw-translate-x: var(--spacing-0);
  --tw-translate-y: var(--spacing-0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  overflow-y: auto;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding: var(--spacing-0);
  @media (width >= 320px) {
    top: var(--spacing-0);
  }
  @media (width >= 320px) {
    right: var(--spacing-0);
  }
  @media (width >= 320px) {
    bottom: var(--spacing-0);
  }
  @media (width >= 320px) {
    left: var(--spacing-0);
  }
  @media (width >= 320px) {
    max-height: 90%;
  }
  @media (width >= 320px) {
    width: 35.75rem;
  }
  @media (width >= 320px) {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width >= 320px) {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width >= 320px) {
    border-radius: var(--radius-xl);
  }
  @media (width >= 320px) {
    border-style: var(--tw-border-style);
    border-width: 0.25rem;
  }
  @media (width >= 320px) {
    --tw-border-style: solid;
    border-style: solid;
  }
  @media (width >= 320px) {
    border-color: var(--color-freida-gray-15);
  }
  box-shadow: none;
}
.specialty-modal .ama-modal,
.saved-searches .ama-modal {
  z-index: 9999;
}
.specialty-modal .ama-modal__content,
.saved-searches .ama-modal__content {
  height: 100vh;
  max-height: 100%;
  width: 100%;
  @media (width >= 320px) {
    max-height: 31.25rem;
  }
  @media (width >= 320px) {
    min-height: 36.75rem;
  }
  @media (width >= 320px) {
    width: 8/12;
  }
  @media (width >= 320px) {
    max-width: 48.25rem;
  }
}
.saved-searches {
  overflow: auto;
}
.download-modal .ama-modal__content {
  height: 19.125rem;
  width: 100%;
  @media (width >= 320px) {
    height: 19.125rem;
  }
  @media (width >= 320px) {
    max-width: 35.75rem;
  }
  @media (width >= 320px) {
    padding-inline: 2.375rem;
  }
  @media (width >= 320px) {
    padding-block: var(--spacing-12);
  }
}
.expired-modal {
  text-align: center;
}
.ama-ribbon {
  position: relative;
}
.ama-ribbon .container .ama-ribbon__sign-in-dropdown {
  z-index: 6;
  display: flex;
}
.ama-tag--default {
  background-color: var(--color-freida-gray-25);
}
.program-card__details__info .freida {
  width: 100%;
  @media (width >= 320px) {
    width: auto;
  }
}
.program-card__details__info .freida .ama-tag__container {
  display: block;
  text-align: center;
  @media (width >= 320px) {
    display: inline-flex;
  }
}
label span {
  margin-bottom: var(--spacing-2\.5);
  display: block;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-ama-gray-50);
  text-transform: uppercase;
}
input[type=text],
input[type=number],
input[type=tel],
input[type=date],
input[type=email],
input[type=ext] {
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-ama-gray-7);
  padding: var(--spacing-2\.5);
}
input[type=text]:focus,
input[type=text]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=ext]:focus,
input[type=ext]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=email]:focus,
input[type=email]:active {
  border-color: var(--color-ama-blue);
  --tw-outline-style: none;
  outline-style: none;
}
input[type=text] *:focus,
input[type=number] *:focus,
input[type=tel] *:focus,
input[type=date] *:focus,
input[type=email] *:focus {
  --tw-outline-style: none;
  outline-style: none;
}
input[type=text].error,
input[type=number].error,
input[type=tel].error,
input[type=date].error,
input[type=email].error {
  border-color: var(--color-ama-red);
}
.freida .ama-checkbox__checkmark-container {
  margin-right: var(--spacing-2);
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  background-color: var(--color-freida-white);
}
.freida .ama-checkbox input:checked ~ .ama-checkbox__checkmark-container--blue {
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-blue-90);
}
.freida .ama-checkbox input:checked ~ .ama-checkbox__checkmark-container--purple {
  background-color: var(--color-freida-blue-90);
}
.freida .ama-checkbox__checkmark:after {
  top: 0.125rem;
  left: 0.375rem;
  height: 0.625rem;
  width: 0.3125rem;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-left-style: var(--tw-border-style);
  border-left-width: 0px;
}
.freida .ama-checkbox__label {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
}
.saved-programs__sort-bar--left .ama-checkbox__checkmark-container {
  margin-right: var(--spacing-0);
}
.checkbox-disabled {
  pointer-events: none;
  color: var(--color-freida-gray-50);
}
.checkbox-disabled .ama-checkbox input[type=checkbox]:checked {
  pointer-events: auto;
}
.freida-filters .ama-dropdown .ng-select-container {
  border-radius: 5px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-15);
  background-color: var(--color-freida-white);
}
.freida-filters .ama-dropdown .ng-select-container .ng-value-container .ng-placeholder {
  display: flex;
  color: var(--color-freida-gray-40);
}
.freida-filters .ama-dropdown .ng-select-container.ng-has-value .ng-value {
  display: none;
}
.freida-filters .ama-dropdown .ng-arrow-wrapper {
  padding-right: var(--spacing-3);
}
.freida-filters .ama-dropdown .ng-arrow-wrapper .ng-arrow {
  border-inline-color: transparent;
  border-top-color: var(--color-freida-blue-90);
  border-bottom-color: transparent;
}
.freida-filters .ama-dropdown.ng-select-opened .ng-select-container {
  border-top-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.freida-filters .ama-dropdown.ng-select-opened .ng-select-container .ng-arrow {
  border-inline-color: transparent;
  border-top-color: transparent;
  border-bottom-color: var(--color-freida-blue-90);
}
.freida-filters .ama-dropdown .ng-dropdown-panel {
  position: absolute;
  left: var(--spacing-0);
  z-index: 1050;
  box-sizing: border-box;
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-15);
  background-color: var(--color-ama-white);
  opacity: 0%;
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
  box-shadow:
    var(--tw-inset-shadow),
    var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
  border-radius: 0 0 5px 5px !important;
}
.freida-filters .ama-dropdown .ng-dropdown-panel-items .ng-option {
  margin-inline: var(--spacing-0);
  margin-block: 5px;
  overflow: visible;
}
.freida-filters .ama-dropdown .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--color-freida-blue-20);
  color: var(--color-freida-black);
}
.freida-pagination .ama-pagination {
  margin-inline: var(--spacing-0);
  margin-block: 60px;
}
.freida-pagination .ama-pagination__arrow:hover {
  background-color: var(--color-freida-blue-15);
}
.freida-pagination .ama-pagination__button {
  color: var(--color-freida-blue);
}
.freida-pagination .ama-pagination__button:hover {
  background-color: var(--color-freida-blue-15);
}
.freida-pagination .ama-pagination__button--primary--active {
  background-color: var(--color-freida-blue);
  color: var(--color-freida-white);
}
@layer theme, base, components, utilities;
@layer theme;
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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;
@font-face {
  font-family: "Myriad Pro Fallback";
  src:
    local("Arial"),
    local("Helvetica Neue"),
    local("Helvetica");
  size-adjust: 96.4%;
  ascent-override: 98.8%;
  descent-override: 25.9%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Kepler Std Fallback";
  src: local("Georgia"), local("Times New Roman");
  size-adjust: 91.2%;
  ascent-override: 105%;
  descent-override: 28%;
  line-gap-override: 0%;
}
.custom-range__slider.p-slider.p-slider-horizontal {
  height: 7px;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-grey-100);
}
.custom-range__slider.p-slider-horizontal .p-slider-track {
  align-self: stretch !important;
}
.custom-range__slider.p-slider-horizontal .p-slider-range {
  height: 7px;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-primary);
}
.custom-range__slider.p-slider-horizontal .p-slider-handle {
  position: absolute;
  top: 80%;
  height: 24px;
  width: 24px;
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1) !important;
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1) !important;
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-white);
  background-color: var(--color-primary);
  --tw-shadow: 0 2px 8px 0 var(--tw-shadow-color, rgba(23, 8, 42, 0.04));
  box-shadow:
    var(--tw-inset-shadow),
    var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
}
.custom-range__slider .p-slider-handle,
.custom-range__slider .p-slider-handle:hover,
.custom-range__slider .p-slider-handle:active,
.custom-range__slider .p-slider-handle:focus {
  background-color: var(--color-primary) !important;
}
.custom-range__slider .p-slider-handle:focus-visible {
  outline: 2px solid var(--color-blue-500);
}
.custom-range__slider .p-slider-handle::before,
.custom-range__slider .p-slider-handle::after {
  content: none !important;
}
.freida-toggle {
  margin-top: var(--spacing-3);
  margin-right: var(--spacing-0);
  margin-bottom: 22px;
  margin-left: auto;
  width: 9.0625rem;
}
.freida-toggle .ama-toggle-button {
  display: flex;
}
.freida-toggle .ama-button {
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-15);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-freida-blue-90);
}
.freida-toggle .ama-button:hover {
  cursor: pointer;
  border-color: var(--color-freida-blue-90);
}
.freida-toggle .ama-button--active {
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-blue-90);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-ama-white);
}
.featured-videos__video__player .video-container {
  border-radius: var(--radius-lg);
  --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);
}
.featured-videos__video__player .video-content {
  display: none;
}
.transition .ama-banner__banner-text {
  display: flex;
}
.transition__video .ama-banner__banner-text {
  display: flex;
  min-height: 250px;
  flex-direction: column;
}
.transition__video .ama-banner__banner-actions {
  display: none;
}
.transition .youtube-icon,
.transition .image {
  height: 267px !important;
}
.specialty-promo-card .youtube-icon,
.specialty-promo-card .image {
  height: 900px !important;
}
.ng-image-fullscreen-view .lightbox-wrapper .lightbox-div .pre-loader {
  height: initial !important;
}
.freida-typeahead-container {
  z-index: 1;
}
.freida-typeahead-container__main input.freida-typeahead-container__main__input {
  border-color: var(--color-freida-white);
}
.freida-typeahead-container__main input.freida-typeahead-container__main__input:active,
.freida-typeahead-container__main input.freida-typeahead-container__main__input:focus,
.freida-typeahead-container__main input.freida-typeahead-container__main__input:focus-within {
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: var(--color-freida-gray-15);
}
.freida-typeahead-container__search {
  z-index: 1002;
}
.freida-typeahead-container__selected {
  display: flex;
  flex-wrap: wrap;
}
.freida-typeahead-container__selected > .freida-typeahead-chips > .ama-chip__container.ama-chip--rounded.ama-chip--secondary {
  margin-top: 0.6rem;
  margin-right: 0.6rem;
  margin-bottom: var(--spacing-0);
  margin-left: var(--spacing-0);
  height: var(--spacing-7);
  max-height: none;
  max-width: none;
}
.freida-typeahead-container__selected > .freida-typeahead-chips > .ama-chip__container.ama-chip--rounded.ama-chip--secondary .ama-chip__text {
  white-space: nowrap;
}
.freida-typeahead-container__selected > .freida-typeahead-chips > .ama-chip__container.ama-chip--rounded.ama-chip--secondary .ama-icon-close {
  margin-right: var(--spacing-2);
}
.freida-typeahead-container__results__list {
  margin: var(--spacing-0);
  max-height: 10.625rem;
  overflow-y: scroll;
  list-style-type: none;
  padding-inline: var(--spacing-0);
  padding-block: var(--spacing-2\.5);
}
.freida-typeahead-container__results__list > .freida-typeahead-item {
  box-sizing: border-box;
  display: block;
  height: 2.375rem;
  max-height: none;
  cursor: pointer;
  list-style-type: none;
  overflow: hidden;
  padding-block: var(--spacing-2\.5);
  padding-right: var(--spacing-0);
  padding-left: var(--spacing-2\.5);
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color-freida-gray-55);
}
.freida-typeahead-container__results__list > .freida-typeahead-item:hover,
.freida-typeahead-container__results__list > .freida-typeahead-item-selected {
  background-color: var(--color-freida-blue-30);
}
app-autocomplete {
  position: absolute;
  top: 100%;
  width: 100%;
  --tw-shadow: 0 0.25rem 0.5rem 0 var(--tw-shadow-color, freida-gray-15);
  box-shadow:
    var(--tw-inset-shadow),
    var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
  margin-top: var(--spacing-1\.5);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: var(--color-freida-white);
  padding-inline: var(--spacing-2\.5);
  padding-top: var(--spacing-0);
  padding-bottom: var(--spacing-2\.5);
}
.freida-primary-outline .ama-button {
  display: flex;
  height: 3.125rem;
  width: 9.5625rem;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  background-color: var(--color-freida-white);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-freida-blue-90);
}
.freida-primary-outline .ama-button:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-white);
}
.freida-primary-outline .ama-button--icon {
  font-size: 2em;
}
.freida-primary-outline .ama-button:disabled {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
}
.freida-primary-solid .ama-button {
  height: 3.125rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-blue-90);
  padding-inline: 30px;
  padding-block: var(--spacing-0);
  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);
  color: var(--color-freida-white);
}
.freida-primary-solid .ama-button:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue);
  background-color: var(--color-freida-blue);
}
.freida-primary-solid .ama-button--icon {
  font-size: 2em;
}
.freida-primary-solid .ama-button:disabled {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
}
.freida-button .ama-button {
  display: inline-flex;
  height: 3.125rem;
  width: 15em;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-blue-90);
  padding-inline: 35px;
  padding-block: var(--spacing-0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-freida-white);
}
.freida-button .ama-button:disabled {
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  background-color: var(--color-freida-gray-25);
}
.freida-button .ama-button:disabled:hover {
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  background-color: var(--color-freida-gray-25);
}
.freida-button .ama-button:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue);
  background-color: var(--color-freida-blue);
}
.freida-tools .ama-button.type--icon.ama-button--theme-reset {
  border-radius: 50px;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-purple-80);
  background-color: var(--color-freida-purple-80);
  color: var(--color-freida-white);
}
.freida-tools .ama-button.type--icon.ama-button--theme-reset:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-purple);
  background-color: var(--color-freida-purple);
}
.ribbon-dashboard .ama-button--theme-primary {
  min-width: 50em;
  background-color: var(--color-freida-purple);
  padding-inline: var(--spacing-0\.5);
  padding-block: var(--spacing-2\.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-freida-white);
  @media (width >= 320px) {
    padding-inline: var(--spacing-3);
  }
}
.ribbon-dashboard .ama-button--theme-primary:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-purple);
}
.ribbon-dashboard .ama-button--theme-primary .ama-button--text,
.ribbon-dashboard .ama-button--theme-primary .ama-button--spacer {
  margin-right: 5px;
  display: none;
  min-width: 50em;
  @media (width >= 320px) {
    display: inline-flex;
  }
}
.ribbon-dashboard .ama-button--theme-primary:disabled {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
}
.ama-ribbon__menu .ama-button--theme-primary {
  background-color: var(--color-freida-purple-90);
  padding-inline: var(--spacing-3);
  padding-block: var(--spacing-2\.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-freida-white);
}
.freida-primary--solid .ama-button.ama-button--theme-primary {
  display: flex;
  height: 3.125rem;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-blue-90);
  padding-inline: 35px;
  padding-block: var(--spacing-0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-freida-white);
}
.freida-primary--solid .ama-button.ama-button--theme-primary:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue);
  background-color: var(--color-freida-blue);
}
.freida-primary--solid .ama-button.ama-button--theme-primary--icon {
  font-size: 2em;
}
.freida-primary--solid .ama-button.ama-button--theme-primary:disabled {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  background-color: var(--color-freida-gray-25);
}
.freida-primary--outline .ama-button.ama-button--rounded {
  display: flex;
  height: 3.125rem;
  min-width: 9.5625rem;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  background-color: var(--color-freida-white);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-freida-blue-90);
  flex: 1;
}
.freida-primary--outline .ama-button.ama-button--rounded:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-white);
}
.freida-primary--outline .ama-button.ama-button--rounded--icon {
  font-size: 2em;
}
.freida-primary--outline .ama-button.ama-button--rounded:disabled {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
}
.freida-primary--solid--fixed .ama-button.ama-button--rounded.ripple {
  display: flex;
  height: 3.125rem;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-blue-90);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-freida-white);
}
.freida-primary--solid--fixed .ama-button.ama-button--rounded.ripple:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue);
  background-color: var(--color-freida-blue);
}
.freida-primary--solid--fixed .ama-button.ama-button--rounded.ripple--icon {
  font-size: 2em;
}
.freida-primary--solid--fixed .ama-button.ama-button--rounded.ripple:disabled {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
}
.contact__sidebar .freida-primary--outline {
  width: 100%;
  flex: 1;
}
.contact__sidebar .freida-primary--outline .ama-button {
  display: flex;
  height: 3.125rem;
  background-color: var(--color-freida-white);
  padding-inline: 35px;
  padding-block: var(--spacing-0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-freida-blue-90);
}
.contact__sidebar .freida-primary--outline .ama-button:hover {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-90);
  background-color: var(--color-freida-white);
}
.contact__sidebar .freida-primary--outline .ama-button--icon {
  font-size: 2em;
}
.program-management__program__actions .freida-primary-solid .ama-button {
  display: flex;
  height: var(--spacing-12);
  justify-content: space-between;
  padding-inline: 25px;
  padding-block: var(--spacing-0);
}
.program-management__program__actions .freida-primary-solid .ama-button--icon {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.calculator .ama-button {
  width: 100%;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.calculator .ama-button--text {
  padding-inline: var(--spacing-0);
  padding-block: var(--spacing-3);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.transition__introduction__buttons .freida-primary--solid--fixed .ama-button.ama-button--rounded.ripple {
  width: auto;
}
.hero__content__intro__promo__button .ama-button {
  display: table-cell;
  vertical-align: middle;
}
.member-benefits .ama-button {
  display: flex;
  height: var(--spacing-12);
  max-width: 15rem;
  justify-content: center;
  padding-inline: 25px;
  padding-block: var(--spacing-0);
}
.member-benefits .ama-button--text {
  padding-inline: var(--spacing-0);
  padding-block: var(--spacing-3);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.freida-app-search-bar {
  margin-inline: 6.25rem;
  margin-block: var(--spacing-0);
  width: 100%;
}
.freida-app-search-bar .search-bar__hint {
  margin-left: 25px;
}
.freida-app-search-bar .search-bar__hint .search-bar__hint-text {
  color: var(--color-freida-gray-40);
}
.freida-app-search-bar .search-bar__hint .search-bar__hint-view-all {
  color: var(--color-freida-blue-90);
}
.freida-app-search-bar-mobile .ama-typeahead-container {
  margin-top: 35px;
  margin-right: 25px;
  margin-bottom: var(--spacing-0);
  margin-left: 25px;
}
.freida-app-search-bar-mobile .ama-typeahead-container__search {
  right: 35px;
}
.freida-app-search-bar-mobile .search-bar__hint {
  margin-left: 25px;
}
.freida-app-search-bar-mobile .search-bar__hint .search-bar__hint-text {
  color: var(--color-freida-gray-40);
}
.freida-app-search-bar-mobile .search-bar__hint .search-bar__hint-view-all {
  color: var(--color-freida-blue-90);
}
.freida-filters-chips .ama-chip__container {
  display: flex;
  height: auto;
  max-height: 3.25rem;
  min-height: 1.75rem;
  max-width: 31.25rem;
  align-items: center;
  justify-content: center;
  padding-inline: var(--spacing-2\.5);
  padding-block: var(--spacing-0);
  font-size: 0.625rem;
}
.freida-filters-chips .frieda-filters-regchips {
  margin-top: var(--spacing-0);
  margin-right: 3px;
  margin-bottom: var(--spacing-2\.5);
  margin-left: var(--spacing-0);
  display: inline-block;
}
.freida-filters-chips .frieda-filters-regchips .ama-chip--secondary {
  background-color: var(--color-freida-blue-90);
}
.freida-filters-chips .frieda-filters-specchips {
  margin-top: var(--spacing-0);
  margin-right: 3px;
  margin-bottom: var(--spacing-2\.5);
  margin-left: var(--spacing-0);
  display: inline-block;
}
.freida-filters-chips .frieda-filters-specchips .ama-chip--secondary {
  background-color: var(--color-freida-blue);
}
.freida-filters-chips .hidden {
  margin: var(--spacing-0);
  display: none;
}
.agm-map-container-inner {
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-10);
}
.gm-style-iw-a {
  display: none;
  @media (width >= 320px) {
    display: block;
  }
}
.gm-style .gm-style-iw-c {
  overflow: visible;
}
.agm-info-window-content {
  min-height: 4rem;
  overflow: visible;
}
.gm-style-iw-d {
  overflow: visible !important;
}
.institutions .gm-style-iw-d {
  position: relative;
  top: -25px;
  left: var(--spacing-0);
  max-width: 90%;
}
.medical-school-programs .gm-style-iw-d,
.vacant-position .gm-style-iw-d {
  position: relative;
  top: var(--spacing-0);
  left: var(--spacing-0);
  max-width: 82%;
  padding-inline: var(--spacing-0);
  padding-block: var(--spacing-2\.5);
}
.freida-loading {
  margin-inline: var(--spacing-0);
  margin-block: var(--spacing-5);
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.freida-loading-text {
  color: var(--color-freida-gray-50);
}
.freida-spinner {
  height: var(--spacing-12);
  width: var(--spacing-12);
  animation: var(--animate-spin);
  border-radius: 50%;
  border-style: var(--tw-border-style);
  border-width: 0.5rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
  border-top-color: var(--color-freida-blue-90);
}
.sticky-nav {
  position: fixed;
  position: sticky;
  top: var(--spacing-0);
  left: var(--spacing-0);
  z-index: 2;
  width: 100%;
}
.program-nav-expanded {
  display: block;
  align-content: space-between;
  justify-content: space-between;
  @media (width >= 768px) {
    display: flex;
  }
}
.specialty-nav-expanded {
  display: flex;
  justify-content: space-between;
}
.program-nav,
.specialty-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-freida-white);
  --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);
  @media (width >= 320px) {
    flex-direction: row;
  }
  @media (width >= 320px) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 8px;
  }
  @media (width >= 320px) {
    --tw-border-style: solid;
    border-style: solid;
  }
  @media (width >= 320px) {
    border-color: var(--color-freida-blue-90);
  }
}
.program-nav:before,
.specialty-nav:before {
  position: absolute;
  top: var(--spacing-0);
  left: var(--spacing-0);
  height: 100%;
  width: 0.0625rem;
  --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);
  --tw-shadow-color: #e8e6eb;
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, var(--color-freida-gray-15) var(--tw-shadow-alpha), transparent);
  }
  --tw-content: none;
  content: none;
}
.program-nav:after,
.specialty-nav:after {
  position: absolute;
  top: var(--spacing-0);
  right: var(--spacing-0);
  height: 100%;
  width: 0.0625rem;
  --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);
  --tw-shadow-color: #e8e6eb;
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, var(--color-freida-gray-15) var(--tw-shadow-alpha), transparent);
  }
  --tw-content: none;
  content: none;
}
@media print {
  .program-nav,
  .specialty-nav {
    display: none;
  }
}
.program-sub-nav,
.specialty-sub-nav {
  display: flex;
  min-height: 55px;
  min-width: 10.625rem;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  @media (width >= 320px) {
    flex-direction: row;
  }
}
.program-sub-nav .program-sub-nav__title,
.program-sub-nav .specialty-sub-nav__title,
.specialty-sub-nav .program-sub-nav__title,
.specialty-sub-nav .specialty-sub-nav__title {
  padding-bottom: 0.9375rem;
  font-size: 1.75rem;
  color: var(--color-freida-gray-50);
  @media (width >= 320px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 320px) {
    color: var(--color-freida-black);
  }
}
.program-sub-nav .program-sub-nav__items,
.program-sub-nav .specialty-sub-nav__items,
.specialty-sub-nav .program-sub-nav__items,
.specialty-sub-nav .specialty-sub-nav__items {
  display: none;
  color: var(--color-freida-blue-90);
  @media (width >= 320px) {
    display: flex;
  }
}
.program-sub-nav .program-sub-nav__item,
.program-sub-nav .specialty-sub-nav__item,
.specialty-sub-nav .program-sub-nav__item,
.specialty-sub-nav .specialty-sub-nav__item {
  display: flex;
  cursor: pointer;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-inline: var(--spacing-6);
  padding-block: var(--spacing-5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
  --tw-outline-style: none;
  outline-style: none;
}
.program-sub-nav .program-sub-nav__item--print,
.program-sub-nav .specialty-sub-nav__item--print,
.specialty-sub-nav .program-sub-nav__item--print,
.specialty-sub-nav .specialty-sub-nav__item--print {
  display: none;
}
.program-sub-nav .program-sub-nav__item.disabled,
.program-sub-nav .specialty-sub-nav__item.disabled,
.specialty-sub-nav .program-sub-nav__item.disabled,
.specialty-sub-nav .specialty-sub-nav__item.disabled {
  cursor: not-allowed;
}
.program-sub-nav .freida .ng-select-container,
.specialty-sub-nav .freida .ng-select-container {
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
}
.program-sub-nav .freida .ng-select-container .ng-arrow,
.specialty-sub-nav .freida .ng-select-container .ng-arrow {
  border-inline-color: transparent;
  border-top-color: var(--color-freida-blue-90);
  border-bottom-color: transparent;
}
.program-sub-nav .freida .ng-select-container .ng-dropdown-panel,
.specialty-sub-nav .freida .ng-select-container .ng-dropdown-panel {
  border-radius: var(--radius-lg);
  border-top-left-radius: 0;
  border-top-left-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-gray-25);
}
.program-sub-nav .freida .ng-select-container .ng-dropdown-panel .ng-dropdown-panel-items.scroll-host,
.specialty-sub-nav .freida .ng-select-container .ng-dropdown-panel .ng-dropdown-panel-items.scroll-host {
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.program-sub-nav .freida .ng-select-container .ng-dropdown-panel .ng-select-bottom,
.specialty-sub-nav .freida .ng-select-container .ng-dropdown-panel .ng-select-bottom {
  margin-top: -9px;
}
.program-sub-nav .freida .ng-select-container .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.specialty-sub-nav .freida .ng-select-container .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--color-freida-gray-15);
  color: var(--color-freida-black);
}
.program-sub-nav__select,
.specialty-sub-nav__select {
  margin-bottom: var(--spacing-5);
  display: block;
  width: 100%;
  @media (width >= 320px) {
    display: none;
  }
  @media (width >= 320px) {
    min-width: 50em;
  }
}
.program-sub-nav__select .freida .ng-select-opened .ng-select-container,
.specialty-sub-nav__select .freida .ng-select-opened .ng-select-container {
  border-top-left-radius: var(--radius-2xl);
  border-top-left-radius: 0;
  border-top-right-radius: var(--radius-2xl);
  border-bottom-right-radius: var(--radius-2xl);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.program-sub-nav__select .freida .ng-select-opened .ng-select-container .ng-arrow,
.specialty-sub-nav__select .freida .ng-select-opened .ng-select-container .ng-arrow {
  top: -2px;
  rotate: 0deg;
  border-inline-style: var(--tw-border-style);
  border-inline-width: 5px;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 5px;
  border-inline-color: transparent;
  border-top-color: transparent;
  border-bottom-color: var(--color-freida-blue-90);
}
.program-sub-nav .active-item,
.specialty-sub-nav .active-item {
  background-color: var(--color-freida-blue-90);
  color: var(--color-freida-white);
}
.associations img {
  height: auto;
  max-width: 25%;
}
.global-banner .ama-banner {
  background-color: var(--color-freida-white);
}
.landing .specialty-promo-card .ama-banner__button,
.transition .transition__video .ama-banner__button {
  background-color: transparent;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-freida-blue-90);
  text-transform: capitalize;
  text-decoration-line: underline;
}
.landing .ama-banner.ama-banner__banner-text,
.transition__promo .ama-banner__banner-text {
  display: flex;
  min-width: 50em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  @media (width >= 320px) {
    flex-direction: row;
  }
  @media (width >= 320px) {
    align-items: center;
  }
}
.landing .ama-banner.ama-banner__banner-actions,
.transition__promo .ama-banner__banner-actions {
  margin-top: 19px;
}
.landing .ama-banner.ama-banner__button,
.transition__promo .ama-banner__button {
  border-radius: 30px;
  background-color: var(--color-freida-blue-90);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  padding: 15px 33px !important;
}
.transition__promo .ama-banner__banner-actions {
  max-width: 200px;
}
@layer base {
  html {
    font-family: var(--font-myriad);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  body {
    font-family: var(--font-myriad);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-ama-black);
  }
  .title {
    font-size: 2.8125rem;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h1 {
    font-size: 44px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 1.5625rem;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h3.bold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h4 {
    font-size: 20px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h5 {
    font-size: 1.3125rem;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  p {
    font-family: var(--font-kepler);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  td {
    font-family: var(--font-kepler);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .large {
    font-size: 1.375rem;
  }
  .large.bold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  small,
  .small {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  small.bold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tiny {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .tiny.bold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .micro {
    font-size: 0.625rem;
  }
  strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .ama__button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  a {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  label {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1.43;
    line-height: 1.43;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: 0.0675rem;
    letter-spacing: 0.0675rem;
    text-transform: uppercase;
  }
}
.specialty-card .ama-card {
  display: flex;
  height: 100%;
  flex: 1;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.specialty-card .ama-card__content {
  flex: 1;
}
.specialty-card .ama-card__image {
  max-height: 34.375rem;
  object-fit: cover;
}
.specialty-card .ama-card--secondary {
  background-color: var(--color-freida-green);
}
.specialty-promo-card .ama-card {
  display: flex;
  height: 100%;
  flex: 1;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.specialty-promo-card .ama-card__content {
  flex: 1;
}
.specialty-promo-card .ama-card__main {
  display: none;
}
.specialty-promo-card .ama-card--horizontal .ama-card__content {
  flex: 1;
  flex-direction: row;
}
.pre-footer-promo__promos .ama-card--white {
  height: 21.43rem;
  min-width: 50em;
  padding-inline: var(--spacing-5);
  padding-block: 60px;
  padding-top: 35px;
  padding-bottom: 55px;
  @media (width >= 320px) {
    padding-inline: var(--spacing-20);
  }
}
.program-management__program .ama-card {
  margin-bottom: var(--spacing-2\.5);
}
.program-management__program .ama-card--padded {
  padding-inline: 15px;
  padding-top: var(--spacing-2\.5);
  padding-bottom: 15px;
}
.program-management__program__details .ama-card {
  background-color: var(--color-freida-gray-10);
}
.program-management__promotion .ama-card--white {
  margin-bottom: 15px;
  padding-inline: 23px;
  padding-top: 23px;
  padding-bottom: 38px;
  text-align: center;
}
.program-management .ama-card__content--open {
  padding: var(--spacing-5);
}
.freida-card-promotion .ama-card {
  border-radius: var(--radius-lg);
  padding: var(--spacing-0);
}
.freida-card-promotion .ama-card--shadow {
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-white);
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
}
.freida-card-promotion .ama-card--shadow:hover {
  border-style: var(--tw-border-style);
  border-width: 0.0625rem;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-freida-blue-15);
}
.freida-card-promotion .ama-card--vertical .ama-card__image {
  display: flex;
  height: 100%;
  border-radius: var(--radius-lg);
}
.freida-card-promotion .ama-card__content {
  width: 100%;
  padding-left: var(--spacing-0);
}
.transition__card__primary {
  width: 100%;
  flex-direction: column;
}
.transition__card__primary .ama-card {
  background-color: var(--color-freida-purple);
}
.transition__card__secondary {
  width: 100%;
}
.transition__card__secondary .ama-card {
  background-color: var(--color-freida-green);
}
.transition__card .ama-card--vertical .ama-card__content {
  padding: var(--spacing-0);
}
.transition__card .ama-card {
  height: 100%;
  padding: 60px;
}
.transition__video .ama-card--vertical .ama-card__content {
  padding: var(--spacing-0);
}
.member-benefits .ama-card {
  margin-bottom: 20px;
  min-width: 37.5;
  flex-direction: column;
  @media (width >= 320px) {
    flex-direction: row;
  }
}
.member-benefits .ama-card__content {
  padding-bottom: var(--spacing-4);
}
.member-benefits .ama-card--horizontal .ama-card__content,
.member-benefits .ama-card--horizontal .ama-card__main {
  width: 100%;
  min-width: 37.5;
}
.defer-paint {
  content-visibility: auto;
}
html.cdk-global-scrollblock {
  position: static !important;
  top: auto !important;
  overflow: hidden !important;
}
.ama-ribbon__menu__explore p-accordion,
.ama-ribbon p-accordion {
  display: block;
  width: 100%;
}
.ama-ribbon__menu__explore [data-p-active=true] .p-motion,
.ama-ribbon [data-p-active=true] .p-motion {
  max-height: none !important;
  visibility: visible !important;
  transition: none !important;
}
.ama-ribbon__menu__explore .p-motion,
.ama-ribbon .p-motion {
  transition: none !important;
}
@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-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-ordinal { syntax: "*"; inherits: false; }
@property --tw-slashed-zero { syntax: "*"; inherits: false; }
@property --tw-numeric-figure { syntax: "*"; inherits: false; }
@property --tw-numeric-spacing { syntax: "*"; inherits: false; }
@property --tw-numeric-fraction { 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; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@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; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

/* src/assets/scss/_phosphor-subset.css */
@font-face {
  font-family: "Phosphor";
  src: url("./media/Phosphor-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Phosphor-Fill";
  src: url("./media/Phosphor-Fill-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Phosphor-Duotone";
  src: url("./media/Phosphor-Duotone-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ph {
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph.ph-arrow-down:before {
  content: "\e03e";
}
.ph.ph-arrow-left:before {
  content: "\e058";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-arrow-up:before {
  content: "\e08e";
}
.ph.ph-baby:before {
  content: "\e774";
}
.ph.ph-baby-carriage:before {
  content: "\e818";
}
.ph.ph-bell:before {
  content: "\e0ce";
}
.ph.ph-book-open-text:before {
  content: "\e8f2";
}
.ph.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph.ph-bookmarks:before {
  content: "\e0ec";
}
.ph.ph-brain:before {
  content: "\e74e";
}
.ph.ph-briefcase:before {
  content: "\e0ee";
}
.ph.ph-buildings:before {
  content: "\e102";
}
.ph.ph-calculator:before {
  content: "\e538";
}
.ph.ph-calendar-blank:before {
  content: "\e10a";
}
.ph.ph-car:before {
  content: "\e112";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-caret-left:before {
  content: "\e138";
}
.ph.ph-caret-right:before {
  content: "\e13a";
}
.ph.ph-caret-up:before {
  content: "\e13c";
}
.ph.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph.ph-chart-line-up:before {
  content: "\e156";
}
.ph.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph.ph-chats:before {
  content: "\e17c";
}
.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-cigarette-slash:before {
  content: "\ed92";
}
.ph.ph-clipboard-text:before {
  content: "\e198";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-columns-plus-right:before {
  content: "\e542";
}
.ph.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph.ph-currency-dollar:before {
  content: "\e550";
}
.ph.ph-device-tablet:before {
  content: "\e1e6";
}
.ph.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph.ph-download:before {
  content: "\e20a";
}
.ph.ph-download-simple:before {
  content: "\e20c";
}
.ph.ph-empty:before {
  content: "\edbc";
}
.ph.ph-envelope:before {
  content: "\e214";
}
.ph.ph-exam:before {
  content: "\e742";
}
.ph.ph-facebook-logo:before {
  content: "\e226";
}
.ph.ph-fire:before {
  content: "\e242";
}
.ph.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph.ph-folder-open:before {
  content: "\e256";
}
.ph.ph-fork-knife:before {
  content: "\e262";
}
.ph.ph-globe:before {
  content: "\e288";
}
.ph.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph.ph-graduation-cap:before {
  content: "\e62c";
}
.ph.ph-hand-heart:before {
  content: "\e810";
}
.ph.ph-handshake:before {
  content: "\e582";
}
.ph.ph-head-circuit:before {
  content: "\e7d4";
}
.ph.ph-heartbeat:before {
  content: "\e2ac";
}
.ph.ph-hospital:before {
  content: "\e844";
}
.ph.ph-house:before {
  content: "\e2c2";
}
.ph.ph-info:before {
  content: "\e2ce";
}
.ph.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph.ph-island:before {
  content: "\ee06";
}
.ph.ph-lightbulb:before {
  content: "\e2dc";
}
.ph.ph-link:before {
  content: "\e2e2";
}
.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph.ph-list-bullets:before {
  content: "\e2f2";
}
.ph.ph-list-dashes:before {
  content: "\e2f4";
}
.ph.ph-lock-simple:before {
  content: "\e308";
}
.ph.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph.ph-map-trifold:before {
  content: "\e31a";
}
.ph.ph-microscope:before {
  content: "\ec7a";
}
.ph.ph-minus:before {
  content: "\e32a";
}
.ph.ph-mountains:before {
  content: "\e7ae";
}
.ph.ph-note:before {
  content: "\e348";
}
.ph.ph-package:before {
  content: "\e390";
}
.ph.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-pill:before {
  content: "\e700";
}
.ph.ph-plant:before {
  content: "\ebae";
}
.ph.ph-play:before {
  content: "\e3d0";
}
.ph.ph-play-circle:before {
  content: "\e3d2";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-plus-circle:before {
  content: "\e3d6";
}
.ph.ph-puzzle-piece:before {
  content: "\e596";
}
.ph.ph-question:before {
  content: "\e3e8";
}
.ph.ph-ranking:before {
  content: "\ed62";
}
.ph.ph-robot:before {
  content: "\e762";
}
.ph.ph-scales:before {
  content: "\e750";
}
.ph.ph-seal-check:before {
  content: "\e606";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-shooting-star:before {
  content: "\ecfa";
}
.ph.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph.ph-smiley:before {
  content: "\e436";
}
.ph.ph-sparkle:before {
  content: "\e6a2";
}
.ph.ph-stack-plus:before {
  content: "\edf6";
}
.ph.ph-star:before {
  content: "\e46a";
}
.ph.ph-stethoscope:before {
  content: "\e7ea";
}
.ph.ph-strategy:before {
  content: "\ea3a";
}
.ph.ph-target:before {
  content: "\e47c";
}
.ph.ph-trash:before {
  content: "\e4a6";
}
.ph.ph-tree:before {
  content: "\e6da";
}
.ph.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph.ph-upload:before {
  content: "\e4be";
}
.ph.ph-user-circle:before {
  content: "\e4c4";
}
.ph.ph-users:before {
  content: "\e4d6";
}
.ph.ph-users-four:before {
  content: "\e68c";
}
.ph.ph-users-three:before {
  content: "\e68e";
}
.ph.ph-warning:before {
  content: "\e4e0";
}
.ph.ph-warning-circle:before {
  content: "\e4e2";
}
.ph.ph-x:before {
  content: "\e4f6";
}
.ph.ph-x-circle:before {
  content: "\e4f8";
}
.ph.ph-youtube-logo:before {
  content: "\e4fc";
}
.ph-fill {
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-fill.ph-arrow-down:before {
  content: "\e03e";
}
.ph-fill.ph-arrow-left:before {
  content: "\e058";
}
.ph-fill.ph-arrow-right:before {
  content: "\e06c";
}
.ph-fill.ph-arrow-up:before {
  content: "\e08e";
}
.ph-fill.ph-baby:before {
  content: "\e774";
}
.ph-fill.ph-baby-carriage:before {
  content: "\e818";
}
.ph-fill.ph-bell:before {
  content: "\e0ce";
}
.ph-fill.ph-book-open-text:before {
  content: "\e8f2";
}
.ph-fill.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph-fill.ph-bookmarks:before {
  content: "\e0ec";
}
.ph-fill.ph-brain:before {
  content: "\e74e";
}
.ph-fill.ph-briefcase:before {
  content: "\e0ee";
}
.ph-fill.ph-buildings:before {
  content: "\e102";
}
.ph-fill.ph-calculator:before {
  content: "\e538";
}
.ph-fill.ph-calendar-blank:before {
  content: "\e10a";
}
.ph-fill.ph-car:before {
  content: "\e112";
}
.ph-fill.ph-caret-down:before {
  content: "\e136";
}
.ph-fill.ph-caret-left:before {
  content: "\e138";
}
.ph-fill.ph-caret-right:before {
  content: "\e13a";
}
.ph-fill.ph-caret-up:before {
  content: "\e13c";
}
.ph-fill.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph-fill.ph-chart-line-up:before {
  content: "\e156";
}
.ph-fill.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph-fill.ph-chats:before {
  content: "\e17c";
}
.ph-fill.ph-check:before {
  content: "\e182";
}
.ph-fill.ph-check-circle:before {
  content: "\e184";
}
.ph-fill.ph-check-fat:before {
  content: "\eba6";
}
.ph-fill.ph-check-square:before {
  content: "\e186";
}
.ph-fill.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph-fill.ph-clipboard-text:before {
  content: "\e198";
}
.ph-fill.ph-clock:before {
  content: "\e19a";
}
.ph-fill.ph-columns-plus-right:before {
  content: "\e542";
}
.ph-fill.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph-fill.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph-fill.ph-currency-dollar:before {
  content: "\e550";
}
.ph-fill.ph-device-tablet:before {
  content: "\e1e6";
}
.ph-fill.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph-fill.ph-download:before {
  content: "\e20a";
}
.ph-fill.ph-download-simple:before {
  content: "\e20c";
}
.ph-fill.ph-empty:before {
  content: "\edbc";
}
.ph-fill.ph-envelope:before {
  content: "\e214";
}
.ph-fill.ph-exam:before {
  content: "\e742";
}
.ph-fill.ph-facebook-logo:before {
  content: "\e226";
}
.ph-fill.ph-fire:before {
  content: "\e242";
}
.ph-fill.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph-fill.ph-folder-open:before {
  content: "\e256";
}
.ph-fill.ph-fork-knife:before {
  content: "\e262";
}
.ph-fill.ph-globe:before {
  content: "\e288";
}
.ph-fill.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph-fill.ph-graduation-cap:before {
  content: "\e62c";
}
.ph-fill.ph-hand-heart:before {
  content: "\e810";
}
.ph-fill.ph-handshake:before {
  content: "\e582";
}
.ph-fill.ph-head-circuit:before {
  content: "\e7d4";
}
.ph-fill.ph-heartbeat:before {
  content: "\e2ac";
}
.ph-fill.ph-hospital:before {
  content: "\e844";
}
.ph-fill.ph-house:before {
  content: "\e2c2";
}
.ph-fill.ph-info:before {
  content: "\e2ce";
}
.ph-fill.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-fill.ph-island:before {
  content: "\ee06";
}
.ph-fill.ph-lightbulb:before {
  content: "\e2dc";
}
.ph-fill.ph-link:before {
  content: "\e2e2";
}
.ph-fill.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-fill.ph-list-bullets:before {
  content: "\e2f2";
}
.ph-fill.ph-list-dashes:before {
  content: "\e2f4";
}
.ph-fill.ph-lock-simple:before {
  content: "\e308";
}
.ph-fill.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph-fill.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph-fill.ph-map-pin:before {
  content: "\e316";
}
.ph-fill.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph-fill.ph-map-trifold:before {
  content: "\e31a";
}
.ph-fill.ph-microscope:before {
  content: "\ec7a";
}
.ph-fill.ph-minus:before {
  content: "\e32a";
}
.ph-fill.ph-mountains:before {
  content: "\e7ae";
}
.ph-fill.ph-note:before {
  content: "\e348";
}
.ph-fill.ph-package:before {
  content: "\e390";
}
.ph-fill.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph-fill.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph-fill.ph-phone:before {
  content: "\e3b8";
}
.ph-fill.ph-pill:before {
  content: "\e700";
}
.ph-fill.ph-plant:before {
  content: "\ebae";
}
.ph-fill.ph-play:before {
  content: "\e3d0";
}
.ph-fill.ph-play-circle:before {
  content: "\e3d2";
}
.ph-fill.ph-plus:before {
  content: "\e3d4";
}
.ph-fill.ph-plus-circle:before {
  content: "\e3d6";
}
.ph-fill.ph-puzzle-piece:before {
  content: "\e596";
}
.ph-fill.ph-question:before {
  content: "\e3e8";
}
.ph-fill.ph-ranking:before {
  content: "\ed62";
}
.ph-fill.ph-robot:before {
  content: "\e762";
}
.ph-fill.ph-scales:before {
  content: "\e750";
}
.ph-fill.ph-seal-check:before {
  content: "\e606";
}
.ph-fill.ph-shield-check:before {
  content: "\e40c";
}
.ph-fill.ph-shooting-star:before {
  content: "\ecfa";
}
.ph-fill.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph-fill.ph-smiley:before {
  content: "\e436";
}
.ph-fill.ph-sparkle:before {
  content: "\e6a2";
}
.ph-fill.ph-stack-plus:before {
  content: "\edf6";
}
.ph-fill.ph-star:before {
  content: "\e46a";
}
.ph-fill.ph-stethoscope:before {
  content: "\e7ea";
}
.ph-fill.ph-strategy:before {
  content: "\ea3a";
}
.ph-fill.ph-target:before {
  content: "\e47c";
}
.ph-fill.ph-trash:before {
  content: "\e4a6";
}
.ph-fill.ph-tree:before {
  content: "\e6da";
}
.ph-fill.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph-fill.ph-upload:before {
  content: "\e4be";
}
.ph-fill.ph-user-circle:before {
  content: "\e4c4";
}
.ph-fill.ph-users:before {
  content: "\e4d6";
}
.ph-fill.ph-users-four:before {
  content: "\e68c";
}
.ph-fill.ph-users-three:before {
  content: "\e68e";
}
.ph-fill.ph-warning:before {
  content: "\e4e0";
}
.ph-fill.ph-warning-circle:before {
  content: "\e4e2";
}
.ph-fill.ph-x:before {
  content: "\e4f6";
}
.ph-fill.ph-x-circle:before {
  content: "\e4f8";
}
.ph-fill.ph-youtube-logo:before {
  content: "\e4fc";
}
.ph-duotone {
  font-family: "Phosphor-Duotone" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-duotone.ph-arrow-down:before {
  content: "\e03e";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-down:after {
  content: "\e03f";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-left:before {
  content: "\e058";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-left:after {
  content: "\e059";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-right:before {
  content: "\e06c";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-right:after {
  content: "\e06d";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-up:before {
  content: "\e08e";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-up:after {
  content: "\e08f";
  margin-left: -1em;
}
.ph-duotone.ph-baby:before {
  content: "\e774";
  opacity: 0.2;
}
.ph-duotone.ph-baby:after {
  content: "\e775";
  margin-left: -1em;
}
.ph-duotone.ph-baby-carriage:before {
  content: "\e818";
  opacity: 0.2;
}
.ph-duotone.ph-baby-carriage:after {
  content: "\e819";
  margin-left: -1em;
}
.ph-duotone.ph-bell:before {
  content: "\e0ce";
  opacity: 0.2;
}
.ph-duotone.ph-bell:after {
  content: "\e0cf";
  margin-left: -1em;
}
.ph-duotone.ph-book-open-text:before {
  content: "\e8f2";
  opacity: 0.2;
}
.ph-duotone.ph-book-open-text:after {
  content: "\e8f3";
  margin-left: -1em;
}
.ph-duotone.ph-bookmark-simple:before {
  content: "\e0ea";
  opacity: 0.2;
}
.ph-duotone.ph-bookmark-simple:after {
  content: "\e0eb";
  margin-left: -1em;
}
.ph-duotone.ph-bookmarks:before {
  content: "\e0ec";
  opacity: 0.2;
}
.ph-duotone.ph-bookmarks:after {
  content: "\e0ed";
  margin-left: -1em;
}
.ph-duotone.ph-brain:before {
  content: "\e74e";
  opacity: 0.2;
}
.ph-duotone.ph-brain:after {
  content: "\e74f";
  margin-left: -1em;
}
.ph-duotone.ph-briefcase:before {
  content: "\e0ee";
  opacity: 0.2;
}
.ph-duotone.ph-briefcase:after {
  content: "\e0ef";
  margin-left: -1em;
}
.ph-duotone.ph-buildings:before {
  content: "\e102";
  opacity: 0.2;
}
.ph-duotone.ph-buildings:after {
  content: "\e105";
  margin-left: -1em;
}
.ph-duotone.ph-calculator:before {
  content: "\e538";
  opacity: 0.2;
}
.ph-duotone.ph-calculator:after {
  content: "\e539";
  margin-left: -1em;
}
.ph-duotone.ph-calendar-blank:before {
  content: "\e10a";
  opacity: 0.2;
}
.ph-duotone.ph-calendar-blank:after {
  content: "\e10b";
  margin-left: -1em;
}
.ph-duotone.ph-car:before {
  content: "\e112";
  opacity: 0.2;
}
.ph-duotone.ph-car:after {
  content: "\e113";
  margin-left: -1em;
}
.ph-duotone.ph-caret-down:before {
  content: "\e136";
  opacity: 0.2;
}
.ph-duotone.ph-caret-down:after {
  content: "\e137";
  margin-left: -1em;
}
.ph-duotone.ph-caret-left:before {
  content: "\e138";
  opacity: 0.2;
}
.ph-duotone.ph-caret-left:after {
  content: "\e139";
  margin-left: -1em;
}
.ph-duotone.ph-caret-right:before {
  content: "\e13a";
  opacity: 0.2;
}
.ph-duotone.ph-caret-right:after {
  content: "\e13b";
  margin-left: -1em;
}
.ph-duotone.ph-caret-up:before {
  content: "\e13c";
  opacity: 0.2;
}
.ph-duotone.ph-caret-up:after {
  content: "\e13d";
  margin-left: -1em;
}
.ph-duotone.ph-chalkboard-teacher:before {
  content: "\e600";
  opacity: 0.2;
}
.ph-duotone.ph-chalkboard-teacher:after {
  content: "\e601";
  margin-left: -1em;
}
.ph-duotone.ph-chart-line-up:before {
  content: "\e156";
  opacity: 0.2;
}
.ph-duotone.ph-chart-line-up:after {
  content: "\e157";
  margin-left: -1em;
}
.ph-duotone.ph-chart-pie-slice:before {
  content: "\e15a";
  opacity: 0.2;
}
.ph-duotone.ph-chart-pie-slice:after {
  content: "\e15b";
  margin-left: -1em;
}
.ph-duotone.ph-chats:before {
  content: "\e17c";
  opacity: 0.2;
}
.ph-duotone.ph-chats:after {
  content: "\e17d";
  margin-left: -1em;
}
.ph-duotone.ph-check:before {
  content: "\e182";
  opacity: 0.2;
}
.ph-duotone.ph-check:after {
  content: "\e183";
  margin-left: -1em;
}
.ph-duotone.ph-check-circle:before {
  content: "\e184";
  opacity: 0.2;
}
.ph-duotone.ph-check-circle:after {
  content: "\e185";
  margin-left: -1em;
}
.ph-duotone.ph-check-fat:before {
  content: "\eba6";
  opacity: 0.2;
}
.ph-duotone.ph-check-fat:after {
  content: "\eba7";
  margin-left: -1em;
}
.ph-duotone.ph-check-square:before {
  content: "\e186";
  opacity: 0.2;
}
.ph-duotone.ph-check-square:after {
  content: "\e187";
  margin-left: -1em;
}
.ph-duotone.ph-cigarette-slash:before {
  content: "\ed92";
  opacity: 0.2;
}
.ph-duotone.ph-cigarette-slash:after {
  content: "\ed93";
  margin-left: -1em;
}
.ph-duotone.ph-clipboard-text:before {
  content: "\e198";
  opacity: 0.2;
}
.ph-duotone.ph-clipboard-text:after {
  content: "\e199";
  margin-left: -1em;
}
.ph-duotone.ph-clock:before {
  content: "\e19a";
  opacity: 0.2;
}
.ph-duotone.ph-clock:after {
  content: "\e19b";
  margin-left: -1em;
}
.ph-duotone.ph-columns-plus-right:before {
  content: "\e542";
  opacity: 0.2;
}
.ph-duotone.ph-columns-plus-right:after {
  content: "\e543";
  margin-left: -1em;
}
.ph-duotone.ph-cube-transparent:before {
  content: "\ec7c";
  opacity: 0.2;
}
.ph-duotone.ph-cube-transparent:after {
  content: "\ec7d";
  margin-left: -1em;
}
.ph-duotone.ph-currency-circle-dollar:before {
  content: "\e54c";
  opacity: 0.2;
}
.ph-duotone.ph-currency-circle-dollar:after {
  content: "\e54d";
  margin-left: -1em;
}
.ph-duotone.ph-currency-dollar:before {
  content: "\e550";
  opacity: 0.2;
}
.ph-duotone.ph-currency-dollar:after {
  content: "\e551";
  margin-left: -1em;
}
.ph-duotone.ph-device-tablet:before {
  content: "\e1e6";
  opacity: 0.2;
}
.ph-duotone.ph-device-tablet:after {
  content: "\e1e7";
  margin-left: -1em;
}
.ph-duotone.ph-dots-three-outline-vertical:before {
  content: "\e206";
  opacity: 0.2;
}
.ph-duotone.ph-dots-three-outline-vertical:after {
  content: "\e207";
  margin-left: -1em;
}
.ph-duotone.ph-download:before {
  content: "\e20a";
  opacity: 0.2;
}
.ph-duotone.ph-download:after {
  content: "\e20b";
  margin-left: -1em;
}
.ph-duotone.ph-download-simple:before {
  content: "\e20c";
  opacity: 0.2;
}
.ph-duotone.ph-download-simple:after {
  content: "\e20d";
  margin-left: -1em;
}
.ph-duotone.ph-empty:before {
  content: "\edbc";
  opacity: 0.2;
}
.ph-duotone.ph-empty:after {
  content: "\edbd";
  margin-left: -1em;
}
.ph-duotone.ph-envelope:before {
  content: "\e214";
  opacity: 0.2;
}
.ph-duotone.ph-envelope:after {
  content: "\e215";
  margin-left: -1em;
}
.ph-duotone.ph-exam:before {
  content: "\e742";
  opacity: 0.2;
}
.ph-duotone.ph-exam:after {
  content: "\e743";
  margin-left: -1em;
}
.ph-duotone.ph-facebook-logo:before {
  content: "\e226";
  opacity: 0.2;
}
.ph-duotone.ph-facebook-logo:after {
  content: "\e227";
  margin-left: -1em;
}
.ph-duotone.ph-fire:before {
  content: "\e242";
  opacity: 0.2;
}
.ph-duotone.ph-fire:after {
  content: "\e243";
  margin-left: -1em;
}
.ph-duotone.ph-flower-lotus:before {
  content: "\e6cc";
  opacity: 0.2;
}
.ph-duotone.ph-flower-lotus:after {
  content: "\e6cd";
  margin-left: -1em;
}
.ph-duotone.ph-folder-open:before {
  content: "\e256";
  opacity: 0.2;
}
.ph-duotone.ph-folder-open:after {
  content: "\e257";
  margin-left: -1em;
}
.ph-duotone.ph-fork-knife:before {
  content: "\e262";
  opacity: 0.2;
}
.ph-duotone.ph-fork-knife:after {
  content: "\e263";
  margin-left: -1em;
}
.ph-duotone.ph-globe:before {
  content: "\e288";
  opacity: 0.2;
}
.ph-duotone.ph-globe:after {
  content: "\e289";
  margin-left: -1em;
}
.ph-duotone.ph-globe-hemisphere-west:before {
  content: "\e28c";
  opacity: 0.2;
}
.ph-duotone.ph-globe-hemisphere-west:after {
  content: "\e28d";
  margin-left: -1em;
}
.ph-duotone.ph-graduation-cap:before {
  content: "\e62c";
  opacity: 0.2;
}
.ph-duotone.ph-graduation-cap:after {
  content: "\e62d";
  margin-left: -1em;
}
.ph-duotone.ph-hand-heart:before {
  content: "\e810";
  opacity: 0.2;
}
.ph-duotone.ph-hand-heart:after {
  content: "\e811";
  margin-left: -1em;
}
.ph-duotone.ph-handshake:before {
  content: "\e582";
  opacity: 0.2;
}
.ph-duotone.ph-handshake:after {
  content: "\e583";
  margin-left: -1em;
}
.ph-duotone.ph-head-circuit:before {
  content: "\e7d4";
  opacity: 0.2;
}
.ph-duotone.ph-head-circuit:after {
  content: "\e7d5";
  margin-left: -1em;
}
.ph-duotone.ph-heartbeat:before {
  content: "\e2ac";
  opacity: 0.2;
}
.ph-duotone.ph-heartbeat:after {
  content: "\e2ad";
  margin-left: -1em;
}
.ph-duotone.ph-hospital:before {
  content: "\e844";
  opacity: 0.2;
}
.ph-duotone.ph-hospital:after {
  content: "\e845";
  margin-left: -1em;
}
.ph-duotone.ph-house:before {
  content: "\e2c2";
  opacity: 0.2;
}
.ph-duotone.ph-house:after {
  content: "\e2c3";
  margin-left: -1em;
}
.ph-duotone.ph-info:before {
  content: "\e2ce";
  opacity: 0.2;
}
.ph-duotone.ph-info:after {
  content: "\e2cf";
  margin-left: -1em;
}
.ph-duotone.ph-instagram-logo:before {
  content: "\e2d0";
  opacity: 0.2;
}
.ph-duotone.ph-instagram-logo:after {
  content: "\e2d1";
  margin-left: -1em;
}
.ph-duotone.ph-island:before {
  content: "\ee06";
  opacity: 0.2;
}
.ph-duotone.ph-island:after {
  content: "\ee07";
  margin-left: -1em;
}
.ph-duotone.ph-lightbulb:before {
  content: "\e2dc";
  opacity: 0.2;
}
.ph-duotone.ph-lightbulb:after {
  content: "\e2dd";
  margin-left: -1em;
}
.ph-duotone.ph-link:before {
  content: "\e2e2";
  opacity: 0.2;
}
.ph-duotone.ph-link:after {
  content: "\e2e3";
  margin-left: -1em;
}
.ph-duotone.ph-linkedin-logo:before {
  content: "\e2ee";
  opacity: 0.2;
}
.ph-duotone.ph-linkedin-logo:after {
  content: "\e2ef";
  margin-left: -1em;
}
.ph-duotone.ph-list-bullets:before {
  content: "\e2f2";
  opacity: 0.2;
}
.ph-duotone.ph-list-bullets:after {
  content: "\e2f3";
  margin-left: -1em;
}
.ph-duotone.ph-list-dashes:before {
  content: "\e2f4";
  opacity: 0.2;
}
.ph-duotone.ph-list-dashes:after {
  content: "\e2f5";
  margin-left: -1em;
}
.ph-duotone.ph-lock-simple:before {
  content: "\e308";
  opacity: 0.2;
}
.ph-duotone.ph-lock-simple:after {
  content: "\e309";
  margin-left: -1em;
}
.ph-duotone.ph-lock-simple-open:before {
  content: "\e30a";
  opacity: 0.2;
}
.ph-duotone.ph-lock-simple-open:after {
  content: "\e30b";
  margin-left: -1em;
}
.ph-duotone.ph-magnifying-glass:before {
  content: "\e30c";
  opacity: 0.2;
}
.ph-duotone.ph-magnifying-glass:after {
  content: "\e30d";
  margin-left: -1em;
}
.ph-duotone.ph-map-pin:before {
  content: "\e316";
  opacity: 0.2;
}
.ph-duotone.ph-map-pin:after {
  content: "\e317";
  margin-left: -1em;
}
.ph-duotone.ph-map-pin-area:before {
  content: "\ee3a";
  opacity: 0.2;
}
.ph-duotone.ph-map-pin-area:after {
  content: "\ee3b";
  margin-left: -1em;
}
.ph-duotone.ph-map-trifold:before {
  content: "\e31a";
  opacity: 0.2;
}
.ph-duotone.ph-map-trifold:after {
  content: "\e31b";
  margin-left: -1em;
}
.ph-duotone.ph-microscope:before {
  content: "\ec7a";
  opacity: 0.2;
}
.ph-duotone.ph-microscope:after {
  content: "\ec7b";
  margin-left: -1em;
}
.ph-duotone.ph-minus:before {
  content: "\e32a";
  opacity: 0.2;
}
.ph-duotone.ph-minus:after {
  content: "\e32b";
  margin-left: -1em;
}
.ph-duotone.ph-mountains:before {
  content: "\e7ae";
  opacity: 0.2;
}
.ph-duotone.ph-mountains:after {
  content: "\e7af";
  margin-left: -1em;
}
.ph-duotone.ph-note:before {
  content: "\e348";
  opacity: 0.2;
}
.ph-duotone.ph-note:after {
  content: "\e349";
  margin-left: -1em;
}
.ph-duotone.ph-package:before {
  content: "\e390";
  opacity: 0.2;
}
.ph-duotone.ph-package:after {
  content: "\e391";
  margin-left: -1em;
}
.ph-duotone.ph-pencil-simple:before {
  content: "\e3b4";
  opacity: 0.2;
}
.ph-duotone.ph-pencil-simple:after {
  content: "\e3b5";
  margin-left: -1em;
}
.ph-duotone.ph-person-simple-circle:before {
  content: "\ee58";
  opacity: 0.2;
}
.ph-duotone.ph-person-simple-circle:after {
  content: "\ee59";
  margin-left: -1em;
}
.ph-duotone.ph-phone:before {
  content: "\e3b8";
  opacity: 0.2;
}
.ph-duotone.ph-phone:after {
  content: "\e3b9";
  margin-left: -1em;
}
.ph-duotone.ph-pill:before {
  content: "\e700";
  opacity: 0.2;
}
.ph-duotone.ph-pill:after {
  content: "\e701";
  margin-left: -1em;
}
.ph-duotone.ph-plant:before {
  content: "\ebae";
  opacity: 0.2;
}
.ph-duotone.ph-plant:after {
  content: "\ebaf";
  margin-left: -1em;
}
.ph-duotone.ph-play:before {
  content: "\e3d0";
  opacity: 0.2;
}
.ph-duotone.ph-play:after {
  content: "\e3d1";
  margin-left: -1em;
}
.ph-duotone.ph-play-circle:before {
  content: "\e3d2";
  opacity: 0.2;
}
.ph-duotone.ph-play-circle:after {
  content: "\e3d3";
  margin-left: -1em;
}
.ph-duotone.ph-plus:before {
  content: "\e3d4";
  opacity: 0.2;
}
.ph-duotone.ph-plus:after {
  content: "\e3d5";
  margin-left: -1em;
}
.ph-duotone.ph-plus-circle:before {
  content: "\e3d6";
  opacity: 0.2;
}
.ph-duotone.ph-plus-circle:after {
  content: "\e3d7";
  margin-left: -1em;
}
.ph-duotone.ph-puzzle-piece:before {
  content: "\e596";
  opacity: 0.2;
}
.ph-duotone.ph-puzzle-piece:after {
  content: "\e597";
  margin-left: -1em;
}
.ph-duotone.ph-question:before {
  content: "\e3e8";
  opacity: 0.2;
}
.ph-duotone.ph-question:after {
  content: "\e3eb";
  margin-left: -1em;
}
.ph-duotone.ph-ranking:before {
  content: "\ed62";
  opacity: 0.2;
}
.ph-duotone.ph-ranking:after {
  content: "\ed63";
  margin-left: -1em;
}
.ph-duotone.ph-robot:before {
  content: "\e762";
  opacity: 0.2;
}
.ph-duotone.ph-robot:after {
  content: "\e763";
  margin-left: -1em;
}
.ph-duotone.ph-scales:before {
  content: "\e750";
  opacity: 0.2;
}
.ph-duotone.ph-scales:after {
  content: "\e751";
  margin-left: -1em;
}
.ph-duotone.ph-seal-check:before {
  content: "\e606";
  opacity: 0.2;
}
.ph-duotone.ph-seal-check:after {
  content: "\e607";
  margin-left: -1em;
}
.ph-duotone.ph-shield-check:before {
  content: "\e40c";
  opacity: 0.2;
}
.ph-duotone.ph-shield-check:after {
  content: "\e40f";
  margin-left: -1em;
}
.ph-duotone.ph-shooting-star:before {
  content: "\ecfa";
  opacity: 0.2;
}
.ph-duotone.ph-shooting-star:after {
  content: "\ecfb";
  margin-left: -1em;
}
.ph-duotone.ph-sliders-horizontal:before {
  content: "\e434";
  opacity: 0.2;
}
.ph-duotone.ph-sliders-horizontal:after {
  content: "\e435";
  margin-left: -1em;
}
.ph-duotone.ph-smiley:before {
  content: "\e436";
  opacity: 0.2;
}
.ph-duotone.ph-smiley:after {
  content: "\e437";
  margin-left: -1em;
}
.ph-duotone.ph-sparkle:before {
  content: "\e6a2";
  opacity: 0.2;
}
.ph-duotone.ph-sparkle:after {
  content: "\e6a3";
  margin-left: -1em;
}
.ph-duotone.ph-stack-plus:before {
  content: "\edf6";
  opacity: 0.2;
}
.ph-duotone.ph-stack-plus:after {
  content: "\edf7";
  margin-left: -1em;
}
.ph-duotone.ph-star:before {
  content: "\e46a";
  opacity: 0.2;
}
.ph-duotone.ph-star:after {
  content: "\e46b";
  margin-left: -1em;
}
.ph-duotone.ph-stethoscope:before {
  content: "\e7ea";
  opacity: 0.2;
}
.ph-duotone.ph-stethoscope:after {
  content: "\e7eb";
  margin-left: -1em;
}
.ph-duotone.ph-strategy:before {
  content: "\ea3a";
  opacity: 0.2;
}
.ph-duotone.ph-strategy:after {
  content: "\ea3b";
  margin-left: -1em;
}
.ph-duotone.ph-target:before {
  content: "\e47c";
  opacity: 0.2;
}
.ph-duotone.ph-target:after {
  content: "\e47d";
  margin-left: -1em;
}
.ph-duotone.ph-trash:before {
  content: "\e4a6";
  opacity: 0.2;
}
.ph-duotone.ph-trash:after {
  content: "\e4a7";
  margin-left: -1em;
}
.ph-duotone.ph-tree:before {
  content: "\e6da";
  opacity: 0.2;
}
.ph-duotone.ph-tree:after {
  content: "\e6db";
  margin-left: -1em;
}
.ph-duotone.ph-twitter-logo:before {
  content: "\e4ba";
  opacity: 0.2;
}
.ph-duotone.ph-twitter-logo:after {
  content: "\e4bb";
  margin-left: -1em;
}
.ph-duotone.ph-upload:before {
  content: "\e4be";
  opacity: 0.2;
}
.ph-duotone.ph-upload:after {
  content: "\e4bf";
  margin-left: -1em;
}
.ph-duotone.ph-user-circle:before {
  content: "\e4c4";
  opacity: 0.2;
}
.ph-duotone.ph-user-circle:after {
  content: "\e4c5";
  margin-left: -1em;
}
.ph-duotone.ph-users:before {
  content: "\e4d6";
  opacity: 0.2;
}
.ph-duotone.ph-users:after {
  content: "\e4d7";
  margin-left: -1em;
}
.ph-duotone.ph-users-four:before {
  content: "\e68c";
  opacity: 0.2;
}
.ph-duotone.ph-users-four:after {
  content: "\e68d";
  margin-left: -1em;
}
.ph-duotone.ph-users-three:before {
  content: "\e68e";
  opacity: 0.2;
}
.ph-duotone.ph-users-three:after {
  content: "\e68f";
  margin-left: -1em;
}
.ph-duotone.ph-warning:before {
  content: "\e4e0";
  opacity: 0.2;
}
.ph-duotone.ph-warning:after {
  content: "\e4e1";
  margin-left: -1em;
}
.ph-duotone.ph-warning-circle:before {
  content: "\e4e2";
  opacity: 0.2;
}
.ph-duotone.ph-warning-circle:after {
  content: "\e4e3";
  margin-left: -1em;
}
.ph-duotone.ph-x:before {
  content: "\e4f6";
  opacity: 0.2;
}
.ph-duotone.ph-x:after {
  content: "\e4f7";
  margin-left: -1em;
}
.ph-duotone.ph-x-circle:before {
  content: "\e4f8";
  opacity: 0.2;
}
.ph-duotone.ph-x-circle:after {
  content: "\e4f9";
  margin-left: -1em;
}
.ph-duotone.ph-youtube-logo:before {
  content: "\e4fc";
  opacity: 0.2;
}
.ph-duotone.ph-youtube-logo:after {
  content: "\e4fd";
  margin-left: -1em;
}

/* angular:styles/global:styles */
