﻿@font-face {
  font-family: 'FM Review Web';
  src: url("../woff2/fmreview-medium-woff2.woff2") format("woff2"), url("../woff/fmreview-medium-woff.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FM Algebra Web';
  src: url("../woff2/fmalgebra-regularno2-woff2.woff2") format("woff2"), url("../woff/fmalgebra-regularno2-woff.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FM Review Web';
  src: url("../woff2/fmreview-light-woff2.woff2") format("woff2"), url("../woff/fmreview-light-woff.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FM Review Web';
  src: url("../woff2/fmreview-regular-woff2.woff2") format("woff2"), url("../woff/fmreview-regular-woff.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --base-white: white;
  --base-black: black;
  --base-transparent: rgb(255, 255, 255);
  --primary-orange-orange: #ff5100;
  --primary-orange-dark-orange: #c93102;
  --primary-steel-50: #f2f2f5;
  --primary-steel-100: #e0e0e5;
  --primary-steel-200: #c1c1cb;
  --primary-steel-300: #a1a3b1;
  --primary-steel-400: #828497;
  --primary-steel-500: #63657d;
  --primary-steel-600: #383b54;
  --primary-steel-700: #1c1f3c;
  --primary-steel-800: #0d102b;
  --primary-steel-900: #080a1a;
  --primary-stone-100: #f8f7f4;
  --primary-stone-200: #f2f0e9;
  --primary-stone-300: #e9e6db;
  --primary-stone-400: #d1cdc1;
  --primary-stone-500: #b5b1a4;
  --primary-stone-600: #97958c;
  --primary-stone-700: #817f76;
  --primary-stone-800: #727069;
  --primary-stone-900: #676560;
  --secondary-blue-50: #ddeefd;
  --secondary-blue-100: #8cc5f9;
  --secondary-blue-200: #198af2;
  --secondary-blue-300: #0057ca;
  --secondary-blue-400: #003d8d;
  --secondary-emerald-50: #cceed6;
  --secondary-emerald-100: #90ddc1;
  --secondary-emerald-200: #21ba83;
  --secondary-emerald-300: #00564e;
  --secondary-emerald-400: #00342f;
  --secondary-purple-50: #f1e5ff;
  --secondary-purple-100: #dabdff;
  --secondary-purple-200: #bb85ff;
  --secondary-purple-300: #9942dd;
  --secondary-purple-400: #712ea7;
  --secondary-gold-50: #f9eebf;
  --secondary-gold-100: #f3dd80;
  --secondary-gold-200: #e6bc00;
  --secondary-gold-300: #8a6c1d;
  --secondary-gold-400: #584921;
  --status-error-100: #f8d4da;
  --status-error-300: #580f1c;
  --status-error-200: #dd2647;
  --status-success-100: #cceed6;
  --status-success-200: #16b041;
  --status-success-300: #09461a;
  --alpha-white-25: rgba(255, 255, 255, 0.02);
  --alpha-white-50: rgba(255, 255, 255, 0.05);
  --alpha-white-100: rgba(255, 255, 255, 0.1);
  --alpha-white-200: rgba(255, 255, 255, 0.2);
  --alpha-white-300: rgba(255, 255, 255, 0.3);
  --alpha-white-400: rgba(255, 255, 255, 0.4);
  --alpha-white-500: rgba(255, 255, 255, 0.5);
  --alpha-white-600: rgba(255, 255, 255, 0.6);
  --alpha-white-700: rgba(255, 255, 255, 0.7);
  --alpha-white-800: rgba(255, 255, 255, 0.8);
  --alpha-white-900: rgba(255, 255, 255, 0.9);
  --alpha-white-950: rgba(255, 255, 255, 0.95);
  --alpha-black-25: rgba(0, 0, 0, 0.02);
  --alpha-black-50: rgba(0, 0, 0, 0.05);
  --alpha-black-100: rgba(0, 0, 0, 0.1);
  --alpha-black-200: rgba(0, 0, 0, 0.2);
  --alpha-black-300: rgba(0, 0, 0, 0.3);
  --alpha-black-400: rgba(0, 0, 0, 0.4);
  --alpha-black-500: rgba(0, 0, 0, 0.5);
  --alpha-black-600: rgba(0, 0, 0, 0.6);
  --alpha-black-700: rgba(0, 0, 0, 0.7);
  --alpha-black-800: rgba(0, 0, 0, 0.8);
  --alpha-black-900: rgba(0, 0, 0, 0.9);
  --alpha-black-950: rgba(0, 0, 0, 0.95);
  --alpha-steel-25: rgba(8, 10, 26, 0.02);
  --alpha-steel-50: rgba(8, 10, 26, 0.05);
  --alpha-steel-100: rgba(8, 10, 26, 0.1);
  --alpha-steel-200: rgba(8, 10, 26, 0.2);
  --alpha-steel-300: rgba(8, 10, 26, 0.3);
  --alpha-steel-400: rgba(8, 10, 26, 0.4);
  --alpha-steel-500: rgba(8, 10, 26, 0.5);
  --alpha-steel-600: rgba(8, 10, 26, 0.6);
  --alpha-steel-700: rgba(8, 10, 26, 0.7);
  --alpha-steel-800: rgba(8, 10, 26, 0.8);
  --alpha-steel-900: rgba(8, 10, 26, 0.9);
  --alpha-steel-950: rgba(8, 10, 26, 0.95);
  --text-primary: #1c1f3c;
  --text-primary-on-brand: white;
  --text-secondary: black;
  --text-secondary-hover: #828497;
  --text-secondary-on-brand: white;
  --text-secondary-on-dark: #e0e0e5;
  --text-tertiary: #c93102;
  --text-tertiary-on-brand: #ff5100;
  --text-tertiary-hover: white;
  --text-white: white;
  --text-disabled: white;
  --text-placeholder: white;
  --text-footer: #b5b1a4;
  --text-error-primary: #dd2647;
  --text-warning-primary: #e6bc00;
  --text-success-primary: #16b041;
  --border-primary: #c1c1cb;
  --border-secondary: #e0e0e5;
  --border-tertiary: #828497;
  --border-disabled: #e0e0e5;
  --border-disabled-subtle: #f2f2f5;
  --border-active: #ff5100;
  --border-brand: #ff5100;
  --border-brand-solid-alt: #c93102;
  --border-error: #dd2647;
  --border-error-solid: #580f1c;
  --fg-primary: #63657d;
  --fg-primary-active: black;
  --fg-secondary: #828497;
  --fg-secondary-active: #63657d;
  --fg-secondary-hover: black;
  --fg-tertiary: #f2f2f5;
  --fg-tertiary-hover: #e0e0e5;
  --fg-quaternary: white;
  --fg-quaternary-hover: white;
  --fg-white: white;
  --fg-disabled: #c1c1cb;
  --fg-disabled-subtle: #e0e0e5;
  --fg-brand-primary: #ff5100;
  --fg-brand-secondary: #c93102;
  --fg-error-primary: #dd2647;
  --fg-error-secondary: #f8d4da;
  --fg-warning-primary: #e6bc00;
  --fg-warning-secondary: #f3dd80;
  --fg-success-primary: #16b041;
  --fg-success-secondary: #09461a;
  --bg-primary: white;
  --bg-primary-alt: white;
  --bg-primary-hover: #f2f2f5;
  --bg-primary-solid: white;
  --bg-secondary: #f2f2f5;
  --bg-secondary-alt: #f2f2f5;
  --bg-secondary-hover: #a1a3b1;
  --bg-secondary-subtle: #f8f7f4;
  --bg-secondary-solid: #f8f7f4;
  --bg-tertiary: #f8f7f4;
  --bg-quaternary: #1c1f3c;
  --bg-active: white;
  --bg-disabled: white;
  --bg-disabled-subtle: white;
  --bg-overlay: white;
  --bg-brand-primary-alt: white;
  --bg-brand-primary: #0d102b;
  --bg-brand-secondary: #080a1a;
  --bg-brand-solid: #ff5100;
  --bg-brand-solid-hover: #1c1f3c;
  --bg-brand-section: #f8f7f4;
  --bg-brand-section-subtle: #f8f7f4;
  --bg-error-primary: #dd2647;
  --bg-error-secondary: #f8d4da;
  --bg-error-solid: #580f1c;
  --bg-warning-primary: #e6bc00;
  --bg-warning-secondary: #f3dd80;
  --bg-warning-solid: #8a6c1d;
  --bg-success-primary: #16b041;
  --bg-success-secondary: #cceed6;
  --bg-success-solid: #09461a;
  --button-primary-fg: white;
  --button-primary-fg-hover: white;
  --button-primary-bg: #ff5100;
  --button-primary-bg-hover: #1c1f3c;
  --button-primary-border: #ff5100;
  --button-primary-border-hover: #1c1f3c;
  --button-secondary-fg: white;
  --button-secondary-fg-hover: #1c1f3c;
  --button-secondary-bg: #1c1f3c;
  --button-secondary-bg-hover: white;
  --button-secondary-border: #1c1f3c;
  --button-secondary-border-hover: white;
  --button-tertiary-fg: #1c1f3c;
  --button-tertiary-fg-hover: white;
  --button-tertiary-bg: white;
  --button-tertiary-bg-hover: #1c1f3c;
  --button-tertiary-border: white;
  --button-tertiary-border-hover: #1c1f3c;
  --icon-primary-fg: #1c1f3c;
  --icon-primary-fg-hover: #ff5100;
  --icon-primary-bg: rgb(255, 255, 255);
  --icon-primary-bg-hover: #f2f2f5;
  --icon-primary-border: #828497;
  --icon-primary-border-hover: #1c1f3c;
  --icon-secondary-fg: #828497;
  --icon-secondary-fg-hover: #1c1f3c;
  --icon-secondary-bg: rgb(255, 255, 255);
  --icon-secondary-bg-hover: white;
  --icon-secondary-border: #828497;
  --icon-primary-border-hover-2: #1c1f3c;
  --button-primary-outline-fg: #ff5100;
  --button-primary-outline-fg-hover: white;
  --button-primary-outline-bg: rgb(255, 255, 255);
  --button-primary-outline-bg-hover: #ff5100;
  --button-primary-outline-border: #ff5100;
  --button-primary-outline-border-hover: #ff5100;
  --button-secondary-outline-border: #1c1f3c;
  --button-secondary-outline-border-hover: #1c1f3c;
  --button-secondary-outline-fg: #1c1f3c;
  --button-secondary-outline-fg-hover: #1c1f3c;
  --button-secondary-outline-bg: rgb(255, 255, 255);
  --button-secondary-outline-bg-hover: white;
  --button-disabled-fg: #828497;
  --button-disabled-fg-hover: #828497;
  --button-disabled-bg: #e0e0e5;
  --button-disabled-bg-hover: #e0e0e5;
  --button-disabled-border: #e0e0e5;
  --button-disabled-border-hover: #e0e0e5;
  --button-tertiary-outline-border: white;
  --button-tertiary-outline-border-hover: white;
  --button-tertiary-outline-fg: white;
  --button-tertiary-outline-fg-hover: #1c1f3c;
  --button-tertiary-outline-bg: rgb(255, 255, 255);
  --button-tertiary-outline-bg-hover: white;
  --badge-primary-bg: #f2f2f5;
  --badge-secondary-bg: #f8f7f4;
  --badge-tetiary-fg: white;
  --link-primary: #c93102;
  --link-primary-hover: #1c1f3c;
  --link-secondary: white;
  --link-secondary-hover: #828497;
  --link-tertiary: #1c1f3c;
  --link-tetiary-hover: #ff5100;
  --link-quaternary: #ff5100;
  --link-quaternary-hover: white;
  --link-disabled: #a1a3b1;
  --badge-primary-fg: black;
  --badge-secondary-fg: #1c1f3c;
  --badge-tetiary-bg: #383b54;
  --text-quarternary: #828497;
  --text-quarternary-on-brand: #c1c1cb;
  --border-quarternary: black;
  --icon-active: black;
  --icon-default: #828497;
  --icon-brand: #ff5100;
  --icon-white: white;
  --icon-alt: #1c1f3c;
  --bg-footer: #080a1a;
  --border-alpha-white: rgba(255, 255, 255, 0.1);
  --link-footer: #b5b1a4;
  --link-footer-hover: #ff5100;
  --fg-primary-hover: black;
}

  :root .theme-light {
    --text-primary: #1c1f3c;
    --text-primary-on-brand: white;
    --text-secondary: black;
    --text-secondary-hover: #828497;
    --text-secondary-on-brand: white;
    --text-secondary-on-dark: #e0e0e5;
    --text-tertiary: #c93102;
    --text-tertiary-on-brand: #ff5100;
    --text-tertiary-hover: white;
    --text-white: white;
    --text-disabled: white;
    --text-placeholder: white;
    --text-footer: #b5b1a4;
    --text-error-primary: #dd2647;
    --text-warning-primary: #e6bc00;
    --text-success-primary: #16b041;
    --border-primary: #c1c1cb;
    --border-secondary: #e0e0e5;
    --border-tertiary: #828497;
    --border-disabled: #e0e0e5;
    --border-disabled-subtle: #f2f2f5;
    --border-active: #ff5100;
    --border-brand: #ff5100;
    --border-brand-solid-alt: #c93102;
    --border-error: #dd2647;
    --border-error-solid: #580f1c;
    --fg-primary: #63657d;
    --fg-primary-active: black;
    --fg-secondary: #828497;
    --fg-secondary-active: #63657d;
    --fg-secondary-hover: black;
    --fg-tertiary: #f2f2f5;
    --fg-tertiary-hover: #e0e0e5;
    --fg-quaternary: white;
    --fg-quaternary-hover: white;
    --fg-white: white;
    --fg-disabled: #c1c1cb;
    --fg-disabled-subtle: #e0e0e5;
    --fg-brand-primary: #ff5100;
    --fg-brand-secondary: #c93102;
    --fg-error-primary: #dd2647;
    --fg-error-secondary: #f8d4da;
    --fg-warning-primary: #e6bc00;
    --fg-warning-secondary: #f3dd80;
    --fg-success-primary: #16b041;
    --fg-success-secondary: #09461a;
    --bg-primary: white;
    --bg-primary-alt: white;
    --bg-primary-hover: #f2f2f5;
    --bg-primary-solid: white;
    --bg-secondary: #f2f2f5;
    --bg-secondary-alt: #f2f2f5;
    --bg-secondary-hover: #a1a3b1;
    --bg-secondary-subtle: #f8f7f4;
    --bg-secondary-solid: #f8f7f4;
    --bg-tertiary: #f8f7f4;
    --bg-quaternary: #1c1f3c;
    --bg-active: white;
    --bg-disabled: white;
    --bg-disabled-subtle: white;
    --bg-overlay: white;
    --bg-brand-primary-alt: white;
    --bg-brand-primary: #0d102b;
    --bg-brand-secondary: #080a1a;
    --bg-brand-solid: #ff5100;
    --bg-brand-solid-hover: #1c1f3c;
    --bg-brand-section: #f8f7f4;
    --bg-brand-section-subtle: #f8f7f4;
    --bg-error-primary: #dd2647;
    --bg-error-secondary: #f8d4da;
    --bg-error-solid: #580f1c;
    --bg-warning-primary: #e6bc00;
    --bg-warning-secondary: #f3dd80;
    --bg-warning-solid: #8a6c1d;
    --bg-success-primary: #16b041;
    --bg-success-secondary: #cceed6;
    --bg-success-solid: #09461a;
    --button-primary-fg: white;
    --button-primary-fg-hover: white;
    --button-primary-bg: #ff5100;
    --button-primary-bg-hover: #1c1f3c;
    --button-primary-border: #ff5100;
    --button-primary-border-hover: #1c1f3c;
    --button-secondary-fg: white;
    --button-secondary-fg-hover: #1c1f3c;
    --button-secondary-bg: #1c1f3c;
    --button-secondary-bg-hover: white;
    --button-secondary-border: #1c1f3c;
    --button-secondary-border-hover: white;
    --button-tertiary-fg: #1c1f3c;
    --button-tertiary-fg-hover: white;
    --button-tertiary-bg: white;
    --button-tertiary-bg-hover: #1c1f3c;
    --button-tertiary-border: white;
    --button-tertiary-border-hover: #1c1f3c;
    --icon-primary-fg: #1c1f3c;
    --icon-primary-fg-hover: #ff5100;
    --icon-primary-bg: rgb(255, 255, 255);
    --icon-primary-bg-hover: #f2f2f5;
    --icon-primary-border: #828497;
    --icon-primary-border-hover: #1c1f3c;
    --icon-secondary-fg: #828497;
    --icon-secondary-fg-hover: #1c1f3c;
    --icon-secondary-bg: rgb(255, 255, 255);
    --icon-secondary-bg-hover: white;
    --icon-secondary-border: #828497;
    --icon-primary-border-hover-2: #1c1f3c;
    --button-primary-outline-fg: #ff5100;
    --button-primary-outline-fg-hover: white;
    --button-primary-outline-bg: rgb(255, 255, 255);
    --button-primary-outline-bg-hover: #ff5100;
    --button-primary-outline-border: #ff5100;
    --button-primary-outline-border-hover: #ff5100;
    --button-secondary-outline-border: #1c1f3c;
    --button-secondary-outline-border-hover: #1c1f3c;
    --button-secondary-outline-fg: #1c1f3c;
    --button-secondary-outline-fg-hover: #1c1f3c;
    --button-secondary-outline-bg: rgb(255, 255, 255);
    --button-secondary-outline-bg-hover: white;
    --button-disabled-fg: #828497;
    --button-disabled-fg-hover: #828497;
    --button-disabled-bg: #e0e0e5;
    --button-disabled-bg-hover: #e0e0e5;
    --button-disabled-border: #e0e0e5;
    --button-disabled-border-hover: #e0e0e5;
    --button-tertiary-outline-border: white;
    --button-tertiary-outline-border-hover: white;
    --button-tertiary-outline-fg: white;
    --button-tertiary-outline-fg-hover: #1c1f3c;
    --button-tertiary-outline-bg: rgb(255, 255, 255);
    --button-tertiary-outline-bg-hover: white;
    --badge-primary-bg: #f2f2f5;
    --badge-secondary-bg: #f8f7f4;
    --badge-tetiary-fg: white;
    --link-primary: #c93102;
    --link-primary-hover: #1c1f3c;
    --link-secondary: white;
    --link-secondary-hover: #828497;
    --link-tertiary: #1c1f3c;
    --link-tetiary-hover: #ff5100;
    --link-quaternary: #ff5100;
    --link-quaternary-hover: white;
    --link-disabled: #a1a3b1;
    --badge-primary-fg: black;
    --badge-secondary-fg: #1c1f3c;
    --badge-tetiary-bg: #383b54;
    --text-quarternary: #828497;
    --text-quarternary-on-brand: #c1c1cb;
    --border-quarternary: black;
    --icon-active: black;
    --icon-default: #828497;
    --icon-brand: #ff5100;
    --icon-white: white;
    --icon-alt: #1c1f3c;
    --bg-footer: #080a1a;
    --border-alpha-white: rgba(255, 255, 255, 0.1);
    --link-footer: #b5b1a4;
    --link-footer-hover: #ff5100;
    --fg-primary-hover: black;
  }

  :root .theme-dark {
    --text-primary: white;
    --text-primary-on-brand: white;
    --text-secondary: #f2f2f5;
    --text-secondary-hover: #828497;
    --text-secondary-on-brand: white;
    --text-secondary-on-dark: #e0e0e5;
    --text-tertiary: #ff5100;
    --text-tertiary-on-brand: white;
    --text-tertiary-hover: white;
    --text-white: white;
    --text-disabled: white;
    --text-placeholder: white;
    --text-footer: #b5b1a4;
    --text-error-primary: #dd2647;
    --text-warning-primary: #e6bc00;
    --text-success-primary: #16b041;
    --border-primary: #c1c1cb;
    --border-secondary: #e0e0e5;
    --border-tertiary: #828497;
    --border-disabled: #e0e0e5;
    --border-disabled-subtle: #f2f2f5;
    --border-active: #ff5100;
    --border-brand: #ff5100;
    --border-brand-solid-alt: #c93102;
    --border-error: #dd2647;
    --border-error-solid: #580f1c;
    --fg-primary: #63657d;
    --fg-primary-active: black;
    --fg-secondary: #828497;
    --fg-secondary-active: #63657d;
    --fg-secondary-hover: black;
    --fg-tertiary: #f2f2f5;
    --fg-tertiary-hover: #e0e0e5;
    --fg-quaternary: white;
    --fg-quaternary-hover: white;
    --fg-white: white;
    --fg-disabled: #c1c1cb;
    --fg-disabled-subtle: #e0e0e5;
    --fg-brand-primary: #ff5100;
    --fg-brand-secondary: #c93102;
    --fg-error-primary: #dd2647;
    --fg-error-secondary: #f8d4da;
    --fg-warning-primary: #e6bc00;
    --fg-warning-secondary: #f3dd80;
    --fg-success-primary: #16b041;
    --fg-success-secondary: #09461a;
    --bg-primary: #0d102b;
    --bg-primary-alt: white;
    --bg-primary-hover: #1c1f3c;
    --bg-primary-solid: #080a1a;
    --bg-secondary: rgba(255, 255, 255, 0.05);
    --bg-secondary-alt: #080a1a;
    --bg-secondary-hover: #a1a3b1;
    --bg-secondary-subtle: #f8f7f4;
    --bg-secondary-solid: #f8f7f4;
    --bg-tertiary: #f8f7f4;
    --bg-quaternary: #1c1f3c;
    --bg-active: white;
    --bg-disabled: white;
    --bg-disabled-subtle: white;
    --bg-overlay: white;
    --bg-brand-primary-alt: white;
    --bg-brand-primary: #0d102b;
    --bg-brand-secondary: #080a1a;
    --bg-brand-solid: #ff5100;
    --bg-brand-solid-hover: #1c1f3c;
    --bg-brand-section: #f8f7f4;
    --bg-brand-section-subtle: #f8f7f4;
    --bg-error-primary: #dd2647;
    --bg-error-secondary: #f8d4da;
    --bg-error-solid: #580f1c;
    --bg-warning-primary: #e6bc00;
    --bg-warning-secondary: #f3dd80;
    --bg-warning-solid: #8a6c1d;
    --bg-success-primary: #16b041;
    --bg-success-secondary: #cceed6;
    --bg-success-solid: #09461a;
    --button-primary-fg: white;
    --button-primary-fg-hover: white;
    --button-primary-bg: #ff5100;
    --button-primary-bg-hover: #1c1f3c;
    --button-primary-border: #ff5100;
    --button-primary-border-hover: #1c1f3c;
    --button-secondary-fg: white;
    --button-secondary-fg-hover: #1c1f3c;
    --button-secondary-bg: #1c1f3c;
    --button-secondary-bg-hover: white;
    --button-secondary-border: #1c1f3c;
    --button-secondary-border-hover: white;
    --button-tertiary-fg: #1c1f3c;
    --button-tertiary-fg-hover: white;
    --button-tertiary-bg: white;
    --button-tertiary-bg-hover: #1c1f3c;
    --button-tertiary-border: white;
    --button-tertiary-border-hover: #1c1f3c;
    --icon-primary-fg: #1c1f3c;
    --icon-primary-fg-hover: #ff5100;
    --icon-primary-bg: rgb(255, 255, 255);
    --icon-primary-bg-hover: #f2f2f5;
    --icon-primary-border: #828497;
    --icon-primary-border-hover: #1c1f3c;
    --icon-secondary-fg: #828497;
    --icon-secondary-fg-hover: #1c1f3c;
    --icon-secondary-bg: rgb(255, 255, 255);
    --icon-secondary-bg-hover: white;
    --icon-secondary-border: #828497;
    --icon-primary-border-hover-2: #1c1f3c;
    --button-primary-outline-fg: #ff5100;
    --button-primary-outline-fg-hover: white;
    --button-primary-outline-bg: rgb(255, 255, 255);
    --button-primary-outline-bg-hover: #ff5100;
    --button-primary-outline-border: #ff5100;
    --button-primary-outline-border-hover: #ff5100;
    --button-secondary-outline-border: #1c1f3c;
    --button-secondary-outline-border-hover: #1c1f3c;
    --button-secondary-outline-fg: #1c1f3c;
    --button-secondary-outline-fg-hover: #1c1f3c;
    --button-secondary-outline-bg: rgb(255, 255, 255);
    --button-secondary-outline-bg-hover: white;
    --button-disabled-fg: #828497;
    --button-disabled-fg-hover: #828497;
    --button-disabled-bg: #e0e0e5;
    --button-disabled-bg-hover: #e0e0e5;
    --button-disabled-border: #e0e0e5;
    --button-disabled-border-hover: #e0e0e5;
    --button-tertiary-outline-border: white;
    --button-tertiary-outline-border-hover: white;
    --button-tertiary-outline-fg: white;
    --button-tertiary-outline-fg-hover: #1c1f3c;
    --button-tertiary-outline-bg: rgb(255, 255, 255);
    --button-tertiary-outline-bg-hover: white;
    --badge-primary-bg: #f2f2f5;
    --badge-secondary-bg: #f8f7f4;
    --badge-tetiary-fg: white;
    --link-primary: #ff5100;
    --link-primary-hover: white;
    --link-secondary: white;
    --link-secondary-hover: #828497;
    --link-tertiary: #828497;
    --link-tetiary-hover: #ff5100;
    --link-quaternary: #ff5100;
    --link-quaternary-hover: white;
    --link-disabled: #a1a3b1;
    --badge-primary-fg: black;
    --badge-secondary-fg: #1c1f3c;
    --badge-tetiary-bg: #383b54;
    --text-quarternary: #c1c1cb;
    --text-quarternary-on-brand: #c1c1cb;
    --border-quarternary: black;
    --icon-active: black;
    --icon-default: #828497;
    --icon-brand: #ff5100;
    --icon-white: white;
    --icon-alt: white;
    --bg-footer: #080a1a;
    --border-alpha-white: rgba(255, 255, 255, 0.1);
    --link-footer: #b5b1a4;
    --link-footer-hover: #ff5100;
    --fg-primary-hover: black;
  }


body {
  font-family: "FM Review Web", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  cursor: default;
  background: initial;
  background: url('../jpg/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

body {
  font-size: 1.4rem;
}

a {
  color: var(--link-primary, #C93102);
  text-decoration: none;
}

  a:hover, a:focus {
    text-decoration: none;
    color: var(--link-primary-hover);
  }


@media (min-width: 1025px) {

  body {
    font-size: 1.1887rem;
  }
}

.link {
  color: var(--link-primary, #C93102);
  font-family: "FM Review Web", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13.585px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.543px;
}

.title {
  color: var(--text-primary, #1C1F3C);
  font-family: "FM Algebra Web", "Times New Roman", Times, serif;
  font-size: 30.566px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.223px;
  padding-bottom: 20.377px;
  border-bottom: 1px solid var(--primary-steel-100, #E0E0E5);
}

.infoText, .subtitle {
  margin-top: 16px;
  margin-bottom: 2.04rem;
  color: var(--text-secondary, #000);
  font-size: 20.377px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0.611px;
}

.subtitle {
  margin-top: 4.7rem;
}

.header {
  z-index: 9;
  display: flex;
  overflow: hidden;
  width: 100%;
  align-items: center;
  background-color: var(--bg-brand-secondary);
  padding: 1.2rem 2.4rem;
}

.headerTitle {
  display: none;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  vertical-align: 50%;
  padding-left: 20px;
}

.bodyText {
  margin-bottom: 2.04rem;
  color: var(--text-secondary, #000);
  font-size: 13.585px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.543px;
}

.registerButton {
  display: inline-flex;
  height: 47.547px;
  max-width: 130px;
  margin-top: 20px;
  margin-bottom: 102.89px;
  padding: 0px 20.377px;
  justify-content: center;
  align-items: center;
  gap: 6.792px;
  flex-shrink: 0;
  color: var(--button-primary-fg, #FFF);
  font-size: 13.585px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.408px;
  border-radius: 6px;
  background: var(--button-primary-bg, #FF5100);
}

a.link.begin-register-btn {
  background: var(--button-primary-bg, #FF5100);
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 240px;
  padding: 17px 0;
  margin-top: 40px;
  border-radius: 6px;
}


@media screen and (min-width: 1025px) {
  .header {
    padding: 1.2rem 10.4rem;
  }

  .title {
    font-size: 36px;
    letter-spacing: 1.44px;
    padding-bottom: 24px;
  }

  .infoText, .subtitle {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 2.4rem;
  }

  .link {
    font-size: 16px;
    letter-spacing: 0.64px;
  }

  .infoText {
    margin-top: 3.2rem;
  }

  .subtitle {
    margin-top: 4.75rem;
  }

  .bodyText {
    font-size: 16px;
    letter-spacing: 0.64px;
    margin: 0 0 2.4rem
  }

  .registerButton {
    height: 56px;
    max-width: 152px;
    padding: 0px 24px;
    gap: 8px;
    font-size: 16px;
    letter-spacing: 0.48px;
    margin-bottom: 131px;
  }
}

.row {
  margin: 0;
  position: relative;
  margin-bottom: 1.36rem;
}

  .row > .row {
    margin: 0;
  }

.formTitle {
  color: var(--text-primary, #1C1F3C);
  font-family: "FM Algebra Web", "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.223px;
  padding-bottom: 2.4rem;
  border-bottom: 0.849px solid var(--primary-steel-100, #E0E0E5);
}

.RequiredText {
  display: block;
  color: var(--text-secondary, #000);
  font-size: 11.887px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.357px;
  margin-top: 27.38px;
  margin-bottom: .68px;
}

label {
  font-weight: inherit;
  margin-bottom: 0;
}

.validationError {
  color: var(--text-error-primary);
  font-weight: bold;
  font-size: 10px;
}

.country-dropdown-container, #stateList {
  margin-bottom: 20px
}

#stateList {
  position: relative;
}

input,
select {
  display: flex;
  height: 100%;
  width: 100%;
  min-width: 149.434px;
  padding: 16.981px 20.377px;
  margin-bottom: 13.58px;
  justify-content: center;
  align-items: center;
  gap: 13.585px;
  align-self: stretch;
  border-radius: var(--radius-sm, 6px);
  border: 1px solid var(--border-primary, #C1C1CB);
  background: var(--bg-white, #FFF);
  position: relative;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: .042rem;
  line-height: 125%;
}

.select-dropdown-container {
  position: relative;
}

  .select-dropdown-container:after {    
    content: '';
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    top: 28%;
    right: 24px;
    height: 24px;
    width: 24px;
    background-image: url('../svg/chevron-down.svg');
    pointer-events: none;
  }

  .select-dropdown-container.active:after {
    background-image: url('../svg/chevron-up.svg')
  }

select::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red
}

input::placeholder,
select {
  color: var(--fg-primary, #63657D);
  font-size: 11.887px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.357px;
}

input[type=checkbox] {
  width: 13.585px;
  min-width: 13.585px;
  height: 13.585px;
  margin: 2px 0 0;
  accent-color: var(--bg-brand-solid);
}

span.checkmarking {
  display: flex;
  align-items: flex-start;
  gap: 10.189px;
  color: var(--text-secondary, #000);
  font-size: 11.887px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.475px;
  margin-top: 6.8px;
}


input:focus-visible,
select:focus-visible {
  outline: 1px solid #FF5100 !important;
}

button, .begin-register-btn {
  display: inline-flex;
  height: 47.547px;
  margin-top: 1.8rem;
  margin-bottom: 4.8rem;
  padding: 0px 20.377px;
  justify-content: center;
  align-items: center;
  gap: 6.792px;
  flex-shrink: 0;
  color: var(--button-primary-fg, #FFF);
  font-size: 13.585px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.408px;
  border-radius: 6px;
  background: var(--button-primary-bg, #FF5100);
  appearance: none;
  transition: all 300ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: .15rem solid transparent;
}

  button:hover, .begin-register-btn:hover {
    background-color: var(--button-primary-bg-hover);
    color: var(--button-primary-fg-hover);
    outline-color: var( --button-primary-fg);
    text-decoration: none;
    box-shadow: none;
  }

  button:active, button.active, button.isActive, button:focus,
  .begin-register-btn:active, .begin-register-btn.active, .begin-register-btn.isActive, .begin-register-btn:focus {
    color: var( --button-primary-fg);
    background-color: var( --button-primary-bg);
  }

  button:disabled,
  .begin-register-btn:disabled {
    background-color: rgb(239, 239, 239);
    color: rgb(200, 200, 200);
    cursor: no-drop;
  }

.begin-register-btn {
  margin-top: 1.67rem;
  margin-bottom: 10.29rem;
}


/* !Important specifitiy scoped to AccountNumberElement tooltip only. Important used to override inline styles added by bootstrap JS does not target global tooltip */
#AccountNumberElement {
  position: relative;
}

.ctc-tooltip {
  height: 20px;
  width: 20px;
  display: inline;
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 1;
}

#AccountNumberElement .tooltip {
  font-family: 'FM Review Web';
  font-weight: 400;
}

#AccountNumberElement .tooltip-inner {
  color: var(--text-secondary-on-dark, #e0e0e5);
  background-color: var(--bg-brand-primary);
  text-align: left;
  opacity: 1 !important;
  max-width: 27.2rem;
  padding: 1.2rem;
  font-family: inherit;
  font-size: 1.6rem;
}

  #AccountNumberElement .tooltip-inner ul {
    margin: 0;
    padding: 0;
    line-height: 125%;
  }

    #AccountNumberElement .tooltip-inner ul li {
      font-size: 1.4rem;
      margin: .8rem 0;
      margin-left: 1.6rem;
      font-weight: 300;
    }

#AccountNumberElement .tooltip {
  right: 0 !important;
  left: unset !important;
}

  #AccountNumberElement .tooltip.top .tooltip-arrow {
    left: inherit !important;
    right: 1.9rem;
    margin-left: -4px;
    border-width: 6px 7px 0;
    border-top-color: var(--bg-brand-secondary);
  }

.box {
  /* Based on Percipio Login Page */
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 360px;
  padding: 40px;
  margin: 5.6rem 40px 5.6rem auto;
  background: var(--bg-secondary, #F2F2F5);
  border-radius: 6px;
}


/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .box {
    margin-top: 62px;
    width: 100%;
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
  .box {
    margin-top: 62px;
    width: 100%;
  }
}

/* Media Query for Laptops and Desktops */
@media screen and (min-width: 1025px) {
  .box {
    width: 424px;
    padding: 56px 40px 40px 40px;
  }

  .formTitle {
    font-size: 36px;
    letter-spacing: 1.44px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--primary-steel-100, #E0E0E5);
  }

  .RequiredText {
    font-size: 14px;
    letter-spacing: 0.42px;
    margin-top: 32px;
    margin-bottom: .8rem;
  }

    .RequiredText em {
      color: var(--text-error-primary);
      font-style: normal;
      display: inline-block;
    }

  .row {
    margin-bottom: 1.6rem;
  }


  input,
  select {
    display: flex;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

    input::placeholder,
    select {
      font-size: 14px;
      letter-spacing: 0.42px;
    }

  span.checkmarking {
    gap: 12px;
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-top: 8px;
  }

  button, .begin-register-btn {
    height: 56px;
    padding: 0px 24px;
    gap: 8px;
    font-size: 16px;
    letter-spacing: 0.48px;
  }

  .begin-register-btn {
    margin-top: .8rem;
    margin-bottom: 13.1rem;
  }

  input[type=checkbox] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: var(--radius-xs, 0.4rem);
    border: 1px solid var(--icon-primary-border, #828497);
    background: var(--bg-white, #FFF);
  }
}


select {
  appearance: none;
}


.copyright {
  color: var(--text-primary, #1C1F3C);
  font-family: "FM Review Web";
  font-size: 11.887px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.357px;
}

.training-links {
  margin-bottom: 1rem;
}

  .training-links a {
    color: var(--link-tertiary, #1C1F3C);
    font-family: "FM Review Web";
    font-size: 11.887px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.475px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 16px;
  }

    .training-links a:hover {
      color: var(--link-tetiary-hover,#ff5100);
    }

@media (min-width: 1025px) {
  .training-links a {
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-bottom: 10px;
  }

  .copyright {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
