
  

  
  @property --grey-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FAFAFA;
}
@property --grey-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --grey-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #E5E5E5;
}
@property --grey-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --grey-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3A3A3;
}
@property --grey-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --grey-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #525252;
}
@property --grey-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --grey-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #262626;
}
@property --grey-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --red-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF2F2;
}
@property --red-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --red-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FECACA;
}
@property --red-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --red-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F87171;
}
@property --red-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --red-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DC2626;
}
@property --red-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --red-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #991B1B;
}
@property --red-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --blue-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EFF6FF;
}
@property --blue-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --blue-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BFDBFE;
}
@property --blue-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --blue-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #60A5FA;
}
@property --blue-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --blue-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #2563EB;
}
@property --blue-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --blue-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E40AF;
}
@property --blue-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --lime-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F7FEE7;
}
@property --lime-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ECFCCB;
}
@property --lime-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D9F99D;
}
@property --lime-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BEF264;
}
@property --lime-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3E635;
}
@property --lime-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #84CC16;
}
@property --lime-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #65A30D;
}
@property --lime-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #4D7C0F;
}
@property --lime-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3F6212;
}
@property --lime-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #365314;
}
@property --pink-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDF2F8;
}
@property --pink-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCE7F3;
}
@property --pink-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBCFE8;
}
@property --pink-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F9A8D4;
}
@property --pink-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F472B6;
}
@property --pink-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EC4899;
}
@property --pink-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DB2777;
}
@property --pink-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BE185D;
}
@property --pink-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #9D174D;
}
@property --pink-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #831843;
}
@property --teal-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F0FDFA;
}
@property --teal-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #CCFBF1;
}
@property --teal-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #99F6E4;
}
@property --teal-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #5EEAD4;
}
@property --teal-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #2DD4BF;
}
@property --teal-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #14B8A6;
}
@property --teal-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0D9488;
}
@property --teal-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0F766E;
}
@property --teal-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #115E59;
}
@property --teal-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #134E4A;
}
@property --green-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ECFDF5;
}
@property --green-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --green-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A7F3D0;
}
@property --green-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --green-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #34D399;
}
@property --green-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --green-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #059669;
}
@property --green-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --green-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #065F46;
}
@property --green-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --purple-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F3FF;
}
@property --purple-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EDE9FE;
}
@property --purple-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DDD6FE;
}
@property --purple-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4B5FD;
}
@property --purple-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A78BFA;
}
@property --purple-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #8B5CF6;
}
@property --purple-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7C3AED;
}
@property --purple-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6D28D9;
}
@property --purple-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #5B21B6;
}
@property --purple-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #4C1D95;
}
@property --yellow-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FFFBEB;
}
@property --yellow-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --yellow-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDE68A;
}
@property --yellow-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --yellow-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBBF24;
}
@property --yellow-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --yellow-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D97706;
}
@property --yellow-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --yellow-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #92400E;
}
@property --yellow-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --jaboblauw {
  syntax: "<color>";
  inherits: true;
  initial-value: #4b8cca;
}
@property --font-weight-thin {
  syntax: "<number>";
  inherits: true;
  initial-value: 100;
}
@property --font-weight-lighter {
  syntax: "<number>";
  inherits: true;
  initial-value: 200;
}
@property --font-weight-light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-weight-regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight-normal {
  syntax: "<number>";
  inherits: true;
  initial-value: 500;
}
@property --font-weight-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --font-weight-semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}
@property --font-weight-bolder {
  syntax: "<number>";
  inherits: true;
  initial-value: 800;
}
@property --font-weight-black {
  syntax: "<number>";
  inherits: true;
  initial-value: 900;
}
@property --font-size-xxs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.625rem;
}
@property --font-size-xs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.75rem;
}
@property --font-size-sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --font-size-base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --font-size-lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size-xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.25rem;
}
@property --font-size-2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@property --font-size-3xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.875rem;
}
@property --font-size-4xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 2.25rem;
}
@property --font-size-5xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 3rem;
}
@property --jabostone-heading {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 2rem;
}
@property --shadow-sm {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --shadow-base {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --shadow-md {
  syntax: "*";
  inherits: true;
  initial-value:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
@property --shadow-lg {
  syntax: "*";
  inherits: true;
  initial-value:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}
@property --shadow-xl {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
@property --shadow-2xl {
  syntax: "*";
  inherits: true;
  initial-value:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@property --primary-color {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --brand {
  syntax: "<color>";
  inherits: true;
  initial-value: #b82828;
}

  :host, :root {
  --grey-50: #FAFAFA;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #D4D4D4;
  --grey-400: #A3A3A3;
  --grey-500: #737373;
  --grey-600: #525252;
  --grey-700: #404040;
  --grey-800: #262626;
  --grey-900: #171717;
  --red-50: #FEF2F2;
  --red-100: #FEE2E2;
  --red-200: #FECACA;
  --red-300: #FCA5A5;
  --red-400: #F87171;
  --red-500: #EF4444;
  --red-600: #DC2626;
  --red-700: #B91C1C;
  --red-800: #991B1B;
  --red-900: #7F1D1D;
  --blue-50: #EFF6FF;
  --blue-100: #DBEAFE;
  --blue-200: #BFDBFE;
  --blue-300: #93C5FD;
  --blue-400: #60A5FA;
  --blue-500: #3B82F6;
  --blue-600: #2563EB;
  --blue-700: #1D4ED8;
  --blue-800: #1E40AF;
  --blue-900: #1E3A8A;
  --lime-50: #F7FEE7;
  --lime-100: #ECFCCB;
  --lime-200: #D9F99D;
  --lime-300: #BEF264;
  --lime-400: #A3E635;
  --lime-500: #84CC16;
  --lime-600: #65A30D;
  --lime-700: #4D7C0F;
  --lime-800: #3F6212;
  --lime-900: #365314;
  --pink-50: #FDF2F8;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-300: #F9A8D4;
  --pink-400: #F472B6;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
  --pink-800: #9D174D;
  --pink-900: #831843;
  --teal-50: #F0FDFA;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-300: #5EEAD4;
  --teal-400: #2DD4BF;
  --teal-500: #14B8A6;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --teal-900: #134E4A;
  --green-50: #ECFDF5;
  --green-100: #D1FAE5;
  --green-200: #A7F3D0;
  --green-300: #6EE7B7;
  --green-400: #34D399;
  --green-500: #10B981;
  --green-600: #059669;
  --green-700: #047857;
  --green-800: #065F46;
  --green-900: #064E3B;
  --purple-50: #F5F3FF;
  --purple-100: #EDE9FE;
  --purple-200: #DDD6FE;
  --purple-300: #C4B5FD;
  --purple-400: #A78BFA;
  --purple-500: #8B5CF6;
  --purple-600: #7C3AED;
  --purple-700: #6D28D9;
  --purple-800: #5B21B6;
  --purple-900: #4C1D95;
  --yellow-50: #FFFBEB;
  --yellow-100: #FEF3C7;
  --yellow-200: #FDE68A;
  --yellow-300: #FCD34D;
  --yellow-400: #FBBF24;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --yellow-700: #B45309;
  --yellow-800: #92400E;
  --yellow-900: #78350F;
  --jaboblauw: #4b8cca;
  --font-weight-thin: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-normal: 500;
  --font-weight-bold: 700;
  --font-weight-semi-bold: 600;
  --font-weight-bolder: 800;
  --font-weight-black: 900;
  --font-size-xxs: 0.625rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --jabostone-heading: 2rem;
  --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --brand: #309c9a;
}
  
  
  [data-nc-theme~="Default"] {
  --grey-50: #FAFAFA;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #D4D4D4;
  --grey-400: #A3A3A3;
  --grey-500: #737373;
  --grey-600: #525252;
  --grey-700: #404040;
  --grey-800: #262626;
  --grey-900: #171717;
  --red-50: #FEF2F2;
  --red-100: #FEE2E2;
  --red-200: #FECACA;
  --red-300: #FCA5A5;
  --red-400: #F87171;
  --red-500: #EF4444;
  --red-600: #DC2626;
  --red-700: #B91C1C;
  --red-800: #991B1B;
  --red-900: #7F1D1D;
  --blue-50: #EFF6FF;
  --blue-100: #DBEAFE;
  --blue-200: #BFDBFE;
  --blue-300: #93C5FD;
  --blue-400: #60A5FA;
  --blue-500: #3B82F6;
  --blue-600: #2563EB;
  --blue-700: #1D4ED8;
  --blue-800: #1E40AF;
  --blue-900: #1E3A8A;
  --lime-50: #F7FEE7;
  --lime-100: #ECFCCB;
  --lime-200: #D9F99D;
  --lime-300: #BEF264;
  --lime-400: #A3E635;
  --lime-500: #84CC16;
  --lime-600: #65A30D;
  --lime-700: #4D7C0F;
  --lime-800: #3F6212;
  --lime-900: #365314;
  --pink-50: #FDF2F8;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-300: #F9A8D4;
  --pink-400: #F472B6;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
  --pink-800: #9D174D;
  --pink-900: #831843;
  --teal-50: #F0FDFA;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-300: #5EEAD4;
  --teal-400: #2DD4BF;
  --teal-500: #14B8A6;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --teal-900: #134E4A;
  --green-50: #ECFDF5;
  --green-100: #D1FAE5;
  --green-200: #A7F3D0;
  --green-300: #6EE7B7;
  --green-400: #34D399;
  --green-500: #10B981;
  --green-600: #059669;
  --green-700: #047857;
  --green-800: #065F46;
  --green-900: #064E3B;
  --purple-50: #F5F3FF;
  --purple-100: #EDE9FE;
  --purple-200: #DDD6FE;
  --purple-300: #C4B5FD;
  --purple-400: #A78BFA;
  --purple-500: #8B5CF6;
  --purple-600: #7C3AED;
  --purple-700: #6D28D9;
  --purple-800: #5B21B6;
  --purple-900: #4C1D95;
  --yellow-50: #FFFBEB;
  --yellow-100: #FEF3C7;
  --yellow-200: #FDE68A;
  --yellow-300: #FCD34D;
  --yellow-400: #FBBF24;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --yellow-700: #B45309;
  --yellow-800: #92400E;
  --yellow-900: #78350F;
  --jaboblauw: #4b8cca;
  --font-weight-thin: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-normal: 500;
  --font-weight-bold: 700;
  --font-weight-semi-bold: 600;
  --font-weight-bolder: 800;
  --font-weight-black: 900;
  --font-size-xxs: 0.625rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --jabostone-heading: 2rem;
  --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --brand: #309c9a;
}
[data-nc-theme~="jabostone"] {
  --brand: #4b8cca;
}
[data-nc-theme~="ceratrade"] {
  --brand: #b94b4b;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-zillaslab: 'Zilla Slab',serif;
--font-Bungee Outline: 'Bungee Outline',display;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .eyAmaz {
      width:100%;
      height:100%;
    }

    .a-DDOo {
      width:100%;
      height:100%;
      background:white;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .cUyibu {
      height:40px;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:0.5rem;
      padding-right:0.5rem;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .eDsdhI {
      color:#E5E5E5;
      width:100%;
      height:32px;
      font-size:var(--font-size-sm);
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:#262626;
    }

    .eDsdhI:focus {
      outline-color:#2463ebff;
      outline-style:solid;
      outline-width:1px;
    }

    .bhwQbz {
      cursor:auto;
    }

    .dNKNCI {
      justify-content:start;
    }

    .biIbVp {
      z-index:1;
      position:absolute;
      align-items:stretch;
      justify-content:start;
    }

    .bUaeG {
      cursor:pointer;
      display:flex;
      outline:none;
      font-size:12px;
      border-radius:var(--border-radius-md, 6px);
      flex-direction:row;
      justify-content:center;
    }

    .bPbSos {
      gap:12px;
      color:#ffffff;
      width:100%;
      cursor:pointer;
      outline:none;
      font-size:var(--font-size-sm);
      align-items:start;
      font-weight:var(--font-weight-regular);
      padding-top:10px;
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:start;
      background-color:var(--grey-600, #525252);
    }

    .bPbSos:hover {
      background-color:var(--grey-500, #737373);
    }

    .bPbSos:focus {
      outline-color:var(--blue-500, #3B82F6);
      outline-style:solid;
      outline-width:2px;
    }

    .bseThv {
      display:flex;
      border-color:black;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
      padding-left:1rem;
      padding-right:1rem;
      padding-top:1rem;
      padding-bottom:1rem;
      flex:2;
    }

    .NMyjs {
      font-size:larger;
      font-weight:bolder;
    }

    .CQGso {
      min-height:500px;
      padding-top:1rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .cLxLjN {
      gap:4px;
      width:220px;
      box-shadow:0px 0px 12px 0px #0000005c;
      padding-top:8px;
      padding-left:8px;
      border-radius:12px;
      padding-right:8px;
      padding-bottom:8px;
      background-color:var(--grey-700, #404040);
    }

    .bJlVqI {
      width:100%;
      height:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      max-width:1200px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .diSKKv {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      padding-top:1rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
      flex-grow:1;
      flex-shrink:1;
      flex-basis:0%;
    }

    .frnwIq {
      gap:12px;
      color:#ffffff;
      cursor:pointer;
      outline:none;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:var(--font-weight-regular);
      padding-top:10px;
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:center;
      background-color:var(--grey-600, #525252);
      width:100%;
    }

    .frnwIq:hover {
      background-color:var(--grey-700, #404040);
    }

    .frnwIq:focus {
      outline-color:var(--blue-500, #3B82F6);
      outline-style:solid;
      outline-width:2px;
    }

    .cBnZyF {
      background:var(--brand);
      width:100%;
      height:40px;
      position:relative;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#f5f4f4;
    }

    .dsDGLd {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
    }

    .dcPWwK {
      width:20px;
    }

    .XNxFQ {
      padding-left:1rem;
      padding-right:1rem;
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:row;
      font-weight:bold;
      align-items:center;
      justify-content:flex-start;
      border-bottom-width:1px;
      border-bottom-style:solid;
      border-bottom-color:var(--grey-300);
      height:30px;
    }

    .fuOTEN {
      width:160px;
    }

    .btqrnr {
      width:30px;
    }

    .UmknZ {
      width:20px;
      font-weight:inherit;
    }

    .bwUkFy {
      width:160px;
      font-weight:inherit;
    }

    .fybhEG {
      width:30px;
      font-weight:inherit;
    }

    .dJdNJR {
      width:100%;
      height:30x;
      display:flex;
      flex-direction:row;
      padding-left:1rem;
      padding-right:1rem;
      row-gap:1rem;
      column-gap:1rem;
    }

    .fagKGO {
      display:flex;
      flex-direction:row;
      row-gap:0.5rem;
      column-gap:0.5rem;
      flex:1;
      align-items:center;
      justify-content:flex-end;
    }

    .BEFTq {
      box-sizing:border-box;
    }

    .biHXv {
      width:30px;
      height:30px;
    }

    .csHMUz {
      background:var(--green-500);
      width:100%;
      height:40px;
      position:relative;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#f5f4f4;
      margin-top:2rem;
    }

    .fkIZtv {
      width:160px;
      font-weight:inherit;
      flex:1;
      display:flex;
      align-items:flex-end;
      justify-content:flex-start;
      margin-right:1.5rem;
    }

    .bjNrYO {
      position:fixed;
      top:0px;
      left:0px;
      width:100vw;
      height:100vh;
      background:rgba(0, 0, 0, 0.5);
      display:flex;
      align-items:center;
      justify-content:center;
      z-index:1000;
    }

    .ebsMSi {
      background:white;
      padding:2rem;
      border-radius:12px;
      width:400px;
      display:flex;
      flex-direction:column;
      gap:1.5rem;
      box-shadow:0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .bClzzY {
      margin:0px;
      font-size:1.5rem;
      font-weight:bold;
    }

    .cxVbMj {
      display:flex;
      flex-direction:column;
      gap:1rem;
    }

    .bRYosT {
      display:flex;
      flex-direction:column;
      gap:0.5rem;
    }

    .cauJKt {
      font-size:0.875rem;
      font-weight:600;
    }

    .eGpiBJ {
      height:40px;
      padding:0 0.75rem;
      border:1px solid #D1D5DB;
      border-radius:6px;
    }

    .eGpiBJ:focus {
      outline:2px solid #3B82F6;
      border-color:transparent;
    }

    .cljvOy {
      display:flex;
      align-items:center;
      gap:0.75rem;
    }

    .cvGngn {
      display:flex;
      justify-content:flex-end;
      gap:0.75rem;
      margin-top:0.5rem;
    }

    .MQQdn {
      padding:0.5rem 1rem;
      border-radius:6px;
      font-weight:600;
      background:#F3F4F6;
      color:#374151;
    }

    .MQQdn:hover {
      background:#E5E7EB;
    }

    .flXheu {
      padding:0.5rem 1rem;
      border-radius:6px;
      font-weight:600;
      background:#3B82F6;
      color:white;
    }

    .flXheu:hover {
      background:#2563EB;
    }

    .cnoFga {
      width:100%;
      cursor:default;
      height:32px;
      min-width:150px;
      align-items:center;
      --var-opacity:0;
      border-radius:6px;
      flex-direction:row;
      justify-content:start;
    }

    .cnoFga:hover {
      --var-opacity:1;
      background-color:var(--grey-700);
    }

    .cnoFga:focus-within {
      --var-opacity:1;
    }

    .eQeRJu {
      top:var(--color-dialog-offset-top);
      left:var(--color-dialog-offset-left);
      width:var(--color-dialog-width);
      height:auto;
      display:flex;
      opacity:0;
      z-index:100;
      position:absolute;
      min-width:220px;
      transform:translate(-50%, 0);
      box-shadow:1px 4px 8px 0px #00000044;
      overflow-x:visible;
      overflow-y:visible;
      transition:opacity 500ms linear 0ms;
      flex-direction:column;
      background-color:var(--grey-700);
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eQeRJu.above {
      transform:translate(-50%, -100%);
      margin-top:32px;
    }

    .eQeRJu.show {
      opacity:1;
    }

    .fisvkj {
      top:0px;
      left:0px;
      right:0px;
      width:0px;
      bottom:0px;
      display:none;
      opacity:1;
      position:fixed;
      overflow-x:visible;
      overflow-y:visible;
      transition:opacity 200ms linear 0ms;
    }

    .fisvkj.show {
      width:100%;
      height:100%;
      display:flex;
      flex-direction:column;
    }

    .fisvkj::backdrop {
      background-color:#00000000;
    }

    .cmRwBj {
      width:100%;
      min-width:220px;
      border-radius:6px;
      flex-direction:column;
      justify-content:start;
      background-color:var(--grey-700);
    }

    .cPSGoL {
      color:#737373ff;
      height:100%;
      outline:none;
      position:relative;
      font-size:0.75rem;
      align-items:center;
      font-weight:var(--font-weight-regular);
      border-radius:6px;
      justify-content:center;
    }

    .cPSGoL:hover {
      color:#a8a8a8ff;
    }

    .cPSGoL:focus-visible {
      outline-color:var(--blue-500, #3B82F6);
      outline-style:solid;
      outline-width:2px;
    }

    .cPSGoL:disabled {
      opacity:0.3;
      pointer-events:none;
    }

    .bHfiia {
      flex:0;
      width:fit-content;
      height:auto;
      display:flex;
      user-select:none;
    }

    .bHfiia.fill {
      width:100%;
      height:100%;
    }

    .cUHzed {
      top:-100%;
      left:0px;
      width:fit-content;
      opacity:0;
      padding:8px;
      z-index:100;
      position:absolute;
      flex-wrap:nowrap;
      margin-top:4px;
      overflow-x:visible;
      overflow-y:visible;
      transition:opacity 300ms ease-in-out 0ms;
      visibility:hidden;
      align-items:start;
      user-select:none;
      border-radius:6px;
      justify-content:start;
      background-color:var(--grey-600);
    }

    .cUHzed.showLeft {
      left:auto;
      right:0px;
    }

    .cUHzed.show {
      top:100%;
      opacity:1;
      transition:opacity 300ms ease-in-out 500ms;
      visibility:visible;
    }

    .cUHzed.top {
      top:auto;
      bottom:100%;
      margin-bottom:4px;
    }

    .dOkDgk {
      color:var(--grey-200);
      font-size:var(--font-size-xxs);
      user-select:none;
      white-space:nowrap;
    }

    .tcPMg {
      color:var(--grey-50);
      width:128px;
      height:32px;
      outline:none;
      font-size:var(--font-size-xs);
      align-items:center;
      font-weight:var(--font-weight-regular);
      border-radius:6px;
      justify-content:center;
      background-color:var(--blue-600);
    }

    .tcPMg:hover {
      background-color:var(--blue-500);
    }

    .tcPMg:focus-visible {
      border-color:var(--blue-200);
      border-style:solid;
      border-width:1px;
    }

    .dTAnFc {
      flex:1;
      color:var(--grey-400);
      cursor:default;
      height:32px;
      display:flex;
      max-height:32px;
      padding-top:2px;
      align-items:center;
      line-height:var(--line-height-xs);
      user-select:none;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      flex-direction:row;
      vertical-align:middle;
      justify-content:start;
    }

    .dTAnFc:hover {
      color:var(--grey-200);
      background-color:var(--grey-700);
      background-color:var(--grey-600);
    }

    .dTAnFc.is-set {
      color:var(--grey-400);
      background-color:var(--grey-800);
    }

    .dTAnFc:focus {
      outline:none;
      border-color:var(--blue-600);
      border-style:solid;
      border-width:1px;
    }

    .dTAnFc:focus-within {
      outline-color:var(--blue-600);
      outline-style:solid;
      outline-width:1px;
    }

    .eTHUHg {
      color:inherit;
      font-size:11px;
      font-family:inherit;
      font-weight:var(--font-weight-regular);
      white-space:nowrap;
    }

    .bXnkqp {
      flex:1;
      color:var(--grey-500);
      width:0px;
      height:32px;
      display:flex;
      font-size:var(--text-xs);
      max-width:1w1w;
      position:relative;
      font-size:13px;
      align-items:center;
      line-height:var(--line-height-xxs);
      margin-top:-2px;
      border-width:0px;
      font-weight:var(--font-weight-normal);
      padding-left:8px;
      border-radius:6px;
      flex-direction:row;
      justify-content:start;
    }

    .bXnkqp.is-set {
      color:var(--grey-200);
    }

    .bXnkqp:focus-within {
      color:var(--grey-200);
      outline:none;
    }

    .bXnkqp:focus {
      outline:none;
    }

    .cMmEjc {
      flex:1;
      color:var(--grey-400);
      cursor:default;
      height:32px;
      display:flex;
      max-height:32px;
      padding-top:2px;
      align-items:center;
      line-height:var(--line-height-xs);
      user-select:none;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      flex-direction:row;
      vertical-align:middle;
      justify-content:start;
    }

    .cMmEjc:hover {
      color:var(--grey-200);
      background-color:var(--grey-700);
      background-color:var(--grey-600);
    }

    .cMmEjc.is-set {
      color:var(--grey-400);
      background-color:var(--grey-800);
    }

    .cMmEjc:focus {
      outline:none;
      border-color:var(--blue-600);
      border-style:solid;
      border-width:1px;
    }

    .cMmEjc:focus-within {
      outline-color:var(--blue-600);
      outline-style:solid;
      outline-width:1px;
    }

    .dUnfEh {
      color:inherit;
      font-size:11px;
      margin-top:1px;
      font-family:inherit;
      font-weight:var(--font-weight-regular);
      white-space:nowrap;
    }

    .cqJrwS {
      width:100%;
      height:24px;
      overflow-x:visible;
    }

    .eyGvUa {
      top:50%;
      left:var(--picker-offset);
      width:28px;
      height:28px;
      position:absolute;
      transform:translate(-50%, -50%);
      box-shadow:0px 1px 3px 0 #00000055;
      border-color:var(--grey-50);
      border-style:solid;
      border-width:2px;
      border-radius:30px;
    }

    .eyGvUa.animate {
      transition:left 300ms,background-color 300ms;
    }

    .bRhWFV {
      width:100%;
      height:100%;
      overflow-x:visible;
      background-size:20px 20px;;
      background-color:var(--grey-800);
      background-image:linear-gradient(45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(-45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--grey-700) 75%), linear-gradient(-45deg, transparent 75%, var(--grey-700) 75%);;
      background-position:0 0, 0 10px, 10px -10px, -10px 0px;;
    }

    .bKlZlD {
      top:-1000px;
      left:-1000px;
      right:-1000px;
      bottom:-1000px;
      z-index:100;
      position:absolute;
    }

    .eaksot {
      width:100%;
      height:100%;
      background-image:linear-gradient(to right, transparent, var(--hue-base-color));
    }

    .cCYXsI {
      width:100%;
    }

    .daZeBL {
      gap:8px;
      width:100%;
      opacity:0;
      transform:translate(var(--offset-left), 0);
      transition:transform 200ms linear, opacity 200ms linear;
      padding-top:8px;
      padding-bottom:8px;
      scroll-snap-align:start;;
    }

    .daZeBL.active {
      opacity:1;
    }

    .eVGGlp {
      color:#757575ff;
      height:100%;
      outline:none;
      position:relative;
      font-size:0.75rem;
      align-items:center;
      font-weight:var(--font-weight-regular);
      border-radius:6px;
      justify-content:center;
    }

    .eVGGlp:hover {
      color:#a6a6a6ff;
    }

    .eVGGlp:focus-visible {
      outline-color:var(--blue-500, #3B82F6);
      outline-style:solid;
      outline-width:2px;
    }

    .eVGGlp:disabled {
      opacity:0.3;
      pointer-events:none;
    }

    .KgmDh {
      color:#d7e8feff;
      width:32px;
      height:32px;
      outline:none;
      font-size:0.75rem;
      align-items:center;
      font-weight:var(--font-weight-regular);
      border-radius:6px;
      justify-content:center;
      background-color:var(--grey-800, #262626);
    }

    .KgmDh:hover {
      background-color:var(--grey-600, #525252);
    }

    .KgmDh:focus-visible {
      border-color:#bedbfeff;
      border-style:solid;
      border-width:1px;
    }

    .bpvRSL {
      align-items:center;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:start;
    }

    .eHaMlg {
      background-color:var(--hue-base-color);;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
    }

    .dpykoO {
      top:50%;
      left:var(--hue-picker-offset);
      width:28px;
      height:28px;
      z-index:10;
      position:absolute;
      translate:-50% -50%;
      box-shadow:0 1px 3px 0 #00000055;;
      border-color:var(--grey-50);
      border-style:solid;
      border-width:2px;
      border-radius:99px;
      background-color:var(--background-color);
    }

    .dpykoO.animate {
      transition:left 300ms,background-color 300ms;
    }

    .ehtzGS {
      width:100%;
      height:100%;
      overflow-x:visible;
      background-image:linear-gradient(to right, hsl(0, 100%, 50%) 0%, hsl(60, 100%, 50%) 16.67%,hsl(120, 100%, 50%) 33.33%, hsl(180, 100%, 50%) 50%,hsl(240, 100%, 50%) 66.67%, hsl(300, 100%, 50%) 83.33%,hsl(360, 100%, 50%) 100%);;
    }

    .fthnVt {
      flex:1;
      overflow-x:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:start;
      scrollbar-width:none;
      scroll-snap-type:x mandatory;;
    }

    .fthnVt::-webkit-scrollbar {
    width: 0;
    }

    .eeXKsk {
      gap:8px;
      width:100%;
      align-items:center;
      flex-direction:row;
    }

    .ecekvj {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      position:absolute;
      background:linear-gradient( to right, hsl(var(--hue) 100% 50% / 0), hsl(var(--hue) 100% 50% / 1) );;
      mix-blend-mode:overlay;;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
    }

    .bhepYm {
      top:var(--offset-y);
      left:var(--offset-x);
      width:28px;
      height:28px;
      z-index:10;
      position:absolute;
      translate:-50% -50%;
      box-shadow:0 1px 3px 0 #00000055;;
      border-color:var(--grey-50);
      border-style:solid;
      border-width:2px;
      border-radius:99px;
      background-color:var(--background-color);
    }

    .bhepYm.animate {
      transition:left 300ms,top 300ms,background-color 300ms;
    }

    .dNxSGY {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      position:absolute;
      background:linear-gradient(to top, rgb(0, 0, 0), rgb(255, 255, 255));;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
    }

    .epyhrI {
      width:100%;
      aspect-ratio:16 / 9;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
    }

    .GRVaQ {
      gap:8px;
      width:100%;
      height:100%;
      opacity:0;
      transform:translate(var(--offset-left), 0);
      transition:transform 200ms linear, opacity 200ms linear;
      align-items:center;
      padding-top:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
      scroll-snap-align:start;;
    }

    .GRVaQ.active {
      opacity:1;
    }

    .dDLnrq {
      color:var(--grey-500, #737373);
      width:18px;
      bottom:0px;
      cursor:auto;
      height:18px;
      outline:none;
      font-size:13px;
      transition:transform 200ms linear,height 200ms linear;
      align-items:center;
      border-radius:4px;
      justify-content:center;
      background-color:var(--color-picker-selected-color, );
    }

    .dDLnrq:hover {
      transform:scale(1.2);
    }

    .eSEfvc {
      flex:1;
      color:#E5E5E5;
      width:0px;
      height:32px;
      font-size:0.75rem;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
    }

    .eSEfvc.style-variable {
      color:var(--teal-500, #14B8A6);
    }

    .eSEfvc::placeholder {
      color:var(--grey-500, #737373);
    }

    .eQYjBd {
      width:fit-content;
      height:auto;
      align-items:center;
      margin-left:4px;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      justify-content:center;
    }

    .eQYjBd.isSet {
      border-color:#000000;
      border-style:none;
      border-width:1px;
    }

    .dzmfiU {
      display:flex;
      align-items:flex-start;
      gap:0.75rem;
      justify-content:center;
    }

    .dUHShL {
      display:flex;
      position:relative;
      min-height:80px;
      align-items:center;
      padding-top:8px;
      border-color:#00000000;
      border-style:solid;
      border-width:3px;
      padding-left:8px;
      border-radius:16px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      background-color:var(--grey-50, #FAFAFA);
    }

    .dUHShL.drag-over::after {
      top:4px;
      left:4px;
      right:4px;
      bottom:4px;
      content:" ";
      position:absolute;
      background:;
      border-color:var(--blue-500);
      border-style:Dashed;
      border-width:3px;
      pointer-events:none;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .dUHShL:focus-within {
      outline-color:var(--blue-500);
      outline-style:solid;
      outline-width:2px;
    }

    .bXKCFL {
      color:inherit;
      display:inline-block;
    }

    .eWvihF {
      color:#E5E5E5;
      width:100%;
      height:100%;
      opacity:0;
      position:absolute;
      font-size:0.75rem;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:#262626;
    }