/* Figma Styles of your File */
:root {
  /* Colors */
  --color-neutral-50: #eff3f7;
  --color-neutral-100: #e0e6ef;
  --color-neutral-200: #d0dae7;
  --color-neutral-300: #c1cde0;
  --color-neutral-400: #b1c1d8;
  --color-neutral-500: #a2b4d0;
  --color-neutral-600: #6483b1;
  --color-neutral-700: #46618a;
  --color-neutral-800: #2e415c;
  --color-neutral-900: #17202e;
  --color-primary-50: #b8d4fe;
  --color-primary-100: #71aafd;
  --color-primary-200: #2a7ffc;
  --color-primary-300: #035adc;
  --color-primary-400: #023d95;
  --color-primary-500: #01204e;
  --color-primary-600: #011b41;
  --color-primary-700: #011534;
  --color-primary-800: #000b1a;
  --color-primary-900: #00050d;
  --color-secondary-50: #fee9d4;
  --color-secondary-100: #fed3a9;
  --color-secondary-200: #fdbc7e;
  --color-secondary-300: #fca653;
  --color-secondary-400: #fb9028;
  --color-secondary-500: #f47a04;
  --color-secondary-600: #cb6603;
  --color-secondary-700: #a35103;
  --color-secondary-800: #512901;
  --color-secondary-900: #291401;
  --color-secondary-2-50: #e6e6e6;
  --color-secondary-2-100: #bbbbbb;
  --color-secondary-2-200: #999999;
  --color-secondary-2-300: #777777;
  --color-secondary-2-400: #555555;
  --color-secondary-2-500: #333333;
  --color-secondary-2-600: #1f1f1f;
  --color-secondary-2-700: #141414;
  --color-secondary-2-800: #0a0a0a;
  --color-secondary-2-900: #000000;
  --color-secondary-3-50: #fff8e5;
  --color-secondary-3-100: #fff1ca;
  --color-secondary-3-200: #ffe496;
  --color-secondary-3-300: #ffdd7b;
  --color-secondary-3-400: #ffd661;
  --color-secondary-3-500: #ffc82c;
  --color-secondary-3-600: #efb100;
  --color-secondary-3-700: #b38500;
  --color-secondary-3-800: #785800;
  --color-secondary-3-900: #3c2c00;
  --color-secondary-4-50: #ffe6e4;
  --color-secondary-4-100: #ffcdc9;
  --color-secondary-4-200: #ff9a94;
  --color-secondary-4-400: #ff685e;
  --color-secondary-4-500: #ff4f43;
  --color-secondary-4-600: #ff1303;
  --color-secondary-4-700: #c10c00;
  --color-secondary-4-800: #810800;
  --color-secondary-4-900: #400400;
  --color-succes-50: #ecfdf5;
  --color-succes-100: #d1fae5;
  --color-succes-200: #a7f3d0;
  --color-succes-300: #6ee7b7;
  --color-succes-400: #34d399;
  --color-succes-500: #10b981;
  --color-succes-600: #059669;
  --color-succes-700: #047857;
  --color-succes-800: #065f46;
  --color-succes-900: #064e3b;
  --color-warning-50: #fffbeb;
  --color-warning-100: #fef3c7;
  --color-warning-200: #fde68a;
  --color-warning-300: #fcd34d;
  --color-warning-400: #fbbf24;
  --color-warning-500: #f59e0b;
  --color-warning-600: #d97706;
  --color-warning-700: #b45309;
  --color-warning-800: #92400e;
  --color-warning-900: #78350f;
  --color-error-50: #fef2f2;
  --color-error-100: #fee2e2;
  --color-error-200: #fecaca;
  --color-error-300: #fca5a5;
  --color-error-400: #f87171;
  --color-error-500: #ef4444;
  --color-error-600: #dc2626;
  --color-error-600: #b91c1c;
  --color-error-700: #b91c1c;
  --color-error-800: #991b1b;
  --color-error-900: #7f1d1d;
  --color-shades-50: #ffffff;
  --color-shades-100: #000000;
  --color-dark-mode-50: #363e49;
  --color-dark-mode-100: #343b46;
  --color-dark-mode-200: #323945;
  --color-dark-mode-300: #2d3540;
  --color-dark-mode-400: #2a323e;
  --color-dark-mode-500: #262e3a;
  --color-dark-mode-600: #232b37;
  --color-dark-mode-700: #212935;
  --color-dark-mode-800: #1c2531;
  --color-dark-mode-900: #101926;

  /* Fonts */
  --display-01-semibold-font-family: Montserrat-Regular, sans-serif;
  --display-01-semibold-font-size: 65px;
  --display-01-semibold-line-height: 80px;
  --display-01-semibold-font-weight: 400;
  --display-01-semibold-font-style: normal;
  --display-01-bold-font-family: Montserrat-Bold, sans-serif;
  --display-01-bold-font-size: 65px;
  --display-01-bold-line-height: 80px;
  --display-01-bold-font-weight: 700;
  --display-01-bold-font-style: normal;
  --display-01-extrabold-font-family: Electrofied-Bold, sans-serif;
  --display-01-extrabold-font-size: 72px;
  --display-01-extrabold-line-height: 80px;
  --display-01-extrabold-font-weight: 700;
  --display-01-extrabold-font-style: normal;
  --display-01-s-semibold-font-family: Electrofied-Regular, sans-serif;
  --display-01-s-semibold-font-size: 48px;
  --display-01-s-semibold-line-height: 56px;
  --display-01-s-semibold-font-weight: 400;
  --display-01-s-semibold-font-style: normal;
  --display-01-s-bold-font-family: Helvetica-Bold, sans-serif;
  --display-01-s-bold-font-size: 48px;
  --display-01-s-bold-line-height: 56px;
  --display-01-s-bold-font-weight: 700;
  --display-01-s-bold-font-style: normal;
  --display-01-s-extrabold-font-family: Montserrat-ExtraBold, sans-serif;
  --display-01-s-extrabold-font-size: 48px;
  --display-01-s-extrabold-line-height: 56px;
  --display-01-s-extrabold-font-weight: 800;
  --display-01-s-extrabold-font-style: normal;
  --display-02-02-semibold-font-family: Electrofied-Regular, sans-serif;
  --display-02-02-semibold-font-size: 55px;
  --display-02-02-semibold-line-height: 72px;
  --display-02-02-semibold-font-weight: 400;
  --display-02-02-semibold-font-style: normal;
  --display-02-02-bold-font-family: Electrofied-Bold, sans-serif;
  --display-02-02-bold-font-size: 55px;
  --display-02-02-bold-line-height: 72px;
  --display-02-02-bold-font-weight: 700;
  --display-02-02-bold-font-style: normal;
  --display-02-02-extrabold-font-family: Montserrat-ExtraBold, sans-serif;
  --display-02-02-extrabold-font-size: 60px;
  --display-02-02-extrabold-line-height: 72px;
  --display-02-02-extrabold-font-weight: 800;
  --display-02-02-extrabold-font-style: normal;
  --display-02-02s-semibold-font-family: Electrofied-Regular, sans-serif;
  --display-02-02s-semibold-font-size: 39px;
  --display-02-02s-semibold-line-height: 47px;
  --display-02-02s-semibold-font-weight: 400;
  --display-02-02s-semibold-font-style: normal;
  --display-02-02s-bold-font-family: Electrofied-Bold, sans-serif;
  --display-02-02s-bold-font-size: 39px;
  --display-02-02s-bold-line-height: 47px;
  --display-02-02s-bold-font-weight: 700;
  --display-02-02s-bold-font-style: normal;
  --display-02-02s-extrabold-font-family: Montserrat-ExtraBold, sans-serif;
  --display-02-02s-extrabold-font-size: 39px;
  --display-02-02s-extrabold-line-height: 47px;
  --display-02-02s-extrabold-font-weight: 800;
  --display-02-02s-extrabold-font-style: normal;
  --h1-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --h1-semi-bold-font-size: 48px;
  --h1-semi-bold-line-height: 56px;
  --h1-semi-bold-font-weight: 600;
  --h1-semi-bold-font-style: normal;
  --h1-bold-font-family: Montserrat-Bold, sans-serif;
  --h1-bold-font-size: 48px;
  --h1-bold-line-height: 56px;
  --h1-bold-font-weight: 700;
  --h1-bold-font-style: normal;
  --h1-extra-bold-font-family: Montserrat-ExtraBold, sans-serif;
  --h1-extra-bold-font-size: 48px;
  --h1-extra-bold-line-height: 56px;
  --h1-extra-bold-font-weight: 800;
  --h1-extra-bold-font-style: normal;
  --h1-s-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --h1-s-semi-bold-font-size: 33px;
  --h1-s-semi-bold-line-height: 40px;
  --h1-s-semi-bold-font-weight: 600;
  --h1-s-semi-bold-font-style: normal;
  --h1-s-bold-font-family: Montserrat-Bold, sans-serif;
  --h1-s-bold-font-size: 33px;
  --h1-s-bold-line-height: 40px;
  --h1-s-bold-font-weight: 700;
  --h1-s-bold-font-style: normal;
  --h1-s-extra-bold-font-family: Montserrat-ExtraBold, sans-serif;
  --h1-s-extra-bold-font-size: 33px;
  --h1-s-extra-bold-line-height: 40px;
  --h1-s-extra-bold-font-weight: 800;
  --h1-s-extra-bold-font-style: normal;
  --h2-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --h2-semi-bold-font-size: 39px;
  --h2-semi-bold-line-height: 47px;
  --h2-semi-bold-font-weight: 600;
  --h2-semi-bold-font-style: normal;
  --h2-bold-font-family: Montserrat-Bold, sans-serif;
  --h2-bold-font-size: 39px;
  --h2-bold-line-height: 47px;
  --h2-bold-font-weight: 700;
  --h2-bold-font-style: normal;
  --h2-extra-bold-font-family: Montserrat-ExtraBold, sans-serif;
  --h2-extra-bold-font-size: 39px;
  --h2-extra-bold-line-height: 47px;
  --h2-extra-bold-font-weight: 800;
  --h2-extra-bold-font-style: normal;
  --h2-s-semi-bold-font-family: Inter-SemiBold, sans-serif;
  --h2-s-semi-bold-font-size: 28px;
  --h2-s-semi-bold-line-height: 34px;
  --h2-s-semi-bold-font-weight: 600;
  --h2-s-semi-bold-font-style: normal;
  --h2-s-bold-font-family: Inter-Bold, sans-serif;
  --h2-s-bold-font-size: 28px;
  --h2-s-bold-line-height: 34px;
  --h2-s-bold-font-weight: 700;
  --h2-s-bold-font-style: normal;
  --h2-s-extra-bold-font-family: Inter-ExtraBold, sans-serif;
  --h2-s-extra-bold-font-size: 28px;
  --h2-s-extra-bold-line-height: 34px;
  --h2-s-extra-bold-font-weight: 800;
  --h2-s-extra-bold-font-style: normal;
  --h3-semibold-font-family: Montserrat-SemiBold, sans-serif;
  --h3-semibold-font-size: 33px;
  --h3-semibold-line-height: 40px;
  --h3-semibold-font-weight: 600;
  --h3-semibold-font-style: normal;
  --h3-bold-font-family: Montserrat-Bold, sans-serif;
  --h3-bold-font-size: 33px;
  --h3-bold-line-height: 40px;
  --h3-bold-font-weight: 700;
  --h3-bold-font-style: normal;
  --h3-extrabold-font-family: Montserrat-ExtraBold, sans-serif;
  --h3-extrabold-font-size: 33px;
  --h3-extrabold-line-height: 40px;
  --h3-extrabold-font-weight: 800;
  --h3-extrabold-font-style: normal;
  --h3s-semibold-font-family: Montserrat-SemiBold, sans-serif;
  --h3s-semibold-font-size: 23px;
  --h3s-semibold-line-height: 28px;
  --h3s-semibold-font-weight: 600;
  --h3s-semibold-font-style: normal;
  --h3s-bold-font-family: Montserrat-Bold, sans-serif;
  --h3s-bold-font-size: 23px;
  --h3s-bold-line-height: 28px;
  --h3s-bold-font-weight: 700;
  --h3s-bold-font-style: normal;
  --h3s-extrabold-font-family: Montserrat-ExtraBold, sans-serif;
  --h3s-extrabold-font-size: 23px;
  --h3s-extrabold-line-height: 28px;
  --h3s-extrabold-font-weight: 800;
  --h3s-extrabold-font-style: normal;
  --h4-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --h4-semi-bold-font-size: 28px;
  --h4-semi-bold-line-height: 34px;
  --h4-semi-bold-font-weight: 600;
  --h4-semi-bold-font-style: normal;
  --h4-bold-font-family: Montserrat-Bold, sans-serif;
  --h4-bold-font-size: 28px;
  --h4-bold-line-height: 34px;
  --h4-bold-font-weight: 700;
  --h4-bold-font-style: normal;
  --h4-extra-bold-font-family: Montserrat-ExtraBold, sans-serif;
  --h4-extra-bold-font-size: 28px;
  --h4-extra-bold-line-height: 34px;
  --h4-extra-bold-font-weight: 800;
  --h4-extra-bold-font-style: normal;
  --h4-s-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --h4-s-semi-bold-font-size: 19px;
  --h4-s-semi-bold-line-height: 23px;
  --h4-s-semi-bold-font-weight: 600;
  --h4-s-semi-bold-font-style: normal;
  --h4-s-bold-font-family: Montserrat-Bold, sans-serif;
  --h4-s-bold-font-size: 19px;
  --h4-s-bold-line-height: 23px;
  --h4-s-bold-font-weight: 700;
  --h4-s-bold-font-style: normal;
  --h4-s-extra-bold-font-family: Montserrat-ExtraBold, sans-serif;
  --h4-s-extra-bold-font-size: 19px;
  --h4-s-extra-bold-line-height: 23px;
  --h4-s-extra-bold-font-weight: 800;
  --h4-s-extra-bold-font-style: normal;
  --h5-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --h5-semi-bold-font-size: 23px;
  --h5-semi-bold-line-height: 28px;
  --h5-semi-bold-font-weight: 600;
  --h5-semi-bold-font-style: normal;
  --h5-bold-font-family: Montserrat-Bold, sans-serif;
  --h5-bold-font-size: 23px;
  --h5-bold-line-height: 28px;
  --h5-bold-font-weight: 700;
  --h5-bold-font-style: normal;
  --h5-extra-bold-font-family: Montserrat-ExtraBold, sans-serif;
  --h5-extra-bold-font-size: 23px;
  --h5-extra-bold-line-height: 28px;
  --h5-extra-bold-font-weight: 800;
  --h5-extra-bold-font-style: normal;
  --h5-s-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --h5-s-semi-bold-font-size: 18px;
  --h5-s-semi-bold-line-height: 22px;
  --h5-s-semi-bold-font-weight: 600;
  --h5-s-semi-bold-font-style: normal;
  --h5-s-bold-font-family: Montserrat-Bold, sans-serif;
  --h5-s-bold-font-size: 18px;
  --h5-s-bold-line-height: 22px;
  --h5-s-bold-font-weight: 700;
  --h5-s-bold-font-style: normal;
  --h5-s-extra-bold-font-family: Montserrat-ExtraBold, sans-serif;
  --h5-s-extra-bold-font-size: 18px;
  --h5-s-extra-bold-line-height: 22px;
  --h5-s-extra-bold-font-weight: 800;
  --h5-s-extra-bold-font-style: normal;
  --h6-semibold-font-family: Montserrat-SemiBold, sans-serif;
  --h6-semibold-font-size: 19px;
  --h6-semibold-line-height: 23px;
  --h6-semibold-font-weight: 600;
  --h6-semibold-font-style: normal;
  --h6-bold-font-family: Montserrat-Bold, sans-serif;
  --h6-bold-font-size: 19px;
  --h6-bold-line-height: 23px;
  --h6-bold-font-weight: 700;
  --h6-bold-font-style: normal;
  --h6-extrabold-font-family: Montserrat-ExtraBold, sans-serif;
  --h6-extrabold-font-size: 19px;
  --h6-extrabold-line-height: 23px;
  --h6-extrabold-font-weight: 800;
  --h6-extrabold-font-style: normal;
  --h6-s-semibold-font-family: Montserrat-SemiBold, sans-serif;
  --h6-s-semibold-font-size: 16px;
  --h6-s-semibold-line-height: 19px;
  --h6-s-semibold-font-weight: 600;
  --h6-s-semibold-font-style: normal;
  --h6-s-bold-font-family: Montserrat-Bold, sans-serif;
  --h6-s-bold-font-size: 16px;
  --h6-s-bold-line-height: 19px;
  --h6-s-bold-font-weight: 700;
  --h6-s-bold-font-style: normal;
  --h6-s-extrabold-font-family: Montserrat-ExtraBold, sans-serif;
  --h6-s-extrabold-font-size: 16px;
  --h6-s-extrabold-line-height: 19px;
  --h6-s-extrabold-font-weight: 800;
  --h6-s-extrabold-font-style: normal;
  --subheading-regular-font-family: Montserrat-Light, sans-serif;
  --subheading-regular-font-size: 20px;
  --subheading-regular-line-height: 24px;
  --subheading-regular-font-weight: 300;
  --subheading-regular-font-style: normal;
  --subheading-semi-bold-font-family: Helvetica-Regular, sans-serif;
  --subheading-semi-bold-font-size: 20px;
  --subheading-semi-bold-line-height: 24px;
  --subheading-semi-bold-font-weight: 400;
  --subheading-semi-bold-font-style: normal;
  --subheading-inline-font-family: Helvetica-Regular, sans-serif;
  --subheading-inline-font-size: 20px;
  --subheading-inline-line-height: 24px;
  --subheading-inline-font-weight: 400;
  --subheading-inline-font-style: normal;
  --paragraph-01-regular-font-family: MinimaExpandedSsk-Regular, sans-serif;
  --paragraph-01-regular-font-size: 14px;
  --paragraph-01-regular-line-height: 17px;
  --paragraph-01-regular-font-weight: 400;
  --paragraph-01-regular-font-style: normal;
  --paragraph-01-semi-bold-font-family: MinimaSsk-Bold, sans-serif;
  --paragraph-01-semi-bold-font-size: 14px;
  --paragraph-01-semi-bold-line-height: 17px;
  --paragraph-01-semi-bold-font-weight: 700;
  --paragraph-01-semi-bold-font-style: normal;
  --paragraph-01-inline-font-family: MinimaExpandedSsk-Regular, sans-serif;
  --paragraph-01-inline-font-size: 14px;
  --paragraph-01-inline-line-height: 17px;
  --paragraph-01-inline-font-weight: 400;
  --paragraph-01-inline-font-style: normal;
  --paragraph-02-regular-font-family: MinimaExpandedSsk-Regular, sans-serif;
  --paragraph-02-regular-font-size: 16px;
  --paragraph-02-regular-line-height: 20px;
  --paragraph-02-regular-font-weight: 400;
  --paragraph-02-regular-font-style: normal;
  --paragraph-02-semi-bold-font-family: MinimaSsk-Bold, sans-serif;
  --paragraph-02-semi-bold-font-size: 16px;
  --paragraph-02-semi-bold-line-height: 20px;
  --paragraph-02-semi-bold-font-weight: 700;
  --paragraph-02-semi-bold-font-style: normal;
  --paragraph-02-inline-font-family: MinimaExpandedSsk-Regular, sans-serif;
  --paragraph-02-inline-font-size: 16px;
  --paragraph-02-inline-line-height: 20px;
  --paragraph-02-inline-font-weight: 400;
  --paragraph-02-inline-font-style: normal;
  --paragraph-03-regular-font-family: Montserrat-Regular, sans-serif;
  --paragraph-03-regular-font-size: 18px;
  --paragraph-03-regular-line-height: 22px;
  --paragraph-03-regular-font-weight: 400;
  --paragraph-03-regular-font-style: normal;
  --paragraph-03-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --paragraph-03-semi-bold-font-size: 18px;
  --paragraph-03-semi-bold-line-height: 22px;
  --paragraph-03-semi-bold-font-weight: 600;
  --paragraph-03-semi-bold-font-style: normal;
  --paragraph-03-inline-font-family: Montserrat-Regular, sans-serif;
  --paragraph-03-inline-font-size: 18px;
  --paragraph-03-inline-line-height: 22px;
  --paragraph-03-inline-font-weight: 400;
  --paragraph-03-inline-font-style: normal;
  --caption-regular-font-family: Montserrat-Regular, sans-serif;
  --caption-regular-font-size: 12px;
  --caption-regular-line-height: 14px;
  --caption-regular-font-weight: 400;
  --caption-regular-font-style: normal;
  --caption-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --caption-semi-bold-font-size: 12px;
  --caption-semi-bold-line-height: 14px;
  --caption-semi-bold-font-weight: 600;
  --caption-semi-bold-font-style: normal;
  --caption-capitals-font-family: Montserrat-SemiBold, sans-serif;
  --caption-capitals-font-size: 12px;
  --caption-capitals-line-height: 14px;
  --caption-capitals-font-weight: 600;
  --caption-capitals-font-style: normal;
  --footer-regular-font-family: Montserrat-Regular, sans-serif;
  --footer-regular-font-size: 10px;
  --footer-regular-line-height: 12px;
  --footer-regular-font-weight: 400;
  --footer-regular-font-style: normal;
  --footer-semi-bold-font-family: Montserrat-SemiBold, sans-serif;
  --footer-semi-bold-font-size: 10px;
  --footer-semi-bold-line-height: 12px;
  --footer-semi-bold-font-weight: 600;
  --footer-semi-bold-font-style: normal;
  --footer-capitals-font-family: Montserrat-SemiBold, sans-serif;
  --footer-capitals-font-size: 10px;
  --footer-capitals-line-height: 12px;
  --footer-capitals-font-weight: 600;
  --footer-capitals-font-style: normal;

  /* Effects */
  --shadow-xs-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  --shadow-s-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  --shadow-m-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  --shadow-l-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  --shadow-xl-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
}
