/*!
Theme Name: The West Harbour Custom Theme
Theme URI: https://thewestharbour.com
Author: The West Harbour
Author URI: https://thewestharbour.com
Description: A custom theme based on _tw
Version: 1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twh-custom
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The West Harbour Custom Theme is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
* The line above injects the WordPress file header. It needs to be first,
* before this comment.
*/

/**
* This injects custom `@font-face` rules.
*/

/* @import "./custom/fonts.css"; */

/**
* This injects Tailwind's base styles and any base styles registered by
* plugins, then adds custom base styles.
*/

:root {
  --color-inherit: inherit;
  --color-current: currentColor;
  --color-transparent: transparent;
  --color-black: #000;
  --color-white: #ffffff;
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cbd5e1;
  --color-slate-400: #94a3b8;
  --color-slate-500: #64748b;
  --color-slate-600: #475569;
  --color-slate-700: #334155;
  --color-slate-800: #1e293b;
  --color-slate-900: #0f172a;
  --color-slate-950: #020617;
  --color-gray-50: #F4F5F7;
  --color-gray-100: #E8EBEF;
  --color-gray-200: #D2D7DF;
  --color-gray-300: #BBC3CF;
  --color-gray-400: #A4AFBF;
  --color-gray-500: #a4afbf;
  --color-gray-600: #697A94;
  --color-gray-700: #4F5C6F;
  --color-gray-800: #343D4A;
  --color-gray-900: #1A1F25;
  --color-gray-950: #030712;
  --color-gray-1000: #0D0F12;
  --color-zinc-50: #fafafa;
  --color-zinc-100: #f4f4f5;
  --color-zinc-200: #e4e4e7;
  --color-zinc-300: #d4d4d8;
  --color-zinc-400: #a1a1aa;
  --color-zinc-500: #71717a;
  --color-zinc-600: #52525b;
  --color-zinc-700: #3f3f46;
  --color-zinc-800: #27272a;
  --color-zinc-900: #18181b;
  --color-zinc-950: #09090b;
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e5e5e5;
  --color-neutral-300: #d4d4d4;
  --color-neutral-400: #a3a3a3;
  --color-neutral-500: #737373;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #262626;
  --color-neutral-900: #171717;
  --color-neutral-950: #0a0a0a;
  --color-stone-50: #fafaf9;
  --color-stone-100: #f5f5f4;
  --color-stone-200: #e7e5e4;
  --color-stone-300: #d6d3d1;
  --color-stone-400: #a8a29e;
  --color-stone-500: #78716c;
  --color-stone-600: #57534e;
  --color-stone-700: #44403c;
  --color-stone-800: #292524;
  --color-stone-900: #1c1917;
  --color-stone-950: #0c0a09;
  --color-red-50: #FFEDEC;
  --color-red-100: #FFDBD9;
  --color-red-200: #FFB8B4;
  --color-red-300: #FE948E;
  --color-red-400: #FE7069;
  --color-red-500: #FE6A62;
  --color-red-600: #E00C01;
  --color-red-700: #C00B01;
  --color-red-800: #800701;
  --color-red-900: #400400;
  --color-red-950: #450a0a;
  --color-red-1000: #200200;
  --color-orange-50: #FFF4EC;
  --color-orange-100: #FEE9DA;
  --color-orange-200: #FED4B5;
  --color-orange-300: #FDBF8F;
  --color-orange-400: #FDAA6A;
  --color-orange-500: #FC9445;
  --color-orange-600: #FB7006;
  --color-orange-700: #BE5403;
  --color-orange-800: #7F3802;
  --color-orange-900: #3F1C01;
  --color-orange-1000: #200E00;
  --color-amber-50: #fffbeb;
  --color-amber-100: #fef3c7;
  --color-amber-200: #fde68a;
  --color-amber-300: #fcd34d;
  --color-amber-400: #fbbf24;
  --color-amber-500: #f59e0b;
  --color-amber-600: #d97706;
  --color-amber-700: #b45309;
  --color-amber-800: #92400e;
  --color-amber-900: #78350f;
  --color-amber-950: #451a03;
  --color-yellow-50: #FFFCF5;
  --color-yellow-100: #FEF8EB;
  --color-yellow-200: #FEF2D7;
  --color-yellow-300: #FDEBC4;
  --color-yellow-400: #FDE4B0;
  --color-yellow-500: #FCDE9C;
  --color-yellow-600: #F9C34D;
  --color-yellow-700: #EDA507;
  --color-yellow-800: #9E6E05;
  --color-yellow-900: #4F3702;
  --color-yellow-1000: #281B01;
  --color-lime-50: #f7fee7;
  --color-lime-100: #ecfccb;
  --color-lime-200: #d9f99d;
  --color-lime-300: #bef264;
  --color-lime-400: #a3e635;
  --color-lime-500: #84cc16;
  --color-lime-600: #65a30d;
  --color-lime-700: #4d7c0f;
  --color-lime-800: #3f6212;
  --color-lime-900: #365314;
  --color-lime-950: #1a2e05;
  --color-green-50: #E0FFF1;
  --color-green-100: #C2FEE4;
  --color-green-200: #84FDC9;
  --color-green-300: #47FCAE;
  --color-green-400: #0AFB93;
  --color-green-500: #03C470;
  --color-green-600: #029D5A;
  --color-green-700: #027643;
  --color-green-800: #014E2D;
  --color-green-900: #012716;
  --color-green-950: #052e16;
  --color-green-1000: #00140B;
  --color-emerald-50: #ecfdf5;
  --color-emerald-100: #d1fae5;
  --color-emerald-200: #a7f3d0;
  --color-emerald-300: #6ee7b7;
  --color-emerald-400: #34d399;
  --color-emerald-500: #10b981;
  --color-emerald-600: #059669;
  --color-emerald-700: #047857;
  --color-emerald-800: #065f46;
  --color-emerald-900: #064e3b;
  --color-emerald-950: #022c22;
  --color-teal-50: #f0fdfa;
  --color-teal-100: #ccfbf1;
  --color-teal-200: #99f6e4;
  --color-teal-300: #5eead4;
  --color-teal-400: #2dd4bf;
  --color-teal-500: #14b8a6;
  --color-teal-600: #0d9488;
  --color-teal-700: #0f766e;
  --color-teal-800: #115e59;
  --color-teal-900: #134e4a;
  --color-teal-950: #042f2e;
  --color-cyan-50: #F4FBFF;
  --color-cyan-100: #E9F7FF;
  --color-cyan-200: #D5EFFF;
  --color-cyan-300: #BFE7FE;
  --color-cyan-400: #AADFFE;
  --color-cyan-500: #A5DEFE;
  --color-cyan-600: #45BAFD;
  --color-cyan-700: #0298EF;
  --color-cyan-800: #0266A0;
  --color-cyan-900: #013350;
  --color-cyan-950: #083344;
  --color-cyan-1000: #001928;
  --color-sky-50: #f0f9ff;
  --color-sky-100: #e0f2fe;
  --color-sky-200: #bae6fd;
  --color-sky-300: #7dd3fc;
  --color-sky-400: #38bdf8;
  --color-sky-500: #0ea5e9;
  --color-sky-600: #0284c7;
  --color-sky-700: #0369a1;
  --color-sky-800: #075985;
  --color-sky-900: #0c4a6e;
  --color-sky-950: #082f49;
  --color-blue-50: #F4F9FC;
  --color-blue-100: #D3E0FF;
  --color-blue-200: #A7C2FF;
  --color-blue-300: #7BA3FF;
  --color-blue-400: #5084FF;
  --color-blue-500: #2465FF;
  --color-blue-600: #0046E9;
  --color-blue-700: #0034AE;
  --color-blue-800: #002374;
  --color-blue-900: #00113A;
  --color-blue-950: #172554;
  --color-blue-1000: #00091D;
  --color-indigo-50: #eef2ff;
  --color-indigo-100: #e0e7ff;
  --color-indigo-200: #c7d2fe;
  --color-indigo-300: #a5b4fc;
  --color-indigo-400: #818cf8;
  --color-indigo-500: #6366f1;
  --color-indigo-600: #4f46e5;
  --color-indigo-700: #4338ca;
  --color-indigo-800: #3730a3;
  --color-indigo-900: #312e81;
  --color-indigo-950: #1e1b4b;
  --color-violet-50: #f5f3ff;
  --color-violet-100: #ede9fe;
  --color-violet-200: #ddd6fe;
  --color-violet-300: #c4b5fd;
  --color-violet-400: #a78bfa;
  --color-violet-500: #8b5cf6;
  --color-violet-600: #7c3aed;
  --color-violet-700: #6d28d9;
  --color-violet-800: #5b21b6;
  --color-violet-900: #4c1d95;
  --color-violet-950: #2e1065;
  --color-purple-50: #F4EFF5;
  --color-purple-100: #E8DEEB;
  --color-purple-200: #e9d5ff;
  --color-purple-300: #d8b4fe;
  --color-purple-400: #c084fc;
  --color-purple-500: #8D5D9B;
  --color-purple-600: #9333ea;
  --color-purple-700: #55385E;
  --color-purple-800: #39253E;
  --color-purple-900: #581c87;
  --color-purple-950: #3b0764;
  --color-fuchsia-50: #fdf4ff;
  --color-fuchsia-100: #fae8ff;
  --color-fuchsia-200: #f5d0fe;
  --color-fuchsia-300: #f0abfc;
  --color-fuchsia-400: #e879f9;
  --color-fuchsia-500: #d946ef;
  --color-fuchsia-600: #c026d3;
  --color-fuchsia-700: #a21caf;
  --color-fuchsia-800: #86198f;
  --color-fuchsia-900: #701a75;
  --color-fuchsia-950: #4a044e;
  --color-pink-50: #fdf2f8;
  --color-pink-100: #fce7f3;
  --color-pink-200: #fbcfe8;
  --color-pink-300: #f9a8d4;
  --color-pink-400: #f472b6;
  --color-pink-500: #ec4899;
  --color-pink-600: #db2777;
  --color-pink-700: #be185d;
  --color-pink-800: #9d174d;
  --color-pink-900: #831843;
  --color-pink-950: #500724;
  --color-rose-50: #fff1f2;
  --color-rose-100: #ffe4e6;
  --color-rose-200: #fecdd3;
  --color-rose-300: #fda4af;
  --color-rose-400: #fb7185;
  --color-rose-500: #f43f5e;
  --color-rose-600: #e11d48;
  --color-rose-700: #be123c;
  --color-rose-800: #9f1239;
  --color-rose-900: #881337;
  --color-rose-950: #4c0519;
  --color-light: #F4F5F7;
  --color-dark: #011733;
  --color-primary: #2667ff;
  --color-secondary: #93d7fe;
  --color-navy-50: #D2E5FE;
  --color-navy-100: #A5CBFD;
  --color-navy-200: #4B97FB;
  --color-navy-300: #0566E6;
  --color-navy-400: #033E8C;
  --color-navy-500: #011733;
  --color-navy-600: #011228;
  --color-navy-700: #010D1E;
  --color-navy-800: #000914;
  --color-navy-900: #00040A;
  --color-navy-1000: #000205;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(36 101 255 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(36 101 255 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/* @import "./custom/base.css"; */

/**
* This injects Tailwind's component classes and any component classes
* registered by plugins, then adds custom component classes.
*
* The `@import-glob` line imports all CSS files from the `components`
* directory (except for `components.css`, which is imported on the following
* line). This is meant to simplify the process of integrating styles from
* JavaScript components or WordPress plugins.
*/

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

/**
	* Custom styles to immediately follow Tailwind’s `components` layer
	*
	* “Add more opinionated, complex classes like buttons, form controls, alerts,
	* etc; the sort of pre-built components you often see in other frameworks that
	* you might need to override with utility classes.”
	*
	* — from https://tailwindcss.com/docs/plugins#adding-components
	*/

/**
	* Post title styles
	*
	* These will be applied to all headings with a `page-title` or `entry-title`
	* class on the frontend and to the post title in the block editor.
	*
	* The supplied styles are meant to match the default `h1` classes from
	* Tailwind Typography.
	*/

.editor-styles-wrapper .page-title,
	.editor-styles-wrapper .entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 52.5rem;
  font-size: var(--wp--preset--font-size--xxx-large);
  line-height: var(--wp--custom--line-height-xxx-large);
  letter-spacing: -0.02em;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
	* Layout styles for centered content areas
	*
	* If you are controlling the width of your content area with styles applied
	* to its container, you can delete the following styles whose selectors begin
	* with `.page-content >` and `.entry-content >`. For more details, please see
	* the following:
	*
	* https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
	*/

.editor-styles-wrapper .page-content > *,
	.editor-styles-wrapper .entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 52.5rem;
}

.editor-styles-wrapper .entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 30rem;
}

.editor-styles-wrapper .entry-content > .alignfull {
  max-width: none;
}

.editor-styles-wrapper .entry-content > .alignleft {
  float: left;
  margin-right: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper .entry-content > .alignright {
  float: right;
  margin-left: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

/**
* This injects Tailwind's utility classes and any utility classes registered
* by plugins, then adds custom utility classes.
*/

.editor-styles-wrapper :is(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.editor-styles-wrapper :is(.pointer-events-none) {
  pointer-events: none;
}

.editor-styles-wrapper :is(.pointer-events-auto) {
  pointer-events: auto;
}

.editor-styles-wrapper :is(.visible) {
  visibility: visible;
}

.editor-styles-wrapper :is(.invisible) {
  visibility: hidden;
}

.editor-styles-wrapper :is(.collapse) {
  visibility: collapse;
}

.editor-styles-wrapper :is(.static) {
  position: static;
}

.editor-styles-wrapper :is(.fixed) {
  position: fixed;
}

.editor-styles-wrapper :is(.absolute) {
  position: absolute;
}

.editor-styles-wrapper :is(.relative) {
  position: relative;
}

.editor-styles-wrapper :is(.sticky) {
  position: sticky;
}

.editor-styles-wrapper :is(.inset-0) {
  inset: 0px;
}

.editor-styles-wrapper :is(.bottom-0) {
  bottom: 0px;
}

.editor-styles-wrapper :is(.bottom-2) {
  bottom: 0.5rem;
}

.editor-styles-wrapper :is(.bottom-4) {
  bottom: 1rem;
}

.editor-styles-wrapper :is(.bottom-\[1rem\]) {
  bottom: 1rem;
}

.editor-styles-wrapper :is(.left-0) {
  left: 0px;
}

.editor-styles-wrapper :is(.left-1\/2) {
  left: 50%;
}

.editor-styles-wrapper :is(.left-\[1rem\]) {
  left: 1rem;
}

.editor-styles-wrapper :is(.left-\[50\%\]) {
  left: 50%;
}

.editor-styles-wrapper :is(.right-0) {
  right: 0px;
}

.editor-styles-wrapper :is(.right-2) {
  right: 0.5rem;
}

.editor-styles-wrapper :is(.start-0) {
  inset-inline-start: 0px;
}

.editor-styles-wrapper :is(.top-0) {
  top: 0px;
}

.editor-styles-wrapper :is(.top-1\/2) {
  top: 50%;
}

.editor-styles-wrapper :is(.top-3) {
  top: 0.75rem;
}

.editor-styles-wrapper :is(.top-\[0\.5rem\]) {
  top: 0.5rem;
}

.editor-styles-wrapper :is(.top-\[20vh\]) {
  top: 20vh;
}

.editor-styles-wrapper :is(.top-\[50\%\]) {
  top: 50%;
}

.editor-styles-wrapper :is(.\!z-10) {
  z-index: 10 !important;
}

.editor-styles-wrapper :is(.z-0) {
  z-index: 0;
}

.editor-styles-wrapper :is(.z-10) {
  z-index: 10;
}

.editor-styles-wrapper :is(.z-50) {
  z-index: 50;
}

.editor-styles-wrapper :is(.z-\[-2\]) {
  z-index: -2;
}

.editor-styles-wrapper :is(.z-\[0\]) {
  z-index: 0;
}

.editor-styles-wrapper :is(.z-\[1\]) {
  z-index: 1;
}

.editor-styles-wrapper :is(.z-\[25\]) {
  z-index: 25;
}

.editor-styles-wrapper :is(.z-\[26\]) {
  z-index: 26;
}

.editor-styles-wrapper :is(.z-\[2\]) {
  z-index: 2;
}

.editor-styles-wrapper :is(.z-\[3\]) {
  z-index: 3;
}

.editor-styles-wrapper :is(.z-\[4\]) {
  z-index: 4;
}

.editor-styles-wrapper :is(.z-\[60\]) {
  z-index: 60;
}

.editor-styles-wrapper :is(.z-\[80\]) {
  z-index: 80;
}

.editor-styles-wrapper :is(.z-\[9998\]) {
  z-index: 9998;
}

.editor-styles-wrapper :is(.z-\[9999\]) {
  z-index: 9999;
}

.editor-styles-wrapper :is(.z-\[999\]) {
  z-index: 999;
}

.editor-styles-wrapper :is(.col-span-4) {
  grid-column: span 4 / span 4;
}

.editor-styles-wrapper :is(.row-span-1) {
  grid-row: span 1 / span 1;
}

.editor-styles-wrapper :is(.float-right) {
  float: right;
}

.editor-styles-wrapper :is(.float-left) {
  float: left;
}

.editor-styles-wrapper :is(.\!m-0) {
  margin: 0px !important;
}

.editor-styles-wrapper :is(.m-0) {
  margin: 0px;
}

.editor-styles-wrapper :is(.m-3) {
  margin: 0.75rem;
}

.editor-styles-wrapper :is(.m-4) {
  margin: 1rem;
}

.editor-styles-wrapper :is(.\!mx-auto) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.editor-styles-wrapper :is(.\!my-0) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.editor-styles-wrapper :is(.\!my-2) {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.editor-styles-wrapper :is(.\!my-3) {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.editor-styles-wrapper :is(.\!my-4) {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.editor-styles-wrapper :is(.mx-5) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.editor-styles-wrapper :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}

.editor-styles-wrapper :is(.my-0) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.editor-styles-wrapper :is(.my-2) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.editor-styles-wrapper :is(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.editor-styles-wrapper :is(.my-6) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.editor-styles-wrapper :is(.my-7) {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  margin-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.\!mb-0) {
  margin-bottom: 0px !important;
}

.editor-styles-wrapper :is(.\!mb-2) {
  margin-bottom: 0.5rem !important;
}

.editor-styles-wrapper :is(.\!mb-4) {
  margin-bottom: 1rem !important;
}

.editor-styles-wrapper :is(.\!mb-5) {
  margin-bottom: 1.5rem !important;
}

.editor-styles-wrapper :is(.\!ml-0) {
  margin-left: 0px !important;
}

.editor-styles-wrapper :is(.\!ml-6) {
  margin-left: 2rem !important;
}

.editor-styles-wrapper :is(.\!mr-6) {
  margin-right: 2rem !important;
}

.editor-styles-wrapper :is(.\!mt-0) {
  margin-top: 0px !important;
}

.editor-styles-wrapper :is(.\!mt-4) {
  margin-top: 1rem !important;
}

.editor-styles-wrapper :is(.\!mt-6) {
  margin-top: 2rem !important;
}

.editor-styles-wrapper :is(.mb-0) {
  margin-bottom: 0px;
}

.editor-styles-wrapper :is(.mb-16) {
  margin-bottom: 4rem;
}

.editor-styles-wrapper :is(.mb-2) {
  margin-bottom: 0.5rem;
}

.editor-styles-wrapper :is(.mb-3) {
  margin-bottom: 0.75rem;
}

.editor-styles-wrapper :is(.mb-4) {
  margin-bottom: 1rem;
}

.editor-styles-wrapper :is(.mb-5) {
  margin-bottom: 1.5rem;
}

.editor-styles-wrapper :is(.mb-6) {
  margin-bottom: 2rem;
}

.editor-styles-wrapper :is(.mb-7) {
  margin-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.mb-9) {
  margin-bottom: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
}

.editor-styles-wrapper :is(.me-2) {
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.editor-styles-wrapper :is(.ml-2) {
  margin-left: 0.5rem;
}

.editor-styles-wrapper :is(.ml-\[-50vw\]) {
  margin-left: -50vw;
}

.editor-styles-wrapper :is(.ml-auto) {
  margin-left: auto;
}

.editor-styles-wrapper :is(.mr-1) {
  margin-right: 0.25rem;
}

.editor-styles-wrapper :is(.mr-2) {
  margin-right: 0.5rem;
}

.editor-styles-wrapper :is(.mr-3) {
  margin-right: 0.75rem;
}

.editor-styles-wrapper :is(.mr-auto) {
  margin-right: auto;
}

.editor-styles-wrapper :is(.mt-0) {
  margin-top: 0px;
}

.editor-styles-wrapper :is(.mt-0\.5) {
  margin-top: 0.125rem;
}

.editor-styles-wrapper :is(.mt-10) {
  margin-top: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
}

.editor-styles-wrapper :is(.mt-14) {
  margin-top: 3.5rem;
}

.editor-styles-wrapper :is(.mt-2) {
  margin-top: 0.5rem;
}

.editor-styles-wrapper :is(.mt-3) {
  margin-top: 0.75rem;
}

.editor-styles-wrapper :is(.mt-4) {
  margin-top: 1rem;
}

.editor-styles-wrapper :is(.mt-5) {
  margin-top: 1.5rem;
}

.editor-styles-wrapper :is(.mt-6) {
  margin-top: 2rem;
}

.editor-styles-wrapper :is(.mt-7) {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.mt-8) {
  margin-top: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.mt-\[5rem\]) {
  margin-top: 5rem;
}

.editor-styles-wrapper :is(.mt-auto) {
  margin-top: auto;
}

.editor-styles-wrapper :is(.block) {
  display: block;
}

.editor-styles-wrapper :is(.inline-block) {
  display: inline-block;
}

.editor-styles-wrapper :is(.inline) {
  display: inline;
}

.editor-styles-wrapper :is(.\!flex) {
  display: flex !important;
}

.editor-styles-wrapper :is(.flex) {
  display: flex;
}

.editor-styles-wrapper :is(.\!inline-flex) {
  display: inline-flex !important;
}

.editor-styles-wrapper :is(.inline-flex) {
  display: inline-flex;
}

.editor-styles-wrapper :is(.table) {
  display: table;
}

.editor-styles-wrapper :is(.grid) {
  display: grid;
}

.editor-styles-wrapper :is(.\!hidden) {
  display: none !important;
}

.editor-styles-wrapper :is(.hidden) {
  display: none;
}

.editor-styles-wrapper :is(.\!aspect-square) {
  aspect-ratio: 1 / 1 !important;
}

.editor-styles-wrapper :is(.aspect-\[16\/9\]) {
  aspect-ratio: 16/9;
}

.editor-styles-wrapper :is(.aspect-\[2\/3\]) {
  aspect-ratio: 2/3;
}

.editor-styles-wrapper :is(.aspect-\[3\/2\]) {
  aspect-ratio: 3/2;
}

.editor-styles-wrapper :is(.aspect-\[5\/4\]) {
  aspect-ratio: 5/4;
}

.editor-styles-wrapper :is(.aspect-\[86\/70\]) {
  aspect-ratio: 86/70;
}

.editor-styles-wrapper :is(.aspect-square) {
  aspect-ratio: 1 / 1;
}

.editor-styles-wrapper :is(.aspect-video) {
  aspect-ratio: 16 / 9;
}

.editor-styles-wrapper :is(.\!h-\[2\.75rem\]) {
  height: 2.75rem !important;
}

.editor-styles-wrapper :is(.h-3) {
  height: 0.75rem;
}

.editor-styles-wrapper :is(.h-3\.5) {
  height: 0.875rem;
}

.editor-styles-wrapper :is(.h-4) {
  height: 1rem;
}

.editor-styles-wrapper :is(.h-5) {
  height: 1.5rem;
}

.editor-styles-wrapper :is(.h-7) {
  height: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.h-8) {
  height: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.h-\[1\.5rem\]) {
  height: 1.5rem;
}

.editor-styles-wrapper :is(.h-\[1\.75rem\]) {
  height: 1.75rem;
}

.editor-styles-wrapper :is(.h-\[2px\]) {
  height: 2px;
}

.editor-styles-wrapper :is(.h-\[3\.25rem\]) {
  height: 3.25rem;
}

.editor-styles-wrapper :is(.h-\[3rem\]) {
  height: 3rem;
}

.editor-styles-wrapper :is(.h-\[4rem\]) {
  height: 4rem;
}

.editor-styles-wrapper :is(.h-\[5rem\]) {
  height: 5rem;
}

.editor-styles-wrapper :is(.h-\[calc\(100\%\+6rem\)\]) {
  height: calc(100% + 6rem);
}

.editor-styles-wrapper :is(.h-auto) {
  height: auto;
}

.editor-styles-wrapper :is(.h-fit) {
  height: -moz-fit-content;
  height: fit-content;
}

.editor-styles-wrapper :is(.h-full) {
  height: 100%;
}

.editor-styles-wrapper :is(.h-screen) {
  height: 100vh;
}

.editor-styles-wrapper :is(.max-h-6) {
  max-height: 2rem;
}

.editor-styles-wrapper :is(.max-h-80) {
  max-height: 20rem;
}

.editor-styles-wrapper :is(.max-h-\[90vh\]) {
  max-height: 90vh;
}

.editor-styles-wrapper :is(.min-h-\[16rem\]) {
  min-height: 16rem;
}

.editor-styles-wrapper :is(.min-h-\[17\.5rem\]) {
  min-height: 17.5rem;
}

.editor-styles-wrapper :is(.min-h-\[20rem\]) {
  min-height: 20rem;
}

.editor-styles-wrapper :is(.min-h-\[3rem\]) {
  min-height: 3rem;
}

.editor-styles-wrapper :is(.min-h-\[7\.75rem\]) {
  min-height: 7.75rem;
}

.editor-styles-wrapper :is(.min-h-\[90vh\]) {
  min-height: 90vh;
}

.editor-styles-wrapper :is(.min-h-full) {
  min-height: 100%;
}

.editor-styles-wrapper :is(.min-h-screen) {
  min-height: 100vh;
}

.editor-styles-wrapper :is(.\!w-1\/2) {
  width: 50% !important;
}

.editor-styles-wrapper :is(.\!w-1\/4) {
  width: 25% !important;
}

.editor-styles-wrapper :is(.\!w-10\/12) {
  width: 83.333333% !important;
}

.editor-styles-wrapper :is(.\!w-2\/12) {
  width: 16.666667% !important;
}

.editor-styles-wrapper :is(.\!w-6\/12) {
  width: 50% !important;
}

.editor-styles-wrapper :is(.\!w-fit) {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.editor-styles-wrapper :is(.\!w-full) {
  width: 100% !important;
}

.editor-styles-wrapper :is(.w-0) {
  width: 0px;
}

.editor-styles-wrapper :is(.w-1\/2) {
  width: 50%;
}

.editor-styles-wrapper :is(.w-1\/3) {
  width: 33.333333%;
}

.editor-styles-wrapper :is(.w-1\/4) {
  width: 25%;
}

.editor-styles-wrapper :is(.w-3) {
  width: 0.75rem;
}

.editor-styles-wrapper :is(.w-3\.5) {
  width: 0.875rem;
}

.editor-styles-wrapper :is(.w-5) {
  width: 1.5rem;
}

.editor-styles-wrapper :is(.w-7) {
  width: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.w-8) {
  width: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.w-\[1\.5rem\]) {
  width: 1.5rem;
}

.editor-styles-wrapper :is(.w-\[1\.75rem\]) {
  width: 1.75rem;
}

.editor-styles-wrapper :is(.w-\[10\%\]) {
  width: 10%;
}

.editor-styles-wrapper :is(.w-\[15rem\]) {
  width: 15rem;
}

.editor-styles-wrapper :is(.w-\[18\.75rem\]) {
  width: 18.75rem;
}

.editor-styles-wrapper :is(.w-\[2\.5rem\]) {
  width: 2.5rem;
}

.editor-styles-wrapper :is(.w-\[20\%\]) {
  width: 20%;
}

.editor-styles-wrapper :is(.w-\[25rem\]) {
  width: 25rem;
}

.editor-styles-wrapper :is(.w-\[2rem\]) {
  width: 2rem;
}

.editor-styles-wrapper :is(.w-\[30\%\]) {
  width: 30%;
}

.editor-styles-wrapper :is(.w-\[3rem\]) {
  width: 3rem;
}

.editor-styles-wrapper :is(.w-\[40\%\]) {
  width: 40%;
}

.editor-styles-wrapper :is(.w-\[50\%\]) {
  width: 50%;
}

.editor-styles-wrapper :is(.w-\[60\%\]) {
  width: 60%;
}

.editor-styles-wrapper :is(.w-\[70\%\]) {
  width: 70%;
}

.editor-styles-wrapper :is(.w-\[75\%\]) {
  width: 75%;
}

.editor-styles-wrapper :is(.w-\[80\%\]) {
  width: 80%;
}

.editor-styles-wrapper :is(.w-\[8rem\]) {
  width: 8rem;
}

.editor-styles-wrapper :is(.w-\[90\%\]) {
  width: 90%;
}

.editor-styles-wrapper :is(.w-\[90vw\]) {
  width: 90vw;
}

.editor-styles-wrapper :is(.w-\[calc\(100vw-\(\(100vw-100\%\)\/2\)\)\]) {
  width: calc(100vw - ((100vw - 100%) / 2));
}

.editor-styles-wrapper :is(.w-auto) {
  width: auto;
}

.editor-styles-wrapper :is(.w-fit) {
  width: -moz-fit-content;
  width: fit-content;
}

.editor-styles-wrapper :is(.w-full) {
  width: 100%;
}

.editor-styles-wrapper :is(.w-screen) {
  width: 100vw;
}

.editor-styles-wrapper :is(.min-w-\[12\.5rem\]) {
  min-width: 12.5rem;
}

.editor-styles-wrapper :is(.min-w-\[20rem\]) {
  min-width: 20rem;
}

.editor-styles-wrapper :is(.min-w-\[3rem\]) {
  min-width: 3rem;
}

.editor-styles-wrapper :is(.\!max-w-none) {
  max-width: none !important;
}

.editor-styles-wrapper :is(.max-w-2xl) {
  max-width: 52.5rem;
}

.editor-styles-wrapper :is(.max-w-3xl) {
  max-width: 60rem;
}

.editor-styles-wrapper :is(.max-w-\[12\.5rem\]) {
  max-width: 12.5rem;
}

.editor-styles-wrapper :is(.max-w-\[25rem\]) {
  max-width: 25rem;
}

.editor-styles-wrapper :is(.max-w-\[48rem\]) {
  max-width: 48rem;
}

.editor-styles-wrapper :is(.max-w-\[52\.5rem\]) {
  max-width: 52.5rem;
}

.editor-styles-wrapper :is(.max-w-\[67\.5rem\]) {
  max-width: 67.5rem;
}

.editor-styles-wrapper :is(.max-w-\[73\.5rem\]) {
  max-width: 73.5rem;
}

.editor-styles-wrapper :is(.max-w-\[85\%\]) {
  max-width: 85%;
}

.editor-styles-wrapper :is(.max-w-lg) {
  max-width: 35rem;
}

.editor-styles-wrapper :is(.max-w-md) {
  max-width: 30rem;
}

.editor-styles-wrapper :is(.max-w-none) {
  max-width: none;
}

.editor-styles-wrapper :is(.max-w-sm) {
  max-width: 25rem;
}

.editor-styles-wrapper :is(.flex-shrink-0) {
  flex-shrink: 0;
}

.editor-styles-wrapper :is(.shrink) {
  flex-shrink: 1;
}

.editor-styles-wrapper :is(.shrink-0) {
  flex-shrink: 0;
}

.editor-styles-wrapper :is(.grow) {
  flex-grow: 1;
}

.editor-styles-wrapper :is(.\!border-spacing-0) {
  --tw-border-spacing-x: 0px !important;
  --tw-border-spacing-y: 0px !important;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
}

.editor-styles-wrapper :is(.border-spacing-2) {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.editor-styles-wrapper :is(.-translate-x-1\/2) {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.-translate-x-full) {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.-translate-y-1\/2) {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.translate-x-0) {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.translate-x-1\/2) {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.translate-x-\[-50\%\]) {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.translate-y-1\/2) {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.translate-y-\[-100\%\]) {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.translate-y-\[-50\%\]) {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.transform) {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.cursor-pointer) {
  cursor: pointer;
}

.editor-styles-wrapper :is(.resize) {
  resize: both;
}

.editor-styles-wrapper :is(.\!list-none) {
  list-style-type: none !important;
}

.editor-styles-wrapper :is(.list-none) {
  list-style-type: none;
}

.editor-styles-wrapper :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.editor-styles-wrapper :is(.grid-cols-2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editor-styles-wrapper :is(.grid-cols-3) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editor-styles-wrapper :is(.grid-rows-2) {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.editor-styles-wrapper :is(.grid-rows-\[min-content\]) {
  grid-template-rows: min-content;
}

.editor-styles-wrapper :is(.flex-row-reverse) {
  flex-direction: row-reverse;
}

.editor-styles-wrapper :is(.flex-col) {
  flex-direction: column;
}

.editor-styles-wrapper :is(.flex-wrap) {
  flex-wrap: wrap;
}

.editor-styles-wrapper :is(.\!flex-nowrap) {
  flex-wrap: nowrap !important;
}

.editor-styles-wrapper :is(.flex-nowrap) {
  flex-wrap: nowrap;
}

.editor-styles-wrapper :is(.items-start) {
  align-items: flex-start;
}

.editor-styles-wrapper :is(.items-end) {
  align-items: flex-end;
}

.editor-styles-wrapper :is(.items-center) {
  align-items: center;
}

.editor-styles-wrapper :is(.items-baseline) {
  align-items: baseline;
}

.editor-styles-wrapper :is(.items-stretch) {
  align-items: stretch;
}

.editor-styles-wrapper :is(.justify-end) {
  justify-content: flex-end;
}

.editor-styles-wrapper :is(.justify-center) {
  justify-content: center;
}

.editor-styles-wrapper :is(.justify-between) {
  justify-content: space-between;
}

.editor-styles-wrapper :is(.\!gap-0) {
  gap: 0px !important;
}

.editor-styles-wrapper :is(.\!gap-2) {
  gap: 0.5rem !important;
}

.editor-styles-wrapper :is(.gap-1) {
  gap: 0.25rem;
}

.editor-styles-wrapper :is(.gap-2) {
  gap: 0.5rem;
}

.editor-styles-wrapper :is(.gap-3) {
  gap: 0.75rem;
}

.editor-styles-wrapper :is(.gap-4) {
  gap: 1rem;
}

.editor-styles-wrapper :is(.gap-5) {
  gap: 1.5rem;
}

.editor-styles-wrapper :is(.gap-6) {
  gap: 2rem;
}

.editor-styles-wrapper :is(.gap-7) {
  gap: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.gap-8) {
  gap: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.\!gap-y-5) {
  row-gap: 1.5rem !important;
}

.editor-styles-wrapper :is(.gap-x-1) {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.editor-styles-wrapper :is(.gap-x-2) {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.editor-styles-wrapper :is(.gap-x-3) {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.editor-styles-wrapper :is(.gap-x-4) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.editor-styles-wrapper :is(.gap-y-2) {
  row-gap: 0.5rem;
}

.editor-styles-wrapper :is(.gap-y-4) {
  row-gap: 1rem;
}

.editor-styles-wrapper :is(.space-x-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.editor-styles-wrapper :is(.self-stretch) {
  align-self: stretch;
}

.editor-styles-wrapper :is(.overflow-auto) {
  overflow: auto;
}

.editor-styles-wrapper :is(.overflow-hidden) {
  overflow: hidden;
}

.editor-styles-wrapper :is(.overflow-clip) {
  overflow: clip;
}

.editor-styles-wrapper :is(.overflow-y-auto) {
  overflow-y: auto;
}

.editor-styles-wrapper :is(.overflow-x-hidden) {
  overflow-x: hidden;
}

.editor-styles-wrapper :is(.overflow-x-scroll) {
  overflow-x: scroll;
}

.editor-styles-wrapper :is(.overflow-y-scroll) {
  overflow-y: scroll;
}

.editor-styles-wrapper :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editor-styles-wrapper :is(.whitespace-normal) {
  white-space: normal;
}

.editor-styles-wrapper :is(.whitespace-nowrap) {
  white-space: nowrap;
}

.editor-styles-wrapper :is(.\!rounded-none) {
  border-radius: 0px !important;
}

.editor-styles-wrapper :is(.\!rounded-sm) {
  border-radius: 0.5rem !important;
}

.editor-styles-wrapper :is(.rounded) {
  border-radius: 1rem;
}

.editor-styles-wrapper :is(.rounded-\[1\.5rem\]) {
  border-radius: 1.5rem;
}

.editor-styles-wrapper :is(.rounded-full) {
  border-radius: 9999px;
}

.editor-styles-wrapper :is(.rounded-lg) {
  border-radius: 3rem;
}

.editor-styles-wrapper :is(.rounded-md) {
  border-radius: 2rem;
}

.editor-styles-wrapper :is(.rounded-sm) {
  border-radius: 0.5rem;
}

.editor-styles-wrapper :is(.rounded-xl) {
  border-radius: 0.75rem;
}

.editor-styles-wrapper :is(.rounded-l-none) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.editor-styles-wrapper :is(.rounded-r-none) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.editor-styles-wrapper :is(.\!border-2) {
  border-width: 2px !important;
}

.editor-styles-wrapper :is(.border) {
  border-width: 1px;
}

.editor-styles-wrapper :is(.border-0) {
  border-width: 0px;
}

.editor-styles-wrapper :is(.border-2) {
  border-width: 2px;
}

.editor-styles-wrapper :is(.border-\[1px\]) {
  border-width: 1px;
}

.editor-styles-wrapper :is(.border-\[2px\]) {
  border-width: 2px;
}

.editor-styles-wrapper :is(.border-b) {
  border-bottom-width: 1px;
}

.editor-styles-wrapper :is(.border-b-\[1px\]) {
  border-bottom-width: 1px;
}

.editor-styles-wrapper :is(.border-l) {
  border-left-width: 1px;
}

.editor-styles-wrapper :is(.border-l-\[28px\]) {
  border-left-width: 28px;
}

.editor-styles-wrapper :is(.border-r) {
  border-right-width: 1px;
}

.editor-styles-wrapper :is(.border-t) {
  border-top-width: 1px;
}

.editor-styles-wrapper :is(.border-t-\[1px\]) {
  border-top-width: 1px;
}

.editor-styles-wrapper :is(.border-solid) {
  border-style: solid;
}

.editor-styles-wrapper :is(.border-dashed) {
  border-style: dashed;
}

.editor-styles-wrapper :is(.\!border-none) {
  border-style: none !important;
}

.editor-styles-wrapper :is(.border-none) {
  border-style: none;
}

.editor-styles-wrapper :is(.\!border-blue-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 224 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/0) {
  border-color: rgb(211 224 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/10) {
  border-color: rgb(211 224 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/100) {
  border-color: rgb(211 224 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/20) {
  border-color: rgb(211 224 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/25) {
  border-color: rgb(211 224 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/30) {
  border-color: rgb(211 224 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/40) {
  border-color: rgb(211 224 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/5) {
  border-color: rgb(211 224 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/50) {
  border-color: rgb(211 224 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/60) {
  border-color: rgb(211 224 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/70) {
  border-color: rgb(211 224 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/75) {
  border-color: rgb(211 224 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/80) {
  border-color: rgb(211 224 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/90) {
  border-color: rgb(211 224 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-100\/95) {
  border-color: rgb(211 224 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 9 29 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/0) {
  border-color: rgb(0 9 29 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/10) {
  border-color: rgb(0 9 29 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/100) {
  border-color: rgb(0 9 29 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/20) {
  border-color: rgb(0 9 29 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/25) {
  border-color: rgb(0 9 29 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/30) {
  border-color: rgb(0 9 29 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/40) {
  border-color: rgb(0 9 29 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/5) {
  border-color: rgb(0 9 29 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/50) {
  border-color: rgb(0 9 29 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/60) {
  border-color: rgb(0 9 29 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/70) {
  border-color: rgb(0 9 29 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/75) {
  border-color: rgb(0 9 29 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/80) {
  border-color: rgb(0 9 29 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/90) {
  border-color: rgb(0 9 29 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-1000\/95) {
  border-color: rgb(0 9 29 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 194 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/0) {
  border-color: rgb(167 194 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/10) {
  border-color: rgb(167 194 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/100) {
  border-color: rgb(167 194 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/20) {
  border-color: rgb(167 194 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/25) {
  border-color: rgb(167 194 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/30) {
  border-color: rgb(167 194 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/40) {
  border-color: rgb(167 194 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/5) {
  border-color: rgb(167 194 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/50) {
  border-color: rgb(167 194 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/60) {
  border-color: rgb(167 194 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/70) {
  border-color: rgb(167 194 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/75) {
  border-color: rgb(167 194 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/80) {
  border-color: rgb(167 194 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/90) {
  border-color: rgb(167 194 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-200\/95) {
  border-color: rgb(167 194 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(123 163 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/0) {
  border-color: rgb(123 163 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/10) {
  border-color: rgb(123 163 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/100) {
  border-color: rgb(123 163 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/20) {
  border-color: rgb(123 163 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/25) {
  border-color: rgb(123 163 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/30) {
  border-color: rgb(123 163 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/40) {
  border-color: rgb(123 163 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/5) {
  border-color: rgb(123 163 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/50) {
  border-color: rgb(123 163 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/60) {
  border-color: rgb(123 163 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/70) {
  border-color: rgb(123 163 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/75) {
  border-color: rgb(123 163 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/80) {
  border-color: rgb(123 163 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/90) {
  border-color: rgb(123 163 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-300\/95) {
  border-color: rgb(123 163 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(80 132 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/0) {
  border-color: rgb(80 132 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/10) {
  border-color: rgb(80 132 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/100) {
  border-color: rgb(80 132 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/20) {
  border-color: rgb(80 132 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/25) {
  border-color: rgb(80 132 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/30) {
  border-color: rgb(80 132 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/40) {
  border-color: rgb(80 132 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/5) {
  border-color: rgb(80 132 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/50) {
  border-color: rgb(80 132 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/60) {
  border-color: rgb(80 132 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/70) {
  border-color: rgb(80 132 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/75) {
  border-color: rgb(80 132 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/80) {
  border-color: rgb(80 132 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/90) {
  border-color: rgb(80 132 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-400\/95) {
  border-color: rgb(80 132 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 249 252 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/0) {
  border-color: rgb(244 249 252 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/10) {
  border-color: rgb(244 249 252 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/100) {
  border-color: rgb(244 249 252 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/20) {
  border-color: rgb(244 249 252 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/25) {
  border-color: rgb(244 249 252 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/30) {
  border-color: rgb(244 249 252 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/40) {
  border-color: rgb(244 249 252 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/5) {
  border-color: rgb(244 249 252 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/50) {
  border-color: rgb(244 249 252 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/60) {
  border-color: rgb(244 249 252 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/70) {
  border-color: rgb(244 249 252 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/75) {
  border-color: rgb(244 249 252 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/80) {
  border-color: rgb(244 249 252 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/90) {
  border-color: rgb(244 249 252 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-50\/95) {
  border-color: rgb(244 249 252 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(36 101 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/0) {
  border-color: rgb(36 101 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/10) {
  border-color: rgb(36 101 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/100) {
  border-color: rgb(36 101 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/20) {
  border-color: rgb(36 101 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/25) {
  border-color: rgb(36 101 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/30) {
  border-color: rgb(36 101 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/40) {
  border-color: rgb(36 101 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/5) {
  border-color: rgb(36 101 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/50) {
  border-color: rgb(36 101 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/60) {
  border-color: rgb(36 101 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/70) {
  border-color: rgb(36 101 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/75) {
  border-color: rgb(36 101 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/80) {
  border-color: rgb(36 101 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/90) {
  border-color: rgb(36 101 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-500\/95) {
  border-color: rgb(36 101 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 70 233 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/0) {
  border-color: rgb(0 70 233 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/10) {
  border-color: rgb(0 70 233 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/100) {
  border-color: rgb(0 70 233 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/20) {
  border-color: rgb(0 70 233 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/25) {
  border-color: rgb(0 70 233 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/30) {
  border-color: rgb(0 70 233 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/40) {
  border-color: rgb(0 70 233 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/5) {
  border-color: rgb(0 70 233 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/50) {
  border-color: rgb(0 70 233 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/60) {
  border-color: rgb(0 70 233 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/70) {
  border-color: rgb(0 70 233 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/75) {
  border-color: rgb(0 70 233 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/80) {
  border-color: rgb(0 70 233 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/90) {
  border-color: rgb(0 70 233 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-600\/95) {
  border-color: rgb(0 70 233 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 52 174 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/0) {
  border-color: rgb(0 52 174 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/10) {
  border-color: rgb(0 52 174 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/100) {
  border-color: rgb(0 52 174 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/20) {
  border-color: rgb(0 52 174 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/25) {
  border-color: rgb(0 52 174 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/30) {
  border-color: rgb(0 52 174 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/40) {
  border-color: rgb(0 52 174 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/5) {
  border-color: rgb(0 52 174 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/50) {
  border-color: rgb(0 52 174 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/60) {
  border-color: rgb(0 52 174 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/70) {
  border-color: rgb(0 52 174 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/75) {
  border-color: rgb(0 52 174 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/80) {
  border-color: rgb(0 52 174 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/90) {
  border-color: rgb(0 52 174 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-700\/95) {
  border-color: rgb(0 52 174 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 35 116 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/0) {
  border-color: rgb(0 35 116 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/10) {
  border-color: rgb(0 35 116 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/100) {
  border-color: rgb(0 35 116 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/20) {
  border-color: rgb(0 35 116 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/25) {
  border-color: rgb(0 35 116 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/30) {
  border-color: rgb(0 35 116 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/40) {
  border-color: rgb(0 35 116 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/5) {
  border-color: rgb(0 35 116 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/50) {
  border-color: rgb(0 35 116 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/60) {
  border-color: rgb(0 35 116 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/70) {
  border-color: rgb(0 35 116 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/75) {
  border-color: rgb(0 35 116 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/80) {
  border-color: rgb(0 35 116 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/90) {
  border-color: rgb(0 35 116 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-800\/95) {
  border-color: rgb(0 35 116 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 17 58 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/0) {
  border-color: rgb(0 17 58 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/10) {
  border-color: rgb(0 17 58 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/100) {
  border-color: rgb(0 17 58 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/20) {
  border-color: rgb(0 17 58 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/25) {
  border-color: rgb(0 17 58 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/30) {
  border-color: rgb(0 17 58 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/40) {
  border-color: rgb(0 17 58 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/5) {
  border-color: rgb(0 17 58 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/50) {
  border-color: rgb(0 17 58 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/60) {
  border-color: rgb(0 17 58 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/70) {
  border-color: rgb(0 17 58 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/75) {
  border-color: rgb(0 17 58 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/80) {
  border-color: rgb(0 17 58 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/90) {
  border-color: rgb(0 17 58 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-blue-900\/95) {
  border-color: rgb(0 17 58 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 247 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/0) {
  border-color: rgb(233 247 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/10) {
  border-color: rgb(233 247 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/100) {
  border-color: rgb(233 247 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/20) {
  border-color: rgb(233 247 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/25) {
  border-color: rgb(233 247 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/30) {
  border-color: rgb(233 247 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/40) {
  border-color: rgb(233 247 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/5) {
  border-color: rgb(233 247 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/50) {
  border-color: rgb(233 247 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/60) {
  border-color: rgb(233 247 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/70) {
  border-color: rgb(233 247 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/75) {
  border-color: rgb(233 247 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/80) {
  border-color: rgb(233 247 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/90) {
  border-color: rgb(233 247 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-100\/95) {
  border-color: rgb(233 247 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 25 40 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/0) {
  border-color: rgb(0 25 40 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/10) {
  border-color: rgb(0 25 40 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/100) {
  border-color: rgb(0 25 40 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/20) {
  border-color: rgb(0 25 40 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/25) {
  border-color: rgb(0 25 40 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/30) {
  border-color: rgb(0 25 40 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/40) {
  border-color: rgb(0 25 40 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/5) {
  border-color: rgb(0 25 40 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/50) {
  border-color: rgb(0 25 40 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/60) {
  border-color: rgb(0 25 40 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/70) {
  border-color: rgb(0 25 40 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/75) {
  border-color: rgb(0 25 40 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/80) {
  border-color: rgb(0 25 40 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/90) {
  border-color: rgb(0 25 40 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-1000\/95) {
  border-color: rgb(0 25 40 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 239 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/0) {
  border-color: rgb(213 239 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/10) {
  border-color: rgb(213 239 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/100) {
  border-color: rgb(213 239 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/20) {
  border-color: rgb(213 239 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/25) {
  border-color: rgb(213 239 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/30) {
  border-color: rgb(213 239 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/40) {
  border-color: rgb(213 239 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/5) {
  border-color: rgb(213 239 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/50) {
  border-color: rgb(213 239 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/60) {
  border-color: rgb(213 239 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/70) {
  border-color: rgb(213 239 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/75) {
  border-color: rgb(213 239 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/80) {
  border-color: rgb(213 239 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/90) {
  border-color: rgb(213 239 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-200\/95) {
  border-color: rgb(213 239 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 231 254 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/0) {
  border-color: rgb(191 231 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/10) {
  border-color: rgb(191 231 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/100) {
  border-color: rgb(191 231 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/20) {
  border-color: rgb(191 231 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/25) {
  border-color: rgb(191 231 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/30) {
  border-color: rgb(191 231 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/40) {
  border-color: rgb(191 231 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/5) {
  border-color: rgb(191 231 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/50) {
  border-color: rgb(191 231 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/60) {
  border-color: rgb(191 231 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/70) {
  border-color: rgb(191 231 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/75) {
  border-color: rgb(191 231 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/80) {
  border-color: rgb(191 231 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/90) {
  border-color: rgb(191 231 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-300\/95) {
  border-color: rgb(191 231 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(170 223 254 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/0) {
  border-color: rgb(170 223 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/10) {
  border-color: rgb(170 223 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/100) {
  border-color: rgb(170 223 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/20) {
  border-color: rgb(170 223 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/25) {
  border-color: rgb(170 223 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/30) {
  border-color: rgb(170 223 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/40) {
  border-color: rgb(170 223 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/5) {
  border-color: rgb(170 223 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/50) {
  border-color: rgb(170 223 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/60) {
  border-color: rgb(170 223 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/70) {
  border-color: rgb(170 223 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/75) {
  border-color: rgb(170 223 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/80) {
  border-color: rgb(170 223 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/90) {
  border-color: rgb(170 223 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-400\/95) {
  border-color: rgb(170 223 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 251 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/0) {
  border-color: rgb(244 251 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/10) {
  border-color: rgb(244 251 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/100) {
  border-color: rgb(244 251 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/20) {
  border-color: rgb(244 251 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/25) {
  border-color: rgb(244 251 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/30) {
  border-color: rgb(244 251 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/40) {
  border-color: rgb(244 251 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/5) {
  border-color: rgb(244 251 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/50) {
  border-color: rgb(244 251 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/60) {
  border-color: rgb(244 251 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/70) {
  border-color: rgb(244 251 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/75) {
  border-color: rgb(244 251 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/80) {
  border-color: rgb(244 251 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/90) {
  border-color: rgb(244 251 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-50\/95) {
  border-color: rgb(244 251 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 222 254 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/0) {
  border-color: rgb(165 222 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/10) {
  border-color: rgb(165 222 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/100) {
  border-color: rgb(165 222 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/20) {
  border-color: rgb(165 222 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/25) {
  border-color: rgb(165 222 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/30) {
  border-color: rgb(165 222 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/40) {
  border-color: rgb(165 222 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/5) {
  border-color: rgb(165 222 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/50) {
  border-color: rgb(165 222 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/60) {
  border-color: rgb(165 222 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/70) {
  border-color: rgb(165 222 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/75) {
  border-color: rgb(165 222 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/80) {
  border-color: rgb(165 222 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/90) {
  border-color: rgb(165 222 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-500\/95) {
  border-color: rgb(165 222 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(69 186 253 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/0) {
  border-color: rgb(69 186 253 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/10) {
  border-color: rgb(69 186 253 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/100) {
  border-color: rgb(69 186 253 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/20) {
  border-color: rgb(69 186 253 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/25) {
  border-color: rgb(69 186 253 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/30) {
  border-color: rgb(69 186 253 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/40) {
  border-color: rgb(69 186 253 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/5) {
  border-color: rgb(69 186 253 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/50) {
  border-color: rgb(69 186 253 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/60) {
  border-color: rgb(69 186 253 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/70) {
  border-color: rgb(69 186 253 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/75) {
  border-color: rgb(69 186 253 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/80) {
  border-color: rgb(69 186 253 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/90) {
  border-color: rgb(69 186 253 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-600\/95) {
  border-color: rgb(69 186 253 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 152 239 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/0) {
  border-color: rgb(2 152 239 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/10) {
  border-color: rgb(2 152 239 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/100) {
  border-color: rgb(2 152 239 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/20) {
  border-color: rgb(2 152 239 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/25) {
  border-color: rgb(2 152 239 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/30) {
  border-color: rgb(2 152 239 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/40) {
  border-color: rgb(2 152 239 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/5) {
  border-color: rgb(2 152 239 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/50) {
  border-color: rgb(2 152 239 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/60) {
  border-color: rgb(2 152 239 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/70) {
  border-color: rgb(2 152 239 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/75) {
  border-color: rgb(2 152 239 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/80) {
  border-color: rgb(2 152 239 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/90) {
  border-color: rgb(2 152 239 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-700\/95) {
  border-color: rgb(2 152 239 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 102 160 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/0) {
  border-color: rgb(2 102 160 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/10) {
  border-color: rgb(2 102 160 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/100) {
  border-color: rgb(2 102 160 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/20) {
  border-color: rgb(2 102 160 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/25) {
  border-color: rgb(2 102 160 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/30) {
  border-color: rgb(2 102 160 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/40) {
  border-color: rgb(2 102 160 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/5) {
  border-color: rgb(2 102 160 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/50) {
  border-color: rgb(2 102 160 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/60) {
  border-color: rgb(2 102 160 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/70) {
  border-color: rgb(2 102 160 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/75) {
  border-color: rgb(2 102 160 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/80) {
  border-color: rgb(2 102 160 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/90) {
  border-color: rgb(2 102 160 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-800\/95) {
  border-color: rgb(2 102 160 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 51 80 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/0) {
  border-color: rgb(1 51 80 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/10) {
  border-color: rgb(1 51 80 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/100) {
  border-color: rgb(1 51 80 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/20) {
  border-color: rgb(1 51 80 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/25) {
  border-color: rgb(1 51 80 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/30) {
  border-color: rgb(1 51 80 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/40) {
  border-color: rgb(1 51 80 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/5) {
  border-color: rgb(1 51 80 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/50) {
  border-color: rgb(1 51 80 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/60) {
  border-color: rgb(1 51 80 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/70) {
  border-color: rgb(1 51 80 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/75) {
  border-color: rgb(1 51 80 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/80) {
  border-color: rgb(1 51 80 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/90) {
  border-color: rgb(1 51 80 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-cyan-900\/95) {
  border-color: rgb(1 51 80 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 235 239 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/0) {
  border-color: rgb(232 235 239 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/10) {
  border-color: rgb(232 235 239 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/100) {
  border-color: rgb(232 235 239 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/20) {
  border-color: rgb(232 235 239 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/25) {
  border-color: rgb(232 235 239 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/30) {
  border-color: rgb(232 235 239 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/40) {
  border-color: rgb(232 235 239 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/5) {
  border-color: rgb(232 235 239 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/50) {
  border-color: rgb(232 235 239 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/60) {
  border-color: rgb(232 235 239 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/70) {
  border-color: rgb(232 235 239 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/75) {
  border-color: rgb(232 235 239 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/80) {
  border-color: rgb(232 235 239 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/90) {
  border-color: rgb(232 235 239 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-100\/95) {
  border-color: rgb(232 235 239 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(13 15 18 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/0) {
  border-color: rgb(13 15 18 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/10) {
  border-color: rgb(13 15 18 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/100) {
  border-color: rgb(13 15 18 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/20) {
  border-color: rgb(13 15 18 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/25) {
  border-color: rgb(13 15 18 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/30) {
  border-color: rgb(13 15 18 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/40) {
  border-color: rgb(13 15 18 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/5) {
  border-color: rgb(13 15 18 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/50) {
  border-color: rgb(13 15 18 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/60) {
  border-color: rgb(13 15 18 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/70) {
  border-color: rgb(13 15 18 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/75) {
  border-color: rgb(13 15 18 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/80) {
  border-color: rgb(13 15 18 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/90) {
  border-color: rgb(13 15 18 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-1000\/95) {
  border-color: rgb(13 15 18 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 215 223 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/0) {
  border-color: rgb(210 215 223 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/10) {
  border-color: rgb(210 215 223 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/100) {
  border-color: rgb(210 215 223 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/20) {
  border-color: rgb(210 215 223 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/25) {
  border-color: rgb(210 215 223 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/30) {
  border-color: rgb(210 215 223 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/40) {
  border-color: rgb(210 215 223 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/5) {
  border-color: rgb(210 215 223 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/50) {
  border-color: rgb(210 215 223 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/60) {
  border-color: rgb(210 215 223 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/70) {
  border-color: rgb(210 215 223 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/75) {
  border-color: rgb(210 215 223 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/80) {
  border-color: rgb(210 215 223 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/90) {
  border-color: rgb(210 215 223 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-200\/95) {
  border-color: rgb(210 215 223 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 195 207 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/0) {
  border-color: rgb(187 195 207 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/10) {
  border-color: rgb(187 195 207 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/100) {
  border-color: rgb(187 195 207 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/20) {
  border-color: rgb(187 195 207 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/25) {
  border-color: rgb(187 195 207 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/30) {
  border-color: rgb(187 195 207 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/40) {
  border-color: rgb(187 195 207 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/5) {
  border-color: rgb(187 195 207 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/50) {
  border-color: rgb(187 195 207 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/60) {
  border-color: rgb(187 195 207 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/70) {
  border-color: rgb(187 195 207 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/75) {
  border-color: rgb(187 195 207 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/80) {
  border-color: rgb(187 195 207 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/90) {
  border-color: rgb(187 195 207 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-300\/95) {
  border-color: rgb(187 195 207 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 175 191 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/0) {
  border-color: rgb(164 175 191 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/10) {
  border-color: rgb(164 175 191 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/100) {
  border-color: rgb(164 175 191 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/20) {
  border-color: rgb(164 175 191 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/25) {
  border-color: rgb(164 175 191 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/30) {
  border-color: rgb(164 175 191 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/40) {
  border-color: rgb(164 175 191 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/5) {
  border-color: rgb(164 175 191 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/50) {
  border-color: rgb(164 175 191 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/60) {
  border-color: rgb(164 175 191 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/70) {
  border-color: rgb(164 175 191 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/75) {
  border-color: rgb(164 175 191 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/80) {
  border-color: rgb(164 175 191 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/90) {
  border-color: rgb(164 175 191 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-400\/95) {
  border-color: rgb(164 175 191 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 245 247 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/0) {
  border-color: rgb(244 245 247 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/10) {
  border-color: rgb(244 245 247 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/100) {
  border-color: rgb(244 245 247 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/20) {
  border-color: rgb(244 245 247 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/25) {
  border-color: rgb(244 245 247 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/30) {
  border-color: rgb(244 245 247 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/40) {
  border-color: rgb(244 245 247 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/5) {
  border-color: rgb(244 245 247 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/50) {
  border-color: rgb(244 245 247 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/60) {
  border-color: rgb(244 245 247 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/70) {
  border-color: rgb(244 245 247 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/75) {
  border-color: rgb(244 245 247 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/80) {
  border-color: rgb(244 245 247 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/90) {
  border-color: rgb(244 245 247 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-50\/95) {
  border-color: rgb(244 245 247 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 175 191 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/0) {
  border-color: rgb(164 175 191 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/10) {
  border-color: rgb(164 175 191 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/100) {
  border-color: rgb(164 175 191 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/20) {
  border-color: rgb(164 175 191 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/25) {
  border-color: rgb(164 175 191 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/30) {
  border-color: rgb(164 175 191 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/40) {
  border-color: rgb(164 175 191 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/5) {
  border-color: rgb(164 175 191 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/50) {
  border-color: rgb(164 175 191 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/60) {
  border-color: rgb(164 175 191 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/70) {
  border-color: rgb(164 175 191 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/75) {
  border-color: rgb(164 175 191 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/80) {
  border-color: rgb(164 175 191 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/90) {
  border-color: rgb(164 175 191 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/95) {
  border-color: rgb(164 175 191 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(105 122 148 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/0) {
  border-color: rgb(105 122 148 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/10) {
  border-color: rgb(105 122 148 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/100) {
  border-color: rgb(105 122 148 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/20) {
  border-color: rgb(105 122 148 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/25) {
  border-color: rgb(105 122 148 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/30) {
  border-color: rgb(105 122 148 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/40) {
  border-color: rgb(105 122 148 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/5) {
  border-color: rgb(105 122 148 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/50) {
  border-color: rgb(105 122 148 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/60) {
  border-color: rgb(105 122 148 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/70) {
  border-color: rgb(105 122 148 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/75) {
  border-color: rgb(105 122 148 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/80) {
  border-color: rgb(105 122 148 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/90) {
  border-color: rgb(105 122 148 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-600\/95) {
  border-color: rgb(105 122 148 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(79 92 111 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/0) {
  border-color: rgb(79 92 111 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/10) {
  border-color: rgb(79 92 111 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/100) {
  border-color: rgb(79 92 111 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/20) {
  border-color: rgb(79 92 111 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/25) {
  border-color: rgb(79 92 111 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/30) {
  border-color: rgb(79 92 111 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/40) {
  border-color: rgb(79 92 111 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/5) {
  border-color: rgb(79 92 111 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/50) {
  border-color: rgb(79 92 111 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/60) {
  border-color: rgb(79 92 111 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/70) {
  border-color: rgb(79 92 111 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/75) {
  border-color: rgb(79 92 111 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/80) {
  border-color: rgb(79 92 111 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/90) {
  border-color: rgb(79 92 111 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-700\/95) {
  border-color: rgb(79 92 111 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 61 74 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/0) {
  border-color: rgb(52 61 74 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/10) {
  border-color: rgb(52 61 74 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/100) {
  border-color: rgb(52 61 74 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/20) {
  border-color: rgb(52 61 74 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/25) {
  border-color: rgb(52 61 74 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/30) {
  border-color: rgb(52 61 74 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/40) {
  border-color: rgb(52 61 74 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/5) {
  border-color: rgb(52 61 74 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/50) {
  border-color: rgb(52 61 74 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/60) {
  border-color: rgb(52 61 74 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/70) {
  border-color: rgb(52 61 74 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/75) {
  border-color: rgb(52 61 74 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/80) {
  border-color: rgb(52 61 74 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/90) {
  border-color: rgb(52 61 74 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-800\/95) {
  border-color: rgb(52 61 74 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 31 37 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/0) {
  border-color: rgb(26 31 37 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/10) {
  border-color: rgb(26 31 37 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/100) {
  border-color: rgb(26 31 37 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/20) {
  border-color: rgb(26 31 37 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/25) {
  border-color: rgb(26 31 37 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/30) {
  border-color: rgb(26 31 37 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/40) {
  border-color: rgb(26 31 37 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/5) {
  border-color: rgb(26 31 37 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/50) {
  border-color: rgb(26 31 37 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/60) {
  border-color: rgb(26 31 37 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/70) {
  border-color: rgb(26 31 37 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/75) {
  border-color: rgb(26 31 37 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/80) {
  border-color: rgb(26 31 37 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/90) {
  border-color: rgb(26 31 37 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-900\/95) {
  border-color: rgb(26 31 37 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(194 254 228 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/0) {
  border-color: rgb(194 254 228 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/10) {
  border-color: rgb(194 254 228 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/100) {
  border-color: rgb(194 254 228 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/20) {
  border-color: rgb(194 254 228 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/25) {
  border-color: rgb(194 254 228 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/30) {
  border-color: rgb(194 254 228 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/40) {
  border-color: rgb(194 254 228 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/5) {
  border-color: rgb(194 254 228 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/50) {
  border-color: rgb(194 254 228 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/60) {
  border-color: rgb(194 254 228 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/70) {
  border-color: rgb(194 254 228 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/75) {
  border-color: rgb(194 254 228 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/80) {
  border-color: rgb(194 254 228 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/90) {
  border-color: rgb(194 254 228 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-100\/95) {
  border-color: rgb(194 254 228 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 20 11 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/0) {
  border-color: rgb(0 20 11 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/10) {
  border-color: rgb(0 20 11 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/100) {
  border-color: rgb(0 20 11 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/20) {
  border-color: rgb(0 20 11 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/25) {
  border-color: rgb(0 20 11 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/30) {
  border-color: rgb(0 20 11 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/40) {
  border-color: rgb(0 20 11 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/5) {
  border-color: rgb(0 20 11 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/50) {
  border-color: rgb(0 20 11 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/60) {
  border-color: rgb(0 20 11 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/70) {
  border-color: rgb(0 20 11 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/75) {
  border-color: rgb(0 20 11 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/80) {
  border-color: rgb(0 20 11 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/90) {
  border-color: rgb(0 20 11 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-1000\/95) {
  border-color: rgb(0 20 11 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-200) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 253 201 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/0) {
  border-color: rgb(132 253 201 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/10) {
  border-color: rgb(132 253 201 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/100) {
  border-color: rgb(132 253 201 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/20) {
  border-color: rgb(132 253 201 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/25) {
  border-color: rgb(132 253 201 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/30) {
  border-color: rgb(132 253 201 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/40) {
  border-color: rgb(132 253 201 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/5) {
  border-color: rgb(132 253 201 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/50) {
  border-color: rgb(132 253 201 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/60) {
  border-color: rgb(132 253 201 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/70) {
  border-color: rgb(132 253 201 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/75) {
  border-color: rgb(132 253 201 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/80) {
  border-color: rgb(132 253 201 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/90) {
  border-color: rgb(132 253 201 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-200\/95) {
  border-color: rgb(132 253 201 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 252 174 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/0) {
  border-color: rgb(71 252 174 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/10) {
  border-color: rgb(71 252 174 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/100) {
  border-color: rgb(71 252 174 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/20) {
  border-color: rgb(71 252 174 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/25) {
  border-color: rgb(71 252 174 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/30) {
  border-color: rgb(71 252 174 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/40) {
  border-color: rgb(71 252 174 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/5) {
  border-color: rgb(71 252 174 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/50) {
  border-color: rgb(71 252 174 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/60) {
  border-color: rgb(71 252 174 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/70) {
  border-color: rgb(71 252 174 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/75) {
  border-color: rgb(71 252 174 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/80) {
  border-color: rgb(71 252 174 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/90) {
  border-color: rgb(71 252 174 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-300\/95) {
  border-color: rgb(71 252 174 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-400) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(10 251 147 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/0) {
  border-color: rgb(10 251 147 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/10) {
  border-color: rgb(10 251 147 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/100) {
  border-color: rgb(10 251 147 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/20) {
  border-color: rgb(10 251 147 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/25) {
  border-color: rgb(10 251 147 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/30) {
  border-color: rgb(10 251 147 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/40) {
  border-color: rgb(10 251 147 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/5) {
  border-color: rgb(10 251 147 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/50) {
  border-color: rgb(10 251 147 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/60) {
  border-color: rgb(10 251 147 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/70) {
  border-color: rgb(10 251 147 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/75) {
  border-color: rgb(10 251 147 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/80) {
  border-color: rgb(10 251 147 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/90) {
  border-color: rgb(10 251 147 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-400\/95) {
  border-color: rgb(10 251 147 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-50) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 255 241 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/0) {
  border-color: rgb(224 255 241 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/10) {
  border-color: rgb(224 255 241 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/100) {
  border-color: rgb(224 255 241 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/20) {
  border-color: rgb(224 255 241 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/25) {
  border-color: rgb(224 255 241 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/30) {
  border-color: rgb(224 255 241 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/40) {
  border-color: rgb(224 255 241 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/5) {
  border-color: rgb(224 255 241 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/50) {
  border-color: rgb(224 255 241 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/60) {
  border-color: rgb(224 255 241 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/70) {
  border-color: rgb(224 255 241 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/75) {
  border-color: rgb(224 255 241 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/80) {
  border-color: rgb(224 255 241 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/90) {
  border-color: rgb(224 255 241 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-50\/95) {
  border-color: rgb(224 255 241 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/0) {
  border-color: rgb(3 196 112 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/10) {
  border-color: rgb(3 196 112 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/100) {
  border-color: rgb(3 196 112 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/20) {
  border-color: rgb(3 196 112 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/25) {
  border-color: rgb(3 196 112 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/30) {
  border-color: rgb(3 196 112 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/40) {
  border-color: rgb(3 196 112 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/5) {
  border-color: rgb(3 196 112 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/50) {
  border-color: rgb(3 196 112 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/60) {
  border-color: rgb(3 196 112 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/70) {
  border-color: rgb(3 196 112 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/75) {
  border-color: rgb(3 196 112 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/80) {
  border-color: rgb(3 196 112 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/90) {
  border-color: rgb(3 196 112 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-500\/95) {
  border-color: rgb(3 196 112 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 157 90 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/0) {
  border-color: rgb(2 157 90 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/10) {
  border-color: rgb(2 157 90 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/100) {
  border-color: rgb(2 157 90 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/20) {
  border-color: rgb(2 157 90 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/25) {
  border-color: rgb(2 157 90 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/30) {
  border-color: rgb(2 157 90 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/40) {
  border-color: rgb(2 157 90 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/5) {
  border-color: rgb(2 157 90 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/50) {
  border-color: rgb(2 157 90 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/60) {
  border-color: rgb(2 157 90 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/70) {
  border-color: rgb(2 157 90 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/75) {
  border-color: rgb(2 157 90 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/80) {
  border-color: rgb(2 157 90 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/90) {
  border-color: rgb(2 157 90 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-600\/95) {
  border-color: rgb(2 157 90 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-700) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 118 67 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/0) {
  border-color: rgb(2 118 67 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/10) {
  border-color: rgb(2 118 67 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/100) {
  border-color: rgb(2 118 67 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/20) {
  border-color: rgb(2 118 67 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/25) {
  border-color: rgb(2 118 67 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/30) {
  border-color: rgb(2 118 67 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/40) {
  border-color: rgb(2 118 67 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/5) {
  border-color: rgb(2 118 67 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/50) {
  border-color: rgb(2 118 67 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/60) {
  border-color: rgb(2 118 67 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/70) {
  border-color: rgb(2 118 67 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/75) {
  border-color: rgb(2 118 67 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/80) {
  border-color: rgb(2 118 67 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/90) {
  border-color: rgb(2 118 67 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-700\/95) {
  border-color: rgb(2 118 67 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-800) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 78 45 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/0) {
  border-color: rgb(1 78 45 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/10) {
  border-color: rgb(1 78 45 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/100) {
  border-color: rgb(1 78 45 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/20) {
  border-color: rgb(1 78 45 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/25) {
  border-color: rgb(1 78 45 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/30) {
  border-color: rgb(1 78 45 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/40) {
  border-color: rgb(1 78 45 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/5) {
  border-color: rgb(1 78 45 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/50) {
  border-color: rgb(1 78 45 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/60) {
  border-color: rgb(1 78 45 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/70) {
  border-color: rgb(1 78 45 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/75) {
  border-color: rgb(1 78 45 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/80) {
  border-color: rgb(1 78 45 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/90) {
  border-color: rgb(1 78 45 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-800\/95) {
  border-color: rgb(1 78 45 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-green-900) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 39 22 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/0) {
  border-color: rgb(1 39 22 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/10) {
  border-color: rgb(1 39 22 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/100) {
  border-color: rgb(1 39 22 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/20) {
  border-color: rgb(1 39 22 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/25) {
  border-color: rgb(1 39 22 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/30) {
  border-color: rgb(1 39 22 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/40) {
  border-color: rgb(1 39 22 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/5) {
  border-color: rgb(1 39 22 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/50) {
  border-color: rgb(1 39 22 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/60) {
  border-color: rgb(1 39 22 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/70) {
  border-color: rgb(1 39 22 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/75) {
  border-color: rgb(1 39 22 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/80) {
  border-color: rgb(1 39 22 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/90) {
  border-color: rgb(1 39 22 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-green-900\/95) {
  border-color: rgb(1 39 22 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 203 253 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/0) {
  border-color: rgb(165 203 253 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/10) {
  border-color: rgb(165 203 253 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/100) {
  border-color: rgb(165 203 253 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/20) {
  border-color: rgb(165 203 253 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/25) {
  border-color: rgb(165 203 253 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/30) {
  border-color: rgb(165 203 253 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/40) {
  border-color: rgb(165 203 253 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/5) {
  border-color: rgb(165 203 253 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/50) {
  border-color: rgb(165 203 253 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/60) {
  border-color: rgb(165 203 253 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/70) {
  border-color: rgb(165 203 253 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/75) {
  border-color: rgb(165 203 253 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/80) {
  border-color: rgb(165 203 253 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/90) {
  border-color: rgb(165 203 253 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-100\/95) {
  border-color: rgb(165 203 253 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 2 5 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/0) {
  border-color: rgb(0 2 5 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/10) {
  border-color: rgb(0 2 5 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/100) {
  border-color: rgb(0 2 5 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/20) {
  border-color: rgb(0 2 5 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/25) {
  border-color: rgb(0 2 5 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/30) {
  border-color: rgb(0 2 5 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/40) {
  border-color: rgb(0 2 5 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/5) {
  border-color: rgb(0 2 5 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/50) {
  border-color: rgb(0 2 5 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/60) {
  border-color: rgb(0 2 5 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/70) {
  border-color: rgb(0 2 5 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/75) {
  border-color: rgb(0 2 5 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/80) {
  border-color: rgb(0 2 5 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/90) {
  border-color: rgb(0 2 5 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-1000\/95) {
  border-color: rgb(0 2 5 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 151 251 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/0) {
  border-color: rgb(75 151 251 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/10) {
  border-color: rgb(75 151 251 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/100) {
  border-color: rgb(75 151 251 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/20) {
  border-color: rgb(75 151 251 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/25) {
  border-color: rgb(75 151 251 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/30) {
  border-color: rgb(75 151 251 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/40) {
  border-color: rgb(75 151 251 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/5) {
  border-color: rgb(75 151 251 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/50) {
  border-color: rgb(75 151 251 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/60) {
  border-color: rgb(75 151 251 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/70) {
  border-color: rgb(75 151 251 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/75) {
  border-color: rgb(75 151 251 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/80) {
  border-color: rgb(75 151 251 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/90) {
  border-color: rgb(75 151 251 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-200\/95) {
  border-color: rgb(75 151 251 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(5 102 230 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/0) {
  border-color: rgb(5 102 230 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/10) {
  border-color: rgb(5 102 230 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/100) {
  border-color: rgb(5 102 230 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/20) {
  border-color: rgb(5 102 230 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/25) {
  border-color: rgb(5 102 230 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/30) {
  border-color: rgb(5 102 230 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/40) {
  border-color: rgb(5 102 230 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/5) {
  border-color: rgb(5 102 230 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/50) {
  border-color: rgb(5 102 230 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/60) {
  border-color: rgb(5 102 230 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/70) {
  border-color: rgb(5 102 230 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/75) {
  border-color: rgb(5 102 230 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/80) {
  border-color: rgb(5 102 230 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/90) {
  border-color: rgb(5 102 230 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-300\/95) {
  border-color: rgb(5 102 230 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 62 140 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/0) {
  border-color: rgb(3 62 140 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/10) {
  border-color: rgb(3 62 140 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/100) {
  border-color: rgb(3 62 140 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/20) {
  border-color: rgb(3 62 140 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/25) {
  border-color: rgb(3 62 140 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/30) {
  border-color: rgb(3 62 140 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/40) {
  border-color: rgb(3 62 140 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/5) {
  border-color: rgb(3 62 140 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/50) {
  border-color: rgb(3 62 140 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/60) {
  border-color: rgb(3 62 140 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/70) {
  border-color: rgb(3 62 140 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/75) {
  border-color: rgb(3 62 140 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/80) {
  border-color: rgb(3 62 140 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/90) {
  border-color: rgb(3 62 140 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-400\/95) {
  border-color: rgb(3 62 140 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 229 254 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/0) {
  border-color: rgb(210 229 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/10) {
  border-color: rgb(210 229 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/100) {
  border-color: rgb(210 229 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/20) {
  border-color: rgb(210 229 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/25) {
  border-color: rgb(210 229 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/30) {
  border-color: rgb(210 229 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/40) {
  border-color: rgb(210 229 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/5) {
  border-color: rgb(210 229 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/50) {
  border-color: rgb(210 229 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/60) {
  border-color: rgb(210 229 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/70) {
  border-color: rgb(210 229 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/75) {
  border-color: rgb(210 229 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/80) {
  border-color: rgb(210 229 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/90) {
  border-color: rgb(210 229 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-50\/95) {
  border-color: rgb(210 229 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 23 51 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/0) {
  border-color: rgb(1 23 51 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/10) {
  border-color: rgb(1 23 51 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/100) {
  border-color: rgb(1 23 51 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/20) {
  border-color: rgb(1 23 51 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/25) {
  border-color: rgb(1 23 51 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/30) {
  border-color: rgb(1 23 51 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/40) {
  border-color: rgb(1 23 51 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/5) {
  border-color: rgb(1 23 51 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/50) {
  border-color: rgb(1 23 51 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/60) {
  border-color: rgb(1 23 51 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/70) {
  border-color: rgb(1 23 51 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/75) {
  border-color: rgb(1 23 51 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/80) {
  border-color: rgb(1 23 51 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/90) {
  border-color: rgb(1 23 51 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-500\/95) {
  border-color: rgb(1 23 51 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 18 40 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/0) {
  border-color: rgb(1 18 40 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/10) {
  border-color: rgb(1 18 40 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/100) {
  border-color: rgb(1 18 40 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/20) {
  border-color: rgb(1 18 40 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/25) {
  border-color: rgb(1 18 40 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/30) {
  border-color: rgb(1 18 40 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/40) {
  border-color: rgb(1 18 40 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/5) {
  border-color: rgb(1 18 40 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/50) {
  border-color: rgb(1 18 40 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/60) {
  border-color: rgb(1 18 40 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/70) {
  border-color: rgb(1 18 40 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/75) {
  border-color: rgb(1 18 40 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/80) {
  border-color: rgb(1 18 40 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/90) {
  border-color: rgb(1 18 40 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-600\/95) {
  border-color: rgb(1 18 40 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 13 30 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/0) {
  border-color: rgb(1 13 30 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/10) {
  border-color: rgb(1 13 30 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/100) {
  border-color: rgb(1 13 30 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/20) {
  border-color: rgb(1 13 30 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/25) {
  border-color: rgb(1 13 30 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/30) {
  border-color: rgb(1 13 30 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/40) {
  border-color: rgb(1 13 30 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/5) {
  border-color: rgb(1 13 30 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/50) {
  border-color: rgb(1 13 30 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/60) {
  border-color: rgb(1 13 30 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/70) {
  border-color: rgb(1 13 30 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/75) {
  border-color: rgb(1 13 30 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/80) {
  border-color: rgb(1 13 30 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/90) {
  border-color: rgb(1 13 30 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-700\/95) {
  border-color: rgb(1 13 30 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 9 20 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/0) {
  border-color: rgb(0 9 20 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/10) {
  border-color: rgb(0 9 20 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/100) {
  border-color: rgb(0 9 20 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/20) {
  border-color: rgb(0 9 20 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/25) {
  border-color: rgb(0 9 20 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/30) {
  border-color: rgb(0 9 20 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/40) {
  border-color: rgb(0 9 20 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/5) {
  border-color: rgb(0 9 20 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/50) {
  border-color: rgb(0 9 20 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/60) {
  border-color: rgb(0 9 20 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/70) {
  border-color: rgb(0 9 20 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/75) {
  border-color: rgb(0 9 20 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/80) {
  border-color: rgb(0 9 20 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/90) {
  border-color: rgb(0 9 20 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-800\/95) {
  border-color: rgb(0 9 20 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 4 10 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/0) {
  border-color: rgb(0 4 10 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/10) {
  border-color: rgb(0 4 10 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/100) {
  border-color: rgb(0 4 10 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/20) {
  border-color: rgb(0 4 10 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/25) {
  border-color: rgb(0 4 10 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/30) {
  border-color: rgb(0 4 10 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/40) {
  border-color: rgb(0 4 10 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/5) {
  border-color: rgb(0 4 10 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/50) {
  border-color: rgb(0 4 10 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/60) {
  border-color: rgb(0 4 10 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/70) {
  border-color: rgb(0 4 10 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/75) {
  border-color: rgb(0 4 10 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/80) {
  border-color: rgb(0 4 10 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/90) {
  border-color: rgb(0 4 10 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-navy-900\/95) {
  border-color: rgb(0 4 10 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 233 218 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/0) {
  border-color: rgb(254 233 218 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/10) {
  border-color: rgb(254 233 218 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/100) {
  border-color: rgb(254 233 218 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/20) {
  border-color: rgb(254 233 218 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/25) {
  border-color: rgb(254 233 218 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/30) {
  border-color: rgb(254 233 218 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/40) {
  border-color: rgb(254 233 218 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/5) {
  border-color: rgb(254 233 218 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/50) {
  border-color: rgb(254 233 218 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/60) {
  border-color: rgb(254 233 218 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/70) {
  border-color: rgb(254 233 218 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/75) {
  border-color: rgb(254 233 218 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/80) {
  border-color: rgb(254 233 218 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/90) {
  border-color: rgb(254 233 218 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-100\/95) {
  border-color: rgb(254 233 218 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 14 0 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/0) {
  border-color: rgb(32 14 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/10) {
  border-color: rgb(32 14 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/100) {
  border-color: rgb(32 14 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/20) {
  border-color: rgb(32 14 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/25) {
  border-color: rgb(32 14 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/30) {
  border-color: rgb(32 14 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/40) {
  border-color: rgb(32 14 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/5) {
  border-color: rgb(32 14 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/50) {
  border-color: rgb(32 14 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/60) {
  border-color: rgb(32 14 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/70) {
  border-color: rgb(32 14 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/75) {
  border-color: rgb(32 14 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/80) {
  border-color: rgb(32 14 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/90) {
  border-color: rgb(32 14 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-1000\/95) {
  border-color: rgb(32 14 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 212 181 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/0) {
  border-color: rgb(254 212 181 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/10) {
  border-color: rgb(254 212 181 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/100) {
  border-color: rgb(254 212 181 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/20) {
  border-color: rgb(254 212 181 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/25) {
  border-color: rgb(254 212 181 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/30) {
  border-color: rgb(254 212 181 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/40) {
  border-color: rgb(254 212 181 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/5) {
  border-color: rgb(254 212 181 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/50) {
  border-color: rgb(254 212 181 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/60) {
  border-color: rgb(254 212 181 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/70) {
  border-color: rgb(254 212 181 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/75) {
  border-color: rgb(254 212 181 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/80) {
  border-color: rgb(254 212 181 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/90) {
  border-color: rgb(254 212 181 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-200\/95) {
  border-color: rgb(254 212 181 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 191 143 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/0) {
  border-color: rgb(253 191 143 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/10) {
  border-color: rgb(253 191 143 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/100) {
  border-color: rgb(253 191 143 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/20) {
  border-color: rgb(253 191 143 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/25) {
  border-color: rgb(253 191 143 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/30) {
  border-color: rgb(253 191 143 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/40) {
  border-color: rgb(253 191 143 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/5) {
  border-color: rgb(253 191 143 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/50) {
  border-color: rgb(253 191 143 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/60) {
  border-color: rgb(253 191 143 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/70) {
  border-color: rgb(253 191 143 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/75) {
  border-color: rgb(253 191 143 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/80) {
  border-color: rgb(253 191 143 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/90) {
  border-color: rgb(253 191 143 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-300\/95) {
  border-color: rgb(253 191 143 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 170 106 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/0) {
  border-color: rgb(253 170 106 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/10) {
  border-color: rgb(253 170 106 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/100) {
  border-color: rgb(253 170 106 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/20) {
  border-color: rgb(253 170 106 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/25) {
  border-color: rgb(253 170 106 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/30) {
  border-color: rgb(253 170 106 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/40) {
  border-color: rgb(253 170 106 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/5) {
  border-color: rgb(253 170 106 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/50) {
  border-color: rgb(253 170 106 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/60) {
  border-color: rgb(253 170 106 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/70) {
  border-color: rgb(253 170 106 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/75) {
  border-color: rgb(253 170 106 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/80) {
  border-color: rgb(253 170 106 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/90) {
  border-color: rgb(253 170 106 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-400\/95) {
  border-color: rgb(253 170 106 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 244 236 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/0) {
  border-color: rgb(255 244 236 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/10) {
  border-color: rgb(255 244 236 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/100) {
  border-color: rgb(255 244 236 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/20) {
  border-color: rgb(255 244 236 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/25) {
  border-color: rgb(255 244 236 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/30) {
  border-color: rgb(255 244 236 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/40) {
  border-color: rgb(255 244 236 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/5) {
  border-color: rgb(255 244 236 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/50) {
  border-color: rgb(255 244 236 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/60) {
  border-color: rgb(255 244 236 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/70) {
  border-color: rgb(255 244 236 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/75) {
  border-color: rgb(255 244 236 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/80) {
  border-color: rgb(255 244 236 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/90) {
  border-color: rgb(255 244 236 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-50\/95) {
  border-color: rgb(255 244 236 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 148 69 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/0) {
  border-color: rgb(252 148 69 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/10) {
  border-color: rgb(252 148 69 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/100) {
  border-color: rgb(252 148 69 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/20) {
  border-color: rgb(252 148 69 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/25) {
  border-color: rgb(252 148 69 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/30) {
  border-color: rgb(252 148 69 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/40) {
  border-color: rgb(252 148 69 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/5) {
  border-color: rgb(252 148 69 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/50) {
  border-color: rgb(252 148 69 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/60) {
  border-color: rgb(252 148 69 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/70) {
  border-color: rgb(252 148 69 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/75) {
  border-color: rgb(252 148 69 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/80) {
  border-color: rgb(252 148 69 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/90) {
  border-color: rgb(252 148 69 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-500\/95) {
  border-color: rgb(252 148 69 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 112 6 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/0) {
  border-color: rgb(251 112 6 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/10) {
  border-color: rgb(251 112 6 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/100) {
  border-color: rgb(251 112 6 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/20) {
  border-color: rgb(251 112 6 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/25) {
  border-color: rgb(251 112 6 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/30) {
  border-color: rgb(251 112 6 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/40) {
  border-color: rgb(251 112 6 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/5) {
  border-color: rgb(251 112 6 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/50) {
  border-color: rgb(251 112 6 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/60) {
  border-color: rgb(251 112 6 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/70) {
  border-color: rgb(251 112 6 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/75) {
  border-color: rgb(251 112 6 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/80) {
  border-color: rgb(251 112 6 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/90) {
  border-color: rgb(251 112 6 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-600\/95) {
  border-color: rgb(251 112 6 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 84 3 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/0) {
  border-color: rgb(190 84 3 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/10) {
  border-color: rgb(190 84 3 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/100) {
  border-color: rgb(190 84 3 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/20) {
  border-color: rgb(190 84 3 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/25) {
  border-color: rgb(190 84 3 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/30) {
  border-color: rgb(190 84 3 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/40) {
  border-color: rgb(190 84 3 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/5) {
  border-color: rgb(190 84 3 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/50) {
  border-color: rgb(190 84 3 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/60) {
  border-color: rgb(190 84 3 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/70) {
  border-color: rgb(190 84 3 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/75) {
  border-color: rgb(190 84 3 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/80) {
  border-color: rgb(190 84 3 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/90) {
  border-color: rgb(190 84 3 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-700\/95) {
  border-color: rgb(190 84 3 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 56 2 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/0) {
  border-color: rgb(127 56 2 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/10) {
  border-color: rgb(127 56 2 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/100) {
  border-color: rgb(127 56 2 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/20) {
  border-color: rgb(127 56 2 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/25) {
  border-color: rgb(127 56 2 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/30) {
  border-color: rgb(127 56 2 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/40) {
  border-color: rgb(127 56 2 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/5) {
  border-color: rgb(127 56 2 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/50) {
  border-color: rgb(127 56 2 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/60) {
  border-color: rgb(127 56 2 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/70) {
  border-color: rgb(127 56 2 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/75) {
  border-color: rgb(127 56 2 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/80) {
  border-color: rgb(127 56 2 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/90) {
  border-color: rgb(127 56 2 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-800\/95) {
  border-color: rgb(127 56 2 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 28 1 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/0) {
  border-color: rgb(63 28 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/10) {
  border-color: rgb(63 28 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/100) {
  border-color: rgb(63 28 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/20) {
  border-color: rgb(63 28 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/25) {
  border-color: rgb(63 28 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/30) {
  border-color: rgb(63 28 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/40) {
  border-color: rgb(63 28 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/5) {
  border-color: rgb(63 28 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/50) {
  border-color: rgb(63 28 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/60) {
  border-color: rgb(63 28 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/70) {
  border-color: rgb(63 28 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/75) {
  border-color: rgb(63 28 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/80) {
  border-color: rgb(63 28 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/90) {
  border-color: rgb(63 28 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-orange-900\/95) {
  border-color: rgb(63 28 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 219 217 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/0) {
  border-color: rgb(255 219 217 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/10) {
  border-color: rgb(255 219 217 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/100) {
  border-color: rgb(255 219 217 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/20) {
  border-color: rgb(255 219 217 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/25) {
  border-color: rgb(255 219 217 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/30) {
  border-color: rgb(255 219 217 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/40) {
  border-color: rgb(255 219 217 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/5) {
  border-color: rgb(255 219 217 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/50) {
  border-color: rgb(255 219 217 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/60) {
  border-color: rgb(255 219 217 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/70) {
  border-color: rgb(255 219 217 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/75) {
  border-color: rgb(255 219 217 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/80) {
  border-color: rgb(255 219 217 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/90) {
  border-color: rgb(255 219 217 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-100\/95) {
  border-color: rgb(255 219 217 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 2 0 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/0) {
  border-color: rgb(32 2 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/10) {
  border-color: rgb(32 2 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/100) {
  border-color: rgb(32 2 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/20) {
  border-color: rgb(32 2 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/25) {
  border-color: rgb(32 2 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/30) {
  border-color: rgb(32 2 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/40) {
  border-color: rgb(32 2 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/5) {
  border-color: rgb(32 2 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/50) {
  border-color: rgb(32 2 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/60) {
  border-color: rgb(32 2 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/70) {
  border-color: rgb(32 2 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/75) {
  border-color: rgb(32 2 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/80) {
  border-color: rgb(32 2 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/90) {
  border-color: rgb(32 2 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-1000\/95) {
  border-color: rgb(32 2 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-200) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 184 180 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/0) {
  border-color: rgb(255 184 180 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/10) {
  border-color: rgb(255 184 180 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/100) {
  border-color: rgb(255 184 180 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/20) {
  border-color: rgb(255 184 180 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/25) {
  border-color: rgb(255 184 180 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/30) {
  border-color: rgb(255 184 180 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/40) {
  border-color: rgb(255 184 180 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/5) {
  border-color: rgb(255 184 180 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/50) {
  border-color: rgb(255 184 180 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/60) {
  border-color: rgb(255 184 180 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/70) {
  border-color: rgb(255 184 180 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/75) {
  border-color: rgb(255 184 180 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/80) {
  border-color: rgb(255 184 180 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/90) {
  border-color: rgb(255 184 180 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-200\/95) {
  border-color: rgb(255 184 180 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 148 142 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/0) {
  border-color: rgb(254 148 142 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/10) {
  border-color: rgb(254 148 142 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/100) {
  border-color: rgb(254 148 142 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/20) {
  border-color: rgb(254 148 142 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/25) {
  border-color: rgb(254 148 142 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/30) {
  border-color: rgb(254 148 142 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/40) {
  border-color: rgb(254 148 142 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/5) {
  border-color: rgb(254 148 142 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/50) {
  border-color: rgb(254 148 142 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/60) {
  border-color: rgb(254 148 142 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/70) {
  border-color: rgb(254 148 142 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/75) {
  border-color: rgb(254 148 142 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/80) {
  border-color: rgb(254 148 142 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/90) {
  border-color: rgb(254 148 142 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-300\/95) {
  border-color: rgb(254 148 142 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-400) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 112 105 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/0) {
  border-color: rgb(254 112 105 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/10) {
  border-color: rgb(254 112 105 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/100) {
  border-color: rgb(254 112 105 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/20) {
  border-color: rgb(254 112 105 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/25) {
  border-color: rgb(254 112 105 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/30) {
  border-color: rgb(254 112 105 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/40) {
  border-color: rgb(254 112 105 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/5) {
  border-color: rgb(254 112 105 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/50) {
  border-color: rgb(254 112 105 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/60) {
  border-color: rgb(254 112 105 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/70) {
  border-color: rgb(254 112 105 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/75) {
  border-color: rgb(254 112 105 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/80) {
  border-color: rgb(254 112 105 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/90) {
  border-color: rgb(254 112 105 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-400\/95) {
  border-color: rgb(254 112 105 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-50) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 236 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/0) {
  border-color: rgb(255 237 236 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/10) {
  border-color: rgb(255 237 236 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/100) {
  border-color: rgb(255 237 236 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/20) {
  border-color: rgb(255 237 236 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/25) {
  border-color: rgb(255 237 236 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/30) {
  border-color: rgb(255 237 236 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/40) {
  border-color: rgb(255 237 236 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/5) {
  border-color: rgb(255 237 236 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/50) {
  border-color: rgb(255 237 236 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/60) {
  border-color: rgb(255 237 236 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/70) {
  border-color: rgb(255 237 236 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/75) {
  border-color: rgb(255 237 236 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/80) {
  border-color: rgb(255 237 236 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/90) {
  border-color: rgb(255 237 236 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-50\/95) {
  border-color: rgb(255 237 236 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/0) {
  border-color: rgb(254 106 98 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/10) {
  border-color: rgb(254 106 98 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/100) {
  border-color: rgb(254 106 98 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/20) {
  border-color: rgb(254 106 98 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/25) {
  border-color: rgb(254 106 98 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/30) {
  border-color: rgb(254 106 98 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/40) {
  border-color: rgb(254 106 98 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/5) {
  border-color: rgb(254 106 98 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/50) {
  border-color: rgb(254 106 98 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/60) {
  border-color: rgb(254 106 98 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/70) {
  border-color: rgb(254 106 98 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/75) {
  border-color: rgb(254 106 98 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/80) {
  border-color: rgb(254 106 98 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/90) {
  border-color: rgb(254 106 98 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-500\/95) {
  border-color: rgb(254 106 98 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 12 1 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/0) {
  border-color: rgb(224 12 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/10) {
  border-color: rgb(224 12 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/100) {
  border-color: rgb(224 12 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/20) {
  border-color: rgb(224 12 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/25) {
  border-color: rgb(224 12 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/30) {
  border-color: rgb(224 12 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/40) {
  border-color: rgb(224 12 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/5) {
  border-color: rgb(224 12 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/50) {
  border-color: rgb(224 12 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/60) {
  border-color: rgb(224 12 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/70) {
  border-color: rgb(224 12 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/75) {
  border-color: rgb(224 12 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/80) {
  border-color: rgb(224 12 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/90) {
  border-color: rgb(224 12 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-600\/95) {
  border-color: rgb(224 12 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-700) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 11 1 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/0) {
  border-color: rgb(192 11 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/10) {
  border-color: rgb(192 11 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/100) {
  border-color: rgb(192 11 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/20) {
  border-color: rgb(192 11 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/25) {
  border-color: rgb(192 11 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/30) {
  border-color: rgb(192 11 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/40) {
  border-color: rgb(192 11 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/5) {
  border-color: rgb(192 11 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/50) {
  border-color: rgb(192 11 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/60) {
  border-color: rgb(192 11 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/70) {
  border-color: rgb(192 11 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/75) {
  border-color: rgb(192 11 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/80) {
  border-color: rgb(192 11 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/90) {
  border-color: rgb(192 11 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-700\/95) {
  border-color: rgb(192 11 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-800) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 7 1 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/0) {
  border-color: rgb(128 7 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/10) {
  border-color: rgb(128 7 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/100) {
  border-color: rgb(128 7 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/20) {
  border-color: rgb(128 7 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/25) {
  border-color: rgb(128 7 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/30) {
  border-color: rgb(128 7 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/40) {
  border-color: rgb(128 7 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/5) {
  border-color: rgb(128 7 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/50) {
  border-color: rgb(128 7 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/60) {
  border-color: rgb(128 7 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/70) {
  border-color: rgb(128 7 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/75) {
  border-color: rgb(128 7 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/80) {
  border-color: rgb(128 7 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/90) {
  border-color: rgb(128 7 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-800\/95) {
  border-color: rgb(128 7 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-red-900) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 4 0 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/0) {
  border-color: rgb(64 4 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/10) {
  border-color: rgb(64 4 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/100) {
  border-color: rgb(64 4 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/20) {
  border-color: rgb(64 4 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/25) {
  border-color: rgb(64 4 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/30) {
  border-color: rgb(64 4 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/40) {
  border-color: rgb(64 4 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/5) {
  border-color: rgb(64 4 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/50) {
  border-color: rgb(64 4 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/60) {
  border-color: rgb(64 4 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/70) {
  border-color: rgb(64 4 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/75) {
  border-color: rgb(64 4 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/80) {
  border-color: rgb(64 4 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/90) {
  border-color: rgb(64 4 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-red-900\/95) {
  border-color: rgb(64 4 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 248 235 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/0) {
  border-color: rgb(254 248 235 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/10) {
  border-color: rgb(254 248 235 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/100) {
  border-color: rgb(254 248 235 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/20) {
  border-color: rgb(254 248 235 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/25) {
  border-color: rgb(254 248 235 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/30) {
  border-color: rgb(254 248 235 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/40) {
  border-color: rgb(254 248 235 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/5) {
  border-color: rgb(254 248 235 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/50) {
  border-color: rgb(254 248 235 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/60) {
  border-color: rgb(254 248 235 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/70) {
  border-color: rgb(254 248 235 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/75) {
  border-color: rgb(254 248 235 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/80) {
  border-color: rgb(254 248 235 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/90) {
  border-color: rgb(254 248 235 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-100\/95) {
  border-color: rgb(254 248 235 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(40 27 1 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/0) {
  border-color: rgb(40 27 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/10) {
  border-color: rgb(40 27 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/100) {
  border-color: rgb(40 27 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/20) {
  border-color: rgb(40 27 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/25) {
  border-color: rgb(40 27 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/30) {
  border-color: rgb(40 27 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/40) {
  border-color: rgb(40 27 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/5) {
  border-color: rgb(40 27 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/50) {
  border-color: rgb(40 27 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/60) {
  border-color: rgb(40 27 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/70) {
  border-color: rgb(40 27 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/75) {
  border-color: rgb(40 27 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/80) {
  border-color: rgb(40 27 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/90) {
  border-color: rgb(40 27 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-1000\/95) {
  border-color: rgb(40 27 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 215 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/0) {
  border-color: rgb(254 242 215 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/10) {
  border-color: rgb(254 242 215 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/100) {
  border-color: rgb(254 242 215 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/20) {
  border-color: rgb(254 242 215 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/25) {
  border-color: rgb(254 242 215 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/30) {
  border-color: rgb(254 242 215 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/40) {
  border-color: rgb(254 242 215 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/5) {
  border-color: rgb(254 242 215 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/50) {
  border-color: rgb(254 242 215 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/60) {
  border-color: rgb(254 242 215 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/70) {
  border-color: rgb(254 242 215 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/75) {
  border-color: rgb(254 242 215 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/80) {
  border-color: rgb(254 242 215 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/90) {
  border-color: rgb(254 242 215 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-200\/95) {
  border-color: rgb(254 242 215 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 235 196 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/0) {
  border-color: rgb(253 235 196 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/10) {
  border-color: rgb(253 235 196 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/100) {
  border-color: rgb(253 235 196 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/20) {
  border-color: rgb(253 235 196 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/25) {
  border-color: rgb(253 235 196 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/30) {
  border-color: rgb(253 235 196 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/40) {
  border-color: rgb(253 235 196 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/5) {
  border-color: rgb(253 235 196 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/50) {
  border-color: rgb(253 235 196 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/60) {
  border-color: rgb(253 235 196 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/70) {
  border-color: rgb(253 235 196 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/75) {
  border-color: rgb(253 235 196 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/80) {
  border-color: rgb(253 235 196 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/90) {
  border-color: rgb(253 235 196 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-300\/95) {
  border-color: rgb(253 235 196 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 228 176 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/0) {
  border-color: rgb(253 228 176 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/10) {
  border-color: rgb(253 228 176 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/100) {
  border-color: rgb(253 228 176 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/20) {
  border-color: rgb(253 228 176 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/25) {
  border-color: rgb(253 228 176 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/30) {
  border-color: rgb(253 228 176 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/40) {
  border-color: rgb(253 228 176 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/5) {
  border-color: rgb(253 228 176 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/50) {
  border-color: rgb(253 228 176 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/60) {
  border-color: rgb(253 228 176 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/70) {
  border-color: rgb(253 228 176 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/75) {
  border-color: rgb(253 228 176 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/80) {
  border-color: rgb(253 228 176 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/90) {
  border-color: rgb(253 228 176 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-400\/95) {
  border-color: rgb(253 228 176 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 252 245 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/0) {
  border-color: rgb(255 252 245 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/10) {
  border-color: rgb(255 252 245 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/100) {
  border-color: rgb(255 252 245 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/20) {
  border-color: rgb(255 252 245 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/25) {
  border-color: rgb(255 252 245 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/30) {
  border-color: rgb(255 252 245 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/40) {
  border-color: rgb(255 252 245 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/5) {
  border-color: rgb(255 252 245 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/50) {
  border-color: rgb(255 252 245 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/60) {
  border-color: rgb(255 252 245 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/70) {
  border-color: rgb(255 252 245 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/75) {
  border-color: rgb(255 252 245 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/80) {
  border-color: rgb(255 252 245 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/90) {
  border-color: rgb(255 252 245 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-50\/95) {
  border-color: rgb(255 252 245 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 222 156 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/0) {
  border-color: rgb(252 222 156 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/10) {
  border-color: rgb(252 222 156 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/100) {
  border-color: rgb(252 222 156 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/20) {
  border-color: rgb(252 222 156 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/25) {
  border-color: rgb(252 222 156 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/30) {
  border-color: rgb(252 222 156 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/40) {
  border-color: rgb(252 222 156 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/5) {
  border-color: rgb(252 222 156 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/50) {
  border-color: rgb(252 222 156 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/60) {
  border-color: rgb(252 222 156 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/70) {
  border-color: rgb(252 222 156 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/75) {
  border-color: rgb(252 222 156 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/80) {
  border-color: rgb(252 222 156 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/90) {
  border-color: rgb(252 222 156 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-500\/95) {
  border-color: rgb(252 222 156 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 195 77 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/0) {
  border-color: rgb(249 195 77 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/10) {
  border-color: rgb(249 195 77 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/100) {
  border-color: rgb(249 195 77 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/20) {
  border-color: rgb(249 195 77 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/25) {
  border-color: rgb(249 195 77 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/30) {
  border-color: rgb(249 195 77 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/40) {
  border-color: rgb(249 195 77 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/5) {
  border-color: rgb(249 195 77 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/50) {
  border-color: rgb(249 195 77 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/60) {
  border-color: rgb(249 195 77 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/70) {
  border-color: rgb(249 195 77 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/75) {
  border-color: rgb(249 195 77 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/80) {
  border-color: rgb(249 195 77 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/90) {
  border-color: rgb(249 195 77 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-600\/95) {
  border-color: rgb(249 195 77 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 165 7 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/0) {
  border-color: rgb(237 165 7 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/10) {
  border-color: rgb(237 165 7 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/100) {
  border-color: rgb(237 165 7 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/20) {
  border-color: rgb(237 165 7 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/25) {
  border-color: rgb(237 165 7 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/30) {
  border-color: rgb(237 165 7 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/40) {
  border-color: rgb(237 165 7 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/5) {
  border-color: rgb(237 165 7 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/50) {
  border-color: rgb(237 165 7 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/60) {
  border-color: rgb(237 165 7 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/70) {
  border-color: rgb(237 165 7 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/75) {
  border-color: rgb(237 165 7 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/80) {
  border-color: rgb(237 165 7 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/90) {
  border-color: rgb(237 165 7 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-700\/95) {
  border-color: rgb(237 165 7 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(158 110 5 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/0) {
  border-color: rgb(158 110 5 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/10) {
  border-color: rgb(158 110 5 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/100) {
  border-color: rgb(158 110 5 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/20) {
  border-color: rgb(158 110 5 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/25) {
  border-color: rgb(158 110 5 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/30) {
  border-color: rgb(158 110 5 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/40) {
  border-color: rgb(158 110 5 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/5) {
  border-color: rgb(158 110 5 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/50) {
  border-color: rgb(158 110 5 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/60) {
  border-color: rgb(158 110 5 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/70) {
  border-color: rgb(158 110 5 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/75) {
  border-color: rgb(158 110 5 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/80) {
  border-color: rgb(158 110 5 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/90) {
  border-color: rgb(158 110 5 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-800\/95) {
  border-color: rgb(158 110 5 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(79 55 2 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/0) {
  border-color: rgb(79 55 2 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/10) {
  border-color: rgb(79 55 2 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/100) {
  border-color: rgb(79 55 2 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/20) {
  border-color: rgb(79 55 2 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/25) {
  border-color: rgb(79 55 2 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/30) {
  border-color: rgb(79 55 2 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/40) {
  border-color: rgb(79 55 2 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/5) {
  border-color: rgb(79 55 2 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/50) {
  border-color: rgb(79 55 2 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/60) {
  border-color: rgb(79 55 2 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/70) {
  border-color: rgb(79 55 2 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/75) {
  border-color: rgb(79 55 2 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/80) {
  border-color: rgb(79 55 2 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/90) {
  border-color: rgb(79 55 2 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-yellow-900\/95) {
  border-color: rgb(79 55 2 / 0.95) !important;
}

.editor-styles-wrapper :is(.border-blue-100) {
  --tw-border-opacity: 1;
  border-color: rgb(211 224 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-100\/0) {
  border-color: rgb(211 224 255 / 0);
}

.editor-styles-wrapper :is(.border-blue-100\/10) {
  border-color: rgb(211 224 255 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-100\/100) {
  border-color: rgb(211 224 255 / 1);
}

.editor-styles-wrapper :is(.border-blue-100\/20) {
  border-color: rgb(211 224 255 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-100\/25) {
  border-color: rgb(211 224 255 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-100\/30) {
  border-color: rgb(211 224 255 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-100\/40) {
  border-color: rgb(211 224 255 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-100\/5) {
  border-color: rgb(211 224 255 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-100\/50) {
  border-color: rgb(211 224 255 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-100\/60) {
  border-color: rgb(211 224 255 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-100\/70) {
  border-color: rgb(211 224 255 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-100\/75) {
  border-color: rgb(211 224 255 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-100\/80) {
  border-color: rgb(211 224 255 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-100\/90) {
  border-color: rgb(211 224 255 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-100\/95) {
  border-color: rgb(211 224 255 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-1000) {
  --tw-border-opacity: 1;
  border-color: rgb(0 9 29 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-1000\/0) {
  border-color: rgb(0 9 29 / 0);
}

.editor-styles-wrapper :is(.border-blue-1000\/10) {
  border-color: rgb(0 9 29 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-1000\/100) {
  border-color: rgb(0 9 29 / 1);
}

.editor-styles-wrapper :is(.border-blue-1000\/20) {
  border-color: rgb(0 9 29 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-1000\/25) {
  border-color: rgb(0 9 29 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-1000\/30) {
  border-color: rgb(0 9 29 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-1000\/40) {
  border-color: rgb(0 9 29 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-1000\/5) {
  border-color: rgb(0 9 29 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-1000\/50) {
  border-color: rgb(0 9 29 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-1000\/60) {
  border-color: rgb(0 9 29 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-1000\/70) {
  border-color: rgb(0 9 29 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-1000\/75) {
  border-color: rgb(0 9 29 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-1000\/80) {
  border-color: rgb(0 9 29 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-1000\/90) {
  border-color: rgb(0 9 29 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-1000\/95) {
  border-color: rgb(0 9 29 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-200) {
  --tw-border-opacity: 1;
  border-color: rgb(167 194 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-200\/0) {
  border-color: rgb(167 194 255 / 0);
}

.editor-styles-wrapper :is(.border-blue-200\/10) {
  border-color: rgb(167 194 255 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-200\/100) {
  border-color: rgb(167 194 255 / 1);
}

.editor-styles-wrapper :is(.border-blue-200\/20) {
  border-color: rgb(167 194 255 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-200\/25) {
  border-color: rgb(167 194 255 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-200\/30) {
  border-color: rgb(167 194 255 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-200\/40) {
  border-color: rgb(167 194 255 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-200\/5) {
  border-color: rgb(167 194 255 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-200\/50) {
  border-color: rgb(167 194 255 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-200\/60) {
  border-color: rgb(167 194 255 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-200\/70) {
  border-color: rgb(167 194 255 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-200\/75) {
  border-color: rgb(167 194 255 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-200\/80) {
  border-color: rgb(167 194 255 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-200\/90) {
  border-color: rgb(167 194 255 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-200\/95) {
  border-color: rgb(167 194 255 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-300) {
  --tw-border-opacity: 1;
  border-color: rgb(123 163 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-300\/0) {
  border-color: rgb(123 163 255 / 0);
}

.editor-styles-wrapper :is(.border-blue-300\/10) {
  border-color: rgb(123 163 255 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-300\/100) {
  border-color: rgb(123 163 255 / 1);
}

.editor-styles-wrapper :is(.border-blue-300\/20) {
  border-color: rgb(123 163 255 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-300\/25) {
  border-color: rgb(123 163 255 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-300\/30) {
  border-color: rgb(123 163 255 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-300\/40) {
  border-color: rgb(123 163 255 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-300\/5) {
  border-color: rgb(123 163 255 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-300\/50) {
  border-color: rgb(123 163 255 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-300\/60) {
  border-color: rgb(123 163 255 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-300\/70) {
  border-color: rgb(123 163 255 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-300\/75) {
  border-color: rgb(123 163 255 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-300\/80) {
  border-color: rgb(123 163 255 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-300\/90) {
  border-color: rgb(123 163 255 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-300\/95) {
  border-color: rgb(123 163 255 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-400) {
  --tw-border-opacity: 1;
  border-color: rgb(80 132 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-400\/0) {
  border-color: rgb(80 132 255 / 0);
}

.editor-styles-wrapper :is(.border-blue-400\/10) {
  border-color: rgb(80 132 255 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-400\/100) {
  border-color: rgb(80 132 255 / 1);
}

.editor-styles-wrapper :is(.border-blue-400\/20) {
  border-color: rgb(80 132 255 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-400\/25) {
  border-color: rgb(80 132 255 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-400\/30) {
  border-color: rgb(80 132 255 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-400\/40) {
  border-color: rgb(80 132 255 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-400\/5) {
  border-color: rgb(80 132 255 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-400\/50) {
  border-color: rgb(80 132 255 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-400\/60) {
  border-color: rgb(80 132 255 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-400\/70) {
  border-color: rgb(80 132 255 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-400\/75) {
  border-color: rgb(80 132 255 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-400\/80) {
  border-color: rgb(80 132 255 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-400\/90) {
  border-color: rgb(80 132 255 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-400\/95) {
  border-color: rgb(80 132 255 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-50) {
  --tw-border-opacity: 1;
  border-color: rgb(244 249 252 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-50\/0) {
  border-color: rgb(244 249 252 / 0);
}

.editor-styles-wrapper :is(.border-blue-50\/10) {
  border-color: rgb(244 249 252 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-50\/100) {
  border-color: rgb(244 249 252 / 1);
}

.editor-styles-wrapper :is(.border-blue-50\/20) {
  border-color: rgb(244 249 252 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-50\/25) {
  border-color: rgb(244 249 252 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-50\/30) {
  border-color: rgb(244 249 252 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-50\/40) {
  border-color: rgb(244 249 252 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-50\/5) {
  border-color: rgb(244 249 252 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-50\/50) {
  border-color: rgb(244 249 252 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-50\/60) {
  border-color: rgb(244 249 252 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-50\/70) {
  border-color: rgb(244 249 252 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-50\/75) {
  border-color: rgb(244 249 252 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-50\/80) {
  border-color: rgb(244 249 252 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-50\/90) {
  border-color: rgb(244 249 252 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-50\/95) {
  border-color: rgb(244 249 252 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-500) {
  --tw-border-opacity: 1;
  border-color: rgb(36 101 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-500\/0) {
  border-color: rgb(36 101 255 / 0);
}

.editor-styles-wrapper :is(.border-blue-500\/10) {
  border-color: rgb(36 101 255 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-500\/100) {
  border-color: rgb(36 101 255 / 1);
}

.editor-styles-wrapper :is(.border-blue-500\/20) {
  border-color: rgb(36 101 255 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-500\/25) {
  border-color: rgb(36 101 255 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-500\/30) {
  border-color: rgb(36 101 255 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-500\/40) {
  border-color: rgb(36 101 255 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-500\/5) {
  border-color: rgb(36 101 255 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-500\/50) {
  border-color: rgb(36 101 255 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-500\/60) {
  border-color: rgb(36 101 255 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-500\/70) {
  border-color: rgb(36 101 255 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-500\/75) {
  border-color: rgb(36 101 255 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-500\/80) {
  border-color: rgb(36 101 255 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-500\/90) {
  border-color: rgb(36 101 255 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-500\/95) {
  border-color: rgb(36 101 255 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-600) {
  --tw-border-opacity: 1;
  border-color: rgb(0 70 233 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-600\/0) {
  border-color: rgb(0 70 233 / 0);
}

.editor-styles-wrapper :is(.border-blue-600\/10) {
  border-color: rgb(0 70 233 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-600\/100) {
  border-color: rgb(0 70 233 / 1);
}

.editor-styles-wrapper :is(.border-blue-600\/20) {
  border-color: rgb(0 70 233 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-600\/25) {
  border-color: rgb(0 70 233 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-600\/30) {
  border-color: rgb(0 70 233 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-600\/40) {
  border-color: rgb(0 70 233 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-600\/5) {
  border-color: rgb(0 70 233 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-600\/50) {
  border-color: rgb(0 70 233 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-600\/60) {
  border-color: rgb(0 70 233 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-600\/70) {
  border-color: rgb(0 70 233 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-600\/75) {
  border-color: rgb(0 70 233 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-600\/80) {
  border-color: rgb(0 70 233 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-600\/90) {
  border-color: rgb(0 70 233 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-600\/95) {
  border-color: rgb(0 70 233 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-700) {
  --tw-border-opacity: 1;
  border-color: rgb(0 52 174 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-700\/0) {
  border-color: rgb(0 52 174 / 0);
}

.editor-styles-wrapper :is(.border-blue-700\/10) {
  border-color: rgb(0 52 174 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-700\/100) {
  border-color: rgb(0 52 174 / 1);
}

.editor-styles-wrapper :is(.border-blue-700\/20) {
  border-color: rgb(0 52 174 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-700\/25) {
  border-color: rgb(0 52 174 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-700\/30) {
  border-color: rgb(0 52 174 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-700\/40) {
  border-color: rgb(0 52 174 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-700\/5) {
  border-color: rgb(0 52 174 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-700\/50) {
  border-color: rgb(0 52 174 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-700\/60) {
  border-color: rgb(0 52 174 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-700\/70) {
  border-color: rgb(0 52 174 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-700\/75) {
  border-color: rgb(0 52 174 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-700\/80) {
  border-color: rgb(0 52 174 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-700\/90) {
  border-color: rgb(0 52 174 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-700\/95) {
  border-color: rgb(0 52 174 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-800) {
  --tw-border-opacity: 1;
  border-color: rgb(0 35 116 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-800\/0) {
  border-color: rgb(0 35 116 / 0);
}

.editor-styles-wrapper :is(.border-blue-800\/10) {
  border-color: rgb(0 35 116 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-800\/100) {
  border-color: rgb(0 35 116 / 1);
}

.editor-styles-wrapper :is(.border-blue-800\/20) {
  border-color: rgb(0 35 116 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-800\/25) {
  border-color: rgb(0 35 116 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-800\/30) {
  border-color: rgb(0 35 116 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-800\/40) {
  border-color: rgb(0 35 116 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-800\/5) {
  border-color: rgb(0 35 116 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-800\/50) {
  border-color: rgb(0 35 116 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-800\/60) {
  border-color: rgb(0 35 116 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-800\/70) {
  border-color: rgb(0 35 116 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-800\/75) {
  border-color: rgb(0 35 116 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-800\/80) {
  border-color: rgb(0 35 116 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-800\/90) {
  border-color: rgb(0 35 116 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-800\/95) {
  border-color: rgb(0 35 116 / 0.95);
}

.editor-styles-wrapper :is(.border-blue-900) {
  --tw-border-opacity: 1;
  border-color: rgb(0 17 58 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-blue-900\/0) {
  border-color: rgb(0 17 58 / 0);
}

.editor-styles-wrapper :is(.border-blue-900\/10) {
  border-color: rgb(0 17 58 / 0.1);
}

.editor-styles-wrapper :is(.border-blue-900\/100) {
  border-color: rgb(0 17 58 / 1);
}

.editor-styles-wrapper :is(.border-blue-900\/20) {
  border-color: rgb(0 17 58 / 0.2);
}

.editor-styles-wrapper :is(.border-blue-900\/25) {
  border-color: rgb(0 17 58 / 0.25);
}

.editor-styles-wrapper :is(.border-blue-900\/30) {
  border-color: rgb(0 17 58 / 0.3);
}

.editor-styles-wrapper :is(.border-blue-900\/40) {
  border-color: rgb(0 17 58 / 0.4);
}

.editor-styles-wrapper :is(.border-blue-900\/5) {
  border-color: rgb(0 17 58 / 0.05);
}

.editor-styles-wrapper :is(.border-blue-900\/50) {
  border-color: rgb(0 17 58 / 0.5);
}

.editor-styles-wrapper :is(.border-blue-900\/60) {
  border-color: rgb(0 17 58 / 0.6);
}

.editor-styles-wrapper :is(.border-blue-900\/70) {
  border-color: rgb(0 17 58 / 0.7);
}

.editor-styles-wrapper :is(.border-blue-900\/75) {
  border-color: rgb(0 17 58 / 0.75);
}

.editor-styles-wrapper :is(.border-blue-900\/80) {
  border-color: rgb(0 17 58 / 0.8);
}

.editor-styles-wrapper :is(.border-blue-900\/90) {
  border-color: rgb(0 17 58 / 0.9);
}

.editor-styles-wrapper :is(.border-blue-900\/95) {
  border-color: rgb(0 17 58 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-100) {
  --tw-border-opacity: 1;
  border-color: rgb(233 247 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-100\/0) {
  border-color: rgb(233 247 255 / 0);
}

.editor-styles-wrapper :is(.border-cyan-100\/10) {
  border-color: rgb(233 247 255 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-100\/100) {
  border-color: rgb(233 247 255 / 1);
}

.editor-styles-wrapper :is(.border-cyan-100\/20) {
  border-color: rgb(233 247 255 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-100\/25) {
  border-color: rgb(233 247 255 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-100\/30) {
  border-color: rgb(233 247 255 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-100\/40) {
  border-color: rgb(233 247 255 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-100\/5) {
  border-color: rgb(233 247 255 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-100\/50) {
  border-color: rgb(233 247 255 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-100\/60) {
  border-color: rgb(233 247 255 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-100\/70) {
  border-color: rgb(233 247 255 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-100\/75) {
  border-color: rgb(233 247 255 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-100\/80) {
  border-color: rgb(233 247 255 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-100\/90) {
  border-color: rgb(233 247 255 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-100\/95) {
  border-color: rgb(233 247 255 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-1000) {
  --tw-border-opacity: 1;
  border-color: rgb(0 25 40 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-1000\/0) {
  border-color: rgb(0 25 40 / 0);
}

.editor-styles-wrapper :is(.border-cyan-1000\/10) {
  border-color: rgb(0 25 40 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-1000\/100) {
  border-color: rgb(0 25 40 / 1);
}

.editor-styles-wrapper :is(.border-cyan-1000\/20) {
  border-color: rgb(0 25 40 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-1000\/25) {
  border-color: rgb(0 25 40 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-1000\/30) {
  border-color: rgb(0 25 40 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-1000\/40) {
  border-color: rgb(0 25 40 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-1000\/5) {
  border-color: rgb(0 25 40 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-1000\/50) {
  border-color: rgb(0 25 40 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-1000\/60) {
  border-color: rgb(0 25 40 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-1000\/70) {
  border-color: rgb(0 25 40 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-1000\/75) {
  border-color: rgb(0 25 40 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-1000\/80) {
  border-color: rgb(0 25 40 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-1000\/90) {
  border-color: rgb(0 25 40 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-1000\/95) {
  border-color: rgb(0 25 40 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-200) {
  --tw-border-opacity: 1;
  border-color: rgb(213 239 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-200\/0) {
  border-color: rgb(213 239 255 / 0);
}

.editor-styles-wrapper :is(.border-cyan-200\/10) {
  border-color: rgb(213 239 255 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-200\/100) {
  border-color: rgb(213 239 255 / 1);
}

.editor-styles-wrapper :is(.border-cyan-200\/20) {
  border-color: rgb(213 239 255 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-200\/25) {
  border-color: rgb(213 239 255 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-200\/30) {
  border-color: rgb(213 239 255 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-200\/40) {
  border-color: rgb(213 239 255 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-200\/5) {
  border-color: rgb(213 239 255 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-200\/50) {
  border-color: rgb(213 239 255 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-200\/60) {
  border-color: rgb(213 239 255 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-200\/70) {
  border-color: rgb(213 239 255 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-200\/75) {
  border-color: rgb(213 239 255 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-200\/80) {
  border-color: rgb(213 239 255 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-200\/90) {
  border-color: rgb(213 239 255 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-200\/95) {
  border-color: rgb(213 239 255 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-300) {
  --tw-border-opacity: 1;
  border-color: rgb(191 231 254 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-300\/0) {
  border-color: rgb(191 231 254 / 0);
}

.editor-styles-wrapper :is(.border-cyan-300\/10) {
  border-color: rgb(191 231 254 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-300\/100) {
  border-color: rgb(191 231 254 / 1);
}

.editor-styles-wrapper :is(.border-cyan-300\/20) {
  border-color: rgb(191 231 254 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-300\/25) {
  border-color: rgb(191 231 254 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-300\/30) {
  border-color: rgb(191 231 254 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-300\/40) {
  border-color: rgb(191 231 254 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-300\/5) {
  border-color: rgb(191 231 254 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-300\/50) {
  border-color: rgb(191 231 254 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-300\/60) {
  border-color: rgb(191 231 254 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-300\/70) {
  border-color: rgb(191 231 254 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-300\/75) {
  border-color: rgb(191 231 254 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-300\/80) {
  border-color: rgb(191 231 254 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-300\/90) {
  border-color: rgb(191 231 254 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-300\/95) {
  border-color: rgb(191 231 254 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-400) {
  --tw-border-opacity: 1;
  border-color: rgb(170 223 254 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-400\/0) {
  border-color: rgb(170 223 254 / 0);
}

.editor-styles-wrapper :is(.border-cyan-400\/10) {
  border-color: rgb(170 223 254 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-400\/100) {
  border-color: rgb(170 223 254 / 1);
}

.editor-styles-wrapper :is(.border-cyan-400\/20) {
  border-color: rgb(170 223 254 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-400\/25) {
  border-color: rgb(170 223 254 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-400\/30) {
  border-color: rgb(170 223 254 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-400\/40) {
  border-color: rgb(170 223 254 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-400\/5) {
  border-color: rgb(170 223 254 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-400\/50) {
  border-color: rgb(170 223 254 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-400\/60) {
  border-color: rgb(170 223 254 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-400\/70) {
  border-color: rgb(170 223 254 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-400\/75) {
  border-color: rgb(170 223 254 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-400\/80) {
  border-color: rgb(170 223 254 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-400\/90) {
  border-color: rgb(170 223 254 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-400\/95) {
  border-color: rgb(170 223 254 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-50) {
  --tw-border-opacity: 1;
  border-color: rgb(244 251 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-50\/0) {
  border-color: rgb(244 251 255 / 0);
}

.editor-styles-wrapper :is(.border-cyan-50\/10) {
  border-color: rgb(244 251 255 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-50\/100) {
  border-color: rgb(244 251 255 / 1);
}

.editor-styles-wrapper :is(.border-cyan-50\/20) {
  border-color: rgb(244 251 255 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-50\/25) {
  border-color: rgb(244 251 255 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-50\/30) {
  border-color: rgb(244 251 255 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-50\/40) {
  border-color: rgb(244 251 255 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-50\/5) {
  border-color: rgb(244 251 255 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-50\/50) {
  border-color: rgb(244 251 255 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-50\/60) {
  border-color: rgb(244 251 255 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-50\/70) {
  border-color: rgb(244 251 255 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-50\/75) {
  border-color: rgb(244 251 255 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-50\/80) {
  border-color: rgb(244 251 255 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-50\/90) {
  border-color: rgb(244 251 255 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-50\/95) {
  border-color: rgb(244 251 255 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-500) {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-500\/0) {
  border-color: rgb(165 222 254 / 0);
}

.editor-styles-wrapper :is(.border-cyan-500\/10) {
  border-color: rgb(165 222 254 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-500\/100) {
  border-color: rgb(165 222 254 / 1);
}

.editor-styles-wrapper :is(.border-cyan-500\/20) {
  border-color: rgb(165 222 254 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-500\/25) {
  border-color: rgb(165 222 254 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-500\/30) {
  border-color: rgb(165 222 254 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-500\/40) {
  border-color: rgb(165 222 254 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-500\/5) {
  border-color: rgb(165 222 254 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-500\/50) {
  border-color: rgb(165 222 254 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-500\/60) {
  border-color: rgb(165 222 254 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-500\/70) {
  border-color: rgb(165 222 254 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-500\/75) {
  border-color: rgb(165 222 254 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-500\/80) {
  border-color: rgb(165 222 254 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-500\/90) {
  border-color: rgb(165 222 254 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-500\/95) {
  border-color: rgb(165 222 254 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-600) {
  --tw-border-opacity: 1;
  border-color: rgb(69 186 253 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-600\/0) {
  border-color: rgb(69 186 253 / 0);
}

.editor-styles-wrapper :is(.border-cyan-600\/10) {
  border-color: rgb(69 186 253 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-600\/100) {
  border-color: rgb(69 186 253 / 1);
}

.editor-styles-wrapper :is(.border-cyan-600\/20) {
  border-color: rgb(69 186 253 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-600\/25) {
  border-color: rgb(69 186 253 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-600\/30) {
  border-color: rgb(69 186 253 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-600\/40) {
  border-color: rgb(69 186 253 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-600\/5) {
  border-color: rgb(69 186 253 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-600\/50) {
  border-color: rgb(69 186 253 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-600\/60) {
  border-color: rgb(69 186 253 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-600\/70) {
  border-color: rgb(69 186 253 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-600\/75) {
  border-color: rgb(69 186 253 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-600\/80) {
  border-color: rgb(69 186 253 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-600\/90) {
  border-color: rgb(69 186 253 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-600\/95) {
  border-color: rgb(69 186 253 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-700) {
  --tw-border-opacity: 1;
  border-color: rgb(2 152 239 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-700\/0) {
  border-color: rgb(2 152 239 / 0);
}

.editor-styles-wrapper :is(.border-cyan-700\/10) {
  border-color: rgb(2 152 239 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-700\/100) {
  border-color: rgb(2 152 239 / 1);
}

.editor-styles-wrapper :is(.border-cyan-700\/20) {
  border-color: rgb(2 152 239 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-700\/25) {
  border-color: rgb(2 152 239 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-700\/30) {
  border-color: rgb(2 152 239 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-700\/40) {
  border-color: rgb(2 152 239 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-700\/5) {
  border-color: rgb(2 152 239 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-700\/50) {
  border-color: rgb(2 152 239 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-700\/60) {
  border-color: rgb(2 152 239 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-700\/70) {
  border-color: rgb(2 152 239 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-700\/75) {
  border-color: rgb(2 152 239 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-700\/80) {
  border-color: rgb(2 152 239 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-700\/90) {
  border-color: rgb(2 152 239 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-700\/95) {
  border-color: rgb(2 152 239 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-800) {
  --tw-border-opacity: 1;
  border-color: rgb(2 102 160 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-800\/0) {
  border-color: rgb(2 102 160 / 0);
}

.editor-styles-wrapper :is(.border-cyan-800\/10) {
  border-color: rgb(2 102 160 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-800\/100) {
  border-color: rgb(2 102 160 / 1);
}

.editor-styles-wrapper :is(.border-cyan-800\/20) {
  border-color: rgb(2 102 160 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-800\/25) {
  border-color: rgb(2 102 160 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-800\/30) {
  border-color: rgb(2 102 160 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-800\/40) {
  border-color: rgb(2 102 160 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-800\/5) {
  border-color: rgb(2 102 160 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-800\/50) {
  border-color: rgb(2 102 160 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-800\/60) {
  border-color: rgb(2 102 160 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-800\/70) {
  border-color: rgb(2 102 160 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-800\/75) {
  border-color: rgb(2 102 160 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-800\/80) {
  border-color: rgb(2 102 160 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-800\/90) {
  border-color: rgb(2 102 160 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-800\/95) {
  border-color: rgb(2 102 160 / 0.95);
}

.editor-styles-wrapper :is(.border-cyan-900) {
  --tw-border-opacity: 1;
  border-color: rgb(1 51 80 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-900\/0) {
  border-color: rgb(1 51 80 / 0);
}

.editor-styles-wrapper :is(.border-cyan-900\/10) {
  border-color: rgb(1 51 80 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-900\/100) {
  border-color: rgb(1 51 80 / 1);
}

.editor-styles-wrapper :is(.border-cyan-900\/20) {
  border-color: rgb(1 51 80 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-900\/25) {
  border-color: rgb(1 51 80 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-900\/30) {
  border-color: rgb(1 51 80 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-900\/40) {
  border-color: rgb(1 51 80 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-900\/5) {
  border-color: rgb(1 51 80 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-900\/50) {
  border-color: rgb(1 51 80 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-900\/60) {
  border-color: rgb(1 51 80 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-900\/70) {
  border-color: rgb(1 51 80 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-900\/75) {
  border-color: rgb(1 51 80 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-900\/80) {
  border-color: rgb(1 51 80 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-900\/90) {
  border-color: rgb(1 51 80 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-900\/95) {
  border-color: rgb(1 51 80 / 0.95);
}

.editor-styles-wrapper :is(.border-dark) {
  --tw-border-opacity: 1;
  border-color: rgb(1 23 51 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-100) {
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-100\/0) {
  border-color: rgb(232 235 239 / 0);
}

.editor-styles-wrapper :is(.border-gray-100\/10) {
  border-color: rgb(232 235 239 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-100\/100) {
  border-color: rgb(232 235 239 / 1);
}

.editor-styles-wrapper :is(.border-gray-100\/20) {
  border-color: rgb(232 235 239 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-100\/25) {
  border-color: rgb(232 235 239 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-100\/30) {
  border-color: rgb(232 235 239 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-100\/40) {
  border-color: rgb(232 235 239 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-100\/5) {
  border-color: rgb(232 235 239 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-100\/50) {
  border-color: rgb(232 235 239 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-100\/60) {
  border-color: rgb(232 235 239 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-100\/70) {
  border-color: rgb(232 235 239 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-100\/75) {
  border-color: rgb(232 235 239 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-100\/80) {
  border-color: rgb(232 235 239 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-100\/90) {
  border-color: rgb(232 235 239 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-100\/95) {
  border-color: rgb(232 235 239 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-1000) {
  --tw-border-opacity: 1;
  border-color: rgb(13 15 18 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-1000\/0) {
  border-color: rgb(13 15 18 / 0);
}

.editor-styles-wrapper :is(.border-gray-1000\/10) {
  border-color: rgb(13 15 18 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-1000\/100) {
  border-color: rgb(13 15 18 / 1);
}

.editor-styles-wrapper :is(.border-gray-1000\/20) {
  border-color: rgb(13 15 18 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-1000\/25) {
  border-color: rgb(13 15 18 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-1000\/30) {
  border-color: rgb(13 15 18 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-1000\/40) {
  border-color: rgb(13 15 18 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-1000\/5) {
  border-color: rgb(13 15 18 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-1000\/50) {
  border-color: rgb(13 15 18 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-1000\/60) {
  border-color: rgb(13 15 18 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-1000\/70) {
  border-color: rgb(13 15 18 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-1000\/75) {
  border-color: rgb(13 15 18 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-1000\/80) {
  border-color: rgb(13 15 18 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-1000\/90) {
  border-color: rgb(13 15 18 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-1000\/95) {
  border-color: rgb(13 15 18 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-200) {
  --tw-border-opacity: 1;
  border-color: rgb(210 215 223 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-200\/0) {
  border-color: rgb(210 215 223 / 0);
}

.editor-styles-wrapper :is(.border-gray-200\/10) {
  border-color: rgb(210 215 223 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-200\/100) {
  border-color: rgb(210 215 223 / 1);
}

.editor-styles-wrapper :is(.border-gray-200\/20) {
  border-color: rgb(210 215 223 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-200\/25) {
  border-color: rgb(210 215 223 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-200\/30) {
  border-color: rgb(210 215 223 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-200\/40) {
  border-color: rgb(210 215 223 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-200\/5) {
  border-color: rgb(210 215 223 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-200\/50) {
  border-color: rgb(210 215 223 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-200\/60) {
  border-color: rgb(210 215 223 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-200\/70) {
  border-color: rgb(210 215 223 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-200\/75) {
  border-color: rgb(210 215 223 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-200\/80) {
  border-color: rgb(210 215 223 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-200\/90) {
  border-color: rgb(210 215 223 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-200\/95) {
  border-color: rgb(210 215 223 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-300) {
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-300\/0) {
  border-color: rgb(187 195 207 / 0);
}

.editor-styles-wrapper :is(.border-gray-300\/10) {
  border-color: rgb(187 195 207 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-300\/100) {
  border-color: rgb(187 195 207 / 1);
}

.editor-styles-wrapper :is(.border-gray-300\/20) {
  border-color: rgb(187 195 207 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-300\/25) {
  border-color: rgb(187 195 207 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-300\/30) {
  border-color: rgb(187 195 207 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-300\/40) {
  border-color: rgb(187 195 207 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-300\/5) {
  border-color: rgb(187 195 207 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-300\/50) {
  border-color: rgb(187 195 207 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-300\/60) {
  border-color: rgb(187 195 207 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-300\/70) {
  border-color: rgb(187 195 207 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-300\/75) {
  border-color: rgb(187 195 207 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-300\/80) {
  border-color: rgb(187 195 207 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-300\/90) {
  border-color: rgb(187 195 207 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-300\/95) {
  border-color: rgb(187 195 207 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-400) {
  --tw-border-opacity: 1;
  border-color: rgb(164 175 191 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-400\/0) {
  border-color: rgb(164 175 191 / 0);
}

.editor-styles-wrapper :is(.border-gray-400\/10) {
  border-color: rgb(164 175 191 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-400\/100) {
  border-color: rgb(164 175 191 / 1);
}

.editor-styles-wrapper :is(.border-gray-400\/20) {
  border-color: rgb(164 175 191 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-400\/25) {
  border-color: rgb(164 175 191 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-400\/30) {
  border-color: rgb(164 175 191 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-400\/40) {
  border-color: rgb(164 175 191 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-400\/5) {
  border-color: rgb(164 175 191 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-400\/50) {
  border-color: rgb(164 175 191 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-400\/60) {
  border-color: rgb(164 175 191 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-400\/70) {
  border-color: rgb(164 175 191 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-400\/75) {
  border-color: rgb(164 175 191 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-400\/80) {
  border-color: rgb(164 175 191 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-400\/90) {
  border-color: rgb(164 175 191 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-400\/95) {
  border-color: rgb(164 175 191 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-50) {
  --tw-border-opacity: 1;
  border-color: rgb(244 245 247 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-50\/0) {
  border-color: rgb(244 245 247 / 0);
}

.editor-styles-wrapper :is(.border-gray-50\/10) {
  border-color: rgb(244 245 247 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-50\/100) {
  border-color: rgb(244 245 247 / 1);
}

.editor-styles-wrapper :is(.border-gray-50\/20) {
  border-color: rgb(244 245 247 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-50\/25) {
  border-color: rgb(244 245 247 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-50\/30) {
  border-color: rgb(244 245 247 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-50\/40) {
  border-color: rgb(244 245 247 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-50\/5) {
  border-color: rgb(244 245 247 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-50\/50) {
  border-color: rgb(244 245 247 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-50\/60) {
  border-color: rgb(244 245 247 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-50\/70) {
  border-color: rgb(244 245 247 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-50\/75) {
  border-color: rgb(244 245 247 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-50\/80) {
  border-color: rgb(244 245 247 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-50\/90) {
  border-color: rgb(244 245 247 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-50\/95) {
  border-color: rgb(244 245 247 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-500) {
  --tw-border-opacity: 1;
  border-color: rgb(164 175 191 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-500\/0) {
  border-color: rgb(164 175 191 / 0);
}

.editor-styles-wrapper :is(.border-gray-500\/10) {
  border-color: rgb(164 175 191 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-500\/100) {
  border-color: rgb(164 175 191 / 1);
}

.editor-styles-wrapper :is(.border-gray-500\/20) {
  border-color: rgb(164 175 191 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-500\/25) {
  border-color: rgb(164 175 191 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-500\/30) {
  border-color: rgb(164 175 191 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-500\/40) {
  border-color: rgb(164 175 191 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-500\/5) {
  border-color: rgb(164 175 191 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-500\/50) {
  border-color: rgb(164 175 191 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-500\/60) {
  border-color: rgb(164 175 191 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-500\/70) {
  border-color: rgb(164 175 191 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-500\/75) {
  border-color: rgb(164 175 191 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-500\/80) {
  border-color: rgb(164 175 191 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-500\/90) {
  border-color: rgb(164 175 191 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-500\/95) {
  border-color: rgb(164 175 191 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(105 122 148 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-600\/0) {
  border-color: rgb(105 122 148 / 0);
}

.editor-styles-wrapper :is(.border-gray-600\/10) {
  border-color: rgb(105 122 148 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-600\/100) {
  border-color: rgb(105 122 148 / 1);
}

.editor-styles-wrapper :is(.border-gray-600\/20) {
  border-color: rgb(105 122 148 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-600\/25) {
  border-color: rgb(105 122 148 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-600\/30) {
  border-color: rgb(105 122 148 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-600\/40) {
  border-color: rgb(105 122 148 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-600\/5) {
  border-color: rgb(105 122 148 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-600\/50) {
  border-color: rgb(105 122 148 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-600\/60) {
  border-color: rgb(105 122 148 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-600\/70) {
  border-color: rgb(105 122 148 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-600\/75) {
  border-color: rgb(105 122 148 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-600\/80) {
  border-color: rgb(105 122 148 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-600\/90) {
  border-color: rgb(105 122 148 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-600\/95) {
  border-color: rgb(105 122 148 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(79 92 111 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-700\/0) {
  border-color: rgb(79 92 111 / 0);
}

.editor-styles-wrapper :is(.border-gray-700\/10) {
  border-color: rgb(79 92 111 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-700\/100) {
  border-color: rgb(79 92 111 / 1);
}

.editor-styles-wrapper :is(.border-gray-700\/20) {
  border-color: rgb(79 92 111 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-700\/25) {
  border-color: rgb(79 92 111 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-700\/30) {
  border-color: rgb(79 92 111 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-700\/40) {
  border-color: rgb(79 92 111 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-700\/5) {
  border-color: rgb(79 92 111 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-700\/50) {
  border-color: rgb(79 92 111 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-700\/60) {
  border-color: rgb(79 92 111 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-700\/70) {
  border-color: rgb(79 92 111 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-700\/75) {
  border-color: rgb(79 92 111 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-700\/80) {
  border-color: rgb(79 92 111 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-700\/90) {
  border-color: rgb(79 92 111 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-700\/95) {
  border-color: rgb(79 92 111 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-800) {
  --tw-border-opacity: 1;
  border-color: rgb(52 61 74 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-800\/0) {
  border-color: rgb(52 61 74 / 0);
}

.editor-styles-wrapper :is(.border-gray-800\/10) {
  border-color: rgb(52 61 74 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-800\/100) {
  border-color: rgb(52 61 74 / 1);
}

.editor-styles-wrapper :is(.border-gray-800\/20) {
  border-color: rgb(52 61 74 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-800\/25) {
  border-color: rgb(52 61 74 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-800\/30) {
  border-color: rgb(52 61 74 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-800\/40) {
  border-color: rgb(52 61 74 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-800\/5) {
  border-color: rgb(52 61 74 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-800\/50) {
  border-color: rgb(52 61 74 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-800\/60) {
  border-color: rgb(52 61 74 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-800\/70) {
  border-color: rgb(52 61 74 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-800\/75) {
  border-color: rgb(52 61 74 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-800\/80) {
  border-color: rgb(52 61 74 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-800\/90) {
  border-color: rgb(52 61 74 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-800\/95) {
  border-color: rgb(52 61 74 / 0.95);
}

.editor-styles-wrapper :is(.border-gray-900) {
  --tw-border-opacity: 1;
  border-color: rgb(26 31 37 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-900\/0) {
  border-color: rgb(26 31 37 / 0);
}

.editor-styles-wrapper :is(.border-gray-900\/10) {
  border-color: rgb(26 31 37 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-900\/100) {
  border-color: rgb(26 31 37 / 1);
}

.editor-styles-wrapper :is(.border-gray-900\/20) {
  border-color: rgb(26 31 37 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-900\/25) {
  border-color: rgb(26 31 37 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-900\/30) {
  border-color: rgb(26 31 37 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-900\/40) {
  border-color: rgb(26 31 37 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-900\/5) {
  border-color: rgb(26 31 37 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-900\/50) {
  border-color: rgb(26 31 37 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-900\/60) {
  border-color: rgb(26 31 37 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-900\/70) {
  border-color: rgb(26 31 37 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-900\/75) {
  border-color: rgb(26 31 37 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-900\/80) {
  border-color: rgb(26 31 37 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-900\/90) {
  border-color: rgb(26 31 37 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-900\/95) {
  border-color: rgb(26 31 37 / 0.95);
}

.editor-styles-wrapper :is(.border-green-100) {
  --tw-border-opacity: 1;
  border-color: rgb(194 254 228 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-100\/0) {
  border-color: rgb(194 254 228 / 0);
}

.editor-styles-wrapper :is(.border-green-100\/10) {
  border-color: rgb(194 254 228 / 0.1);
}

.editor-styles-wrapper :is(.border-green-100\/100) {
  border-color: rgb(194 254 228 / 1);
}

.editor-styles-wrapper :is(.border-green-100\/20) {
  border-color: rgb(194 254 228 / 0.2);
}

.editor-styles-wrapper :is(.border-green-100\/25) {
  border-color: rgb(194 254 228 / 0.25);
}

.editor-styles-wrapper :is(.border-green-100\/30) {
  border-color: rgb(194 254 228 / 0.3);
}

.editor-styles-wrapper :is(.border-green-100\/40) {
  border-color: rgb(194 254 228 / 0.4);
}

.editor-styles-wrapper :is(.border-green-100\/5) {
  border-color: rgb(194 254 228 / 0.05);
}

.editor-styles-wrapper :is(.border-green-100\/50) {
  border-color: rgb(194 254 228 / 0.5);
}

.editor-styles-wrapper :is(.border-green-100\/60) {
  border-color: rgb(194 254 228 / 0.6);
}

.editor-styles-wrapper :is(.border-green-100\/70) {
  border-color: rgb(194 254 228 / 0.7);
}

.editor-styles-wrapper :is(.border-green-100\/75) {
  border-color: rgb(194 254 228 / 0.75);
}

.editor-styles-wrapper :is(.border-green-100\/80) {
  border-color: rgb(194 254 228 / 0.8);
}

.editor-styles-wrapper :is(.border-green-100\/90) {
  border-color: rgb(194 254 228 / 0.9);
}

.editor-styles-wrapper :is(.border-green-100\/95) {
  border-color: rgb(194 254 228 / 0.95);
}

.editor-styles-wrapper :is(.border-green-1000) {
  --tw-border-opacity: 1;
  border-color: rgb(0 20 11 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-1000\/0) {
  border-color: rgb(0 20 11 / 0);
}

.editor-styles-wrapper :is(.border-green-1000\/10) {
  border-color: rgb(0 20 11 / 0.1);
}

.editor-styles-wrapper :is(.border-green-1000\/100) {
  border-color: rgb(0 20 11 / 1);
}

.editor-styles-wrapper :is(.border-green-1000\/20) {
  border-color: rgb(0 20 11 / 0.2);
}

.editor-styles-wrapper :is(.border-green-1000\/25) {
  border-color: rgb(0 20 11 / 0.25);
}

.editor-styles-wrapper :is(.border-green-1000\/30) {
  border-color: rgb(0 20 11 / 0.3);
}

.editor-styles-wrapper :is(.border-green-1000\/40) {
  border-color: rgb(0 20 11 / 0.4);
}

.editor-styles-wrapper :is(.border-green-1000\/5) {
  border-color: rgb(0 20 11 / 0.05);
}

.editor-styles-wrapper :is(.border-green-1000\/50) {
  border-color: rgb(0 20 11 / 0.5);
}

.editor-styles-wrapper :is(.border-green-1000\/60) {
  border-color: rgb(0 20 11 / 0.6);
}

.editor-styles-wrapper :is(.border-green-1000\/70) {
  border-color: rgb(0 20 11 / 0.7);
}

.editor-styles-wrapper :is(.border-green-1000\/75) {
  border-color: rgb(0 20 11 / 0.75);
}

.editor-styles-wrapper :is(.border-green-1000\/80) {
  border-color: rgb(0 20 11 / 0.8);
}

.editor-styles-wrapper :is(.border-green-1000\/90) {
  border-color: rgb(0 20 11 / 0.9);
}

.editor-styles-wrapper :is(.border-green-1000\/95) {
  border-color: rgb(0 20 11 / 0.95);
}

.editor-styles-wrapper :is(.border-green-200) {
  --tw-border-opacity: 1;
  border-color: rgb(132 253 201 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-200\/0) {
  border-color: rgb(132 253 201 / 0);
}

.editor-styles-wrapper :is(.border-green-200\/10) {
  border-color: rgb(132 253 201 / 0.1);
}

.editor-styles-wrapper :is(.border-green-200\/100) {
  border-color: rgb(132 253 201 / 1);
}

.editor-styles-wrapper :is(.border-green-200\/20) {
  border-color: rgb(132 253 201 / 0.2);
}

.editor-styles-wrapper :is(.border-green-200\/25) {
  border-color: rgb(132 253 201 / 0.25);
}

.editor-styles-wrapper :is(.border-green-200\/30) {
  border-color: rgb(132 253 201 / 0.3);
}

.editor-styles-wrapper :is(.border-green-200\/40) {
  border-color: rgb(132 253 201 / 0.4);
}

.editor-styles-wrapper :is(.border-green-200\/5) {
  border-color: rgb(132 253 201 / 0.05);
}

.editor-styles-wrapper :is(.border-green-200\/50) {
  border-color: rgb(132 253 201 / 0.5);
}

.editor-styles-wrapper :is(.border-green-200\/60) {
  border-color: rgb(132 253 201 / 0.6);
}

.editor-styles-wrapper :is(.border-green-200\/70) {
  border-color: rgb(132 253 201 / 0.7);
}

.editor-styles-wrapper :is(.border-green-200\/75) {
  border-color: rgb(132 253 201 / 0.75);
}

.editor-styles-wrapper :is(.border-green-200\/80) {
  border-color: rgb(132 253 201 / 0.8);
}

.editor-styles-wrapper :is(.border-green-200\/90) {
  border-color: rgb(132 253 201 / 0.9);
}

.editor-styles-wrapper :is(.border-green-200\/95) {
  border-color: rgb(132 253 201 / 0.95);
}

.editor-styles-wrapper :is(.border-green-300) {
  --tw-border-opacity: 1;
  border-color: rgb(71 252 174 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-300\/0) {
  border-color: rgb(71 252 174 / 0);
}

.editor-styles-wrapper :is(.border-green-300\/10) {
  border-color: rgb(71 252 174 / 0.1);
}

.editor-styles-wrapper :is(.border-green-300\/100) {
  border-color: rgb(71 252 174 / 1);
}

.editor-styles-wrapper :is(.border-green-300\/20) {
  border-color: rgb(71 252 174 / 0.2);
}

.editor-styles-wrapper :is(.border-green-300\/25) {
  border-color: rgb(71 252 174 / 0.25);
}

.editor-styles-wrapper :is(.border-green-300\/30) {
  border-color: rgb(71 252 174 / 0.3);
}

.editor-styles-wrapper :is(.border-green-300\/40) {
  border-color: rgb(71 252 174 / 0.4);
}

.editor-styles-wrapper :is(.border-green-300\/5) {
  border-color: rgb(71 252 174 / 0.05);
}

.editor-styles-wrapper :is(.border-green-300\/50) {
  border-color: rgb(71 252 174 / 0.5);
}

.editor-styles-wrapper :is(.border-green-300\/60) {
  border-color: rgb(71 252 174 / 0.6);
}

.editor-styles-wrapper :is(.border-green-300\/70) {
  border-color: rgb(71 252 174 / 0.7);
}

.editor-styles-wrapper :is(.border-green-300\/75) {
  border-color: rgb(71 252 174 / 0.75);
}

.editor-styles-wrapper :is(.border-green-300\/80) {
  border-color: rgb(71 252 174 / 0.8);
}

.editor-styles-wrapper :is(.border-green-300\/90) {
  border-color: rgb(71 252 174 / 0.9);
}

.editor-styles-wrapper :is(.border-green-300\/95) {
  border-color: rgb(71 252 174 / 0.95);
}

.editor-styles-wrapper :is(.border-green-400) {
  --tw-border-opacity: 1;
  border-color: rgb(10 251 147 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-400\/0) {
  border-color: rgb(10 251 147 / 0);
}

.editor-styles-wrapper :is(.border-green-400\/10) {
  border-color: rgb(10 251 147 / 0.1);
}

.editor-styles-wrapper :is(.border-green-400\/100) {
  border-color: rgb(10 251 147 / 1);
}

.editor-styles-wrapper :is(.border-green-400\/20) {
  border-color: rgb(10 251 147 / 0.2);
}

.editor-styles-wrapper :is(.border-green-400\/25) {
  border-color: rgb(10 251 147 / 0.25);
}

.editor-styles-wrapper :is(.border-green-400\/30) {
  border-color: rgb(10 251 147 / 0.3);
}

.editor-styles-wrapper :is(.border-green-400\/40) {
  border-color: rgb(10 251 147 / 0.4);
}

.editor-styles-wrapper :is(.border-green-400\/5) {
  border-color: rgb(10 251 147 / 0.05);
}

.editor-styles-wrapper :is(.border-green-400\/50) {
  border-color: rgb(10 251 147 / 0.5);
}

.editor-styles-wrapper :is(.border-green-400\/60) {
  border-color: rgb(10 251 147 / 0.6);
}

.editor-styles-wrapper :is(.border-green-400\/70) {
  border-color: rgb(10 251 147 / 0.7);
}

.editor-styles-wrapper :is(.border-green-400\/75) {
  border-color: rgb(10 251 147 / 0.75);
}

.editor-styles-wrapper :is(.border-green-400\/80) {
  border-color: rgb(10 251 147 / 0.8);
}

.editor-styles-wrapper :is(.border-green-400\/90) {
  border-color: rgb(10 251 147 / 0.9);
}

.editor-styles-wrapper :is(.border-green-400\/95) {
  border-color: rgb(10 251 147 / 0.95);
}

.editor-styles-wrapper :is(.border-green-50) {
  --tw-border-opacity: 1;
  border-color: rgb(224 255 241 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-50\/0) {
  border-color: rgb(224 255 241 / 0);
}

.editor-styles-wrapper :is(.border-green-50\/10) {
  border-color: rgb(224 255 241 / 0.1);
}

.editor-styles-wrapper :is(.border-green-50\/100) {
  border-color: rgb(224 255 241 / 1);
}

.editor-styles-wrapper :is(.border-green-50\/20) {
  border-color: rgb(224 255 241 / 0.2);
}

.editor-styles-wrapper :is(.border-green-50\/25) {
  border-color: rgb(224 255 241 / 0.25);
}

.editor-styles-wrapper :is(.border-green-50\/30) {
  border-color: rgb(224 255 241 / 0.3);
}

.editor-styles-wrapper :is(.border-green-50\/40) {
  border-color: rgb(224 255 241 / 0.4);
}

.editor-styles-wrapper :is(.border-green-50\/5) {
  border-color: rgb(224 255 241 / 0.05);
}

.editor-styles-wrapper :is(.border-green-50\/50) {
  border-color: rgb(224 255 241 / 0.5);
}

.editor-styles-wrapper :is(.border-green-50\/60) {
  border-color: rgb(224 255 241 / 0.6);
}

.editor-styles-wrapper :is(.border-green-50\/70) {
  border-color: rgb(224 255 241 / 0.7);
}

.editor-styles-wrapper :is(.border-green-50\/75) {
  border-color: rgb(224 255 241 / 0.75);
}

.editor-styles-wrapper :is(.border-green-50\/80) {
  border-color: rgb(224 255 241 / 0.8);
}

.editor-styles-wrapper :is(.border-green-50\/90) {
  border-color: rgb(224 255 241 / 0.9);
}

.editor-styles-wrapper :is(.border-green-50\/95) {
  border-color: rgb(224 255 241 / 0.95);
}

.editor-styles-wrapper :is(.border-green-500) {
  --tw-border-opacity: 1;
  border-color: rgb(3 196 112 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-500\/0) {
  border-color: rgb(3 196 112 / 0);
}

.editor-styles-wrapper :is(.border-green-500\/10) {
  border-color: rgb(3 196 112 / 0.1);
}

.editor-styles-wrapper :is(.border-green-500\/100) {
  border-color: rgb(3 196 112 / 1);
}

.editor-styles-wrapper :is(.border-green-500\/20) {
  border-color: rgb(3 196 112 / 0.2);
}

.editor-styles-wrapper :is(.border-green-500\/25) {
  border-color: rgb(3 196 112 / 0.25);
}

.editor-styles-wrapper :is(.border-green-500\/30) {
  border-color: rgb(3 196 112 / 0.3);
}

.editor-styles-wrapper :is(.border-green-500\/40) {
  border-color: rgb(3 196 112 / 0.4);
}

.editor-styles-wrapper :is(.border-green-500\/5) {
  border-color: rgb(3 196 112 / 0.05);
}

.editor-styles-wrapper :is(.border-green-500\/50) {
  border-color: rgb(3 196 112 / 0.5);
}

.editor-styles-wrapper :is(.border-green-500\/60) {
  border-color: rgb(3 196 112 / 0.6);
}

.editor-styles-wrapper :is(.border-green-500\/70) {
  border-color: rgb(3 196 112 / 0.7);
}

.editor-styles-wrapper :is(.border-green-500\/75) {
  border-color: rgb(3 196 112 / 0.75);
}

.editor-styles-wrapper :is(.border-green-500\/80) {
  border-color: rgb(3 196 112 / 0.8);
}

.editor-styles-wrapper :is(.border-green-500\/90) {
  border-color: rgb(3 196 112 / 0.9);
}

.editor-styles-wrapper :is(.border-green-500\/95) {
  border-color: rgb(3 196 112 / 0.95);
}

.editor-styles-wrapper :is(.border-green-600) {
  --tw-border-opacity: 1;
  border-color: rgb(2 157 90 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-600\/0) {
  border-color: rgb(2 157 90 / 0);
}

.editor-styles-wrapper :is(.border-green-600\/10) {
  border-color: rgb(2 157 90 / 0.1);
}

.editor-styles-wrapper :is(.border-green-600\/100) {
  border-color: rgb(2 157 90 / 1);
}

.editor-styles-wrapper :is(.border-green-600\/20) {
  border-color: rgb(2 157 90 / 0.2);
}

.editor-styles-wrapper :is(.border-green-600\/25) {
  border-color: rgb(2 157 90 / 0.25);
}

.editor-styles-wrapper :is(.border-green-600\/30) {
  border-color: rgb(2 157 90 / 0.3);
}

.editor-styles-wrapper :is(.border-green-600\/40) {
  border-color: rgb(2 157 90 / 0.4);
}

.editor-styles-wrapper :is(.border-green-600\/5) {
  border-color: rgb(2 157 90 / 0.05);
}

.editor-styles-wrapper :is(.border-green-600\/50) {
  border-color: rgb(2 157 90 / 0.5);
}

.editor-styles-wrapper :is(.border-green-600\/60) {
  border-color: rgb(2 157 90 / 0.6);
}

.editor-styles-wrapper :is(.border-green-600\/70) {
  border-color: rgb(2 157 90 / 0.7);
}

.editor-styles-wrapper :is(.border-green-600\/75) {
  border-color: rgb(2 157 90 / 0.75);
}

.editor-styles-wrapper :is(.border-green-600\/80) {
  border-color: rgb(2 157 90 / 0.8);
}

.editor-styles-wrapper :is(.border-green-600\/90) {
  border-color: rgb(2 157 90 / 0.9);
}

.editor-styles-wrapper :is(.border-green-600\/95) {
  border-color: rgb(2 157 90 / 0.95);
}

.editor-styles-wrapper :is(.border-green-700) {
  --tw-border-opacity: 1;
  border-color: rgb(2 118 67 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-700\/0) {
  border-color: rgb(2 118 67 / 0);
}

.editor-styles-wrapper :is(.border-green-700\/10) {
  border-color: rgb(2 118 67 / 0.1);
}

.editor-styles-wrapper :is(.border-green-700\/100) {
  border-color: rgb(2 118 67 / 1);
}

.editor-styles-wrapper :is(.border-green-700\/20) {
  border-color: rgb(2 118 67 / 0.2);
}

.editor-styles-wrapper :is(.border-green-700\/25) {
  border-color: rgb(2 118 67 / 0.25);
}

.editor-styles-wrapper :is(.border-green-700\/30) {
  border-color: rgb(2 118 67 / 0.3);
}

.editor-styles-wrapper :is(.border-green-700\/40) {
  border-color: rgb(2 118 67 / 0.4);
}

.editor-styles-wrapper :is(.border-green-700\/5) {
  border-color: rgb(2 118 67 / 0.05);
}

.editor-styles-wrapper :is(.border-green-700\/50) {
  border-color: rgb(2 118 67 / 0.5);
}

.editor-styles-wrapper :is(.border-green-700\/60) {
  border-color: rgb(2 118 67 / 0.6);
}

.editor-styles-wrapper :is(.border-green-700\/70) {
  border-color: rgb(2 118 67 / 0.7);
}

.editor-styles-wrapper :is(.border-green-700\/75) {
  border-color: rgb(2 118 67 / 0.75);
}

.editor-styles-wrapper :is(.border-green-700\/80) {
  border-color: rgb(2 118 67 / 0.8);
}

.editor-styles-wrapper :is(.border-green-700\/90) {
  border-color: rgb(2 118 67 / 0.9);
}

.editor-styles-wrapper :is(.border-green-700\/95) {
  border-color: rgb(2 118 67 / 0.95);
}

.editor-styles-wrapper :is(.border-green-800) {
  --tw-border-opacity: 1;
  border-color: rgb(1 78 45 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-800\/0) {
  border-color: rgb(1 78 45 / 0);
}

.editor-styles-wrapper :is(.border-green-800\/10) {
  border-color: rgb(1 78 45 / 0.1);
}

.editor-styles-wrapper :is(.border-green-800\/100) {
  border-color: rgb(1 78 45 / 1);
}

.editor-styles-wrapper :is(.border-green-800\/20) {
  border-color: rgb(1 78 45 / 0.2);
}

.editor-styles-wrapper :is(.border-green-800\/25) {
  border-color: rgb(1 78 45 / 0.25);
}

.editor-styles-wrapper :is(.border-green-800\/30) {
  border-color: rgb(1 78 45 / 0.3);
}

.editor-styles-wrapper :is(.border-green-800\/40) {
  border-color: rgb(1 78 45 / 0.4);
}

.editor-styles-wrapper :is(.border-green-800\/5) {
  border-color: rgb(1 78 45 / 0.05);
}

.editor-styles-wrapper :is(.border-green-800\/50) {
  border-color: rgb(1 78 45 / 0.5);
}

.editor-styles-wrapper :is(.border-green-800\/60) {
  border-color: rgb(1 78 45 / 0.6);
}

.editor-styles-wrapper :is(.border-green-800\/70) {
  border-color: rgb(1 78 45 / 0.7);
}

.editor-styles-wrapper :is(.border-green-800\/75) {
  border-color: rgb(1 78 45 / 0.75);
}

.editor-styles-wrapper :is(.border-green-800\/80) {
  border-color: rgb(1 78 45 / 0.8);
}

.editor-styles-wrapper :is(.border-green-800\/90) {
  border-color: rgb(1 78 45 / 0.9);
}

.editor-styles-wrapper :is(.border-green-800\/95) {
  border-color: rgb(1 78 45 / 0.95);
}

.editor-styles-wrapper :is(.border-green-900) {
  --tw-border-opacity: 1;
  border-color: rgb(1 39 22 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-green-900\/0) {
  border-color: rgb(1 39 22 / 0);
}

.editor-styles-wrapper :is(.border-green-900\/10) {
  border-color: rgb(1 39 22 / 0.1);
}

.editor-styles-wrapper :is(.border-green-900\/100) {
  border-color: rgb(1 39 22 / 1);
}

.editor-styles-wrapper :is(.border-green-900\/20) {
  border-color: rgb(1 39 22 / 0.2);
}

.editor-styles-wrapper :is(.border-green-900\/25) {
  border-color: rgb(1 39 22 / 0.25);
}

.editor-styles-wrapper :is(.border-green-900\/30) {
  border-color: rgb(1 39 22 / 0.3);
}

.editor-styles-wrapper :is(.border-green-900\/40) {
  border-color: rgb(1 39 22 / 0.4);
}

.editor-styles-wrapper :is(.border-green-900\/5) {
  border-color: rgb(1 39 22 / 0.05);
}

.editor-styles-wrapper :is(.border-green-900\/50) {
  border-color: rgb(1 39 22 / 0.5);
}

.editor-styles-wrapper :is(.border-green-900\/60) {
  border-color: rgb(1 39 22 / 0.6);
}

.editor-styles-wrapper :is(.border-green-900\/70) {
  border-color: rgb(1 39 22 / 0.7);
}

.editor-styles-wrapper :is(.border-green-900\/75) {
  border-color: rgb(1 39 22 / 0.75);
}

.editor-styles-wrapper :is(.border-green-900\/80) {
  border-color: rgb(1 39 22 / 0.8);
}

.editor-styles-wrapper :is(.border-green-900\/90) {
  border-color: rgb(1 39 22 / 0.9);
}

.editor-styles-wrapper :is(.border-green-900\/95) {
  border-color: rgb(1 39 22 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-100) {
  --tw-border-opacity: 1;
  border-color: rgb(165 203 253 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-100\/0) {
  border-color: rgb(165 203 253 / 0);
}

.editor-styles-wrapper :is(.border-navy-100\/10) {
  border-color: rgb(165 203 253 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-100\/100) {
  border-color: rgb(165 203 253 / 1);
}

.editor-styles-wrapper :is(.border-navy-100\/20) {
  border-color: rgb(165 203 253 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-100\/25) {
  border-color: rgb(165 203 253 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-100\/30) {
  border-color: rgb(165 203 253 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-100\/40) {
  border-color: rgb(165 203 253 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-100\/5) {
  border-color: rgb(165 203 253 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-100\/50) {
  border-color: rgb(165 203 253 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-100\/60) {
  border-color: rgb(165 203 253 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-100\/70) {
  border-color: rgb(165 203 253 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-100\/75) {
  border-color: rgb(165 203 253 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-100\/80) {
  border-color: rgb(165 203 253 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-100\/90) {
  border-color: rgb(165 203 253 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-100\/95) {
  border-color: rgb(165 203 253 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-1000) {
  --tw-border-opacity: 1;
  border-color: rgb(0 2 5 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-1000\/0) {
  border-color: rgb(0 2 5 / 0);
}

.editor-styles-wrapper :is(.border-navy-1000\/10) {
  border-color: rgb(0 2 5 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-1000\/100) {
  border-color: rgb(0 2 5 / 1);
}

.editor-styles-wrapper :is(.border-navy-1000\/20) {
  border-color: rgb(0 2 5 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-1000\/25) {
  border-color: rgb(0 2 5 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-1000\/30) {
  border-color: rgb(0 2 5 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-1000\/40) {
  border-color: rgb(0 2 5 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-1000\/5) {
  border-color: rgb(0 2 5 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-1000\/50) {
  border-color: rgb(0 2 5 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-1000\/60) {
  border-color: rgb(0 2 5 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-1000\/70) {
  border-color: rgb(0 2 5 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-1000\/75) {
  border-color: rgb(0 2 5 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-1000\/80) {
  border-color: rgb(0 2 5 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-1000\/90) {
  border-color: rgb(0 2 5 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-1000\/95) {
  border-color: rgb(0 2 5 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-200) {
  --tw-border-opacity: 1;
  border-color: rgb(75 151 251 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-200\/0) {
  border-color: rgb(75 151 251 / 0);
}

.editor-styles-wrapper :is(.border-navy-200\/10) {
  border-color: rgb(75 151 251 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-200\/100) {
  border-color: rgb(75 151 251 / 1);
}

.editor-styles-wrapper :is(.border-navy-200\/20) {
  border-color: rgb(75 151 251 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-200\/25) {
  border-color: rgb(75 151 251 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-200\/30) {
  border-color: rgb(75 151 251 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-200\/40) {
  border-color: rgb(75 151 251 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-200\/5) {
  border-color: rgb(75 151 251 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-200\/50) {
  border-color: rgb(75 151 251 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-200\/60) {
  border-color: rgb(75 151 251 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-200\/70) {
  border-color: rgb(75 151 251 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-200\/75) {
  border-color: rgb(75 151 251 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-200\/80) {
  border-color: rgb(75 151 251 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-200\/90) {
  border-color: rgb(75 151 251 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-200\/95) {
  border-color: rgb(75 151 251 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-300) {
  --tw-border-opacity: 1;
  border-color: rgb(5 102 230 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-300\/0) {
  border-color: rgb(5 102 230 / 0);
}

.editor-styles-wrapper :is(.border-navy-300\/10) {
  border-color: rgb(5 102 230 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-300\/100) {
  border-color: rgb(5 102 230 / 1);
}

.editor-styles-wrapper :is(.border-navy-300\/20) {
  border-color: rgb(5 102 230 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-300\/25) {
  border-color: rgb(5 102 230 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-300\/30) {
  border-color: rgb(5 102 230 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-300\/40) {
  border-color: rgb(5 102 230 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-300\/5) {
  border-color: rgb(5 102 230 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-300\/50) {
  border-color: rgb(5 102 230 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-300\/60) {
  border-color: rgb(5 102 230 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-300\/70) {
  border-color: rgb(5 102 230 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-300\/75) {
  border-color: rgb(5 102 230 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-300\/80) {
  border-color: rgb(5 102 230 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-300\/90) {
  border-color: rgb(5 102 230 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-300\/95) {
  border-color: rgb(5 102 230 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-400) {
  --tw-border-opacity: 1;
  border-color: rgb(3 62 140 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-400\/0) {
  border-color: rgb(3 62 140 / 0);
}

.editor-styles-wrapper :is(.border-navy-400\/10) {
  border-color: rgb(3 62 140 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-400\/100) {
  border-color: rgb(3 62 140 / 1);
}

.editor-styles-wrapper :is(.border-navy-400\/20) {
  border-color: rgb(3 62 140 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-400\/25) {
  border-color: rgb(3 62 140 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-400\/30) {
  border-color: rgb(3 62 140 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-400\/40) {
  border-color: rgb(3 62 140 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-400\/5) {
  border-color: rgb(3 62 140 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-400\/50) {
  border-color: rgb(3 62 140 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-400\/60) {
  border-color: rgb(3 62 140 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-400\/70) {
  border-color: rgb(3 62 140 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-400\/75) {
  border-color: rgb(3 62 140 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-400\/80) {
  border-color: rgb(3 62 140 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-400\/90) {
  border-color: rgb(3 62 140 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-400\/95) {
  border-color: rgb(3 62 140 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-50) {
  --tw-border-opacity: 1;
  border-color: rgb(210 229 254 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-50\/0) {
  border-color: rgb(210 229 254 / 0);
}

.editor-styles-wrapper :is(.border-navy-50\/10) {
  border-color: rgb(210 229 254 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-50\/100) {
  border-color: rgb(210 229 254 / 1);
}

.editor-styles-wrapper :is(.border-navy-50\/20) {
  border-color: rgb(210 229 254 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-50\/25) {
  border-color: rgb(210 229 254 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-50\/30) {
  border-color: rgb(210 229 254 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-50\/40) {
  border-color: rgb(210 229 254 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-50\/5) {
  border-color: rgb(210 229 254 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-50\/50) {
  border-color: rgb(210 229 254 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-50\/60) {
  border-color: rgb(210 229 254 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-50\/70) {
  border-color: rgb(210 229 254 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-50\/75) {
  border-color: rgb(210 229 254 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-50\/80) {
  border-color: rgb(210 229 254 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-50\/90) {
  border-color: rgb(210 229 254 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-50\/95) {
  border-color: rgb(210 229 254 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-500) {
  --tw-border-opacity: 1;
  border-color: rgb(1 23 51 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-500\/0) {
  border-color: rgb(1 23 51 / 0);
}

.editor-styles-wrapper :is(.border-navy-500\/10) {
  border-color: rgb(1 23 51 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-500\/100) {
  border-color: rgb(1 23 51 / 1);
}

.editor-styles-wrapper :is(.border-navy-500\/20) {
  border-color: rgb(1 23 51 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-500\/25) {
  border-color: rgb(1 23 51 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-500\/30) {
  border-color: rgb(1 23 51 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-500\/40) {
  border-color: rgb(1 23 51 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-500\/5) {
  border-color: rgb(1 23 51 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-500\/50) {
  border-color: rgb(1 23 51 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-500\/60) {
  border-color: rgb(1 23 51 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-500\/70) {
  border-color: rgb(1 23 51 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-500\/75) {
  border-color: rgb(1 23 51 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-500\/80) {
  border-color: rgb(1 23 51 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-500\/90) {
  border-color: rgb(1 23 51 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-500\/95) {
  border-color: rgb(1 23 51 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-600) {
  --tw-border-opacity: 1;
  border-color: rgb(1 18 40 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-600\/0) {
  border-color: rgb(1 18 40 / 0);
}

.editor-styles-wrapper :is(.border-navy-600\/10) {
  border-color: rgb(1 18 40 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-600\/100) {
  border-color: rgb(1 18 40 / 1);
}

.editor-styles-wrapper :is(.border-navy-600\/20) {
  border-color: rgb(1 18 40 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-600\/25) {
  border-color: rgb(1 18 40 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-600\/30) {
  border-color: rgb(1 18 40 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-600\/40) {
  border-color: rgb(1 18 40 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-600\/5) {
  border-color: rgb(1 18 40 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-600\/50) {
  border-color: rgb(1 18 40 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-600\/60) {
  border-color: rgb(1 18 40 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-600\/70) {
  border-color: rgb(1 18 40 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-600\/75) {
  border-color: rgb(1 18 40 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-600\/80) {
  border-color: rgb(1 18 40 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-600\/90) {
  border-color: rgb(1 18 40 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-600\/95) {
  border-color: rgb(1 18 40 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-700) {
  --tw-border-opacity: 1;
  border-color: rgb(1 13 30 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-700\/0) {
  border-color: rgb(1 13 30 / 0);
}

.editor-styles-wrapper :is(.border-navy-700\/10) {
  border-color: rgb(1 13 30 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-700\/100) {
  border-color: rgb(1 13 30 / 1);
}

.editor-styles-wrapper :is(.border-navy-700\/20) {
  border-color: rgb(1 13 30 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-700\/25) {
  border-color: rgb(1 13 30 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-700\/30) {
  border-color: rgb(1 13 30 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-700\/40) {
  border-color: rgb(1 13 30 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-700\/5) {
  border-color: rgb(1 13 30 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-700\/50) {
  border-color: rgb(1 13 30 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-700\/60) {
  border-color: rgb(1 13 30 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-700\/70) {
  border-color: rgb(1 13 30 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-700\/75) {
  border-color: rgb(1 13 30 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-700\/80) {
  border-color: rgb(1 13 30 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-700\/90) {
  border-color: rgb(1 13 30 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-700\/95) {
  border-color: rgb(1 13 30 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-800) {
  --tw-border-opacity: 1;
  border-color: rgb(0 9 20 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-800\/0) {
  border-color: rgb(0 9 20 / 0);
}

.editor-styles-wrapper :is(.border-navy-800\/10) {
  border-color: rgb(0 9 20 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-800\/100) {
  border-color: rgb(0 9 20 / 1);
}

.editor-styles-wrapper :is(.border-navy-800\/20) {
  border-color: rgb(0 9 20 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-800\/25) {
  border-color: rgb(0 9 20 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-800\/30) {
  border-color: rgb(0 9 20 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-800\/40) {
  border-color: rgb(0 9 20 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-800\/5) {
  border-color: rgb(0 9 20 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-800\/50) {
  border-color: rgb(0 9 20 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-800\/60) {
  border-color: rgb(0 9 20 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-800\/70) {
  border-color: rgb(0 9 20 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-800\/75) {
  border-color: rgb(0 9 20 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-800\/80) {
  border-color: rgb(0 9 20 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-800\/90) {
  border-color: rgb(0 9 20 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-800\/95) {
  border-color: rgb(0 9 20 / 0.95);
}

.editor-styles-wrapper :is(.border-navy-900) {
  --tw-border-opacity: 1;
  border-color: rgb(0 4 10 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-navy-900\/0) {
  border-color: rgb(0 4 10 / 0);
}

.editor-styles-wrapper :is(.border-navy-900\/10) {
  border-color: rgb(0 4 10 / 0.1);
}

.editor-styles-wrapper :is(.border-navy-900\/100) {
  border-color: rgb(0 4 10 / 1);
}

.editor-styles-wrapper :is(.border-navy-900\/20) {
  border-color: rgb(0 4 10 / 0.2);
}

.editor-styles-wrapper :is(.border-navy-900\/25) {
  border-color: rgb(0 4 10 / 0.25);
}

.editor-styles-wrapper :is(.border-navy-900\/30) {
  border-color: rgb(0 4 10 / 0.3);
}

.editor-styles-wrapper :is(.border-navy-900\/40) {
  border-color: rgb(0 4 10 / 0.4);
}

.editor-styles-wrapper :is(.border-navy-900\/5) {
  border-color: rgb(0 4 10 / 0.05);
}

.editor-styles-wrapper :is(.border-navy-900\/50) {
  border-color: rgb(0 4 10 / 0.5);
}

.editor-styles-wrapper :is(.border-navy-900\/60) {
  border-color: rgb(0 4 10 / 0.6);
}

.editor-styles-wrapper :is(.border-navy-900\/70) {
  border-color: rgb(0 4 10 / 0.7);
}

.editor-styles-wrapper :is(.border-navy-900\/75) {
  border-color: rgb(0 4 10 / 0.75);
}

.editor-styles-wrapper :is(.border-navy-900\/80) {
  border-color: rgb(0 4 10 / 0.8);
}

.editor-styles-wrapper :is(.border-navy-900\/90) {
  border-color: rgb(0 4 10 / 0.9);
}

.editor-styles-wrapper :is(.border-navy-900\/95) {
  border-color: rgb(0 4 10 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-100) {
  --tw-border-opacity: 1;
  border-color: rgb(254 233 218 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-100\/0) {
  border-color: rgb(254 233 218 / 0);
}

.editor-styles-wrapper :is(.border-orange-100\/10) {
  border-color: rgb(254 233 218 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-100\/100) {
  border-color: rgb(254 233 218 / 1);
}

.editor-styles-wrapper :is(.border-orange-100\/20) {
  border-color: rgb(254 233 218 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-100\/25) {
  border-color: rgb(254 233 218 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-100\/30) {
  border-color: rgb(254 233 218 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-100\/40) {
  border-color: rgb(254 233 218 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-100\/5) {
  border-color: rgb(254 233 218 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-100\/50) {
  border-color: rgb(254 233 218 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-100\/60) {
  border-color: rgb(254 233 218 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-100\/70) {
  border-color: rgb(254 233 218 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-100\/75) {
  border-color: rgb(254 233 218 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-100\/80) {
  border-color: rgb(254 233 218 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-100\/90) {
  border-color: rgb(254 233 218 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-100\/95) {
  border-color: rgb(254 233 218 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-1000) {
  --tw-border-opacity: 1;
  border-color: rgb(32 14 0 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-1000\/0) {
  border-color: rgb(32 14 0 / 0);
}

.editor-styles-wrapper :is(.border-orange-1000\/10) {
  border-color: rgb(32 14 0 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-1000\/100) {
  border-color: rgb(32 14 0 / 1);
}

.editor-styles-wrapper :is(.border-orange-1000\/20) {
  border-color: rgb(32 14 0 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-1000\/25) {
  border-color: rgb(32 14 0 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-1000\/30) {
  border-color: rgb(32 14 0 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-1000\/40) {
  border-color: rgb(32 14 0 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-1000\/5) {
  border-color: rgb(32 14 0 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-1000\/50) {
  border-color: rgb(32 14 0 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-1000\/60) {
  border-color: rgb(32 14 0 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-1000\/70) {
  border-color: rgb(32 14 0 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-1000\/75) {
  border-color: rgb(32 14 0 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-1000\/80) {
  border-color: rgb(32 14 0 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-1000\/90) {
  border-color: rgb(32 14 0 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-1000\/95) {
  border-color: rgb(32 14 0 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-200) {
  --tw-border-opacity: 1;
  border-color: rgb(254 212 181 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-200\/0) {
  border-color: rgb(254 212 181 / 0);
}

.editor-styles-wrapper :is(.border-orange-200\/10) {
  border-color: rgb(254 212 181 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-200\/100) {
  border-color: rgb(254 212 181 / 1);
}

.editor-styles-wrapper :is(.border-orange-200\/20) {
  border-color: rgb(254 212 181 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-200\/25) {
  border-color: rgb(254 212 181 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-200\/30) {
  border-color: rgb(254 212 181 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-200\/40) {
  border-color: rgb(254 212 181 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-200\/5) {
  border-color: rgb(254 212 181 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-200\/50) {
  border-color: rgb(254 212 181 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-200\/60) {
  border-color: rgb(254 212 181 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-200\/70) {
  border-color: rgb(254 212 181 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-200\/75) {
  border-color: rgb(254 212 181 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-200\/80) {
  border-color: rgb(254 212 181 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-200\/90) {
  border-color: rgb(254 212 181 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-200\/95) {
  border-color: rgb(254 212 181 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-300) {
  --tw-border-opacity: 1;
  border-color: rgb(253 191 143 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-300\/0) {
  border-color: rgb(253 191 143 / 0);
}

.editor-styles-wrapper :is(.border-orange-300\/10) {
  border-color: rgb(253 191 143 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-300\/100) {
  border-color: rgb(253 191 143 / 1);
}

.editor-styles-wrapper :is(.border-orange-300\/20) {
  border-color: rgb(253 191 143 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-300\/25) {
  border-color: rgb(253 191 143 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-300\/30) {
  border-color: rgb(253 191 143 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-300\/40) {
  border-color: rgb(253 191 143 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-300\/5) {
  border-color: rgb(253 191 143 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-300\/50) {
  border-color: rgb(253 191 143 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-300\/60) {
  border-color: rgb(253 191 143 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-300\/70) {
  border-color: rgb(253 191 143 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-300\/75) {
  border-color: rgb(253 191 143 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-300\/80) {
  border-color: rgb(253 191 143 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-300\/90) {
  border-color: rgb(253 191 143 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-300\/95) {
  border-color: rgb(253 191 143 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-400) {
  --tw-border-opacity: 1;
  border-color: rgb(253 170 106 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-400\/0) {
  border-color: rgb(253 170 106 / 0);
}

.editor-styles-wrapper :is(.border-orange-400\/10) {
  border-color: rgb(253 170 106 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-400\/100) {
  border-color: rgb(253 170 106 / 1);
}

.editor-styles-wrapper :is(.border-orange-400\/20) {
  border-color: rgb(253 170 106 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-400\/25) {
  border-color: rgb(253 170 106 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-400\/30) {
  border-color: rgb(253 170 106 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-400\/40) {
  border-color: rgb(253 170 106 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-400\/5) {
  border-color: rgb(253 170 106 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-400\/50) {
  border-color: rgb(253 170 106 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-400\/60) {
  border-color: rgb(253 170 106 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-400\/70) {
  border-color: rgb(253 170 106 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-400\/75) {
  border-color: rgb(253 170 106 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-400\/80) {
  border-color: rgb(253 170 106 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-400\/90) {
  border-color: rgb(253 170 106 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-400\/95) {
  border-color: rgb(253 170 106 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-50) {
  --tw-border-opacity: 1;
  border-color: rgb(255 244 236 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-50\/0) {
  border-color: rgb(255 244 236 / 0);
}

.editor-styles-wrapper :is(.border-orange-50\/10) {
  border-color: rgb(255 244 236 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-50\/100) {
  border-color: rgb(255 244 236 / 1);
}

.editor-styles-wrapper :is(.border-orange-50\/20) {
  border-color: rgb(255 244 236 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-50\/25) {
  border-color: rgb(255 244 236 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-50\/30) {
  border-color: rgb(255 244 236 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-50\/40) {
  border-color: rgb(255 244 236 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-50\/5) {
  border-color: rgb(255 244 236 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-50\/50) {
  border-color: rgb(255 244 236 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-50\/60) {
  border-color: rgb(255 244 236 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-50\/70) {
  border-color: rgb(255 244 236 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-50\/75) {
  border-color: rgb(255 244 236 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-50\/80) {
  border-color: rgb(255 244 236 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-50\/90) {
  border-color: rgb(255 244 236 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-50\/95) {
  border-color: rgb(255 244 236 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-500) {
  --tw-border-opacity: 1;
  border-color: rgb(252 148 69 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-500\/0) {
  border-color: rgb(252 148 69 / 0);
}

.editor-styles-wrapper :is(.border-orange-500\/10) {
  border-color: rgb(252 148 69 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-500\/100) {
  border-color: rgb(252 148 69 / 1);
}

.editor-styles-wrapper :is(.border-orange-500\/20) {
  border-color: rgb(252 148 69 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-500\/25) {
  border-color: rgb(252 148 69 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-500\/30) {
  border-color: rgb(252 148 69 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-500\/40) {
  border-color: rgb(252 148 69 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-500\/5) {
  border-color: rgb(252 148 69 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-500\/50) {
  border-color: rgb(252 148 69 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-500\/60) {
  border-color: rgb(252 148 69 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-500\/70) {
  border-color: rgb(252 148 69 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-500\/75) {
  border-color: rgb(252 148 69 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-500\/80) {
  border-color: rgb(252 148 69 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-500\/90) {
  border-color: rgb(252 148 69 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-500\/95) {
  border-color: rgb(252 148 69 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-600) {
  --tw-border-opacity: 1;
  border-color: rgb(251 112 6 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-600\/0) {
  border-color: rgb(251 112 6 / 0);
}

.editor-styles-wrapper :is(.border-orange-600\/10) {
  border-color: rgb(251 112 6 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-600\/100) {
  border-color: rgb(251 112 6 / 1);
}

.editor-styles-wrapper :is(.border-orange-600\/20) {
  border-color: rgb(251 112 6 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-600\/25) {
  border-color: rgb(251 112 6 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-600\/30) {
  border-color: rgb(251 112 6 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-600\/40) {
  border-color: rgb(251 112 6 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-600\/5) {
  border-color: rgb(251 112 6 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-600\/50) {
  border-color: rgb(251 112 6 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-600\/60) {
  border-color: rgb(251 112 6 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-600\/70) {
  border-color: rgb(251 112 6 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-600\/75) {
  border-color: rgb(251 112 6 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-600\/80) {
  border-color: rgb(251 112 6 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-600\/90) {
  border-color: rgb(251 112 6 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-600\/95) {
  border-color: rgb(251 112 6 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-700) {
  --tw-border-opacity: 1;
  border-color: rgb(190 84 3 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-700\/0) {
  border-color: rgb(190 84 3 / 0);
}

.editor-styles-wrapper :is(.border-orange-700\/10) {
  border-color: rgb(190 84 3 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-700\/100) {
  border-color: rgb(190 84 3 / 1);
}

.editor-styles-wrapper :is(.border-orange-700\/20) {
  border-color: rgb(190 84 3 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-700\/25) {
  border-color: rgb(190 84 3 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-700\/30) {
  border-color: rgb(190 84 3 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-700\/40) {
  border-color: rgb(190 84 3 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-700\/5) {
  border-color: rgb(190 84 3 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-700\/50) {
  border-color: rgb(190 84 3 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-700\/60) {
  border-color: rgb(190 84 3 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-700\/70) {
  border-color: rgb(190 84 3 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-700\/75) {
  border-color: rgb(190 84 3 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-700\/80) {
  border-color: rgb(190 84 3 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-700\/90) {
  border-color: rgb(190 84 3 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-700\/95) {
  border-color: rgb(190 84 3 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-800) {
  --tw-border-opacity: 1;
  border-color: rgb(127 56 2 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-800\/0) {
  border-color: rgb(127 56 2 / 0);
}

.editor-styles-wrapper :is(.border-orange-800\/10) {
  border-color: rgb(127 56 2 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-800\/100) {
  border-color: rgb(127 56 2 / 1);
}

.editor-styles-wrapper :is(.border-orange-800\/20) {
  border-color: rgb(127 56 2 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-800\/25) {
  border-color: rgb(127 56 2 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-800\/30) {
  border-color: rgb(127 56 2 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-800\/40) {
  border-color: rgb(127 56 2 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-800\/5) {
  border-color: rgb(127 56 2 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-800\/50) {
  border-color: rgb(127 56 2 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-800\/60) {
  border-color: rgb(127 56 2 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-800\/70) {
  border-color: rgb(127 56 2 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-800\/75) {
  border-color: rgb(127 56 2 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-800\/80) {
  border-color: rgb(127 56 2 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-800\/90) {
  border-color: rgb(127 56 2 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-800\/95) {
  border-color: rgb(127 56 2 / 0.95);
}

.editor-styles-wrapper :is(.border-orange-900) {
  --tw-border-opacity: 1;
  border-color: rgb(63 28 1 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-orange-900\/0) {
  border-color: rgb(63 28 1 / 0);
}

.editor-styles-wrapper :is(.border-orange-900\/10) {
  border-color: rgb(63 28 1 / 0.1);
}

.editor-styles-wrapper :is(.border-orange-900\/100) {
  border-color: rgb(63 28 1 / 1);
}

.editor-styles-wrapper :is(.border-orange-900\/20) {
  border-color: rgb(63 28 1 / 0.2);
}

.editor-styles-wrapper :is(.border-orange-900\/25) {
  border-color: rgb(63 28 1 / 0.25);
}

.editor-styles-wrapper :is(.border-orange-900\/30) {
  border-color: rgb(63 28 1 / 0.3);
}

.editor-styles-wrapper :is(.border-orange-900\/40) {
  border-color: rgb(63 28 1 / 0.4);
}

.editor-styles-wrapper :is(.border-orange-900\/5) {
  border-color: rgb(63 28 1 / 0.05);
}

.editor-styles-wrapper :is(.border-orange-900\/50) {
  border-color: rgb(63 28 1 / 0.5);
}

.editor-styles-wrapper :is(.border-orange-900\/60) {
  border-color: rgb(63 28 1 / 0.6);
}

.editor-styles-wrapper :is(.border-orange-900\/70) {
  border-color: rgb(63 28 1 / 0.7);
}

.editor-styles-wrapper :is(.border-orange-900\/75) {
  border-color: rgb(63 28 1 / 0.75);
}

.editor-styles-wrapper :is(.border-orange-900\/80) {
  border-color: rgb(63 28 1 / 0.8);
}

.editor-styles-wrapper :is(.border-orange-900\/90) {
  border-color: rgb(63 28 1 / 0.9);
}

.editor-styles-wrapper :is(.border-orange-900\/95) {
  border-color: rgb(63 28 1 / 0.95);
}

.editor-styles-wrapper :is(.border-primary) {
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-100) {
  --tw-border-opacity: 1;
  border-color: rgb(255 219 217 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-100\/0) {
  border-color: rgb(255 219 217 / 0);
}

.editor-styles-wrapper :is(.border-red-100\/10) {
  border-color: rgb(255 219 217 / 0.1);
}

.editor-styles-wrapper :is(.border-red-100\/100) {
  border-color: rgb(255 219 217 / 1);
}

.editor-styles-wrapper :is(.border-red-100\/20) {
  border-color: rgb(255 219 217 / 0.2);
}

.editor-styles-wrapper :is(.border-red-100\/25) {
  border-color: rgb(255 219 217 / 0.25);
}

.editor-styles-wrapper :is(.border-red-100\/30) {
  border-color: rgb(255 219 217 / 0.3);
}

.editor-styles-wrapper :is(.border-red-100\/40) {
  border-color: rgb(255 219 217 / 0.4);
}

.editor-styles-wrapper :is(.border-red-100\/5) {
  border-color: rgb(255 219 217 / 0.05);
}

.editor-styles-wrapper :is(.border-red-100\/50) {
  border-color: rgb(255 219 217 / 0.5);
}

.editor-styles-wrapper :is(.border-red-100\/60) {
  border-color: rgb(255 219 217 / 0.6);
}

.editor-styles-wrapper :is(.border-red-100\/70) {
  border-color: rgb(255 219 217 / 0.7);
}

.editor-styles-wrapper :is(.border-red-100\/75) {
  border-color: rgb(255 219 217 / 0.75);
}

.editor-styles-wrapper :is(.border-red-100\/80) {
  border-color: rgb(255 219 217 / 0.8);
}

.editor-styles-wrapper :is(.border-red-100\/90) {
  border-color: rgb(255 219 217 / 0.9);
}

.editor-styles-wrapper :is(.border-red-100\/95) {
  border-color: rgb(255 219 217 / 0.95);
}

.editor-styles-wrapper :is(.border-red-1000) {
  --tw-border-opacity: 1;
  border-color: rgb(32 2 0 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-1000\/0) {
  border-color: rgb(32 2 0 / 0);
}

.editor-styles-wrapper :is(.border-red-1000\/10) {
  border-color: rgb(32 2 0 / 0.1);
}

.editor-styles-wrapper :is(.border-red-1000\/100) {
  border-color: rgb(32 2 0 / 1);
}

.editor-styles-wrapper :is(.border-red-1000\/20) {
  border-color: rgb(32 2 0 / 0.2);
}

.editor-styles-wrapper :is(.border-red-1000\/25) {
  border-color: rgb(32 2 0 / 0.25);
}

.editor-styles-wrapper :is(.border-red-1000\/30) {
  border-color: rgb(32 2 0 / 0.3);
}

.editor-styles-wrapper :is(.border-red-1000\/40) {
  border-color: rgb(32 2 0 / 0.4);
}

.editor-styles-wrapper :is(.border-red-1000\/5) {
  border-color: rgb(32 2 0 / 0.05);
}

.editor-styles-wrapper :is(.border-red-1000\/50) {
  border-color: rgb(32 2 0 / 0.5);
}

.editor-styles-wrapper :is(.border-red-1000\/60) {
  border-color: rgb(32 2 0 / 0.6);
}

.editor-styles-wrapper :is(.border-red-1000\/70) {
  border-color: rgb(32 2 0 / 0.7);
}

.editor-styles-wrapper :is(.border-red-1000\/75) {
  border-color: rgb(32 2 0 / 0.75);
}

.editor-styles-wrapper :is(.border-red-1000\/80) {
  border-color: rgb(32 2 0 / 0.8);
}

.editor-styles-wrapper :is(.border-red-1000\/90) {
  border-color: rgb(32 2 0 / 0.9);
}

.editor-styles-wrapper :is(.border-red-1000\/95) {
  border-color: rgb(32 2 0 / 0.95);
}

.editor-styles-wrapper :is(.border-red-200) {
  --tw-border-opacity: 1;
  border-color: rgb(255 184 180 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-200\/0) {
  border-color: rgb(255 184 180 / 0);
}

.editor-styles-wrapper :is(.border-red-200\/10) {
  border-color: rgb(255 184 180 / 0.1);
}

.editor-styles-wrapper :is(.border-red-200\/100) {
  border-color: rgb(255 184 180 / 1);
}

.editor-styles-wrapper :is(.border-red-200\/20) {
  border-color: rgb(255 184 180 / 0.2);
}

.editor-styles-wrapper :is(.border-red-200\/25) {
  border-color: rgb(255 184 180 / 0.25);
}

.editor-styles-wrapper :is(.border-red-200\/30) {
  border-color: rgb(255 184 180 / 0.3);
}

.editor-styles-wrapper :is(.border-red-200\/40) {
  border-color: rgb(255 184 180 / 0.4);
}

.editor-styles-wrapper :is(.border-red-200\/5) {
  border-color: rgb(255 184 180 / 0.05);
}

.editor-styles-wrapper :is(.border-red-200\/50) {
  border-color: rgb(255 184 180 / 0.5);
}

.editor-styles-wrapper :is(.border-red-200\/60) {
  border-color: rgb(255 184 180 / 0.6);
}

.editor-styles-wrapper :is(.border-red-200\/70) {
  border-color: rgb(255 184 180 / 0.7);
}

.editor-styles-wrapper :is(.border-red-200\/75) {
  border-color: rgb(255 184 180 / 0.75);
}

.editor-styles-wrapper :is(.border-red-200\/80) {
  border-color: rgb(255 184 180 / 0.8);
}

.editor-styles-wrapper :is(.border-red-200\/90) {
  border-color: rgb(255 184 180 / 0.9);
}

.editor-styles-wrapper :is(.border-red-200\/95) {
  border-color: rgb(255 184 180 / 0.95);
}

.editor-styles-wrapper :is(.border-red-300) {
  --tw-border-opacity: 1;
  border-color: rgb(254 148 142 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-300\/0) {
  border-color: rgb(254 148 142 / 0);
}

.editor-styles-wrapper :is(.border-red-300\/10) {
  border-color: rgb(254 148 142 / 0.1);
}

.editor-styles-wrapper :is(.border-red-300\/100) {
  border-color: rgb(254 148 142 / 1);
}

.editor-styles-wrapper :is(.border-red-300\/20) {
  border-color: rgb(254 148 142 / 0.2);
}

.editor-styles-wrapper :is(.border-red-300\/25) {
  border-color: rgb(254 148 142 / 0.25);
}

.editor-styles-wrapper :is(.border-red-300\/30) {
  border-color: rgb(254 148 142 / 0.3);
}

.editor-styles-wrapper :is(.border-red-300\/40) {
  border-color: rgb(254 148 142 / 0.4);
}

.editor-styles-wrapper :is(.border-red-300\/5) {
  border-color: rgb(254 148 142 / 0.05);
}

.editor-styles-wrapper :is(.border-red-300\/50) {
  border-color: rgb(254 148 142 / 0.5);
}

.editor-styles-wrapper :is(.border-red-300\/60) {
  border-color: rgb(254 148 142 / 0.6);
}

.editor-styles-wrapper :is(.border-red-300\/70) {
  border-color: rgb(254 148 142 / 0.7);
}

.editor-styles-wrapper :is(.border-red-300\/75) {
  border-color: rgb(254 148 142 / 0.75);
}

.editor-styles-wrapper :is(.border-red-300\/80) {
  border-color: rgb(254 148 142 / 0.8);
}

.editor-styles-wrapper :is(.border-red-300\/90) {
  border-color: rgb(254 148 142 / 0.9);
}

.editor-styles-wrapper :is(.border-red-300\/95) {
  border-color: rgb(254 148 142 / 0.95);
}

.editor-styles-wrapper :is(.border-red-400) {
  --tw-border-opacity: 1;
  border-color: rgb(254 112 105 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-400\/0) {
  border-color: rgb(254 112 105 / 0);
}

.editor-styles-wrapper :is(.border-red-400\/10) {
  border-color: rgb(254 112 105 / 0.1);
}

.editor-styles-wrapper :is(.border-red-400\/100) {
  border-color: rgb(254 112 105 / 1);
}

.editor-styles-wrapper :is(.border-red-400\/20) {
  border-color: rgb(254 112 105 / 0.2);
}

.editor-styles-wrapper :is(.border-red-400\/25) {
  border-color: rgb(254 112 105 / 0.25);
}

.editor-styles-wrapper :is(.border-red-400\/30) {
  border-color: rgb(254 112 105 / 0.3);
}

.editor-styles-wrapper :is(.border-red-400\/40) {
  border-color: rgb(254 112 105 / 0.4);
}

.editor-styles-wrapper :is(.border-red-400\/5) {
  border-color: rgb(254 112 105 / 0.05);
}

.editor-styles-wrapper :is(.border-red-400\/50) {
  border-color: rgb(254 112 105 / 0.5);
}

.editor-styles-wrapper :is(.border-red-400\/60) {
  border-color: rgb(254 112 105 / 0.6);
}

.editor-styles-wrapper :is(.border-red-400\/70) {
  border-color: rgb(254 112 105 / 0.7);
}

.editor-styles-wrapper :is(.border-red-400\/75) {
  border-color: rgb(254 112 105 / 0.75);
}

.editor-styles-wrapper :is(.border-red-400\/80) {
  border-color: rgb(254 112 105 / 0.8);
}

.editor-styles-wrapper :is(.border-red-400\/90) {
  border-color: rgb(254 112 105 / 0.9);
}

.editor-styles-wrapper :is(.border-red-400\/95) {
  border-color: rgb(254 112 105 / 0.95);
}

.editor-styles-wrapper :is(.border-red-50) {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 236 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-50\/0) {
  border-color: rgb(255 237 236 / 0);
}

.editor-styles-wrapper :is(.border-red-50\/10) {
  border-color: rgb(255 237 236 / 0.1);
}

.editor-styles-wrapper :is(.border-red-50\/100) {
  border-color: rgb(255 237 236 / 1);
}

.editor-styles-wrapper :is(.border-red-50\/20) {
  border-color: rgb(255 237 236 / 0.2);
}

.editor-styles-wrapper :is(.border-red-50\/25) {
  border-color: rgb(255 237 236 / 0.25);
}

.editor-styles-wrapper :is(.border-red-50\/30) {
  border-color: rgb(255 237 236 / 0.3);
}

.editor-styles-wrapper :is(.border-red-50\/40) {
  border-color: rgb(255 237 236 / 0.4);
}

.editor-styles-wrapper :is(.border-red-50\/5) {
  border-color: rgb(255 237 236 / 0.05);
}

.editor-styles-wrapper :is(.border-red-50\/50) {
  border-color: rgb(255 237 236 / 0.5);
}

.editor-styles-wrapper :is(.border-red-50\/60) {
  border-color: rgb(255 237 236 / 0.6);
}

.editor-styles-wrapper :is(.border-red-50\/70) {
  border-color: rgb(255 237 236 / 0.7);
}

.editor-styles-wrapper :is(.border-red-50\/75) {
  border-color: rgb(255 237 236 / 0.75);
}

.editor-styles-wrapper :is(.border-red-50\/80) {
  border-color: rgb(255 237 236 / 0.8);
}

.editor-styles-wrapper :is(.border-red-50\/90) {
  border-color: rgb(255 237 236 / 0.9);
}

.editor-styles-wrapper :is(.border-red-50\/95) {
  border-color: rgb(255 237 236 / 0.95);
}

.editor-styles-wrapper :is(.border-red-500) {
  --tw-border-opacity: 1;
  border-color: rgb(254 106 98 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-500\/0) {
  border-color: rgb(254 106 98 / 0);
}

.editor-styles-wrapper :is(.border-red-500\/10) {
  border-color: rgb(254 106 98 / 0.1);
}

.editor-styles-wrapper :is(.border-red-500\/100) {
  border-color: rgb(254 106 98 / 1);
}

.editor-styles-wrapper :is(.border-red-500\/20) {
  border-color: rgb(254 106 98 / 0.2);
}

.editor-styles-wrapper :is(.border-red-500\/25) {
  border-color: rgb(254 106 98 / 0.25);
}

.editor-styles-wrapper :is(.border-red-500\/30) {
  border-color: rgb(254 106 98 / 0.3);
}

.editor-styles-wrapper :is(.border-red-500\/40) {
  border-color: rgb(254 106 98 / 0.4);
}

.editor-styles-wrapper :is(.border-red-500\/5) {
  border-color: rgb(254 106 98 / 0.05);
}

.editor-styles-wrapper :is(.border-red-500\/50) {
  border-color: rgb(254 106 98 / 0.5);
}

.editor-styles-wrapper :is(.border-red-500\/60) {
  border-color: rgb(254 106 98 / 0.6);
}

.editor-styles-wrapper :is(.border-red-500\/70) {
  border-color: rgb(254 106 98 / 0.7);
}

.editor-styles-wrapper :is(.border-red-500\/75) {
  border-color: rgb(254 106 98 / 0.75);
}

.editor-styles-wrapper :is(.border-red-500\/80) {
  border-color: rgb(254 106 98 / 0.8);
}

.editor-styles-wrapper :is(.border-red-500\/90) {
  border-color: rgb(254 106 98 / 0.9);
}

.editor-styles-wrapper :is(.border-red-500\/95) {
  border-color: rgb(254 106 98 / 0.95);
}

.editor-styles-wrapper :is(.border-red-600) {
  --tw-border-opacity: 1;
  border-color: rgb(224 12 1 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-600\/0) {
  border-color: rgb(224 12 1 / 0);
}

.editor-styles-wrapper :is(.border-red-600\/10) {
  border-color: rgb(224 12 1 / 0.1);
}

.editor-styles-wrapper :is(.border-red-600\/100) {
  border-color: rgb(224 12 1 / 1);
}

.editor-styles-wrapper :is(.border-red-600\/20) {
  border-color: rgb(224 12 1 / 0.2);
}

.editor-styles-wrapper :is(.border-red-600\/25) {
  border-color: rgb(224 12 1 / 0.25);
}

.editor-styles-wrapper :is(.border-red-600\/30) {
  border-color: rgb(224 12 1 / 0.3);
}

.editor-styles-wrapper :is(.border-red-600\/40) {
  border-color: rgb(224 12 1 / 0.4);
}

.editor-styles-wrapper :is(.border-red-600\/5) {
  border-color: rgb(224 12 1 / 0.05);
}

.editor-styles-wrapper :is(.border-red-600\/50) {
  border-color: rgb(224 12 1 / 0.5);
}

.editor-styles-wrapper :is(.border-red-600\/60) {
  border-color: rgb(224 12 1 / 0.6);
}

.editor-styles-wrapper :is(.border-red-600\/70) {
  border-color: rgb(224 12 1 / 0.7);
}

.editor-styles-wrapper :is(.border-red-600\/75) {
  border-color: rgb(224 12 1 / 0.75);
}

.editor-styles-wrapper :is(.border-red-600\/80) {
  border-color: rgb(224 12 1 / 0.8);
}

.editor-styles-wrapper :is(.border-red-600\/90) {
  border-color: rgb(224 12 1 / 0.9);
}

.editor-styles-wrapper :is(.border-red-600\/95) {
  border-color: rgb(224 12 1 / 0.95);
}

.editor-styles-wrapper :is(.border-red-700) {
  --tw-border-opacity: 1;
  border-color: rgb(192 11 1 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-700\/0) {
  border-color: rgb(192 11 1 / 0);
}

.editor-styles-wrapper :is(.border-red-700\/10) {
  border-color: rgb(192 11 1 / 0.1);
}

.editor-styles-wrapper :is(.border-red-700\/100) {
  border-color: rgb(192 11 1 / 1);
}

.editor-styles-wrapper :is(.border-red-700\/20) {
  border-color: rgb(192 11 1 / 0.2);
}

.editor-styles-wrapper :is(.border-red-700\/25) {
  border-color: rgb(192 11 1 / 0.25);
}

.editor-styles-wrapper :is(.border-red-700\/30) {
  border-color: rgb(192 11 1 / 0.3);
}

.editor-styles-wrapper :is(.border-red-700\/40) {
  border-color: rgb(192 11 1 / 0.4);
}

.editor-styles-wrapper :is(.border-red-700\/5) {
  border-color: rgb(192 11 1 / 0.05);
}

.editor-styles-wrapper :is(.border-red-700\/50) {
  border-color: rgb(192 11 1 / 0.5);
}

.editor-styles-wrapper :is(.border-red-700\/60) {
  border-color: rgb(192 11 1 / 0.6);
}

.editor-styles-wrapper :is(.border-red-700\/70) {
  border-color: rgb(192 11 1 / 0.7);
}

.editor-styles-wrapper :is(.border-red-700\/75) {
  border-color: rgb(192 11 1 / 0.75);
}

.editor-styles-wrapper :is(.border-red-700\/80) {
  border-color: rgb(192 11 1 / 0.8);
}

.editor-styles-wrapper :is(.border-red-700\/90) {
  border-color: rgb(192 11 1 / 0.9);
}

.editor-styles-wrapper :is(.border-red-700\/95) {
  border-color: rgb(192 11 1 / 0.95);
}

.editor-styles-wrapper :is(.border-red-800) {
  --tw-border-opacity: 1;
  border-color: rgb(128 7 1 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-800\/0) {
  border-color: rgb(128 7 1 / 0);
}

.editor-styles-wrapper :is(.border-red-800\/10) {
  border-color: rgb(128 7 1 / 0.1);
}

.editor-styles-wrapper :is(.border-red-800\/100) {
  border-color: rgb(128 7 1 / 1);
}

.editor-styles-wrapper :is(.border-red-800\/20) {
  border-color: rgb(128 7 1 / 0.2);
}

.editor-styles-wrapper :is(.border-red-800\/25) {
  border-color: rgb(128 7 1 / 0.25);
}

.editor-styles-wrapper :is(.border-red-800\/30) {
  border-color: rgb(128 7 1 / 0.3);
}

.editor-styles-wrapper :is(.border-red-800\/40) {
  border-color: rgb(128 7 1 / 0.4);
}

.editor-styles-wrapper :is(.border-red-800\/5) {
  border-color: rgb(128 7 1 / 0.05);
}

.editor-styles-wrapper :is(.border-red-800\/50) {
  border-color: rgb(128 7 1 / 0.5);
}

.editor-styles-wrapper :is(.border-red-800\/60) {
  border-color: rgb(128 7 1 / 0.6);
}

.editor-styles-wrapper :is(.border-red-800\/70) {
  border-color: rgb(128 7 1 / 0.7);
}

.editor-styles-wrapper :is(.border-red-800\/75) {
  border-color: rgb(128 7 1 / 0.75);
}

.editor-styles-wrapper :is(.border-red-800\/80) {
  border-color: rgb(128 7 1 / 0.8);
}

.editor-styles-wrapper :is(.border-red-800\/90) {
  border-color: rgb(128 7 1 / 0.9);
}

.editor-styles-wrapper :is(.border-red-800\/95) {
  border-color: rgb(128 7 1 / 0.95);
}

.editor-styles-wrapper :is(.border-red-900) {
  --tw-border-opacity: 1;
  border-color: rgb(64 4 0 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-red-900\/0) {
  border-color: rgb(64 4 0 / 0);
}

.editor-styles-wrapper :is(.border-red-900\/10) {
  border-color: rgb(64 4 0 / 0.1);
}

.editor-styles-wrapper :is(.border-red-900\/100) {
  border-color: rgb(64 4 0 / 1);
}

.editor-styles-wrapper :is(.border-red-900\/20) {
  border-color: rgb(64 4 0 / 0.2);
}

.editor-styles-wrapper :is(.border-red-900\/25) {
  border-color: rgb(64 4 0 / 0.25);
}

.editor-styles-wrapper :is(.border-red-900\/30) {
  border-color: rgb(64 4 0 / 0.3);
}

.editor-styles-wrapper :is(.border-red-900\/40) {
  border-color: rgb(64 4 0 / 0.4);
}

.editor-styles-wrapper :is(.border-red-900\/5) {
  border-color: rgb(64 4 0 / 0.05);
}

.editor-styles-wrapper :is(.border-red-900\/50) {
  border-color: rgb(64 4 0 / 0.5);
}

.editor-styles-wrapper :is(.border-red-900\/60) {
  border-color: rgb(64 4 0 / 0.6);
}

.editor-styles-wrapper :is(.border-red-900\/70) {
  border-color: rgb(64 4 0 / 0.7);
}

.editor-styles-wrapper :is(.border-red-900\/75) {
  border-color: rgb(64 4 0 / 0.75);
}

.editor-styles-wrapper :is(.border-red-900\/80) {
  border-color: rgb(64 4 0 / 0.8);
}

.editor-styles-wrapper :is(.border-red-900\/90) {
  border-color: rgb(64 4 0 / 0.9);
}

.editor-styles-wrapper :is(.border-red-900\/95) {
  border-color: rgb(64 4 0 / 0.95);
}

.editor-styles-wrapper :is(.border-transparent) {
  border-color: transparent;
}

.editor-styles-wrapper :is(.border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-100) {
  --tw-border-opacity: 1;
  border-color: rgb(254 248 235 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-100\/0) {
  border-color: rgb(254 248 235 / 0);
}

.editor-styles-wrapper :is(.border-yellow-100\/10) {
  border-color: rgb(254 248 235 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-100\/100) {
  border-color: rgb(254 248 235 / 1);
}

.editor-styles-wrapper :is(.border-yellow-100\/20) {
  border-color: rgb(254 248 235 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-100\/25) {
  border-color: rgb(254 248 235 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-100\/30) {
  border-color: rgb(254 248 235 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-100\/40) {
  border-color: rgb(254 248 235 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-100\/5) {
  border-color: rgb(254 248 235 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-100\/50) {
  border-color: rgb(254 248 235 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-100\/60) {
  border-color: rgb(254 248 235 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-100\/70) {
  border-color: rgb(254 248 235 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-100\/75) {
  border-color: rgb(254 248 235 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-100\/80) {
  border-color: rgb(254 248 235 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-100\/90) {
  border-color: rgb(254 248 235 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-100\/95) {
  border-color: rgb(254 248 235 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-1000) {
  --tw-border-opacity: 1;
  border-color: rgb(40 27 1 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-1000\/0) {
  border-color: rgb(40 27 1 / 0);
}

.editor-styles-wrapper :is(.border-yellow-1000\/10) {
  border-color: rgb(40 27 1 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-1000\/100) {
  border-color: rgb(40 27 1 / 1);
}

.editor-styles-wrapper :is(.border-yellow-1000\/20) {
  border-color: rgb(40 27 1 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-1000\/25) {
  border-color: rgb(40 27 1 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-1000\/30) {
  border-color: rgb(40 27 1 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-1000\/40) {
  border-color: rgb(40 27 1 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-1000\/5) {
  border-color: rgb(40 27 1 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-1000\/50) {
  border-color: rgb(40 27 1 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-1000\/60) {
  border-color: rgb(40 27 1 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-1000\/70) {
  border-color: rgb(40 27 1 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-1000\/75) {
  border-color: rgb(40 27 1 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-1000\/80) {
  border-color: rgb(40 27 1 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-1000\/90) {
  border-color: rgb(40 27 1 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-1000\/95) {
  border-color: rgb(40 27 1 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-200) {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 215 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-200\/0) {
  border-color: rgb(254 242 215 / 0);
}

.editor-styles-wrapper :is(.border-yellow-200\/10) {
  border-color: rgb(254 242 215 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-200\/100) {
  border-color: rgb(254 242 215 / 1);
}

.editor-styles-wrapper :is(.border-yellow-200\/20) {
  border-color: rgb(254 242 215 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-200\/25) {
  border-color: rgb(254 242 215 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-200\/30) {
  border-color: rgb(254 242 215 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-200\/40) {
  border-color: rgb(254 242 215 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-200\/5) {
  border-color: rgb(254 242 215 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-200\/50) {
  border-color: rgb(254 242 215 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-200\/60) {
  border-color: rgb(254 242 215 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-200\/70) {
  border-color: rgb(254 242 215 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-200\/75) {
  border-color: rgb(254 242 215 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-200\/80) {
  border-color: rgb(254 242 215 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-200\/90) {
  border-color: rgb(254 242 215 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-200\/95) {
  border-color: rgb(254 242 215 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-300) {
  --tw-border-opacity: 1;
  border-color: rgb(253 235 196 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-300\/0) {
  border-color: rgb(253 235 196 / 0);
}

.editor-styles-wrapper :is(.border-yellow-300\/10) {
  border-color: rgb(253 235 196 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-300\/100) {
  border-color: rgb(253 235 196 / 1);
}

.editor-styles-wrapper :is(.border-yellow-300\/20) {
  border-color: rgb(253 235 196 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-300\/25) {
  border-color: rgb(253 235 196 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-300\/30) {
  border-color: rgb(253 235 196 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-300\/40) {
  border-color: rgb(253 235 196 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-300\/5) {
  border-color: rgb(253 235 196 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-300\/50) {
  border-color: rgb(253 235 196 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-300\/60) {
  border-color: rgb(253 235 196 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-300\/70) {
  border-color: rgb(253 235 196 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-300\/75) {
  border-color: rgb(253 235 196 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-300\/80) {
  border-color: rgb(253 235 196 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-300\/90) {
  border-color: rgb(253 235 196 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-300\/95) {
  border-color: rgb(253 235 196 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-400) {
  --tw-border-opacity: 1;
  border-color: rgb(253 228 176 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-400\/0) {
  border-color: rgb(253 228 176 / 0);
}

.editor-styles-wrapper :is(.border-yellow-400\/10) {
  border-color: rgb(253 228 176 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-400\/100) {
  border-color: rgb(253 228 176 / 1);
}

.editor-styles-wrapper :is(.border-yellow-400\/20) {
  border-color: rgb(253 228 176 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-400\/25) {
  border-color: rgb(253 228 176 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-400\/30) {
  border-color: rgb(253 228 176 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-400\/40) {
  border-color: rgb(253 228 176 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-400\/5) {
  border-color: rgb(253 228 176 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-400\/50) {
  border-color: rgb(253 228 176 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-400\/60) {
  border-color: rgb(253 228 176 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-400\/70) {
  border-color: rgb(253 228 176 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-400\/75) {
  border-color: rgb(253 228 176 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-400\/80) {
  border-color: rgb(253 228 176 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-400\/90) {
  border-color: rgb(253 228 176 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-400\/95) {
  border-color: rgb(253 228 176 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-50) {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 245 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-50\/0) {
  border-color: rgb(255 252 245 / 0);
}

.editor-styles-wrapper :is(.border-yellow-50\/10) {
  border-color: rgb(255 252 245 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-50\/100) {
  border-color: rgb(255 252 245 / 1);
}

.editor-styles-wrapper :is(.border-yellow-50\/20) {
  border-color: rgb(255 252 245 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-50\/25) {
  border-color: rgb(255 252 245 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-50\/30) {
  border-color: rgb(255 252 245 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-50\/40) {
  border-color: rgb(255 252 245 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-50\/5) {
  border-color: rgb(255 252 245 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-50\/50) {
  border-color: rgb(255 252 245 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-50\/60) {
  border-color: rgb(255 252 245 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-50\/70) {
  border-color: rgb(255 252 245 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-50\/75) {
  border-color: rgb(255 252 245 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-50\/80) {
  border-color: rgb(255 252 245 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-50\/90) {
  border-color: rgb(255 252 245 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-50\/95) {
  border-color: rgb(255 252 245 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-500) {
  --tw-border-opacity: 1;
  border-color: rgb(252 222 156 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-500\/0) {
  border-color: rgb(252 222 156 / 0);
}

.editor-styles-wrapper :is(.border-yellow-500\/10) {
  border-color: rgb(252 222 156 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-500\/100) {
  border-color: rgb(252 222 156 / 1);
}

.editor-styles-wrapper :is(.border-yellow-500\/20) {
  border-color: rgb(252 222 156 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-500\/25) {
  border-color: rgb(252 222 156 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-500\/30) {
  border-color: rgb(252 222 156 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-500\/40) {
  border-color: rgb(252 222 156 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-500\/5) {
  border-color: rgb(252 222 156 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-500\/50) {
  border-color: rgb(252 222 156 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-500\/60) {
  border-color: rgb(252 222 156 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-500\/70) {
  border-color: rgb(252 222 156 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-500\/75) {
  border-color: rgb(252 222 156 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-500\/80) {
  border-color: rgb(252 222 156 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-500\/90) {
  border-color: rgb(252 222 156 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-500\/95) {
  border-color: rgb(252 222 156 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-600) {
  --tw-border-opacity: 1;
  border-color: rgb(249 195 77 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-600\/0) {
  border-color: rgb(249 195 77 / 0);
}

.editor-styles-wrapper :is(.border-yellow-600\/10) {
  border-color: rgb(249 195 77 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-600\/100) {
  border-color: rgb(249 195 77 / 1);
}

.editor-styles-wrapper :is(.border-yellow-600\/20) {
  border-color: rgb(249 195 77 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-600\/25) {
  border-color: rgb(249 195 77 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-600\/30) {
  border-color: rgb(249 195 77 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-600\/40) {
  border-color: rgb(249 195 77 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-600\/5) {
  border-color: rgb(249 195 77 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-600\/50) {
  border-color: rgb(249 195 77 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-600\/60) {
  border-color: rgb(249 195 77 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-600\/70) {
  border-color: rgb(249 195 77 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-600\/75) {
  border-color: rgb(249 195 77 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-600\/80) {
  border-color: rgb(249 195 77 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-600\/90) {
  border-color: rgb(249 195 77 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-600\/95) {
  border-color: rgb(249 195 77 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-700) {
  --tw-border-opacity: 1;
  border-color: rgb(237 165 7 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-700\/0) {
  border-color: rgb(237 165 7 / 0);
}

.editor-styles-wrapper :is(.border-yellow-700\/10) {
  border-color: rgb(237 165 7 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-700\/100) {
  border-color: rgb(237 165 7 / 1);
}

.editor-styles-wrapper :is(.border-yellow-700\/20) {
  border-color: rgb(237 165 7 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-700\/25) {
  border-color: rgb(237 165 7 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-700\/30) {
  border-color: rgb(237 165 7 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-700\/40) {
  border-color: rgb(237 165 7 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-700\/5) {
  border-color: rgb(237 165 7 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-700\/50) {
  border-color: rgb(237 165 7 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-700\/60) {
  border-color: rgb(237 165 7 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-700\/70) {
  border-color: rgb(237 165 7 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-700\/75) {
  border-color: rgb(237 165 7 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-700\/80) {
  border-color: rgb(237 165 7 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-700\/90) {
  border-color: rgb(237 165 7 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-700\/95) {
  border-color: rgb(237 165 7 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-800) {
  --tw-border-opacity: 1;
  border-color: rgb(158 110 5 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-800\/0) {
  border-color: rgb(158 110 5 / 0);
}

.editor-styles-wrapper :is(.border-yellow-800\/10) {
  border-color: rgb(158 110 5 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-800\/100) {
  border-color: rgb(158 110 5 / 1);
}

.editor-styles-wrapper :is(.border-yellow-800\/20) {
  border-color: rgb(158 110 5 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-800\/25) {
  border-color: rgb(158 110 5 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-800\/30) {
  border-color: rgb(158 110 5 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-800\/40) {
  border-color: rgb(158 110 5 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-800\/5) {
  border-color: rgb(158 110 5 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-800\/50) {
  border-color: rgb(158 110 5 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-800\/60) {
  border-color: rgb(158 110 5 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-800\/70) {
  border-color: rgb(158 110 5 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-800\/75) {
  border-color: rgb(158 110 5 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-800\/80) {
  border-color: rgb(158 110 5 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-800\/90) {
  border-color: rgb(158 110 5 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-800\/95) {
  border-color: rgb(158 110 5 / 0.95);
}

.editor-styles-wrapper :is(.border-yellow-900) {
  --tw-border-opacity: 1;
  border-color: rgb(79 55 2 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-yellow-900\/0) {
  border-color: rgb(79 55 2 / 0);
}

.editor-styles-wrapper :is(.border-yellow-900\/10) {
  border-color: rgb(79 55 2 / 0.1);
}

.editor-styles-wrapper :is(.border-yellow-900\/100) {
  border-color: rgb(79 55 2 / 1);
}

.editor-styles-wrapper :is(.border-yellow-900\/20) {
  border-color: rgb(79 55 2 / 0.2);
}

.editor-styles-wrapper :is(.border-yellow-900\/25) {
  border-color: rgb(79 55 2 / 0.25);
}

.editor-styles-wrapper :is(.border-yellow-900\/30) {
  border-color: rgb(79 55 2 / 0.3);
}

.editor-styles-wrapper :is(.border-yellow-900\/40) {
  border-color: rgb(79 55 2 / 0.4);
}

.editor-styles-wrapper :is(.border-yellow-900\/5) {
  border-color: rgb(79 55 2 / 0.05);
}

.editor-styles-wrapper :is(.border-yellow-900\/50) {
  border-color: rgb(79 55 2 / 0.5);
}

.editor-styles-wrapper :is(.border-yellow-900\/60) {
  border-color: rgb(79 55 2 / 0.6);
}

.editor-styles-wrapper :is(.border-yellow-900\/70) {
  border-color: rgb(79 55 2 / 0.7);
}

.editor-styles-wrapper :is(.border-yellow-900\/75) {
  border-color: rgb(79 55 2 / 0.75);
}

.editor-styles-wrapper :is(.border-yellow-900\/80) {
  border-color: rgb(79 55 2 / 0.8);
}

.editor-styles-wrapper :is(.border-yellow-900\/90) {
  border-color: rgb(79 55 2 / 0.9);
}

.editor-styles-wrapper :is(.border-yellow-900\/95) {
  border-color: rgb(79 55 2 / 0.95);
}

.editor-styles-wrapper :is(.\!bg-blue-100) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 224 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/0) {
  background-color: rgb(211 224 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/10) {
  background-color: rgb(211 224 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/100) {
  background-color: rgb(211 224 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/20) {
  background-color: rgb(211 224 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/25) {
  background-color: rgb(211 224 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/30) {
  background-color: rgb(211 224 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/40) {
  background-color: rgb(211 224 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/5) {
  background-color: rgb(211 224 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/50) {
  background-color: rgb(211 224 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/60) {
  background-color: rgb(211 224 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/70) {
  background-color: rgb(211 224 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/75) {
  background-color: rgb(211 224 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/80) {
  background-color: rgb(211 224 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/90) {
  background-color: rgb(211 224 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-100\/95) {
  background-color: rgb(211 224 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 9 29 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/0) {
  background-color: rgb(0 9 29 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/10) {
  background-color: rgb(0 9 29 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/100) {
  background-color: rgb(0 9 29 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/20) {
  background-color: rgb(0 9 29 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/25) {
  background-color: rgb(0 9 29 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/30) {
  background-color: rgb(0 9 29 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/40) {
  background-color: rgb(0 9 29 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/5) {
  background-color: rgb(0 9 29 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/50) {
  background-color: rgb(0 9 29 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/60) {
  background-color: rgb(0 9 29 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/70) {
  background-color: rgb(0 9 29 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/75) {
  background-color: rgb(0 9 29 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/80) {
  background-color: rgb(0 9 29 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/90) {
  background-color: rgb(0 9 29 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-1000\/95) {
  background-color: rgb(0 9 29 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 194 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/0) {
  background-color: rgb(167 194 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/10) {
  background-color: rgb(167 194 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/100) {
  background-color: rgb(167 194 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/20) {
  background-color: rgb(167 194 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/25) {
  background-color: rgb(167 194 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/30) {
  background-color: rgb(167 194 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/40) {
  background-color: rgb(167 194 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/5) {
  background-color: rgb(167 194 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/50) {
  background-color: rgb(167 194 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/60) {
  background-color: rgb(167 194 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/70) {
  background-color: rgb(167 194 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/75) {
  background-color: rgb(167 194 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/80) {
  background-color: rgb(167 194 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/90) {
  background-color: rgb(167 194 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-200\/95) {
  background-color: rgb(167 194 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 163 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/0) {
  background-color: rgb(123 163 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/10) {
  background-color: rgb(123 163 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/100) {
  background-color: rgb(123 163 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/20) {
  background-color: rgb(123 163 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/25) {
  background-color: rgb(123 163 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/30) {
  background-color: rgb(123 163 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/40) {
  background-color: rgb(123 163 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/5) {
  background-color: rgb(123 163 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/50) {
  background-color: rgb(123 163 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/60) {
  background-color: rgb(123 163 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/70) {
  background-color: rgb(123 163 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/75) {
  background-color: rgb(123 163 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/80) {
  background-color: rgb(123 163 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/90) {
  background-color: rgb(123 163 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-300\/95) {
  background-color: rgb(123 163 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 132 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/0) {
  background-color: rgb(80 132 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/10) {
  background-color: rgb(80 132 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/100) {
  background-color: rgb(80 132 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/20) {
  background-color: rgb(80 132 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/25) {
  background-color: rgb(80 132 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/30) {
  background-color: rgb(80 132 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/40) {
  background-color: rgb(80 132 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/5) {
  background-color: rgb(80 132 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/50) {
  background-color: rgb(80 132 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/60) {
  background-color: rgb(80 132 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/70) {
  background-color: rgb(80 132 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/75) {
  background-color: rgb(80 132 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/80) {
  background-color: rgb(80 132 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/90) {
  background-color: rgb(80 132 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-400\/95) {
  background-color: rgb(80 132 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/0) {
  background-color: rgb(244 249 252 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/10) {
  background-color: rgb(244 249 252 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/100) {
  background-color: rgb(244 249 252 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/20) {
  background-color: rgb(244 249 252 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/25) {
  background-color: rgb(244 249 252 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/30) {
  background-color: rgb(244 249 252 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/40) {
  background-color: rgb(244 249 252 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/5) {
  background-color: rgb(244 249 252 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/50) {
  background-color: rgb(244 249 252 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/60) {
  background-color: rgb(244 249 252 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/70) {
  background-color: rgb(244 249 252 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/75) {
  background-color: rgb(244 249 252 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/80) {
  background-color: rgb(244 249 252 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/90) {
  background-color: rgb(244 249 252 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-50\/95) {
  background-color: rgb(244 249 252 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 101 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/0) {
  background-color: rgb(36 101 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/10) {
  background-color: rgb(36 101 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/100) {
  background-color: rgb(36 101 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/20) {
  background-color: rgb(36 101 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/25) {
  background-color: rgb(36 101 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/30) {
  background-color: rgb(36 101 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/40) {
  background-color: rgb(36 101 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/5) {
  background-color: rgb(36 101 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/50) {
  background-color: rgb(36 101 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/60) {
  background-color: rgb(36 101 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/70) {
  background-color: rgb(36 101 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/75) {
  background-color: rgb(36 101 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/80) {
  background-color: rgb(36 101 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/90) {
  background-color: rgb(36 101 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-500\/95) {
  background-color: rgb(36 101 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 70 233 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/0) {
  background-color: rgb(0 70 233 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/10) {
  background-color: rgb(0 70 233 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/100) {
  background-color: rgb(0 70 233 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/20) {
  background-color: rgb(0 70 233 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/25) {
  background-color: rgb(0 70 233 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/30) {
  background-color: rgb(0 70 233 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/40) {
  background-color: rgb(0 70 233 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/5) {
  background-color: rgb(0 70 233 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/50) {
  background-color: rgb(0 70 233 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/60) {
  background-color: rgb(0 70 233 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/70) {
  background-color: rgb(0 70 233 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/75) {
  background-color: rgb(0 70 233 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/80) {
  background-color: rgb(0 70 233 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/90) {
  background-color: rgb(0 70 233 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-600\/95) {
  background-color: rgb(0 70 233 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 52 174 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/0) {
  background-color: rgb(0 52 174 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/10) {
  background-color: rgb(0 52 174 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/100) {
  background-color: rgb(0 52 174 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/20) {
  background-color: rgb(0 52 174 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/25) {
  background-color: rgb(0 52 174 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/30) {
  background-color: rgb(0 52 174 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/40) {
  background-color: rgb(0 52 174 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/5) {
  background-color: rgb(0 52 174 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/50) {
  background-color: rgb(0 52 174 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/60) {
  background-color: rgb(0 52 174 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/70) {
  background-color: rgb(0 52 174 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/75) {
  background-color: rgb(0 52 174 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/80) {
  background-color: rgb(0 52 174 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/90) {
  background-color: rgb(0 52 174 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-700\/95) {
  background-color: rgb(0 52 174 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 35 116 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/0) {
  background-color: rgb(0 35 116 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/10) {
  background-color: rgb(0 35 116 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/100) {
  background-color: rgb(0 35 116 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/20) {
  background-color: rgb(0 35 116 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/25) {
  background-color: rgb(0 35 116 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/30) {
  background-color: rgb(0 35 116 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/40) {
  background-color: rgb(0 35 116 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/5) {
  background-color: rgb(0 35 116 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/50) {
  background-color: rgb(0 35 116 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/60) {
  background-color: rgb(0 35 116 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/70) {
  background-color: rgb(0 35 116 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/75) {
  background-color: rgb(0 35 116 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/80) {
  background-color: rgb(0 35 116 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/90) {
  background-color: rgb(0 35 116 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-800\/95) {
  background-color: rgb(0 35 116 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 17 58 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/0) {
  background-color: rgb(0 17 58 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/10) {
  background-color: rgb(0 17 58 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/100) {
  background-color: rgb(0 17 58 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/20) {
  background-color: rgb(0 17 58 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/25) {
  background-color: rgb(0 17 58 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/30) {
  background-color: rgb(0 17 58 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/40) {
  background-color: rgb(0 17 58 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/5) {
  background-color: rgb(0 17 58 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/50) {
  background-color: rgb(0 17 58 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/60) {
  background-color: rgb(0 17 58 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/70) {
  background-color: rgb(0 17 58 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/75) {
  background-color: rgb(0 17 58 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/80) {
  background-color: rgb(0 17 58 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/90) {
  background-color: rgb(0 17 58 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-blue-900\/95) {
  background-color: rgb(0 17 58 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 247 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/0) {
  background-color: rgb(233 247 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/10) {
  background-color: rgb(233 247 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/100) {
  background-color: rgb(233 247 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/20) {
  background-color: rgb(233 247 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/25) {
  background-color: rgb(233 247 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/30) {
  background-color: rgb(233 247 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/40) {
  background-color: rgb(233 247 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/5) {
  background-color: rgb(233 247 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/50) {
  background-color: rgb(233 247 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/60) {
  background-color: rgb(233 247 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/70) {
  background-color: rgb(233 247 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/75) {
  background-color: rgb(233 247 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/80) {
  background-color: rgb(233 247 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/90) {
  background-color: rgb(233 247 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-100\/95) {
  background-color: rgb(233 247 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 25 40 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/0) {
  background-color: rgb(0 25 40 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/10) {
  background-color: rgb(0 25 40 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/100) {
  background-color: rgb(0 25 40 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/20) {
  background-color: rgb(0 25 40 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/25) {
  background-color: rgb(0 25 40 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/30) {
  background-color: rgb(0 25 40 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/40) {
  background-color: rgb(0 25 40 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/5) {
  background-color: rgb(0 25 40 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/50) {
  background-color: rgb(0 25 40 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/60) {
  background-color: rgb(0 25 40 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/70) {
  background-color: rgb(0 25 40 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/75) {
  background-color: rgb(0 25 40 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/80) {
  background-color: rgb(0 25 40 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/90) {
  background-color: rgb(0 25 40 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-1000\/95) {
  background-color: rgb(0 25 40 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(213 239 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/0) {
  background-color: rgb(213 239 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/10) {
  background-color: rgb(213 239 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/100) {
  background-color: rgb(213 239 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/20) {
  background-color: rgb(213 239 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/25) {
  background-color: rgb(213 239 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/30) {
  background-color: rgb(213 239 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/40) {
  background-color: rgb(213 239 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/5) {
  background-color: rgb(213 239 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/50) {
  background-color: rgb(213 239 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/60) {
  background-color: rgb(213 239 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/70) {
  background-color: rgb(213 239 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/75) {
  background-color: rgb(213 239 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/80) {
  background-color: rgb(213 239 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/90) {
  background-color: rgb(213 239 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-200\/95) {
  background-color: rgb(213 239 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 231 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/0) {
  background-color: rgb(191 231 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/10) {
  background-color: rgb(191 231 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/100) {
  background-color: rgb(191 231 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/20) {
  background-color: rgb(191 231 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/25) {
  background-color: rgb(191 231 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/30) {
  background-color: rgb(191 231 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/40) {
  background-color: rgb(191 231 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/5) {
  background-color: rgb(191 231 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/50) {
  background-color: rgb(191 231 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/60) {
  background-color: rgb(191 231 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/70) {
  background-color: rgb(191 231 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/75) {
  background-color: rgb(191 231 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/80) {
  background-color: rgb(191 231 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/90) {
  background-color: rgb(191 231 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-300\/95) {
  background-color: rgb(191 231 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 223 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/0) {
  background-color: rgb(170 223 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/10) {
  background-color: rgb(170 223 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/100) {
  background-color: rgb(170 223 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/20) {
  background-color: rgb(170 223 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/25) {
  background-color: rgb(170 223 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/30) {
  background-color: rgb(170 223 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/40) {
  background-color: rgb(170 223 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/5) {
  background-color: rgb(170 223 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/50) {
  background-color: rgb(170 223 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/60) {
  background-color: rgb(170 223 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/70) {
  background-color: rgb(170 223 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/75) {
  background-color: rgb(170 223 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/80) {
  background-color: rgb(170 223 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/90) {
  background-color: rgb(170 223 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-400\/95) {
  background-color: rgb(170 223 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/0) {
  background-color: rgb(244 251 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/10) {
  background-color: rgb(244 251 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/100) {
  background-color: rgb(244 251 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/20) {
  background-color: rgb(244 251 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/25) {
  background-color: rgb(244 251 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/30) {
  background-color: rgb(244 251 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/40) {
  background-color: rgb(244 251 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/5) {
  background-color: rgb(244 251 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/50) {
  background-color: rgb(244 251 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/60) {
  background-color: rgb(244 251 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/70) {
  background-color: rgb(244 251 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/75) {
  background-color: rgb(244 251 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/80) {
  background-color: rgb(244 251 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/90) {
  background-color: rgb(244 251 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-50\/95) {
  background-color: rgb(244 251 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/0) {
  background-color: rgb(165 222 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/10) {
  background-color: rgb(165 222 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/100) {
  background-color: rgb(165 222 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/20) {
  background-color: rgb(165 222 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/25) {
  background-color: rgb(165 222 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/30) {
  background-color: rgb(165 222 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/40) {
  background-color: rgb(165 222 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/5) {
  background-color: rgb(165 222 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/50) {
  background-color: rgb(165 222 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/60) {
  background-color: rgb(165 222 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/70) {
  background-color: rgb(165 222 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/75) {
  background-color: rgb(165 222 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/80) {
  background-color: rgb(165 222 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/90) {
  background-color: rgb(165 222 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/95) {
  background-color: rgb(165 222 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 186 253 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/0) {
  background-color: rgb(69 186 253 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/10) {
  background-color: rgb(69 186 253 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/100) {
  background-color: rgb(69 186 253 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/20) {
  background-color: rgb(69 186 253 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/25) {
  background-color: rgb(69 186 253 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/30) {
  background-color: rgb(69 186 253 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/40) {
  background-color: rgb(69 186 253 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/5) {
  background-color: rgb(69 186 253 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/50) {
  background-color: rgb(69 186 253 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/60) {
  background-color: rgb(69 186 253 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/70) {
  background-color: rgb(69 186 253 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/75) {
  background-color: rgb(69 186 253 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/80) {
  background-color: rgb(69 186 253 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/90) {
  background-color: rgb(69 186 253 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-600\/95) {
  background-color: rgb(69 186 253 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 152 239 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/0) {
  background-color: rgb(2 152 239 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/10) {
  background-color: rgb(2 152 239 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/100) {
  background-color: rgb(2 152 239 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/20) {
  background-color: rgb(2 152 239 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/25) {
  background-color: rgb(2 152 239 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/30) {
  background-color: rgb(2 152 239 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/40) {
  background-color: rgb(2 152 239 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/5) {
  background-color: rgb(2 152 239 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/50) {
  background-color: rgb(2 152 239 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/60) {
  background-color: rgb(2 152 239 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/70) {
  background-color: rgb(2 152 239 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/75) {
  background-color: rgb(2 152 239 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/80) {
  background-color: rgb(2 152 239 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/90) {
  background-color: rgb(2 152 239 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-700\/95) {
  background-color: rgb(2 152 239 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 102 160 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/0) {
  background-color: rgb(2 102 160 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/10) {
  background-color: rgb(2 102 160 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/100) {
  background-color: rgb(2 102 160 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/20) {
  background-color: rgb(2 102 160 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/25) {
  background-color: rgb(2 102 160 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/30) {
  background-color: rgb(2 102 160 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/40) {
  background-color: rgb(2 102 160 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/5) {
  background-color: rgb(2 102 160 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/50) {
  background-color: rgb(2 102 160 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/60) {
  background-color: rgb(2 102 160 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/70) {
  background-color: rgb(2 102 160 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/75) {
  background-color: rgb(2 102 160 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/80) {
  background-color: rgb(2 102 160 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/90) {
  background-color: rgb(2 102 160 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-800\/95) {
  background-color: rgb(2 102 160 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 51 80 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/0) {
  background-color: rgb(1 51 80 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/10) {
  background-color: rgb(1 51 80 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/100) {
  background-color: rgb(1 51 80 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/20) {
  background-color: rgb(1 51 80 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/25) {
  background-color: rgb(1 51 80 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/30) {
  background-color: rgb(1 51 80 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/40) {
  background-color: rgb(1 51 80 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/5) {
  background-color: rgb(1 51 80 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/50) {
  background-color: rgb(1 51 80 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/60) {
  background-color: rgb(1 51 80 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/70) {
  background-color: rgb(1 51 80 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/75) {
  background-color: rgb(1 51 80 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/80) {
  background-color: rgb(1 51 80 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/90) {
  background-color: rgb(1 51 80 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-900\/95) {
  background-color: rgb(1 51 80 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/0) {
  background-color: rgb(232 235 239 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/10) {
  background-color: rgb(232 235 239 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/100) {
  background-color: rgb(232 235 239 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/20) {
  background-color: rgb(232 235 239 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/25) {
  background-color: rgb(232 235 239 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/30) {
  background-color: rgb(232 235 239 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/40) {
  background-color: rgb(232 235 239 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/5) {
  background-color: rgb(232 235 239 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/50) {
  background-color: rgb(232 235 239 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/60) {
  background-color: rgb(232 235 239 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/70) {
  background-color: rgb(232 235 239 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/75) {
  background-color: rgb(232 235 239 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/80) {
  background-color: rgb(232 235 239 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/90) {
  background-color: rgb(232 235 239 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-100\/95) {
  background-color: rgb(232 235 239 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 15 18 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/0) {
  background-color: rgb(13 15 18 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/10) {
  background-color: rgb(13 15 18 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/100) {
  background-color: rgb(13 15 18 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/20) {
  background-color: rgb(13 15 18 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/25) {
  background-color: rgb(13 15 18 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/30) {
  background-color: rgb(13 15 18 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/40) {
  background-color: rgb(13 15 18 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/5) {
  background-color: rgb(13 15 18 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/50) {
  background-color: rgb(13 15 18 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/60) {
  background-color: rgb(13 15 18 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/70) {
  background-color: rgb(13 15 18 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/75) {
  background-color: rgb(13 15 18 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/80) {
  background-color: rgb(13 15 18 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/90) {
  background-color: rgb(13 15 18 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-1000\/95) {
  background-color: rgb(13 15 18 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 215 223 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/0) {
  background-color: rgb(210 215 223 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/10) {
  background-color: rgb(210 215 223 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/100) {
  background-color: rgb(210 215 223 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/20) {
  background-color: rgb(210 215 223 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/25) {
  background-color: rgb(210 215 223 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/30) {
  background-color: rgb(210 215 223 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/40) {
  background-color: rgb(210 215 223 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/5) {
  background-color: rgb(210 215 223 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/50) {
  background-color: rgb(210 215 223 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/60) {
  background-color: rgb(210 215 223 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/70) {
  background-color: rgb(210 215 223 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/75) {
  background-color: rgb(210 215 223 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/80) {
  background-color: rgb(210 215 223 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/90) {
  background-color: rgb(210 215 223 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-200\/95) {
  background-color: rgb(210 215 223 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 195 207 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/0) {
  background-color: rgb(187 195 207 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/10) {
  background-color: rgb(187 195 207 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/100) {
  background-color: rgb(187 195 207 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/20) {
  background-color: rgb(187 195 207 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/25) {
  background-color: rgb(187 195 207 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/30) {
  background-color: rgb(187 195 207 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/40) {
  background-color: rgb(187 195 207 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/5) {
  background-color: rgb(187 195 207 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/50) {
  background-color: rgb(187 195 207 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/60) {
  background-color: rgb(187 195 207 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/70) {
  background-color: rgb(187 195 207 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/75) {
  background-color: rgb(187 195 207 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/80) {
  background-color: rgb(187 195 207 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/90) {
  background-color: rgb(187 195 207 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-300\/95) {
  background-color: rgb(187 195 207 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 175 191 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/0) {
  background-color: rgb(164 175 191 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/10) {
  background-color: rgb(164 175 191 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/100) {
  background-color: rgb(164 175 191 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/20) {
  background-color: rgb(164 175 191 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/25) {
  background-color: rgb(164 175 191 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/30) {
  background-color: rgb(164 175 191 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/40) {
  background-color: rgb(164 175 191 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/5) {
  background-color: rgb(164 175 191 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/50) {
  background-color: rgb(164 175 191 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/60) {
  background-color: rgb(164 175 191 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/70) {
  background-color: rgb(164 175 191 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/75) {
  background-color: rgb(164 175 191 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/80) {
  background-color: rgb(164 175 191 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/90) {
  background-color: rgb(164 175 191 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-400\/95) {
  background-color: rgb(164 175 191 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/0) {
  background-color: rgb(244 245 247 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/10) {
  background-color: rgb(244 245 247 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/100) {
  background-color: rgb(244 245 247 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/20) {
  background-color: rgb(244 245 247 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/25) {
  background-color: rgb(244 245 247 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/30) {
  background-color: rgb(244 245 247 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/40) {
  background-color: rgb(244 245 247 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/5) {
  background-color: rgb(244 245 247 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/50) {
  background-color: rgb(244 245 247 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/60) {
  background-color: rgb(244 245 247 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/70) {
  background-color: rgb(244 245 247 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/75) {
  background-color: rgb(244 245 247 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/80) {
  background-color: rgb(244 245 247 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/90) {
  background-color: rgb(244 245 247 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-50\/95) {
  background-color: rgb(244 245 247 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 175 191 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/0) {
  background-color: rgb(164 175 191 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/10) {
  background-color: rgb(164 175 191 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/100) {
  background-color: rgb(164 175 191 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/20) {
  background-color: rgb(164 175 191 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/25) {
  background-color: rgb(164 175 191 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/30) {
  background-color: rgb(164 175 191 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/40) {
  background-color: rgb(164 175 191 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/5) {
  background-color: rgb(164 175 191 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/50) {
  background-color: rgb(164 175 191 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/60) {
  background-color: rgb(164 175 191 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/70) {
  background-color: rgb(164 175 191 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/75) {
  background-color: rgb(164 175 191 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/80) {
  background-color: rgb(164 175 191 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/90) {
  background-color: rgb(164 175 191 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/95) {
  background-color: rgb(164 175 191 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(105 122 148 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/0) {
  background-color: rgb(105 122 148 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/10) {
  background-color: rgb(105 122 148 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/100) {
  background-color: rgb(105 122 148 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/20) {
  background-color: rgb(105 122 148 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/25) {
  background-color: rgb(105 122 148 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/30) {
  background-color: rgb(105 122 148 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/40) {
  background-color: rgb(105 122 148 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/5) {
  background-color: rgb(105 122 148 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/50) {
  background-color: rgb(105 122 148 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/60) {
  background-color: rgb(105 122 148 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/70) {
  background-color: rgb(105 122 148 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/75) {
  background-color: rgb(105 122 148 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/80) {
  background-color: rgb(105 122 148 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/90) {
  background-color: rgb(105 122 148 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-600\/95) {
  background-color: rgb(105 122 148 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 92 111 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/0) {
  background-color: rgb(79 92 111 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/10) {
  background-color: rgb(79 92 111 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/100) {
  background-color: rgb(79 92 111 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/20) {
  background-color: rgb(79 92 111 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/25) {
  background-color: rgb(79 92 111 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/30) {
  background-color: rgb(79 92 111 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/40) {
  background-color: rgb(79 92 111 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/5) {
  background-color: rgb(79 92 111 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/50) {
  background-color: rgb(79 92 111 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/60) {
  background-color: rgb(79 92 111 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/70) {
  background-color: rgb(79 92 111 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/75) {
  background-color: rgb(79 92 111 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/80) {
  background-color: rgb(79 92 111 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/90) {
  background-color: rgb(79 92 111 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-700\/95) {
  background-color: rgb(79 92 111 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 61 74 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/0) {
  background-color: rgb(52 61 74 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/10) {
  background-color: rgb(52 61 74 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/100) {
  background-color: rgb(52 61 74 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/20) {
  background-color: rgb(52 61 74 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/25) {
  background-color: rgb(52 61 74 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/30) {
  background-color: rgb(52 61 74 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/40) {
  background-color: rgb(52 61 74 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/5) {
  background-color: rgb(52 61 74 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/50) {
  background-color: rgb(52 61 74 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/60) {
  background-color: rgb(52 61 74 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/70) {
  background-color: rgb(52 61 74 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/75) {
  background-color: rgb(52 61 74 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/80) {
  background-color: rgb(52 61 74 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/90) {
  background-color: rgb(52 61 74 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-800\/95) {
  background-color: rgb(52 61 74 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 31 37 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/0) {
  background-color: rgb(26 31 37 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/10) {
  background-color: rgb(26 31 37 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/100) {
  background-color: rgb(26 31 37 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/20) {
  background-color: rgb(26 31 37 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/25) {
  background-color: rgb(26 31 37 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/30) {
  background-color: rgb(26 31 37 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/40) {
  background-color: rgb(26 31 37 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/5) {
  background-color: rgb(26 31 37 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/50) {
  background-color: rgb(26 31 37 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/60) {
  background-color: rgb(26 31 37 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/70) {
  background-color: rgb(26 31 37 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/75) {
  background-color: rgb(26 31 37 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/80) {
  background-color: rgb(26 31 37 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/90) {
  background-color: rgb(26 31 37 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-900\/95) {
  background-color: rgb(26 31 37 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 254 228 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/0) {
  background-color: rgb(194 254 228 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/10) {
  background-color: rgb(194 254 228 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/100) {
  background-color: rgb(194 254 228 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/20) {
  background-color: rgb(194 254 228 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/25) {
  background-color: rgb(194 254 228 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/30) {
  background-color: rgb(194 254 228 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/40) {
  background-color: rgb(194 254 228 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/5) {
  background-color: rgb(194 254 228 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/50) {
  background-color: rgb(194 254 228 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/60) {
  background-color: rgb(194 254 228 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/70) {
  background-color: rgb(194 254 228 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/75) {
  background-color: rgb(194 254 228 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/80) {
  background-color: rgb(194 254 228 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/90) {
  background-color: rgb(194 254 228 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-100\/95) {
  background-color: rgb(194 254 228 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 20 11 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/0) {
  background-color: rgb(0 20 11 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/10) {
  background-color: rgb(0 20 11 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/100) {
  background-color: rgb(0 20 11 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/20) {
  background-color: rgb(0 20 11 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/25) {
  background-color: rgb(0 20 11 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/30) {
  background-color: rgb(0 20 11 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/40) {
  background-color: rgb(0 20 11 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/5) {
  background-color: rgb(0 20 11 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/50) {
  background-color: rgb(0 20 11 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/60) {
  background-color: rgb(0 20 11 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/70) {
  background-color: rgb(0 20 11 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/75) {
  background-color: rgb(0 20 11 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/80) {
  background-color: rgb(0 20 11 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/90) {
  background-color: rgb(0 20 11 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-1000\/95) {
  background-color: rgb(0 20 11 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 253 201 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/0) {
  background-color: rgb(132 253 201 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/10) {
  background-color: rgb(132 253 201 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/100) {
  background-color: rgb(132 253 201 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/20) {
  background-color: rgb(132 253 201 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/25) {
  background-color: rgb(132 253 201 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/30) {
  background-color: rgb(132 253 201 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/40) {
  background-color: rgb(132 253 201 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/5) {
  background-color: rgb(132 253 201 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/50) {
  background-color: rgb(132 253 201 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/60) {
  background-color: rgb(132 253 201 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/70) {
  background-color: rgb(132 253 201 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/75) {
  background-color: rgb(132 253 201 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/80) {
  background-color: rgb(132 253 201 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/90) {
  background-color: rgb(132 253 201 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-200\/95) {
  background-color: rgb(132 253 201 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 252 174 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/0) {
  background-color: rgb(71 252 174 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/10) {
  background-color: rgb(71 252 174 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/100) {
  background-color: rgb(71 252 174 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/20) {
  background-color: rgb(71 252 174 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/25) {
  background-color: rgb(71 252 174 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/30) {
  background-color: rgb(71 252 174 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/40) {
  background-color: rgb(71 252 174 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/5) {
  background-color: rgb(71 252 174 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/50) {
  background-color: rgb(71 252 174 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/60) {
  background-color: rgb(71 252 174 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/70) {
  background-color: rgb(71 252 174 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/75) {
  background-color: rgb(71 252 174 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/80) {
  background-color: rgb(71 252 174 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/90) {
  background-color: rgb(71 252 174 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-300\/95) {
  background-color: rgb(71 252 174 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 251 147 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/0) {
  background-color: rgb(10 251 147 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/10) {
  background-color: rgb(10 251 147 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/100) {
  background-color: rgb(10 251 147 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/20) {
  background-color: rgb(10 251 147 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/25) {
  background-color: rgb(10 251 147 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/30) {
  background-color: rgb(10 251 147 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/40) {
  background-color: rgb(10 251 147 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/5) {
  background-color: rgb(10 251 147 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/50) {
  background-color: rgb(10 251 147 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/60) {
  background-color: rgb(10 251 147 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/70) {
  background-color: rgb(10 251 147 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/75) {
  background-color: rgb(10 251 147 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/80) {
  background-color: rgb(10 251 147 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/90) {
  background-color: rgb(10 251 147 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-400\/95) {
  background-color: rgb(10 251 147 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/0) {
  background-color: rgb(224 255 241 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/10) {
  background-color: rgb(224 255 241 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/100) {
  background-color: rgb(224 255 241 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/20) {
  background-color: rgb(224 255 241 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/25) {
  background-color: rgb(224 255 241 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/30) {
  background-color: rgb(224 255 241 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/40) {
  background-color: rgb(224 255 241 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/5) {
  background-color: rgb(224 255 241 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/50) {
  background-color: rgb(224 255 241 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/60) {
  background-color: rgb(224 255 241 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/70) {
  background-color: rgb(224 255 241 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/75) {
  background-color: rgb(224 255 241 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/80) {
  background-color: rgb(224 255 241 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/90) {
  background-color: rgb(224 255 241 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-50\/95) {
  background-color: rgb(224 255 241 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/0) {
  background-color: rgb(3 196 112 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/10) {
  background-color: rgb(3 196 112 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/100) {
  background-color: rgb(3 196 112 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/20) {
  background-color: rgb(3 196 112 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/25) {
  background-color: rgb(3 196 112 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/30) {
  background-color: rgb(3 196 112 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/40) {
  background-color: rgb(3 196 112 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/5) {
  background-color: rgb(3 196 112 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/50) {
  background-color: rgb(3 196 112 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/60) {
  background-color: rgb(3 196 112 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/70) {
  background-color: rgb(3 196 112 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/75) {
  background-color: rgb(3 196 112 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/80) {
  background-color: rgb(3 196 112 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/90) {
  background-color: rgb(3 196 112 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-500\/95) {
  background-color: rgb(3 196 112 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 157 90 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/0) {
  background-color: rgb(2 157 90 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/10) {
  background-color: rgb(2 157 90 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/100) {
  background-color: rgb(2 157 90 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/20) {
  background-color: rgb(2 157 90 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/25) {
  background-color: rgb(2 157 90 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/30) {
  background-color: rgb(2 157 90 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/40) {
  background-color: rgb(2 157 90 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/5) {
  background-color: rgb(2 157 90 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/50) {
  background-color: rgb(2 157 90 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/60) {
  background-color: rgb(2 157 90 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/70) {
  background-color: rgb(2 157 90 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/75) {
  background-color: rgb(2 157 90 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/80) {
  background-color: rgb(2 157 90 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/90) {
  background-color: rgb(2 157 90 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-600\/95) {
  background-color: rgb(2 157 90 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 118 67 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/0) {
  background-color: rgb(2 118 67 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/10) {
  background-color: rgb(2 118 67 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/100) {
  background-color: rgb(2 118 67 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/20) {
  background-color: rgb(2 118 67 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/25) {
  background-color: rgb(2 118 67 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/30) {
  background-color: rgb(2 118 67 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/40) {
  background-color: rgb(2 118 67 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/5) {
  background-color: rgb(2 118 67 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/50) {
  background-color: rgb(2 118 67 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/60) {
  background-color: rgb(2 118 67 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/70) {
  background-color: rgb(2 118 67 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/75) {
  background-color: rgb(2 118 67 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/80) {
  background-color: rgb(2 118 67 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/90) {
  background-color: rgb(2 118 67 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-700\/95) {
  background-color: rgb(2 118 67 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 78 45 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/0) {
  background-color: rgb(1 78 45 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/10) {
  background-color: rgb(1 78 45 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/100) {
  background-color: rgb(1 78 45 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/20) {
  background-color: rgb(1 78 45 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/25) {
  background-color: rgb(1 78 45 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/30) {
  background-color: rgb(1 78 45 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/40) {
  background-color: rgb(1 78 45 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/5) {
  background-color: rgb(1 78 45 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/50) {
  background-color: rgb(1 78 45 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/60) {
  background-color: rgb(1 78 45 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/70) {
  background-color: rgb(1 78 45 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/75) {
  background-color: rgb(1 78 45 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/80) {
  background-color: rgb(1 78 45 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/90) {
  background-color: rgb(1 78 45 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-800\/95) {
  background-color: rgb(1 78 45 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 39 22 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/0) {
  background-color: rgb(1 39 22 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/10) {
  background-color: rgb(1 39 22 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/100) {
  background-color: rgb(1 39 22 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/20) {
  background-color: rgb(1 39 22 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/25) {
  background-color: rgb(1 39 22 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/30) {
  background-color: rgb(1 39 22 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/40) {
  background-color: rgb(1 39 22 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/5) {
  background-color: rgb(1 39 22 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/50) {
  background-color: rgb(1 39 22 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/60) {
  background-color: rgb(1 39 22 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/70) {
  background-color: rgb(1 39 22 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/75) {
  background-color: rgb(1 39 22 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/80) {
  background-color: rgb(1 39 22 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/90) {
  background-color: rgb(1 39 22 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-green-900\/95) {
  background-color: rgb(1 39 22 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-light) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 203 253 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/0) {
  background-color: rgb(165 203 253 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/10) {
  background-color: rgb(165 203 253 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/100) {
  background-color: rgb(165 203 253 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/20) {
  background-color: rgb(165 203 253 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/25) {
  background-color: rgb(165 203 253 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/30) {
  background-color: rgb(165 203 253 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/40) {
  background-color: rgb(165 203 253 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/5) {
  background-color: rgb(165 203 253 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/50) {
  background-color: rgb(165 203 253 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/60) {
  background-color: rgb(165 203 253 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/70) {
  background-color: rgb(165 203 253 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/75) {
  background-color: rgb(165 203 253 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/80) {
  background-color: rgb(165 203 253 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/90) {
  background-color: rgb(165 203 253 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-100\/95) {
  background-color: rgb(165 203 253 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 2 5 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/0) {
  background-color: rgb(0 2 5 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/10) {
  background-color: rgb(0 2 5 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/100) {
  background-color: rgb(0 2 5 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/20) {
  background-color: rgb(0 2 5 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/25) {
  background-color: rgb(0 2 5 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/30) {
  background-color: rgb(0 2 5 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/40) {
  background-color: rgb(0 2 5 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/5) {
  background-color: rgb(0 2 5 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/50) {
  background-color: rgb(0 2 5 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/60) {
  background-color: rgb(0 2 5 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/70) {
  background-color: rgb(0 2 5 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/75) {
  background-color: rgb(0 2 5 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/80) {
  background-color: rgb(0 2 5 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/90) {
  background-color: rgb(0 2 5 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-1000\/95) {
  background-color: rgb(0 2 5 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 151 251 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/0) {
  background-color: rgb(75 151 251 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/10) {
  background-color: rgb(75 151 251 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/100) {
  background-color: rgb(75 151 251 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/20) {
  background-color: rgb(75 151 251 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/25) {
  background-color: rgb(75 151 251 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/30) {
  background-color: rgb(75 151 251 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/40) {
  background-color: rgb(75 151 251 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/5) {
  background-color: rgb(75 151 251 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/50) {
  background-color: rgb(75 151 251 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/60) {
  background-color: rgb(75 151 251 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/70) {
  background-color: rgb(75 151 251 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/75) {
  background-color: rgb(75 151 251 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/80) {
  background-color: rgb(75 151 251 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/90) {
  background-color: rgb(75 151 251 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-200\/95) {
  background-color: rgb(75 151 251 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 102 230 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/0) {
  background-color: rgb(5 102 230 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/10) {
  background-color: rgb(5 102 230 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/100) {
  background-color: rgb(5 102 230 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/20) {
  background-color: rgb(5 102 230 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/25) {
  background-color: rgb(5 102 230 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/30) {
  background-color: rgb(5 102 230 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/40) {
  background-color: rgb(5 102 230 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/5) {
  background-color: rgb(5 102 230 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/50) {
  background-color: rgb(5 102 230 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/60) {
  background-color: rgb(5 102 230 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/70) {
  background-color: rgb(5 102 230 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/75) {
  background-color: rgb(5 102 230 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/80) {
  background-color: rgb(5 102 230 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/90) {
  background-color: rgb(5 102 230 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-300\/95) {
  background-color: rgb(5 102 230 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 62 140 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/0) {
  background-color: rgb(3 62 140 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/10) {
  background-color: rgb(3 62 140 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/100) {
  background-color: rgb(3 62 140 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/20) {
  background-color: rgb(3 62 140 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/25) {
  background-color: rgb(3 62 140 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/30) {
  background-color: rgb(3 62 140 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/40) {
  background-color: rgb(3 62 140 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/5) {
  background-color: rgb(3 62 140 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/50) {
  background-color: rgb(3 62 140 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/60) {
  background-color: rgb(3 62 140 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/70) {
  background-color: rgb(3 62 140 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/75) {
  background-color: rgb(3 62 140 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/80) {
  background-color: rgb(3 62 140 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/90) {
  background-color: rgb(3 62 140 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-400\/95) {
  background-color: rgb(3 62 140 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 229 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/0) {
  background-color: rgb(210 229 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/10) {
  background-color: rgb(210 229 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/100) {
  background-color: rgb(210 229 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/20) {
  background-color: rgb(210 229 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/25) {
  background-color: rgb(210 229 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/30) {
  background-color: rgb(210 229 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/40) {
  background-color: rgb(210 229 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/5) {
  background-color: rgb(210 229 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/50) {
  background-color: rgb(210 229 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/60) {
  background-color: rgb(210 229 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/70) {
  background-color: rgb(210 229 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/75) {
  background-color: rgb(210 229 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/80) {
  background-color: rgb(210 229 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/90) {
  background-color: rgb(210 229 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-50\/95) {
  background-color: rgb(210 229 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/0) {
  background-color: rgb(1 23 51 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/10) {
  background-color: rgb(1 23 51 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/100) {
  background-color: rgb(1 23 51 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/20) {
  background-color: rgb(1 23 51 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/25) {
  background-color: rgb(1 23 51 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/30) {
  background-color: rgb(1 23 51 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/40) {
  background-color: rgb(1 23 51 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/5) {
  background-color: rgb(1 23 51 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/50) {
  background-color: rgb(1 23 51 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/60) {
  background-color: rgb(1 23 51 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/70) {
  background-color: rgb(1 23 51 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/75) {
  background-color: rgb(1 23 51 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/80) {
  background-color: rgb(1 23 51 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/90) {
  background-color: rgb(1 23 51 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-500\/95) {
  background-color: rgb(1 23 51 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 18 40 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/0) {
  background-color: rgb(1 18 40 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/10) {
  background-color: rgb(1 18 40 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/100) {
  background-color: rgb(1 18 40 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/20) {
  background-color: rgb(1 18 40 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/25) {
  background-color: rgb(1 18 40 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/30) {
  background-color: rgb(1 18 40 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/40) {
  background-color: rgb(1 18 40 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/5) {
  background-color: rgb(1 18 40 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/50) {
  background-color: rgb(1 18 40 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/60) {
  background-color: rgb(1 18 40 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/70) {
  background-color: rgb(1 18 40 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/75) {
  background-color: rgb(1 18 40 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/80) {
  background-color: rgb(1 18 40 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/90) {
  background-color: rgb(1 18 40 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-600\/95) {
  background-color: rgb(1 18 40 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 13 30 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/0) {
  background-color: rgb(1 13 30 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/10) {
  background-color: rgb(1 13 30 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/100) {
  background-color: rgb(1 13 30 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/20) {
  background-color: rgb(1 13 30 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/25) {
  background-color: rgb(1 13 30 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/30) {
  background-color: rgb(1 13 30 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/40) {
  background-color: rgb(1 13 30 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/5) {
  background-color: rgb(1 13 30 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/50) {
  background-color: rgb(1 13 30 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/60) {
  background-color: rgb(1 13 30 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/70) {
  background-color: rgb(1 13 30 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/75) {
  background-color: rgb(1 13 30 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/80) {
  background-color: rgb(1 13 30 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/90) {
  background-color: rgb(1 13 30 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-700\/95) {
  background-color: rgb(1 13 30 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 9 20 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/0) {
  background-color: rgb(0 9 20 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/10) {
  background-color: rgb(0 9 20 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/100) {
  background-color: rgb(0 9 20 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/20) {
  background-color: rgb(0 9 20 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/25) {
  background-color: rgb(0 9 20 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/30) {
  background-color: rgb(0 9 20 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/40) {
  background-color: rgb(0 9 20 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/5) {
  background-color: rgb(0 9 20 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/50) {
  background-color: rgb(0 9 20 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/60) {
  background-color: rgb(0 9 20 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/70) {
  background-color: rgb(0 9 20 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/75) {
  background-color: rgb(0 9 20 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/80) {
  background-color: rgb(0 9 20 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/90) {
  background-color: rgb(0 9 20 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-800\/95) {
  background-color: rgb(0 9 20 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 4 10 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/0) {
  background-color: rgb(0 4 10 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/10) {
  background-color: rgb(0 4 10 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/100) {
  background-color: rgb(0 4 10 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/20) {
  background-color: rgb(0 4 10 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/25) {
  background-color: rgb(0 4 10 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/30) {
  background-color: rgb(0 4 10 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/40) {
  background-color: rgb(0 4 10 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/5) {
  background-color: rgb(0 4 10 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/50) {
  background-color: rgb(0 4 10 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/60) {
  background-color: rgb(0 4 10 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/70) {
  background-color: rgb(0 4 10 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/75) {
  background-color: rgb(0 4 10 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/80) {
  background-color: rgb(0 4 10 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/90) {
  background-color: rgb(0 4 10 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-navy-900\/95) {
  background-color: rgb(0 4 10 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 233 218 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/0) {
  background-color: rgb(254 233 218 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/10) {
  background-color: rgb(254 233 218 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/100) {
  background-color: rgb(254 233 218 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/20) {
  background-color: rgb(254 233 218 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/25) {
  background-color: rgb(254 233 218 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/30) {
  background-color: rgb(254 233 218 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/40) {
  background-color: rgb(254 233 218 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/5) {
  background-color: rgb(254 233 218 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/50) {
  background-color: rgb(254 233 218 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/60) {
  background-color: rgb(254 233 218 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/70) {
  background-color: rgb(254 233 218 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/75) {
  background-color: rgb(254 233 218 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/80) {
  background-color: rgb(254 233 218 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/90) {
  background-color: rgb(254 233 218 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-100\/95) {
  background-color: rgb(254 233 218 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 14 0 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/0) {
  background-color: rgb(32 14 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/10) {
  background-color: rgb(32 14 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/100) {
  background-color: rgb(32 14 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/20) {
  background-color: rgb(32 14 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/25) {
  background-color: rgb(32 14 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/30) {
  background-color: rgb(32 14 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/40) {
  background-color: rgb(32 14 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/5) {
  background-color: rgb(32 14 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/50) {
  background-color: rgb(32 14 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/60) {
  background-color: rgb(32 14 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/70) {
  background-color: rgb(32 14 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/75) {
  background-color: rgb(32 14 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/80) {
  background-color: rgb(32 14 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/90) {
  background-color: rgb(32 14 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-1000\/95) {
  background-color: rgb(32 14 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 212 181 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/0) {
  background-color: rgb(254 212 181 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/10) {
  background-color: rgb(254 212 181 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/100) {
  background-color: rgb(254 212 181 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/20) {
  background-color: rgb(254 212 181 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/25) {
  background-color: rgb(254 212 181 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/30) {
  background-color: rgb(254 212 181 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/40) {
  background-color: rgb(254 212 181 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/5) {
  background-color: rgb(254 212 181 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/50) {
  background-color: rgb(254 212 181 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/60) {
  background-color: rgb(254 212 181 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/70) {
  background-color: rgb(254 212 181 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/75) {
  background-color: rgb(254 212 181 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/80) {
  background-color: rgb(254 212 181 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/90) {
  background-color: rgb(254 212 181 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-200\/95) {
  background-color: rgb(254 212 181 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 191 143 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/0) {
  background-color: rgb(253 191 143 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/10) {
  background-color: rgb(253 191 143 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/100) {
  background-color: rgb(253 191 143 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/20) {
  background-color: rgb(253 191 143 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/25) {
  background-color: rgb(253 191 143 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/30) {
  background-color: rgb(253 191 143 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/40) {
  background-color: rgb(253 191 143 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/5) {
  background-color: rgb(253 191 143 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/50) {
  background-color: rgb(253 191 143 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/60) {
  background-color: rgb(253 191 143 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/70) {
  background-color: rgb(253 191 143 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/75) {
  background-color: rgb(253 191 143 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/80) {
  background-color: rgb(253 191 143 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/90) {
  background-color: rgb(253 191 143 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-300\/95) {
  background-color: rgb(253 191 143 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 170 106 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/0) {
  background-color: rgb(253 170 106 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/10) {
  background-color: rgb(253 170 106 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/100) {
  background-color: rgb(253 170 106 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/20) {
  background-color: rgb(253 170 106 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/25) {
  background-color: rgb(253 170 106 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/30) {
  background-color: rgb(253 170 106 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/40) {
  background-color: rgb(253 170 106 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/5) {
  background-color: rgb(253 170 106 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/50) {
  background-color: rgb(253 170 106 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/60) {
  background-color: rgb(253 170 106 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/70) {
  background-color: rgb(253 170 106 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/75) {
  background-color: rgb(253 170 106 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/80) {
  background-color: rgb(253 170 106 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/90) {
  background-color: rgb(253 170 106 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-400\/95) {
  background-color: rgb(253 170 106 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 244 236 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/0) {
  background-color: rgb(255 244 236 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/10) {
  background-color: rgb(255 244 236 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/100) {
  background-color: rgb(255 244 236 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/20) {
  background-color: rgb(255 244 236 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/25) {
  background-color: rgb(255 244 236 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/30) {
  background-color: rgb(255 244 236 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/40) {
  background-color: rgb(255 244 236 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/5) {
  background-color: rgb(255 244 236 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/50) {
  background-color: rgb(255 244 236 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/60) {
  background-color: rgb(255 244 236 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/70) {
  background-color: rgb(255 244 236 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/75) {
  background-color: rgb(255 244 236 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/80) {
  background-color: rgb(255 244 236 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/90) {
  background-color: rgb(255 244 236 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-50\/95) {
  background-color: rgb(255 244 236 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 148 69 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/0) {
  background-color: rgb(252 148 69 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/10) {
  background-color: rgb(252 148 69 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/100) {
  background-color: rgb(252 148 69 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/20) {
  background-color: rgb(252 148 69 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/25) {
  background-color: rgb(252 148 69 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/30) {
  background-color: rgb(252 148 69 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/40) {
  background-color: rgb(252 148 69 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/5) {
  background-color: rgb(252 148 69 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/50) {
  background-color: rgb(252 148 69 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/60) {
  background-color: rgb(252 148 69 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/70) {
  background-color: rgb(252 148 69 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/75) {
  background-color: rgb(252 148 69 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/80) {
  background-color: rgb(252 148 69 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/90) {
  background-color: rgb(252 148 69 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-500\/95) {
  background-color: rgb(252 148 69 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 112 6 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/0) {
  background-color: rgb(251 112 6 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/10) {
  background-color: rgb(251 112 6 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/100) {
  background-color: rgb(251 112 6 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/20) {
  background-color: rgb(251 112 6 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/25) {
  background-color: rgb(251 112 6 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/30) {
  background-color: rgb(251 112 6 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/40) {
  background-color: rgb(251 112 6 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/5) {
  background-color: rgb(251 112 6 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/50) {
  background-color: rgb(251 112 6 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/60) {
  background-color: rgb(251 112 6 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/70) {
  background-color: rgb(251 112 6 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/75) {
  background-color: rgb(251 112 6 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/80) {
  background-color: rgb(251 112 6 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/90) {
  background-color: rgb(251 112 6 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-600\/95) {
  background-color: rgb(251 112 6 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 84 3 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/0) {
  background-color: rgb(190 84 3 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/10) {
  background-color: rgb(190 84 3 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/100) {
  background-color: rgb(190 84 3 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/20) {
  background-color: rgb(190 84 3 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/25) {
  background-color: rgb(190 84 3 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/30) {
  background-color: rgb(190 84 3 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/40) {
  background-color: rgb(190 84 3 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/5) {
  background-color: rgb(190 84 3 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/50) {
  background-color: rgb(190 84 3 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/60) {
  background-color: rgb(190 84 3 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/70) {
  background-color: rgb(190 84 3 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/75) {
  background-color: rgb(190 84 3 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/80) {
  background-color: rgb(190 84 3 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/90) {
  background-color: rgb(190 84 3 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-700\/95) {
  background-color: rgb(190 84 3 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 56 2 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/0) {
  background-color: rgb(127 56 2 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/10) {
  background-color: rgb(127 56 2 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/100) {
  background-color: rgb(127 56 2 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/20) {
  background-color: rgb(127 56 2 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/25) {
  background-color: rgb(127 56 2 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/30) {
  background-color: rgb(127 56 2 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/40) {
  background-color: rgb(127 56 2 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/5) {
  background-color: rgb(127 56 2 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/50) {
  background-color: rgb(127 56 2 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/60) {
  background-color: rgb(127 56 2 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/70) {
  background-color: rgb(127 56 2 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/75) {
  background-color: rgb(127 56 2 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/80) {
  background-color: rgb(127 56 2 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/90) {
  background-color: rgb(127 56 2 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-800\/95) {
  background-color: rgb(127 56 2 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 28 1 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/0) {
  background-color: rgb(63 28 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/10) {
  background-color: rgb(63 28 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/100) {
  background-color: rgb(63 28 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/20) {
  background-color: rgb(63 28 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/25) {
  background-color: rgb(63 28 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/30) {
  background-color: rgb(63 28 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/40) {
  background-color: rgb(63 28 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/5) {
  background-color: rgb(63 28 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/50) {
  background-color: rgb(63 28 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/60) {
  background-color: rgb(63 28 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/70) {
  background-color: rgb(63 28 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/75) {
  background-color: rgb(63 28 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/80) {
  background-color: rgb(63 28 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/90) {
  background-color: rgb(63 28 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-orange-900\/95) {
  background-color: rgb(63 28 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 219 217 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/0) {
  background-color: rgb(255 219 217 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/10) {
  background-color: rgb(255 219 217 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/100) {
  background-color: rgb(255 219 217 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/20) {
  background-color: rgb(255 219 217 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/25) {
  background-color: rgb(255 219 217 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/30) {
  background-color: rgb(255 219 217 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/40) {
  background-color: rgb(255 219 217 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/5) {
  background-color: rgb(255 219 217 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/50) {
  background-color: rgb(255 219 217 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/60) {
  background-color: rgb(255 219 217 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/70) {
  background-color: rgb(255 219 217 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/75) {
  background-color: rgb(255 219 217 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/80) {
  background-color: rgb(255 219 217 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/90) {
  background-color: rgb(255 219 217 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-100\/95) {
  background-color: rgb(255 219 217 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 2 0 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/0) {
  background-color: rgb(32 2 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/10) {
  background-color: rgb(32 2 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/100) {
  background-color: rgb(32 2 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/20) {
  background-color: rgb(32 2 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/25) {
  background-color: rgb(32 2 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/30) {
  background-color: rgb(32 2 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/40) {
  background-color: rgb(32 2 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/5) {
  background-color: rgb(32 2 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/50) {
  background-color: rgb(32 2 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/60) {
  background-color: rgb(32 2 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/70) {
  background-color: rgb(32 2 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/75) {
  background-color: rgb(32 2 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/80) {
  background-color: rgb(32 2 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/90) {
  background-color: rgb(32 2 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-1000\/95) {
  background-color: rgb(32 2 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 184 180 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/0) {
  background-color: rgb(255 184 180 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/10) {
  background-color: rgb(255 184 180 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/100) {
  background-color: rgb(255 184 180 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/20) {
  background-color: rgb(255 184 180 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/25) {
  background-color: rgb(255 184 180 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/30) {
  background-color: rgb(255 184 180 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/40) {
  background-color: rgb(255 184 180 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/5) {
  background-color: rgb(255 184 180 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/50) {
  background-color: rgb(255 184 180 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/60) {
  background-color: rgb(255 184 180 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/70) {
  background-color: rgb(255 184 180 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/75) {
  background-color: rgb(255 184 180 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/80) {
  background-color: rgb(255 184 180 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/90) {
  background-color: rgb(255 184 180 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-200\/95) {
  background-color: rgb(255 184 180 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 148 142 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/0) {
  background-color: rgb(254 148 142 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/10) {
  background-color: rgb(254 148 142 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/100) {
  background-color: rgb(254 148 142 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/20) {
  background-color: rgb(254 148 142 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/25) {
  background-color: rgb(254 148 142 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/30) {
  background-color: rgb(254 148 142 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/40) {
  background-color: rgb(254 148 142 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/5) {
  background-color: rgb(254 148 142 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/50) {
  background-color: rgb(254 148 142 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/60) {
  background-color: rgb(254 148 142 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/70) {
  background-color: rgb(254 148 142 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/75) {
  background-color: rgb(254 148 142 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/80) {
  background-color: rgb(254 148 142 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/90) {
  background-color: rgb(254 148 142 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-300\/95) {
  background-color: rgb(254 148 142 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 112 105 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/0) {
  background-color: rgb(254 112 105 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/10) {
  background-color: rgb(254 112 105 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/100) {
  background-color: rgb(254 112 105 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/20) {
  background-color: rgb(254 112 105 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/25) {
  background-color: rgb(254 112 105 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/30) {
  background-color: rgb(254 112 105 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/40) {
  background-color: rgb(254 112 105 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/5) {
  background-color: rgb(254 112 105 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/50) {
  background-color: rgb(254 112 105 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/60) {
  background-color: rgb(254 112 105 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/70) {
  background-color: rgb(254 112 105 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/75) {
  background-color: rgb(254 112 105 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/80) {
  background-color: rgb(254 112 105 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/90) {
  background-color: rgb(254 112 105 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-400\/95) {
  background-color: rgb(254 112 105 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/0) {
  background-color: rgb(255 237 236 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/10) {
  background-color: rgb(255 237 236 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/100) {
  background-color: rgb(255 237 236 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/20) {
  background-color: rgb(255 237 236 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/25) {
  background-color: rgb(255 237 236 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/30) {
  background-color: rgb(255 237 236 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/40) {
  background-color: rgb(255 237 236 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/5) {
  background-color: rgb(255 237 236 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/50) {
  background-color: rgb(255 237 236 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/60) {
  background-color: rgb(255 237 236 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/70) {
  background-color: rgb(255 237 236 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/75) {
  background-color: rgb(255 237 236 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/80) {
  background-color: rgb(255 237 236 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/90) {
  background-color: rgb(255 237 236 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-50\/95) {
  background-color: rgb(255 237 236 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 106 98 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/0) {
  background-color: rgb(254 106 98 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/10) {
  background-color: rgb(254 106 98 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/100) {
  background-color: rgb(254 106 98 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/20) {
  background-color: rgb(254 106 98 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/25) {
  background-color: rgb(254 106 98 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/30) {
  background-color: rgb(254 106 98 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/40) {
  background-color: rgb(254 106 98 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/5) {
  background-color: rgb(254 106 98 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/50) {
  background-color: rgb(254 106 98 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/60) {
  background-color: rgb(254 106 98 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/70) {
  background-color: rgb(254 106 98 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/75) {
  background-color: rgb(254 106 98 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/80) {
  background-color: rgb(254 106 98 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/90) {
  background-color: rgb(254 106 98 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-500\/95) {
  background-color: rgb(254 106 98 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 12 1 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/0) {
  background-color: rgb(224 12 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/10) {
  background-color: rgb(224 12 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/100) {
  background-color: rgb(224 12 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/20) {
  background-color: rgb(224 12 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/25) {
  background-color: rgb(224 12 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/30) {
  background-color: rgb(224 12 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/40) {
  background-color: rgb(224 12 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/5) {
  background-color: rgb(224 12 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/50) {
  background-color: rgb(224 12 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/60) {
  background-color: rgb(224 12 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/70) {
  background-color: rgb(224 12 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/75) {
  background-color: rgb(224 12 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/80) {
  background-color: rgb(224 12 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/90) {
  background-color: rgb(224 12 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-600\/95) {
  background-color: rgb(224 12 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 11 1 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/0) {
  background-color: rgb(192 11 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/10) {
  background-color: rgb(192 11 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/100) {
  background-color: rgb(192 11 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/20) {
  background-color: rgb(192 11 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/25) {
  background-color: rgb(192 11 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/30) {
  background-color: rgb(192 11 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/40) {
  background-color: rgb(192 11 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/5) {
  background-color: rgb(192 11 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/50) {
  background-color: rgb(192 11 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/60) {
  background-color: rgb(192 11 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/70) {
  background-color: rgb(192 11 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/75) {
  background-color: rgb(192 11 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/80) {
  background-color: rgb(192 11 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/90) {
  background-color: rgb(192 11 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-700\/95) {
  background-color: rgb(192 11 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 7 1 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/0) {
  background-color: rgb(128 7 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/10) {
  background-color: rgb(128 7 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/100) {
  background-color: rgb(128 7 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/20) {
  background-color: rgb(128 7 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/25) {
  background-color: rgb(128 7 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/30) {
  background-color: rgb(128 7 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/40) {
  background-color: rgb(128 7 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/5) {
  background-color: rgb(128 7 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/50) {
  background-color: rgb(128 7 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/60) {
  background-color: rgb(128 7 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/70) {
  background-color: rgb(128 7 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/75) {
  background-color: rgb(128 7 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/80) {
  background-color: rgb(128 7 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/90) {
  background-color: rgb(128 7 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-800\/95) {
  background-color: rgb(128 7 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 4 0 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/0) {
  background-color: rgb(64 4 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/10) {
  background-color: rgb(64 4 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/100) {
  background-color: rgb(64 4 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/20) {
  background-color: rgb(64 4 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/25) {
  background-color: rgb(64 4 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/30) {
  background-color: rgb(64 4 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/40) {
  background-color: rgb(64 4 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/5) {
  background-color: rgb(64 4 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/50) {
  background-color: rgb(64 4 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/60) {
  background-color: rgb(64 4 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/70) {
  background-color: rgb(64 4 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/75) {
  background-color: rgb(64 4 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/80) {
  background-color: rgb(64 4 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/90) {
  background-color: rgb(64 4 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-red-900\/95) {
  background-color: rgb(64 4 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-white) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 248 235 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/0) {
  background-color: rgb(254 248 235 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/10) {
  background-color: rgb(254 248 235 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/100) {
  background-color: rgb(254 248 235 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/20) {
  background-color: rgb(254 248 235 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/25) {
  background-color: rgb(254 248 235 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/30) {
  background-color: rgb(254 248 235 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/40) {
  background-color: rgb(254 248 235 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/5) {
  background-color: rgb(254 248 235 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/50) {
  background-color: rgb(254 248 235 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/60) {
  background-color: rgb(254 248 235 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/70) {
  background-color: rgb(254 248 235 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/75) {
  background-color: rgb(254 248 235 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/80) {
  background-color: rgb(254 248 235 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/90) {
  background-color: rgb(254 248 235 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-100\/95) {
  background-color: rgb(254 248 235 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 27 1 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/0) {
  background-color: rgb(40 27 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/10) {
  background-color: rgb(40 27 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/100) {
  background-color: rgb(40 27 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/20) {
  background-color: rgb(40 27 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/25) {
  background-color: rgb(40 27 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/30) {
  background-color: rgb(40 27 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/40) {
  background-color: rgb(40 27 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/5) {
  background-color: rgb(40 27 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/50) {
  background-color: rgb(40 27 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/60) {
  background-color: rgb(40 27 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/70) {
  background-color: rgb(40 27 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/75) {
  background-color: rgb(40 27 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/80) {
  background-color: rgb(40 27 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/90) {
  background-color: rgb(40 27 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-1000\/95) {
  background-color: rgb(40 27 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 215 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/0) {
  background-color: rgb(254 242 215 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/10) {
  background-color: rgb(254 242 215 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/100) {
  background-color: rgb(254 242 215 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/20) {
  background-color: rgb(254 242 215 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/25) {
  background-color: rgb(254 242 215 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/30) {
  background-color: rgb(254 242 215 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/40) {
  background-color: rgb(254 242 215 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/5) {
  background-color: rgb(254 242 215 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/50) {
  background-color: rgb(254 242 215 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/60) {
  background-color: rgb(254 242 215 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/70) {
  background-color: rgb(254 242 215 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/75) {
  background-color: rgb(254 242 215 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/80) {
  background-color: rgb(254 242 215 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/90) {
  background-color: rgb(254 242 215 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-200\/95) {
  background-color: rgb(254 242 215 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 235 196 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/0) {
  background-color: rgb(253 235 196 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/10) {
  background-color: rgb(253 235 196 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/100) {
  background-color: rgb(253 235 196 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/20) {
  background-color: rgb(253 235 196 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/25) {
  background-color: rgb(253 235 196 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/30) {
  background-color: rgb(253 235 196 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/40) {
  background-color: rgb(253 235 196 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/5) {
  background-color: rgb(253 235 196 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/50) {
  background-color: rgb(253 235 196 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/60) {
  background-color: rgb(253 235 196 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/70) {
  background-color: rgb(253 235 196 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/75) {
  background-color: rgb(253 235 196 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/80) {
  background-color: rgb(253 235 196 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/90) {
  background-color: rgb(253 235 196 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-300\/95) {
  background-color: rgb(253 235 196 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 228 176 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/0) {
  background-color: rgb(253 228 176 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/10) {
  background-color: rgb(253 228 176 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/100) {
  background-color: rgb(253 228 176 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/20) {
  background-color: rgb(253 228 176 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/25) {
  background-color: rgb(253 228 176 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/30) {
  background-color: rgb(253 228 176 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/40) {
  background-color: rgb(253 228 176 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/5) {
  background-color: rgb(253 228 176 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/50) {
  background-color: rgb(253 228 176 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/60) {
  background-color: rgb(253 228 176 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/70) {
  background-color: rgb(253 228 176 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/75) {
  background-color: rgb(253 228 176 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/80) {
  background-color: rgb(253 228 176 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/90) {
  background-color: rgb(253 228 176 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-400\/95) {
  background-color: rgb(253 228 176 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/0) {
  background-color: rgb(255 252 245 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/10) {
  background-color: rgb(255 252 245 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/100) {
  background-color: rgb(255 252 245 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/20) {
  background-color: rgb(255 252 245 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/25) {
  background-color: rgb(255 252 245 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/30) {
  background-color: rgb(255 252 245 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/40) {
  background-color: rgb(255 252 245 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/5) {
  background-color: rgb(255 252 245 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/50) {
  background-color: rgb(255 252 245 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/60) {
  background-color: rgb(255 252 245 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/70) {
  background-color: rgb(255 252 245 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/75) {
  background-color: rgb(255 252 245 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/80) {
  background-color: rgb(255 252 245 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/90) {
  background-color: rgb(255 252 245 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-50\/95) {
  background-color: rgb(255 252 245 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 222 156 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/0) {
  background-color: rgb(252 222 156 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/10) {
  background-color: rgb(252 222 156 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/100) {
  background-color: rgb(252 222 156 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/20) {
  background-color: rgb(252 222 156 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/25) {
  background-color: rgb(252 222 156 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/30) {
  background-color: rgb(252 222 156 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/40) {
  background-color: rgb(252 222 156 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/5) {
  background-color: rgb(252 222 156 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/50) {
  background-color: rgb(252 222 156 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/60) {
  background-color: rgb(252 222 156 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/70) {
  background-color: rgb(252 222 156 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/75) {
  background-color: rgb(252 222 156 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/80) {
  background-color: rgb(252 222 156 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/90) {
  background-color: rgb(252 222 156 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-500\/95) {
  background-color: rgb(252 222 156 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 195 77 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/0) {
  background-color: rgb(249 195 77 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/10) {
  background-color: rgb(249 195 77 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/100) {
  background-color: rgb(249 195 77 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/20) {
  background-color: rgb(249 195 77 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/25) {
  background-color: rgb(249 195 77 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/30) {
  background-color: rgb(249 195 77 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/40) {
  background-color: rgb(249 195 77 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/5) {
  background-color: rgb(249 195 77 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/50) {
  background-color: rgb(249 195 77 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/60) {
  background-color: rgb(249 195 77 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/70) {
  background-color: rgb(249 195 77 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/75) {
  background-color: rgb(249 195 77 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/80) {
  background-color: rgb(249 195 77 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/90) {
  background-color: rgb(249 195 77 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-600\/95) {
  background-color: rgb(249 195 77 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 165 7 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/0) {
  background-color: rgb(237 165 7 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/10) {
  background-color: rgb(237 165 7 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/100) {
  background-color: rgb(237 165 7 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/20) {
  background-color: rgb(237 165 7 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/25) {
  background-color: rgb(237 165 7 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/30) {
  background-color: rgb(237 165 7 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/40) {
  background-color: rgb(237 165 7 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/5) {
  background-color: rgb(237 165 7 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/50) {
  background-color: rgb(237 165 7 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/60) {
  background-color: rgb(237 165 7 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/70) {
  background-color: rgb(237 165 7 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/75) {
  background-color: rgb(237 165 7 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/80) {
  background-color: rgb(237 165 7 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/90) {
  background-color: rgb(237 165 7 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-700\/95) {
  background-color: rgb(237 165 7 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(158 110 5 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/0) {
  background-color: rgb(158 110 5 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/10) {
  background-color: rgb(158 110 5 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/100) {
  background-color: rgb(158 110 5 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/20) {
  background-color: rgb(158 110 5 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/25) {
  background-color: rgb(158 110 5 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/30) {
  background-color: rgb(158 110 5 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/40) {
  background-color: rgb(158 110 5 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/5) {
  background-color: rgb(158 110 5 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/50) {
  background-color: rgb(158 110 5 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/60) {
  background-color: rgb(158 110 5 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/70) {
  background-color: rgb(158 110 5 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/75) {
  background-color: rgb(158 110 5 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/80) {
  background-color: rgb(158 110 5 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/90) {
  background-color: rgb(158 110 5 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-800\/95) {
  background-color: rgb(158 110 5 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 55 2 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/0) {
  background-color: rgb(79 55 2 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/10) {
  background-color: rgb(79 55 2 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/100) {
  background-color: rgb(79 55 2 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/20) {
  background-color: rgb(79 55 2 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/25) {
  background-color: rgb(79 55 2 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/30) {
  background-color: rgb(79 55 2 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/40) {
  background-color: rgb(79 55 2 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/5) {
  background-color: rgb(79 55 2 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/50) {
  background-color: rgb(79 55 2 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/60) {
  background-color: rgb(79 55 2 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/70) {
  background-color: rgb(79 55 2 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/75) {
  background-color: rgb(79 55 2 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/80) {
  background-color: rgb(79 55 2 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/90) {
  background-color: rgb(79 55 2 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-yellow-900\/95) {
  background-color: rgb(79 55 2 / 0.95) !important;
}

.editor-styles-wrapper :is(.bg-\[rgba\(0\2c 0\2c 0\2c 0\.65\)\]) {
  background-color: rgba(0,0,0,0.65);
}

.editor-styles-wrapper :is(.bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(211 224 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-100\/0) {
  background-color: rgb(211 224 255 / 0);
}

.editor-styles-wrapper :is(.bg-blue-100\/10) {
  background-color: rgb(211 224 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-100\/100) {
  background-color: rgb(211 224 255 / 1);
}

.editor-styles-wrapper :is(.bg-blue-100\/20) {
  background-color: rgb(211 224 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-100\/25) {
  background-color: rgb(211 224 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-100\/30) {
  background-color: rgb(211 224 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-100\/40) {
  background-color: rgb(211 224 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-100\/5) {
  background-color: rgb(211 224 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-100\/50) {
  background-color: rgb(211 224 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-100\/60) {
  background-color: rgb(211 224 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-100\/70) {
  background-color: rgb(211 224 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-100\/75) {
  background-color: rgb(211 224 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-100\/80) {
  background-color: rgb(211 224 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-100\/90) {
  background-color: rgb(211 224 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-100\/95) {
  background-color: rgb(211 224 255 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-1000) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 9 29 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-1000\/0) {
  background-color: rgb(0 9 29 / 0);
}

.editor-styles-wrapper :is(.bg-blue-1000\/10) {
  background-color: rgb(0 9 29 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-1000\/100) {
  background-color: rgb(0 9 29 / 1);
}

.editor-styles-wrapper :is(.bg-blue-1000\/20) {
  background-color: rgb(0 9 29 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-1000\/25) {
  background-color: rgb(0 9 29 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-1000\/30) {
  background-color: rgb(0 9 29 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-1000\/40) {
  background-color: rgb(0 9 29 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-1000\/5) {
  background-color: rgb(0 9 29 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-1000\/50) {
  background-color: rgb(0 9 29 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-1000\/60) {
  background-color: rgb(0 9 29 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-1000\/70) {
  background-color: rgb(0 9 29 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-1000\/75) {
  background-color: rgb(0 9 29 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-1000\/80) {
  background-color: rgb(0 9 29 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-1000\/90) {
  background-color: rgb(0 9 29 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-1000\/95) {
  background-color: rgb(0 9 29 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(167 194 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-200\/0) {
  background-color: rgb(167 194 255 / 0);
}

.editor-styles-wrapper :is(.bg-blue-200\/10) {
  background-color: rgb(167 194 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-200\/100) {
  background-color: rgb(167 194 255 / 1);
}

.editor-styles-wrapper :is(.bg-blue-200\/20) {
  background-color: rgb(167 194 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-200\/25) {
  background-color: rgb(167 194 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-200\/30) {
  background-color: rgb(167 194 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-200\/40) {
  background-color: rgb(167 194 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-200\/5) {
  background-color: rgb(167 194 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-200\/50) {
  background-color: rgb(167 194 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-200\/60) {
  background-color: rgb(167 194 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-200\/70) {
  background-color: rgb(167 194 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-200\/75) {
  background-color: rgb(167 194 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-200\/80) {
  background-color: rgb(167 194 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-200\/90) {
  background-color: rgb(167 194 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-200\/95) {
  background-color: rgb(167 194 255 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(123 163 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-300\/0) {
  background-color: rgb(123 163 255 / 0);
}

.editor-styles-wrapper :is(.bg-blue-300\/10) {
  background-color: rgb(123 163 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-300\/100) {
  background-color: rgb(123 163 255 / 1);
}

.editor-styles-wrapper :is(.bg-blue-300\/20) {
  background-color: rgb(123 163 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-300\/25) {
  background-color: rgb(123 163 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-300\/30) {
  background-color: rgb(123 163 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-300\/40) {
  background-color: rgb(123 163 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-300\/5) {
  background-color: rgb(123 163 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-300\/50) {
  background-color: rgb(123 163 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-300\/60) {
  background-color: rgb(123 163 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-300\/70) {
  background-color: rgb(123 163 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-300\/75) {
  background-color: rgb(123 163 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-300\/80) {
  background-color: rgb(123 163 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-300\/90) {
  background-color: rgb(123 163 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-300\/95) {
  background-color: rgb(123 163 255 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(80 132 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-400\/0) {
  background-color: rgb(80 132 255 / 0);
}

.editor-styles-wrapper :is(.bg-blue-400\/10) {
  background-color: rgb(80 132 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-400\/100) {
  background-color: rgb(80 132 255 / 1);
}

.editor-styles-wrapper :is(.bg-blue-400\/20) {
  background-color: rgb(80 132 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-400\/25) {
  background-color: rgb(80 132 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-400\/30) {
  background-color: rgb(80 132 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-400\/40) {
  background-color: rgb(80 132 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-400\/5) {
  background-color: rgb(80 132 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-400\/50) {
  background-color: rgb(80 132 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-400\/60) {
  background-color: rgb(80 132 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-400\/70) {
  background-color: rgb(80 132 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-400\/75) {
  background-color: rgb(80 132 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-400\/80) {
  background-color: rgb(80 132 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-400\/90) {
  background-color: rgb(80 132 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-400\/95) {
  background-color: rgb(80 132 255 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-50\/0) {
  background-color: rgb(244 249 252 / 0);
}

.editor-styles-wrapper :is(.bg-blue-50\/10) {
  background-color: rgb(244 249 252 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-50\/100) {
  background-color: rgb(244 249 252 / 1);
}

.editor-styles-wrapper :is(.bg-blue-50\/20) {
  background-color: rgb(244 249 252 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-50\/25) {
  background-color: rgb(244 249 252 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-50\/30) {
  background-color: rgb(244 249 252 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-50\/40) {
  background-color: rgb(244 249 252 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-50\/5) {
  background-color: rgb(244 249 252 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-50\/50) {
  background-color: rgb(244 249 252 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-50\/60) {
  background-color: rgb(244 249 252 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-50\/70) {
  background-color: rgb(244 249 252 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-50\/75) {
  background-color: rgb(244 249 252 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-50\/80) {
  background-color: rgb(244 249 252 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-50\/90) {
  background-color: rgb(244 249 252 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-50\/95) {
  background-color: rgb(244 249 252 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(36 101 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-500\/0) {
  background-color: rgb(36 101 255 / 0);
}

.editor-styles-wrapper :is(.bg-blue-500\/10) {
  background-color: rgb(36 101 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-500\/100) {
  background-color: rgb(36 101 255 / 1);
}

.editor-styles-wrapper :is(.bg-blue-500\/20) {
  background-color: rgb(36 101 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-500\/25) {
  background-color: rgb(36 101 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-500\/30) {
  background-color: rgb(36 101 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-500\/40) {
  background-color: rgb(36 101 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-500\/5) {
  background-color: rgb(36 101 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-500\/50) {
  background-color: rgb(36 101 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-500\/60) {
  background-color: rgb(36 101 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-500\/70) {
  background-color: rgb(36 101 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-500\/75) {
  background-color: rgb(36 101 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-500\/80) {
  background-color: rgb(36 101 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-500\/90) {
  background-color: rgb(36 101 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-500\/95) {
  background-color: rgb(36 101 255 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 233 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-600\/0) {
  background-color: rgb(0 70 233 / 0);
}

.editor-styles-wrapper :is(.bg-blue-600\/10) {
  background-color: rgb(0 70 233 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-600\/100) {
  background-color: rgb(0 70 233 / 1);
}

.editor-styles-wrapper :is(.bg-blue-600\/20) {
  background-color: rgb(0 70 233 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-600\/25) {
  background-color: rgb(0 70 233 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-600\/30) {
  background-color: rgb(0 70 233 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-600\/40) {
  background-color: rgb(0 70 233 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-600\/5) {
  background-color: rgb(0 70 233 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-600\/50) {
  background-color: rgb(0 70 233 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-600\/60) {
  background-color: rgb(0 70 233 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-600\/70) {
  background-color: rgb(0 70 233 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-600\/75) {
  background-color: rgb(0 70 233 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-600\/80) {
  background-color: rgb(0 70 233 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-600\/90) {
  background-color: rgb(0 70 233 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-600\/95) {
  background-color: rgb(0 70 233 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 174 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-700\/0) {
  background-color: rgb(0 52 174 / 0);
}

.editor-styles-wrapper :is(.bg-blue-700\/10) {
  background-color: rgb(0 52 174 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-700\/100) {
  background-color: rgb(0 52 174 / 1);
}

.editor-styles-wrapper :is(.bg-blue-700\/20) {
  background-color: rgb(0 52 174 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-700\/25) {
  background-color: rgb(0 52 174 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-700\/30) {
  background-color: rgb(0 52 174 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-700\/40) {
  background-color: rgb(0 52 174 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-700\/5) {
  background-color: rgb(0 52 174 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-700\/50) {
  background-color: rgb(0 52 174 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-700\/60) {
  background-color: rgb(0 52 174 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-700\/70) {
  background-color: rgb(0 52 174 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-700\/75) {
  background-color: rgb(0 52 174 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-700\/80) {
  background-color: rgb(0 52 174 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-700\/90) {
  background-color: rgb(0 52 174 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-700\/95) {
  background-color: rgb(0 52 174 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 116 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-800\/0) {
  background-color: rgb(0 35 116 / 0);
}

.editor-styles-wrapper :is(.bg-blue-800\/10) {
  background-color: rgb(0 35 116 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-800\/100) {
  background-color: rgb(0 35 116 / 1);
}

.editor-styles-wrapper :is(.bg-blue-800\/20) {
  background-color: rgb(0 35 116 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-800\/25) {
  background-color: rgb(0 35 116 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-800\/30) {
  background-color: rgb(0 35 116 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-800\/40) {
  background-color: rgb(0 35 116 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-800\/5) {
  background-color: rgb(0 35 116 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-800\/50) {
  background-color: rgb(0 35 116 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-800\/60) {
  background-color: rgb(0 35 116 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-800\/70) {
  background-color: rgb(0 35 116 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-800\/75) {
  background-color: rgb(0 35 116 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-800\/80) {
  background-color: rgb(0 35 116 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-800\/90) {
  background-color: rgb(0 35 116 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-800\/95) {
  background-color: rgb(0 35 116 / 0.95);
}

.editor-styles-wrapper :is(.bg-blue-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 17 58 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-blue-900\/0) {
  background-color: rgb(0 17 58 / 0);
}

.editor-styles-wrapper :is(.bg-blue-900\/10) {
  background-color: rgb(0 17 58 / 0.1);
}

.editor-styles-wrapper :is(.bg-blue-900\/100) {
  background-color: rgb(0 17 58 / 1);
}

.editor-styles-wrapper :is(.bg-blue-900\/20) {
  background-color: rgb(0 17 58 / 0.2);
}

.editor-styles-wrapper :is(.bg-blue-900\/25) {
  background-color: rgb(0 17 58 / 0.25);
}

.editor-styles-wrapper :is(.bg-blue-900\/30) {
  background-color: rgb(0 17 58 / 0.3);
}

.editor-styles-wrapper :is(.bg-blue-900\/40) {
  background-color: rgb(0 17 58 / 0.4);
}

.editor-styles-wrapper :is(.bg-blue-900\/5) {
  background-color: rgb(0 17 58 / 0.05);
}

.editor-styles-wrapper :is(.bg-blue-900\/50) {
  background-color: rgb(0 17 58 / 0.5);
}

.editor-styles-wrapper :is(.bg-blue-900\/60) {
  background-color: rgb(0 17 58 / 0.6);
}

.editor-styles-wrapper :is(.bg-blue-900\/70) {
  background-color: rgb(0 17 58 / 0.7);
}

.editor-styles-wrapper :is(.bg-blue-900\/75) {
  background-color: rgb(0 17 58 / 0.75);
}

.editor-styles-wrapper :is(.bg-blue-900\/80) {
  background-color: rgb(0 17 58 / 0.8);
}

.editor-styles-wrapper :is(.bg-blue-900\/90) {
  background-color: rgb(0 17 58 / 0.9);
}

.editor-styles-wrapper :is(.bg-blue-900\/95) {
  background-color: rgb(0 17 58 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(233 247 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-100\/0) {
  background-color: rgb(233 247 255 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-100\/10) {
  background-color: rgb(233 247 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-100\/100) {
  background-color: rgb(233 247 255 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-100\/20) {
  background-color: rgb(233 247 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-100\/25) {
  background-color: rgb(233 247 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-100\/30) {
  background-color: rgb(233 247 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-100\/40) {
  background-color: rgb(233 247 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-100\/5) {
  background-color: rgb(233 247 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-100\/50) {
  background-color: rgb(233 247 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-100\/60) {
  background-color: rgb(233 247 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-100\/70) {
  background-color: rgb(233 247 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-100\/75) {
  background-color: rgb(233 247 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-100\/80) {
  background-color: rgb(233 247 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-100\/90) {
  background-color: rgb(233 247 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-100\/95) {
  background-color: rgb(233 247 255 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-1000) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 25 40 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-1000\/0) {
  background-color: rgb(0 25 40 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/10) {
  background-color: rgb(0 25 40 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/100) {
  background-color: rgb(0 25 40 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/20) {
  background-color: rgb(0 25 40 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/25) {
  background-color: rgb(0 25 40 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/30) {
  background-color: rgb(0 25 40 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/40) {
  background-color: rgb(0 25 40 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/5) {
  background-color: rgb(0 25 40 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/50) {
  background-color: rgb(0 25 40 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/60) {
  background-color: rgb(0 25 40 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/70) {
  background-color: rgb(0 25 40 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/75) {
  background-color: rgb(0 25 40 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/80) {
  background-color: rgb(0 25 40 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/90) {
  background-color: rgb(0 25 40 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-1000\/95) {
  background-color: rgb(0 25 40 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(213 239 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-200\/0) {
  background-color: rgb(213 239 255 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-200\/10) {
  background-color: rgb(213 239 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-200\/100) {
  background-color: rgb(213 239 255 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-200\/20) {
  background-color: rgb(213 239 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-200\/25) {
  background-color: rgb(213 239 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-200\/30) {
  background-color: rgb(213 239 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-200\/40) {
  background-color: rgb(213 239 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-200\/5) {
  background-color: rgb(213 239 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-200\/50) {
  background-color: rgb(213 239 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-200\/60) {
  background-color: rgb(213 239 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-200\/70) {
  background-color: rgb(213 239 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-200\/75) {
  background-color: rgb(213 239 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-200\/80) {
  background-color: rgb(213 239 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-200\/90) {
  background-color: rgb(213 239 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-200\/95) {
  background-color: rgb(213 239 255 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(191 231 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-300\/0) {
  background-color: rgb(191 231 254 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-300\/10) {
  background-color: rgb(191 231 254 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-300\/100) {
  background-color: rgb(191 231 254 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-300\/20) {
  background-color: rgb(191 231 254 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-300\/25) {
  background-color: rgb(191 231 254 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-300\/30) {
  background-color: rgb(191 231 254 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-300\/40) {
  background-color: rgb(191 231 254 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-300\/5) {
  background-color: rgb(191 231 254 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-300\/50) {
  background-color: rgb(191 231 254 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-300\/60) {
  background-color: rgb(191 231 254 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-300\/70) {
  background-color: rgb(191 231 254 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-300\/75) {
  background-color: rgb(191 231 254 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-300\/80) {
  background-color: rgb(191 231 254 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-300\/90) {
  background-color: rgb(191 231 254 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-300\/95) {
  background-color: rgb(191 231 254 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(170 223 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-400\/0) {
  background-color: rgb(170 223 254 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-400\/10) {
  background-color: rgb(170 223 254 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-400\/100) {
  background-color: rgb(170 223 254 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-400\/20) {
  background-color: rgb(170 223 254 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-400\/25) {
  background-color: rgb(170 223 254 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-400\/30) {
  background-color: rgb(170 223 254 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-400\/40) {
  background-color: rgb(170 223 254 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-400\/5) {
  background-color: rgb(170 223 254 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-400\/50) {
  background-color: rgb(170 223 254 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-400\/60) {
  background-color: rgb(170 223 254 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-400\/70) {
  background-color: rgb(170 223 254 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-400\/75) {
  background-color: rgb(170 223 254 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-400\/80) {
  background-color: rgb(170 223 254 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-400\/90) {
  background-color: rgb(170 223 254 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-400\/95) {
  background-color: rgb(170 223 254 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-50\/0) {
  background-color: rgb(244 251 255 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-50\/10) {
  background-color: rgb(244 251 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-50\/100) {
  background-color: rgb(244 251 255 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-50\/20) {
  background-color: rgb(244 251 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-50\/25) {
  background-color: rgb(244 251 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-50\/30) {
  background-color: rgb(244 251 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-50\/40) {
  background-color: rgb(244 251 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-50\/5) {
  background-color: rgb(244 251 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-50\/50) {
  background-color: rgb(244 251 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-50\/60) {
  background-color: rgb(244 251 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-50\/70) {
  background-color: rgb(244 251 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-50\/75) {
  background-color: rgb(244 251 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-50\/80) {
  background-color: rgb(244 251 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-50\/90) {
  background-color: rgb(244 251 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-50\/95) {
  background-color: rgb(244 251 255 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-500\/0) {
  background-color: rgb(165 222 254 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-500\/10) {
  background-color: rgb(165 222 254 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-500\/100) {
  background-color: rgb(165 222 254 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-500\/20) {
  background-color: rgb(165 222 254 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-500\/25) {
  background-color: rgb(165 222 254 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-500\/30) {
  background-color: rgb(165 222 254 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-500\/40) {
  background-color: rgb(165 222 254 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-500\/5) {
  background-color: rgb(165 222 254 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-500\/50) {
  background-color: rgb(165 222 254 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-500\/60) {
  background-color: rgb(165 222 254 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-500\/70) {
  background-color: rgb(165 222 254 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-500\/75) {
  background-color: rgb(165 222 254 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-500\/80) {
  background-color: rgb(165 222 254 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-500\/90) {
  background-color: rgb(165 222 254 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-500\/95) {
  background-color: rgb(165 222 254 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 186 253 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-600\/0) {
  background-color: rgb(69 186 253 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-600\/10) {
  background-color: rgb(69 186 253 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-600\/100) {
  background-color: rgb(69 186 253 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-600\/20) {
  background-color: rgb(69 186 253 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-600\/25) {
  background-color: rgb(69 186 253 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-600\/30) {
  background-color: rgb(69 186 253 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-600\/40) {
  background-color: rgb(69 186 253 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-600\/5) {
  background-color: rgb(69 186 253 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-600\/50) {
  background-color: rgb(69 186 253 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-600\/60) {
  background-color: rgb(69 186 253 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-600\/70) {
  background-color: rgb(69 186 253 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-600\/75) {
  background-color: rgb(69 186 253 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-600\/80) {
  background-color: rgb(69 186 253 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-600\/90) {
  background-color: rgb(69 186 253 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-600\/95) {
  background-color: rgb(69 186 253 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 152 239 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-700\/0) {
  background-color: rgb(2 152 239 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-700\/10) {
  background-color: rgb(2 152 239 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-700\/100) {
  background-color: rgb(2 152 239 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-700\/20) {
  background-color: rgb(2 152 239 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-700\/25) {
  background-color: rgb(2 152 239 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-700\/30) {
  background-color: rgb(2 152 239 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-700\/40) {
  background-color: rgb(2 152 239 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-700\/5) {
  background-color: rgb(2 152 239 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-700\/50) {
  background-color: rgb(2 152 239 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-700\/60) {
  background-color: rgb(2 152 239 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-700\/70) {
  background-color: rgb(2 152 239 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-700\/75) {
  background-color: rgb(2 152 239 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-700\/80) {
  background-color: rgb(2 152 239 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-700\/90) {
  background-color: rgb(2 152 239 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-700\/95) {
  background-color: rgb(2 152 239 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 102 160 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-800\/0) {
  background-color: rgb(2 102 160 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-800\/10) {
  background-color: rgb(2 102 160 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-800\/100) {
  background-color: rgb(2 102 160 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-800\/20) {
  background-color: rgb(2 102 160 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-800\/25) {
  background-color: rgb(2 102 160 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-800\/30) {
  background-color: rgb(2 102 160 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-800\/40) {
  background-color: rgb(2 102 160 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-800\/5) {
  background-color: rgb(2 102 160 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-800\/50) {
  background-color: rgb(2 102 160 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-800\/60) {
  background-color: rgb(2 102 160 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-800\/70) {
  background-color: rgb(2 102 160 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-800\/75) {
  background-color: rgb(2 102 160 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-800\/80) {
  background-color: rgb(2 102 160 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-800\/90) {
  background-color: rgb(2 102 160 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-800\/95) {
  background-color: rgb(2 102 160 / 0.95);
}

.editor-styles-wrapper :is(.bg-cyan-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 51 80 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-900\/0) {
  background-color: rgb(1 51 80 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-900\/10) {
  background-color: rgb(1 51 80 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-900\/100) {
  background-color: rgb(1 51 80 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-900\/20) {
  background-color: rgb(1 51 80 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-900\/25) {
  background-color: rgb(1 51 80 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-900\/30) {
  background-color: rgb(1 51 80 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-900\/40) {
  background-color: rgb(1 51 80 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-900\/5) {
  background-color: rgb(1 51 80 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-900\/50) {
  background-color: rgb(1 51 80 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-900\/60) {
  background-color: rgb(1 51 80 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-900\/70) {
  background-color: rgb(1 51 80 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-900\/75) {
  background-color: rgb(1 51 80 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-900\/80) {
  background-color: rgb(1 51 80 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-900\/90) {
  background-color: rgb(1 51 80 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-900\/95) {
  background-color: rgb(1 51 80 / 0.95);
}

.editor-styles-wrapper :is(.bg-dark) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-100\/0) {
  background-color: rgb(232 235 239 / 0);
}

.editor-styles-wrapper :is(.bg-gray-100\/10) {
  background-color: rgb(232 235 239 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-100\/100) {
  background-color: rgb(232 235 239 / 1);
}

.editor-styles-wrapper :is(.bg-gray-100\/20) {
  background-color: rgb(232 235 239 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-100\/25) {
  background-color: rgb(232 235 239 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-100\/30) {
  background-color: rgb(232 235 239 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-100\/40) {
  background-color: rgb(232 235 239 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-100\/5) {
  background-color: rgb(232 235 239 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-100\/50) {
  background-color: rgb(232 235 239 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-100\/60) {
  background-color: rgb(232 235 239 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-100\/70) {
  background-color: rgb(232 235 239 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-100\/75) {
  background-color: rgb(232 235 239 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-100\/80) {
  background-color: rgb(232 235 239 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-100\/90) {
  background-color: rgb(232 235 239 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-100\/95) {
  background-color: rgb(232 235 239 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-1000) {
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 18 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-1000\/0) {
  background-color: rgb(13 15 18 / 0);
}

.editor-styles-wrapper :is(.bg-gray-1000\/10) {
  background-color: rgb(13 15 18 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-1000\/100) {
  background-color: rgb(13 15 18 / 1);
}

.editor-styles-wrapper :is(.bg-gray-1000\/20) {
  background-color: rgb(13 15 18 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-1000\/25) {
  background-color: rgb(13 15 18 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-1000\/30) {
  background-color: rgb(13 15 18 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-1000\/40) {
  background-color: rgb(13 15 18 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-1000\/5) {
  background-color: rgb(13 15 18 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-1000\/50) {
  background-color: rgb(13 15 18 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-1000\/60) {
  background-color: rgb(13 15 18 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-1000\/70) {
  background-color: rgb(13 15 18 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-1000\/75) {
  background-color: rgb(13 15 18 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-1000\/80) {
  background-color: rgb(13 15 18 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-1000\/90) {
  background-color: rgb(13 15 18 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-1000\/95) {
  background-color: rgb(13 15 18 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(210 215 223 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-200\/0) {
  background-color: rgb(210 215 223 / 0);
}

.editor-styles-wrapper :is(.bg-gray-200\/10) {
  background-color: rgb(210 215 223 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-200\/100) {
  background-color: rgb(210 215 223 / 1);
}

.editor-styles-wrapper :is(.bg-gray-200\/20) {
  background-color: rgb(210 215 223 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-200\/25) {
  background-color: rgb(210 215 223 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-200\/30) {
  background-color: rgb(210 215 223 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-200\/40) {
  background-color: rgb(210 215 223 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-200\/5) {
  background-color: rgb(210 215 223 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-200\/50) {
  background-color: rgb(210 215 223 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-200\/60) {
  background-color: rgb(210 215 223 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-200\/70) {
  background-color: rgb(210 215 223 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-200\/75) {
  background-color: rgb(210 215 223 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-200\/80) {
  background-color: rgb(210 215 223 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-200\/90) {
  background-color: rgb(210 215 223 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-200\/95) {
  background-color: rgb(210 215 223 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(187 195 207 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-300\/0) {
  background-color: rgb(187 195 207 / 0);
}

.editor-styles-wrapper :is(.bg-gray-300\/10) {
  background-color: rgb(187 195 207 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-300\/100) {
  background-color: rgb(187 195 207 / 1);
}

.editor-styles-wrapper :is(.bg-gray-300\/20) {
  background-color: rgb(187 195 207 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-300\/25) {
  background-color: rgb(187 195 207 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-300\/30) {
  background-color: rgb(187 195 207 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-300\/40) {
  background-color: rgb(187 195 207 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-300\/5) {
  background-color: rgb(187 195 207 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-300\/50) {
  background-color: rgb(187 195 207 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-300\/60) {
  background-color: rgb(187 195 207 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-300\/70) {
  background-color: rgb(187 195 207 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-300\/75) {
  background-color: rgb(187 195 207 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-300\/80) {
  background-color: rgb(187 195 207 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-300\/90) {
  background-color: rgb(187 195 207 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-300\/95) {
  background-color: rgb(187 195 207 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(164 175 191 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-400\/0) {
  background-color: rgb(164 175 191 / 0);
}

.editor-styles-wrapper :is(.bg-gray-400\/10) {
  background-color: rgb(164 175 191 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-400\/100) {
  background-color: rgb(164 175 191 / 1);
}

.editor-styles-wrapper :is(.bg-gray-400\/20) {
  background-color: rgb(164 175 191 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-400\/25) {
  background-color: rgb(164 175 191 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-400\/30) {
  background-color: rgb(164 175 191 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-400\/40) {
  background-color: rgb(164 175 191 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-400\/5) {
  background-color: rgb(164 175 191 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-400\/50) {
  background-color: rgb(164 175 191 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-400\/60) {
  background-color: rgb(164 175 191 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-400\/70) {
  background-color: rgb(164 175 191 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-400\/75) {
  background-color: rgb(164 175 191 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-400\/80) {
  background-color: rgb(164 175 191 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-400\/90) {
  background-color: rgb(164 175 191 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-400\/95) {
  background-color: rgb(164 175 191 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-50\/0) {
  background-color: rgb(244 245 247 / 0);
}

.editor-styles-wrapper :is(.bg-gray-50\/10) {
  background-color: rgb(244 245 247 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-50\/100) {
  background-color: rgb(244 245 247 / 1);
}

.editor-styles-wrapper :is(.bg-gray-50\/20) {
  background-color: rgb(244 245 247 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-50\/25) {
  background-color: rgb(244 245 247 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-50\/30) {
  background-color: rgb(244 245 247 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-50\/40) {
  background-color: rgb(244 245 247 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-50\/5) {
  background-color: rgb(244 245 247 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-50\/50) {
  background-color: rgb(244 245 247 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-50\/60) {
  background-color: rgb(244 245 247 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-50\/70) {
  background-color: rgb(244 245 247 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-50\/75) {
  background-color: rgb(244 245 247 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-50\/80) {
  background-color: rgb(244 245 247 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-50\/90) {
  background-color: rgb(244 245 247 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-50\/95) {
  background-color: rgb(244 245 247 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(164 175 191 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-500\/0) {
  background-color: rgb(164 175 191 / 0);
}

.editor-styles-wrapper :is(.bg-gray-500\/10) {
  background-color: rgb(164 175 191 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-500\/100) {
  background-color: rgb(164 175 191 / 1);
}

.editor-styles-wrapper :is(.bg-gray-500\/20) {
  background-color: rgb(164 175 191 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-500\/25) {
  background-color: rgb(164 175 191 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-500\/30) {
  background-color: rgb(164 175 191 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-500\/40) {
  background-color: rgb(164 175 191 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-500\/5) {
  background-color: rgb(164 175 191 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-500\/50) {
  background-color: rgb(164 175 191 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-500\/60) {
  background-color: rgb(164 175 191 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-500\/70) {
  background-color: rgb(164 175 191 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-500\/75) {
  background-color: rgb(164 175 191 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-500\/80) {
  background-color: rgb(164 175 191 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-500\/90) {
  background-color: rgb(164 175 191 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-500\/95) {
  background-color: rgb(164 175 191 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(105 122 148 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-600\/0) {
  background-color: rgb(105 122 148 / 0);
}

.editor-styles-wrapper :is(.bg-gray-600\/10) {
  background-color: rgb(105 122 148 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-600\/100) {
  background-color: rgb(105 122 148 / 1);
}

.editor-styles-wrapper :is(.bg-gray-600\/20) {
  background-color: rgb(105 122 148 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-600\/25) {
  background-color: rgb(105 122 148 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-600\/30) {
  background-color: rgb(105 122 148 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-600\/40) {
  background-color: rgb(105 122 148 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-600\/5) {
  background-color: rgb(105 122 148 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-600\/50) {
  background-color: rgb(105 122 148 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-600\/60) {
  background-color: rgb(105 122 148 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-600\/70) {
  background-color: rgb(105 122 148 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-600\/75) {
  background-color: rgb(105 122 148 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-600\/80) {
  background-color: rgb(105 122 148 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-600\/90) {
  background-color: rgb(105 122 148 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-600\/95) {
  background-color: rgb(105 122 148 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 92 111 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-700\/0) {
  background-color: rgb(79 92 111 / 0);
}

.editor-styles-wrapper :is(.bg-gray-700\/10) {
  background-color: rgb(79 92 111 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-700\/100) {
  background-color: rgb(79 92 111 / 1);
}

.editor-styles-wrapper :is(.bg-gray-700\/20) {
  background-color: rgb(79 92 111 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-700\/25) {
  background-color: rgb(79 92 111 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-700\/30) {
  background-color: rgb(79 92 111 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-700\/40) {
  background-color: rgb(79 92 111 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-700\/5) {
  background-color: rgb(79 92 111 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-700\/50) {
  background-color: rgb(79 92 111 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-700\/60) {
  background-color: rgb(79 92 111 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-700\/70) {
  background-color: rgb(79 92 111 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-700\/75) {
  background-color: rgb(79 92 111 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-700\/80) {
  background-color: rgb(79 92 111 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-700\/90) {
  background-color: rgb(79 92 111 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-700\/95) {
  background-color: rgb(79 92 111 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 61 74 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-800\/0) {
  background-color: rgb(52 61 74 / 0);
}

.editor-styles-wrapper :is(.bg-gray-800\/10) {
  background-color: rgb(52 61 74 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-800\/100) {
  background-color: rgb(52 61 74 / 1);
}

.editor-styles-wrapper :is(.bg-gray-800\/20) {
  background-color: rgb(52 61 74 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-800\/25) {
  background-color: rgb(52 61 74 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-800\/30) {
  background-color: rgb(52 61 74 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-800\/40) {
  background-color: rgb(52 61 74 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-800\/5) {
  background-color: rgb(52 61 74 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-800\/50) {
  background-color: rgb(52 61 74 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-800\/60) {
  background-color: rgb(52 61 74 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-800\/70) {
  background-color: rgb(52 61 74 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-800\/75) {
  background-color: rgb(52 61 74 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-800\/80) {
  background-color: rgb(52 61 74 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-800\/90) {
  background-color: rgb(52 61 74 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-800\/95) {
  background-color: rgb(52 61 74 / 0.95);
}

.editor-styles-wrapper :is(.bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 31 37 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-900\/0) {
  background-color: rgb(26 31 37 / 0);
}

.editor-styles-wrapper :is(.bg-gray-900\/10) {
  background-color: rgb(26 31 37 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-900\/100) {
  background-color: rgb(26 31 37 / 1);
}

.editor-styles-wrapper :is(.bg-gray-900\/20) {
  background-color: rgb(26 31 37 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-900\/25) {
  background-color: rgb(26 31 37 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-900\/30) {
  background-color: rgb(26 31 37 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-900\/40) {
  background-color: rgb(26 31 37 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-900\/5) {
  background-color: rgb(26 31 37 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-900\/50) {
  background-color: rgb(26 31 37 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-900\/60) {
  background-color: rgb(26 31 37 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-900\/70) {
  background-color: rgb(26 31 37 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-900\/75) {
  background-color: rgb(26 31 37 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-900\/80) {
  background-color: rgb(26 31 37 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-900\/90) {
  background-color: rgb(26 31 37 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-900\/95) {
  background-color: rgb(26 31 37 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(194 254 228 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-100\/0) {
  background-color: rgb(194 254 228 / 0);
}

.editor-styles-wrapper :is(.bg-green-100\/10) {
  background-color: rgb(194 254 228 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-100\/100) {
  background-color: rgb(194 254 228 / 1);
}

.editor-styles-wrapper :is(.bg-green-100\/20) {
  background-color: rgb(194 254 228 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-100\/25) {
  background-color: rgb(194 254 228 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-100\/30) {
  background-color: rgb(194 254 228 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-100\/40) {
  background-color: rgb(194 254 228 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-100\/5) {
  background-color: rgb(194 254 228 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-100\/50) {
  background-color: rgb(194 254 228 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-100\/60) {
  background-color: rgb(194 254 228 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-100\/70) {
  background-color: rgb(194 254 228 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-100\/75) {
  background-color: rgb(194 254 228 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-100\/80) {
  background-color: rgb(194 254 228 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-100\/90) {
  background-color: rgb(194 254 228 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-100\/95) {
  background-color: rgb(194 254 228 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-1000) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 11 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-1000\/0) {
  background-color: rgb(0 20 11 / 0);
}

.editor-styles-wrapper :is(.bg-green-1000\/10) {
  background-color: rgb(0 20 11 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-1000\/100) {
  background-color: rgb(0 20 11 / 1);
}

.editor-styles-wrapper :is(.bg-green-1000\/20) {
  background-color: rgb(0 20 11 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-1000\/25) {
  background-color: rgb(0 20 11 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-1000\/30) {
  background-color: rgb(0 20 11 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-1000\/40) {
  background-color: rgb(0 20 11 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-1000\/5) {
  background-color: rgb(0 20 11 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-1000\/50) {
  background-color: rgb(0 20 11 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-1000\/60) {
  background-color: rgb(0 20 11 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-1000\/70) {
  background-color: rgb(0 20 11 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-1000\/75) {
  background-color: rgb(0 20 11 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-1000\/80) {
  background-color: rgb(0 20 11 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-1000\/90) {
  background-color: rgb(0 20 11 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-1000\/95) {
  background-color: rgb(0 20 11 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(132 253 201 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-200\/0) {
  background-color: rgb(132 253 201 / 0);
}

.editor-styles-wrapper :is(.bg-green-200\/10) {
  background-color: rgb(132 253 201 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-200\/100) {
  background-color: rgb(132 253 201 / 1);
}

.editor-styles-wrapper :is(.bg-green-200\/20) {
  background-color: rgb(132 253 201 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-200\/25) {
  background-color: rgb(132 253 201 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-200\/30) {
  background-color: rgb(132 253 201 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-200\/40) {
  background-color: rgb(132 253 201 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-200\/5) {
  background-color: rgb(132 253 201 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-200\/50) {
  background-color: rgb(132 253 201 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-200\/60) {
  background-color: rgb(132 253 201 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-200\/70) {
  background-color: rgb(132 253 201 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-200\/75) {
  background-color: rgb(132 253 201 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-200\/80) {
  background-color: rgb(132 253 201 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-200\/90) {
  background-color: rgb(132 253 201 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-200\/95) {
  background-color: rgb(132 253 201 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 252 174 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-300\/0) {
  background-color: rgb(71 252 174 / 0);
}

.editor-styles-wrapper :is(.bg-green-300\/10) {
  background-color: rgb(71 252 174 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-300\/100) {
  background-color: rgb(71 252 174 / 1);
}

.editor-styles-wrapper :is(.bg-green-300\/20) {
  background-color: rgb(71 252 174 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-300\/25) {
  background-color: rgb(71 252 174 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-300\/30) {
  background-color: rgb(71 252 174 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-300\/40) {
  background-color: rgb(71 252 174 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-300\/5) {
  background-color: rgb(71 252 174 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-300\/50) {
  background-color: rgb(71 252 174 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-300\/60) {
  background-color: rgb(71 252 174 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-300\/70) {
  background-color: rgb(71 252 174 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-300\/75) {
  background-color: rgb(71 252 174 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-300\/80) {
  background-color: rgb(71 252 174 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-300\/90) {
  background-color: rgb(71 252 174 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-300\/95) {
  background-color: rgb(71 252 174 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(10 251 147 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-400\/0) {
  background-color: rgb(10 251 147 / 0);
}

.editor-styles-wrapper :is(.bg-green-400\/10) {
  background-color: rgb(10 251 147 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-400\/100) {
  background-color: rgb(10 251 147 / 1);
}

.editor-styles-wrapper :is(.bg-green-400\/20) {
  background-color: rgb(10 251 147 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-400\/25) {
  background-color: rgb(10 251 147 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-400\/30) {
  background-color: rgb(10 251 147 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-400\/40) {
  background-color: rgb(10 251 147 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-400\/5) {
  background-color: rgb(10 251 147 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-400\/50) {
  background-color: rgb(10 251 147 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-400\/60) {
  background-color: rgb(10 251 147 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-400\/70) {
  background-color: rgb(10 251 147 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-400\/75) {
  background-color: rgb(10 251 147 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-400\/80) {
  background-color: rgb(10 251 147 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-400\/90) {
  background-color: rgb(10 251 147 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-400\/95) {
  background-color: rgb(10 251 147 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-50\/0) {
  background-color: rgb(224 255 241 / 0);
}

.editor-styles-wrapper :is(.bg-green-50\/10) {
  background-color: rgb(224 255 241 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-50\/100) {
  background-color: rgb(224 255 241 / 1);
}

.editor-styles-wrapper :is(.bg-green-50\/20) {
  background-color: rgb(224 255 241 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-50\/25) {
  background-color: rgb(224 255 241 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-50\/30) {
  background-color: rgb(224 255 241 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-50\/40) {
  background-color: rgb(224 255 241 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-50\/5) {
  background-color: rgb(224 255 241 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-50\/50) {
  background-color: rgb(224 255 241 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-50\/60) {
  background-color: rgb(224 255 241 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-50\/70) {
  background-color: rgb(224 255 241 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-50\/75) {
  background-color: rgb(224 255 241 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-50\/80) {
  background-color: rgb(224 255 241 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-50\/90) {
  background-color: rgb(224 255 241 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-50\/95) {
  background-color: rgb(224 255 241 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-500\/0) {
  background-color: rgb(3 196 112 / 0);
}

.editor-styles-wrapper :is(.bg-green-500\/10) {
  background-color: rgb(3 196 112 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-500\/100) {
  background-color: rgb(3 196 112 / 1);
}

.editor-styles-wrapper :is(.bg-green-500\/20) {
  background-color: rgb(3 196 112 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-500\/25) {
  background-color: rgb(3 196 112 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-500\/30) {
  background-color: rgb(3 196 112 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-500\/40) {
  background-color: rgb(3 196 112 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-500\/5) {
  background-color: rgb(3 196 112 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-500\/50) {
  background-color: rgb(3 196 112 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-500\/60) {
  background-color: rgb(3 196 112 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-500\/70) {
  background-color: rgb(3 196 112 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-500\/75) {
  background-color: rgb(3 196 112 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-500\/80) {
  background-color: rgb(3 196 112 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-500\/90) {
  background-color: rgb(3 196 112 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-500\/95) {
  background-color: rgb(3 196 112 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 157 90 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-600\/0) {
  background-color: rgb(2 157 90 / 0);
}

.editor-styles-wrapper :is(.bg-green-600\/10) {
  background-color: rgb(2 157 90 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-600\/100) {
  background-color: rgb(2 157 90 / 1);
}

.editor-styles-wrapper :is(.bg-green-600\/20) {
  background-color: rgb(2 157 90 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-600\/25) {
  background-color: rgb(2 157 90 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-600\/30) {
  background-color: rgb(2 157 90 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-600\/40) {
  background-color: rgb(2 157 90 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-600\/5) {
  background-color: rgb(2 157 90 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-600\/50) {
  background-color: rgb(2 157 90 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-600\/60) {
  background-color: rgb(2 157 90 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-600\/70) {
  background-color: rgb(2 157 90 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-600\/75) {
  background-color: rgb(2 157 90 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-600\/80) {
  background-color: rgb(2 157 90 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-600\/90) {
  background-color: rgb(2 157 90 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-600\/95) {
  background-color: rgb(2 157 90 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 118 67 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-700\/0) {
  background-color: rgb(2 118 67 / 0);
}

.editor-styles-wrapper :is(.bg-green-700\/10) {
  background-color: rgb(2 118 67 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-700\/100) {
  background-color: rgb(2 118 67 / 1);
}

.editor-styles-wrapper :is(.bg-green-700\/20) {
  background-color: rgb(2 118 67 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-700\/25) {
  background-color: rgb(2 118 67 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-700\/30) {
  background-color: rgb(2 118 67 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-700\/40) {
  background-color: rgb(2 118 67 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-700\/5) {
  background-color: rgb(2 118 67 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-700\/50) {
  background-color: rgb(2 118 67 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-700\/60) {
  background-color: rgb(2 118 67 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-700\/70) {
  background-color: rgb(2 118 67 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-700\/75) {
  background-color: rgb(2 118 67 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-700\/80) {
  background-color: rgb(2 118 67 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-700\/90) {
  background-color: rgb(2 118 67 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-700\/95) {
  background-color: rgb(2 118 67 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 78 45 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-800\/0) {
  background-color: rgb(1 78 45 / 0);
}

.editor-styles-wrapper :is(.bg-green-800\/10) {
  background-color: rgb(1 78 45 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-800\/100) {
  background-color: rgb(1 78 45 / 1);
}

.editor-styles-wrapper :is(.bg-green-800\/20) {
  background-color: rgb(1 78 45 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-800\/25) {
  background-color: rgb(1 78 45 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-800\/30) {
  background-color: rgb(1 78 45 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-800\/40) {
  background-color: rgb(1 78 45 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-800\/5) {
  background-color: rgb(1 78 45 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-800\/50) {
  background-color: rgb(1 78 45 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-800\/60) {
  background-color: rgb(1 78 45 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-800\/70) {
  background-color: rgb(1 78 45 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-800\/75) {
  background-color: rgb(1 78 45 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-800\/80) {
  background-color: rgb(1 78 45 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-800\/90) {
  background-color: rgb(1 78 45 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-800\/95) {
  background-color: rgb(1 78 45 / 0.95);
}

.editor-styles-wrapper :is(.bg-green-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 39 22 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-green-900\/0) {
  background-color: rgb(1 39 22 / 0);
}

.editor-styles-wrapper :is(.bg-green-900\/10) {
  background-color: rgb(1 39 22 / 0.1);
}

.editor-styles-wrapper :is(.bg-green-900\/100) {
  background-color: rgb(1 39 22 / 1);
}

.editor-styles-wrapper :is(.bg-green-900\/20) {
  background-color: rgb(1 39 22 / 0.2);
}

.editor-styles-wrapper :is(.bg-green-900\/25) {
  background-color: rgb(1 39 22 / 0.25);
}

.editor-styles-wrapper :is(.bg-green-900\/30) {
  background-color: rgb(1 39 22 / 0.3);
}

.editor-styles-wrapper :is(.bg-green-900\/40) {
  background-color: rgb(1 39 22 / 0.4);
}

.editor-styles-wrapper :is(.bg-green-900\/5) {
  background-color: rgb(1 39 22 / 0.05);
}

.editor-styles-wrapper :is(.bg-green-900\/50) {
  background-color: rgb(1 39 22 / 0.5);
}

.editor-styles-wrapper :is(.bg-green-900\/60) {
  background-color: rgb(1 39 22 / 0.6);
}

.editor-styles-wrapper :is(.bg-green-900\/70) {
  background-color: rgb(1 39 22 / 0.7);
}

.editor-styles-wrapper :is(.bg-green-900\/75) {
  background-color: rgb(1 39 22 / 0.75);
}

.editor-styles-wrapper :is(.bg-green-900\/80) {
  background-color: rgb(1 39 22 / 0.8);
}

.editor-styles-wrapper :is(.bg-green-900\/90) {
  background-color: rgb(1 39 22 / 0.9);
}

.editor-styles-wrapper :is(.bg-green-900\/95) {
  background-color: rgb(1 39 22 / 0.95);
}

.editor-styles-wrapper :is(.bg-light) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 203 253 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-100\/0) {
  background-color: rgb(165 203 253 / 0);
}

.editor-styles-wrapper :is(.bg-navy-100\/10) {
  background-color: rgb(165 203 253 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-100\/100) {
  background-color: rgb(165 203 253 / 1);
}

.editor-styles-wrapper :is(.bg-navy-100\/20) {
  background-color: rgb(165 203 253 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-100\/25) {
  background-color: rgb(165 203 253 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-100\/30) {
  background-color: rgb(165 203 253 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-100\/40) {
  background-color: rgb(165 203 253 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-100\/5) {
  background-color: rgb(165 203 253 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-100\/50) {
  background-color: rgb(165 203 253 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-100\/60) {
  background-color: rgb(165 203 253 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-100\/70) {
  background-color: rgb(165 203 253 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-100\/75) {
  background-color: rgb(165 203 253 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-100\/80) {
  background-color: rgb(165 203 253 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-100\/90) {
  background-color: rgb(165 203 253 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-100\/95) {
  background-color: rgb(165 203 253 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-1000) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 2 5 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-1000\/0) {
  background-color: rgb(0 2 5 / 0);
}

.editor-styles-wrapper :is(.bg-navy-1000\/10) {
  background-color: rgb(0 2 5 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-1000\/100) {
  background-color: rgb(0 2 5 / 1);
}

.editor-styles-wrapper :is(.bg-navy-1000\/20) {
  background-color: rgb(0 2 5 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-1000\/25) {
  background-color: rgb(0 2 5 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-1000\/30) {
  background-color: rgb(0 2 5 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-1000\/40) {
  background-color: rgb(0 2 5 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-1000\/5) {
  background-color: rgb(0 2 5 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-1000\/50) {
  background-color: rgb(0 2 5 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-1000\/60) {
  background-color: rgb(0 2 5 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-1000\/70) {
  background-color: rgb(0 2 5 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-1000\/75) {
  background-color: rgb(0 2 5 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-1000\/80) {
  background-color: rgb(0 2 5 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-1000\/90) {
  background-color: rgb(0 2 5 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-1000\/95) {
  background-color: rgb(0 2 5 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 151 251 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-200\/0) {
  background-color: rgb(75 151 251 / 0);
}

.editor-styles-wrapper :is(.bg-navy-200\/10) {
  background-color: rgb(75 151 251 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-200\/100) {
  background-color: rgb(75 151 251 / 1);
}

.editor-styles-wrapper :is(.bg-navy-200\/20) {
  background-color: rgb(75 151 251 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-200\/25) {
  background-color: rgb(75 151 251 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-200\/30) {
  background-color: rgb(75 151 251 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-200\/40) {
  background-color: rgb(75 151 251 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-200\/5) {
  background-color: rgb(75 151 251 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-200\/50) {
  background-color: rgb(75 151 251 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-200\/60) {
  background-color: rgb(75 151 251 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-200\/70) {
  background-color: rgb(75 151 251 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-200\/75) {
  background-color: rgb(75 151 251 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-200\/80) {
  background-color: rgb(75 151 251 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-200\/90) {
  background-color: rgb(75 151 251 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-200\/95) {
  background-color: rgb(75 151 251 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 102 230 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-300\/0) {
  background-color: rgb(5 102 230 / 0);
}

.editor-styles-wrapper :is(.bg-navy-300\/10) {
  background-color: rgb(5 102 230 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-300\/100) {
  background-color: rgb(5 102 230 / 1);
}

.editor-styles-wrapper :is(.bg-navy-300\/20) {
  background-color: rgb(5 102 230 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-300\/25) {
  background-color: rgb(5 102 230 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-300\/30) {
  background-color: rgb(5 102 230 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-300\/40) {
  background-color: rgb(5 102 230 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-300\/5) {
  background-color: rgb(5 102 230 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-300\/50) {
  background-color: rgb(5 102 230 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-300\/60) {
  background-color: rgb(5 102 230 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-300\/70) {
  background-color: rgb(5 102 230 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-300\/75) {
  background-color: rgb(5 102 230 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-300\/80) {
  background-color: rgb(5 102 230 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-300\/90) {
  background-color: rgb(5 102 230 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-300\/95) {
  background-color: rgb(5 102 230 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 62 140 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-400\/0) {
  background-color: rgb(3 62 140 / 0);
}

.editor-styles-wrapper :is(.bg-navy-400\/10) {
  background-color: rgb(3 62 140 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-400\/100) {
  background-color: rgb(3 62 140 / 1);
}

.editor-styles-wrapper :is(.bg-navy-400\/20) {
  background-color: rgb(3 62 140 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-400\/25) {
  background-color: rgb(3 62 140 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-400\/30) {
  background-color: rgb(3 62 140 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-400\/40) {
  background-color: rgb(3 62 140 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-400\/5) {
  background-color: rgb(3 62 140 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-400\/50) {
  background-color: rgb(3 62 140 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-400\/60) {
  background-color: rgb(3 62 140 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-400\/70) {
  background-color: rgb(3 62 140 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-400\/75) {
  background-color: rgb(3 62 140 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-400\/80) {
  background-color: rgb(3 62 140 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-400\/90) {
  background-color: rgb(3 62 140 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-400\/95) {
  background-color: rgb(3 62 140 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(210 229 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-50\/0) {
  background-color: rgb(210 229 254 / 0);
}

.editor-styles-wrapper :is(.bg-navy-50\/10) {
  background-color: rgb(210 229 254 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-50\/100) {
  background-color: rgb(210 229 254 / 1);
}

.editor-styles-wrapper :is(.bg-navy-50\/20) {
  background-color: rgb(210 229 254 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-50\/25) {
  background-color: rgb(210 229 254 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-50\/30) {
  background-color: rgb(210 229 254 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-50\/40) {
  background-color: rgb(210 229 254 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-50\/5) {
  background-color: rgb(210 229 254 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-50\/50) {
  background-color: rgb(210 229 254 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-50\/60) {
  background-color: rgb(210 229 254 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-50\/70) {
  background-color: rgb(210 229 254 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-50\/75) {
  background-color: rgb(210 229 254 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-50\/80) {
  background-color: rgb(210 229 254 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-50\/90) {
  background-color: rgb(210 229 254 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-50\/95) {
  background-color: rgb(210 229 254 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-500\/0) {
  background-color: rgb(1 23 51 / 0);
}

.editor-styles-wrapper :is(.bg-navy-500\/10) {
  background-color: rgb(1 23 51 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-500\/100) {
  background-color: rgb(1 23 51 / 1);
}

.editor-styles-wrapper :is(.bg-navy-500\/20) {
  background-color: rgb(1 23 51 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-500\/25) {
  background-color: rgb(1 23 51 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-500\/30) {
  background-color: rgb(1 23 51 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-500\/40) {
  background-color: rgb(1 23 51 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-500\/5) {
  background-color: rgb(1 23 51 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-500\/50) {
  background-color: rgb(1 23 51 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-500\/60) {
  background-color: rgb(1 23 51 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-500\/70) {
  background-color: rgb(1 23 51 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-500\/75) {
  background-color: rgb(1 23 51 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-500\/80) {
  background-color: rgb(1 23 51 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-500\/90) {
  background-color: rgb(1 23 51 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-500\/95) {
  background-color: rgb(1 23 51 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 18 40 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-600\/0) {
  background-color: rgb(1 18 40 / 0);
}

.editor-styles-wrapper :is(.bg-navy-600\/10) {
  background-color: rgb(1 18 40 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-600\/100) {
  background-color: rgb(1 18 40 / 1);
}

.editor-styles-wrapper :is(.bg-navy-600\/20) {
  background-color: rgb(1 18 40 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-600\/25) {
  background-color: rgb(1 18 40 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-600\/30) {
  background-color: rgb(1 18 40 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-600\/40) {
  background-color: rgb(1 18 40 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-600\/5) {
  background-color: rgb(1 18 40 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-600\/50) {
  background-color: rgb(1 18 40 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-600\/60) {
  background-color: rgb(1 18 40 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-600\/70) {
  background-color: rgb(1 18 40 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-600\/75) {
  background-color: rgb(1 18 40 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-600\/80) {
  background-color: rgb(1 18 40 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-600\/90) {
  background-color: rgb(1 18 40 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-600\/95) {
  background-color: rgb(1 18 40 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 13 30 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-700\/0) {
  background-color: rgb(1 13 30 / 0);
}

.editor-styles-wrapper :is(.bg-navy-700\/10) {
  background-color: rgb(1 13 30 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-700\/100) {
  background-color: rgb(1 13 30 / 1);
}

.editor-styles-wrapper :is(.bg-navy-700\/20) {
  background-color: rgb(1 13 30 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-700\/25) {
  background-color: rgb(1 13 30 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-700\/30) {
  background-color: rgb(1 13 30 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-700\/40) {
  background-color: rgb(1 13 30 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-700\/5) {
  background-color: rgb(1 13 30 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-700\/50) {
  background-color: rgb(1 13 30 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-700\/60) {
  background-color: rgb(1 13 30 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-700\/70) {
  background-color: rgb(1 13 30 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-700\/75) {
  background-color: rgb(1 13 30 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-700\/80) {
  background-color: rgb(1 13 30 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-700\/90) {
  background-color: rgb(1 13 30 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-700\/95) {
  background-color: rgb(1 13 30 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 9 20 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-800\/0) {
  background-color: rgb(0 9 20 / 0);
}

.editor-styles-wrapper :is(.bg-navy-800\/10) {
  background-color: rgb(0 9 20 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-800\/100) {
  background-color: rgb(0 9 20 / 1);
}

.editor-styles-wrapper :is(.bg-navy-800\/20) {
  background-color: rgb(0 9 20 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-800\/25) {
  background-color: rgb(0 9 20 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-800\/30) {
  background-color: rgb(0 9 20 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-800\/40) {
  background-color: rgb(0 9 20 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-800\/5) {
  background-color: rgb(0 9 20 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-800\/50) {
  background-color: rgb(0 9 20 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-800\/60) {
  background-color: rgb(0 9 20 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-800\/70) {
  background-color: rgb(0 9 20 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-800\/75) {
  background-color: rgb(0 9 20 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-800\/80) {
  background-color: rgb(0 9 20 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-800\/90) {
  background-color: rgb(0 9 20 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-800\/95) {
  background-color: rgb(0 9 20 / 0.95);
}

.editor-styles-wrapper :is(.bg-navy-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 4 10 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-navy-900\/0) {
  background-color: rgb(0 4 10 / 0);
}

.editor-styles-wrapper :is(.bg-navy-900\/10) {
  background-color: rgb(0 4 10 / 0.1);
}

.editor-styles-wrapper :is(.bg-navy-900\/100) {
  background-color: rgb(0 4 10 / 1);
}

.editor-styles-wrapper :is(.bg-navy-900\/20) {
  background-color: rgb(0 4 10 / 0.2);
}

.editor-styles-wrapper :is(.bg-navy-900\/25) {
  background-color: rgb(0 4 10 / 0.25);
}

.editor-styles-wrapper :is(.bg-navy-900\/30) {
  background-color: rgb(0 4 10 / 0.3);
}

.editor-styles-wrapper :is(.bg-navy-900\/40) {
  background-color: rgb(0 4 10 / 0.4);
}

.editor-styles-wrapper :is(.bg-navy-900\/5) {
  background-color: rgb(0 4 10 / 0.05);
}

.editor-styles-wrapper :is(.bg-navy-900\/50) {
  background-color: rgb(0 4 10 / 0.5);
}

.editor-styles-wrapper :is(.bg-navy-900\/60) {
  background-color: rgb(0 4 10 / 0.6);
}

.editor-styles-wrapper :is(.bg-navy-900\/70) {
  background-color: rgb(0 4 10 / 0.7);
}

.editor-styles-wrapper :is(.bg-navy-900\/75) {
  background-color: rgb(0 4 10 / 0.75);
}

.editor-styles-wrapper :is(.bg-navy-900\/80) {
  background-color: rgb(0 4 10 / 0.8);
}

.editor-styles-wrapper :is(.bg-navy-900\/90) {
  background-color: rgb(0 4 10 / 0.9);
}

.editor-styles-wrapper :is(.bg-navy-900\/95) {
  background-color: rgb(0 4 10 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 233 218 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-100\/0) {
  background-color: rgb(254 233 218 / 0);
}

.editor-styles-wrapper :is(.bg-orange-100\/10) {
  background-color: rgb(254 233 218 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-100\/100) {
  background-color: rgb(254 233 218 / 1);
}

.editor-styles-wrapper :is(.bg-orange-100\/20) {
  background-color: rgb(254 233 218 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-100\/25) {
  background-color: rgb(254 233 218 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-100\/30) {
  background-color: rgb(254 233 218 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-100\/40) {
  background-color: rgb(254 233 218 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-100\/5) {
  background-color: rgb(254 233 218 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-100\/50) {
  background-color: rgb(254 233 218 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-100\/60) {
  background-color: rgb(254 233 218 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-100\/70) {
  background-color: rgb(254 233 218 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-100\/75) {
  background-color: rgb(254 233 218 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-100\/80) {
  background-color: rgb(254 233 218 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-100\/90) {
  background-color: rgb(254 233 218 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-100\/95) {
  background-color: rgb(254 233 218 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-1000) {
  --tw-bg-opacity: 1;
  background-color: rgb(32 14 0 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-1000\/0) {
  background-color: rgb(32 14 0 / 0);
}

.editor-styles-wrapper :is(.bg-orange-1000\/10) {
  background-color: rgb(32 14 0 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-1000\/100) {
  background-color: rgb(32 14 0 / 1);
}

.editor-styles-wrapper :is(.bg-orange-1000\/20) {
  background-color: rgb(32 14 0 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-1000\/25) {
  background-color: rgb(32 14 0 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-1000\/30) {
  background-color: rgb(32 14 0 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-1000\/40) {
  background-color: rgb(32 14 0 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-1000\/5) {
  background-color: rgb(32 14 0 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-1000\/50) {
  background-color: rgb(32 14 0 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-1000\/60) {
  background-color: rgb(32 14 0 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-1000\/70) {
  background-color: rgb(32 14 0 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-1000\/75) {
  background-color: rgb(32 14 0 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-1000\/80) {
  background-color: rgb(32 14 0 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-1000\/90) {
  background-color: rgb(32 14 0 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-1000\/95) {
  background-color: rgb(32 14 0 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 212 181 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-200\/0) {
  background-color: rgb(254 212 181 / 0);
}

.editor-styles-wrapper :is(.bg-orange-200\/10) {
  background-color: rgb(254 212 181 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-200\/100) {
  background-color: rgb(254 212 181 / 1);
}

.editor-styles-wrapper :is(.bg-orange-200\/20) {
  background-color: rgb(254 212 181 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-200\/25) {
  background-color: rgb(254 212 181 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-200\/30) {
  background-color: rgb(254 212 181 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-200\/40) {
  background-color: rgb(254 212 181 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-200\/5) {
  background-color: rgb(254 212 181 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-200\/50) {
  background-color: rgb(254 212 181 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-200\/60) {
  background-color: rgb(254 212 181 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-200\/70) {
  background-color: rgb(254 212 181 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-200\/75) {
  background-color: rgb(254 212 181 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-200\/80) {
  background-color: rgb(254 212 181 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-200\/90) {
  background-color: rgb(254 212 181 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-200\/95) {
  background-color: rgb(254 212 181 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 191 143 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-300\/0) {
  background-color: rgb(253 191 143 / 0);
}

.editor-styles-wrapper :is(.bg-orange-300\/10) {
  background-color: rgb(253 191 143 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-300\/100) {
  background-color: rgb(253 191 143 / 1);
}

.editor-styles-wrapper :is(.bg-orange-300\/20) {
  background-color: rgb(253 191 143 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-300\/25) {
  background-color: rgb(253 191 143 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-300\/30) {
  background-color: rgb(253 191 143 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-300\/40) {
  background-color: rgb(253 191 143 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-300\/5) {
  background-color: rgb(253 191 143 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-300\/50) {
  background-color: rgb(253 191 143 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-300\/60) {
  background-color: rgb(253 191 143 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-300\/70) {
  background-color: rgb(253 191 143 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-300\/75) {
  background-color: rgb(253 191 143 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-300\/80) {
  background-color: rgb(253 191 143 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-300\/90) {
  background-color: rgb(253 191 143 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-300\/95) {
  background-color: rgb(253 191 143 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 170 106 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-400\/0) {
  background-color: rgb(253 170 106 / 0);
}

.editor-styles-wrapper :is(.bg-orange-400\/10) {
  background-color: rgb(253 170 106 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-400\/100) {
  background-color: rgb(253 170 106 / 1);
}

.editor-styles-wrapper :is(.bg-orange-400\/20) {
  background-color: rgb(253 170 106 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-400\/25) {
  background-color: rgb(253 170 106 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-400\/30) {
  background-color: rgb(253 170 106 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-400\/40) {
  background-color: rgb(253 170 106 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-400\/5) {
  background-color: rgb(253 170 106 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-400\/50) {
  background-color: rgb(253 170 106 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-400\/60) {
  background-color: rgb(253 170 106 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-400\/70) {
  background-color: rgb(253 170 106 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-400\/75) {
  background-color: rgb(253 170 106 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-400\/80) {
  background-color: rgb(253 170 106 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-400\/90) {
  background-color: rgb(253 170 106 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-400\/95) {
  background-color: rgb(253 170 106 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 236 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-50\/0) {
  background-color: rgb(255 244 236 / 0);
}

.editor-styles-wrapper :is(.bg-orange-50\/10) {
  background-color: rgb(255 244 236 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-50\/100) {
  background-color: rgb(255 244 236 / 1);
}

.editor-styles-wrapper :is(.bg-orange-50\/20) {
  background-color: rgb(255 244 236 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-50\/25) {
  background-color: rgb(255 244 236 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-50\/30) {
  background-color: rgb(255 244 236 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-50\/40) {
  background-color: rgb(255 244 236 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-50\/5) {
  background-color: rgb(255 244 236 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-50\/50) {
  background-color: rgb(255 244 236 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-50\/60) {
  background-color: rgb(255 244 236 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-50\/70) {
  background-color: rgb(255 244 236 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-50\/75) {
  background-color: rgb(255 244 236 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-50\/80) {
  background-color: rgb(255 244 236 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-50\/90) {
  background-color: rgb(255 244 236 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-50\/95) {
  background-color: rgb(255 244 236 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 148 69 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-500\/0) {
  background-color: rgb(252 148 69 / 0);
}

.editor-styles-wrapper :is(.bg-orange-500\/10) {
  background-color: rgb(252 148 69 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-500\/100) {
  background-color: rgb(252 148 69 / 1);
}

.editor-styles-wrapper :is(.bg-orange-500\/20) {
  background-color: rgb(252 148 69 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-500\/25) {
  background-color: rgb(252 148 69 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-500\/30) {
  background-color: rgb(252 148 69 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-500\/40) {
  background-color: rgb(252 148 69 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-500\/5) {
  background-color: rgb(252 148 69 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-500\/50) {
  background-color: rgb(252 148 69 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-500\/60) {
  background-color: rgb(252 148 69 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-500\/70) {
  background-color: rgb(252 148 69 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-500\/75) {
  background-color: rgb(252 148 69 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-500\/80) {
  background-color: rgb(252 148 69 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-500\/90) {
  background-color: rgb(252 148 69 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-500\/95) {
  background-color: rgb(252 148 69 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 112 6 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-600\/0) {
  background-color: rgb(251 112 6 / 0);
}

.editor-styles-wrapper :is(.bg-orange-600\/10) {
  background-color: rgb(251 112 6 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-600\/100) {
  background-color: rgb(251 112 6 / 1);
}

.editor-styles-wrapper :is(.bg-orange-600\/20) {
  background-color: rgb(251 112 6 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-600\/25) {
  background-color: rgb(251 112 6 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-600\/30) {
  background-color: rgb(251 112 6 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-600\/40) {
  background-color: rgb(251 112 6 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-600\/5) {
  background-color: rgb(251 112 6 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-600\/50) {
  background-color: rgb(251 112 6 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-600\/60) {
  background-color: rgb(251 112 6 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-600\/70) {
  background-color: rgb(251 112 6 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-600\/75) {
  background-color: rgb(251 112 6 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-600\/80) {
  background-color: rgb(251 112 6 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-600\/90) {
  background-color: rgb(251 112 6 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-600\/95) {
  background-color: rgb(251 112 6 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 84 3 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-700\/0) {
  background-color: rgb(190 84 3 / 0);
}

.editor-styles-wrapper :is(.bg-orange-700\/10) {
  background-color: rgb(190 84 3 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-700\/100) {
  background-color: rgb(190 84 3 / 1);
}

.editor-styles-wrapper :is(.bg-orange-700\/20) {
  background-color: rgb(190 84 3 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-700\/25) {
  background-color: rgb(190 84 3 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-700\/30) {
  background-color: rgb(190 84 3 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-700\/40) {
  background-color: rgb(190 84 3 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-700\/5) {
  background-color: rgb(190 84 3 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-700\/50) {
  background-color: rgb(190 84 3 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-700\/60) {
  background-color: rgb(190 84 3 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-700\/70) {
  background-color: rgb(190 84 3 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-700\/75) {
  background-color: rgb(190 84 3 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-700\/80) {
  background-color: rgb(190 84 3 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-700\/90) {
  background-color: rgb(190 84 3 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-700\/95) {
  background-color: rgb(190 84 3 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(127 56 2 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-800\/0) {
  background-color: rgb(127 56 2 / 0);
}

.editor-styles-wrapper :is(.bg-orange-800\/10) {
  background-color: rgb(127 56 2 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-800\/100) {
  background-color: rgb(127 56 2 / 1);
}

.editor-styles-wrapper :is(.bg-orange-800\/20) {
  background-color: rgb(127 56 2 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-800\/25) {
  background-color: rgb(127 56 2 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-800\/30) {
  background-color: rgb(127 56 2 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-800\/40) {
  background-color: rgb(127 56 2 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-800\/5) {
  background-color: rgb(127 56 2 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-800\/50) {
  background-color: rgb(127 56 2 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-800\/60) {
  background-color: rgb(127 56 2 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-800\/70) {
  background-color: rgb(127 56 2 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-800\/75) {
  background-color: rgb(127 56 2 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-800\/80) {
  background-color: rgb(127 56 2 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-800\/90) {
  background-color: rgb(127 56 2 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-800\/95) {
  background-color: rgb(127 56 2 / 0.95);
}

.editor-styles-wrapper :is(.bg-orange-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 28 1 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-orange-900\/0) {
  background-color: rgb(63 28 1 / 0);
}

.editor-styles-wrapper :is(.bg-orange-900\/10) {
  background-color: rgb(63 28 1 / 0.1);
}

.editor-styles-wrapper :is(.bg-orange-900\/100) {
  background-color: rgb(63 28 1 / 1);
}

.editor-styles-wrapper :is(.bg-orange-900\/20) {
  background-color: rgb(63 28 1 / 0.2);
}

.editor-styles-wrapper :is(.bg-orange-900\/25) {
  background-color: rgb(63 28 1 / 0.25);
}

.editor-styles-wrapper :is(.bg-orange-900\/30) {
  background-color: rgb(63 28 1 / 0.3);
}

.editor-styles-wrapper :is(.bg-orange-900\/40) {
  background-color: rgb(63 28 1 / 0.4);
}

.editor-styles-wrapper :is(.bg-orange-900\/5) {
  background-color: rgb(63 28 1 / 0.05);
}

.editor-styles-wrapper :is(.bg-orange-900\/50) {
  background-color: rgb(63 28 1 / 0.5);
}

.editor-styles-wrapper :is(.bg-orange-900\/60) {
  background-color: rgb(63 28 1 / 0.6);
}

.editor-styles-wrapper :is(.bg-orange-900\/70) {
  background-color: rgb(63 28 1 / 0.7);
}

.editor-styles-wrapper :is(.bg-orange-900\/75) {
  background-color: rgb(63 28 1 / 0.75);
}

.editor-styles-wrapper :is(.bg-orange-900\/80) {
  background-color: rgb(63 28 1 / 0.8);
}

.editor-styles-wrapper :is(.bg-orange-900\/90) {
  background-color: rgb(63 28 1 / 0.9);
}

.editor-styles-wrapper :is(.bg-orange-900\/95) {
  background-color: rgb(63 28 1 / 0.95);
}

.editor-styles-wrapper :is(.bg-primary) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 217 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-100\/0) {
  background-color: rgb(255 219 217 / 0);
}

.editor-styles-wrapper :is(.bg-red-100\/10) {
  background-color: rgb(255 219 217 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-100\/100) {
  background-color: rgb(255 219 217 / 1);
}

.editor-styles-wrapper :is(.bg-red-100\/20) {
  background-color: rgb(255 219 217 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-100\/25) {
  background-color: rgb(255 219 217 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-100\/30) {
  background-color: rgb(255 219 217 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-100\/40) {
  background-color: rgb(255 219 217 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-100\/5) {
  background-color: rgb(255 219 217 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-100\/50) {
  background-color: rgb(255 219 217 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-100\/60) {
  background-color: rgb(255 219 217 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-100\/70) {
  background-color: rgb(255 219 217 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-100\/75) {
  background-color: rgb(255 219 217 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-100\/80) {
  background-color: rgb(255 219 217 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-100\/90) {
  background-color: rgb(255 219 217 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-100\/95) {
  background-color: rgb(255 219 217 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-1000) {
  --tw-bg-opacity: 1;
  background-color: rgb(32 2 0 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-1000\/0) {
  background-color: rgb(32 2 0 / 0);
}

.editor-styles-wrapper :is(.bg-red-1000\/10) {
  background-color: rgb(32 2 0 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-1000\/100) {
  background-color: rgb(32 2 0 / 1);
}

.editor-styles-wrapper :is(.bg-red-1000\/20) {
  background-color: rgb(32 2 0 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-1000\/25) {
  background-color: rgb(32 2 0 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-1000\/30) {
  background-color: rgb(32 2 0 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-1000\/40) {
  background-color: rgb(32 2 0 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-1000\/5) {
  background-color: rgb(32 2 0 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-1000\/50) {
  background-color: rgb(32 2 0 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-1000\/60) {
  background-color: rgb(32 2 0 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-1000\/70) {
  background-color: rgb(32 2 0 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-1000\/75) {
  background-color: rgb(32 2 0 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-1000\/80) {
  background-color: rgb(32 2 0 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-1000\/90) {
  background-color: rgb(32 2 0 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-1000\/95) {
  background-color: rgb(32 2 0 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 180 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-200\/0) {
  background-color: rgb(255 184 180 / 0);
}

.editor-styles-wrapper :is(.bg-red-200\/10) {
  background-color: rgb(255 184 180 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-200\/100) {
  background-color: rgb(255 184 180 / 1);
}

.editor-styles-wrapper :is(.bg-red-200\/20) {
  background-color: rgb(255 184 180 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-200\/25) {
  background-color: rgb(255 184 180 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-200\/30) {
  background-color: rgb(255 184 180 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-200\/40) {
  background-color: rgb(255 184 180 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-200\/5) {
  background-color: rgb(255 184 180 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-200\/50) {
  background-color: rgb(255 184 180 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-200\/60) {
  background-color: rgb(255 184 180 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-200\/70) {
  background-color: rgb(255 184 180 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-200\/75) {
  background-color: rgb(255 184 180 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-200\/80) {
  background-color: rgb(255 184 180 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-200\/90) {
  background-color: rgb(255 184 180 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-200\/95) {
  background-color: rgb(255 184 180 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 148 142 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-300\/0) {
  background-color: rgb(254 148 142 / 0);
}

.editor-styles-wrapper :is(.bg-red-300\/10) {
  background-color: rgb(254 148 142 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-300\/100) {
  background-color: rgb(254 148 142 / 1);
}

.editor-styles-wrapper :is(.bg-red-300\/20) {
  background-color: rgb(254 148 142 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-300\/25) {
  background-color: rgb(254 148 142 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-300\/30) {
  background-color: rgb(254 148 142 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-300\/40) {
  background-color: rgb(254 148 142 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-300\/5) {
  background-color: rgb(254 148 142 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-300\/50) {
  background-color: rgb(254 148 142 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-300\/60) {
  background-color: rgb(254 148 142 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-300\/70) {
  background-color: rgb(254 148 142 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-300\/75) {
  background-color: rgb(254 148 142 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-300\/80) {
  background-color: rgb(254 148 142 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-300\/90) {
  background-color: rgb(254 148 142 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-300\/95) {
  background-color: rgb(254 148 142 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 112 105 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-400\/0) {
  background-color: rgb(254 112 105 / 0);
}

.editor-styles-wrapper :is(.bg-red-400\/10) {
  background-color: rgb(254 112 105 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-400\/100) {
  background-color: rgb(254 112 105 / 1);
}

.editor-styles-wrapper :is(.bg-red-400\/20) {
  background-color: rgb(254 112 105 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-400\/25) {
  background-color: rgb(254 112 105 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-400\/30) {
  background-color: rgb(254 112 105 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-400\/40) {
  background-color: rgb(254 112 105 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-400\/5) {
  background-color: rgb(254 112 105 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-400\/50) {
  background-color: rgb(254 112 105 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-400\/60) {
  background-color: rgb(254 112 105 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-400\/70) {
  background-color: rgb(254 112 105 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-400\/75) {
  background-color: rgb(254 112 105 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-400\/80) {
  background-color: rgb(254 112 105 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-400\/90) {
  background-color: rgb(254 112 105 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-400\/95) {
  background-color: rgb(254 112 105 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-50\/0) {
  background-color: rgb(255 237 236 / 0);
}

.editor-styles-wrapper :is(.bg-red-50\/10) {
  background-color: rgb(255 237 236 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-50\/100) {
  background-color: rgb(255 237 236 / 1);
}

.editor-styles-wrapper :is(.bg-red-50\/20) {
  background-color: rgb(255 237 236 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-50\/25) {
  background-color: rgb(255 237 236 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-50\/30) {
  background-color: rgb(255 237 236 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-50\/40) {
  background-color: rgb(255 237 236 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-50\/5) {
  background-color: rgb(255 237 236 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-50\/50) {
  background-color: rgb(255 237 236 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-50\/60) {
  background-color: rgb(255 237 236 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-50\/70) {
  background-color: rgb(255 237 236 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-50\/75) {
  background-color: rgb(255 237 236 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-50\/80) {
  background-color: rgb(255 237 236 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-50\/90) {
  background-color: rgb(255 237 236 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-50\/95) {
  background-color: rgb(255 237 236 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 106 98 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-500\/0) {
  background-color: rgb(254 106 98 / 0);
}

.editor-styles-wrapper :is(.bg-red-500\/10) {
  background-color: rgb(254 106 98 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-500\/100) {
  background-color: rgb(254 106 98 / 1);
}

.editor-styles-wrapper :is(.bg-red-500\/20) {
  background-color: rgb(254 106 98 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-500\/25) {
  background-color: rgb(254 106 98 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-500\/30) {
  background-color: rgb(254 106 98 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-500\/40) {
  background-color: rgb(254 106 98 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-500\/5) {
  background-color: rgb(254 106 98 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-500\/50) {
  background-color: rgb(254 106 98 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-500\/60) {
  background-color: rgb(254 106 98 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-500\/70) {
  background-color: rgb(254 106 98 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-500\/75) {
  background-color: rgb(254 106 98 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-500\/80) {
  background-color: rgb(254 106 98 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-500\/90) {
  background-color: rgb(254 106 98 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-500\/95) {
  background-color: rgb(254 106 98 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 12 1 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-600\/0) {
  background-color: rgb(224 12 1 / 0);
}

.editor-styles-wrapper :is(.bg-red-600\/10) {
  background-color: rgb(224 12 1 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-600\/100) {
  background-color: rgb(224 12 1 / 1);
}

.editor-styles-wrapper :is(.bg-red-600\/20) {
  background-color: rgb(224 12 1 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-600\/25) {
  background-color: rgb(224 12 1 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-600\/30) {
  background-color: rgb(224 12 1 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-600\/40) {
  background-color: rgb(224 12 1 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-600\/5) {
  background-color: rgb(224 12 1 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-600\/50) {
  background-color: rgb(224 12 1 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-600\/60) {
  background-color: rgb(224 12 1 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-600\/70) {
  background-color: rgb(224 12 1 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-600\/75) {
  background-color: rgb(224 12 1 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-600\/80) {
  background-color: rgb(224 12 1 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-600\/90) {
  background-color: rgb(224 12 1 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-600\/95) {
  background-color: rgb(224 12 1 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 11 1 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-700\/0) {
  background-color: rgb(192 11 1 / 0);
}

.editor-styles-wrapper :is(.bg-red-700\/10) {
  background-color: rgb(192 11 1 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-700\/100) {
  background-color: rgb(192 11 1 / 1);
}

.editor-styles-wrapper :is(.bg-red-700\/20) {
  background-color: rgb(192 11 1 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-700\/25) {
  background-color: rgb(192 11 1 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-700\/30) {
  background-color: rgb(192 11 1 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-700\/40) {
  background-color: rgb(192 11 1 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-700\/5) {
  background-color: rgb(192 11 1 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-700\/50) {
  background-color: rgb(192 11 1 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-700\/60) {
  background-color: rgb(192 11 1 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-700\/70) {
  background-color: rgb(192 11 1 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-700\/75) {
  background-color: rgb(192 11 1 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-700\/80) {
  background-color: rgb(192 11 1 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-700\/90) {
  background-color: rgb(192 11 1 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-700\/95) {
  background-color: rgb(192 11 1 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(128 7 1 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-800\/0) {
  background-color: rgb(128 7 1 / 0);
}

.editor-styles-wrapper :is(.bg-red-800\/10) {
  background-color: rgb(128 7 1 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-800\/100) {
  background-color: rgb(128 7 1 / 1);
}

.editor-styles-wrapper :is(.bg-red-800\/20) {
  background-color: rgb(128 7 1 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-800\/25) {
  background-color: rgb(128 7 1 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-800\/30) {
  background-color: rgb(128 7 1 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-800\/40) {
  background-color: rgb(128 7 1 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-800\/5) {
  background-color: rgb(128 7 1 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-800\/50) {
  background-color: rgb(128 7 1 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-800\/60) {
  background-color: rgb(128 7 1 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-800\/70) {
  background-color: rgb(128 7 1 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-800\/75) {
  background-color: rgb(128 7 1 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-800\/80) {
  background-color: rgb(128 7 1 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-800\/90) {
  background-color: rgb(128 7 1 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-800\/95) {
  background-color: rgb(128 7 1 / 0.95);
}

.editor-styles-wrapper :is(.bg-red-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 4 0 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-red-900\/0) {
  background-color: rgb(64 4 0 / 0);
}

.editor-styles-wrapper :is(.bg-red-900\/10) {
  background-color: rgb(64 4 0 / 0.1);
}

.editor-styles-wrapper :is(.bg-red-900\/100) {
  background-color: rgb(64 4 0 / 1);
}

.editor-styles-wrapper :is(.bg-red-900\/20) {
  background-color: rgb(64 4 0 / 0.2);
}

.editor-styles-wrapper :is(.bg-red-900\/25) {
  background-color: rgb(64 4 0 / 0.25);
}

.editor-styles-wrapper :is(.bg-red-900\/30) {
  background-color: rgb(64 4 0 / 0.3);
}

.editor-styles-wrapper :is(.bg-red-900\/40) {
  background-color: rgb(64 4 0 / 0.4);
}

.editor-styles-wrapper :is(.bg-red-900\/5) {
  background-color: rgb(64 4 0 / 0.05);
}

.editor-styles-wrapper :is(.bg-red-900\/50) {
  background-color: rgb(64 4 0 / 0.5);
}

.editor-styles-wrapper :is(.bg-red-900\/60) {
  background-color: rgb(64 4 0 / 0.6);
}

.editor-styles-wrapper :is(.bg-red-900\/70) {
  background-color: rgb(64 4 0 / 0.7);
}

.editor-styles-wrapper :is(.bg-red-900\/75) {
  background-color: rgb(64 4 0 / 0.75);
}

.editor-styles-wrapper :is(.bg-red-900\/80) {
  background-color: rgb(64 4 0 / 0.8);
}

.editor-styles-wrapper :is(.bg-red-900\/90) {
  background-color: rgb(64 4 0 / 0.9);
}

.editor-styles-wrapper :is(.bg-red-900\/95) {
  background-color: rgb(64 4 0 / 0.95);
}

.editor-styles-wrapper :is(.bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 215 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-transparent) {
  background-color: transparent;
}

.editor-styles-wrapper :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 235 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-100\/0) {
  background-color: rgb(254 248 235 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-100\/10) {
  background-color: rgb(254 248 235 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-100\/100) {
  background-color: rgb(254 248 235 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-100\/20) {
  background-color: rgb(254 248 235 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-100\/25) {
  background-color: rgb(254 248 235 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-100\/30) {
  background-color: rgb(254 248 235 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-100\/40) {
  background-color: rgb(254 248 235 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-100\/5) {
  background-color: rgb(254 248 235 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-100\/50) {
  background-color: rgb(254 248 235 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-100\/60) {
  background-color: rgb(254 248 235 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-100\/70) {
  background-color: rgb(254 248 235 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-100\/75) {
  background-color: rgb(254 248 235 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-100\/80) {
  background-color: rgb(254 248 235 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-100\/90) {
  background-color: rgb(254 248 235 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-100\/95) {
  background-color: rgb(254 248 235 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-1000) {
  --tw-bg-opacity: 1;
  background-color: rgb(40 27 1 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-1000\/0) {
  background-color: rgb(40 27 1 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/10) {
  background-color: rgb(40 27 1 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/100) {
  background-color: rgb(40 27 1 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/20) {
  background-color: rgb(40 27 1 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/25) {
  background-color: rgb(40 27 1 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/30) {
  background-color: rgb(40 27 1 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/40) {
  background-color: rgb(40 27 1 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/5) {
  background-color: rgb(40 27 1 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/50) {
  background-color: rgb(40 27 1 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/60) {
  background-color: rgb(40 27 1 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/70) {
  background-color: rgb(40 27 1 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/75) {
  background-color: rgb(40 27 1 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/80) {
  background-color: rgb(40 27 1 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/90) {
  background-color: rgb(40 27 1 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-1000\/95) {
  background-color: rgb(40 27 1 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 215 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-200\/0) {
  background-color: rgb(254 242 215 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-200\/10) {
  background-color: rgb(254 242 215 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-200\/100) {
  background-color: rgb(254 242 215 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-200\/20) {
  background-color: rgb(254 242 215 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-200\/25) {
  background-color: rgb(254 242 215 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-200\/30) {
  background-color: rgb(254 242 215 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-200\/40) {
  background-color: rgb(254 242 215 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-200\/5) {
  background-color: rgb(254 242 215 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-200\/50) {
  background-color: rgb(254 242 215 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-200\/60) {
  background-color: rgb(254 242 215 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-200\/70) {
  background-color: rgb(254 242 215 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-200\/75) {
  background-color: rgb(254 242 215 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-200\/80) {
  background-color: rgb(254 242 215 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-200\/90) {
  background-color: rgb(254 242 215 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-200\/95) {
  background-color: rgb(254 242 215 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 235 196 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-300\/0) {
  background-color: rgb(253 235 196 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-300\/10) {
  background-color: rgb(253 235 196 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-300\/100) {
  background-color: rgb(253 235 196 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-300\/20) {
  background-color: rgb(253 235 196 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-300\/25) {
  background-color: rgb(253 235 196 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-300\/30) {
  background-color: rgb(253 235 196 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-300\/40) {
  background-color: rgb(253 235 196 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-300\/5) {
  background-color: rgb(253 235 196 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-300\/50) {
  background-color: rgb(253 235 196 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-300\/60) {
  background-color: rgb(253 235 196 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-300\/70) {
  background-color: rgb(253 235 196 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-300\/75) {
  background-color: rgb(253 235 196 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-300\/80) {
  background-color: rgb(253 235 196 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-300\/90) {
  background-color: rgb(253 235 196 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-300\/95) {
  background-color: rgb(253 235 196 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 228 176 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-400\/0) {
  background-color: rgb(253 228 176 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-400\/10) {
  background-color: rgb(253 228 176 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-400\/100) {
  background-color: rgb(253 228 176 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-400\/20) {
  background-color: rgb(253 228 176 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-400\/25) {
  background-color: rgb(253 228 176 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-400\/30) {
  background-color: rgb(253 228 176 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-400\/40) {
  background-color: rgb(253 228 176 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-400\/5) {
  background-color: rgb(253 228 176 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-400\/50) {
  background-color: rgb(253 228 176 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-400\/60) {
  background-color: rgb(253 228 176 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-400\/70) {
  background-color: rgb(253 228 176 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-400\/75) {
  background-color: rgb(253 228 176 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-400\/80) {
  background-color: rgb(253 228 176 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-400\/90) {
  background-color: rgb(253 228 176 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-400\/95) {
  background-color: rgb(253 228 176 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-50\/0) {
  background-color: rgb(255 252 245 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-50\/10) {
  background-color: rgb(255 252 245 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-50\/100) {
  background-color: rgb(255 252 245 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-50\/20) {
  background-color: rgb(255 252 245 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-50\/25) {
  background-color: rgb(255 252 245 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-50\/30) {
  background-color: rgb(255 252 245 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-50\/40) {
  background-color: rgb(255 252 245 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-50\/5) {
  background-color: rgb(255 252 245 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-50\/50) {
  background-color: rgb(255 252 245 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-50\/60) {
  background-color: rgb(255 252 245 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-50\/70) {
  background-color: rgb(255 252 245 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-50\/75) {
  background-color: rgb(255 252 245 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-50\/80) {
  background-color: rgb(255 252 245 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-50\/90) {
  background-color: rgb(255 252 245 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-50\/95) {
  background-color: rgb(255 252 245 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 222 156 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-500\/0) {
  background-color: rgb(252 222 156 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-500\/10) {
  background-color: rgb(252 222 156 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-500\/100) {
  background-color: rgb(252 222 156 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-500\/20) {
  background-color: rgb(252 222 156 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-500\/25) {
  background-color: rgb(252 222 156 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-500\/30) {
  background-color: rgb(252 222 156 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-500\/40) {
  background-color: rgb(252 222 156 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-500\/5) {
  background-color: rgb(252 222 156 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-500\/50) {
  background-color: rgb(252 222 156 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-500\/60) {
  background-color: rgb(252 222 156 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-500\/70) {
  background-color: rgb(252 222 156 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-500\/75) {
  background-color: rgb(252 222 156 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-500\/80) {
  background-color: rgb(252 222 156 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-500\/90) {
  background-color: rgb(252 222 156 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-500\/95) {
  background-color: rgb(252 222 156 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 195 77 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-600\/0) {
  background-color: rgb(249 195 77 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-600\/10) {
  background-color: rgb(249 195 77 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-600\/100) {
  background-color: rgb(249 195 77 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-600\/20) {
  background-color: rgb(249 195 77 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-600\/25) {
  background-color: rgb(249 195 77 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-600\/30) {
  background-color: rgb(249 195 77 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-600\/40) {
  background-color: rgb(249 195 77 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-600\/5) {
  background-color: rgb(249 195 77 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-600\/50) {
  background-color: rgb(249 195 77 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-600\/60) {
  background-color: rgb(249 195 77 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-600\/70) {
  background-color: rgb(249 195 77 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-600\/75) {
  background-color: rgb(249 195 77 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-600\/80) {
  background-color: rgb(249 195 77 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-600\/90) {
  background-color: rgb(249 195 77 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-600\/95) {
  background-color: rgb(249 195 77 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(237 165 7 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-700\/0) {
  background-color: rgb(237 165 7 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-700\/10) {
  background-color: rgb(237 165 7 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-700\/100) {
  background-color: rgb(237 165 7 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-700\/20) {
  background-color: rgb(237 165 7 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-700\/25) {
  background-color: rgb(237 165 7 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-700\/30) {
  background-color: rgb(237 165 7 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-700\/40) {
  background-color: rgb(237 165 7 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-700\/5) {
  background-color: rgb(237 165 7 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-700\/50) {
  background-color: rgb(237 165 7 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-700\/60) {
  background-color: rgb(237 165 7 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-700\/70) {
  background-color: rgb(237 165 7 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-700\/75) {
  background-color: rgb(237 165 7 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-700\/80) {
  background-color: rgb(237 165 7 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-700\/90) {
  background-color: rgb(237 165 7 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-700\/95) {
  background-color: rgb(237 165 7 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(158 110 5 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-800\/0) {
  background-color: rgb(158 110 5 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-800\/10) {
  background-color: rgb(158 110 5 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-800\/100) {
  background-color: rgb(158 110 5 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-800\/20) {
  background-color: rgb(158 110 5 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-800\/25) {
  background-color: rgb(158 110 5 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-800\/30) {
  background-color: rgb(158 110 5 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-800\/40) {
  background-color: rgb(158 110 5 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-800\/5) {
  background-color: rgb(158 110 5 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-800\/50) {
  background-color: rgb(158 110 5 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-800\/60) {
  background-color: rgb(158 110 5 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-800\/70) {
  background-color: rgb(158 110 5 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-800\/75) {
  background-color: rgb(158 110 5 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-800\/80) {
  background-color: rgb(158 110 5 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-800\/90) {
  background-color: rgb(158 110 5 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-800\/95) {
  background-color: rgb(158 110 5 / 0.95);
}

.editor-styles-wrapper :is(.bg-yellow-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 55 2 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-yellow-900\/0) {
  background-color: rgb(79 55 2 / 0);
}

.editor-styles-wrapper :is(.bg-yellow-900\/10) {
  background-color: rgb(79 55 2 / 0.1);
}

.editor-styles-wrapper :is(.bg-yellow-900\/100) {
  background-color: rgb(79 55 2 / 1);
}

.editor-styles-wrapper :is(.bg-yellow-900\/20) {
  background-color: rgb(79 55 2 / 0.2);
}

.editor-styles-wrapper :is(.bg-yellow-900\/25) {
  background-color: rgb(79 55 2 / 0.25);
}

.editor-styles-wrapper :is(.bg-yellow-900\/30) {
  background-color: rgb(79 55 2 / 0.3);
}

.editor-styles-wrapper :is(.bg-yellow-900\/40) {
  background-color: rgb(79 55 2 / 0.4);
}

.editor-styles-wrapper :is(.bg-yellow-900\/5) {
  background-color: rgb(79 55 2 / 0.05);
}

.editor-styles-wrapper :is(.bg-yellow-900\/50) {
  background-color: rgb(79 55 2 / 0.5);
}

.editor-styles-wrapper :is(.bg-yellow-900\/60) {
  background-color: rgb(79 55 2 / 0.6);
}

.editor-styles-wrapper :is(.bg-yellow-900\/70) {
  background-color: rgb(79 55 2 / 0.7);
}

.editor-styles-wrapper :is(.bg-yellow-900\/75) {
  background-color: rgb(79 55 2 / 0.75);
}

.editor-styles-wrapper :is(.bg-yellow-900\/80) {
  background-color: rgb(79 55 2 / 0.8);
}

.editor-styles-wrapper :is(.bg-yellow-900\/90) {
  background-color: rgb(79 55 2 / 0.9);
}

.editor-styles-wrapper :is(.bg-yellow-900\/95) {
  background-color: rgb(79 55 2 / 0.95);
}

.editor-styles-wrapper :is(.bg-opacity-50) {
  --tw-bg-opacity: 0.5;
}

.editor-styles-wrapper :is(.bg-opacity-60) {
  --tw-bg-opacity: 0.6;
}

.editor-styles-wrapper :is(.\!bg-gradient-to-br) {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.editor-styles-wrapper :is(.bg-gradient-to-b) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.editor-styles-wrapper :is(.bg-gradient-to-br) {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.editor-styles-wrapper :is(.bg-gradient-to-r) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.editor-styles-wrapper :is(.from-blue-100) {
  --tw-gradient-from: #D3E0FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.from-blue-800) {
  --tw-gradient-from: #002374 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 35 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.from-gray-400\/0) {
  --tw-gradient-from: rgb(164 175 191 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 175 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.from-primary) {
  --tw-gradient-from: #2667ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 103 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.from-red-100) {
  --tw-gradient-from: #FFDBD9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 219 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.from-red-500) {
  --tw-gradient-from: #FE6A62 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 106 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.from-\[37\.35\%\]) {
  --tw-gradient-from-position: 37.35%;
}

.editor-styles-wrapper :is(.via-blue-800\/50) {
  --tw-gradient-to: rgb(0 35 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 35 116 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.via-gray-400) {
  --tw-gradient-to: rgb(164 175 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #A4AFBF var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.to-blue-100) {
  --tw-gradient-to: #D3E0FF var(--tw-gradient-to-position);
}

.editor-styles-wrapper :is(.to-blue-800\/0) {
  --tw-gradient-to: rgb(0 35 116 / 0) var(--tw-gradient-to-position);
}

.editor-styles-wrapper :is(.to-cyan-600) {
  --tw-gradient-to: #45BAFD var(--tw-gradient-to-position);
}

.editor-styles-wrapper :is(.to-gray-400\/0) {
  --tw-gradient-to: rgb(164 175 191 / 0) var(--tw-gradient-to-position);
}

.editor-styles-wrapper :is(.to-orange-500) {
  --tw-gradient-to: #FC9445 var(--tw-gradient-to-position);
}

.editor-styles-wrapper :is(.to-red-100) {
  --tw-gradient-to: #FFDBD9 var(--tw-gradient-to-position);
}

.editor-styles-wrapper :is(.to-\[100\%\]) {
  --tw-gradient-to-position: 100%;
}

.editor-styles-wrapper :is(.\!fill-blue-100) {
  fill: #D3E0FF !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/0) {
  fill: rgb(211 224 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/10) {
  fill: rgb(211 224 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/100) {
  fill: rgb(211 224 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/20) {
  fill: rgb(211 224 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/25) {
  fill: rgb(211 224 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/30) {
  fill: rgb(211 224 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/40) {
  fill: rgb(211 224 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/5) {
  fill: rgb(211 224 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/50) {
  fill: rgb(211 224 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/60) {
  fill: rgb(211 224 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/70) {
  fill: rgb(211 224 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/75) {
  fill: rgb(211 224 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/80) {
  fill: rgb(211 224 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/90) {
  fill: rgb(211 224 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-100\/95) {
  fill: rgb(211 224 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000) {
  fill: #00091D !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/0) {
  fill: rgb(0 9 29 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/10) {
  fill: rgb(0 9 29 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/100) {
  fill: rgb(0 9 29 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/20) {
  fill: rgb(0 9 29 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/25) {
  fill: rgb(0 9 29 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/30) {
  fill: rgb(0 9 29 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/40) {
  fill: rgb(0 9 29 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/5) {
  fill: rgb(0 9 29 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/50) {
  fill: rgb(0 9 29 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/60) {
  fill: rgb(0 9 29 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/70) {
  fill: rgb(0 9 29 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/75) {
  fill: rgb(0 9 29 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/80) {
  fill: rgb(0 9 29 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/90) {
  fill: rgb(0 9 29 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-1000\/95) {
  fill: rgb(0 9 29 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200) {
  fill: #A7C2FF !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/0) {
  fill: rgb(167 194 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/10) {
  fill: rgb(167 194 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/100) {
  fill: rgb(167 194 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/20) {
  fill: rgb(167 194 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/25) {
  fill: rgb(167 194 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/30) {
  fill: rgb(167 194 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/40) {
  fill: rgb(167 194 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/5) {
  fill: rgb(167 194 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/50) {
  fill: rgb(167 194 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/60) {
  fill: rgb(167 194 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/70) {
  fill: rgb(167 194 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/75) {
  fill: rgb(167 194 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/80) {
  fill: rgb(167 194 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/90) {
  fill: rgb(167 194 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-200\/95) {
  fill: rgb(167 194 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300) {
  fill: #7BA3FF !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/0) {
  fill: rgb(123 163 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/10) {
  fill: rgb(123 163 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/100) {
  fill: rgb(123 163 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/20) {
  fill: rgb(123 163 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/25) {
  fill: rgb(123 163 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/30) {
  fill: rgb(123 163 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/40) {
  fill: rgb(123 163 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/5) {
  fill: rgb(123 163 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/50) {
  fill: rgb(123 163 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/60) {
  fill: rgb(123 163 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/70) {
  fill: rgb(123 163 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/75) {
  fill: rgb(123 163 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/80) {
  fill: rgb(123 163 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/90) {
  fill: rgb(123 163 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-300\/95) {
  fill: rgb(123 163 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400) {
  fill: #5084FF !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/0) {
  fill: rgb(80 132 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/10) {
  fill: rgb(80 132 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/100) {
  fill: rgb(80 132 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/20) {
  fill: rgb(80 132 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/25) {
  fill: rgb(80 132 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/30) {
  fill: rgb(80 132 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/40) {
  fill: rgb(80 132 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/5) {
  fill: rgb(80 132 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/50) {
  fill: rgb(80 132 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/60) {
  fill: rgb(80 132 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/70) {
  fill: rgb(80 132 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/75) {
  fill: rgb(80 132 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/80) {
  fill: rgb(80 132 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/90) {
  fill: rgb(80 132 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-400\/95) {
  fill: rgb(80 132 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50) {
  fill: #F4F9FC !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/0) {
  fill: rgb(244 249 252 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/10) {
  fill: rgb(244 249 252 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/100) {
  fill: rgb(244 249 252 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/20) {
  fill: rgb(244 249 252 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/25) {
  fill: rgb(244 249 252 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/30) {
  fill: rgb(244 249 252 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/40) {
  fill: rgb(244 249 252 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/5) {
  fill: rgb(244 249 252 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/50) {
  fill: rgb(244 249 252 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/60) {
  fill: rgb(244 249 252 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/70) {
  fill: rgb(244 249 252 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/75) {
  fill: rgb(244 249 252 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/80) {
  fill: rgb(244 249 252 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/90) {
  fill: rgb(244 249 252 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-50\/95) {
  fill: rgb(244 249 252 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500) {
  fill: #2465FF !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/0) {
  fill: rgb(36 101 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/10) {
  fill: rgb(36 101 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/100) {
  fill: rgb(36 101 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/20) {
  fill: rgb(36 101 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/25) {
  fill: rgb(36 101 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/30) {
  fill: rgb(36 101 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/40) {
  fill: rgb(36 101 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/5) {
  fill: rgb(36 101 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/50) {
  fill: rgb(36 101 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/60) {
  fill: rgb(36 101 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/70) {
  fill: rgb(36 101 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/75) {
  fill: rgb(36 101 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/80) {
  fill: rgb(36 101 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/90) {
  fill: rgb(36 101 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-500\/95) {
  fill: rgb(36 101 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600) {
  fill: #0046E9 !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/0) {
  fill: rgb(0 70 233 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/10) {
  fill: rgb(0 70 233 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/100) {
  fill: rgb(0 70 233 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/20) {
  fill: rgb(0 70 233 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/25) {
  fill: rgb(0 70 233 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/30) {
  fill: rgb(0 70 233 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/40) {
  fill: rgb(0 70 233 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/5) {
  fill: rgb(0 70 233 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/50) {
  fill: rgb(0 70 233 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/60) {
  fill: rgb(0 70 233 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/70) {
  fill: rgb(0 70 233 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/75) {
  fill: rgb(0 70 233 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/80) {
  fill: rgb(0 70 233 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/90) {
  fill: rgb(0 70 233 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-600\/95) {
  fill: rgb(0 70 233 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700) {
  fill: #0034AE !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/0) {
  fill: rgb(0 52 174 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/10) {
  fill: rgb(0 52 174 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/100) {
  fill: rgb(0 52 174 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/20) {
  fill: rgb(0 52 174 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/25) {
  fill: rgb(0 52 174 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/30) {
  fill: rgb(0 52 174 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/40) {
  fill: rgb(0 52 174 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/5) {
  fill: rgb(0 52 174 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/50) {
  fill: rgb(0 52 174 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/60) {
  fill: rgb(0 52 174 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/70) {
  fill: rgb(0 52 174 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/75) {
  fill: rgb(0 52 174 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/80) {
  fill: rgb(0 52 174 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/90) {
  fill: rgb(0 52 174 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-700\/95) {
  fill: rgb(0 52 174 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800) {
  fill: #002374 !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/0) {
  fill: rgb(0 35 116 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/10) {
  fill: rgb(0 35 116 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/100) {
  fill: rgb(0 35 116 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/20) {
  fill: rgb(0 35 116 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/25) {
  fill: rgb(0 35 116 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/30) {
  fill: rgb(0 35 116 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/40) {
  fill: rgb(0 35 116 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/5) {
  fill: rgb(0 35 116 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/50) {
  fill: rgb(0 35 116 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/60) {
  fill: rgb(0 35 116 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/70) {
  fill: rgb(0 35 116 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/75) {
  fill: rgb(0 35 116 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/80) {
  fill: rgb(0 35 116 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/90) {
  fill: rgb(0 35 116 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-800\/95) {
  fill: rgb(0 35 116 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900) {
  fill: #00113A !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/0) {
  fill: rgb(0 17 58 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/10) {
  fill: rgb(0 17 58 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/100) {
  fill: rgb(0 17 58 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/20) {
  fill: rgb(0 17 58 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/25) {
  fill: rgb(0 17 58 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/30) {
  fill: rgb(0 17 58 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/40) {
  fill: rgb(0 17 58 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/5) {
  fill: rgb(0 17 58 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/50) {
  fill: rgb(0 17 58 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/60) {
  fill: rgb(0 17 58 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/70) {
  fill: rgb(0 17 58 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/75) {
  fill: rgb(0 17 58 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/80) {
  fill: rgb(0 17 58 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/90) {
  fill: rgb(0 17 58 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-blue-900\/95) {
  fill: rgb(0 17 58 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100) {
  fill: #E9F7FF !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/0) {
  fill: rgb(233 247 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/10) {
  fill: rgb(233 247 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/100) {
  fill: rgb(233 247 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/20) {
  fill: rgb(233 247 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/25) {
  fill: rgb(233 247 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/30) {
  fill: rgb(233 247 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/40) {
  fill: rgb(233 247 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/5) {
  fill: rgb(233 247 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/50) {
  fill: rgb(233 247 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/60) {
  fill: rgb(233 247 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/70) {
  fill: rgb(233 247 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/75) {
  fill: rgb(233 247 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/80) {
  fill: rgb(233 247 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/90) {
  fill: rgb(233 247 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-100\/95) {
  fill: rgb(233 247 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000) {
  fill: #001928 !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/0) {
  fill: rgb(0 25 40 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/10) {
  fill: rgb(0 25 40 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/100) {
  fill: rgb(0 25 40 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/20) {
  fill: rgb(0 25 40 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/25) {
  fill: rgb(0 25 40 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/30) {
  fill: rgb(0 25 40 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/40) {
  fill: rgb(0 25 40 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/5) {
  fill: rgb(0 25 40 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/50) {
  fill: rgb(0 25 40 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/60) {
  fill: rgb(0 25 40 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/70) {
  fill: rgb(0 25 40 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/75) {
  fill: rgb(0 25 40 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/80) {
  fill: rgb(0 25 40 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/90) {
  fill: rgb(0 25 40 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-1000\/95) {
  fill: rgb(0 25 40 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200) {
  fill: #D5EFFF !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/0) {
  fill: rgb(213 239 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/10) {
  fill: rgb(213 239 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/100) {
  fill: rgb(213 239 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/20) {
  fill: rgb(213 239 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/25) {
  fill: rgb(213 239 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/30) {
  fill: rgb(213 239 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/40) {
  fill: rgb(213 239 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/5) {
  fill: rgb(213 239 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/50) {
  fill: rgb(213 239 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/60) {
  fill: rgb(213 239 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/70) {
  fill: rgb(213 239 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/75) {
  fill: rgb(213 239 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/80) {
  fill: rgb(213 239 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/90) {
  fill: rgb(213 239 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-200\/95) {
  fill: rgb(213 239 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300) {
  fill: #BFE7FE !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/0) {
  fill: rgb(191 231 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/10) {
  fill: rgb(191 231 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/100) {
  fill: rgb(191 231 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/20) {
  fill: rgb(191 231 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/25) {
  fill: rgb(191 231 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/30) {
  fill: rgb(191 231 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/40) {
  fill: rgb(191 231 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/5) {
  fill: rgb(191 231 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/50) {
  fill: rgb(191 231 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/60) {
  fill: rgb(191 231 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/70) {
  fill: rgb(191 231 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/75) {
  fill: rgb(191 231 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/80) {
  fill: rgb(191 231 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/90) {
  fill: rgb(191 231 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-300\/95) {
  fill: rgb(191 231 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400) {
  fill: #AADFFE !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/0) {
  fill: rgb(170 223 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/10) {
  fill: rgb(170 223 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/100) {
  fill: rgb(170 223 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/20) {
  fill: rgb(170 223 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/25) {
  fill: rgb(170 223 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/30) {
  fill: rgb(170 223 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/40) {
  fill: rgb(170 223 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/5) {
  fill: rgb(170 223 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/50) {
  fill: rgb(170 223 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/60) {
  fill: rgb(170 223 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/70) {
  fill: rgb(170 223 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/75) {
  fill: rgb(170 223 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/80) {
  fill: rgb(170 223 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/90) {
  fill: rgb(170 223 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-400\/95) {
  fill: rgb(170 223 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50) {
  fill: #F4FBFF !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/0) {
  fill: rgb(244 251 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/10) {
  fill: rgb(244 251 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/100) {
  fill: rgb(244 251 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/20) {
  fill: rgb(244 251 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/25) {
  fill: rgb(244 251 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/30) {
  fill: rgb(244 251 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/40) {
  fill: rgb(244 251 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/5) {
  fill: rgb(244 251 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/50) {
  fill: rgb(244 251 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/60) {
  fill: rgb(244 251 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/70) {
  fill: rgb(244 251 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/75) {
  fill: rgb(244 251 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/80) {
  fill: rgb(244 251 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/90) {
  fill: rgb(244 251 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-50\/95) {
  fill: rgb(244 251 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500) {
  fill: #A5DEFE !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/0) {
  fill: rgb(165 222 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/10) {
  fill: rgb(165 222 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/100) {
  fill: rgb(165 222 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/20) {
  fill: rgb(165 222 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/25) {
  fill: rgb(165 222 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/30) {
  fill: rgb(165 222 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/40) {
  fill: rgb(165 222 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/5) {
  fill: rgb(165 222 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/50) {
  fill: rgb(165 222 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/60) {
  fill: rgb(165 222 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/70) {
  fill: rgb(165 222 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/75) {
  fill: rgb(165 222 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/80) {
  fill: rgb(165 222 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/90) {
  fill: rgb(165 222 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/95) {
  fill: rgb(165 222 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600) {
  fill: #45BAFD !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/0) {
  fill: rgb(69 186 253 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/10) {
  fill: rgb(69 186 253 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/100) {
  fill: rgb(69 186 253 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/20) {
  fill: rgb(69 186 253 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/25) {
  fill: rgb(69 186 253 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/30) {
  fill: rgb(69 186 253 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/40) {
  fill: rgb(69 186 253 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/5) {
  fill: rgb(69 186 253 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/50) {
  fill: rgb(69 186 253 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/60) {
  fill: rgb(69 186 253 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/70) {
  fill: rgb(69 186 253 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/75) {
  fill: rgb(69 186 253 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/80) {
  fill: rgb(69 186 253 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/90) {
  fill: rgb(69 186 253 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-600\/95) {
  fill: rgb(69 186 253 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700) {
  fill: #0298EF !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/0) {
  fill: rgb(2 152 239 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/10) {
  fill: rgb(2 152 239 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/100) {
  fill: rgb(2 152 239 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/20) {
  fill: rgb(2 152 239 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/25) {
  fill: rgb(2 152 239 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/30) {
  fill: rgb(2 152 239 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/40) {
  fill: rgb(2 152 239 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/5) {
  fill: rgb(2 152 239 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/50) {
  fill: rgb(2 152 239 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/60) {
  fill: rgb(2 152 239 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/70) {
  fill: rgb(2 152 239 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/75) {
  fill: rgb(2 152 239 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/80) {
  fill: rgb(2 152 239 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/90) {
  fill: rgb(2 152 239 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-700\/95) {
  fill: rgb(2 152 239 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800) {
  fill: #0266A0 !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/0) {
  fill: rgb(2 102 160 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/10) {
  fill: rgb(2 102 160 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/100) {
  fill: rgb(2 102 160 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/20) {
  fill: rgb(2 102 160 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/25) {
  fill: rgb(2 102 160 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/30) {
  fill: rgb(2 102 160 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/40) {
  fill: rgb(2 102 160 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/5) {
  fill: rgb(2 102 160 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/50) {
  fill: rgb(2 102 160 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/60) {
  fill: rgb(2 102 160 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/70) {
  fill: rgb(2 102 160 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/75) {
  fill: rgb(2 102 160 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/80) {
  fill: rgb(2 102 160 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/90) {
  fill: rgb(2 102 160 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-800\/95) {
  fill: rgb(2 102 160 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900) {
  fill: #013350 !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/0) {
  fill: rgb(1 51 80 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/10) {
  fill: rgb(1 51 80 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/100) {
  fill: rgb(1 51 80 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/20) {
  fill: rgb(1 51 80 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/25) {
  fill: rgb(1 51 80 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/30) {
  fill: rgb(1 51 80 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/40) {
  fill: rgb(1 51 80 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/5) {
  fill: rgb(1 51 80 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/50) {
  fill: rgb(1 51 80 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/60) {
  fill: rgb(1 51 80 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/70) {
  fill: rgb(1 51 80 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/75) {
  fill: rgb(1 51 80 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/80) {
  fill: rgb(1 51 80 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/90) {
  fill: rgb(1 51 80 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-900\/95) {
  fill: rgb(1 51 80 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100) {
  fill: #E8EBEF !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/0) {
  fill: rgb(232 235 239 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/10) {
  fill: rgb(232 235 239 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/100) {
  fill: rgb(232 235 239 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/20) {
  fill: rgb(232 235 239 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/25) {
  fill: rgb(232 235 239 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/30) {
  fill: rgb(232 235 239 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/40) {
  fill: rgb(232 235 239 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/5) {
  fill: rgb(232 235 239 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/50) {
  fill: rgb(232 235 239 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/60) {
  fill: rgb(232 235 239 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/70) {
  fill: rgb(232 235 239 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/75) {
  fill: rgb(232 235 239 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/80) {
  fill: rgb(232 235 239 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/90) {
  fill: rgb(232 235 239 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-100\/95) {
  fill: rgb(232 235 239 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000) {
  fill: #0D0F12 !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/0) {
  fill: rgb(13 15 18 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/10) {
  fill: rgb(13 15 18 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/100) {
  fill: rgb(13 15 18 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/20) {
  fill: rgb(13 15 18 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/25) {
  fill: rgb(13 15 18 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/30) {
  fill: rgb(13 15 18 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/40) {
  fill: rgb(13 15 18 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/5) {
  fill: rgb(13 15 18 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/50) {
  fill: rgb(13 15 18 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/60) {
  fill: rgb(13 15 18 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/70) {
  fill: rgb(13 15 18 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/75) {
  fill: rgb(13 15 18 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/80) {
  fill: rgb(13 15 18 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/90) {
  fill: rgb(13 15 18 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-1000\/95) {
  fill: rgb(13 15 18 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200) {
  fill: #D2D7DF !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/0) {
  fill: rgb(210 215 223 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/10) {
  fill: rgb(210 215 223 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/100) {
  fill: rgb(210 215 223 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/20) {
  fill: rgb(210 215 223 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/25) {
  fill: rgb(210 215 223 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/30) {
  fill: rgb(210 215 223 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/40) {
  fill: rgb(210 215 223 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/5) {
  fill: rgb(210 215 223 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/50) {
  fill: rgb(210 215 223 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/60) {
  fill: rgb(210 215 223 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/70) {
  fill: rgb(210 215 223 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/75) {
  fill: rgb(210 215 223 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/80) {
  fill: rgb(210 215 223 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/90) {
  fill: rgb(210 215 223 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-200\/95) {
  fill: rgb(210 215 223 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300) {
  fill: #BBC3CF !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/0) {
  fill: rgb(187 195 207 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/10) {
  fill: rgb(187 195 207 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/100) {
  fill: rgb(187 195 207 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/20) {
  fill: rgb(187 195 207 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/25) {
  fill: rgb(187 195 207 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/30) {
  fill: rgb(187 195 207 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/40) {
  fill: rgb(187 195 207 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/5) {
  fill: rgb(187 195 207 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/50) {
  fill: rgb(187 195 207 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/60) {
  fill: rgb(187 195 207 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/70) {
  fill: rgb(187 195 207 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/75) {
  fill: rgb(187 195 207 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/80) {
  fill: rgb(187 195 207 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/90) {
  fill: rgb(187 195 207 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-300\/95) {
  fill: rgb(187 195 207 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400) {
  fill: #A4AFBF !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/0) {
  fill: rgb(164 175 191 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/10) {
  fill: rgb(164 175 191 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/100) {
  fill: rgb(164 175 191 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/20) {
  fill: rgb(164 175 191 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/25) {
  fill: rgb(164 175 191 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/30) {
  fill: rgb(164 175 191 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/40) {
  fill: rgb(164 175 191 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/5) {
  fill: rgb(164 175 191 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/50) {
  fill: rgb(164 175 191 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/60) {
  fill: rgb(164 175 191 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/70) {
  fill: rgb(164 175 191 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/75) {
  fill: rgb(164 175 191 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/80) {
  fill: rgb(164 175 191 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/90) {
  fill: rgb(164 175 191 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-400\/95) {
  fill: rgb(164 175 191 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50) {
  fill: #F4F5F7 !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/0) {
  fill: rgb(244 245 247 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/10) {
  fill: rgb(244 245 247 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/100) {
  fill: rgb(244 245 247 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/20) {
  fill: rgb(244 245 247 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/25) {
  fill: rgb(244 245 247 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/30) {
  fill: rgb(244 245 247 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/40) {
  fill: rgb(244 245 247 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/5) {
  fill: rgb(244 245 247 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/50) {
  fill: rgb(244 245 247 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/60) {
  fill: rgb(244 245 247 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/70) {
  fill: rgb(244 245 247 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/75) {
  fill: rgb(244 245 247 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/80) {
  fill: rgb(244 245 247 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/90) {
  fill: rgb(244 245 247 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-50\/95) {
  fill: rgb(244 245 247 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500) {
  fill: #a4afbf !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/0) {
  fill: rgb(164 175 191 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/10) {
  fill: rgb(164 175 191 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/100) {
  fill: rgb(164 175 191 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/20) {
  fill: rgb(164 175 191 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/25) {
  fill: rgb(164 175 191 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/30) {
  fill: rgb(164 175 191 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/40) {
  fill: rgb(164 175 191 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/5) {
  fill: rgb(164 175 191 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/50) {
  fill: rgb(164 175 191 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/60) {
  fill: rgb(164 175 191 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/70) {
  fill: rgb(164 175 191 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/75) {
  fill: rgb(164 175 191 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/80) {
  fill: rgb(164 175 191 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/90) {
  fill: rgb(164 175 191 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/95) {
  fill: rgb(164 175 191 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600) {
  fill: #697A94 !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/0) {
  fill: rgb(105 122 148 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/10) {
  fill: rgb(105 122 148 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/100) {
  fill: rgb(105 122 148 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/20) {
  fill: rgb(105 122 148 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/25) {
  fill: rgb(105 122 148 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/30) {
  fill: rgb(105 122 148 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/40) {
  fill: rgb(105 122 148 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/5) {
  fill: rgb(105 122 148 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/50) {
  fill: rgb(105 122 148 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/60) {
  fill: rgb(105 122 148 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/70) {
  fill: rgb(105 122 148 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/75) {
  fill: rgb(105 122 148 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/80) {
  fill: rgb(105 122 148 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/90) {
  fill: rgb(105 122 148 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-600\/95) {
  fill: rgb(105 122 148 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700) {
  fill: #4F5C6F !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/0) {
  fill: rgb(79 92 111 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/10) {
  fill: rgb(79 92 111 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/100) {
  fill: rgb(79 92 111 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/20) {
  fill: rgb(79 92 111 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/25) {
  fill: rgb(79 92 111 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/30) {
  fill: rgb(79 92 111 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/40) {
  fill: rgb(79 92 111 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/5) {
  fill: rgb(79 92 111 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/50) {
  fill: rgb(79 92 111 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/60) {
  fill: rgb(79 92 111 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/70) {
  fill: rgb(79 92 111 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/75) {
  fill: rgb(79 92 111 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/80) {
  fill: rgb(79 92 111 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/90) {
  fill: rgb(79 92 111 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-700\/95) {
  fill: rgb(79 92 111 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800) {
  fill: #343D4A !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/0) {
  fill: rgb(52 61 74 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/10) {
  fill: rgb(52 61 74 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/100) {
  fill: rgb(52 61 74 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/20) {
  fill: rgb(52 61 74 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/25) {
  fill: rgb(52 61 74 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/30) {
  fill: rgb(52 61 74 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/40) {
  fill: rgb(52 61 74 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/5) {
  fill: rgb(52 61 74 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/50) {
  fill: rgb(52 61 74 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/60) {
  fill: rgb(52 61 74 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/70) {
  fill: rgb(52 61 74 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/75) {
  fill: rgb(52 61 74 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/80) {
  fill: rgb(52 61 74 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/90) {
  fill: rgb(52 61 74 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-800\/95) {
  fill: rgb(52 61 74 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900) {
  fill: #1A1F25 !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/0) {
  fill: rgb(26 31 37 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/10) {
  fill: rgb(26 31 37 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/100) {
  fill: rgb(26 31 37 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/20) {
  fill: rgb(26 31 37 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/25) {
  fill: rgb(26 31 37 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/30) {
  fill: rgb(26 31 37 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/40) {
  fill: rgb(26 31 37 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/5) {
  fill: rgb(26 31 37 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/50) {
  fill: rgb(26 31 37 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/60) {
  fill: rgb(26 31 37 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/70) {
  fill: rgb(26 31 37 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/75) {
  fill: rgb(26 31 37 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/80) {
  fill: rgb(26 31 37 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/90) {
  fill: rgb(26 31 37 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-900\/95) {
  fill: rgb(26 31 37 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100) {
  fill: #C2FEE4 !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/0) {
  fill: rgb(194 254 228 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/10) {
  fill: rgb(194 254 228 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/100) {
  fill: rgb(194 254 228 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/20) {
  fill: rgb(194 254 228 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/25) {
  fill: rgb(194 254 228 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/30) {
  fill: rgb(194 254 228 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/40) {
  fill: rgb(194 254 228 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/5) {
  fill: rgb(194 254 228 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/50) {
  fill: rgb(194 254 228 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/60) {
  fill: rgb(194 254 228 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/70) {
  fill: rgb(194 254 228 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/75) {
  fill: rgb(194 254 228 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/80) {
  fill: rgb(194 254 228 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/90) {
  fill: rgb(194 254 228 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-100\/95) {
  fill: rgb(194 254 228 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000) {
  fill: #00140B !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/0) {
  fill: rgb(0 20 11 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/10) {
  fill: rgb(0 20 11 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/100) {
  fill: rgb(0 20 11 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/20) {
  fill: rgb(0 20 11 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/25) {
  fill: rgb(0 20 11 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/30) {
  fill: rgb(0 20 11 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/40) {
  fill: rgb(0 20 11 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/5) {
  fill: rgb(0 20 11 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/50) {
  fill: rgb(0 20 11 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/60) {
  fill: rgb(0 20 11 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/70) {
  fill: rgb(0 20 11 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/75) {
  fill: rgb(0 20 11 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/80) {
  fill: rgb(0 20 11 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/90) {
  fill: rgb(0 20 11 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-1000\/95) {
  fill: rgb(0 20 11 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200) {
  fill: #84FDC9 !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/0) {
  fill: rgb(132 253 201 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/10) {
  fill: rgb(132 253 201 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/100) {
  fill: rgb(132 253 201 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/20) {
  fill: rgb(132 253 201 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/25) {
  fill: rgb(132 253 201 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/30) {
  fill: rgb(132 253 201 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/40) {
  fill: rgb(132 253 201 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/5) {
  fill: rgb(132 253 201 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/50) {
  fill: rgb(132 253 201 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/60) {
  fill: rgb(132 253 201 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/70) {
  fill: rgb(132 253 201 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/75) {
  fill: rgb(132 253 201 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/80) {
  fill: rgb(132 253 201 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/90) {
  fill: rgb(132 253 201 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-200\/95) {
  fill: rgb(132 253 201 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300) {
  fill: #47FCAE !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/0) {
  fill: rgb(71 252 174 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/10) {
  fill: rgb(71 252 174 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/100) {
  fill: rgb(71 252 174 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/20) {
  fill: rgb(71 252 174 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/25) {
  fill: rgb(71 252 174 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/30) {
  fill: rgb(71 252 174 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/40) {
  fill: rgb(71 252 174 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/5) {
  fill: rgb(71 252 174 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/50) {
  fill: rgb(71 252 174 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/60) {
  fill: rgb(71 252 174 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/70) {
  fill: rgb(71 252 174 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/75) {
  fill: rgb(71 252 174 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/80) {
  fill: rgb(71 252 174 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/90) {
  fill: rgb(71 252 174 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-300\/95) {
  fill: rgb(71 252 174 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400) {
  fill: #0AFB93 !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/0) {
  fill: rgb(10 251 147 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/10) {
  fill: rgb(10 251 147 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/100) {
  fill: rgb(10 251 147 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/20) {
  fill: rgb(10 251 147 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/25) {
  fill: rgb(10 251 147 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/30) {
  fill: rgb(10 251 147 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/40) {
  fill: rgb(10 251 147 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/5) {
  fill: rgb(10 251 147 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/50) {
  fill: rgb(10 251 147 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/60) {
  fill: rgb(10 251 147 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/70) {
  fill: rgb(10 251 147 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/75) {
  fill: rgb(10 251 147 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/80) {
  fill: rgb(10 251 147 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/90) {
  fill: rgb(10 251 147 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-400\/95) {
  fill: rgb(10 251 147 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50) {
  fill: #E0FFF1 !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/0) {
  fill: rgb(224 255 241 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/10) {
  fill: rgb(224 255 241 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/100) {
  fill: rgb(224 255 241 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/20) {
  fill: rgb(224 255 241 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/25) {
  fill: rgb(224 255 241 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/30) {
  fill: rgb(224 255 241 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/40) {
  fill: rgb(224 255 241 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/5) {
  fill: rgb(224 255 241 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/50) {
  fill: rgb(224 255 241 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/60) {
  fill: rgb(224 255 241 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/70) {
  fill: rgb(224 255 241 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/75) {
  fill: rgb(224 255 241 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/80) {
  fill: rgb(224 255 241 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/90) {
  fill: rgb(224 255 241 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-50\/95) {
  fill: rgb(224 255 241 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500) {
  fill: #03C470 !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/0) {
  fill: rgb(3 196 112 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/10) {
  fill: rgb(3 196 112 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/100) {
  fill: rgb(3 196 112 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/20) {
  fill: rgb(3 196 112 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/25) {
  fill: rgb(3 196 112 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/30) {
  fill: rgb(3 196 112 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/40) {
  fill: rgb(3 196 112 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/5) {
  fill: rgb(3 196 112 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/50) {
  fill: rgb(3 196 112 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/60) {
  fill: rgb(3 196 112 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/70) {
  fill: rgb(3 196 112 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/75) {
  fill: rgb(3 196 112 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/80) {
  fill: rgb(3 196 112 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/90) {
  fill: rgb(3 196 112 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-500\/95) {
  fill: rgb(3 196 112 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600) {
  fill: #029D5A !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/0) {
  fill: rgb(2 157 90 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/10) {
  fill: rgb(2 157 90 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/100) {
  fill: rgb(2 157 90 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/20) {
  fill: rgb(2 157 90 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/25) {
  fill: rgb(2 157 90 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/30) {
  fill: rgb(2 157 90 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/40) {
  fill: rgb(2 157 90 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/5) {
  fill: rgb(2 157 90 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/50) {
  fill: rgb(2 157 90 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/60) {
  fill: rgb(2 157 90 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/70) {
  fill: rgb(2 157 90 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/75) {
  fill: rgb(2 157 90 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/80) {
  fill: rgb(2 157 90 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/90) {
  fill: rgb(2 157 90 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-600\/95) {
  fill: rgb(2 157 90 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700) {
  fill: #027643 !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/0) {
  fill: rgb(2 118 67 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/10) {
  fill: rgb(2 118 67 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/100) {
  fill: rgb(2 118 67 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/20) {
  fill: rgb(2 118 67 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/25) {
  fill: rgb(2 118 67 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/30) {
  fill: rgb(2 118 67 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/40) {
  fill: rgb(2 118 67 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/5) {
  fill: rgb(2 118 67 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/50) {
  fill: rgb(2 118 67 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/60) {
  fill: rgb(2 118 67 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/70) {
  fill: rgb(2 118 67 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/75) {
  fill: rgb(2 118 67 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/80) {
  fill: rgb(2 118 67 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/90) {
  fill: rgb(2 118 67 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-700\/95) {
  fill: rgb(2 118 67 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800) {
  fill: #014E2D !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/0) {
  fill: rgb(1 78 45 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/10) {
  fill: rgb(1 78 45 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/100) {
  fill: rgb(1 78 45 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/20) {
  fill: rgb(1 78 45 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/25) {
  fill: rgb(1 78 45 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/30) {
  fill: rgb(1 78 45 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/40) {
  fill: rgb(1 78 45 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/5) {
  fill: rgb(1 78 45 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/50) {
  fill: rgb(1 78 45 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/60) {
  fill: rgb(1 78 45 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/70) {
  fill: rgb(1 78 45 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/75) {
  fill: rgb(1 78 45 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/80) {
  fill: rgb(1 78 45 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/90) {
  fill: rgb(1 78 45 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-800\/95) {
  fill: rgb(1 78 45 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900) {
  fill: #012716 !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/0) {
  fill: rgb(1 39 22 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/10) {
  fill: rgb(1 39 22 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/100) {
  fill: rgb(1 39 22 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/20) {
  fill: rgb(1 39 22 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/25) {
  fill: rgb(1 39 22 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/30) {
  fill: rgb(1 39 22 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/40) {
  fill: rgb(1 39 22 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/5) {
  fill: rgb(1 39 22 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/50) {
  fill: rgb(1 39 22 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/60) {
  fill: rgb(1 39 22 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/70) {
  fill: rgb(1 39 22 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/75) {
  fill: rgb(1 39 22 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/80) {
  fill: rgb(1 39 22 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/90) {
  fill: rgb(1 39 22 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-green-900\/95) {
  fill: rgb(1 39 22 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100) {
  fill: #A5CBFD !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/0) {
  fill: rgb(165 203 253 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/10) {
  fill: rgb(165 203 253 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/100) {
  fill: rgb(165 203 253 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/20) {
  fill: rgb(165 203 253 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/25) {
  fill: rgb(165 203 253 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/30) {
  fill: rgb(165 203 253 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/40) {
  fill: rgb(165 203 253 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/5) {
  fill: rgb(165 203 253 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/50) {
  fill: rgb(165 203 253 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/60) {
  fill: rgb(165 203 253 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/70) {
  fill: rgb(165 203 253 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/75) {
  fill: rgb(165 203 253 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/80) {
  fill: rgb(165 203 253 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/90) {
  fill: rgb(165 203 253 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-100\/95) {
  fill: rgb(165 203 253 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000) {
  fill: #000205 !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/0) {
  fill: rgb(0 2 5 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/10) {
  fill: rgb(0 2 5 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/100) {
  fill: rgb(0 2 5 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/20) {
  fill: rgb(0 2 5 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/25) {
  fill: rgb(0 2 5 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/30) {
  fill: rgb(0 2 5 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/40) {
  fill: rgb(0 2 5 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/5) {
  fill: rgb(0 2 5 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/50) {
  fill: rgb(0 2 5 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/60) {
  fill: rgb(0 2 5 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/70) {
  fill: rgb(0 2 5 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/75) {
  fill: rgb(0 2 5 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/80) {
  fill: rgb(0 2 5 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/90) {
  fill: rgb(0 2 5 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-1000\/95) {
  fill: rgb(0 2 5 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200) {
  fill: #4B97FB !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/0) {
  fill: rgb(75 151 251 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/10) {
  fill: rgb(75 151 251 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/100) {
  fill: rgb(75 151 251 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/20) {
  fill: rgb(75 151 251 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/25) {
  fill: rgb(75 151 251 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/30) {
  fill: rgb(75 151 251 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/40) {
  fill: rgb(75 151 251 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/5) {
  fill: rgb(75 151 251 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/50) {
  fill: rgb(75 151 251 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/60) {
  fill: rgb(75 151 251 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/70) {
  fill: rgb(75 151 251 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/75) {
  fill: rgb(75 151 251 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/80) {
  fill: rgb(75 151 251 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/90) {
  fill: rgb(75 151 251 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-200\/95) {
  fill: rgb(75 151 251 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300) {
  fill: #0566E6 !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/0) {
  fill: rgb(5 102 230 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/10) {
  fill: rgb(5 102 230 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/100) {
  fill: rgb(5 102 230 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/20) {
  fill: rgb(5 102 230 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/25) {
  fill: rgb(5 102 230 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/30) {
  fill: rgb(5 102 230 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/40) {
  fill: rgb(5 102 230 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/5) {
  fill: rgb(5 102 230 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/50) {
  fill: rgb(5 102 230 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/60) {
  fill: rgb(5 102 230 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/70) {
  fill: rgb(5 102 230 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/75) {
  fill: rgb(5 102 230 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/80) {
  fill: rgb(5 102 230 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/90) {
  fill: rgb(5 102 230 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-300\/95) {
  fill: rgb(5 102 230 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400) {
  fill: #033E8C !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/0) {
  fill: rgb(3 62 140 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/10) {
  fill: rgb(3 62 140 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/100) {
  fill: rgb(3 62 140 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/20) {
  fill: rgb(3 62 140 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/25) {
  fill: rgb(3 62 140 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/30) {
  fill: rgb(3 62 140 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/40) {
  fill: rgb(3 62 140 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/5) {
  fill: rgb(3 62 140 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/50) {
  fill: rgb(3 62 140 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/60) {
  fill: rgb(3 62 140 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/70) {
  fill: rgb(3 62 140 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/75) {
  fill: rgb(3 62 140 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/80) {
  fill: rgb(3 62 140 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/90) {
  fill: rgb(3 62 140 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-400\/95) {
  fill: rgb(3 62 140 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50) {
  fill: #D2E5FE !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/0) {
  fill: rgb(210 229 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/10) {
  fill: rgb(210 229 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/100) {
  fill: rgb(210 229 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/20) {
  fill: rgb(210 229 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/25) {
  fill: rgb(210 229 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/30) {
  fill: rgb(210 229 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/40) {
  fill: rgb(210 229 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/5) {
  fill: rgb(210 229 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/50) {
  fill: rgb(210 229 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/60) {
  fill: rgb(210 229 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/70) {
  fill: rgb(210 229 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/75) {
  fill: rgb(210 229 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/80) {
  fill: rgb(210 229 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/90) {
  fill: rgb(210 229 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-50\/95) {
  fill: rgb(210 229 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500) {
  fill: #011733 !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/0) {
  fill: rgb(1 23 51 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/10) {
  fill: rgb(1 23 51 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/100) {
  fill: rgb(1 23 51 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/20) {
  fill: rgb(1 23 51 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/25) {
  fill: rgb(1 23 51 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/30) {
  fill: rgb(1 23 51 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/40) {
  fill: rgb(1 23 51 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/5) {
  fill: rgb(1 23 51 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/50) {
  fill: rgb(1 23 51 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/60) {
  fill: rgb(1 23 51 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/70) {
  fill: rgb(1 23 51 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/75) {
  fill: rgb(1 23 51 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/80) {
  fill: rgb(1 23 51 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/90) {
  fill: rgb(1 23 51 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-500\/95) {
  fill: rgb(1 23 51 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600) {
  fill: #011228 !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/0) {
  fill: rgb(1 18 40 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/10) {
  fill: rgb(1 18 40 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/100) {
  fill: rgb(1 18 40 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/20) {
  fill: rgb(1 18 40 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/25) {
  fill: rgb(1 18 40 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/30) {
  fill: rgb(1 18 40 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/40) {
  fill: rgb(1 18 40 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/5) {
  fill: rgb(1 18 40 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/50) {
  fill: rgb(1 18 40 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/60) {
  fill: rgb(1 18 40 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/70) {
  fill: rgb(1 18 40 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/75) {
  fill: rgb(1 18 40 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/80) {
  fill: rgb(1 18 40 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/90) {
  fill: rgb(1 18 40 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-600\/95) {
  fill: rgb(1 18 40 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700) {
  fill: #010D1E !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/0) {
  fill: rgb(1 13 30 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/10) {
  fill: rgb(1 13 30 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/100) {
  fill: rgb(1 13 30 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/20) {
  fill: rgb(1 13 30 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/25) {
  fill: rgb(1 13 30 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/30) {
  fill: rgb(1 13 30 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/40) {
  fill: rgb(1 13 30 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/5) {
  fill: rgb(1 13 30 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/50) {
  fill: rgb(1 13 30 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/60) {
  fill: rgb(1 13 30 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/70) {
  fill: rgb(1 13 30 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/75) {
  fill: rgb(1 13 30 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/80) {
  fill: rgb(1 13 30 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/90) {
  fill: rgb(1 13 30 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-700\/95) {
  fill: rgb(1 13 30 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800) {
  fill: #000914 !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/0) {
  fill: rgb(0 9 20 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/10) {
  fill: rgb(0 9 20 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/100) {
  fill: rgb(0 9 20 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/20) {
  fill: rgb(0 9 20 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/25) {
  fill: rgb(0 9 20 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/30) {
  fill: rgb(0 9 20 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/40) {
  fill: rgb(0 9 20 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/5) {
  fill: rgb(0 9 20 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/50) {
  fill: rgb(0 9 20 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/60) {
  fill: rgb(0 9 20 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/70) {
  fill: rgb(0 9 20 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/75) {
  fill: rgb(0 9 20 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/80) {
  fill: rgb(0 9 20 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/90) {
  fill: rgb(0 9 20 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-800\/95) {
  fill: rgb(0 9 20 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900) {
  fill: #00040A !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/0) {
  fill: rgb(0 4 10 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/10) {
  fill: rgb(0 4 10 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/100) {
  fill: rgb(0 4 10 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/20) {
  fill: rgb(0 4 10 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/25) {
  fill: rgb(0 4 10 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/30) {
  fill: rgb(0 4 10 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/40) {
  fill: rgb(0 4 10 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/5) {
  fill: rgb(0 4 10 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/50) {
  fill: rgb(0 4 10 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/60) {
  fill: rgb(0 4 10 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/70) {
  fill: rgb(0 4 10 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/75) {
  fill: rgb(0 4 10 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/80) {
  fill: rgb(0 4 10 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/90) {
  fill: rgb(0 4 10 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-navy-900\/95) {
  fill: rgb(0 4 10 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100) {
  fill: #FEE9DA !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/0) {
  fill: rgb(254 233 218 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/10) {
  fill: rgb(254 233 218 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/100) {
  fill: rgb(254 233 218 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/20) {
  fill: rgb(254 233 218 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/25) {
  fill: rgb(254 233 218 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/30) {
  fill: rgb(254 233 218 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/40) {
  fill: rgb(254 233 218 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/5) {
  fill: rgb(254 233 218 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/50) {
  fill: rgb(254 233 218 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/60) {
  fill: rgb(254 233 218 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/70) {
  fill: rgb(254 233 218 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/75) {
  fill: rgb(254 233 218 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/80) {
  fill: rgb(254 233 218 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/90) {
  fill: rgb(254 233 218 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-100\/95) {
  fill: rgb(254 233 218 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000) {
  fill: #200E00 !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/0) {
  fill: rgb(32 14 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/10) {
  fill: rgb(32 14 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/100) {
  fill: rgb(32 14 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/20) {
  fill: rgb(32 14 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/25) {
  fill: rgb(32 14 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/30) {
  fill: rgb(32 14 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/40) {
  fill: rgb(32 14 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/5) {
  fill: rgb(32 14 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/50) {
  fill: rgb(32 14 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/60) {
  fill: rgb(32 14 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/70) {
  fill: rgb(32 14 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/75) {
  fill: rgb(32 14 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/80) {
  fill: rgb(32 14 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/90) {
  fill: rgb(32 14 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-1000\/95) {
  fill: rgb(32 14 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200) {
  fill: #FED4B5 !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/0) {
  fill: rgb(254 212 181 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/10) {
  fill: rgb(254 212 181 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/100) {
  fill: rgb(254 212 181 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/20) {
  fill: rgb(254 212 181 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/25) {
  fill: rgb(254 212 181 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/30) {
  fill: rgb(254 212 181 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/40) {
  fill: rgb(254 212 181 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/5) {
  fill: rgb(254 212 181 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/50) {
  fill: rgb(254 212 181 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/60) {
  fill: rgb(254 212 181 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/70) {
  fill: rgb(254 212 181 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/75) {
  fill: rgb(254 212 181 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/80) {
  fill: rgb(254 212 181 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/90) {
  fill: rgb(254 212 181 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-200\/95) {
  fill: rgb(254 212 181 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300) {
  fill: #FDBF8F !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/0) {
  fill: rgb(253 191 143 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/10) {
  fill: rgb(253 191 143 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/100) {
  fill: rgb(253 191 143 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/20) {
  fill: rgb(253 191 143 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/25) {
  fill: rgb(253 191 143 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/30) {
  fill: rgb(253 191 143 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/40) {
  fill: rgb(253 191 143 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/5) {
  fill: rgb(253 191 143 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/50) {
  fill: rgb(253 191 143 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/60) {
  fill: rgb(253 191 143 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/70) {
  fill: rgb(253 191 143 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/75) {
  fill: rgb(253 191 143 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/80) {
  fill: rgb(253 191 143 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/90) {
  fill: rgb(253 191 143 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-300\/95) {
  fill: rgb(253 191 143 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400) {
  fill: #FDAA6A !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/0) {
  fill: rgb(253 170 106 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/10) {
  fill: rgb(253 170 106 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/100) {
  fill: rgb(253 170 106 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/20) {
  fill: rgb(253 170 106 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/25) {
  fill: rgb(253 170 106 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/30) {
  fill: rgb(253 170 106 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/40) {
  fill: rgb(253 170 106 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/5) {
  fill: rgb(253 170 106 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/50) {
  fill: rgb(253 170 106 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/60) {
  fill: rgb(253 170 106 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/70) {
  fill: rgb(253 170 106 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/75) {
  fill: rgb(253 170 106 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/80) {
  fill: rgb(253 170 106 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/90) {
  fill: rgb(253 170 106 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-400\/95) {
  fill: rgb(253 170 106 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50) {
  fill: #FFF4EC !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/0) {
  fill: rgb(255 244 236 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/10) {
  fill: rgb(255 244 236 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/100) {
  fill: rgb(255 244 236 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/20) {
  fill: rgb(255 244 236 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/25) {
  fill: rgb(255 244 236 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/30) {
  fill: rgb(255 244 236 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/40) {
  fill: rgb(255 244 236 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/5) {
  fill: rgb(255 244 236 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/50) {
  fill: rgb(255 244 236 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/60) {
  fill: rgb(255 244 236 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/70) {
  fill: rgb(255 244 236 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/75) {
  fill: rgb(255 244 236 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/80) {
  fill: rgb(255 244 236 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/90) {
  fill: rgb(255 244 236 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-50\/95) {
  fill: rgb(255 244 236 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500) {
  fill: #FC9445 !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/0) {
  fill: rgb(252 148 69 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/10) {
  fill: rgb(252 148 69 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/100) {
  fill: rgb(252 148 69 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/20) {
  fill: rgb(252 148 69 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/25) {
  fill: rgb(252 148 69 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/30) {
  fill: rgb(252 148 69 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/40) {
  fill: rgb(252 148 69 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/5) {
  fill: rgb(252 148 69 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/50) {
  fill: rgb(252 148 69 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/60) {
  fill: rgb(252 148 69 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/70) {
  fill: rgb(252 148 69 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/75) {
  fill: rgb(252 148 69 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/80) {
  fill: rgb(252 148 69 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/90) {
  fill: rgb(252 148 69 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-500\/95) {
  fill: rgb(252 148 69 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600) {
  fill: #FB7006 !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/0) {
  fill: rgb(251 112 6 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/10) {
  fill: rgb(251 112 6 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/100) {
  fill: rgb(251 112 6 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/20) {
  fill: rgb(251 112 6 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/25) {
  fill: rgb(251 112 6 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/30) {
  fill: rgb(251 112 6 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/40) {
  fill: rgb(251 112 6 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/5) {
  fill: rgb(251 112 6 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/50) {
  fill: rgb(251 112 6 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/60) {
  fill: rgb(251 112 6 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/70) {
  fill: rgb(251 112 6 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/75) {
  fill: rgb(251 112 6 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/80) {
  fill: rgb(251 112 6 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/90) {
  fill: rgb(251 112 6 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-600\/95) {
  fill: rgb(251 112 6 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700) {
  fill: #BE5403 !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/0) {
  fill: rgb(190 84 3 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/10) {
  fill: rgb(190 84 3 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/100) {
  fill: rgb(190 84 3 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/20) {
  fill: rgb(190 84 3 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/25) {
  fill: rgb(190 84 3 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/30) {
  fill: rgb(190 84 3 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/40) {
  fill: rgb(190 84 3 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/5) {
  fill: rgb(190 84 3 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/50) {
  fill: rgb(190 84 3 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/60) {
  fill: rgb(190 84 3 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/70) {
  fill: rgb(190 84 3 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/75) {
  fill: rgb(190 84 3 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/80) {
  fill: rgb(190 84 3 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/90) {
  fill: rgb(190 84 3 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-700\/95) {
  fill: rgb(190 84 3 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800) {
  fill: #7F3802 !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/0) {
  fill: rgb(127 56 2 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/10) {
  fill: rgb(127 56 2 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/100) {
  fill: rgb(127 56 2 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/20) {
  fill: rgb(127 56 2 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/25) {
  fill: rgb(127 56 2 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/30) {
  fill: rgb(127 56 2 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/40) {
  fill: rgb(127 56 2 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/5) {
  fill: rgb(127 56 2 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/50) {
  fill: rgb(127 56 2 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/60) {
  fill: rgb(127 56 2 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/70) {
  fill: rgb(127 56 2 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/75) {
  fill: rgb(127 56 2 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/80) {
  fill: rgb(127 56 2 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/90) {
  fill: rgb(127 56 2 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-800\/95) {
  fill: rgb(127 56 2 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900) {
  fill: #3F1C01 !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/0) {
  fill: rgb(63 28 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/10) {
  fill: rgb(63 28 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/100) {
  fill: rgb(63 28 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/20) {
  fill: rgb(63 28 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/25) {
  fill: rgb(63 28 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/30) {
  fill: rgb(63 28 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/40) {
  fill: rgb(63 28 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/5) {
  fill: rgb(63 28 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/50) {
  fill: rgb(63 28 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/60) {
  fill: rgb(63 28 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/70) {
  fill: rgb(63 28 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/75) {
  fill: rgb(63 28 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/80) {
  fill: rgb(63 28 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/90) {
  fill: rgb(63 28 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-orange-900\/95) {
  fill: rgb(63 28 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100) {
  fill: #FFDBD9 !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/0) {
  fill: rgb(255 219 217 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/10) {
  fill: rgb(255 219 217 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/100) {
  fill: rgb(255 219 217 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/20) {
  fill: rgb(255 219 217 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/25) {
  fill: rgb(255 219 217 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/30) {
  fill: rgb(255 219 217 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/40) {
  fill: rgb(255 219 217 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/5) {
  fill: rgb(255 219 217 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/50) {
  fill: rgb(255 219 217 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/60) {
  fill: rgb(255 219 217 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/70) {
  fill: rgb(255 219 217 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/75) {
  fill: rgb(255 219 217 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/80) {
  fill: rgb(255 219 217 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/90) {
  fill: rgb(255 219 217 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-100\/95) {
  fill: rgb(255 219 217 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000) {
  fill: #200200 !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/0) {
  fill: rgb(32 2 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/10) {
  fill: rgb(32 2 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/100) {
  fill: rgb(32 2 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/20) {
  fill: rgb(32 2 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/25) {
  fill: rgb(32 2 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/30) {
  fill: rgb(32 2 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/40) {
  fill: rgb(32 2 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/5) {
  fill: rgb(32 2 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/50) {
  fill: rgb(32 2 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/60) {
  fill: rgb(32 2 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/70) {
  fill: rgb(32 2 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/75) {
  fill: rgb(32 2 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/80) {
  fill: rgb(32 2 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/90) {
  fill: rgb(32 2 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-1000\/95) {
  fill: rgb(32 2 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200) {
  fill: #FFB8B4 !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/0) {
  fill: rgb(255 184 180 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/10) {
  fill: rgb(255 184 180 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/100) {
  fill: rgb(255 184 180 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/20) {
  fill: rgb(255 184 180 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/25) {
  fill: rgb(255 184 180 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/30) {
  fill: rgb(255 184 180 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/40) {
  fill: rgb(255 184 180 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/5) {
  fill: rgb(255 184 180 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/50) {
  fill: rgb(255 184 180 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/60) {
  fill: rgb(255 184 180 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/70) {
  fill: rgb(255 184 180 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/75) {
  fill: rgb(255 184 180 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/80) {
  fill: rgb(255 184 180 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/90) {
  fill: rgb(255 184 180 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-200\/95) {
  fill: rgb(255 184 180 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300) {
  fill: #FE948E !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/0) {
  fill: rgb(254 148 142 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/10) {
  fill: rgb(254 148 142 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/100) {
  fill: rgb(254 148 142 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/20) {
  fill: rgb(254 148 142 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/25) {
  fill: rgb(254 148 142 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/30) {
  fill: rgb(254 148 142 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/40) {
  fill: rgb(254 148 142 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/5) {
  fill: rgb(254 148 142 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/50) {
  fill: rgb(254 148 142 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/60) {
  fill: rgb(254 148 142 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/70) {
  fill: rgb(254 148 142 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/75) {
  fill: rgb(254 148 142 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/80) {
  fill: rgb(254 148 142 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/90) {
  fill: rgb(254 148 142 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-300\/95) {
  fill: rgb(254 148 142 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400) {
  fill: #FE7069 !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/0) {
  fill: rgb(254 112 105 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/10) {
  fill: rgb(254 112 105 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/100) {
  fill: rgb(254 112 105 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/20) {
  fill: rgb(254 112 105 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/25) {
  fill: rgb(254 112 105 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/30) {
  fill: rgb(254 112 105 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/40) {
  fill: rgb(254 112 105 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/5) {
  fill: rgb(254 112 105 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/50) {
  fill: rgb(254 112 105 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/60) {
  fill: rgb(254 112 105 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/70) {
  fill: rgb(254 112 105 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/75) {
  fill: rgb(254 112 105 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/80) {
  fill: rgb(254 112 105 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/90) {
  fill: rgb(254 112 105 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-400\/95) {
  fill: rgb(254 112 105 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50) {
  fill: #FFEDEC !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/0) {
  fill: rgb(255 237 236 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/10) {
  fill: rgb(255 237 236 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/100) {
  fill: rgb(255 237 236 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/20) {
  fill: rgb(255 237 236 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/25) {
  fill: rgb(255 237 236 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/30) {
  fill: rgb(255 237 236 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/40) {
  fill: rgb(255 237 236 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/5) {
  fill: rgb(255 237 236 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/50) {
  fill: rgb(255 237 236 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/60) {
  fill: rgb(255 237 236 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/70) {
  fill: rgb(255 237 236 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/75) {
  fill: rgb(255 237 236 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/80) {
  fill: rgb(255 237 236 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/90) {
  fill: rgb(255 237 236 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-50\/95) {
  fill: rgb(255 237 236 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500) {
  fill: #FE6A62 !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/0) {
  fill: rgb(254 106 98 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/10) {
  fill: rgb(254 106 98 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/100) {
  fill: rgb(254 106 98 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/20) {
  fill: rgb(254 106 98 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/25) {
  fill: rgb(254 106 98 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/30) {
  fill: rgb(254 106 98 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/40) {
  fill: rgb(254 106 98 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/5) {
  fill: rgb(254 106 98 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/50) {
  fill: rgb(254 106 98 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/60) {
  fill: rgb(254 106 98 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/70) {
  fill: rgb(254 106 98 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/75) {
  fill: rgb(254 106 98 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/80) {
  fill: rgb(254 106 98 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/90) {
  fill: rgb(254 106 98 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-500\/95) {
  fill: rgb(254 106 98 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600) {
  fill: #E00C01 !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/0) {
  fill: rgb(224 12 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/10) {
  fill: rgb(224 12 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/100) {
  fill: rgb(224 12 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/20) {
  fill: rgb(224 12 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/25) {
  fill: rgb(224 12 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/30) {
  fill: rgb(224 12 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/40) {
  fill: rgb(224 12 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/5) {
  fill: rgb(224 12 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/50) {
  fill: rgb(224 12 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/60) {
  fill: rgb(224 12 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/70) {
  fill: rgb(224 12 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/75) {
  fill: rgb(224 12 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/80) {
  fill: rgb(224 12 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/90) {
  fill: rgb(224 12 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-600\/95) {
  fill: rgb(224 12 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700) {
  fill: #C00B01 !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/0) {
  fill: rgb(192 11 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/10) {
  fill: rgb(192 11 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/100) {
  fill: rgb(192 11 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/20) {
  fill: rgb(192 11 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/25) {
  fill: rgb(192 11 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/30) {
  fill: rgb(192 11 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/40) {
  fill: rgb(192 11 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/5) {
  fill: rgb(192 11 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/50) {
  fill: rgb(192 11 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/60) {
  fill: rgb(192 11 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/70) {
  fill: rgb(192 11 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/75) {
  fill: rgb(192 11 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/80) {
  fill: rgb(192 11 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/90) {
  fill: rgb(192 11 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-700\/95) {
  fill: rgb(192 11 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800) {
  fill: #800701 !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/0) {
  fill: rgb(128 7 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/10) {
  fill: rgb(128 7 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/100) {
  fill: rgb(128 7 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/20) {
  fill: rgb(128 7 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/25) {
  fill: rgb(128 7 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/30) {
  fill: rgb(128 7 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/40) {
  fill: rgb(128 7 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/5) {
  fill: rgb(128 7 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/50) {
  fill: rgb(128 7 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/60) {
  fill: rgb(128 7 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/70) {
  fill: rgb(128 7 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/75) {
  fill: rgb(128 7 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/80) {
  fill: rgb(128 7 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/90) {
  fill: rgb(128 7 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-800\/95) {
  fill: rgb(128 7 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900) {
  fill: #400400 !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/0) {
  fill: rgb(64 4 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/10) {
  fill: rgb(64 4 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/100) {
  fill: rgb(64 4 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/20) {
  fill: rgb(64 4 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/25) {
  fill: rgb(64 4 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/30) {
  fill: rgb(64 4 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/40) {
  fill: rgb(64 4 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/5) {
  fill: rgb(64 4 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/50) {
  fill: rgb(64 4 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/60) {
  fill: rgb(64 4 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/70) {
  fill: rgb(64 4 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/75) {
  fill: rgb(64 4 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/80) {
  fill: rgb(64 4 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/90) {
  fill: rgb(64 4 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-red-900\/95) {
  fill: rgb(64 4 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100) {
  fill: #FEF8EB !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/0) {
  fill: rgb(254 248 235 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/10) {
  fill: rgb(254 248 235 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/100) {
  fill: rgb(254 248 235 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/20) {
  fill: rgb(254 248 235 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/25) {
  fill: rgb(254 248 235 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/30) {
  fill: rgb(254 248 235 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/40) {
  fill: rgb(254 248 235 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/5) {
  fill: rgb(254 248 235 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/50) {
  fill: rgb(254 248 235 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/60) {
  fill: rgb(254 248 235 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/70) {
  fill: rgb(254 248 235 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/75) {
  fill: rgb(254 248 235 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/80) {
  fill: rgb(254 248 235 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/90) {
  fill: rgb(254 248 235 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-100\/95) {
  fill: rgb(254 248 235 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000) {
  fill: #281B01 !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/0) {
  fill: rgb(40 27 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/10) {
  fill: rgb(40 27 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/100) {
  fill: rgb(40 27 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/20) {
  fill: rgb(40 27 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/25) {
  fill: rgb(40 27 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/30) {
  fill: rgb(40 27 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/40) {
  fill: rgb(40 27 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/5) {
  fill: rgb(40 27 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/50) {
  fill: rgb(40 27 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/60) {
  fill: rgb(40 27 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/70) {
  fill: rgb(40 27 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/75) {
  fill: rgb(40 27 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/80) {
  fill: rgb(40 27 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/90) {
  fill: rgb(40 27 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-1000\/95) {
  fill: rgb(40 27 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200) {
  fill: #FEF2D7 !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/0) {
  fill: rgb(254 242 215 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/10) {
  fill: rgb(254 242 215 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/100) {
  fill: rgb(254 242 215 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/20) {
  fill: rgb(254 242 215 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/25) {
  fill: rgb(254 242 215 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/30) {
  fill: rgb(254 242 215 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/40) {
  fill: rgb(254 242 215 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/5) {
  fill: rgb(254 242 215 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/50) {
  fill: rgb(254 242 215 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/60) {
  fill: rgb(254 242 215 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/70) {
  fill: rgb(254 242 215 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/75) {
  fill: rgb(254 242 215 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/80) {
  fill: rgb(254 242 215 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/90) {
  fill: rgb(254 242 215 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-200\/95) {
  fill: rgb(254 242 215 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300) {
  fill: #FDEBC4 !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/0) {
  fill: rgb(253 235 196 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/10) {
  fill: rgb(253 235 196 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/100) {
  fill: rgb(253 235 196 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/20) {
  fill: rgb(253 235 196 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/25) {
  fill: rgb(253 235 196 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/30) {
  fill: rgb(253 235 196 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/40) {
  fill: rgb(253 235 196 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/5) {
  fill: rgb(253 235 196 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/50) {
  fill: rgb(253 235 196 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/60) {
  fill: rgb(253 235 196 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/70) {
  fill: rgb(253 235 196 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/75) {
  fill: rgb(253 235 196 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/80) {
  fill: rgb(253 235 196 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/90) {
  fill: rgb(253 235 196 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-300\/95) {
  fill: rgb(253 235 196 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400) {
  fill: #FDE4B0 !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/0) {
  fill: rgb(253 228 176 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/10) {
  fill: rgb(253 228 176 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/100) {
  fill: rgb(253 228 176 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/20) {
  fill: rgb(253 228 176 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/25) {
  fill: rgb(253 228 176 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/30) {
  fill: rgb(253 228 176 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/40) {
  fill: rgb(253 228 176 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/5) {
  fill: rgb(253 228 176 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/50) {
  fill: rgb(253 228 176 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/60) {
  fill: rgb(253 228 176 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/70) {
  fill: rgb(253 228 176 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/75) {
  fill: rgb(253 228 176 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/80) {
  fill: rgb(253 228 176 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/90) {
  fill: rgb(253 228 176 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-400\/95) {
  fill: rgb(253 228 176 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50) {
  fill: #FFFCF5 !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/0) {
  fill: rgb(255 252 245 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/10) {
  fill: rgb(255 252 245 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/100) {
  fill: rgb(255 252 245 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/20) {
  fill: rgb(255 252 245 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/25) {
  fill: rgb(255 252 245 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/30) {
  fill: rgb(255 252 245 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/40) {
  fill: rgb(255 252 245 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/5) {
  fill: rgb(255 252 245 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/50) {
  fill: rgb(255 252 245 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/60) {
  fill: rgb(255 252 245 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/70) {
  fill: rgb(255 252 245 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/75) {
  fill: rgb(255 252 245 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/80) {
  fill: rgb(255 252 245 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/90) {
  fill: rgb(255 252 245 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-50\/95) {
  fill: rgb(255 252 245 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500) {
  fill: #FCDE9C !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/0) {
  fill: rgb(252 222 156 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/10) {
  fill: rgb(252 222 156 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/100) {
  fill: rgb(252 222 156 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/20) {
  fill: rgb(252 222 156 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/25) {
  fill: rgb(252 222 156 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/30) {
  fill: rgb(252 222 156 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/40) {
  fill: rgb(252 222 156 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/5) {
  fill: rgb(252 222 156 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/50) {
  fill: rgb(252 222 156 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/60) {
  fill: rgb(252 222 156 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/70) {
  fill: rgb(252 222 156 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/75) {
  fill: rgb(252 222 156 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/80) {
  fill: rgb(252 222 156 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/90) {
  fill: rgb(252 222 156 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-500\/95) {
  fill: rgb(252 222 156 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600) {
  fill: #F9C34D !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/0) {
  fill: rgb(249 195 77 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/10) {
  fill: rgb(249 195 77 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/100) {
  fill: rgb(249 195 77 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/20) {
  fill: rgb(249 195 77 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/25) {
  fill: rgb(249 195 77 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/30) {
  fill: rgb(249 195 77 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/40) {
  fill: rgb(249 195 77 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/5) {
  fill: rgb(249 195 77 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/50) {
  fill: rgb(249 195 77 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/60) {
  fill: rgb(249 195 77 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/70) {
  fill: rgb(249 195 77 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/75) {
  fill: rgb(249 195 77 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/80) {
  fill: rgb(249 195 77 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/90) {
  fill: rgb(249 195 77 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-600\/95) {
  fill: rgb(249 195 77 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700) {
  fill: #EDA507 !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/0) {
  fill: rgb(237 165 7 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/10) {
  fill: rgb(237 165 7 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/100) {
  fill: rgb(237 165 7 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/20) {
  fill: rgb(237 165 7 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/25) {
  fill: rgb(237 165 7 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/30) {
  fill: rgb(237 165 7 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/40) {
  fill: rgb(237 165 7 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/5) {
  fill: rgb(237 165 7 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/50) {
  fill: rgb(237 165 7 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/60) {
  fill: rgb(237 165 7 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/70) {
  fill: rgb(237 165 7 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/75) {
  fill: rgb(237 165 7 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/80) {
  fill: rgb(237 165 7 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/90) {
  fill: rgb(237 165 7 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-700\/95) {
  fill: rgb(237 165 7 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800) {
  fill: #9E6E05 !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/0) {
  fill: rgb(158 110 5 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/10) {
  fill: rgb(158 110 5 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/100) {
  fill: rgb(158 110 5 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/20) {
  fill: rgb(158 110 5 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/25) {
  fill: rgb(158 110 5 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/30) {
  fill: rgb(158 110 5 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/40) {
  fill: rgb(158 110 5 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/5) {
  fill: rgb(158 110 5 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/50) {
  fill: rgb(158 110 5 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/60) {
  fill: rgb(158 110 5 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/70) {
  fill: rgb(158 110 5 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/75) {
  fill: rgb(158 110 5 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/80) {
  fill: rgb(158 110 5 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/90) {
  fill: rgb(158 110 5 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-800\/95) {
  fill: rgb(158 110 5 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900) {
  fill: #4F3702 !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/0) {
  fill: rgb(79 55 2 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/10) {
  fill: rgb(79 55 2 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/100) {
  fill: rgb(79 55 2 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/20) {
  fill: rgb(79 55 2 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/25) {
  fill: rgb(79 55 2 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/30) {
  fill: rgb(79 55 2 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/40) {
  fill: rgb(79 55 2 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/5) {
  fill: rgb(79 55 2 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/50) {
  fill: rgb(79 55 2 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/60) {
  fill: rgb(79 55 2 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/70) {
  fill: rgb(79 55 2 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/75) {
  fill: rgb(79 55 2 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/80) {
  fill: rgb(79 55 2 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/90) {
  fill: rgb(79 55 2 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-yellow-900\/95) {
  fill: rgb(79 55 2 / 0.95) !important;
}

.editor-styles-wrapper :is(.fill-blue-100) {
  fill: #D3E0FF;
}

.editor-styles-wrapper :is(.fill-blue-100\/0) {
  fill: rgb(211 224 255 / 0);
}

.editor-styles-wrapper :is(.fill-blue-100\/10) {
  fill: rgb(211 224 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-100\/100) {
  fill: rgb(211 224 255 / 1);
}

.editor-styles-wrapper :is(.fill-blue-100\/20) {
  fill: rgb(211 224 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-100\/25) {
  fill: rgb(211 224 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-100\/30) {
  fill: rgb(211 224 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-100\/40) {
  fill: rgb(211 224 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-100\/5) {
  fill: rgb(211 224 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-100\/50) {
  fill: rgb(211 224 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-100\/60) {
  fill: rgb(211 224 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-100\/70) {
  fill: rgb(211 224 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-100\/75) {
  fill: rgb(211 224 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-100\/80) {
  fill: rgb(211 224 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-100\/90) {
  fill: rgb(211 224 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-100\/95) {
  fill: rgb(211 224 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-1000) {
  fill: #00091D;
}

.editor-styles-wrapper :is(.fill-blue-1000\/0) {
  fill: rgb(0 9 29 / 0);
}

.editor-styles-wrapper :is(.fill-blue-1000\/10) {
  fill: rgb(0 9 29 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-1000\/100) {
  fill: rgb(0 9 29 / 1);
}

.editor-styles-wrapper :is(.fill-blue-1000\/20) {
  fill: rgb(0 9 29 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-1000\/25) {
  fill: rgb(0 9 29 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-1000\/30) {
  fill: rgb(0 9 29 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-1000\/40) {
  fill: rgb(0 9 29 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-1000\/5) {
  fill: rgb(0 9 29 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-1000\/50) {
  fill: rgb(0 9 29 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-1000\/60) {
  fill: rgb(0 9 29 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-1000\/70) {
  fill: rgb(0 9 29 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-1000\/75) {
  fill: rgb(0 9 29 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-1000\/80) {
  fill: rgb(0 9 29 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-1000\/90) {
  fill: rgb(0 9 29 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-1000\/95) {
  fill: rgb(0 9 29 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-200) {
  fill: #A7C2FF;
}

.editor-styles-wrapper :is(.fill-blue-200\/0) {
  fill: rgb(167 194 255 / 0);
}

.editor-styles-wrapper :is(.fill-blue-200\/10) {
  fill: rgb(167 194 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-200\/100) {
  fill: rgb(167 194 255 / 1);
}

.editor-styles-wrapper :is(.fill-blue-200\/20) {
  fill: rgb(167 194 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-200\/25) {
  fill: rgb(167 194 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-200\/30) {
  fill: rgb(167 194 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-200\/40) {
  fill: rgb(167 194 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-200\/5) {
  fill: rgb(167 194 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-200\/50) {
  fill: rgb(167 194 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-200\/60) {
  fill: rgb(167 194 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-200\/70) {
  fill: rgb(167 194 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-200\/75) {
  fill: rgb(167 194 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-200\/80) {
  fill: rgb(167 194 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-200\/90) {
  fill: rgb(167 194 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-200\/95) {
  fill: rgb(167 194 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-300) {
  fill: #7BA3FF;
}

.editor-styles-wrapper :is(.fill-blue-300\/0) {
  fill: rgb(123 163 255 / 0);
}

.editor-styles-wrapper :is(.fill-blue-300\/10) {
  fill: rgb(123 163 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-300\/100) {
  fill: rgb(123 163 255 / 1);
}

.editor-styles-wrapper :is(.fill-blue-300\/20) {
  fill: rgb(123 163 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-300\/25) {
  fill: rgb(123 163 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-300\/30) {
  fill: rgb(123 163 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-300\/40) {
  fill: rgb(123 163 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-300\/5) {
  fill: rgb(123 163 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-300\/50) {
  fill: rgb(123 163 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-300\/60) {
  fill: rgb(123 163 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-300\/70) {
  fill: rgb(123 163 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-300\/75) {
  fill: rgb(123 163 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-300\/80) {
  fill: rgb(123 163 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-300\/90) {
  fill: rgb(123 163 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-300\/95) {
  fill: rgb(123 163 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-400) {
  fill: #5084FF;
}

.editor-styles-wrapper :is(.fill-blue-400\/0) {
  fill: rgb(80 132 255 / 0);
}

.editor-styles-wrapper :is(.fill-blue-400\/10) {
  fill: rgb(80 132 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-400\/100) {
  fill: rgb(80 132 255 / 1);
}

.editor-styles-wrapper :is(.fill-blue-400\/20) {
  fill: rgb(80 132 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-400\/25) {
  fill: rgb(80 132 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-400\/30) {
  fill: rgb(80 132 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-400\/40) {
  fill: rgb(80 132 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-400\/5) {
  fill: rgb(80 132 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-400\/50) {
  fill: rgb(80 132 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-400\/60) {
  fill: rgb(80 132 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-400\/70) {
  fill: rgb(80 132 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-400\/75) {
  fill: rgb(80 132 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-400\/80) {
  fill: rgb(80 132 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-400\/90) {
  fill: rgb(80 132 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-400\/95) {
  fill: rgb(80 132 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-50) {
  fill: #F4F9FC;
}

.editor-styles-wrapper :is(.fill-blue-50\/0) {
  fill: rgb(244 249 252 / 0);
}

.editor-styles-wrapper :is(.fill-blue-50\/10) {
  fill: rgb(244 249 252 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-50\/100) {
  fill: rgb(244 249 252 / 1);
}

.editor-styles-wrapper :is(.fill-blue-50\/20) {
  fill: rgb(244 249 252 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-50\/25) {
  fill: rgb(244 249 252 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-50\/30) {
  fill: rgb(244 249 252 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-50\/40) {
  fill: rgb(244 249 252 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-50\/5) {
  fill: rgb(244 249 252 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-50\/50) {
  fill: rgb(244 249 252 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-50\/60) {
  fill: rgb(244 249 252 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-50\/70) {
  fill: rgb(244 249 252 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-50\/75) {
  fill: rgb(244 249 252 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-50\/80) {
  fill: rgb(244 249 252 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-50\/90) {
  fill: rgb(244 249 252 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-50\/95) {
  fill: rgb(244 249 252 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-500) {
  fill: #2465FF;
}

.editor-styles-wrapper :is(.fill-blue-500\/0) {
  fill: rgb(36 101 255 / 0);
}

.editor-styles-wrapper :is(.fill-blue-500\/10) {
  fill: rgb(36 101 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-500\/100) {
  fill: rgb(36 101 255 / 1);
}

.editor-styles-wrapper :is(.fill-blue-500\/20) {
  fill: rgb(36 101 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-500\/25) {
  fill: rgb(36 101 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-500\/30) {
  fill: rgb(36 101 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-500\/40) {
  fill: rgb(36 101 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-500\/5) {
  fill: rgb(36 101 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-500\/50) {
  fill: rgb(36 101 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-500\/60) {
  fill: rgb(36 101 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-500\/70) {
  fill: rgb(36 101 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-500\/75) {
  fill: rgb(36 101 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-500\/80) {
  fill: rgb(36 101 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-500\/90) {
  fill: rgb(36 101 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-500\/95) {
  fill: rgb(36 101 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-600) {
  fill: #0046E9;
}

.editor-styles-wrapper :is(.fill-blue-600\/0) {
  fill: rgb(0 70 233 / 0);
}

.editor-styles-wrapper :is(.fill-blue-600\/10) {
  fill: rgb(0 70 233 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-600\/100) {
  fill: rgb(0 70 233 / 1);
}

.editor-styles-wrapper :is(.fill-blue-600\/20) {
  fill: rgb(0 70 233 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-600\/25) {
  fill: rgb(0 70 233 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-600\/30) {
  fill: rgb(0 70 233 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-600\/40) {
  fill: rgb(0 70 233 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-600\/5) {
  fill: rgb(0 70 233 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-600\/50) {
  fill: rgb(0 70 233 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-600\/60) {
  fill: rgb(0 70 233 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-600\/70) {
  fill: rgb(0 70 233 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-600\/75) {
  fill: rgb(0 70 233 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-600\/80) {
  fill: rgb(0 70 233 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-600\/90) {
  fill: rgb(0 70 233 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-600\/95) {
  fill: rgb(0 70 233 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-700) {
  fill: #0034AE;
}

.editor-styles-wrapper :is(.fill-blue-700\/0) {
  fill: rgb(0 52 174 / 0);
}

.editor-styles-wrapper :is(.fill-blue-700\/10) {
  fill: rgb(0 52 174 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-700\/100) {
  fill: rgb(0 52 174 / 1);
}

.editor-styles-wrapper :is(.fill-blue-700\/20) {
  fill: rgb(0 52 174 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-700\/25) {
  fill: rgb(0 52 174 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-700\/30) {
  fill: rgb(0 52 174 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-700\/40) {
  fill: rgb(0 52 174 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-700\/5) {
  fill: rgb(0 52 174 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-700\/50) {
  fill: rgb(0 52 174 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-700\/60) {
  fill: rgb(0 52 174 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-700\/70) {
  fill: rgb(0 52 174 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-700\/75) {
  fill: rgb(0 52 174 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-700\/80) {
  fill: rgb(0 52 174 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-700\/90) {
  fill: rgb(0 52 174 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-700\/95) {
  fill: rgb(0 52 174 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-800) {
  fill: #002374;
}

.editor-styles-wrapper :is(.fill-blue-800\/0) {
  fill: rgb(0 35 116 / 0);
}

.editor-styles-wrapper :is(.fill-blue-800\/10) {
  fill: rgb(0 35 116 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-800\/100) {
  fill: rgb(0 35 116 / 1);
}

.editor-styles-wrapper :is(.fill-blue-800\/20) {
  fill: rgb(0 35 116 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-800\/25) {
  fill: rgb(0 35 116 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-800\/30) {
  fill: rgb(0 35 116 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-800\/40) {
  fill: rgb(0 35 116 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-800\/5) {
  fill: rgb(0 35 116 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-800\/50) {
  fill: rgb(0 35 116 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-800\/60) {
  fill: rgb(0 35 116 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-800\/70) {
  fill: rgb(0 35 116 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-800\/75) {
  fill: rgb(0 35 116 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-800\/80) {
  fill: rgb(0 35 116 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-800\/90) {
  fill: rgb(0 35 116 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-800\/95) {
  fill: rgb(0 35 116 / 0.95);
}

.editor-styles-wrapper :is(.fill-blue-900) {
  fill: #00113A;
}

.editor-styles-wrapper :is(.fill-blue-900\/0) {
  fill: rgb(0 17 58 / 0);
}

.editor-styles-wrapper :is(.fill-blue-900\/10) {
  fill: rgb(0 17 58 / 0.1);
}

.editor-styles-wrapper :is(.fill-blue-900\/100) {
  fill: rgb(0 17 58 / 1);
}

.editor-styles-wrapper :is(.fill-blue-900\/20) {
  fill: rgb(0 17 58 / 0.2);
}

.editor-styles-wrapper :is(.fill-blue-900\/25) {
  fill: rgb(0 17 58 / 0.25);
}

.editor-styles-wrapper :is(.fill-blue-900\/30) {
  fill: rgb(0 17 58 / 0.3);
}

.editor-styles-wrapper :is(.fill-blue-900\/40) {
  fill: rgb(0 17 58 / 0.4);
}

.editor-styles-wrapper :is(.fill-blue-900\/5) {
  fill: rgb(0 17 58 / 0.05);
}

.editor-styles-wrapper :is(.fill-blue-900\/50) {
  fill: rgb(0 17 58 / 0.5);
}

.editor-styles-wrapper :is(.fill-blue-900\/60) {
  fill: rgb(0 17 58 / 0.6);
}

.editor-styles-wrapper :is(.fill-blue-900\/70) {
  fill: rgb(0 17 58 / 0.7);
}

.editor-styles-wrapper :is(.fill-blue-900\/75) {
  fill: rgb(0 17 58 / 0.75);
}

.editor-styles-wrapper :is(.fill-blue-900\/80) {
  fill: rgb(0 17 58 / 0.8);
}

.editor-styles-wrapper :is(.fill-blue-900\/90) {
  fill: rgb(0 17 58 / 0.9);
}

.editor-styles-wrapper :is(.fill-blue-900\/95) {
  fill: rgb(0 17 58 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-100) {
  fill: #E9F7FF;
}

.editor-styles-wrapper :is(.fill-cyan-100\/0) {
  fill: rgb(233 247 255 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-100\/10) {
  fill: rgb(233 247 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-100\/100) {
  fill: rgb(233 247 255 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-100\/20) {
  fill: rgb(233 247 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-100\/25) {
  fill: rgb(233 247 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-100\/30) {
  fill: rgb(233 247 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-100\/40) {
  fill: rgb(233 247 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-100\/5) {
  fill: rgb(233 247 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-100\/50) {
  fill: rgb(233 247 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-100\/60) {
  fill: rgb(233 247 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-100\/70) {
  fill: rgb(233 247 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-100\/75) {
  fill: rgb(233 247 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-100\/80) {
  fill: rgb(233 247 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-100\/90) {
  fill: rgb(233 247 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-100\/95) {
  fill: rgb(233 247 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-1000) {
  fill: #001928;
}

.editor-styles-wrapper :is(.fill-cyan-1000\/0) {
  fill: rgb(0 25 40 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/10) {
  fill: rgb(0 25 40 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/100) {
  fill: rgb(0 25 40 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/20) {
  fill: rgb(0 25 40 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/25) {
  fill: rgb(0 25 40 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/30) {
  fill: rgb(0 25 40 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/40) {
  fill: rgb(0 25 40 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/5) {
  fill: rgb(0 25 40 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/50) {
  fill: rgb(0 25 40 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/60) {
  fill: rgb(0 25 40 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/70) {
  fill: rgb(0 25 40 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/75) {
  fill: rgb(0 25 40 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/80) {
  fill: rgb(0 25 40 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/90) {
  fill: rgb(0 25 40 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-1000\/95) {
  fill: rgb(0 25 40 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-200) {
  fill: #D5EFFF;
}

.editor-styles-wrapper :is(.fill-cyan-200\/0) {
  fill: rgb(213 239 255 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-200\/10) {
  fill: rgb(213 239 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-200\/100) {
  fill: rgb(213 239 255 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-200\/20) {
  fill: rgb(213 239 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-200\/25) {
  fill: rgb(213 239 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-200\/30) {
  fill: rgb(213 239 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-200\/40) {
  fill: rgb(213 239 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-200\/5) {
  fill: rgb(213 239 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-200\/50) {
  fill: rgb(213 239 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-200\/60) {
  fill: rgb(213 239 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-200\/70) {
  fill: rgb(213 239 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-200\/75) {
  fill: rgb(213 239 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-200\/80) {
  fill: rgb(213 239 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-200\/90) {
  fill: rgb(213 239 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-200\/95) {
  fill: rgb(213 239 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-300) {
  fill: #BFE7FE;
}

.editor-styles-wrapper :is(.fill-cyan-300\/0) {
  fill: rgb(191 231 254 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-300\/10) {
  fill: rgb(191 231 254 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-300\/100) {
  fill: rgb(191 231 254 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-300\/20) {
  fill: rgb(191 231 254 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-300\/25) {
  fill: rgb(191 231 254 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-300\/30) {
  fill: rgb(191 231 254 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-300\/40) {
  fill: rgb(191 231 254 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-300\/5) {
  fill: rgb(191 231 254 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-300\/50) {
  fill: rgb(191 231 254 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-300\/60) {
  fill: rgb(191 231 254 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-300\/70) {
  fill: rgb(191 231 254 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-300\/75) {
  fill: rgb(191 231 254 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-300\/80) {
  fill: rgb(191 231 254 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-300\/90) {
  fill: rgb(191 231 254 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-300\/95) {
  fill: rgb(191 231 254 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-400) {
  fill: #AADFFE;
}

.editor-styles-wrapper :is(.fill-cyan-400\/0) {
  fill: rgb(170 223 254 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-400\/10) {
  fill: rgb(170 223 254 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-400\/100) {
  fill: rgb(170 223 254 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-400\/20) {
  fill: rgb(170 223 254 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-400\/25) {
  fill: rgb(170 223 254 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-400\/30) {
  fill: rgb(170 223 254 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-400\/40) {
  fill: rgb(170 223 254 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-400\/5) {
  fill: rgb(170 223 254 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-400\/50) {
  fill: rgb(170 223 254 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-400\/60) {
  fill: rgb(170 223 254 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-400\/70) {
  fill: rgb(170 223 254 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-400\/75) {
  fill: rgb(170 223 254 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-400\/80) {
  fill: rgb(170 223 254 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-400\/90) {
  fill: rgb(170 223 254 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-400\/95) {
  fill: rgb(170 223 254 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-50) {
  fill: #F4FBFF;
}

.editor-styles-wrapper :is(.fill-cyan-50\/0) {
  fill: rgb(244 251 255 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-50\/10) {
  fill: rgb(244 251 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-50\/100) {
  fill: rgb(244 251 255 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-50\/20) {
  fill: rgb(244 251 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-50\/25) {
  fill: rgb(244 251 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-50\/30) {
  fill: rgb(244 251 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-50\/40) {
  fill: rgb(244 251 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-50\/5) {
  fill: rgb(244 251 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-50\/50) {
  fill: rgb(244 251 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-50\/60) {
  fill: rgb(244 251 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-50\/70) {
  fill: rgb(244 251 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-50\/75) {
  fill: rgb(244 251 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-50\/80) {
  fill: rgb(244 251 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-50\/90) {
  fill: rgb(244 251 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-50\/95) {
  fill: rgb(244 251 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-500) {
  fill: #A5DEFE;
}

.editor-styles-wrapper :is(.fill-cyan-500\/0) {
  fill: rgb(165 222 254 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-500\/10) {
  fill: rgb(165 222 254 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-500\/100) {
  fill: rgb(165 222 254 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-500\/20) {
  fill: rgb(165 222 254 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-500\/25) {
  fill: rgb(165 222 254 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-500\/30) {
  fill: rgb(165 222 254 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-500\/40) {
  fill: rgb(165 222 254 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-500\/5) {
  fill: rgb(165 222 254 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-500\/50) {
  fill: rgb(165 222 254 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-500\/60) {
  fill: rgb(165 222 254 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-500\/70) {
  fill: rgb(165 222 254 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-500\/75) {
  fill: rgb(165 222 254 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-500\/80) {
  fill: rgb(165 222 254 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-500\/90) {
  fill: rgb(165 222 254 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-500\/95) {
  fill: rgb(165 222 254 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-600) {
  fill: #45BAFD;
}

.editor-styles-wrapper :is(.fill-cyan-600\/0) {
  fill: rgb(69 186 253 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-600\/10) {
  fill: rgb(69 186 253 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-600\/100) {
  fill: rgb(69 186 253 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-600\/20) {
  fill: rgb(69 186 253 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-600\/25) {
  fill: rgb(69 186 253 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-600\/30) {
  fill: rgb(69 186 253 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-600\/40) {
  fill: rgb(69 186 253 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-600\/5) {
  fill: rgb(69 186 253 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-600\/50) {
  fill: rgb(69 186 253 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-600\/60) {
  fill: rgb(69 186 253 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-600\/70) {
  fill: rgb(69 186 253 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-600\/75) {
  fill: rgb(69 186 253 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-600\/80) {
  fill: rgb(69 186 253 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-600\/90) {
  fill: rgb(69 186 253 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-600\/95) {
  fill: rgb(69 186 253 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-700) {
  fill: #0298EF;
}

.editor-styles-wrapper :is(.fill-cyan-700\/0) {
  fill: rgb(2 152 239 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-700\/10) {
  fill: rgb(2 152 239 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-700\/100) {
  fill: rgb(2 152 239 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-700\/20) {
  fill: rgb(2 152 239 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-700\/25) {
  fill: rgb(2 152 239 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-700\/30) {
  fill: rgb(2 152 239 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-700\/40) {
  fill: rgb(2 152 239 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-700\/5) {
  fill: rgb(2 152 239 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-700\/50) {
  fill: rgb(2 152 239 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-700\/60) {
  fill: rgb(2 152 239 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-700\/70) {
  fill: rgb(2 152 239 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-700\/75) {
  fill: rgb(2 152 239 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-700\/80) {
  fill: rgb(2 152 239 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-700\/90) {
  fill: rgb(2 152 239 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-700\/95) {
  fill: rgb(2 152 239 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-800) {
  fill: #0266A0;
}

.editor-styles-wrapper :is(.fill-cyan-800\/0) {
  fill: rgb(2 102 160 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-800\/10) {
  fill: rgb(2 102 160 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-800\/100) {
  fill: rgb(2 102 160 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-800\/20) {
  fill: rgb(2 102 160 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-800\/25) {
  fill: rgb(2 102 160 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-800\/30) {
  fill: rgb(2 102 160 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-800\/40) {
  fill: rgb(2 102 160 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-800\/5) {
  fill: rgb(2 102 160 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-800\/50) {
  fill: rgb(2 102 160 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-800\/60) {
  fill: rgb(2 102 160 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-800\/70) {
  fill: rgb(2 102 160 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-800\/75) {
  fill: rgb(2 102 160 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-800\/80) {
  fill: rgb(2 102 160 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-800\/90) {
  fill: rgb(2 102 160 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-800\/95) {
  fill: rgb(2 102 160 / 0.95);
}

.editor-styles-wrapper :is(.fill-cyan-900) {
  fill: #013350;
}

.editor-styles-wrapper :is(.fill-cyan-900\/0) {
  fill: rgb(1 51 80 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-900\/10) {
  fill: rgb(1 51 80 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-900\/100) {
  fill: rgb(1 51 80 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-900\/20) {
  fill: rgb(1 51 80 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-900\/25) {
  fill: rgb(1 51 80 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-900\/30) {
  fill: rgb(1 51 80 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-900\/40) {
  fill: rgb(1 51 80 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-900\/5) {
  fill: rgb(1 51 80 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-900\/50) {
  fill: rgb(1 51 80 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-900\/60) {
  fill: rgb(1 51 80 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-900\/70) {
  fill: rgb(1 51 80 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-900\/75) {
  fill: rgb(1 51 80 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-900\/80) {
  fill: rgb(1 51 80 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-900\/90) {
  fill: rgb(1 51 80 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-900\/95) {
  fill: rgb(1 51 80 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-100) {
  fill: #E8EBEF;
}

.editor-styles-wrapper :is(.fill-gray-100\/0) {
  fill: rgb(232 235 239 / 0);
}

.editor-styles-wrapper :is(.fill-gray-100\/10) {
  fill: rgb(232 235 239 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-100\/100) {
  fill: rgb(232 235 239 / 1);
}

.editor-styles-wrapper :is(.fill-gray-100\/20) {
  fill: rgb(232 235 239 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-100\/25) {
  fill: rgb(232 235 239 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-100\/30) {
  fill: rgb(232 235 239 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-100\/40) {
  fill: rgb(232 235 239 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-100\/5) {
  fill: rgb(232 235 239 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-100\/50) {
  fill: rgb(232 235 239 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-100\/60) {
  fill: rgb(232 235 239 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-100\/70) {
  fill: rgb(232 235 239 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-100\/75) {
  fill: rgb(232 235 239 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-100\/80) {
  fill: rgb(232 235 239 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-100\/90) {
  fill: rgb(232 235 239 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-100\/95) {
  fill: rgb(232 235 239 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-1000) {
  fill: #0D0F12;
}

.editor-styles-wrapper :is(.fill-gray-1000\/0) {
  fill: rgb(13 15 18 / 0);
}

.editor-styles-wrapper :is(.fill-gray-1000\/10) {
  fill: rgb(13 15 18 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-1000\/100) {
  fill: rgb(13 15 18 / 1);
}

.editor-styles-wrapper :is(.fill-gray-1000\/20) {
  fill: rgb(13 15 18 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-1000\/25) {
  fill: rgb(13 15 18 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-1000\/30) {
  fill: rgb(13 15 18 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-1000\/40) {
  fill: rgb(13 15 18 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-1000\/5) {
  fill: rgb(13 15 18 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-1000\/50) {
  fill: rgb(13 15 18 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-1000\/60) {
  fill: rgb(13 15 18 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-1000\/70) {
  fill: rgb(13 15 18 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-1000\/75) {
  fill: rgb(13 15 18 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-1000\/80) {
  fill: rgb(13 15 18 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-1000\/90) {
  fill: rgb(13 15 18 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-1000\/95) {
  fill: rgb(13 15 18 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-200) {
  fill: #D2D7DF;
}

.editor-styles-wrapper :is(.fill-gray-200\/0) {
  fill: rgb(210 215 223 / 0);
}

.editor-styles-wrapper :is(.fill-gray-200\/10) {
  fill: rgb(210 215 223 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-200\/100) {
  fill: rgb(210 215 223 / 1);
}

.editor-styles-wrapper :is(.fill-gray-200\/20) {
  fill: rgb(210 215 223 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-200\/25) {
  fill: rgb(210 215 223 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-200\/30) {
  fill: rgb(210 215 223 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-200\/40) {
  fill: rgb(210 215 223 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-200\/5) {
  fill: rgb(210 215 223 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-200\/50) {
  fill: rgb(210 215 223 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-200\/60) {
  fill: rgb(210 215 223 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-200\/70) {
  fill: rgb(210 215 223 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-200\/75) {
  fill: rgb(210 215 223 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-200\/80) {
  fill: rgb(210 215 223 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-200\/90) {
  fill: rgb(210 215 223 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-200\/95) {
  fill: rgb(210 215 223 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-300) {
  fill: #BBC3CF;
}

.editor-styles-wrapper :is(.fill-gray-300\/0) {
  fill: rgb(187 195 207 / 0);
}

.editor-styles-wrapper :is(.fill-gray-300\/10) {
  fill: rgb(187 195 207 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-300\/100) {
  fill: rgb(187 195 207 / 1);
}

.editor-styles-wrapper :is(.fill-gray-300\/20) {
  fill: rgb(187 195 207 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-300\/25) {
  fill: rgb(187 195 207 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-300\/30) {
  fill: rgb(187 195 207 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-300\/40) {
  fill: rgb(187 195 207 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-300\/5) {
  fill: rgb(187 195 207 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-300\/50) {
  fill: rgb(187 195 207 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-300\/60) {
  fill: rgb(187 195 207 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-300\/70) {
  fill: rgb(187 195 207 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-300\/75) {
  fill: rgb(187 195 207 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-300\/80) {
  fill: rgb(187 195 207 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-300\/90) {
  fill: rgb(187 195 207 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-300\/95) {
  fill: rgb(187 195 207 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-400) {
  fill: #A4AFBF;
}

.editor-styles-wrapper :is(.fill-gray-400\/0) {
  fill: rgb(164 175 191 / 0);
}

.editor-styles-wrapper :is(.fill-gray-400\/10) {
  fill: rgb(164 175 191 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-400\/100) {
  fill: rgb(164 175 191 / 1);
}

.editor-styles-wrapper :is(.fill-gray-400\/20) {
  fill: rgb(164 175 191 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-400\/25) {
  fill: rgb(164 175 191 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-400\/30) {
  fill: rgb(164 175 191 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-400\/40) {
  fill: rgb(164 175 191 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-400\/5) {
  fill: rgb(164 175 191 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-400\/50) {
  fill: rgb(164 175 191 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-400\/60) {
  fill: rgb(164 175 191 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-400\/70) {
  fill: rgb(164 175 191 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-400\/75) {
  fill: rgb(164 175 191 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-400\/80) {
  fill: rgb(164 175 191 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-400\/90) {
  fill: rgb(164 175 191 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-400\/95) {
  fill: rgb(164 175 191 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-50) {
  fill: #F4F5F7;
}

.editor-styles-wrapper :is(.fill-gray-50\/0) {
  fill: rgb(244 245 247 / 0);
}

.editor-styles-wrapper :is(.fill-gray-50\/10) {
  fill: rgb(244 245 247 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-50\/100) {
  fill: rgb(244 245 247 / 1);
}

.editor-styles-wrapper :is(.fill-gray-50\/20) {
  fill: rgb(244 245 247 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-50\/25) {
  fill: rgb(244 245 247 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-50\/30) {
  fill: rgb(244 245 247 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-50\/40) {
  fill: rgb(244 245 247 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-50\/5) {
  fill: rgb(244 245 247 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-50\/50) {
  fill: rgb(244 245 247 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-50\/60) {
  fill: rgb(244 245 247 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-50\/70) {
  fill: rgb(244 245 247 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-50\/75) {
  fill: rgb(244 245 247 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-50\/80) {
  fill: rgb(244 245 247 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-50\/90) {
  fill: rgb(244 245 247 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-50\/95) {
  fill: rgb(244 245 247 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-500) {
  fill: #a4afbf;
}

.editor-styles-wrapper :is(.fill-gray-500\/0) {
  fill: rgb(164 175 191 / 0);
}

.editor-styles-wrapper :is(.fill-gray-500\/10) {
  fill: rgb(164 175 191 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-500\/100) {
  fill: rgb(164 175 191 / 1);
}

.editor-styles-wrapper :is(.fill-gray-500\/20) {
  fill: rgb(164 175 191 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-500\/25) {
  fill: rgb(164 175 191 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-500\/30) {
  fill: rgb(164 175 191 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-500\/40) {
  fill: rgb(164 175 191 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-500\/5) {
  fill: rgb(164 175 191 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-500\/50) {
  fill: rgb(164 175 191 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-500\/60) {
  fill: rgb(164 175 191 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-500\/70) {
  fill: rgb(164 175 191 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-500\/75) {
  fill: rgb(164 175 191 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-500\/80) {
  fill: rgb(164 175 191 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-500\/90) {
  fill: rgb(164 175 191 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-500\/95) {
  fill: rgb(164 175 191 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-600) {
  fill: #697A94;
}

.editor-styles-wrapper :is(.fill-gray-600\/0) {
  fill: rgb(105 122 148 / 0);
}

.editor-styles-wrapper :is(.fill-gray-600\/10) {
  fill: rgb(105 122 148 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-600\/100) {
  fill: rgb(105 122 148 / 1);
}

.editor-styles-wrapper :is(.fill-gray-600\/20) {
  fill: rgb(105 122 148 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-600\/25) {
  fill: rgb(105 122 148 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-600\/30) {
  fill: rgb(105 122 148 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-600\/40) {
  fill: rgb(105 122 148 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-600\/5) {
  fill: rgb(105 122 148 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-600\/50) {
  fill: rgb(105 122 148 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-600\/60) {
  fill: rgb(105 122 148 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-600\/70) {
  fill: rgb(105 122 148 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-600\/75) {
  fill: rgb(105 122 148 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-600\/80) {
  fill: rgb(105 122 148 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-600\/90) {
  fill: rgb(105 122 148 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-600\/95) {
  fill: rgb(105 122 148 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-700) {
  fill: #4F5C6F;
}

.editor-styles-wrapper :is(.fill-gray-700\/0) {
  fill: rgb(79 92 111 / 0);
}

.editor-styles-wrapper :is(.fill-gray-700\/10) {
  fill: rgb(79 92 111 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-700\/100) {
  fill: rgb(79 92 111 / 1);
}

.editor-styles-wrapper :is(.fill-gray-700\/20) {
  fill: rgb(79 92 111 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-700\/25) {
  fill: rgb(79 92 111 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-700\/30) {
  fill: rgb(79 92 111 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-700\/40) {
  fill: rgb(79 92 111 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-700\/5) {
  fill: rgb(79 92 111 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-700\/50) {
  fill: rgb(79 92 111 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-700\/60) {
  fill: rgb(79 92 111 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-700\/70) {
  fill: rgb(79 92 111 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-700\/75) {
  fill: rgb(79 92 111 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-700\/80) {
  fill: rgb(79 92 111 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-700\/90) {
  fill: rgb(79 92 111 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-700\/95) {
  fill: rgb(79 92 111 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-800) {
  fill: #343D4A;
}

.editor-styles-wrapper :is(.fill-gray-800\/0) {
  fill: rgb(52 61 74 / 0);
}

.editor-styles-wrapper :is(.fill-gray-800\/10) {
  fill: rgb(52 61 74 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-800\/100) {
  fill: rgb(52 61 74 / 1);
}

.editor-styles-wrapper :is(.fill-gray-800\/20) {
  fill: rgb(52 61 74 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-800\/25) {
  fill: rgb(52 61 74 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-800\/30) {
  fill: rgb(52 61 74 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-800\/40) {
  fill: rgb(52 61 74 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-800\/5) {
  fill: rgb(52 61 74 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-800\/50) {
  fill: rgb(52 61 74 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-800\/60) {
  fill: rgb(52 61 74 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-800\/70) {
  fill: rgb(52 61 74 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-800\/75) {
  fill: rgb(52 61 74 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-800\/80) {
  fill: rgb(52 61 74 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-800\/90) {
  fill: rgb(52 61 74 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-800\/95) {
  fill: rgb(52 61 74 / 0.95);
}

.editor-styles-wrapper :is(.fill-gray-900) {
  fill: #1A1F25;
}

.editor-styles-wrapper :is(.fill-gray-900\/0) {
  fill: rgb(26 31 37 / 0);
}

.editor-styles-wrapper :is(.fill-gray-900\/10) {
  fill: rgb(26 31 37 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-900\/100) {
  fill: rgb(26 31 37 / 1);
}

.editor-styles-wrapper :is(.fill-gray-900\/20) {
  fill: rgb(26 31 37 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-900\/25) {
  fill: rgb(26 31 37 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-900\/30) {
  fill: rgb(26 31 37 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-900\/40) {
  fill: rgb(26 31 37 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-900\/5) {
  fill: rgb(26 31 37 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-900\/50) {
  fill: rgb(26 31 37 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-900\/60) {
  fill: rgb(26 31 37 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-900\/70) {
  fill: rgb(26 31 37 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-900\/75) {
  fill: rgb(26 31 37 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-900\/80) {
  fill: rgb(26 31 37 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-900\/90) {
  fill: rgb(26 31 37 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-900\/95) {
  fill: rgb(26 31 37 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-100) {
  fill: #C2FEE4;
}

.editor-styles-wrapper :is(.fill-green-100\/0) {
  fill: rgb(194 254 228 / 0);
}

.editor-styles-wrapper :is(.fill-green-100\/10) {
  fill: rgb(194 254 228 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-100\/100) {
  fill: rgb(194 254 228 / 1);
}

.editor-styles-wrapper :is(.fill-green-100\/20) {
  fill: rgb(194 254 228 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-100\/25) {
  fill: rgb(194 254 228 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-100\/30) {
  fill: rgb(194 254 228 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-100\/40) {
  fill: rgb(194 254 228 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-100\/5) {
  fill: rgb(194 254 228 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-100\/50) {
  fill: rgb(194 254 228 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-100\/60) {
  fill: rgb(194 254 228 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-100\/70) {
  fill: rgb(194 254 228 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-100\/75) {
  fill: rgb(194 254 228 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-100\/80) {
  fill: rgb(194 254 228 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-100\/90) {
  fill: rgb(194 254 228 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-100\/95) {
  fill: rgb(194 254 228 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-1000) {
  fill: #00140B;
}

.editor-styles-wrapper :is(.fill-green-1000\/0) {
  fill: rgb(0 20 11 / 0);
}

.editor-styles-wrapper :is(.fill-green-1000\/10) {
  fill: rgb(0 20 11 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-1000\/100) {
  fill: rgb(0 20 11 / 1);
}

.editor-styles-wrapper :is(.fill-green-1000\/20) {
  fill: rgb(0 20 11 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-1000\/25) {
  fill: rgb(0 20 11 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-1000\/30) {
  fill: rgb(0 20 11 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-1000\/40) {
  fill: rgb(0 20 11 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-1000\/5) {
  fill: rgb(0 20 11 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-1000\/50) {
  fill: rgb(0 20 11 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-1000\/60) {
  fill: rgb(0 20 11 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-1000\/70) {
  fill: rgb(0 20 11 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-1000\/75) {
  fill: rgb(0 20 11 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-1000\/80) {
  fill: rgb(0 20 11 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-1000\/90) {
  fill: rgb(0 20 11 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-1000\/95) {
  fill: rgb(0 20 11 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-200) {
  fill: #84FDC9;
}

.editor-styles-wrapper :is(.fill-green-200\/0) {
  fill: rgb(132 253 201 / 0);
}

.editor-styles-wrapper :is(.fill-green-200\/10) {
  fill: rgb(132 253 201 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-200\/100) {
  fill: rgb(132 253 201 / 1);
}

.editor-styles-wrapper :is(.fill-green-200\/20) {
  fill: rgb(132 253 201 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-200\/25) {
  fill: rgb(132 253 201 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-200\/30) {
  fill: rgb(132 253 201 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-200\/40) {
  fill: rgb(132 253 201 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-200\/5) {
  fill: rgb(132 253 201 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-200\/50) {
  fill: rgb(132 253 201 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-200\/60) {
  fill: rgb(132 253 201 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-200\/70) {
  fill: rgb(132 253 201 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-200\/75) {
  fill: rgb(132 253 201 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-200\/80) {
  fill: rgb(132 253 201 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-200\/90) {
  fill: rgb(132 253 201 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-200\/95) {
  fill: rgb(132 253 201 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-300) {
  fill: #47FCAE;
}

.editor-styles-wrapper :is(.fill-green-300\/0) {
  fill: rgb(71 252 174 / 0);
}

.editor-styles-wrapper :is(.fill-green-300\/10) {
  fill: rgb(71 252 174 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-300\/100) {
  fill: rgb(71 252 174 / 1);
}

.editor-styles-wrapper :is(.fill-green-300\/20) {
  fill: rgb(71 252 174 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-300\/25) {
  fill: rgb(71 252 174 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-300\/30) {
  fill: rgb(71 252 174 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-300\/40) {
  fill: rgb(71 252 174 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-300\/5) {
  fill: rgb(71 252 174 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-300\/50) {
  fill: rgb(71 252 174 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-300\/60) {
  fill: rgb(71 252 174 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-300\/70) {
  fill: rgb(71 252 174 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-300\/75) {
  fill: rgb(71 252 174 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-300\/80) {
  fill: rgb(71 252 174 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-300\/90) {
  fill: rgb(71 252 174 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-300\/95) {
  fill: rgb(71 252 174 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-400) {
  fill: #0AFB93;
}

.editor-styles-wrapper :is(.fill-green-400\/0) {
  fill: rgb(10 251 147 / 0);
}

.editor-styles-wrapper :is(.fill-green-400\/10) {
  fill: rgb(10 251 147 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-400\/100) {
  fill: rgb(10 251 147 / 1);
}

.editor-styles-wrapper :is(.fill-green-400\/20) {
  fill: rgb(10 251 147 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-400\/25) {
  fill: rgb(10 251 147 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-400\/30) {
  fill: rgb(10 251 147 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-400\/40) {
  fill: rgb(10 251 147 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-400\/5) {
  fill: rgb(10 251 147 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-400\/50) {
  fill: rgb(10 251 147 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-400\/60) {
  fill: rgb(10 251 147 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-400\/70) {
  fill: rgb(10 251 147 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-400\/75) {
  fill: rgb(10 251 147 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-400\/80) {
  fill: rgb(10 251 147 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-400\/90) {
  fill: rgb(10 251 147 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-400\/95) {
  fill: rgb(10 251 147 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-50) {
  fill: #E0FFF1;
}

.editor-styles-wrapper :is(.fill-green-50\/0) {
  fill: rgb(224 255 241 / 0);
}

.editor-styles-wrapper :is(.fill-green-50\/10) {
  fill: rgb(224 255 241 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-50\/100) {
  fill: rgb(224 255 241 / 1);
}

.editor-styles-wrapper :is(.fill-green-50\/20) {
  fill: rgb(224 255 241 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-50\/25) {
  fill: rgb(224 255 241 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-50\/30) {
  fill: rgb(224 255 241 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-50\/40) {
  fill: rgb(224 255 241 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-50\/5) {
  fill: rgb(224 255 241 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-50\/50) {
  fill: rgb(224 255 241 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-50\/60) {
  fill: rgb(224 255 241 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-50\/70) {
  fill: rgb(224 255 241 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-50\/75) {
  fill: rgb(224 255 241 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-50\/80) {
  fill: rgb(224 255 241 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-50\/90) {
  fill: rgb(224 255 241 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-50\/95) {
  fill: rgb(224 255 241 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-500) {
  fill: #03C470;
}

.editor-styles-wrapper :is(.fill-green-500\/0) {
  fill: rgb(3 196 112 / 0);
}

.editor-styles-wrapper :is(.fill-green-500\/10) {
  fill: rgb(3 196 112 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-500\/100) {
  fill: rgb(3 196 112 / 1);
}

.editor-styles-wrapper :is(.fill-green-500\/20) {
  fill: rgb(3 196 112 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-500\/25) {
  fill: rgb(3 196 112 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-500\/30) {
  fill: rgb(3 196 112 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-500\/40) {
  fill: rgb(3 196 112 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-500\/5) {
  fill: rgb(3 196 112 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-500\/50) {
  fill: rgb(3 196 112 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-500\/60) {
  fill: rgb(3 196 112 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-500\/70) {
  fill: rgb(3 196 112 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-500\/75) {
  fill: rgb(3 196 112 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-500\/80) {
  fill: rgb(3 196 112 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-500\/90) {
  fill: rgb(3 196 112 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-500\/95) {
  fill: rgb(3 196 112 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-600) {
  fill: #029D5A;
}

.editor-styles-wrapper :is(.fill-green-600\/0) {
  fill: rgb(2 157 90 / 0);
}

.editor-styles-wrapper :is(.fill-green-600\/10) {
  fill: rgb(2 157 90 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-600\/100) {
  fill: rgb(2 157 90 / 1);
}

.editor-styles-wrapper :is(.fill-green-600\/20) {
  fill: rgb(2 157 90 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-600\/25) {
  fill: rgb(2 157 90 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-600\/30) {
  fill: rgb(2 157 90 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-600\/40) {
  fill: rgb(2 157 90 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-600\/5) {
  fill: rgb(2 157 90 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-600\/50) {
  fill: rgb(2 157 90 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-600\/60) {
  fill: rgb(2 157 90 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-600\/70) {
  fill: rgb(2 157 90 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-600\/75) {
  fill: rgb(2 157 90 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-600\/80) {
  fill: rgb(2 157 90 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-600\/90) {
  fill: rgb(2 157 90 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-600\/95) {
  fill: rgb(2 157 90 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-700) {
  fill: #027643;
}

.editor-styles-wrapper :is(.fill-green-700\/0) {
  fill: rgb(2 118 67 / 0);
}

.editor-styles-wrapper :is(.fill-green-700\/10) {
  fill: rgb(2 118 67 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-700\/100) {
  fill: rgb(2 118 67 / 1);
}

.editor-styles-wrapper :is(.fill-green-700\/20) {
  fill: rgb(2 118 67 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-700\/25) {
  fill: rgb(2 118 67 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-700\/30) {
  fill: rgb(2 118 67 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-700\/40) {
  fill: rgb(2 118 67 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-700\/5) {
  fill: rgb(2 118 67 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-700\/50) {
  fill: rgb(2 118 67 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-700\/60) {
  fill: rgb(2 118 67 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-700\/70) {
  fill: rgb(2 118 67 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-700\/75) {
  fill: rgb(2 118 67 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-700\/80) {
  fill: rgb(2 118 67 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-700\/90) {
  fill: rgb(2 118 67 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-700\/95) {
  fill: rgb(2 118 67 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-800) {
  fill: #014E2D;
}

.editor-styles-wrapper :is(.fill-green-800\/0) {
  fill: rgb(1 78 45 / 0);
}

.editor-styles-wrapper :is(.fill-green-800\/10) {
  fill: rgb(1 78 45 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-800\/100) {
  fill: rgb(1 78 45 / 1);
}

.editor-styles-wrapper :is(.fill-green-800\/20) {
  fill: rgb(1 78 45 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-800\/25) {
  fill: rgb(1 78 45 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-800\/30) {
  fill: rgb(1 78 45 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-800\/40) {
  fill: rgb(1 78 45 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-800\/5) {
  fill: rgb(1 78 45 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-800\/50) {
  fill: rgb(1 78 45 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-800\/60) {
  fill: rgb(1 78 45 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-800\/70) {
  fill: rgb(1 78 45 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-800\/75) {
  fill: rgb(1 78 45 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-800\/80) {
  fill: rgb(1 78 45 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-800\/90) {
  fill: rgb(1 78 45 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-800\/95) {
  fill: rgb(1 78 45 / 0.95);
}

.editor-styles-wrapper :is(.fill-green-900) {
  fill: #012716;
}

.editor-styles-wrapper :is(.fill-green-900\/0) {
  fill: rgb(1 39 22 / 0);
}

.editor-styles-wrapper :is(.fill-green-900\/10) {
  fill: rgb(1 39 22 / 0.1);
}

.editor-styles-wrapper :is(.fill-green-900\/100) {
  fill: rgb(1 39 22 / 1);
}

.editor-styles-wrapper :is(.fill-green-900\/20) {
  fill: rgb(1 39 22 / 0.2);
}

.editor-styles-wrapper :is(.fill-green-900\/25) {
  fill: rgb(1 39 22 / 0.25);
}

.editor-styles-wrapper :is(.fill-green-900\/30) {
  fill: rgb(1 39 22 / 0.3);
}

.editor-styles-wrapper :is(.fill-green-900\/40) {
  fill: rgb(1 39 22 / 0.4);
}

.editor-styles-wrapper :is(.fill-green-900\/5) {
  fill: rgb(1 39 22 / 0.05);
}

.editor-styles-wrapper :is(.fill-green-900\/50) {
  fill: rgb(1 39 22 / 0.5);
}

.editor-styles-wrapper :is(.fill-green-900\/60) {
  fill: rgb(1 39 22 / 0.6);
}

.editor-styles-wrapper :is(.fill-green-900\/70) {
  fill: rgb(1 39 22 / 0.7);
}

.editor-styles-wrapper :is(.fill-green-900\/75) {
  fill: rgb(1 39 22 / 0.75);
}

.editor-styles-wrapper :is(.fill-green-900\/80) {
  fill: rgb(1 39 22 / 0.8);
}

.editor-styles-wrapper :is(.fill-green-900\/90) {
  fill: rgb(1 39 22 / 0.9);
}

.editor-styles-wrapper :is(.fill-green-900\/95) {
  fill: rgb(1 39 22 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-100) {
  fill: #A5CBFD;
}

.editor-styles-wrapper :is(.fill-navy-100\/0) {
  fill: rgb(165 203 253 / 0);
}

.editor-styles-wrapper :is(.fill-navy-100\/10) {
  fill: rgb(165 203 253 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-100\/100) {
  fill: rgb(165 203 253 / 1);
}

.editor-styles-wrapper :is(.fill-navy-100\/20) {
  fill: rgb(165 203 253 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-100\/25) {
  fill: rgb(165 203 253 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-100\/30) {
  fill: rgb(165 203 253 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-100\/40) {
  fill: rgb(165 203 253 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-100\/5) {
  fill: rgb(165 203 253 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-100\/50) {
  fill: rgb(165 203 253 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-100\/60) {
  fill: rgb(165 203 253 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-100\/70) {
  fill: rgb(165 203 253 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-100\/75) {
  fill: rgb(165 203 253 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-100\/80) {
  fill: rgb(165 203 253 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-100\/90) {
  fill: rgb(165 203 253 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-100\/95) {
  fill: rgb(165 203 253 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-1000) {
  fill: #000205;
}

.editor-styles-wrapper :is(.fill-navy-1000\/0) {
  fill: rgb(0 2 5 / 0);
}

.editor-styles-wrapper :is(.fill-navy-1000\/10) {
  fill: rgb(0 2 5 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-1000\/100) {
  fill: rgb(0 2 5 / 1);
}

.editor-styles-wrapper :is(.fill-navy-1000\/20) {
  fill: rgb(0 2 5 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-1000\/25) {
  fill: rgb(0 2 5 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-1000\/30) {
  fill: rgb(0 2 5 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-1000\/40) {
  fill: rgb(0 2 5 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-1000\/5) {
  fill: rgb(0 2 5 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-1000\/50) {
  fill: rgb(0 2 5 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-1000\/60) {
  fill: rgb(0 2 5 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-1000\/70) {
  fill: rgb(0 2 5 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-1000\/75) {
  fill: rgb(0 2 5 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-1000\/80) {
  fill: rgb(0 2 5 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-1000\/90) {
  fill: rgb(0 2 5 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-1000\/95) {
  fill: rgb(0 2 5 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-200) {
  fill: #4B97FB;
}

.editor-styles-wrapper :is(.fill-navy-200\/0) {
  fill: rgb(75 151 251 / 0);
}

.editor-styles-wrapper :is(.fill-navy-200\/10) {
  fill: rgb(75 151 251 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-200\/100) {
  fill: rgb(75 151 251 / 1);
}

.editor-styles-wrapper :is(.fill-navy-200\/20) {
  fill: rgb(75 151 251 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-200\/25) {
  fill: rgb(75 151 251 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-200\/30) {
  fill: rgb(75 151 251 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-200\/40) {
  fill: rgb(75 151 251 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-200\/5) {
  fill: rgb(75 151 251 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-200\/50) {
  fill: rgb(75 151 251 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-200\/60) {
  fill: rgb(75 151 251 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-200\/70) {
  fill: rgb(75 151 251 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-200\/75) {
  fill: rgb(75 151 251 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-200\/80) {
  fill: rgb(75 151 251 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-200\/90) {
  fill: rgb(75 151 251 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-200\/95) {
  fill: rgb(75 151 251 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-300) {
  fill: #0566E6;
}

.editor-styles-wrapper :is(.fill-navy-300\/0) {
  fill: rgb(5 102 230 / 0);
}

.editor-styles-wrapper :is(.fill-navy-300\/10) {
  fill: rgb(5 102 230 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-300\/100) {
  fill: rgb(5 102 230 / 1);
}

.editor-styles-wrapper :is(.fill-navy-300\/20) {
  fill: rgb(5 102 230 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-300\/25) {
  fill: rgb(5 102 230 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-300\/30) {
  fill: rgb(5 102 230 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-300\/40) {
  fill: rgb(5 102 230 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-300\/5) {
  fill: rgb(5 102 230 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-300\/50) {
  fill: rgb(5 102 230 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-300\/60) {
  fill: rgb(5 102 230 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-300\/70) {
  fill: rgb(5 102 230 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-300\/75) {
  fill: rgb(5 102 230 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-300\/80) {
  fill: rgb(5 102 230 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-300\/90) {
  fill: rgb(5 102 230 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-300\/95) {
  fill: rgb(5 102 230 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-400) {
  fill: #033E8C;
}

.editor-styles-wrapper :is(.fill-navy-400\/0) {
  fill: rgb(3 62 140 / 0);
}

.editor-styles-wrapper :is(.fill-navy-400\/10) {
  fill: rgb(3 62 140 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-400\/100) {
  fill: rgb(3 62 140 / 1);
}

.editor-styles-wrapper :is(.fill-navy-400\/20) {
  fill: rgb(3 62 140 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-400\/25) {
  fill: rgb(3 62 140 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-400\/30) {
  fill: rgb(3 62 140 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-400\/40) {
  fill: rgb(3 62 140 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-400\/5) {
  fill: rgb(3 62 140 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-400\/50) {
  fill: rgb(3 62 140 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-400\/60) {
  fill: rgb(3 62 140 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-400\/70) {
  fill: rgb(3 62 140 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-400\/75) {
  fill: rgb(3 62 140 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-400\/80) {
  fill: rgb(3 62 140 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-400\/90) {
  fill: rgb(3 62 140 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-400\/95) {
  fill: rgb(3 62 140 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-50) {
  fill: #D2E5FE;
}

.editor-styles-wrapper :is(.fill-navy-50\/0) {
  fill: rgb(210 229 254 / 0);
}

.editor-styles-wrapper :is(.fill-navy-50\/10) {
  fill: rgb(210 229 254 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-50\/100) {
  fill: rgb(210 229 254 / 1);
}

.editor-styles-wrapper :is(.fill-navy-50\/20) {
  fill: rgb(210 229 254 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-50\/25) {
  fill: rgb(210 229 254 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-50\/30) {
  fill: rgb(210 229 254 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-50\/40) {
  fill: rgb(210 229 254 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-50\/5) {
  fill: rgb(210 229 254 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-50\/50) {
  fill: rgb(210 229 254 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-50\/60) {
  fill: rgb(210 229 254 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-50\/70) {
  fill: rgb(210 229 254 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-50\/75) {
  fill: rgb(210 229 254 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-50\/80) {
  fill: rgb(210 229 254 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-50\/90) {
  fill: rgb(210 229 254 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-50\/95) {
  fill: rgb(210 229 254 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-500) {
  fill: #011733;
}

.editor-styles-wrapper :is(.fill-navy-500\/0) {
  fill: rgb(1 23 51 / 0);
}

.editor-styles-wrapper :is(.fill-navy-500\/10) {
  fill: rgb(1 23 51 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-500\/100) {
  fill: rgb(1 23 51 / 1);
}

.editor-styles-wrapper :is(.fill-navy-500\/20) {
  fill: rgb(1 23 51 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-500\/25) {
  fill: rgb(1 23 51 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-500\/30) {
  fill: rgb(1 23 51 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-500\/40) {
  fill: rgb(1 23 51 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-500\/5) {
  fill: rgb(1 23 51 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-500\/50) {
  fill: rgb(1 23 51 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-500\/60) {
  fill: rgb(1 23 51 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-500\/70) {
  fill: rgb(1 23 51 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-500\/75) {
  fill: rgb(1 23 51 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-500\/80) {
  fill: rgb(1 23 51 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-500\/90) {
  fill: rgb(1 23 51 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-500\/95) {
  fill: rgb(1 23 51 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-600) {
  fill: #011228;
}

.editor-styles-wrapper :is(.fill-navy-600\/0) {
  fill: rgb(1 18 40 / 0);
}

.editor-styles-wrapper :is(.fill-navy-600\/10) {
  fill: rgb(1 18 40 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-600\/100) {
  fill: rgb(1 18 40 / 1);
}

.editor-styles-wrapper :is(.fill-navy-600\/20) {
  fill: rgb(1 18 40 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-600\/25) {
  fill: rgb(1 18 40 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-600\/30) {
  fill: rgb(1 18 40 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-600\/40) {
  fill: rgb(1 18 40 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-600\/5) {
  fill: rgb(1 18 40 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-600\/50) {
  fill: rgb(1 18 40 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-600\/60) {
  fill: rgb(1 18 40 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-600\/70) {
  fill: rgb(1 18 40 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-600\/75) {
  fill: rgb(1 18 40 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-600\/80) {
  fill: rgb(1 18 40 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-600\/90) {
  fill: rgb(1 18 40 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-600\/95) {
  fill: rgb(1 18 40 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-700) {
  fill: #010D1E;
}

.editor-styles-wrapper :is(.fill-navy-700\/0) {
  fill: rgb(1 13 30 / 0);
}

.editor-styles-wrapper :is(.fill-navy-700\/10) {
  fill: rgb(1 13 30 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-700\/100) {
  fill: rgb(1 13 30 / 1);
}

.editor-styles-wrapper :is(.fill-navy-700\/20) {
  fill: rgb(1 13 30 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-700\/25) {
  fill: rgb(1 13 30 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-700\/30) {
  fill: rgb(1 13 30 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-700\/40) {
  fill: rgb(1 13 30 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-700\/5) {
  fill: rgb(1 13 30 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-700\/50) {
  fill: rgb(1 13 30 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-700\/60) {
  fill: rgb(1 13 30 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-700\/70) {
  fill: rgb(1 13 30 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-700\/75) {
  fill: rgb(1 13 30 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-700\/80) {
  fill: rgb(1 13 30 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-700\/90) {
  fill: rgb(1 13 30 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-700\/95) {
  fill: rgb(1 13 30 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-800) {
  fill: #000914;
}

.editor-styles-wrapper :is(.fill-navy-800\/0) {
  fill: rgb(0 9 20 / 0);
}

.editor-styles-wrapper :is(.fill-navy-800\/10) {
  fill: rgb(0 9 20 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-800\/100) {
  fill: rgb(0 9 20 / 1);
}

.editor-styles-wrapper :is(.fill-navy-800\/20) {
  fill: rgb(0 9 20 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-800\/25) {
  fill: rgb(0 9 20 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-800\/30) {
  fill: rgb(0 9 20 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-800\/40) {
  fill: rgb(0 9 20 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-800\/5) {
  fill: rgb(0 9 20 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-800\/50) {
  fill: rgb(0 9 20 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-800\/60) {
  fill: rgb(0 9 20 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-800\/70) {
  fill: rgb(0 9 20 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-800\/75) {
  fill: rgb(0 9 20 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-800\/80) {
  fill: rgb(0 9 20 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-800\/90) {
  fill: rgb(0 9 20 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-800\/95) {
  fill: rgb(0 9 20 / 0.95);
}

.editor-styles-wrapper :is(.fill-navy-900) {
  fill: #00040A;
}

.editor-styles-wrapper :is(.fill-navy-900\/0) {
  fill: rgb(0 4 10 / 0);
}

.editor-styles-wrapper :is(.fill-navy-900\/10) {
  fill: rgb(0 4 10 / 0.1);
}

.editor-styles-wrapper :is(.fill-navy-900\/100) {
  fill: rgb(0 4 10 / 1);
}

.editor-styles-wrapper :is(.fill-navy-900\/20) {
  fill: rgb(0 4 10 / 0.2);
}

.editor-styles-wrapper :is(.fill-navy-900\/25) {
  fill: rgb(0 4 10 / 0.25);
}

.editor-styles-wrapper :is(.fill-navy-900\/30) {
  fill: rgb(0 4 10 / 0.3);
}

.editor-styles-wrapper :is(.fill-navy-900\/40) {
  fill: rgb(0 4 10 / 0.4);
}

.editor-styles-wrapper :is(.fill-navy-900\/5) {
  fill: rgb(0 4 10 / 0.05);
}

.editor-styles-wrapper :is(.fill-navy-900\/50) {
  fill: rgb(0 4 10 / 0.5);
}

.editor-styles-wrapper :is(.fill-navy-900\/60) {
  fill: rgb(0 4 10 / 0.6);
}

.editor-styles-wrapper :is(.fill-navy-900\/70) {
  fill: rgb(0 4 10 / 0.7);
}

.editor-styles-wrapper :is(.fill-navy-900\/75) {
  fill: rgb(0 4 10 / 0.75);
}

.editor-styles-wrapper :is(.fill-navy-900\/80) {
  fill: rgb(0 4 10 / 0.8);
}

.editor-styles-wrapper :is(.fill-navy-900\/90) {
  fill: rgb(0 4 10 / 0.9);
}

.editor-styles-wrapper :is(.fill-navy-900\/95) {
  fill: rgb(0 4 10 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-100) {
  fill: #FEE9DA;
}

.editor-styles-wrapper :is(.fill-orange-100\/0) {
  fill: rgb(254 233 218 / 0);
}

.editor-styles-wrapper :is(.fill-orange-100\/10) {
  fill: rgb(254 233 218 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-100\/100) {
  fill: rgb(254 233 218 / 1);
}

.editor-styles-wrapper :is(.fill-orange-100\/20) {
  fill: rgb(254 233 218 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-100\/25) {
  fill: rgb(254 233 218 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-100\/30) {
  fill: rgb(254 233 218 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-100\/40) {
  fill: rgb(254 233 218 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-100\/5) {
  fill: rgb(254 233 218 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-100\/50) {
  fill: rgb(254 233 218 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-100\/60) {
  fill: rgb(254 233 218 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-100\/70) {
  fill: rgb(254 233 218 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-100\/75) {
  fill: rgb(254 233 218 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-100\/80) {
  fill: rgb(254 233 218 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-100\/90) {
  fill: rgb(254 233 218 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-100\/95) {
  fill: rgb(254 233 218 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-1000) {
  fill: #200E00;
}

.editor-styles-wrapper :is(.fill-orange-1000\/0) {
  fill: rgb(32 14 0 / 0);
}

.editor-styles-wrapper :is(.fill-orange-1000\/10) {
  fill: rgb(32 14 0 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-1000\/100) {
  fill: rgb(32 14 0 / 1);
}

.editor-styles-wrapper :is(.fill-orange-1000\/20) {
  fill: rgb(32 14 0 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-1000\/25) {
  fill: rgb(32 14 0 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-1000\/30) {
  fill: rgb(32 14 0 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-1000\/40) {
  fill: rgb(32 14 0 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-1000\/5) {
  fill: rgb(32 14 0 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-1000\/50) {
  fill: rgb(32 14 0 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-1000\/60) {
  fill: rgb(32 14 0 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-1000\/70) {
  fill: rgb(32 14 0 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-1000\/75) {
  fill: rgb(32 14 0 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-1000\/80) {
  fill: rgb(32 14 0 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-1000\/90) {
  fill: rgb(32 14 0 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-1000\/95) {
  fill: rgb(32 14 0 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-200) {
  fill: #FED4B5;
}

.editor-styles-wrapper :is(.fill-orange-200\/0) {
  fill: rgb(254 212 181 / 0);
}

.editor-styles-wrapper :is(.fill-orange-200\/10) {
  fill: rgb(254 212 181 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-200\/100) {
  fill: rgb(254 212 181 / 1);
}

.editor-styles-wrapper :is(.fill-orange-200\/20) {
  fill: rgb(254 212 181 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-200\/25) {
  fill: rgb(254 212 181 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-200\/30) {
  fill: rgb(254 212 181 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-200\/40) {
  fill: rgb(254 212 181 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-200\/5) {
  fill: rgb(254 212 181 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-200\/50) {
  fill: rgb(254 212 181 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-200\/60) {
  fill: rgb(254 212 181 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-200\/70) {
  fill: rgb(254 212 181 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-200\/75) {
  fill: rgb(254 212 181 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-200\/80) {
  fill: rgb(254 212 181 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-200\/90) {
  fill: rgb(254 212 181 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-200\/95) {
  fill: rgb(254 212 181 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-300) {
  fill: #FDBF8F;
}

.editor-styles-wrapper :is(.fill-orange-300\/0) {
  fill: rgb(253 191 143 / 0);
}

.editor-styles-wrapper :is(.fill-orange-300\/10) {
  fill: rgb(253 191 143 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-300\/100) {
  fill: rgb(253 191 143 / 1);
}

.editor-styles-wrapper :is(.fill-orange-300\/20) {
  fill: rgb(253 191 143 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-300\/25) {
  fill: rgb(253 191 143 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-300\/30) {
  fill: rgb(253 191 143 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-300\/40) {
  fill: rgb(253 191 143 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-300\/5) {
  fill: rgb(253 191 143 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-300\/50) {
  fill: rgb(253 191 143 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-300\/60) {
  fill: rgb(253 191 143 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-300\/70) {
  fill: rgb(253 191 143 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-300\/75) {
  fill: rgb(253 191 143 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-300\/80) {
  fill: rgb(253 191 143 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-300\/90) {
  fill: rgb(253 191 143 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-300\/95) {
  fill: rgb(253 191 143 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-400) {
  fill: #FDAA6A;
}

.editor-styles-wrapper :is(.fill-orange-400\/0) {
  fill: rgb(253 170 106 / 0);
}

.editor-styles-wrapper :is(.fill-orange-400\/10) {
  fill: rgb(253 170 106 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-400\/100) {
  fill: rgb(253 170 106 / 1);
}

.editor-styles-wrapper :is(.fill-orange-400\/20) {
  fill: rgb(253 170 106 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-400\/25) {
  fill: rgb(253 170 106 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-400\/30) {
  fill: rgb(253 170 106 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-400\/40) {
  fill: rgb(253 170 106 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-400\/5) {
  fill: rgb(253 170 106 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-400\/50) {
  fill: rgb(253 170 106 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-400\/60) {
  fill: rgb(253 170 106 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-400\/70) {
  fill: rgb(253 170 106 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-400\/75) {
  fill: rgb(253 170 106 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-400\/80) {
  fill: rgb(253 170 106 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-400\/90) {
  fill: rgb(253 170 106 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-400\/95) {
  fill: rgb(253 170 106 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-50) {
  fill: #FFF4EC;
}

.editor-styles-wrapper :is(.fill-orange-50\/0) {
  fill: rgb(255 244 236 / 0);
}

.editor-styles-wrapper :is(.fill-orange-50\/10) {
  fill: rgb(255 244 236 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-50\/100) {
  fill: rgb(255 244 236 / 1);
}

.editor-styles-wrapper :is(.fill-orange-50\/20) {
  fill: rgb(255 244 236 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-50\/25) {
  fill: rgb(255 244 236 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-50\/30) {
  fill: rgb(255 244 236 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-50\/40) {
  fill: rgb(255 244 236 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-50\/5) {
  fill: rgb(255 244 236 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-50\/50) {
  fill: rgb(255 244 236 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-50\/60) {
  fill: rgb(255 244 236 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-50\/70) {
  fill: rgb(255 244 236 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-50\/75) {
  fill: rgb(255 244 236 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-50\/80) {
  fill: rgb(255 244 236 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-50\/90) {
  fill: rgb(255 244 236 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-50\/95) {
  fill: rgb(255 244 236 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-500) {
  fill: #FC9445;
}

.editor-styles-wrapper :is(.fill-orange-500\/0) {
  fill: rgb(252 148 69 / 0);
}

.editor-styles-wrapper :is(.fill-orange-500\/10) {
  fill: rgb(252 148 69 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-500\/100) {
  fill: rgb(252 148 69 / 1);
}

.editor-styles-wrapper :is(.fill-orange-500\/20) {
  fill: rgb(252 148 69 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-500\/25) {
  fill: rgb(252 148 69 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-500\/30) {
  fill: rgb(252 148 69 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-500\/40) {
  fill: rgb(252 148 69 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-500\/5) {
  fill: rgb(252 148 69 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-500\/50) {
  fill: rgb(252 148 69 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-500\/60) {
  fill: rgb(252 148 69 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-500\/70) {
  fill: rgb(252 148 69 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-500\/75) {
  fill: rgb(252 148 69 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-500\/80) {
  fill: rgb(252 148 69 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-500\/90) {
  fill: rgb(252 148 69 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-500\/95) {
  fill: rgb(252 148 69 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-600) {
  fill: #FB7006;
}

.editor-styles-wrapper :is(.fill-orange-600\/0) {
  fill: rgb(251 112 6 / 0);
}

.editor-styles-wrapper :is(.fill-orange-600\/10) {
  fill: rgb(251 112 6 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-600\/100) {
  fill: rgb(251 112 6 / 1);
}

.editor-styles-wrapper :is(.fill-orange-600\/20) {
  fill: rgb(251 112 6 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-600\/25) {
  fill: rgb(251 112 6 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-600\/30) {
  fill: rgb(251 112 6 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-600\/40) {
  fill: rgb(251 112 6 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-600\/5) {
  fill: rgb(251 112 6 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-600\/50) {
  fill: rgb(251 112 6 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-600\/60) {
  fill: rgb(251 112 6 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-600\/70) {
  fill: rgb(251 112 6 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-600\/75) {
  fill: rgb(251 112 6 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-600\/80) {
  fill: rgb(251 112 6 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-600\/90) {
  fill: rgb(251 112 6 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-600\/95) {
  fill: rgb(251 112 6 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-700) {
  fill: #BE5403;
}

.editor-styles-wrapper :is(.fill-orange-700\/0) {
  fill: rgb(190 84 3 / 0);
}

.editor-styles-wrapper :is(.fill-orange-700\/10) {
  fill: rgb(190 84 3 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-700\/100) {
  fill: rgb(190 84 3 / 1);
}

.editor-styles-wrapper :is(.fill-orange-700\/20) {
  fill: rgb(190 84 3 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-700\/25) {
  fill: rgb(190 84 3 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-700\/30) {
  fill: rgb(190 84 3 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-700\/40) {
  fill: rgb(190 84 3 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-700\/5) {
  fill: rgb(190 84 3 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-700\/50) {
  fill: rgb(190 84 3 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-700\/60) {
  fill: rgb(190 84 3 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-700\/70) {
  fill: rgb(190 84 3 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-700\/75) {
  fill: rgb(190 84 3 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-700\/80) {
  fill: rgb(190 84 3 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-700\/90) {
  fill: rgb(190 84 3 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-700\/95) {
  fill: rgb(190 84 3 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-800) {
  fill: #7F3802;
}

.editor-styles-wrapper :is(.fill-orange-800\/0) {
  fill: rgb(127 56 2 / 0);
}

.editor-styles-wrapper :is(.fill-orange-800\/10) {
  fill: rgb(127 56 2 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-800\/100) {
  fill: rgb(127 56 2 / 1);
}

.editor-styles-wrapper :is(.fill-orange-800\/20) {
  fill: rgb(127 56 2 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-800\/25) {
  fill: rgb(127 56 2 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-800\/30) {
  fill: rgb(127 56 2 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-800\/40) {
  fill: rgb(127 56 2 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-800\/5) {
  fill: rgb(127 56 2 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-800\/50) {
  fill: rgb(127 56 2 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-800\/60) {
  fill: rgb(127 56 2 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-800\/70) {
  fill: rgb(127 56 2 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-800\/75) {
  fill: rgb(127 56 2 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-800\/80) {
  fill: rgb(127 56 2 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-800\/90) {
  fill: rgb(127 56 2 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-800\/95) {
  fill: rgb(127 56 2 / 0.95);
}

.editor-styles-wrapper :is(.fill-orange-900) {
  fill: #3F1C01;
}

.editor-styles-wrapper :is(.fill-orange-900\/0) {
  fill: rgb(63 28 1 / 0);
}

.editor-styles-wrapper :is(.fill-orange-900\/10) {
  fill: rgb(63 28 1 / 0.1);
}

.editor-styles-wrapper :is(.fill-orange-900\/100) {
  fill: rgb(63 28 1 / 1);
}

.editor-styles-wrapper :is(.fill-orange-900\/20) {
  fill: rgb(63 28 1 / 0.2);
}

.editor-styles-wrapper :is(.fill-orange-900\/25) {
  fill: rgb(63 28 1 / 0.25);
}

.editor-styles-wrapper :is(.fill-orange-900\/30) {
  fill: rgb(63 28 1 / 0.3);
}

.editor-styles-wrapper :is(.fill-orange-900\/40) {
  fill: rgb(63 28 1 / 0.4);
}

.editor-styles-wrapper :is(.fill-orange-900\/5) {
  fill: rgb(63 28 1 / 0.05);
}

.editor-styles-wrapper :is(.fill-orange-900\/50) {
  fill: rgb(63 28 1 / 0.5);
}

.editor-styles-wrapper :is(.fill-orange-900\/60) {
  fill: rgb(63 28 1 / 0.6);
}

.editor-styles-wrapper :is(.fill-orange-900\/70) {
  fill: rgb(63 28 1 / 0.7);
}

.editor-styles-wrapper :is(.fill-orange-900\/75) {
  fill: rgb(63 28 1 / 0.75);
}

.editor-styles-wrapper :is(.fill-orange-900\/80) {
  fill: rgb(63 28 1 / 0.8);
}

.editor-styles-wrapper :is(.fill-orange-900\/90) {
  fill: rgb(63 28 1 / 0.9);
}

.editor-styles-wrapper :is(.fill-orange-900\/95) {
  fill: rgb(63 28 1 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-100) {
  fill: #FFDBD9;
}

.editor-styles-wrapper :is(.fill-red-100\/0) {
  fill: rgb(255 219 217 / 0);
}

.editor-styles-wrapper :is(.fill-red-100\/10) {
  fill: rgb(255 219 217 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-100\/100) {
  fill: rgb(255 219 217 / 1);
}

.editor-styles-wrapper :is(.fill-red-100\/20) {
  fill: rgb(255 219 217 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-100\/25) {
  fill: rgb(255 219 217 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-100\/30) {
  fill: rgb(255 219 217 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-100\/40) {
  fill: rgb(255 219 217 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-100\/5) {
  fill: rgb(255 219 217 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-100\/50) {
  fill: rgb(255 219 217 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-100\/60) {
  fill: rgb(255 219 217 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-100\/70) {
  fill: rgb(255 219 217 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-100\/75) {
  fill: rgb(255 219 217 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-100\/80) {
  fill: rgb(255 219 217 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-100\/90) {
  fill: rgb(255 219 217 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-100\/95) {
  fill: rgb(255 219 217 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-1000) {
  fill: #200200;
}

.editor-styles-wrapper :is(.fill-red-1000\/0) {
  fill: rgb(32 2 0 / 0);
}

.editor-styles-wrapper :is(.fill-red-1000\/10) {
  fill: rgb(32 2 0 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-1000\/100) {
  fill: rgb(32 2 0 / 1);
}

.editor-styles-wrapper :is(.fill-red-1000\/20) {
  fill: rgb(32 2 0 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-1000\/25) {
  fill: rgb(32 2 0 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-1000\/30) {
  fill: rgb(32 2 0 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-1000\/40) {
  fill: rgb(32 2 0 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-1000\/5) {
  fill: rgb(32 2 0 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-1000\/50) {
  fill: rgb(32 2 0 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-1000\/60) {
  fill: rgb(32 2 0 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-1000\/70) {
  fill: rgb(32 2 0 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-1000\/75) {
  fill: rgb(32 2 0 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-1000\/80) {
  fill: rgb(32 2 0 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-1000\/90) {
  fill: rgb(32 2 0 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-1000\/95) {
  fill: rgb(32 2 0 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-200) {
  fill: #FFB8B4;
}

.editor-styles-wrapper :is(.fill-red-200\/0) {
  fill: rgb(255 184 180 / 0);
}

.editor-styles-wrapper :is(.fill-red-200\/10) {
  fill: rgb(255 184 180 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-200\/100) {
  fill: rgb(255 184 180 / 1);
}

.editor-styles-wrapper :is(.fill-red-200\/20) {
  fill: rgb(255 184 180 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-200\/25) {
  fill: rgb(255 184 180 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-200\/30) {
  fill: rgb(255 184 180 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-200\/40) {
  fill: rgb(255 184 180 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-200\/5) {
  fill: rgb(255 184 180 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-200\/50) {
  fill: rgb(255 184 180 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-200\/60) {
  fill: rgb(255 184 180 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-200\/70) {
  fill: rgb(255 184 180 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-200\/75) {
  fill: rgb(255 184 180 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-200\/80) {
  fill: rgb(255 184 180 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-200\/90) {
  fill: rgb(255 184 180 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-200\/95) {
  fill: rgb(255 184 180 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-300) {
  fill: #FE948E;
}

.editor-styles-wrapper :is(.fill-red-300\/0) {
  fill: rgb(254 148 142 / 0);
}

.editor-styles-wrapper :is(.fill-red-300\/10) {
  fill: rgb(254 148 142 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-300\/100) {
  fill: rgb(254 148 142 / 1);
}

.editor-styles-wrapper :is(.fill-red-300\/20) {
  fill: rgb(254 148 142 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-300\/25) {
  fill: rgb(254 148 142 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-300\/30) {
  fill: rgb(254 148 142 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-300\/40) {
  fill: rgb(254 148 142 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-300\/5) {
  fill: rgb(254 148 142 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-300\/50) {
  fill: rgb(254 148 142 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-300\/60) {
  fill: rgb(254 148 142 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-300\/70) {
  fill: rgb(254 148 142 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-300\/75) {
  fill: rgb(254 148 142 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-300\/80) {
  fill: rgb(254 148 142 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-300\/90) {
  fill: rgb(254 148 142 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-300\/95) {
  fill: rgb(254 148 142 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-400) {
  fill: #FE7069;
}

.editor-styles-wrapper :is(.fill-red-400\/0) {
  fill: rgb(254 112 105 / 0);
}

.editor-styles-wrapper :is(.fill-red-400\/10) {
  fill: rgb(254 112 105 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-400\/100) {
  fill: rgb(254 112 105 / 1);
}

.editor-styles-wrapper :is(.fill-red-400\/20) {
  fill: rgb(254 112 105 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-400\/25) {
  fill: rgb(254 112 105 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-400\/30) {
  fill: rgb(254 112 105 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-400\/40) {
  fill: rgb(254 112 105 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-400\/5) {
  fill: rgb(254 112 105 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-400\/50) {
  fill: rgb(254 112 105 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-400\/60) {
  fill: rgb(254 112 105 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-400\/70) {
  fill: rgb(254 112 105 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-400\/75) {
  fill: rgb(254 112 105 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-400\/80) {
  fill: rgb(254 112 105 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-400\/90) {
  fill: rgb(254 112 105 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-400\/95) {
  fill: rgb(254 112 105 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-50) {
  fill: #FFEDEC;
}

.editor-styles-wrapper :is(.fill-red-50\/0) {
  fill: rgb(255 237 236 / 0);
}

.editor-styles-wrapper :is(.fill-red-50\/10) {
  fill: rgb(255 237 236 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-50\/100) {
  fill: rgb(255 237 236 / 1);
}

.editor-styles-wrapper :is(.fill-red-50\/20) {
  fill: rgb(255 237 236 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-50\/25) {
  fill: rgb(255 237 236 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-50\/30) {
  fill: rgb(255 237 236 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-50\/40) {
  fill: rgb(255 237 236 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-50\/5) {
  fill: rgb(255 237 236 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-50\/50) {
  fill: rgb(255 237 236 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-50\/60) {
  fill: rgb(255 237 236 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-50\/70) {
  fill: rgb(255 237 236 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-50\/75) {
  fill: rgb(255 237 236 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-50\/80) {
  fill: rgb(255 237 236 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-50\/90) {
  fill: rgb(255 237 236 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-50\/95) {
  fill: rgb(255 237 236 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-500) {
  fill: #FE6A62;
}

.editor-styles-wrapper :is(.fill-red-500\/0) {
  fill: rgb(254 106 98 / 0);
}

.editor-styles-wrapper :is(.fill-red-500\/10) {
  fill: rgb(254 106 98 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-500\/100) {
  fill: rgb(254 106 98 / 1);
}

.editor-styles-wrapper :is(.fill-red-500\/20) {
  fill: rgb(254 106 98 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-500\/25) {
  fill: rgb(254 106 98 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-500\/30) {
  fill: rgb(254 106 98 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-500\/40) {
  fill: rgb(254 106 98 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-500\/5) {
  fill: rgb(254 106 98 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-500\/50) {
  fill: rgb(254 106 98 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-500\/60) {
  fill: rgb(254 106 98 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-500\/70) {
  fill: rgb(254 106 98 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-500\/75) {
  fill: rgb(254 106 98 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-500\/80) {
  fill: rgb(254 106 98 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-500\/90) {
  fill: rgb(254 106 98 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-500\/95) {
  fill: rgb(254 106 98 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-600) {
  fill: #E00C01;
}

.editor-styles-wrapper :is(.fill-red-600\/0) {
  fill: rgb(224 12 1 / 0);
}

.editor-styles-wrapper :is(.fill-red-600\/10) {
  fill: rgb(224 12 1 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-600\/100) {
  fill: rgb(224 12 1 / 1);
}

.editor-styles-wrapper :is(.fill-red-600\/20) {
  fill: rgb(224 12 1 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-600\/25) {
  fill: rgb(224 12 1 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-600\/30) {
  fill: rgb(224 12 1 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-600\/40) {
  fill: rgb(224 12 1 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-600\/5) {
  fill: rgb(224 12 1 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-600\/50) {
  fill: rgb(224 12 1 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-600\/60) {
  fill: rgb(224 12 1 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-600\/70) {
  fill: rgb(224 12 1 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-600\/75) {
  fill: rgb(224 12 1 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-600\/80) {
  fill: rgb(224 12 1 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-600\/90) {
  fill: rgb(224 12 1 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-600\/95) {
  fill: rgb(224 12 1 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-700) {
  fill: #C00B01;
}

.editor-styles-wrapper :is(.fill-red-700\/0) {
  fill: rgb(192 11 1 / 0);
}

.editor-styles-wrapper :is(.fill-red-700\/10) {
  fill: rgb(192 11 1 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-700\/100) {
  fill: rgb(192 11 1 / 1);
}

.editor-styles-wrapper :is(.fill-red-700\/20) {
  fill: rgb(192 11 1 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-700\/25) {
  fill: rgb(192 11 1 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-700\/30) {
  fill: rgb(192 11 1 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-700\/40) {
  fill: rgb(192 11 1 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-700\/5) {
  fill: rgb(192 11 1 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-700\/50) {
  fill: rgb(192 11 1 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-700\/60) {
  fill: rgb(192 11 1 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-700\/70) {
  fill: rgb(192 11 1 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-700\/75) {
  fill: rgb(192 11 1 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-700\/80) {
  fill: rgb(192 11 1 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-700\/90) {
  fill: rgb(192 11 1 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-700\/95) {
  fill: rgb(192 11 1 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-800) {
  fill: #800701;
}

.editor-styles-wrapper :is(.fill-red-800\/0) {
  fill: rgb(128 7 1 / 0);
}

.editor-styles-wrapper :is(.fill-red-800\/10) {
  fill: rgb(128 7 1 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-800\/100) {
  fill: rgb(128 7 1 / 1);
}

.editor-styles-wrapper :is(.fill-red-800\/20) {
  fill: rgb(128 7 1 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-800\/25) {
  fill: rgb(128 7 1 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-800\/30) {
  fill: rgb(128 7 1 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-800\/40) {
  fill: rgb(128 7 1 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-800\/5) {
  fill: rgb(128 7 1 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-800\/50) {
  fill: rgb(128 7 1 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-800\/60) {
  fill: rgb(128 7 1 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-800\/70) {
  fill: rgb(128 7 1 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-800\/75) {
  fill: rgb(128 7 1 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-800\/80) {
  fill: rgb(128 7 1 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-800\/90) {
  fill: rgb(128 7 1 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-800\/95) {
  fill: rgb(128 7 1 / 0.95);
}

.editor-styles-wrapper :is(.fill-red-900) {
  fill: #400400;
}

.editor-styles-wrapper :is(.fill-red-900\/0) {
  fill: rgb(64 4 0 / 0);
}

.editor-styles-wrapper :is(.fill-red-900\/10) {
  fill: rgb(64 4 0 / 0.1);
}

.editor-styles-wrapper :is(.fill-red-900\/100) {
  fill: rgb(64 4 0 / 1);
}

.editor-styles-wrapper :is(.fill-red-900\/20) {
  fill: rgb(64 4 0 / 0.2);
}

.editor-styles-wrapper :is(.fill-red-900\/25) {
  fill: rgb(64 4 0 / 0.25);
}

.editor-styles-wrapper :is(.fill-red-900\/30) {
  fill: rgb(64 4 0 / 0.3);
}

.editor-styles-wrapper :is(.fill-red-900\/40) {
  fill: rgb(64 4 0 / 0.4);
}

.editor-styles-wrapper :is(.fill-red-900\/5) {
  fill: rgb(64 4 0 / 0.05);
}

.editor-styles-wrapper :is(.fill-red-900\/50) {
  fill: rgb(64 4 0 / 0.5);
}

.editor-styles-wrapper :is(.fill-red-900\/60) {
  fill: rgb(64 4 0 / 0.6);
}

.editor-styles-wrapper :is(.fill-red-900\/70) {
  fill: rgb(64 4 0 / 0.7);
}

.editor-styles-wrapper :is(.fill-red-900\/75) {
  fill: rgb(64 4 0 / 0.75);
}

.editor-styles-wrapper :is(.fill-red-900\/80) {
  fill: rgb(64 4 0 / 0.8);
}

.editor-styles-wrapper :is(.fill-red-900\/90) {
  fill: rgb(64 4 0 / 0.9);
}

.editor-styles-wrapper :is(.fill-red-900\/95) {
  fill: rgb(64 4 0 / 0.95);
}

.editor-styles-wrapper :is(.fill-white) {
  fill: #ffffff;
}

.editor-styles-wrapper :is(.fill-yellow-100) {
  fill: #FEF8EB;
}

.editor-styles-wrapper :is(.fill-yellow-100\/0) {
  fill: rgb(254 248 235 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-100\/10) {
  fill: rgb(254 248 235 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-100\/100) {
  fill: rgb(254 248 235 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-100\/20) {
  fill: rgb(254 248 235 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-100\/25) {
  fill: rgb(254 248 235 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-100\/30) {
  fill: rgb(254 248 235 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-100\/40) {
  fill: rgb(254 248 235 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-100\/5) {
  fill: rgb(254 248 235 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-100\/50) {
  fill: rgb(254 248 235 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-100\/60) {
  fill: rgb(254 248 235 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-100\/70) {
  fill: rgb(254 248 235 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-100\/75) {
  fill: rgb(254 248 235 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-100\/80) {
  fill: rgb(254 248 235 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-100\/90) {
  fill: rgb(254 248 235 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-100\/95) {
  fill: rgb(254 248 235 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-1000) {
  fill: #281B01;
}

.editor-styles-wrapper :is(.fill-yellow-1000\/0) {
  fill: rgb(40 27 1 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/10) {
  fill: rgb(40 27 1 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/100) {
  fill: rgb(40 27 1 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/20) {
  fill: rgb(40 27 1 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/25) {
  fill: rgb(40 27 1 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/30) {
  fill: rgb(40 27 1 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/40) {
  fill: rgb(40 27 1 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/5) {
  fill: rgb(40 27 1 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/50) {
  fill: rgb(40 27 1 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/60) {
  fill: rgb(40 27 1 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/70) {
  fill: rgb(40 27 1 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/75) {
  fill: rgb(40 27 1 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/80) {
  fill: rgb(40 27 1 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/90) {
  fill: rgb(40 27 1 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-1000\/95) {
  fill: rgb(40 27 1 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-200) {
  fill: #FEF2D7;
}

.editor-styles-wrapper :is(.fill-yellow-200\/0) {
  fill: rgb(254 242 215 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-200\/10) {
  fill: rgb(254 242 215 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-200\/100) {
  fill: rgb(254 242 215 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-200\/20) {
  fill: rgb(254 242 215 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-200\/25) {
  fill: rgb(254 242 215 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-200\/30) {
  fill: rgb(254 242 215 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-200\/40) {
  fill: rgb(254 242 215 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-200\/5) {
  fill: rgb(254 242 215 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-200\/50) {
  fill: rgb(254 242 215 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-200\/60) {
  fill: rgb(254 242 215 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-200\/70) {
  fill: rgb(254 242 215 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-200\/75) {
  fill: rgb(254 242 215 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-200\/80) {
  fill: rgb(254 242 215 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-200\/90) {
  fill: rgb(254 242 215 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-200\/95) {
  fill: rgb(254 242 215 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-300) {
  fill: #FDEBC4;
}

.editor-styles-wrapper :is(.fill-yellow-300\/0) {
  fill: rgb(253 235 196 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-300\/10) {
  fill: rgb(253 235 196 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-300\/100) {
  fill: rgb(253 235 196 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-300\/20) {
  fill: rgb(253 235 196 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-300\/25) {
  fill: rgb(253 235 196 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-300\/30) {
  fill: rgb(253 235 196 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-300\/40) {
  fill: rgb(253 235 196 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-300\/5) {
  fill: rgb(253 235 196 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-300\/50) {
  fill: rgb(253 235 196 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-300\/60) {
  fill: rgb(253 235 196 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-300\/70) {
  fill: rgb(253 235 196 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-300\/75) {
  fill: rgb(253 235 196 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-300\/80) {
  fill: rgb(253 235 196 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-300\/90) {
  fill: rgb(253 235 196 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-300\/95) {
  fill: rgb(253 235 196 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-400) {
  fill: #FDE4B0;
}

.editor-styles-wrapper :is(.fill-yellow-400\/0) {
  fill: rgb(253 228 176 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-400\/10) {
  fill: rgb(253 228 176 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-400\/100) {
  fill: rgb(253 228 176 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-400\/20) {
  fill: rgb(253 228 176 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-400\/25) {
  fill: rgb(253 228 176 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-400\/30) {
  fill: rgb(253 228 176 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-400\/40) {
  fill: rgb(253 228 176 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-400\/5) {
  fill: rgb(253 228 176 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-400\/50) {
  fill: rgb(253 228 176 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-400\/60) {
  fill: rgb(253 228 176 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-400\/70) {
  fill: rgb(253 228 176 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-400\/75) {
  fill: rgb(253 228 176 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-400\/80) {
  fill: rgb(253 228 176 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-400\/90) {
  fill: rgb(253 228 176 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-400\/95) {
  fill: rgb(253 228 176 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-50) {
  fill: #FFFCF5;
}

.editor-styles-wrapper :is(.fill-yellow-50\/0) {
  fill: rgb(255 252 245 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-50\/10) {
  fill: rgb(255 252 245 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-50\/100) {
  fill: rgb(255 252 245 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-50\/20) {
  fill: rgb(255 252 245 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-50\/25) {
  fill: rgb(255 252 245 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-50\/30) {
  fill: rgb(255 252 245 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-50\/40) {
  fill: rgb(255 252 245 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-50\/5) {
  fill: rgb(255 252 245 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-50\/50) {
  fill: rgb(255 252 245 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-50\/60) {
  fill: rgb(255 252 245 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-50\/70) {
  fill: rgb(255 252 245 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-50\/75) {
  fill: rgb(255 252 245 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-50\/80) {
  fill: rgb(255 252 245 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-50\/90) {
  fill: rgb(255 252 245 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-50\/95) {
  fill: rgb(255 252 245 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-500) {
  fill: #FCDE9C;
}

.editor-styles-wrapper :is(.fill-yellow-500\/0) {
  fill: rgb(252 222 156 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-500\/10) {
  fill: rgb(252 222 156 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-500\/100) {
  fill: rgb(252 222 156 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-500\/20) {
  fill: rgb(252 222 156 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-500\/25) {
  fill: rgb(252 222 156 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-500\/30) {
  fill: rgb(252 222 156 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-500\/40) {
  fill: rgb(252 222 156 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-500\/5) {
  fill: rgb(252 222 156 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-500\/50) {
  fill: rgb(252 222 156 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-500\/60) {
  fill: rgb(252 222 156 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-500\/70) {
  fill: rgb(252 222 156 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-500\/75) {
  fill: rgb(252 222 156 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-500\/80) {
  fill: rgb(252 222 156 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-500\/90) {
  fill: rgb(252 222 156 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-500\/95) {
  fill: rgb(252 222 156 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-600) {
  fill: #F9C34D;
}

.editor-styles-wrapper :is(.fill-yellow-600\/0) {
  fill: rgb(249 195 77 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-600\/10) {
  fill: rgb(249 195 77 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-600\/100) {
  fill: rgb(249 195 77 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-600\/20) {
  fill: rgb(249 195 77 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-600\/25) {
  fill: rgb(249 195 77 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-600\/30) {
  fill: rgb(249 195 77 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-600\/40) {
  fill: rgb(249 195 77 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-600\/5) {
  fill: rgb(249 195 77 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-600\/50) {
  fill: rgb(249 195 77 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-600\/60) {
  fill: rgb(249 195 77 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-600\/70) {
  fill: rgb(249 195 77 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-600\/75) {
  fill: rgb(249 195 77 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-600\/80) {
  fill: rgb(249 195 77 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-600\/90) {
  fill: rgb(249 195 77 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-600\/95) {
  fill: rgb(249 195 77 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-700) {
  fill: #EDA507;
}

.editor-styles-wrapper :is(.fill-yellow-700\/0) {
  fill: rgb(237 165 7 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-700\/10) {
  fill: rgb(237 165 7 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-700\/100) {
  fill: rgb(237 165 7 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-700\/20) {
  fill: rgb(237 165 7 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-700\/25) {
  fill: rgb(237 165 7 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-700\/30) {
  fill: rgb(237 165 7 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-700\/40) {
  fill: rgb(237 165 7 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-700\/5) {
  fill: rgb(237 165 7 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-700\/50) {
  fill: rgb(237 165 7 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-700\/60) {
  fill: rgb(237 165 7 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-700\/70) {
  fill: rgb(237 165 7 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-700\/75) {
  fill: rgb(237 165 7 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-700\/80) {
  fill: rgb(237 165 7 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-700\/90) {
  fill: rgb(237 165 7 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-700\/95) {
  fill: rgb(237 165 7 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-800) {
  fill: #9E6E05;
}

.editor-styles-wrapper :is(.fill-yellow-800\/0) {
  fill: rgb(158 110 5 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-800\/10) {
  fill: rgb(158 110 5 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-800\/100) {
  fill: rgb(158 110 5 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-800\/20) {
  fill: rgb(158 110 5 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-800\/25) {
  fill: rgb(158 110 5 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-800\/30) {
  fill: rgb(158 110 5 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-800\/40) {
  fill: rgb(158 110 5 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-800\/5) {
  fill: rgb(158 110 5 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-800\/50) {
  fill: rgb(158 110 5 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-800\/60) {
  fill: rgb(158 110 5 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-800\/70) {
  fill: rgb(158 110 5 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-800\/75) {
  fill: rgb(158 110 5 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-800\/80) {
  fill: rgb(158 110 5 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-800\/90) {
  fill: rgb(158 110 5 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-800\/95) {
  fill: rgb(158 110 5 / 0.95);
}

.editor-styles-wrapper :is(.fill-yellow-900) {
  fill: #4F3702;
}

.editor-styles-wrapper :is(.fill-yellow-900\/0) {
  fill: rgb(79 55 2 / 0);
}

.editor-styles-wrapper :is(.fill-yellow-900\/10) {
  fill: rgb(79 55 2 / 0.1);
}

.editor-styles-wrapper :is(.fill-yellow-900\/100) {
  fill: rgb(79 55 2 / 1);
}

.editor-styles-wrapper :is(.fill-yellow-900\/20) {
  fill: rgb(79 55 2 / 0.2);
}

.editor-styles-wrapper :is(.fill-yellow-900\/25) {
  fill: rgb(79 55 2 / 0.25);
}

.editor-styles-wrapper :is(.fill-yellow-900\/30) {
  fill: rgb(79 55 2 / 0.3);
}

.editor-styles-wrapper :is(.fill-yellow-900\/40) {
  fill: rgb(79 55 2 / 0.4);
}

.editor-styles-wrapper :is(.fill-yellow-900\/5) {
  fill: rgb(79 55 2 / 0.05);
}

.editor-styles-wrapper :is(.fill-yellow-900\/50) {
  fill: rgb(79 55 2 / 0.5);
}

.editor-styles-wrapper :is(.fill-yellow-900\/60) {
  fill: rgb(79 55 2 / 0.6);
}

.editor-styles-wrapper :is(.fill-yellow-900\/70) {
  fill: rgb(79 55 2 / 0.7);
}

.editor-styles-wrapper :is(.fill-yellow-900\/75) {
  fill: rgb(79 55 2 / 0.75);
}

.editor-styles-wrapper :is(.fill-yellow-900\/80) {
  fill: rgb(79 55 2 / 0.8);
}

.editor-styles-wrapper :is(.fill-yellow-900\/90) {
  fill: rgb(79 55 2 / 0.9);
}

.editor-styles-wrapper :is(.fill-yellow-900\/95) {
  fill: rgb(79 55 2 / 0.95);
}

.editor-styles-wrapper :is(.object-contain) {
  -o-object-fit: contain;
     object-fit: contain;
}

.editor-styles-wrapper :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}

.editor-styles-wrapper :is(.object-center) {
  -o-object-position: center;
     object-position: center;
}

.editor-styles-wrapper :is(.\!p-2) {
  padding: 0.5rem !important;
}

.editor-styles-wrapper :is(.\!p-4) {
  padding: 1rem !important;
}

.editor-styles-wrapper :is(.p-0) {
  padding: 0px;
}

.editor-styles-wrapper :is(.p-2) {
  padding: 0.5rem;
}

.editor-styles-wrapper :is(.p-3) {
  padding: 0.75rem;
}

.editor-styles-wrapper :is(.p-4) {
  padding: 1rem;
}

.editor-styles-wrapper :is(.p-5) {
  padding: 1.5rem;
}

.editor-styles-wrapper :is(.p-6) {
  padding: 2rem;
}

.editor-styles-wrapper :is(.p-8) {
  padding: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.\!px-4) {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.editor-styles-wrapper :is(.\!px-5) {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.editor-styles-wrapper :is(.\!py-2) {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.editor-styles-wrapper :is(.\!py-5) {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.editor-styles-wrapper :is(.\!py-6) {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.editor-styles-wrapper :is(.px-0) {
  padding-left: 0px;
  padding-right: 0px;
}

.editor-styles-wrapper :is(.px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.editor-styles-wrapper :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.editor-styles-wrapper :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.editor-styles-wrapper :is(.px-5) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.editor-styles-wrapper :is(.px-6) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.editor-styles-wrapper :is(.px-8) {
  padding-left: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  padding-right: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.px-\[1\.25rem\]) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.editor-styles-wrapper :is(.py-0) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.editor-styles-wrapper :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.editor-styles-wrapper :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.editor-styles-wrapper :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.editor-styles-wrapper :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.editor-styles-wrapper :is(.py-5) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.editor-styles-wrapper :is(.py-6) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.editor-styles-wrapper :is(.py-7) {
  padding-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  padding-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.py-8) {
  padding-top: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  padding-bottom: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.py-9) {
  padding-top: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  padding-bottom: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
}

.editor-styles-wrapper :is(.\!pl-0) {
  padding-left: 0px !important;
}

.editor-styles-wrapper :is(.\!pl-6) {
  padding-left: 2rem !important;
}

.editor-styles-wrapper :is(.\!ps-0) {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.editor-styles-wrapper :is(.pb-0) {
  padding-bottom: 0px;
}

.editor-styles-wrapper :is(.pb-10) {
  padding-bottom: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
}

.editor-styles-wrapper :is(.pb-2) {
  padding-bottom: 0.5rem;
}

.editor-styles-wrapper :is(.pb-4) {
  padding-bottom: 1rem;
}

.editor-styles-wrapper :is(.pb-5) {
  padding-bottom: 1.5rem;
}

.editor-styles-wrapper :is(.pb-6) {
  padding-bottom: 2rem;
}

.editor-styles-wrapper :is(.pb-7) {
  padding-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.pb-8) {
  padding-bottom: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.pb-9) {
  padding-bottom: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
}

.editor-styles-wrapper :is(.pl-0) {
  padding-left: 0px;
}

.editor-styles-wrapper :is(.pl-4) {
  padding-left: 1rem;
}

.editor-styles-wrapper :is(.pl-8) {
  padding-left: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.pr-1) {
  padding-right: 0.25rem;
}

.editor-styles-wrapper :is(.pr-5) {
  padding-right: 1.5rem;
}

.editor-styles-wrapper :is(.pr-6) {
  padding-right: 2rem;
}

.editor-styles-wrapper :is(.ps-0) {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.editor-styles-wrapper :is(.pt-0) {
  padding-top: 0px;
}

.editor-styles-wrapper :is(.pt-1) {
  padding-top: 0.25rem;
}

.editor-styles-wrapper :is(.pt-10) {
  padding-top: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
}

.editor-styles-wrapper :is(.pt-11) {
  padding-top: clamp(6rem, 0.2748rem + 18.3206vw, 12rem);
}

.editor-styles-wrapper :is(.pt-12) {
  padding-top: clamp(8rem, 0.3664rem + 24.4275vw, 16rem);
}

.editor-styles-wrapper :is(.pt-2) {
  padding-top: 0.5rem;
}

.editor-styles-wrapper :is(.pt-3) {
  padding-top: 0.75rem;
}

.editor-styles-wrapper :is(.pt-4) {
  padding-top: 1rem;
}

.editor-styles-wrapper :is(.pt-6) {
  padding-top: 2rem;
}

.editor-styles-wrapper :is(.pt-7) {
  padding-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.pt-8) {
  padding-top: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.editor-styles-wrapper :is(.pt-9) {
  padding-top: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
}

.editor-styles-wrapper :is(.\!text-left) {
  text-align: left !important;
}

.editor-styles-wrapper :is(.text-left) {
  text-align: left;
}

.editor-styles-wrapper :is(.text-center) {
  text-align: center;
}

.editor-styles-wrapper :is(.text-right) {
  text-align: right;
}

.editor-styles-wrapper :is(.align-middle) {
  vertical-align: middle;
}

.editor-styles-wrapper :is(.\!text-\[3\.5rem\]) {
  font-size: 3.5rem !important;
}

.editor-styles-wrapper :is(.\!text-base) {
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

.editor-styles-wrapper :is(.\!text-md) {
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: var(--wp--custom--line-height-medium) !important;
  letter-spacing: 0 !important;
}

.editor-styles-wrapper :is(.\!text-sm) {
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: var(--wp--custom--line-height-small) !important;
  letter-spacing: 0 !important;
}

.editor-styles-wrapper :is(.\!text-xs) {
  font-size: var(--wp--preset--font-size--x-small) !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  letter-spacing: 0 !important;
}

.editor-styles-wrapper :is(.text-2xl) {
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: var(--wp--custom--line-height-xx-large);
  letter-spacing: -0.015em;
}

.editor-styles-wrapper :is(.text-3xl) {
  font-size: var(--wp--preset--font-size--xxx-large);
  line-height: var(--wp--custom--line-height-xxx-large);
  letter-spacing: -0.02em;
}

.editor-styles-wrapper :is(.text-4xl) {
  font-size: var(--wp--preset--font-size--xxxx-large);
  line-height: var(--wp--custom--line-height-xxxx-large);
  letter-spacing: -0.025em;
}

.editor-styles-wrapper :is(.text-5xl) {
  font-size: 3rem;
  line-height: 1;
}

.editor-styles-wrapper :is(.text-\[1rem\]) {
  font-size: 1rem;
}

.editor-styles-wrapper :is(.text-base) {
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

.editor-styles-wrapper :is(.text-lg) {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height-large);
  letter-spacing: 0;
}

.editor-styles-wrapper :is(.text-md) {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height-medium);
  letter-spacing: 0;
}

.editor-styles-wrapper :is(.text-sm) {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
}

.editor-styles-wrapper :is(.text-xl) {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height-x-large);
  letter-spacing: -0.01em;
}

.editor-styles-wrapper :is(.text-xs) {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
}

.editor-styles-wrapper :is(.\!font-normal) {
  font-weight: 400 !important;
}

.editor-styles-wrapper :is(.font-bold) {
  font-weight: 700;
}

.editor-styles-wrapper :is(.font-medium) {
  font-weight: 500;
}

.editor-styles-wrapper :is(.font-normal) {
  font-weight: 400;
}

.editor-styles-wrapper :is(.font-semibold) {
  font-weight: 600;
}

.editor-styles-wrapper :is(.capitalize) {
  text-transform: capitalize;
}

.editor-styles-wrapper :is(.normal-case) {
  text-transform: none;
}

.editor-styles-wrapper :is(.\!leading-none) {
  line-height: 1 !important;
}

.editor-styles-wrapper :is(.\!text-blue-100) {
  --tw-text-opacity: 1 !important;
  color: rgb(211 224 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/0) {
  color: rgb(211 224 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/10) {
  color: rgb(211 224 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/100) {
  color: rgb(211 224 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/20) {
  color: rgb(211 224 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/25) {
  color: rgb(211 224 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/30) {
  color: rgb(211 224 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/40) {
  color: rgb(211 224 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/5) {
  color: rgb(211 224 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/50) {
  color: rgb(211 224 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/60) {
  color: rgb(211 224 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/70) {
  color: rgb(211 224 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/75) {
  color: rgb(211 224 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/80) {
  color: rgb(211 224 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/90) {
  color: rgb(211 224 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-100\/95) {
  color: rgb(211 224 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 9 29 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/0) {
  color: rgb(0 9 29 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/10) {
  color: rgb(0 9 29 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/100) {
  color: rgb(0 9 29 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/20) {
  color: rgb(0 9 29 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/25) {
  color: rgb(0 9 29 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/30) {
  color: rgb(0 9 29 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/40) {
  color: rgb(0 9 29 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/5) {
  color: rgb(0 9 29 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/50) {
  color: rgb(0 9 29 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/60) {
  color: rgb(0 9 29 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/70) {
  color: rgb(0 9 29 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/75) {
  color: rgb(0 9 29 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/80) {
  color: rgb(0 9 29 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/90) {
  color: rgb(0 9 29 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-1000\/95) {
  color: rgb(0 9 29 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200) {
  --tw-text-opacity: 1 !important;
  color: rgb(167 194 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/0) {
  color: rgb(167 194 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/10) {
  color: rgb(167 194 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/100) {
  color: rgb(167 194 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/20) {
  color: rgb(167 194 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/25) {
  color: rgb(167 194 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/30) {
  color: rgb(167 194 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/40) {
  color: rgb(167 194 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/5) {
  color: rgb(167 194 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/50) {
  color: rgb(167 194 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/60) {
  color: rgb(167 194 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/70) {
  color: rgb(167 194 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/75) {
  color: rgb(167 194 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/80) {
  color: rgb(167 194 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/90) {
  color: rgb(167 194 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-200\/95) {
  color: rgb(167 194 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(123 163 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/0) {
  color: rgb(123 163 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/10) {
  color: rgb(123 163 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/100) {
  color: rgb(123 163 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/20) {
  color: rgb(123 163 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/25) {
  color: rgb(123 163 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/30) {
  color: rgb(123 163 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/40) {
  color: rgb(123 163 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/5) {
  color: rgb(123 163 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/50) {
  color: rgb(123 163 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/60) {
  color: rgb(123 163 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/70) {
  color: rgb(123 163 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/75) {
  color: rgb(123 163 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/80) {
  color: rgb(123 163 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/90) {
  color: rgb(123 163 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-300\/95) {
  color: rgb(123 163 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(80 132 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/0) {
  color: rgb(80 132 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/10) {
  color: rgb(80 132 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/100) {
  color: rgb(80 132 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/20) {
  color: rgb(80 132 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/25) {
  color: rgb(80 132 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/30) {
  color: rgb(80 132 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/40) {
  color: rgb(80 132 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/5) {
  color: rgb(80 132 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/50) {
  color: rgb(80 132 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/60) {
  color: rgb(80 132 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/70) {
  color: rgb(80 132 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/75) {
  color: rgb(80 132 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/80) {
  color: rgb(80 132 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/90) {
  color: rgb(80 132 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-400\/95) {
  color: rgb(80 132 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50) {
  --tw-text-opacity: 1 !important;
  color: rgb(244 249 252 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/0) {
  color: rgb(244 249 252 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/10) {
  color: rgb(244 249 252 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/100) {
  color: rgb(244 249 252 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/20) {
  color: rgb(244 249 252 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/25) {
  color: rgb(244 249 252 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/30) {
  color: rgb(244 249 252 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/40) {
  color: rgb(244 249 252 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/5) {
  color: rgb(244 249 252 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/50) {
  color: rgb(244 249 252 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/60) {
  color: rgb(244 249 252 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/70) {
  color: rgb(244 249 252 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/75) {
  color: rgb(244 249 252 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/80) {
  color: rgb(244 249 252 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/90) {
  color: rgb(244 249 252 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-50\/95) {
  color: rgb(244 249 252 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(36 101 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/0) {
  color: rgb(36 101 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/10) {
  color: rgb(36 101 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/100) {
  color: rgb(36 101 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/20) {
  color: rgb(36 101 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/25) {
  color: rgb(36 101 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/30) {
  color: rgb(36 101 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/40) {
  color: rgb(36 101 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/5) {
  color: rgb(36 101 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/50) {
  color: rgb(36 101 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/60) {
  color: rgb(36 101 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/70) {
  color: rgb(36 101 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/75) {
  color: rgb(36 101 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/80) {
  color: rgb(36 101 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/90) {
  color: rgb(36 101 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-500\/95) {
  color: rgb(36 101 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 70 233 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/0) {
  color: rgb(0 70 233 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/10) {
  color: rgb(0 70 233 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/100) {
  color: rgb(0 70 233 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/20) {
  color: rgb(0 70 233 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/25) {
  color: rgb(0 70 233 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/30) {
  color: rgb(0 70 233 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/40) {
  color: rgb(0 70 233 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/5) {
  color: rgb(0 70 233 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/50) {
  color: rgb(0 70 233 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/60) {
  color: rgb(0 70 233 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/70) {
  color: rgb(0 70 233 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/75) {
  color: rgb(0 70 233 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/80) {
  color: rgb(0 70 233 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/90) {
  color: rgb(0 70 233 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-600\/95) {
  color: rgb(0 70 233 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 52 174 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/0) {
  color: rgb(0 52 174 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/10) {
  color: rgb(0 52 174 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/100) {
  color: rgb(0 52 174 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/20) {
  color: rgb(0 52 174 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/25) {
  color: rgb(0 52 174 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/30) {
  color: rgb(0 52 174 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/40) {
  color: rgb(0 52 174 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/5) {
  color: rgb(0 52 174 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/50) {
  color: rgb(0 52 174 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/60) {
  color: rgb(0 52 174 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/70) {
  color: rgb(0 52 174 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/75) {
  color: rgb(0 52 174 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/80) {
  color: rgb(0 52 174 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/90) {
  color: rgb(0 52 174 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-700\/95) {
  color: rgb(0 52 174 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 35 116 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/0) {
  color: rgb(0 35 116 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/10) {
  color: rgb(0 35 116 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/100) {
  color: rgb(0 35 116 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/20) {
  color: rgb(0 35 116 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/25) {
  color: rgb(0 35 116 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/30) {
  color: rgb(0 35 116 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/40) {
  color: rgb(0 35 116 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/5) {
  color: rgb(0 35 116 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/50) {
  color: rgb(0 35 116 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/60) {
  color: rgb(0 35 116 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/70) {
  color: rgb(0 35 116 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/75) {
  color: rgb(0 35 116 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/80) {
  color: rgb(0 35 116 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/90) {
  color: rgb(0 35 116 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-800\/95) {
  color: rgb(0 35 116 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 17 58 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/0) {
  color: rgb(0 17 58 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/10) {
  color: rgb(0 17 58 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/100) {
  color: rgb(0 17 58 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/20) {
  color: rgb(0 17 58 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/25) {
  color: rgb(0 17 58 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/30) {
  color: rgb(0 17 58 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/40) {
  color: rgb(0 17 58 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/5) {
  color: rgb(0 17 58 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/50) {
  color: rgb(0 17 58 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/60) {
  color: rgb(0 17 58 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/70) {
  color: rgb(0 17 58 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/75) {
  color: rgb(0 17 58 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/80) {
  color: rgb(0 17 58 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/90) {
  color: rgb(0 17 58 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-blue-900\/95) {
  color: rgb(0 17 58 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100) {
  --tw-text-opacity: 1 !important;
  color: rgb(233 247 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/0) {
  color: rgb(233 247 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/10) {
  color: rgb(233 247 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/100) {
  color: rgb(233 247 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/20) {
  color: rgb(233 247 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/25) {
  color: rgb(233 247 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/30) {
  color: rgb(233 247 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/40) {
  color: rgb(233 247 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/5) {
  color: rgb(233 247 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/50) {
  color: rgb(233 247 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/60) {
  color: rgb(233 247 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/70) {
  color: rgb(233 247 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/75) {
  color: rgb(233 247 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/80) {
  color: rgb(233 247 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/90) {
  color: rgb(233 247 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-100\/95) {
  color: rgb(233 247 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 25 40 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/0) {
  color: rgb(0 25 40 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/10) {
  color: rgb(0 25 40 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/100) {
  color: rgb(0 25 40 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/20) {
  color: rgb(0 25 40 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/25) {
  color: rgb(0 25 40 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/30) {
  color: rgb(0 25 40 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/40) {
  color: rgb(0 25 40 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/5) {
  color: rgb(0 25 40 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/50) {
  color: rgb(0 25 40 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/60) {
  color: rgb(0 25 40 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/70) {
  color: rgb(0 25 40 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/75) {
  color: rgb(0 25 40 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/80) {
  color: rgb(0 25 40 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/90) {
  color: rgb(0 25 40 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-1000\/95) {
  color: rgb(0 25 40 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200) {
  --tw-text-opacity: 1 !important;
  color: rgb(213 239 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/0) {
  color: rgb(213 239 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/10) {
  color: rgb(213 239 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/100) {
  color: rgb(213 239 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/20) {
  color: rgb(213 239 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/25) {
  color: rgb(213 239 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/30) {
  color: rgb(213 239 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/40) {
  color: rgb(213 239 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/5) {
  color: rgb(213 239 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/50) {
  color: rgb(213 239 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/60) {
  color: rgb(213 239 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/70) {
  color: rgb(213 239 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/75) {
  color: rgb(213 239 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/80) {
  color: rgb(213 239 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/90) {
  color: rgb(213 239 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-200\/95) {
  color: rgb(213 239 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(191 231 254 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/0) {
  color: rgb(191 231 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/10) {
  color: rgb(191 231 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/100) {
  color: rgb(191 231 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/20) {
  color: rgb(191 231 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/25) {
  color: rgb(191 231 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/30) {
  color: rgb(191 231 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/40) {
  color: rgb(191 231 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/5) {
  color: rgb(191 231 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/50) {
  color: rgb(191 231 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/60) {
  color: rgb(191 231 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/70) {
  color: rgb(191 231 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/75) {
  color: rgb(191 231 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/80) {
  color: rgb(191 231 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/90) {
  color: rgb(191 231 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-300\/95) {
  color: rgb(191 231 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(170 223 254 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/0) {
  color: rgb(170 223 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/10) {
  color: rgb(170 223 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/100) {
  color: rgb(170 223 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/20) {
  color: rgb(170 223 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/25) {
  color: rgb(170 223 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/30) {
  color: rgb(170 223 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/40) {
  color: rgb(170 223 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/5) {
  color: rgb(170 223 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/50) {
  color: rgb(170 223 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/60) {
  color: rgb(170 223 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/70) {
  color: rgb(170 223 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/75) {
  color: rgb(170 223 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/80) {
  color: rgb(170 223 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/90) {
  color: rgb(170 223 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-400\/95) {
  color: rgb(170 223 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50) {
  --tw-text-opacity: 1 !important;
  color: rgb(244 251 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/0) {
  color: rgb(244 251 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/10) {
  color: rgb(244 251 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/100) {
  color: rgb(244 251 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/20) {
  color: rgb(244 251 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/25) {
  color: rgb(244 251 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/30) {
  color: rgb(244 251 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/40) {
  color: rgb(244 251 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/5) {
  color: rgb(244 251 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/50) {
  color: rgb(244 251 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/60) {
  color: rgb(244 251 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/70) {
  color: rgb(244 251 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/75) {
  color: rgb(244 251 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/80) {
  color: rgb(244 251 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/90) {
  color: rgb(244 251 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-50\/95) {
  color: rgb(244 251 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(165 222 254 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/0) {
  color: rgb(165 222 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/10) {
  color: rgb(165 222 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/100) {
  color: rgb(165 222 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/20) {
  color: rgb(165 222 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/25) {
  color: rgb(165 222 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/30) {
  color: rgb(165 222 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/40) {
  color: rgb(165 222 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/5) {
  color: rgb(165 222 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/50) {
  color: rgb(165 222 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/60) {
  color: rgb(165 222 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/70) {
  color: rgb(165 222 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/75) {
  color: rgb(165 222 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/80) {
  color: rgb(165 222 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/90) {
  color: rgb(165 222 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/95) {
  color: rgb(165 222 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(69 186 253 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/0) {
  color: rgb(69 186 253 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/10) {
  color: rgb(69 186 253 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/100) {
  color: rgb(69 186 253 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/20) {
  color: rgb(69 186 253 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/25) {
  color: rgb(69 186 253 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/30) {
  color: rgb(69 186 253 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/40) {
  color: rgb(69 186 253 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/5) {
  color: rgb(69 186 253 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/50) {
  color: rgb(69 186 253 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/60) {
  color: rgb(69 186 253 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/70) {
  color: rgb(69 186 253 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/75) {
  color: rgb(69 186 253 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/80) {
  color: rgb(69 186 253 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/90) {
  color: rgb(69 186 253 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-600\/95) {
  color: rgb(69 186 253 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700) {
  --tw-text-opacity: 1 !important;
  color: rgb(2 152 239 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/0) {
  color: rgb(2 152 239 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/10) {
  color: rgb(2 152 239 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/100) {
  color: rgb(2 152 239 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/20) {
  color: rgb(2 152 239 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/25) {
  color: rgb(2 152 239 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/30) {
  color: rgb(2 152 239 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/40) {
  color: rgb(2 152 239 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/5) {
  color: rgb(2 152 239 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/50) {
  color: rgb(2 152 239 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/60) {
  color: rgb(2 152 239 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/70) {
  color: rgb(2 152 239 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/75) {
  color: rgb(2 152 239 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/80) {
  color: rgb(2 152 239 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/90) {
  color: rgb(2 152 239 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-700\/95) {
  color: rgb(2 152 239 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800) {
  --tw-text-opacity: 1 !important;
  color: rgb(2 102 160 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/0) {
  color: rgb(2 102 160 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/10) {
  color: rgb(2 102 160 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/100) {
  color: rgb(2 102 160 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/20) {
  color: rgb(2 102 160 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/25) {
  color: rgb(2 102 160 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/30) {
  color: rgb(2 102 160 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/40) {
  color: rgb(2 102 160 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/5) {
  color: rgb(2 102 160 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/50) {
  color: rgb(2 102 160 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/60) {
  color: rgb(2 102 160 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/70) {
  color: rgb(2 102 160 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/75) {
  color: rgb(2 102 160 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/80) {
  color: rgb(2 102 160 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/90) {
  color: rgb(2 102 160 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-800\/95) {
  color: rgb(2 102 160 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 51 80 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/0) {
  color: rgb(1 51 80 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/10) {
  color: rgb(1 51 80 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/100) {
  color: rgb(1 51 80 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/20) {
  color: rgb(1 51 80 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/25) {
  color: rgb(1 51 80 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/30) {
  color: rgb(1 51 80 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/40) {
  color: rgb(1 51 80 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/5) {
  color: rgb(1 51 80 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/50) {
  color: rgb(1 51 80 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/60) {
  color: rgb(1 51 80 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/70) {
  color: rgb(1 51 80 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/75) {
  color: rgb(1 51 80 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/80) {
  color: rgb(1 51 80 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/90) {
  color: rgb(1 51 80 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-900\/95) {
  color: rgb(1 51 80 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-dark) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100) {
  --tw-text-opacity: 1 !important;
  color: rgb(232 235 239 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/0) {
  color: rgb(232 235 239 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/10) {
  color: rgb(232 235 239 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/100) {
  color: rgb(232 235 239 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/20) {
  color: rgb(232 235 239 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/25) {
  color: rgb(232 235 239 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/30) {
  color: rgb(232 235 239 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/40) {
  color: rgb(232 235 239 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/5) {
  color: rgb(232 235 239 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/50) {
  color: rgb(232 235 239 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/60) {
  color: rgb(232 235 239 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/70) {
  color: rgb(232 235 239 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/75) {
  color: rgb(232 235 239 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/80) {
  color: rgb(232 235 239 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/90) {
  color: rgb(232 235 239 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-100\/95) {
  color: rgb(232 235 239 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000) {
  --tw-text-opacity: 1 !important;
  color: rgb(13 15 18 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/0) {
  color: rgb(13 15 18 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/10) {
  color: rgb(13 15 18 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/100) {
  color: rgb(13 15 18 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/20) {
  color: rgb(13 15 18 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/25) {
  color: rgb(13 15 18 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/30) {
  color: rgb(13 15 18 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/40) {
  color: rgb(13 15 18 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/5) {
  color: rgb(13 15 18 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/50) {
  color: rgb(13 15 18 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/60) {
  color: rgb(13 15 18 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/70) {
  color: rgb(13 15 18 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/75) {
  color: rgb(13 15 18 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/80) {
  color: rgb(13 15 18 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/90) {
  color: rgb(13 15 18 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-1000\/95) {
  color: rgb(13 15 18 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200) {
  --tw-text-opacity: 1 !important;
  color: rgb(210 215 223 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/0) {
  color: rgb(210 215 223 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/10) {
  color: rgb(210 215 223 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/100) {
  color: rgb(210 215 223 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/20) {
  color: rgb(210 215 223 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/25) {
  color: rgb(210 215 223 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/30) {
  color: rgb(210 215 223 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/40) {
  color: rgb(210 215 223 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/5) {
  color: rgb(210 215 223 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/50) {
  color: rgb(210 215 223 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/60) {
  color: rgb(210 215 223 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/70) {
  color: rgb(210 215 223 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/75) {
  color: rgb(210 215 223 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/80) {
  color: rgb(210 215 223 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/90) {
  color: rgb(210 215 223 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-200\/95) {
  color: rgb(210 215 223 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(187 195 207 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/0) {
  color: rgb(187 195 207 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/10) {
  color: rgb(187 195 207 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/100) {
  color: rgb(187 195 207 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/20) {
  color: rgb(187 195 207 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/25) {
  color: rgb(187 195 207 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/30) {
  color: rgb(187 195 207 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/40) {
  color: rgb(187 195 207 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/5) {
  color: rgb(187 195 207 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/50) {
  color: rgb(187 195 207 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/60) {
  color: rgb(187 195 207 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/70) {
  color: rgb(187 195 207 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/75) {
  color: rgb(187 195 207 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/80) {
  color: rgb(187 195 207 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/90) {
  color: rgb(187 195 207 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-300\/95) {
  color: rgb(187 195 207 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(164 175 191 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/0) {
  color: rgb(164 175 191 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/10) {
  color: rgb(164 175 191 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/100) {
  color: rgb(164 175 191 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/20) {
  color: rgb(164 175 191 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/25) {
  color: rgb(164 175 191 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/30) {
  color: rgb(164 175 191 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/40) {
  color: rgb(164 175 191 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/5) {
  color: rgb(164 175 191 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/50) {
  color: rgb(164 175 191 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/60) {
  color: rgb(164 175 191 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/70) {
  color: rgb(164 175 191 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/75) {
  color: rgb(164 175 191 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/80) {
  color: rgb(164 175 191 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/90) {
  color: rgb(164 175 191 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-400\/95) {
  color: rgb(164 175 191 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50) {
  --tw-text-opacity: 1 !important;
  color: rgb(244 245 247 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/0) {
  color: rgb(244 245 247 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/10) {
  color: rgb(244 245 247 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/100) {
  color: rgb(244 245 247 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/20) {
  color: rgb(244 245 247 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/25) {
  color: rgb(244 245 247 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/30) {
  color: rgb(244 245 247 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/40) {
  color: rgb(244 245 247 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/5) {
  color: rgb(244 245 247 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/50) {
  color: rgb(244 245 247 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/60) {
  color: rgb(244 245 247 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/70) {
  color: rgb(244 245 247 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/75) {
  color: rgb(244 245 247 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/80) {
  color: rgb(244 245 247 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/90) {
  color: rgb(244 245 247 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-50\/95) {
  color: rgb(244 245 247 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(164 175 191 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/0) {
  color: rgb(164 175 191 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/10) {
  color: rgb(164 175 191 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/100) {
  color: rgb(164 175 191 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/20) {
  color: rgb(164 175 191 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/25) {
  color: rgb(164 175 191 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/30) {
  color: rgb(164 175 191 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/40) {
  color: rgb(164 175 191 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/5) {
  color: rgb(164 175 191 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/50) {
  color: rgb(164 175 191 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/60) {
  color: rgb(164 175 191 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/70) {
  color: rgb(164 175 191 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/75) {
  color: rgb(164 175 191 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/80) {
  color: rgb(164 175 191 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/90) {
  color: rgb(164 175 191 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/95) {
  color: rgb(164 175 191 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(105 122 148 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/0) {
  color: rgb(105 122 148 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/10) {
  color: rgb(105 122 148 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/100) {
  color: rgb(105 122 148 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/20) {
  color: rgb(105 122 148 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/25) {
  color: rgb(105 122 148 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/30) {
  color: rgb(105 122 148 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/40) {
  color: rgb(105 122 148 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/5) {
  color: rgb(105 122 148 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/50) {
  color: rgb(105 122 148 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/60) {
  color: rgb(105 122 148 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/70) {
  color: rgb(105 122 148 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/75) {
  color: rgb(105 122 148 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/80) {
  color: rgb(105 122 148 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/90) {
  color: rgb(105 122 148 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-600\/95) {
  color: rgb(105 122 148 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700) {
  --tw-text-opacity: 1 !important;
  color: rgb(79 92 111 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/0) {
  color: rgb(79 92 111 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/10) {
  color: rgb(79 92 111 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/100) {
  color: rgb(79 92 111 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/20) {
  color: rgb(79 92 111 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/25) {
  color: rgb(79 92 111 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/30) {
  color: rgb(79 92 111 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/40) {
  color: rgb(79 92 111 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/5) {
  color: rgb(79 92 111 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/50) {
  color: rgb(79 92 111 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/60) {
  color: rgb(79 92 111 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/70) {
  color: rgb(79 92 111 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/75) {
  color: rgb(79 92 111 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/80) {
  color: rgb(79 92 111 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/90) {
  color: rgb(79 92 111 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-700\/95) {
  color: rgb(79 92 111 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800) {
  --tw-text-opacity: 1 !important;
  color: rgb(52 61 74 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/0) {
  color: rgb(52 61 74 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/10) {
  color: rgb(52 61 74 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/100) {
  color: rgb(52 61 74 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/20) {
  color: rgb(52 61 74 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/25) {
  color: rgb(52 61 74 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/30) {
  color: rgb(52 61 74 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/40) {
  color: rgb(52 61 74 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/5) {
  color: rgb(52 61 74 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/50) {
  color: rgb(52 61 74 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/60) {
  color: rgb(52 61 74 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/70) {
  color: rgb(52 61 74 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/75) {
  color: rgb(52 61 74 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/80) {
  color: rgb(52 61 74 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/90) {
  color: rgb(52 61 74 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-800\/95) {
  color: rgb(52 61 74 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900) {
  --tw-text-opacity: 1 !important;
  color: rgb(26 31 37 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/0) {
  color: rgb(26 31 37 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/10) {
  color: rgb(26 31 37 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/100) {
  color: rgb(26 31 37 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/20) {
  color: rgb(26 31 37 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/25) {
  color: rgb(26 31 37 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/30) {
  color: rgb(26 31 37 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/40) {
  color: rgb(26 31 37 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/5) {
  color: rgb(26 31 37 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/50) {
  color: rgb(26 31 37 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/60) {
  color: rgb(26 31 37 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/70) {
  color: rgb(26 31 37 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/75) {
  color: rgb(26 31 37 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/80) {
  color: rgb(26 31 37 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/90) {
  color: rgb(26 31 37 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-900\/95) {
  color: rgb(26 31 37 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-100) {
  --tw-text-opacity: 1 !important;
  color: rgb(194 254 228 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/0) {
  color: rgb(194 254 228 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/10) {
  color: rgb(194 254 228 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/100) {
  color: rgb(194 254 228 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/20) {
  color: rgb(194 254 228 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/25) {
  color: rgb(194 254 228 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/30) {
  color: rgb(194 254 228 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/40) {
  color: rgb(194 254 228 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/5) {
  color: rgb(194 254 228 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/50) {
  color: rgb(194 254 228 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/60) {
  color: rgb(194 254 228 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/70) {
  color: rgb(194 254 228 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/75) {
  color: rgb(194 254 228 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/80) {
  color: rgb(194 254 228 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/90) {
  color: rgb(194 254 228 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-100\/95) {
  color: rgb(194 254 228 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 20 11 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/0) {
  color: rgb(0 20 11 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/10) {
  color: rgb(0 20 11 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/100) {
  color: rgb(0 20 11 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/20) {
  color: rgb(0 20 11 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/25) {
  color: rgb(0 20 11 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/30) {
  color: rgb(0 20 11 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/40) {
  color: rgb(0 20 11 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/5) {
  color: rgb(0 20 11 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/50) {
  color: rgb(0 20 11 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/60) {
  color: rgb(0 20 11 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/70) {
  color: rgb(0 20 11 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/75) {
  color: rgb(0 20 11 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/80) {
  color: rgb(0 20 11 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/90) {
  color: rgb(0 20 11 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-1000\/95) {
  color: rgb(0 20 11 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-200) {
  --tw-text-opacity: 1 !important;
  color: rgb(132 253 201 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/0) {
  color: rgb(132 253 201 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/10) {
  color: rgb(132 253 201 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/100) {
  color: rgb(132 253 201 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/20) {
  color: rgb(132 253 201 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/25) {
  color: rgb(132 253 201 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/30) {
  color: rgb(132 253 201 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/40) {
  color: rgb(132 253 201 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/5) {
  color: rgb(132 253 201 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/50) {
  color: rgb(132 253 201 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/60) {
  color: rgb(132 253 201 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/70) {
  color: rgb(132 253 201 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/75) {
  color: rgb(132 253 201 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/80) {
  color: rgb(132 253 201 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/90) {
  color: rgb(132 253 201 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-200\/95) {
  color: rgb(132 253 201 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(71 252 174 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/0) {
  color: rgb(71 252 174 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/10) {
  color: rgb(71 252 174 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/100) {
  color: rgb(71 252 174 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/20) {
  color: rgb(71 252 174 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/25) {
  color: rgb(71 252 174 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/30) {
  color: rgb(71 252 174 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/40) {
  color: rgb(71 252 174 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/5) {
  color: rgb(71 252 174 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/50) {
  color: rgb(71 252 174 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/60) {
  color: rgb(71 252 174 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/70) {
  color: rgb(71 252 174 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/75) {
  color: rgb(71 252 174 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/80) {
  color: rgb(71 252 174 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/90) {
  color: rgb(71 252 174 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-300\/95) {
  color: rgb(71 252 174 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(10 251 147 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/0) {
  color: rgb(10 251 147 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/10) {
  color: rgb(10 251 147 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/100) {
  color: rgb(10 251 147 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/20) {
  color: rgb(10 251 147 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/25) {
  color: rgb(10 251 147 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/30) {
  color: rgb(10 251 147 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/40) {
  color: rgb(10 251 147 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/5) {
  color: rgb(10 251 147 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/50) {
  color: rgb(10 251 147 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/60) {
  color: rgb(10 251 147 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/70) {
  color: rgb(10 251 147 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/75) {
  color: rgb(10 251 147 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/80) {
  color: rgb(10 251 147 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/90) {
  color: rgb(10 251 147 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-400\/95) {
  color: rgb(10 251 147 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-50) {
  --tw-text-opacity: 1 !important;
  color: rgb(224 255 241 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/0) {
  color: rgb(224 255 241 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/10) {
  color: rgb(224 255 241 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/100) {
  color: rgb(224 255 241 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/20) {
  color: rgb(224 255 241 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/25) {
  color: rgb(224 255 241 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/30) {
  color: rgb(224 255 241 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/40) {
  color: rgb(224 255 241 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/5) {
  color: rgb(224 255 241 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/50) {
  color: rgb(224 255 241 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/60) {
  color: rgb(224 255 241 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/70) {
  color: rgb(224 255 241 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/75) {
  color: rgb(224 255 241 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/80) {
  color: rgb(224 255 241 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/90) {
  color: rgb(224 255 241 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-50\/95) {
  color: rgb(224 255 241 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(3 196 112 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/0) {
  color: rgb(3 196 112 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/10) {
  color: rgb(3 196 112 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/100) {
  color: rgb(3 196 112 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/20) {
  color: rgb(3 196 112 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/25) {
  color: rgb(3 196 112 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/30) {
  color: rgb(3 196 112 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/40) {
  color: rgb(3 196 112 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/5) {
  color: rgb(3 196 112 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/50) {
  color: rgb(3 196 112 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/60) {
  color: rgb(3 196 112 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/70) {
  color: rgb(3 196 112 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/75) {
  color: rgb(3 196 112 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/80) {
  color: rgb(3 196 112 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/90) {
  color: rgb(3 196 112 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-500\/95) {
  color: rgb(3 196 112 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(2 157 90 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/0) {
  color: rgb(2 157 90 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/10) {
  color: rgb(2 157 90 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/100) {
  color: rgb(2 157 90 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/20) {
  color: rgb(2 157 90 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/25) {
  color: rgb(2 157 90 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/30) {
  color: rgb(2 157 90 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/40) {
  color: rgb(2 157 90 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/5) {
  color: rgb(2 157 90 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/50) {
  color: rgb(2 157 90 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/60) {
  color: rgb(2 157 90 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/70) {
  color: rgb(2 157 90 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/75) {
  color: rgb(2 157 90 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/80) {
  color: rgb(2 157 90 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/90) {
  color: rgb(2 157 90 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-600\/95) {
  color: rgb(2 157 90 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-700) {
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/0) {
  color: rgb(2 118 67 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/10) {
  color: rgb(2 118 67 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/100) {
  color: rgb(2 118 67 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/20) {
  color: rgb(2 118 67 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/25) {
  color: rgb(2 118 67 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/30) {
  color: rgb(2 118 67 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/40) {
  color: rgb(2 118 67 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/5) {
  color: rgb(2 118 67 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/50) {
  color: rgb(2 118 67 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/60) {
  color: rgb(2 118 67 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/70) {
  color: rgb(2 118 67 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/75) {
  color: rgb(2 118 67 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/80) {
  color: rgb(2 118 67 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/90) {
  color: rgb(2 118 67 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-700\/95) {
  color: rgb(2 118 67 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-800) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 78 45 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/0) {
  color: rgb(1 78 45 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/10) {
  color: rgb(1 78 45 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/100) {
  color: rgb(1 78 45 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/20) {
  color: rgb(1 78 45 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/25) {
  color: rgb(1 78 45 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/30) {
  color: rgb(1 78 45 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/40) {
  color: rgb(1 78 45 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/5) {
  color: rgb(1 78 45 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/50) {
  color: rgb(1 78 45 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/60) {
  color: rgb(1 78 45 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/70) {
  color: rgb(1 78 45 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/75) {
  color: rgb(1 78 45 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/80) {
  color: rgb(1 78 45 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/90) {
  color: rgb(1 78 45 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-800\/95) {
  color: rgb(1 78 45 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-green-900) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 39 22 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/0) {
  color: rgb(1 39 22 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/10) {
  color: rgb(1 39 22 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/100) {
  color: rgb(1 39 22 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/20) {
  color: rgb(1 39 22 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/25) {
  color: rgb(1 39 22 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/30) {
  color: rgb(1 39 22 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/40) {
  color: rgb(1 39 22 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/5) {
  color: rgb(1 39 22 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/50) {
  color: rgb(1 39 22 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/60) {
  color: rgb(1 39 22 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/70) {
  color: rgb(1 39 22 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/75) {
  color: rgb(1 39 22 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/80) {
  color: rgb(1 39 22 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/90) {
  color: rgb(1 39 22 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-green-900\/95) {
  color: rgb(1 39 22 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-inherit) {
  color: inherit !important;
}

.editor-styles-wrapper :is(.\!text-navy-100) {
  --tw-text-opacity: 1 !important;
  color: rgb(165 203 253 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/0) {
  color: rgb(165 203 253 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/10) {
  color: rgb(165 203 253 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/100) {
  color: rgb(165 203 253 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/20) {
  color: rgb(165 203 253 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/25) {
  color: rgb(165 203 253 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/30) {
  color: rgb(165 203 253 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/40) {
  color: rgb(165 203 253 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/5) {
  color: rgb(165 203 253 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/50) {
  color: rgb(165 203 253 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/60) {
  color: rgb(165 203 253 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/70) {
  color: rgb(165 203 253 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/75) {
  color: rgb(165 203 253 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/80) {
  color: rgb(165 203 253 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/90) {
  color: rgb(165 203 253 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-100\/95) {
  color: rgb(165 203 253 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 2 5 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/0) {
  color: rgb(0 2 5 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/10) {
  color: rgb(0 2 5 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/100) {
  color: rgb(0 2 5 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/20) {
  color: rgb(0 2 5 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/25) {
  color: rgb(0 2 5 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/30) {
  color: rgb(0 2 5 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/40) {
  color: rgb(0 2 5 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/5) {
  color: rgb(0 2 5 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/50) {
  color: rgb(0 2 5 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/60) {
  color: rgb(0 2 5 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/70) {
  color: rgb(0 2 5 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/75) {
  color: rgb(0 2 5 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/80) {
  color: rgb(0 2 5 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/90) {
  color: rgb(0 2 5 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-1000\/95) {
  color: rgb(0 2 5 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200) {
  --tw-text-opacity: 1 !important;
  color: rgb(75 151 251 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/0) {
  color: rgb(75 151 251 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/10) {
  color: rgb(75 151 251 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/100) {
  color: rgb(75 151 251 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/20) {
  color: rgb(75 151 251 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/25) {
  color: rgb(75 151 251 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/30) {
  color: rgb(75 151 251 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/40) {
  color: rgb(75 151 251 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/5) {
  color: rgb(75 151 251 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/50) {
  color: rgb(75 151 251 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/60) {
  color: rgb(75 151 251 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/70) {
  color: rgb(75 151 251 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/75) {
  color: rgb(75 151 251 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/80) {
  color: rgb(75 151 251 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/90) {
  color: rgb(75 151 251 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-200\/95) {
  color: rgb(75 151 251 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(5 102 230 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/0) {
  color: rgb(5 102 230 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/10) {
  color: rgb(5 102 230 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/100) {
  color: rgb(5 102 230 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/20) {
  color: rgb(5 102 230 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/25) {
  color: rgb(5 102 230 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/30) {
  color: rgb(5 102 230 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/40) {
  color: rgb(5 102 230 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/5) {
  color: rgb(5 102 230 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/50) {
  color: rgb(5 102 230 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/60) {
  color: rgb(5 102 230 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/70) {
  color: rgb(5 102 230 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/75) {
  color: rgb(5 102 230 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/80) {
  color: rgb(5 102 230 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/90) {
  color: rgb(5 102 230 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-300\/95) {
  color: rgb(5 102 230 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(3 62 140 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/0) {
  color: rgb(3 62 140 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/10) {
  color: rgb(3 62 140 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/100) {
  color: rgb(3 62 140 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/20) {
  color: rgb(3 62 140 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/25) {
  color: rgb(3 62 140 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/30) {
  color: rgb(3 62 140 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/40) {
  color: rgb(3 62 140 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/5) {
  color: rgb(3 62 140 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/50) {
  color: rgb(3 62 140 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/60) {
  color: rgb(3 62 140 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/70) {
  color: rgb(3 62 140 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/75) {
  color: rgb(3 62 140 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/80) {
  color: rgb(3 62 140 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/90) {
  color: rgb(3 62 140 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-400\/95) {
  color: rgb(3 62 140 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50) {
  --tw-text-opacity: 1 !important;
  color: rgb(210 229 254 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/0) {
  color: rgb(210 229 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/10) {
  color: rgb(210 229 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/100) {
  color: rgb(210 229 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/20) {
  color: rgb(210 229 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/25) {
  color: rgb(210 229 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/30) {
  color: rgb(210 229 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/40) {
  color: rgb(210 229 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/5) {
  color: rgb(210 229 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/50) {
  color: rgb(210 229 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/60) {
  color: rgb(210 229 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/70) {
  color: rgb(210 229 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/75) {
  color: rgb(210 229 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/80) {
  color: rgb(210 229 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/90) {
  color: rgb(210 229 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-50\/95) {
  color: rgb(210 229 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/0) {
  color: rgb(1 23 51 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/10) {
  color: rgb(1 23 51 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/100) {
  color: rgb(1 23 51 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/20) {
  color: rgb(1 23 51 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/25) {
  color: rgb(1 23 51 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/30) {
  color: rgb(1 23 51 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/40) {
  color: rgb(1 23 51 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/5) {
  color: rgb(1 23 51 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/50) {
  color: rgb(1 23 51 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/60) {
  color: rgb(1 23 51 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/70) {
  color: rgb(1 23 51 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/75) {
  color: rgb(1 23 51 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/80) {
  color: rgb(1 23 51 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/90) {
  color: rgb(1 23 51 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-500\/95) {
  color: rgb(1 23 51 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 18 40 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/0) {
  color: rgb(1 18 40 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/10) {
  color: rgb(1 18 40 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/100) {
  color: rgb(1 18 40 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/20) {
  color: rgb(1 18 40 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/25) {
  color: rgb(1 18 40 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/30) {
  color: rgb(1 18 40 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/40) {
  color: rgb(1 18 40 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/5) {
  color: rgb(1 18 40 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/50) {
  color: rgb(1 18 40 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/60) {
  color: rgb(1 18 40 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/70) {
  color: rgb(1 18 40 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/75) {
  color: rgb(1 18 40 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/80) {
  color: rgb(1 18 40 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/90) {
  color: rgb(1 18 40 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-600\/95) {
  color: rgb(1 18 40 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 13 30 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/0) {
  color: rgb(1 13 30 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/10) {
  color: rgb(1 13 30 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/100) {
  color: rgb(1 13 30 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/20) {
  color: rgb(1 13 30 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/25) {
  color: rgb(1 13 30 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/30) {
  color: rgb(1 13 30 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/40) {
  color: rgb(1 13 30 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/5) {
  color: rgb(1 13 30 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/50) {
  color: rgb(1 13 30 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/60) {
  color: rgb(1 13 30 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/70) {
  color: rgb(1 13 30 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/75) {
  color: rgb(1 13 30 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/80) {
  color: rgb(1 13 30 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/90) {
  color: rgb(1 13 30 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-700\/95) {
  color: rgb(1 13 30 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 9 20 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/0) {
  color: rgb(0 9 20 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/10) {
  color: rgb(0 9 20 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/100) {
  color: rgb(0 9 20 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/20) {
  color: rgb(0 9 20 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/25) {
  color: rgb(0 9 20 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/30) {
  color: rgb(0 9 20 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/40) {
  color: rgb(0 9 20 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/5) {
  color: rgb(0 9 20 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/50) {
  color: rgb(0 9 20 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/60) {
  color: rgb(0 9 20 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/70) {
  color: rgb(0 9 20 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/75) {
  color: rgb(0 9 20 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/80) {
  color: rgb(0 9 20 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/90) {
  color: rgb(0 9 20 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-800\/95) {
  color: rgb(0 9 20 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 4 10 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/0) {
  color: rgb(0 4 10 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/10) {
  color: rgb(0 4 10 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/100) {
  color: rgb(0 4 10 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/20) {
  color: rgb(0 4 10 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/25) {
  color: rgb(0 4 10 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/30) {
  color: rgb(0 4 10 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/40) {
  color: rgb(0 4 10 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/5) {
  color: rgb(0 4 10 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/50) {
  color: rgb(0 4 10 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/60) {
  color: rgb(0 4 10 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/70) {
  color: rgb(0 4 10 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/75) {
  color: rgb(0 4 10 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/80) {
  color: rgb(0 4 10 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/90) {
  color: rgb(0 4 10 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-navy-900\/95) {
  color: rgb(0 4 10 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 233 218 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/0) {
  color: rgb(254 233 218 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/10) {
  color: rgb(254 233 218 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/100) {
  color: rgb(254 233 218 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/20) {
  color: rgb(254 233 218 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/25) {
  color: rgb(254 233 218 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/30) {
  color: rgb(254 233 218 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/40) {
  color: rgb(254 233 218 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/5) {
  color: rgb(254 233 218 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/50) {
  color: rgb(254 233 218 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/60) {
  color: rgb(254 233 218 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/70) {
  color: rgb(254 233 218 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/75) {
  color: rgb(254 233 218 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/80) {
  color: rgb(254 233 218 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/90) {
  color: rgb(254 233 218 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-100\/95) {
  color: rgb(254 233 218 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000) {
  --tw-text-opacity: 1 !important;
  color: rgb(32 14 0 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/0) {
  color: rgb(32 14 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/10) {
  color: rgb(32 14 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/100) {
  color: rgb(32 14 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/20) {
  color: rgb(32 14 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/25) {
  color: rgb(32 14 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/30) {
  color: rgb(32 14 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/40) {
  color: rgb(32 14 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/5) {
  color: rgb(32 14 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/50) {
  color: rgb(32 14 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/60) {
  color: rgb(32 14 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/70) {
  color: rgb(32 14 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/75) {
  color: rgb(32 14 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/80) {
  color: rgb(32 14 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/90) {
  color: rgb(32 14 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-1000\/95) {
  color: rgb(32 14 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 212 181 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/0) {
  color: rgb(254 212 181 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/10) {
  color: rgb(254 212 181 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/100) {
  color: rgb(254 212 181 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/20) {
  color: rgb(254 212 181 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/25) {
  color: rgb(254 212 181 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/30) {
  color: rgb(254 212 181 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/40) {
  color: rgb(254 212 181 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/5) {
  color: rgb(254 212 181 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/50) {
  color: rgb(254 212 181 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/60) {
  color: rgb(254 212 181 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/70) {
  color: rgb(254 212 181 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/75) {
  color: rgb(254 212 181 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/80) {
  color: rgb(254 212 181 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/90) {
  color: rgb(254 212 181 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-200\/95) {
  color: rgb(254 212 181 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 191 143 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/0) {
  color: rgb(253 191 143 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/10) {
  color: rgb(253 191 143 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/100) {
  color: rgb(253 191 143 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/20) {
  color: rgb(253 191 143 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/25) {
  color: rgb(253 191 143 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/30) {
  color: rgb(253 191 143 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/40) {
  color: rgb(253 191 143 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/5) {
  color: rgb(253 191 143 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/50) {
  color: rgb(253 191 143 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/60) {
  color: rgb(253 191 143 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/70) {
  color: rgb(253 191 143 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/75) {
  color: rgb(253 191 143 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/80) {
  color: rgb(253 191 143 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/90) {
  color: rgb(253 191 143 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-300\/95) {
  color: rgb(253 191 143 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 170 106 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/0) {
  color: rgb(253 170 106 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/10) {
  color: rgb(253 170 106 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/100) {
  color: rgb(253 170 106 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/20) {
  color: rgb(253 170 106 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/25) {
  color: rgb(253 170 106 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/30) {
  color: rgb(253 170 106 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/40) {
  color: rgb(253 170 106 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/5) {
  color: rgb(253 170 106 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/50) {
  color: rgb(253 170 106 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/60) {
  color: rgb(253 170 106 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/70) {
  color: rgb(253 170 106 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/75) {
  color: rgb(253 170 106 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/80) {
  color: rgb(253 170 106 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/90) {
  color: rgb(253 170 106 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-400\/95) {
  color: rgb(253 170 106 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 244 236 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/0) {
  color: rgb(255 244 236 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/10) {
  color: rgb(255 244 236 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/100) {
  color: rgb(255 244 236 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/20) {
  color: rgb(255 244 236 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/25) {
  color: rgb(255 244 236 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/30) {
  color: rgb(255 244 236 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/40) {
  color: rgb(255 244 236 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/5) {
  color: rgb(255 244 236 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/50) {
  color: rgb(255 244 236 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/60) {
  color: rgb(255 244 236 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/70) {
  color: rgb(255 244 236 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/75) {
  color: rgb(255 244 236 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/80) {
  color: rgb(255 244 236 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/90) {
  color: rgb(255 244 236 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-50\/95) {
  color: rgb(255 244 236 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(252 148 69 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/0) {
  color: rgb(252 148 69 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/10) {
  color: rgb(252 148 69 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/100) {
  color: rgb(252 148 69 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/20) {
  color: rgb(252 148 69 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/25) {
  color: rgb(252 148 69 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/30) {
  color: rgb(252 148 69 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/40) {
  color: rgb(252 148 69 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/5) {
  color: rgb(252 148 69 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/50) {
  color: rgb(252 148 69 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/60) {
  color: rgb(252 148 69 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/70) {
  color: rgb(252 148 69 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/75) {
  color: rgb(252 148 69 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/80) {
  color: rgb(252 148 69 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/90) {
  color: rgb(252 148 69 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-500\/95) {
  color: rgb(252 148 69 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(251 112 6 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/0) {
  color: rgb(251 112 6 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/10) {
  color: rgb(251 112 6 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/100) {
  color: rgb(251 112 6 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/20) {
  color: rgb(251 112 6 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/25) {
  color: rgb(251 112 6 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/30) {
  color: rgb(251 112 6 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/40) {
  color: rgb(251 112 6 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/5) {
  color: rgb(251 112 6 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/50) {
  color: rgb(251 112 6 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/60) {
  color: rgb(251 112 6 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/70) {
  color: rgb(251 112 6 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/75) {
  color: rgb(251 112 6 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/80) {
  color: rgb(251 112 6 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/90) {
  color: rgb(251 112 6 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-600\/95) {
  color: rgb(251 112 6 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700) {
  --tw-text-opacity: 1 !important;
  color: rgb(190 84 3 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/0) {
  color: rgb(190 84 3 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/10) {
  color: rgb(190 84 3 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/100) {
  color: rgb(190 84 3 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/20) {
  color: rgb(190 84 3 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/25) {
  color: rgb(190 84 3 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/30) {
  color: rgb(190 84 3 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/40) {
  color: rgb(190 84 3 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/5) {
  color: rgb(190 84 3 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/50) {
  color: rgb(190 84 3 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/60) {
  color: rgb(190 84 3 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/70) {
  color: rgb(190 84 3 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/75) {
  color: rgb(190 84 3 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/80) {
  color: rgb(190 84 3 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/90) {
  color: rgb(190 84 3 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-700\/95) {
  color: rgb(190 84 3 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800) {
  --tw-text-opacity: 1 !important;
  color: rgb(127 56 2 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/0) {
  color: rgb(127 56 2 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/10) {
  color: rgb(127 56 2 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/100) {
  color: rgb(127 56 2 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/20) {
  color: rgb(127 56 2 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/25) {
  color: rgb(127 56 2 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/30) {
  color: rgb(127 56 2 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/40) {
  color: rgb(127 56 2 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/5) {
  color: rgb(127 56 2 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/50) {
  color: rgb(127 56 2 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/60) {
  color: rgb(127 56 2 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/70) {
  color: rgb(127 56 2 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/75) {
  color: rgb(127 56 2 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/80) {
  color: rgb(127 56 2 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/90) {
  color: rgb(127 56 2 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-800\/95) {
  color: rgb(127 56 2 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900) {
  --tw-text-opacity: 1 !important;
  color: rgb(63 28 1 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/0) {
  color: rgb(63 28 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/10) {
  color: rgb(63 28 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/100) {
  color: rgb(63 28 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/20) {
  color: rgb(63 28 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/25) {
  color: rgb(63 28 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/30) {
  color: rgb(63 28 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/40) {
  color: rgb(63 28 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/5) {
  color: rgb(63 28 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/50) {
  color: rgb(63 28 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/60) {
  color: rgb(63 28 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/70) {
  color: rgb(63 28 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/75) {
  color: rgb(63 28 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/80) {
  color: rgb(63 28 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/90) {
  color: rgb(63 28 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-orange-900\/95) {
  color: rgb(63 28 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-primary) {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-100) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 219 217 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/0) {
  color: rgb(255 219 217 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/10) {
  color: rgb(255 219 217 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/100) {
  color: rgb(255 219 217 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/20) {
  color: rgb(255 219 217 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/25) {
  color: rgb(255 219 217 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/30) {
  color: rgb(255 219 217 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/40) {
  color: rgb(255 219 217 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/5) {
  color: rgb(255 219 217 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/50) {
  color: rgb(255 219 217 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/60) {
  color: rgb(255 219 217 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/70) {
  color: rgb(255 219 217 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/75) {
  color: rgb(255 219 217 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/80) {
  color: rgb(255 219 217 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/90) {
  color: rgb(255 219 217 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-100\/95) {
  color: rgb(255 219 217 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000) {
  --tw-text-opacity: 1 !important;
  color: rgb(32 2 0 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/0) {
  color: rgb(32 2 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/10) {
  color: rgb(32 2 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/100) {
  color: rgb(32 2 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/20) {
  color: rgb(32 2 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/25) {
  color: rgb(32 2 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/30) {
  color: rgb(32 2 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/40) {
  color: rgb(32 2 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/5) {
  color: rgb(32 2 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/50) {
  color: rgb(32 2 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/60) {
  color: rgb(32 2 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/70) {
  color: rgb(32 2 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/75) {
  color: rgb(32 2 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/80) {
  color: rgb(32 2 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/90) {
  color: rgb(32 2 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-1000\/95) {
  color: rgb(32 2 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-200) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 184 180 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/0) {
  color: rgb(255 184 180 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/10) {
  color: rgb(255 184 180 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/100) {
  color: rgb(255 184 180 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/20) {
  color: rgb(255 184 180 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/25) {
  color: rgb(255 184 180 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/30) {
  color: rgb(255 184 180 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/40) {
  color: rgb(255 184 180 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/5) {
  color: rgb(255 184 180 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/50) {
  color: rgb(255 184 180 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/60) {
  color: rgb(255 184 180 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/70) {
  color: rgb(255 184 180 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/75) {
  color: rgb(255 184 180 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/80) {
  color: rgb(255 184 180 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/90) {
  color: rgb(255 184 180 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-200\/95) {
  color: rgb(255 184 180 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 148 142 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/0) {
  color: rgb(254 148 142 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/10) {
  color: rgb(254 148 142 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/100) {
  color: rgb(254 148 142 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/20) {
  color: rgb(254 148 142 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/25) {
  color: rgb(254 148 142 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/30) {
  color: rgb(254 148 142 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/40) {
  color: rgb(254 148 142 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/5) {
  color: rgb(254 148 142 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/50) {
  color: rgb(254 148 142 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/60) {
  color: rgb(254 148 142 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/70) {
  color: rgb(254 148 142 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/75) {
  color: rgb(254 148 142 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/80) {
  color: rgb(254 148 142 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/90) {
  color: rgb(254 148 142 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-300\/95) {
  color: rgb(254 148 142 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 112 105 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/0) {
  color: rgb(254 112 105 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/10) {
  color: rgb(254 112 105 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/100) {
  color: rgb(254 112 105 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/20) {
  color: rgb(254 112 105 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/25) {
  color: rgb(254 112 105 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/30) {
  color: rgb(254 112 105 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/40) {
  color: rgb(254 112 105 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/5) {
  color: rgb(254 112 105 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/50) {
  color: rgb(254 112 105 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/60) {
  color: rgb(254 112 105 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/70) {
  color: rgb(254 112 105 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/75) {
  color: rgb(254 112 105 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/80) {
  color: rgb(254 112 105 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/90) {
  color: rgb(254 112 105 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-400\/95) {
  color: rgb(254 112 105 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-50) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 237 236 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/0) {
  color: rgb(255 237 236 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/10) {
  color: rgb(255 237 236 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/100) {
  color: rgb(255 237 236 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/20) {
  color: rgb(255 237 236 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/25) {
  color: rgb(255 237 236 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/30) {
  color: rgb(255 237 236 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/40) {
  color: rgb(255 237 236 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/5) {
  color: rgb(255 237 236 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/50) {
  color: rgb(255 237 236 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/60) {
  color: rgb(255 237 236 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/70) {
  color: rgb(255 237 236 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/75) {
  color: rgb(255 237 236 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/80) {
  color: rgb(255 237 236 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/90) {
  color: rgb(255 237 236 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-50\/95) {
  color: rgb(255 237 236 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 106 98 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/0) {
  color: rgb(254 106 98 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/10) {
  color: rgb(254 106 98 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/100) {
  color: rgb(254 106 98 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/20) {
  color: rgb(254 106 98 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/25) {
  color: rgb(254 106 98 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/30) {
  color: rgb(254 106 98 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/40) {
  color: rgb(254 106 98 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/5) {
  color: rgb(254 106 98 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/50) {
  color: rgb(254 106 98 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/60) {
  color: rgb(254 106 98 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/70) {
  color: rgb(254 106 98 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/75) {
  color: rgb(254 106 98 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/80) {
  color: rgb(254 106 98 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/90) {
  color: rgb(254 106 98 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-500\/95) {
  color: rgb(254 106 98 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(224 12 1 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/0) {
  color: rgb(224 12 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/10) {
  color: rgb(224 12 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/100) {
  color: rgb(224 12 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/20) {
  color: rgb(224 12 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/25) {
  color: rgb(224 12 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/30) {
  color: rgb(224 12 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/40) {
  color: rgb(224 12 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/5) {
  color: rgb(224 12 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/50) {
  color: rgb(224 12 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/60) {
  color: rgb(224 12 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/70) {
  color: rgb(224 12 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/75) {
  color: rgb(224 12 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/80) {
  color: rgb(224 12 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/90) {
  color: rgb(224 12 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-600\/95) {
  color: rgb(224 12 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-700) {
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/0) {
  color: rgb(192 11 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/10) {
  color: rgb(192 11 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/100) {
  color: rgb(192 11 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/20) {
  color: rgb(192 11 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/25) {
  color: rgb(192 11 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/30) {
  color: rgb(192 11 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/40) {
  color: rgb(192 11 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/5) {
  color: rgb(192 11 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/50) {
  color: rgb(192 11 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/60) {
  color: rgb(192 11 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/70) {
  color: rgb(192 11 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/75) {
  color: rgb(192 11 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/80) {
  color: rgb(192 11 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/90) {
  color: rgb(192 11 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-700\/95) {
  color: rgb(192 11 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-800) {
  --tw-text-opacity: 1 !important;
  color: rgb(128 7 1 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/0) {
  color: rgb(128 7 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/10) {
  color: rgb(128 7 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/100) {
  color: rgb(128 7 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/20) {
  color: rgb(128 7 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/25) {
  color: rgb(128 7 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/30) {
  color: rgb(128 7 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/40) {
  color: rgb(128 7 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/5) {
  color: rgb(128 7 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/50) {
  color: rgb(128 7 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/60) {
  color: rgb(128 7 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/70) {
  color: rgb(128 7 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/75) {
  color: rgb(128 7 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/80) {
  color: rgb(128 7 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/90) {
  color: rgb(128 7 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-800\/95) {
  color: rgb(128 7 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-red-900) {
  --tw-text-opacity: 1 !important;
  color: rgb(64 4 0 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/0) {
  color: rgb(64 4 0 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/10) {
  color: rgb(64 4 0 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/100) {
  color: rgb(64 4 0 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/20) {
  color: rgb(64 4 0 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/25) {
  color: rgb(64 4 0 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/30) {
  color: rgb(64 4 0 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/40) {
  color: rgb(64 4 0 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/5) {
  color: rgb(64 4 0 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/50) {
  color: rgb(64 4 0 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/60) {
  color: rgb(64 4 0 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/70) {
  color: rgb(64 4 0 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/75) {
  color: rgb(64 4 0 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/80) {
  color: rgb(64 4 0 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/90) {
  color: rgb(64 4 0 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-red-900\/95) {
  color: rgb(64 4 0 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-white) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 248 235 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/0) {
  color: rgb(254 248 235 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/10) {
  color: rgb(254 248 235 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/100) {
  color: rgb(254 248 235 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/20) {
  color: rgb(254 248 235 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/25) {
  color: rgb(254 248 235 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/30) {
  color: rgb(254 248 235 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/40) {
  color: rgb(254 248 235 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/5) {
  color: rgb(254 248 235 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/50) {
  color: rgb(254 248 235 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/60) {
  color: rgb(254 248 235 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/70) {
  color: rgb(254 248 235 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/75) {
  color: rgb(254 248 235 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/80) {
  color: rgb(254 248 235 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/90) {
  color: rgb(254 248 235 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-100\/95) {
  color: rgb(254 248 235 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000) {
  --tw-text-opacity: 1 !important;
  color: rgb(40 27 1 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/0) {
  color: rgb(40 27 1 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/10) {
  color: rgb(40 27 1 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/100) {
  color: rgb(40 27 1 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/20) {
  color: rgb(40 27 1 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/25) {
  color: rgb(40 27 1 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/30) {
  color: rgb(40 27 1 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/40) {
  color: rgb(40 27 1 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/5) {
  color: rgb(40 27 1 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/50) {
  color: rgb(40 27 1 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/60) {
  color: rgb(40 27 1 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/70) {
  color: rgb(40 27 1 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/75) {
  color: rgb(40 27 1 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/80) {
  color: rgb(40 27 1 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/90) {
  color: rgb(40 27 1 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-1000\/95) {
  color: rgb(40 27 1 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 215 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/0) {
  color: rgb(254 242 215 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/10) {
  color: rgb(254 242 215 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/100) {
  color: rgb(254 242 215 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/20) {
  color: rgb(254 242 215 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/25) {
  color: rgb(254 242 215 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/30) {
  color: rgb(254 242 215 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/40) {
  color: rgb(254 242 215 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/5) {
  color: rgb(254 242 215 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/50) {
  color: rgb(254 242 215 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/60) {
  color: rgb(254 242 215 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/70) {
  color: rgb(254 242 215 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/75) {
  color: rgb(254 242 215 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/80) {
  color: rgb(254 242 215 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/90) {
  color: rgb(254 242 215 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-200\/95) {
  color: rgb(254 242 215 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 235 196 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/0) {
  color: rgb(253 235 196 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/10) {
  color: rgb(253 235 196 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/100) {
  color: rgb(253 235 196 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/20) {
  color: rgb(253 235 196 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/25) {
  color: rgb(253 235 196 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/30) {
  color: rgb(253 235 196 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/40) {
  color: rgb(253 235 196 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/5) {
  color: rgb(253 235 196 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/50) {
  color: rgb(253 235 196 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/60) {
  color: rgb(253 235 196 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/70) {
  color: rgb(253 235 196 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/75) {
  color: rgb(253 235 196 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/80) {
  color: rgb(253 235 196 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/90) {
  color: rgb(253 235 196 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-300\/95) {
  color: rgb(253 235 196 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 228 176 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/0) {
  color: rgb(253 228 176 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/10) {
  color: rgb(253 228 176 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/100) {
  color: rgb(253 228 176 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/20) {
  color: rgb(253 228 176 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/25) {
  color: rgb(253 228 176 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/30) {
  color: rgb(253 228 176 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/40) {
  color: rgb(253 228 176 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/5) {
  color: rgb(253 228 176 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/50) {
  color: rgb(253 228 176 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/60) {
  color: rgb(253 228 176 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/70) {
  color: rgb(253 228 176 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/75) {
  color: rgb(253 228 176 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/80) {
  color: rgb(253 228 176 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/90) {
  color: rgb(253 228 176 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-400\/95) {
  color: rgb(253 228 176 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 252 245 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/0) {
  color: rgb(255 252 245 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/10) {
  color: rgb(255 252 245 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/100) {
  color: rgb(255 252 245 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/20) {
  color: rgb(255 252 245 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/25) {
  color: rgb(255 252 245 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/30) {
  color: rgb(255 252 245 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/40) {
  color: rgb(255 252 245 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/5) {
  color: rgb(255 252 245 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/50) {
  color: rgb(255 252 245 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/60) {
  color: rgb(255 252 245 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/70) {
  color: rgb(255 252 245 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/75) {
  color: rgb(255 252 245 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/80) {
  color: rgb(255 252 245 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/90) {
  color: rgb(255 252 245 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-50\/95) {
  color: rgb(255 252 245 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(252 222 156 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/0) {
  color: rgb(252 222 156 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/10) {
  color: rgb(252 222 156 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/100) {
  color: rgb(252 222 156 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/20) {
  color: rgb(252 222 156 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/25) {
  color: rgb(252 222 156 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/30) {
  color: rgb(252 222 156 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/40) {
  color: rgb(252 222 156 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/5) {
  color: rgb(252 222 156 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/50) {
  color: rgb(252 222 156 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/60) {
  color: rgb(252 222 156 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/70) {
  color: rgb(252 222 156 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/75) {
  color: rgb(252 222 156 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/80) {
  color: rgb(252 222 156 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/90) {
  color: rgb(252 222 156 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-500\/95) {
  color: rgb(252 222 156 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(249 195 77 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/0) {
  color: rgb(249 195 77 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/10) {
  color: rgb(249 195 77 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/100) {
  color: rgb(249 195 77 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/20) {
  color: rgb(249 195 77 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/25) {
  color: rgb(249 195 77 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/30) {
  color: rgb(249 195 77 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/40) {
  color: rgb(249 195 77 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/5) {
  color: rgb(249 195 77 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/50) {
  color: rgb(249 195 77 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/60) {
  color: rgb(249 195 77 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/70) {
  color: rgb(249 195 77 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/75) {
  color: rgb(249 195 77 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/80) {
  color: rgb(249 195 77 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/90) {
  color: rgb(249 195 77 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-600\/95) {
  color: rgb(249 195 77 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700) {
  --tw-text-opacity: 1 !important;
  color: rgb(237 165 7 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/0) {
  color: rgb(237 165 7 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/10) {
  color: rgb(237 165 7 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/100) {
  color: rgb(237 165 7 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/20) {
  color: rgb(237 165 7 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/25) {
  color: rgb(237 165 7 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/30) {
  color: rgb(237 165 7 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/40) {
  color: rgb(237 165 7 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/5) {
  color: rgb(237 165 7 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/50) {
  color: rgb(237 165 7 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/60) {
  color: rgb(237 165 7 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/70) {
  color: rgb(237 165 7 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/75) {
  color: rgb(237 165 7 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/80) {
  color: rgb(237 165 7 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/90) {
  color: rgb(237 165 7 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-700\/95) {
  color: rgb(237 165 7 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800) {
  --tw-text-opacity: 1 !important;
  color: rgb(158 110 5 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/0) {
  color: rgb(158 110 5 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/10) {
  color: rgb(158 110 5 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/100) {
  color: rgb(158 110 5 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/20) {
  color: rgb(158 110 5 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/25) {
  color: rgb(158 110 5 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/30) {
  color: rgb(158 110 5 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/40) {
  color: rgb(158 110 5 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/5) {
  color: rgb(158 110 5 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/50) {
  color: rgb(158 110 5 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/60) {
  color: rgb(158 110 5 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/70) {
  color: rgb(158 110 5 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/75) {
  color: rgb(158 110 5 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/80) {
  color: rgb(158 110 5 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/90) {
  color: rgb(158 110 5 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-800\/95) {
  color: rgb(158 110 5 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900) {
  --tw-text-opacity: 1 !important;
  color: rgb(79 55 2 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/0) {
  color: rgb(79 55 2 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/10) {
  color: rgb(79 55 2 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/100) {
  color: rgb(79 55 2 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/20) {
  color: rgb(79 55 2 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/25) {
  color: rgb(79 55 2 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/30) {
  color: rgb(79 55 2 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/40) {
  color: rgb(79 55 2 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/5) {
  color: rgb(79 55 2 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/50) {
  color: rgb(79 55 2 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/60) {
  color: rgb(79 55 2 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/70) {
  color: rgb(79 55 2 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/75) {
  color: rgb(79 55 2 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/80) {
  color: rgb(79 55 2 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/90) {
  color: rgb(79 55 2 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-yellow-900\/95) {
  color: rgb(79 55 2 / 0.95) !important;
}

.editor-styles-wrapper :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-100) {
  --tw-text-opacity: 1;
  color: rgb(211 224 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-100\/0) {
  color: rgb(211 224 255 / 0);
}

.editor-styles-wrapper :is(.text-blue-100\/10) {
  color: rgb(211 224 255 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-100\/100) {
  color: rgb(211 224 255 / 1);
}

.editor-styles-wrapper :is(.text-blue-100\/20) {
  color: rgb(211 224 255 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-100\/25) {
  color: rgb(211 224 255 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-100\/30) {
  color: rgb(211 224 255 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-100\/40) {
  color: rgb(211 224 255 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-100\/5) {
  color: rgb(211 224 255 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-100\/50) {
  color: rgb(211 224 255 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-100\/60) {
  color: rgb(211 224 255 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-100\/70) {
  color: rgb(211 224 255 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-100\/75) {
  color: rgb(211 224 255 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-100\/80) {
  color: rgb(211 224 255 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-100\/90) {
  color: rgb(211 224 255 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-100\/95) {
  color: rgb(211 224 255 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-1000) {
  --tw-text-opacity: 1;
  color: rgb(0 9 29 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-1000\/0) {
  color: rgb(0 9 29 / 0);
}

.editor-styles-wrapper :is(.text-blue-1000\/10) {
  color: rgb(0 9 29 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-1000\/100) {
  color: rgb(0 9 29 / 1);
}

.editor-styles-wrapper :is(.text-blue-1000\/20) {
  color: rgb(0 9 29 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-1000\/25) {
  color: rgb(0 9 29 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-1000\/30) {
  color: rgb(0 9 29 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-1000\/40) {
  color: rgb(0 9 29 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-1000\/5) {
  color: rgb(0 9 29 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-1000\/50) {
  color: rgb(0 9 29 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-1000\/60) {
  color: rgb(0 9 29 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-1000\/70) {
  color: rgb(0 9 29 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-1000\/75) {
  color: rgb(0 9 29 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-1000\/80) {
  color: rgb(0 9 29 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-1000\/90) {
  color: rgb(0 9 29 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-1000\/95) {
  color: rgb(0 9 29 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-200) {
  --tw-text-opacity: 1;
  color: rgb(167 194 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-200\/0) {
  color: rgb(167 194 255 / 0);
}

.editor-styles-wrapper :is(.text-blue-200\/10) {
  color: rgb(167 194 255 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-200\/100) {
  color: rgb(167 194 255 / 1);
}

.editor-styles-wrapper :is(.text-blue-200\/20) {
  color: rgb(167 194 255 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-200\/25) {
  color: rgb(167 194 255 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-200\/30) {
  color: rgb(167 194 255 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-200\/40) {
  color: rgb(167 194 255 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-200\/5) {
  color: rgb(167 194 255 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-200\/50) {
  color: rgb(167 194 255 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-200\/60) {
  color: rgb(167 194 255 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-200\/70) {
  color: rgb(167 194 255 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-200\/75) {
  color: rgb(167 194 255 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-200\/80) {
  color: rgb(167 194 255 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-200\/90) {
  color: rgb(167 194 255 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-200\/95) {
  color: rgb(167 194 255 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-300) {
  --tw-text-opacity: 1;
  color: rgb(123 163 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-300\/0) {
  color: rgb(123 163 255 / 0);
}

.editor-styles-wrapper :is(.text-blue-300\/10) {
  color: rgb(123 163 255 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-300\/100) {
  color: rgb(123 163 255 / 1);
}

.editor-styles-wrapper :is(.text-blue-300\/20) {
  color: rgb(123 163 255 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-300\/25) {
  color: rgb(123 163 255 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-300\/30) {
  color: rgb(123 163 255 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-300\/40) {
  color: rgb(123 163 255 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-300\/5) {
  color: rgb(123 163 255 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-300\/50) {
  color: rgb(123 163 255 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-300\/60) {
  color: rgb(123 163 255 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-300\/70) {
  color: rgb(123 163 255 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-300\/75) {
  color: rgb(123 163 255 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-300\/80) {
  color: rgb(123 163 255 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-300\/90) {
  color: rgb(123 163 255 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-300\/95) {
  color: rgb(123 163 255 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-400) {
  --tw-text-opacity: 1;
  color: rgb(80 132 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-400\/0) {
  color: rgb(80 132 255 / 0);
}

.editor-styles-wrapper :is(.text-blue-400\/10) {
  color: rgb(80 132 255 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-400\/100) {
  color: rgb(80 132 255 / 1);
}

.editor-styles-wrapper :is(.text-blue-400\/20) {
  color: rgb(80 132 255 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-400\/25) {
  color: rgb(80 132 255 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-400\/30) {
  color: rgb(80 132 255 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-400\/40) {
  color: rgb(80 132 255 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-400\/5) {
  color: rgb(80 132 255 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-400\/50) {
  color: rgb(80 132 255 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-400\/60) {
  color: rgb(80 132 255 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-400\/70) {
  color: rgb(80 132 255 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-400\/75) {
  color: rgb(80 132 255 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-400\/80) {
  color: rgb(80 132 255 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-400\/90) {
  color: rgb(80 132 255 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-400\/95) {
  color: rgb(80 132 255 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-50) {
  --tw-text-opacity: 1;
  color: rgb(244 249 252 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-50\/0) {
  color: rgb(244 249 252 / 0);
}

.editor-styles-wrapper :is(.text-blue-50\/10) {
  color: rgb(244 249 252 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-50\/100) {
  color: rgb(244 249 252 / 1);
}

.editor-styles-wrapper :is(.text-blue-50\/20) {
  color: rgb(244 249 252 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-50\/25) {
  color: rgb(244 249 252 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-50\/30) {
  color: rgb(244 249 252 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-50\/40) {
  color: rgb(244 249 252 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-50\/5) {
  color: rgb(244 249 252 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-50\/50) {
  color: rgb(244 249 252 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-50\/60) {
  color: rgb(244 249 252 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-50\/70) {
  color: rgb(244 249 252 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-50\/75) {
  color: rgb(244 249 252 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-50\/80) {
  color: rgb(244 249 252 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-50\/90) {
  color: rgb(244 249 252 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-50\/95) {
  color: rgb(244 249 252 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(36 101 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-500\/0) {
  color: rgb(36 101 255 / 0);
}

.editor-styles-wrapper :is(.text-blue-500\/10) {
  color: rgb(36 101 255 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-500\/100) {
  color: rgb(36 101 255 / 1);
}

.editor-styles-wrapper :is(.text-blue-500\/20) {
  color: rgb(36 101 255 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-500\/25) {
  color: rgb(36 101 255 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-500\/30) {
  color: rgb(36 101 255 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-500\/40) {
  color: rgb(36 101 255 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-500\/5) {
  color: rgb(36 101 255 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-500\/50) {
  color: rgb(36 101 255 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-500\/60) {
  color: rgb(36 101 255 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-500\/70) {
  color: rgb(36 101 255 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-500\/75) {
  color: rgb(36 101 255 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-500\/80) {
  color: rgb(36 101 255 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-500\/90) {
  color: rgb(36 101 255 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-500\/95) {
  color: rgb(36 101 255 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-600) {
  --tw-text-opacity: 1;
  color: rgb(0 70 233 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-600\/0) {
  color: rgb(0 70 233 / 0);
}

.editor-styles-wrapper :is(.text-blue-600\/10) {
  color: rgb(0 70 233 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-600\/100) {
  color: rgb(0 70 233 / 1);
}

.editor-styles-wrapper :is(.text-blue-600\/20) {
  color: rgb(0 70 233 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-600\/25) {
  color: rgb(0 70 233 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-600\/30) {
  color: rgb(0 70 233 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-600\/40) {
  color: rgb(0 70 233 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-600\/5) {
  color: rgb(0 70 233 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-600\/50) {
  color: rgb(0 70 233 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-600\/60) {
  color: rgb(0 70 233 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-600\/70) {
  color: rgb(0 70 233 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-600\/75) {
  color: rgb(0 70 233 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-600\/80) {
  color: rgb(0 70 233 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-600\/90) {
  color: rgb(0 70 233 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-600\/95) {
  color: rgb(0 70 233 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-700) {
  --tw-text-opacity: 1;
  color: rgb(0 52 174 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-700\/0) {
  color: rgb(0 52 174 / 0);
}

.editor-styles-wrapper :is(.text-blue-700\/10) {
  color: rgb(0 52 174 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-700\/100) {
  color: rgb(0 52 174 / 1);
}

.editor-styles-wrapper :is(.text-blue-700\/20) {
  color: rgb(0 52 174 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-700\/25) {
  color: rgb(0 52 174 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-700\/30) {
  color: rgb(0 52 174 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-700\/40) {
  color: rgb(0 52 174 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-700\/5) {
  color: rgb(0 52 174 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-700\/50) {
  color: rgb(0 52 174 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-700\/60) {
  color: rgb(0 52 174 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-700\/70) {
  color: rgb(0 52 174 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-700\/75) {
  color: rgb(0 52 174 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-700\/80) {
  color: rgb(0 52 174 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-700\/90) {
  color: rgb(0 52 174 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-700\/95) {
  color: rgb(0 52 174 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-800) {
  --tw-text-opacity: 1;
  color: rgb(0 35 116 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-800\/0) {
  color: rgb(0 35 116 / 0);
}

.editor-styles-wrapper :is(.text-blue-800\/10) {
  color: rgb(0 35 116 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-800\/100) {
  color: rgb(0 35 116 / 1);
}

.editor-styles-wrapper :is(.text-blue-800\/20) {
  color: rgb(0 35 116 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-800\/25) {
  color: rgb(0 35 116 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-800\/30) {
  color: rgb(0 35 116 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-800\/40) {
  color: rgb(0 35 116 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-800\/5) {
  color: rgb(0 35 116 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-800\/50) {
  color: rgb(0 35 116 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-800\/60) {
  color: rgb(0 35 116 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-800\/70) {
  color: rgb(0 35 116 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-800\/75) {
  color: rgb(0 35 116 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-800\/80) {
  color: rgb(0 35 116 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-800\/90) {
  color: rgb(0 35 116 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-800\/95) {
  color: rgb(0 35 116 / 0.95);
}

.editor-styles-wrapper :is(.text-blue-900) {
  --tw-text-opacity: 1;
  color: rgb(0 17 58 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-blue-900\/0) {
  color: rgb(0 17 58 / 0);
}

.editor-styles-wrapper :is(.text-blue-900\/10) {
  color: rgb(0 17 58 / 0.1);
}

.editor-styles-wrapper :is(.text-blue-900\/100) {
  color: rgb(0 17 58 / 1);
}

.editor-styles-wrapper :is(.text-blue-900\/20) {
  color: rgb(0 17 58 / 0.2);
}

.editor-styles-wrapper :is(.text-blue-900\/25) {
  color: rgb(0 17 58 / 0.25);
}

.editor-styles-wrapper :is(.text-blue-900\/30) {
  color: rgb(0 17 58 / 0.3);
}

.editor-styles-wrapper :is(.text-blue-900\/40) {
  color: rgb(0 17 58 / 0.4);
}

.editor-styles-wrapper :is(.text-blue-900\/5) {
  color: rgb(0 17 58 / 0.05);
}

.editor-styles-wrapper :is(.text-blue-900\/50) {
  color: rgb(0 17 58 / 0.5);
}

.editor-styles-wrapper :is(.text-blue-900\/60) {
  color: rgb(0 17 58 / 0.6);
}

.editor-styles-wrapper :is(.text-blue-900\/70) {
  color: rgb(0 17 58 / 0.7);
}

.editor-styles-wrapper :is(.text-blue-900\/75) {
  color: rgb(0 17 58 / 0.75);
}

.editor-styles-wrapper :is(.text-blue-900\/80) {
  color: rgb(0 17 58 / 0.8);
}

.editor-styles-wrapper :is(.text-blue-900\/90) {
  color: rgb(0 17 58 / 0.9);
}

.editor-styles-wrapper :is(.text-blue-900\/95) {
  color: rgb(0 17 58 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-100) {
  --tw-text-opacity: 1;
  color: rgb(233 247 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-100\/0) {
  color: rgb(233 247 255 / 0);
}

.editor-styles-wrapper :is(.text-cyan-100\/10) {
  color: rgb(233 247 255 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-100\/100) {
  color: rgb(233 247 255 / 1);
}

.editor-styles-wrapper :is(.text-cyan-100\/20) {
  color: rgb(233 247 255 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-100\/25) {
  color: rgb(233 247 255 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-100\/30) {
  color: rgb(233 247 255 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-100\/40) {
  color: rgb(233 247 255 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-100\/5) {
  color: rgb(233 247 255 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-100\/50) {
  color: rgb(233 247 255 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-100\/60) {
  color: rgb(233 247 255 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-100\/70) {
  color: rgb(233 247 255 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-100\/75) {
  color: rgb(233 247 255 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-100\/80) {
  color: rgb(233 247 255 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-100\/90) {
  color: rgb(233 247 255 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-100\/95) {
  color: rgb(233 247 255 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-1000) {
  --tw-text-opacity: 1;
  color: rgb(0 25 40 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-1000\/0) {
  color: rgb(0 25 40 / 0);
}

.editor-styles-wrapper :is(.text-cyan-1000\/10) {
  color: rgb(0 25 40 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-1000\/100) {
  color: rgb(0 25 40 / 1);
}

.editor-styles-wrapper :is(.text-cyan-1000\/20) {
  color: rgb(0 25 40 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-1000\/25) {
  color: rgb(0 25 40 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-1000\/30) {
  color: rgb(0 25 40 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-1000\/40) {
  color: rgb(0 25 40 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-1000\/5) {
  color: rgb(0 25 40 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-1000\/50) {
  color: rgb(0 25 40 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-1000\/60) {
  color: rgb(0 25 40 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-1000\/70) {
  color: rgb(0 25 40 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-1000\/75) {
  color: rgb(0 25 40 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-1000\/80) {
  color: rgb(0 25 40 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-1000\/90) {
  color: rgb(0 25 40 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-1000\/95) {
  color: rgb(0 25 40 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-200) {
  --tw-text-opacity: 1;
  color: rgb(213 239 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-200\/0) {
  color: rgb(213 239 255 / 0);
}

.editor-styles-wrapper :is(.text-cyan-200\/10) {
  color: rgb(213 239 255 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-200\/100) {
  color: rgb(213 239 255 / 1);
}

.editor-styles-wrapper :is(.text-cyan-200\/20) {
  color: rgb(213 239 255 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-200\/25) {
  color: rgb(213 239 255 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-200\/30) {
  color: rgb(213 239 255 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-200\/40) {
  color: rgb(213 239 255 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-200\/5) {
  color: rgb(213 239 255 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-200\/50) {
  color: rgb(213 239 255 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-200\/60) {
  color: rgb(213 239 255 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-200\/70) {
  color: rgb(213 239 255 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-200\/75) {
  color: rgb(213 239 255 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-200\/80) {
  color: rgb(213 239 255 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-200\/90) {
  color: rgb(213 239 255 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-200\/95) {
  color: rgb(213 239 255 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-300) {
  --tw-text-opacity: 1;
  color: rgb(191 231 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-300\/0) {
  color: rgb(191 231 254 / 0);
}

.editor-styles-wrapper :is(.text-cyan-300\/10) {
  color: rgb(191 231 254 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-300\/100) {
  color: rgb(191 231 254 / 1);
}

.editor-styles-wrapper :is(.text-cyan-300\/20) {
  color: rgb(191 231 254 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-300\/25) {
  color: rgb(191 231 254 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-300\/30) {
  color: rgb(191 231 254 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-300\/40) {
  color: rgb(191 231 254 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-300\/5) {
  color: rgb(191 231 254 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-300\/50) {
  color: rgb(191 231 254 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-300\/60) {
  color: rgb(191 231 254 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-300\/70) {
  color: rgb(191 231 254 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-300\/75) {
  color: rgb(191 231 254 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-300\/80) {
  color: rgb(191 231 254 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-300\/90) {
  color: rgb(191 231 254 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-300\/95) {
  color: rgb(191 231 254 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-400) {
  --tw-text-opacity: 1;
  color: rgb(170 223 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-400\/0) {
  color: rgb(170 223 254 / 0);
}

.editor-styles-wrapper :is(.text-cyan-400\/10) {
  color: rgb(170 223 254 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-400\/100) {
  color: rgb(170 223 254 / 1);
}

.editor-styles-wrapper :is(.text-cyan-400\/20) {
  color: rgb(170 223 254 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-400\/25) {
  color: rgb(170 223 254 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-400\/30) {
  color: rgb(170 223 254 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-400\/40) {
  color: rgb(170 223 254 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-400\/5) {
  color: rgb(170 223 254 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-400\/50) {
  color: rgb(170 223 254 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-400\/60) {
  color: rgb(170 223 254 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-400\/70) {
  color: rgb(170 223 254 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-400\/75) {
  color: rgb(170 223 254 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-400\/80) {
  color: rgb(170 223 254 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-400\/90) {
  color: rgb(170 223 254 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-400\/95) {
  color: rgb(170 223 254 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-50) {
  --tw-text-opacity: 1;
  color: rgb(244 251 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-50\/0) {
  color: rgb(244 251 255 / 0);
}

.editor-styles-wrapper :is(.text-cyan-50\/10) {
  color: rgb(244 251 255 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-50\/100) {
  color: rgb(244 251 255 / 1);
}

.editor-styles-wrapper :is(.text-cyan-50\/20) {
  color: rgb(244 251 255 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-50\/25) {
  color: rgb(244 251 255 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-50\/30) {
  color: rgb(244 251 255 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-50\/40) {
  color: rgb(244 251 255 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-50\/5) {
  color: rgb(244 251 255 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-50\/50) {
  color: rgb(244 251 255 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-50\/60) {
  color: rgb(244 251 255 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-50\/70) {
  color: rgb(244 251 255 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-50\/75) {
  color: rgb(244 251 255 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-50\/80) {
  color: rgb(244 251 255 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-50\/90) {
  color: rgb(244 251 255 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-50\/95) {
  color: rgb(244 251 255 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-500) {
  --tw-text-opacity: 1;
  color: rgb(165 222 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-500\/0) {
  color: rgb(165 222 254 / 0);
}

.editor-styles-wrapper :is(.text-cyan-500\/10) {
  color: rgb(165 222 254 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-500\/100) {
  color: rgb(165 222 254 / 1);
}

.editor-styles-wrapper :is(.text-cyan-500\/20) {
  color: rgb(165 222 254 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-500\/25) {
  color: rgb(165 222 254 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-500\/30) {
  color: rgb(165 222 254 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-500\/40) {
  color: rgb(165 222 254 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-500\/5) {
  color: rgb(165 222 254 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-500\/50) {
  color: rgb(165 222 254 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-500\/60) {
  color: rgb(165 222 254 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-500\/70) {
  color: rgb(165 222 254 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-500\/75) {
  color: rgb(165 222 254 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-500\/80) {
  color: rgb(165 222 254 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-500\/90) {
  color: rgb(165 222 254 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-500\/95) {
  color: rgb(165 222 254 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-600) {
  --tw-text-opacity: 1;
  color: rgb(69 186 253 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-600\/0) {
  color: rgb(69 186 253 / 0);
}

.editor-styles-wrapper :is(.text-cyan-600\/10) {
  color: rgb(69 186 253 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-600\/100) {
  color: rgb(69 186 253 / 1);
}

.editor-styles-wrapper :is(.text-cyan-600\/20) {
  color: rgb(69 186 253 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-600\/25) {
  color: rgb(69 186 253 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-600\/30) {
  color: rgb(69 186 253 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-600\/40) {
  color: rgb(69 186 253 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-600\/5) {
  color: rgb(69 186 253 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-600\/50) {
  color: rgb(69 186 253 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-600\/60) {
  color: rgb(69 186 253 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-600\/70) {
  color: rgb(69 186 253 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-600\/75) {
  color: rgb(69 186 253 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-600\/80) {
  color: rgb(69 186 253 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-600\/90) {
  color: rgb(69 186 253 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-600\/95) {
  color: rgb(69 186 253 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-700) {
  --tw-text-opacity: 1;
  color: rgb(2 152 239 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-700\/0) {
  color: rgb(2 152 239 / 0);
}

.editor-styles-wrapper :is(.text-cyan-700\/10) {
  color: rgb(2 152 239 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-700\/100) {
  color: rgb(2 152 239 / 1);
}

.editor-styles-wrapper :is(.text-cyan-700\/20) {
  color: rgb(2 152 239 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-700\/25) {
  color: rgb(2 152 239 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-700\/30) {
  color: rgb(2 152 239 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-700\/40) {
  color: rgb(2 152 239 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-700\/5) {
  color: rgb(2 152 239 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-700\/50) {
  color: rgb(2 152 239 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-700\/60) {
  color: rgb(2 152 239 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-700\/70) {
  color: rgb(2 152 239 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-700\/75) {
  color: rgb(2 152 239 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-700\/80) {
  color: rgb(2 152 239 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-700\/90) {
  color: rgb(2 152 239 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-700\/95) {
  color: rgb(2 152 239 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-800) {
  --tw-text-opacity: 1;
  color: rgb(2 102 160 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-800\/0) {
  color: rgb(2 102 160 / 0);
}

.editor-styles-wrapper :is(.text-cyan-800\/10) {
  color: rgb(2 102 160 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-800\/100) {
  color: rgb(2 102 160 / 1);
}

.editor-styles-wrapper :is(.text-cyan-800\/20) {
  color: rgb(2 102 160 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-800\/25) {
  color: rgb(2 102 160 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-800\/30) {
  color: rgb(2 102 160 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-800\/40) {
  color: rgb(2 102 160 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-800\/5) {
  color: rgb(2 102 160 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-800\/50) {
  color: rgb(2 102 160 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-800\/60) {
  color: rgb(2 102 160 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-800\/70) {
  color: rgb(2 102 160 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-800\/75) {
  color: rgb(2 102 160 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-800\/80) {
  color: rgb(2 102 160 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-800\/90) {
  color: rgb(2 102 160 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-800\/95) {
  color: rgb(2 102 160 / 0.95);
}

.editor-styles-wrapper :is(.text-cyan-900) {
  --tw-text-opacity: 1;
  color: rgb(1 51 80 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-900\/0) {
  color: rgb(1 51 80 / 0);
}

.editor-styles-wrapper :is(.text-cyan-900\/10) {
  color: rgb(1 51 80 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-900\/100) {
  color: rgb(1 51 80 / 1);
}

.editor-styles-wrapper :is(.text-cyan-900\/20) {
  color: rgb(1 51 80 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-900\/25) {
  color: rgb(1 51 80 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-900\/30) {
  color: rgb(1 51 80 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-900\/40) {
  color: rgb(1 51 80 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-900\/5) {
  color: rgb(1 51 80 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-900\/50) {
  color: rgb(1 51 80 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-900\/60) {
  color: rgb(1 51 80 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-900\/70) {
  color: rgb(1 51 80 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-900\/75) {
  color: rgb(1 51 80 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-900\/80) {
  color: rgb(1 51 80 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-900\/90) {
  color: rgb(1 51 80 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-900\/95) {
  color: rgb(1 51 80 / 0.95);
}

.editor-styles-wrapper :is(.text-dark) {
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-100) {
  --tw-text-opacity: 1;
  color: rgb(232 235 239 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-100\/0) {
  color: rgb(232 235 239 / 0);
}

.editor-styles-wrapper :is(.text-gray-100\/10) {
  color: rgb(232 235 239 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-100\/100) {
  color: rgb(232 235 239 / 1);
}

.editor-styles-wrapper :is(.text-gray-100\/20) {
  color: rgb(232 235 239 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-100\/25) {
  color: rgb(232 235 239 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-100\/30) {
  color: rgb(232 235 239 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-100\/40) {
  color: rgb(232 235 239 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-100\/5) {
  color: rgb(232 235 239 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-100\/50) {
  color: rgb(232 235 239 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-100\/60) {
  color: rgb(232 235 239 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-100\/70) {
  color: rgb(232 235 239 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-100\/75) {
  color: rgb(232 235 239 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-100\/80) {
  color: rgb(232 235 239 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-100\/90) {
  color: rgb(232 235 239 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-100\/95) {
  color: rgb(232 235 239 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-1000) {
  --tw-text-opacity: 1;
  color: rgb(13 15 18 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-1000\/0) {
  color: rgb(13 15 18 / 0);
}

.editor-styles-wrapper :is(.text-gray-1000\/10) {
  color: rgb(13 15 18 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-1000\/100) {
  color: rgb(13 15 18 / 1);
}

.editor-styles-wrapper :is(.text-gray-1000\/20) {
  color: rgb(13 15 18 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-1000\/25) {
  color: rgb(13 15 18 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-1000\/30) {
  color: rgb(13 15 18 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-1000\/40) {
  color: rgb(13 15 18 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-1000\/5) {
  color: rgb(13 15 18 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-1000\/50) {
  color: rgb(13 15 18 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-1000\/60) {
  color: rgb(13 15 18 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-1000\/70) {
  color: rgb(13 15 18 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-1000\/75) {
  color: rgb(13 15 18 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-1000\/80) {
  color: rgb(13 15 18 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-1000\/90) {
  color: rgb(13 15 18 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-1000\/95) {
  color: rgb(13 15 18 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-200) {
  --tw-text-opacity: 1;
  color: rgb(210 215 223 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-200\/0) {
  color: rgb(210 215 223 / 0);
}

.editor-styles-wrapper :is(.text-gray-200\/10) {
  color: rgb(210 215 223 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-200\/100) {
  color: rgb(210 215 223 / 1);
}

.editor-styles-wrapper :is(.text-gray-200\/20) {
  color: rgb(210 215 223 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-200\/25) {
  color: rgb(210 215 223 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-200\/30) {
  color: rgb(210 215 223 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-200\/40) {
  color: rgb(210 215 223 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-200\/5) {
  color: rgb(210 215 223 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-200\/50) {
  color: rgb(210 215 223 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-200\/60) {
  color: rgb(210 215 223 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-200\/70) {
  color: rgb(210 215 223 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-200\/75) {
  color: rgb(210 215 223 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-200\/80) {
  color: rgb(210 215 223 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-200\/90) {
  color: rgb(210 215 223 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-200\/95) {
  color: rgb(210 215 223 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(187 195 207 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-300\/0) {
  color: rgb(187 195 207 / 0);
}

.editor-styles-wrapper :is(.text-gray-300\/10) {
  color: rgb(187 195 207 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-300\/100) {
  color: rgb(187 195 207 / 1);
}

.editor-styles-wrapper :is(.text-gray-300\/20) {
  color: rgb(187 195 207 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-300\/25) {
  color: rgb(187 195 207 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-300\/30) {
  color: rgb(187 195 207 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-300\/40) {
  color: rgb(187 195 207 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-300\/5) {
  color: rgb(187 195 207 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-300\/50) {
  color: rgb(187 195 207 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-300\/60) {
  color: rgb(187 195 207 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-300\/70) {
  color: rgb(187 195 207 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-300\/75) {
  color: rgb(187 195 207 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-300\/80) {
  color: rgb(187 195 207 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-300\/90) {
  color: rgb(187 195 207 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-300\/95) {
  color: rgb(187 195 207 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-400\/0) {
  color: rgb(164 175 191 / 0);
}

.editor-styles-wrapper :is(.text-gray-400\/10) {
  color: rgb(164 175 191 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-400\/100) {
  color: rgb(164 175 191 / 1);
}

.editor-styles-wrapper :is(.text-gray-400\/20) {
  color: rgb(164 175 191 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-400\/25) {
  color: rgb(164 175 191 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-400\/30) {
  color: rgb(164 175 191 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-400\/40) {
  color: rgb(164 175 191 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-400\/5) {
  color: rgb(164 175 191 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-400\/50) {
  color: rgb(164 175 191 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-400\/60) {
  color: rgb(164 175 191 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-400\/70) {
  color: rgb(164 175 191 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-400\/75) {
  color: rgb(164 175 191 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-400\/80) {
  color: rgb(164 175 191 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-400\/90) {
  color: rgb(164 175 191 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-400\/95) {
  color: rgb(164 175 191 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-50) {
  --tw-text-opacity: 1;
  color: rgb(244 245 247 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-50\/0) {
  color: rgb(244 245 247 / 0);
}

.editor-styles-wrapper :is(.text-gray-50\/10) {
  color: rgb(244 245 247 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-50\/100) {
  color: rgb(244 245 247 / 1);
}

.editor-styles-wrapper :is(.text-gray-50\/20) {
  color: rgb(244 245 247 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-50\/25) {
  color: rgb(244 245 247 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-50\/30) {
  color: rgb(244 245 247 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-50\/40) {
  color: rgb(244 245 247 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-50\/5) {
  color: rgb(244 245 247 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-50\/50) {
  color: rgb(244 245 247 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-50\/60) {
  color: rgb(244 245 247 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-50\/70) {
  color: rgb(244 245 247 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-50\/75) {
  color: rgb(244 245 247 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-50\/80) {
  color: rgb(244 245 247 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-50\/90) {
  color: rgb(244 245 247 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-50\/95) {
  color: rgb(244 245 247 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-500\/0) {
  color: rgb(164 175 191 / 0);
}

.editor-styles-wrapper :is(.text-gray-500\/10) {
  color: rgb(164 175 191 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-500\/100) {
  color: rgb(164 175 191 / 1);
}

.editor-styles-wrapper :is(.text-gray-500\/20) {
  color: rgb(164 175 191 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-500\/25) {
  color: rgb(164 175 191 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-500\/30) {
  color: rgb(164 175 191 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-500\/40) {
  color: rgb(164 175 191 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-500\/5) {
  color: rgb(164 175 191 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-500\/50) {
  color: rgb(164 175 191 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-500\/60) {
  color: rgb(164 175 191 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-500\/70) {
  color: rgb(164 175 191 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-500\/75) {
  color: rgb(164 175 191 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-500\/80) {
  color: rgb(164 175 191 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-500\/90) {
  color: rgb(164 175 191 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-500\/95) {
  color: rgb(164 175 191 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-600) {
  --tw-text-opacity: 1;
  color: rgb(105 122 148 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-600\/0) {
  color: rgb(105 122 148 / 0);
}

.editor-styles-wrapper :is(.text-gray-600\/10) {
  color: rgb(105 122 148 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-600\/100) {
  color: rgb(105 122 148 / 1);
}

.editor-styles-wrapper :is(.text-gray-600\/20) {
  color: rgb(105 122 148 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-600\/25) {
  color: rgb(105 122 148 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-600\/30) {
  color: rgb(105 122 148 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-600\/40) {
  color: rgb(105 122 148 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-600\/5) {
  color: rgb(105 122 148 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-600\/50) {
  color: rgb(105 122 148 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-600\/60) {
  color: rgb(105 122 148 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-600\/70) {
  color: rgb(105 122 148 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-600\/75) {
  color: rgb(105 122 148 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-600\/80) {
  color: rgb(105 122 148 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-600\/90) {
  color: rgb(105 122 148 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-600\/95) {
  color: rgb(105 122 148 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-700) {
  --tw-text-opacity: 1;
  color: rgb(79 92 111 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-700\/0) {
  color: rgb(79 92 111 / 0);
}

.editor-styles-wrapper :is(.text-gray-700\/10) {
  color: rgb(79 92 111 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-700\/100) {
  color: rgb(79 92 111 / 1);
}

.editor-styles-wrapper :is(.text-gray-700\/20) {
  color: rgb(79 92 111 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-700\/25) {
  color: rgb(79 92 111 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-700\/30) {
  color: rgb(79 92 111 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-700\/40) {
  color: rgb(79 92 111 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-700\/5) {
  color: rgb(79 92 111 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-700\/50) {
  color: rgb(79 92 111 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-700\/60) {
  color: rgb(79 92 111 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-700\/70) {
  color: rgb(79 92 111 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-700\/75) {
  color: rgb(79 92 111 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-700\/80) {
  color: rgb(79 92 111 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-700\/90) {
  color: rgb(79 92 111 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-700\/95) {
  color: rgb(79 92 111 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(52 61 74 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-800\/0) {
  color: rgb(52 61 74 / 0);
}

.editor-styles-wrapper :is(.text-gray-800\/10) {
  color: rgb(52 61 74 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-800\/100) {
  color: rgb(52 61 74 / 1);
}

.editor-styles-wrapper :is(.text-gray-800\/20) {
  color: rgb(52 61 74 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-800\/25) {
  color: rgb(52 61 74 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-800\/30) {
  color: rgb(52 61 74 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-800\/40) {
  color: rgb(52 61 74 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-800\/5) {
  color: rgb(52 61 74 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-800\/50) {
  color: rgb(52 61 74 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-800\/60) {
  color: rgb(52 61 74 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-800\/70) {
  color: rgb(52 61 74 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-800\/75) {
  color: rgb(52 61 74 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-800\/80) {
  color: rgb(52 61 74 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-800\/90) {
  color: rgb(52 61 74 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-800\/95) {
  color: rgb(52 61 74 / 0.95);
}

.editor-styles-wrapper :is(.text-gray-900) {
  --tw-text-opacity: 1;
  color: rgb(26 31 37 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-900\/0) {
  color: rgb(26 31 37 / 0);
}

.editor-styles-wrapper :is(.text-gray-900\/10) {
  color: rgb(26 31 37 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-900\/100) {
  color: rgb(26 31 37 / 1);
}

.editor-styles-wrapper :is(.text-gray-900\/20) {
  color: rgb(26 31 37 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-900\/25) {
  color: rgb(26 31 37 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-900\/30) {
  color: rgb(26 31 37 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-900\/40) {
  color: rgb(26 31 37 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-900\/5) {
  color: rgb(26 31 37 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-900\/50) {
  color: rgb(26 31 37 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-900\/60) {
  color: rgb(26 31 37 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-900\/70) {
  color: rgb(26 31 37 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-900\/75) {
  color: rgb(26 31 37 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-900\/80) {
  color: rgb(26 31 37 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-900\/90) {
  color: rgb(26 31 37 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-900\/95) {
  color: rgb(26 31 37 / 0.95);
}

.editor-styles-wrapper :is(.text-green-100) {
  --tw-text-opacity: 1;
  color: rgb(194 254 228 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-100\/0) {
  color: rgb(194 254 228 / 0);
}

.editor-styles-wrapper :is(.text-green-100\/10) {
  color: rgb(194 254 228 / 0.1);
}

.editor-styles-wrapper :is(.text-green-100\/100) {
  color: rgb(194 254 228 / 1);
}

.editor-styles-wrapper :is(.text-green-100\/20) {
  color: rgb(194 254 228 / 0.2);
}

.editor-styles-wrapper :is(.text-green-100\/25) {
  color: rgb(194 254 228 / 0.25);
}

.editor-styles-wrapper :is(.text-green-100\/30) {
  color: rgb(194 254 228 / 0.3);
}

.editor-styles-wrapper :is(.text-green-100\/40) {
  color: rgb(194 254 228 / 0.4);
}

.editor-styles-wrapper :is(.text-green-100\/5) {
  color: rgb(194 254 228 / 0.05);
}

.editor-styles-wrapper :is(.text-green-100\/50) {
  color: rgb(194 254 228 / 0.5);
}

.editor-styles-wrapper :is(.text-green-100\/60) {
  color: rgb(194 254 228 / 0.6);
}

.editor-styles-wrapper :is(.text-green-100\/70) {
  color: rgb(194 254 228 / 0.7);
}

.editor-styles-wrapper :is(.text-green-100\/75) {
  color: rgb(194 254 228 / 0.75);
}

.editor-styles-wrapper :is(.text-green-100\/80) {
  color: rgb(194 254 228 / 0.8);
}

.editor-styles-wrapper :is(.text-green-100\/90) {
  color: rgb(194 254 228 / 0.9);
}

.editor-styles-wrapper :is(.text-green-100\/95) {
  color: rgb(194 254 228 / 0.95);
}

.editor-styles-wrapper :is(.text-green-1000) {
  --tw-text-opacity: 1;
  color: rgb(0 20 11 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-1000\/0) {
  color: rgb(0 20 11 / 0);
}

.editor-styles-wrapper :is(.text-green-1000\/10) {
  color: rgb(0 20 11 / 0.1);
}

.editor-styles-wrapper :is(.text-green-1000\/100) {
  color: rgb(0 20 11 / 1);
}

.editor-styles-wrapper :is(.text-green-1000\/20) {
  color: rgb(0 20 11 / 0.2);
}

.editor-styles-wrapper :is(.text-green-1000\/25) {
  color: rgb(0 20 11 / 0.25);
}

.editor-styles-wrapper :is(.text-green-1000\/30) {
  color: rgb(0 20 11 / 0.3);
}

.editor-styles-wrapper :is(.text-green-1000\/40) {
  color: rgb(0 20 11 / 0.4);
}

.editor-styles-wrapper :is(.text-green-1000\/5) {
  color: rgb(0 20 11 / 0.05);
}

.editor-styles-wrapper :is(.text-green-1000\/50) {
  color: rgb(0 20 11 / 0.5);
}

.editor-styles-wrapper :is(.text-green-1000\/60) {
  color: rgb(0 20 11 / 0.6);
}

.editor-styles-wrapper :is(.text-green-1000\/70) {
  color: rgb(0 20 11 / 0.7);
}

.editor-styles-wrapper :is(.text-green-1000\/75) {
  color: rgb(0 20 11 / 0.75);
}

.editor-styles-wrapper :is(.text-green-1000\/80) {
  color: rgb(0 20 11 / 0.8);
}

.editor-styles-wrapper :is(.text-green-1000\/90) {
  color: rgb(0 20 11 / 0.9);
}

.editor-styles-wrapper :is(.text-green-1000\/95) {
  color: rgb(0 20 11 / 0.95);
}

.editor-styles-wrapper :is(.text-green-200) {
  --tw-text-opacity: 1;
  color: rgb(132 253 201 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-200\/0) {
  color: rgb(132 253 201 / 0);
}

.editor-styles-wrapper :is(.text-green-200\/10) {
  color: rgb(132 253 201 / 0.1);
}

.editor-styles-wrapper :is(.text-green-200\/100) {
  color: rgb(132 253 201 / 1);
}

.editor-styles-wrapper :is(.text-green-200\/20) {
  color: rgb(132 253 201 / 0.2);
}

.editor-styles-wrapper :is(.text-green-200\/25) {
  color: rgb(132 253 201 / 0.25);
}

.editor-styles-wrapper :is(.text-green-200\/30) {
  color: rgb(132 253 201 / 0.3);
}

.editor-styles-wrapper :is(.text-green-200\/40) {
  color: rgb(132 253 201 / 0.4);
}

.editor-styles-wrapper :is(.text-green-200\/5) {
  color: rgb(132 253 201 / 0.05);
}

.editor-styles-wrapper :is(.text-green-200\/50) {
  color: rgb(132 253 201 / 0.5);
}

.editor-styles-wrapper :is(.text-green-200\/60) {
  color: rgb(132 253 201 / 0.6);
}

.editor-styles-wrapper :is(.text-green-200\/70) {
  color: rgb(132 253 201 / 0.7);
}

.editor-styles-wrapper :is(.text-green-200\/75) {
  color: rgb(132 253 201 / 0.75);
}

.editor-styles-wrapper :is(.text-green-200\/80) {
  color: rgb(132 253 201 / 0.8);
}

.editor-styles-wrapper :is(.text-green-200\/90) {
  color: rgb(132 253 201 / 0.9);
}

.editor-styles-wrapper :is(.text-green-200\/95) {
  color: rgb(132 253 201 / 0.95);
}

.editor-styles-wrapper :is(.text-green-300) {
  --tw-text-opacity: 1;
  color: rgb(71 252 174 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-300\/0) {
  color: rgb(71 252 174 / 0);
}

.editor-styles-wrapper :is(.text-green-300\/10) {
  color: rgb(71 252 174 / 0.1);
}

.editor-styles-wrapper :is(.text-green-300\/100) {
  color: rgb(71 252 174 / 1);
}

.editor-styles-wrapper :is(.text-green-300\/20) {
  color: rgb(71 252 174 / 0.2);
}

.editor-styles-wrapper :is(.text-green-300\/25) {
  color: rgb(71 252 174 / 0.25);
}

.editor-styles-wrapper :is(.text-green-300\/30) {
  color: rgb(71 252 174 / 0.3);
}

.editor-styles-wrapper :is(.text-green-300\/40) {
  color: rgb(71 252 174 / 0.4);
}

.editor-styles-wrapper :is(.text-green-300\/5) {
  color: rgb(71 252 174 / 0.05);
}

.editor-styles-wrapper :is(.text-green-300\/50) {
  color: rgb(71 252 174 / 0.5);
}

.editor-styles-wrapper :is(.text-green-300\/60) {
  color: rgb(71 252 174 / 0.6);
}

.editor-styles-wrapper :is(.text-green-300\/70) {
  color: rgb(71 252 174 / 0.7);
}

.editor-styles-wrapper :is(.text-green-300\/75) {
  color: rgb(71 252 174 / 0.75);
}

.editor-styles-wrapper :is(.text-green-300\/80) {
  color: rgb(71 252 174 / 0.8);
}

.editor-styles-wrapper :is(.text-green-300\/90) {
  color: rgb(71 252 174 / 0.9);
}

.editor-styles-wrapper :is(.text-green-300\/95) {
  color: rgb(71 252 174 / 0.95);
}

.editor-styles-wrapper :is(.text-green-400) {
  --tw-text-opacity: 1;
  color: rgb(10 251 147 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-400\/0) {
  color: rgb(10 251 147 / 0);
}

.editor-styles-wrapper :is(.text-green-400\/10) {
  color: rgb(10 251 147 / 0.1);
}

.editor-styles-wrapper :is(.text-green-400\/100) {
  color: rgb(10 251 147 / 1);
}

.editor-styles-wrapper :is(.text-green-400\/20) {
  color: rgb(10 251 147 / 0.2);
}

.editor-styles-wrapper :is(.text-green-400\/25) {
  color: rgb(10 251 147 / 0.25);
}

.editor-styles-wrapper :is(.text-green-400\/30) {
  color: rgb(10 251 147 / 0.3);
}

.editor-styles-wrapper :is(.text-green-400\/40) {
  color: rgb(10 251 147 / 0.4);
}

.editor-styles-wrapper :is(.text-green-400\/5) {
  color: rgb(10 251 147 / 0.05);
}

.editor-styles-wrapper :is(.text-green-400\/50) {
  color: rgb(10 251 147 / 0.5);
}

.editor-styles-wrapper :is(.text-green-400\/60) {
  color: rgb(10 251 147 / 0.6);
}

.editor-styles-wrapper :is(.text-green-400\/70) {
  color: rgb(10 251 147 / 0.7);
}

.editor-styles-wrapper :is(.text-green-400\/75) {
  color: rgb(10 251 147 / 0.75);
}

.editor-styles-wrapper :is(.text-green-400\/80) {
  color: rgb(10 251 147 / 0.8);
}

.editor-styles-wrapper :is(.text-green-400\/90) {
  color: rgb(10 251 147 / 0.9);
}

.editor-styles-wrapper :is(.text-green-400\/95) {
  color: rgb(10 251 147 / 0.95);
}

.editor-styles-wrapper :is(.text-green-50) {
  --tw-text-opacity: 1;
  color: rgb(224 255 241 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-50\/0) {
  color: rgb(224 255 241 / 0);
}

.editor-styles-wrapper :is(.text-green-50\/10) {
  color: rgb(224 255 241 / 0.1);
}

.editor-styles-wrapper :is(.text-green-50\/100) {
  color: rgb(224 255 241 / 1);
}

.editor-styles-wrapper :is(.text-green-50\/20) {
  color: rgb(224 255 241 / 0.2);
}

.editor-styles-wrapper :is(.text-green-50\/25) {
  color: rgb(224 255 241 / 0.25);
}

.editor-styles-wrapper :is(.text-green-50\/30) {
  color: rgb(224 255 241 / 0.3);
}

.editor-styles-wrapper :is(.text-green-50\/40) {
  color: rgb(224 255 241 / 0.4);
}

.editor-styles-wrapper :is(.text-green-50\/5) {
  color: rgb(224 255 241 / 0.05);
}

.editor-styles-wrapper :is(.text-green-50\/50) {
  color: rgb(224 255 241 / 0.5);
}

.editor-styles-wrapper :is(.text-green-50\/60) {
  color: rgb(224 255 241 / 0.6);
}

.editor-styles-wrapper :is(.text-green-50\/70) {
  color: rgb(224 255 241 / 0.7);
}

.editor-styles-wrapper :is(.text-green-50\/75) {
  color: rgb(224 255 241 / 0.75);
}

.editor-styles-wrapper :is(.text-green-50\/80) {
  color: rgb(224 255 241 / 0.8);
}

.editor-styles-wrapper :is(.text-green-50\/90) {
  color: rgb(224 255 241 / 0.9);
}

.editor-styles-wrapper :is(.text-green-50\/95) {
  color: rgb(224 255 241 / 0.95);
}

.editor-styles-wrapper :is(.text-green-500) {
  --tw-text-opacity: 1;
  color: rgb(3 196 112 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-500\/0) {
  color: rgb(3 196 112 / 0);
}

.editor-styles-wrapper :is(.text-green-500\/10) {
  color: rgb(3 196 112 / 0.1);
}

.editor-styles-wrapper :is(.text-green-500\/100) {
  color: rgb(3 196 112 / 1);
}

.editor-styles-wrapper :is(.text-green-500\/20) {
  color: rgb(3 196 112 / 0.2);
}

.editor-styles-wrapper :is(.text-green-500\/25) {
  color: rgb(3 196 112 / 0.25);
}

.editor-styles-wrapper :is(.text-green-500\/30) {
  color: rgb(3 196 112 / 0.3);
}

.editor-styles-wrapper :is(.text-green-500\/40) {
  color: rgb(3 196 112 / 0.4);
}

.editor-styles-wrapper :is(.text-green-500\/5) {
  color: rgb(3 196 112 / 0.05);
}

.editor-styles-wrapper :is(.text-green-500\/50) {
  color: rgb(3 196 112 / 0.5);
}

.editor-styles-wrapper :is(.text-green-500\/60) {
  color: rgb(3 196 112 / 0.6);
}

.editor-styles-wrapper :is(.text-green-500\/70) {
  color: rgb(3 196 112 / 0.7);
}

.editor-styles-wrapper :is(.text-green-500\/75) {
  color: rgb(3 196 112 / 0.75);
}

.editor-styles-wrapper :is(.text-green-500\/80) {
  color: rgb(3 196 112 / 0.8);
}

.editor-styles-wrapper :is(.text-green-500\/90) {
  color: rgb(3 196 112 / 0.9);
}

.editor-styles-wrapper :is(.text-green-500\/95) {
  color: rgb(3 196 112 / 0.95);
}

.editor-styles-wrapper :is(.text-green-600) {
  --tw-text-opacity: 1;
  color: rgb(2 157 90 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-600\/0) {
  color: rgb(2 157 90 / 0);
}

.editor-styles-wrapper :is(.text-green-600\/10) {
  color: rgb(2 157 90 / 0.1);
}

.editor-styles-wrapper :is(.text-green-600\/100) {
  color: rgb(2 157 90 / 1);
}

.editor-styles-wrapper :is(.text-green-600\/20) {
  color: rgb(2 157 90 / 0.2);
}

.editor-styles-wrapper :is(.text-green-600\/25) {
  color: rgb(2 157 90 / 0.25);
}

.editor-styles-wrapper :is(.text-green-600\/30) {
  color: rgb(2 157 90 / 0.3);
}

.editor-styles-wrapper :is(.text-green-600\/40) {
  color: rgb(2 157 90 / 0.4);
}

.editor-styles-wrapper :is(.text-green-600\/5) {
  color: rgb(2 157 90 / 0.05);
}

.editor-styles-wrapper :is(.text-green-600\/50) {
  color: rgb(2 157 90 / 0.5);
}

.editor-styles-wrapper :is(.text-green-600\/60) {
  color: rgb(2 157 90 / 0.6);
}

.editor-styles-wrapper :is(.text-green-600\/70) {
  color: rgb(2 157 90 / 0.7);
}

.editor-styles-wrapper :is(.text-green-600\/75) {
  color: rgb(2 157 90 / 0.75);
}

.editor-styles-wrapper :is(.text-green-600\/80) {
  color: rgb(2 157 90 / 0.8);
}

.editor-styles-wrapper :is(.text-green-600\/90) {
  color: rgb(2 157 90 / 0.9);
}

.editor-styles-wrapper :is(.text-green-600\/95) {
  color: rgb(2 157 90 / 0.95);
}

.editor-styles-wrapper :is(.text-green-700) {
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-700\/0) {
  color: rgb(2 118 67 / 0);
}

.editor-styles-wrapper :is(.text-green-700\/10) {
  color: rgb(2 118 67 / 0.1);
}

.editor-styles-wrapper :is(.text-green-700\/100) {
  color: rgb(2 118 67 / 1);
}

.editor-styles-wrapper :is(.text-green-700\/20) {
  color: rgb(2 118 67 / 0.2);
}

.editor-styles-wrapper :is(.text-green-700\/25) {
  color: rgb(2 118 67 / 0.25);
}

.editor-styles-wrapper :is(.text-green-700\/30) {
  color: rgb(2 118 67 / 0.3);
}

.editor-styles-wrapper :is(.text-green-700\/40) {
  color: rgb(2 118 67 / 0.4);
}

.editor-styles-wrapper :is(.text-green-700\/5) {
  color: rgb(2 118 67 / 0.05);
}

.editor-styles-wrapper :is(.text-green-700\/50) {
  color: rgb(2 118 67 / 0.5);
}

.editor-styles-wrapper :is(.text-green-700\/60) {
  color: rgb(2 118 67 / 0.6);
}

.editor-styles-wrapper :is(.text-green-700\/70) {
  color: rgb(2 118 67 / 0.7);
}

.editor-styles-wrapper :is(.text-green-700\/75) {
  color: rgb(2 118 67 / 0.75);
}

.editor-styles-wrapper :is(.text-green-700\/80) {
  color: rgb(2 118 67 / 0.8);
}

.editor-styles-wrapper :is(.text-green-700\/90) {
  color: rgb(2 118 67 / 0.9);
}

.editor-styles-wrapper :is(.text-green-700\/95) {
  color: rgb(2 118 67 / 0.95);
}

.editor-styles-wrapper :is(.text-green-800) {
  --tw-text-opacity: 1;
  color: rgb(1 78 45 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-800\/0) {
  color: rgb(1 78 45 / 0);
}

.editor-styles-wrapper :is(.text-green-800\/10) {
  color: rgb(1 78 45 / 0.1);
}

.editor-styles-wrapper :is(.text-green-800\/100) {
  color: rgb(1 78 45 / 1);
}

.editor-styles-wrapper :is(.text-green-800\/20) {
  color: rgb(1 78 45 / 0.2);
}

.editor-styles-wrapper :is(.text-green-800\/25) {
  color: rgb(1 78 45 / 0.25);
}

.editor-styles-wrapper :is(.text-green-800\/30) {
  color: rgb(1 78 45 / 0.3);
}

.editor-styles-wrapper :is(.text-green-800\/40) {
  color: rgb(1 78 45 / 0.4);
}

.editor-styles-wrapper :is(.text-green-800\/5) {
  color: rgb(1 78 45 / 0.05);
}

.editor-styles-wrapper :is(.text-green-800\/50) {
  color: rgb(1 78 45 / 0.5);
}

.editor-styles-wrapper :is(.text-green-800\/60) {
  color: rgb(1 78 45 / 0.6);
}

.editor-styles-wrapper :is(.text-green-800\/70) {
  color: rgb(1 78 45 / 0.7);
}

.editor-styles-wrapper :is(.text-green-800\/75) {
  color: rgb(1 78 45 / 0.75);
}

.editor-styles-wrapper :is(.text-green-800\/80) {
  color: rgb(1 78 45 / 0.8);
}

.editor-styles-wrapper :is(.text-green-800\/90) {
  color: rgb(1 78 45 / 0.9);
}

.editor-styles-wrapper :is(.text-green-800\/95) {
  color: rgb(1 78 45 / 0.95);
}

.editor-styles-wrapper :is(.text-green-900) {
  --tw-text-opacity: 1;
  color: rgb(1 39 22 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-green-900\/0) {
  color: rgb(1 39 22 / 0);
}

.editor-styles-wrapper :is(.text-green-900\/10) {
  color: rgb(1 39 22 / 0.1);
}

.editor-styles-wrapper :is(.text-green-900\/100) {
  color: rgb(1 39 22 / 1);
}

.editor-styles-wrapper :is(.text-green-900\/20) {
  color: rgb(1 39 22 / 0.2);
}

.editor-styles-wrapper :is(.text-green-900\/25) {
  color: rgb(1 39 22 / 0.25);
}

.editor-styles-wrapper :is(.text-green-900\/30) {
  color: rgb(1 39 22 / 0.3);
}

.editor-styles-wrapper :is(.text-green-900\/40) {
  color: rgb(1 39 22 / 0.4);
}

.editor-styles-wrapper :is(.text-green-900\/5) {
  color: rgb(1 39 22 / 0.05);
}

.editor-styles-wrapper :is(.text-green-900\/50) {
  color: rgb(1 39 22 / 0.5);
}

.editor-styles-wrapper :is(.text-green-900\/60) {
  color: rgb(1 39 22 / 0.6);
}

.editor-styles-wrapper :is(.text-green-900\/70) {
  color: rgb(1 39 22 / 0.7);
}

.editor-styles-wrapper :is(.text-green-900\/75) {
  color: rgb(1 39 22 / 0.75);
}

.editor-styles-wrapper :is(.text-green-900\/80) {
  color: rgb(1 39 22 / 0.8);
}

.editor-styles-wrapper :is(.text-green-900\/90) {
  color: rgb(1 39 22 / 0.9);
}

.editor-styles-wrapper :is(.text-green-900\/95) {
  color: rgb(1 39 22 / 0.95);
}

.editor-styles-wrapper :is(.text-inherit) {
  color: inherit;
}

.editor-styles-wrapper :is(.text-navy-100) {
  --tw-text-opacity: 1;
  color: rgb(165 203 253 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-100\/0) {
  color: rgb(165 203 253 / 0);
}

.editor-styles-wrapper :is(.text-navy-100\/10) {
  color: rgb(165 203 253 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-100\/100) {
  color: rgb(165 203 253 / 1);
}

.editor-styles-wrapper :is(.text-navy-100\/20) {
  color: rgb(165 203 253 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-100\/25) {
  color: rgb(165 203 253 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-100\/30) {
  color: rgb(165 203 253 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-100\/40) {
  color: rgb(165 203 253 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-100\/5) {
  color: rgb(165 203 253 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-100\/50) {
  color: rgb(165 203 253 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-100\/60) {
  color: rgb(165 203 253 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-100\/70) {
  color: rgb(165 203 253 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-100\/75) {
  color: rgb(165 203 253 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-100\/80) {
  color: rgb(165 203 253 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-100\/90) {
  color: rgb(165 203 253 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-100\/95) {
  color: rgb(165 203 253 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-1000) {
  --tw-text-opacity: 1;
  color: rgb(0 2 5 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-1000\/0) {
  color: rgb(0 2 5 / 0);
}

.editor-styles-wrapper :is(.text-navy-1000\/10) {
  color: rgb(0 2 5 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-1000\/100) {
  color: rgb(0 2 5 / 1);
}

.editor-styles-wrapper :is(.text-navy-1000\/20) {
  color: rgb(0 2 5 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-1000\/25) {
  color: rgb(0 2 5 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-1000\/30) {
  color: rgb(0 2 5 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-1000\/40) {
  color: rgb(0 2 5 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-1000\/5) {
  color: rgb(0 2 5 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-1000\/50) {
  color: rgb(0 2 5 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-1000\/60) {
  color: rgb(0 2 5 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-1000\/70) {
  color: rgb(0 2 5 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-1000\/75) {
  color: rgb(0 2 5 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-1000\/80) {
  color: rgb(0 2 5 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-1000\/90) {
  color: rgb(0 2 5 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-1000\/95) {
  color: rgb(0 2 5 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-200) {
  --tw-text-opacity: 1;
  color: rgb(75 151 251 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-200\/0) {
  color: rgb(75 151 251 / 0);
}

.editor-styles-wrapper :is(.text-navy-200\/10) {
  color: rgb(75 151 251 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-200\/100) {
  color: rgb(75 151 251 / 1);
}

.editor-styles-wrapper :is(.text-navy-200\/20) {
  color: rgb(75 151 251 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-200\/25) {
  color: rgb(75 151 251 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-200\/30) {
  color: rgb(75 151 251 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-200\/40) {
  color: rgb(75 151 251 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-200\/5) {
  color: rgb(75 151 251 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-200\/50) {
  color: rgb(75 151 251 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-200\/60) {
  color: rgb(75 151 251 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-200\/70) {
  color: rgb(75 151 251 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-200\/75) {
  color: rgb(75 151 251 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-200\/80) {
  color: rgb(75 151 251 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-200\/90) {
  color: rgb(75 151 251 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-200\/95) {
  color: rgb(75 151 251 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-300) {
  --tw-text-opacity: 1;
  color: rgb(5 102 230 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-300\/0) {
  color: rgb(5 102 230 / 0);
}

.editor-styles-wrapper :is(.text-navy-300\/10) {
  color: rgb(5 102 230 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-300\/100) {
  color: rgb(5 102 230 / 1);
}

.editor-styles-wrapper :is(.text-navy-300\/20) {
  color: rgb(5 102 230 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-300\/25) {
  color: rgb(5 102 230 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-300\/30) {
  color: rgb(5 102 230 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-300\/40) {
  color: rgb(5 102 230 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-300\/5) {
  color: rgb(5 102 230 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-300\/50) {
  color: rgb(5 102 230 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-300\/60) {
  color: rgb(5 102 230 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-300\/70) {
  color: rgb(5 102 230 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-300\/75) {
  color: rgb(5 102 230 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-300\/80) {
  color: rgb(5 102 230 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-300\/90) {
  color: rgb(5 102 230 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-300\/95) {
  color: rgb(5 102 230 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-400) {
  --tw-text-opacity: 1;
  color: rgb(3 62 140 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-400\/0) {
  color: rgb(3 62 140 / 0);
}

.editor-styles-wrapper :is(.text-navy-400\/10) {
  color: rgb(3 62 140 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-400\/100) {
  color: rgb(3 62 140 / 1);
}

.editor-styles-wrapper :is(.text-navy-400\/20) {
  color: rgb(3 62 140 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-400\/25) {
  color: rgb(3 62 140 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-400\/30) {
  color: rgb(3 62 140 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-400\/40) {
  color: rgb(3 62 140 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-400\/5) {
  color: rgb(3 62 140 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-400\/50) {
  color: rgb(3 62 140 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-400\/60) {
  color: rgb(3 62 140 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-400\/70) {
  color: rgb(3 62 140 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-400\/75) {
  color: rgb(3 62 140 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-400\/80) {
  color: rgb(3 62 140 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-400\/90) {
  color: rgb(3 62 140 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-400\/95) {
  color: rgb(3 62 140 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-50) {
  --tw-text-opacity: 1;
  color: rgb(210 229 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-50\/0) {
  color: rgb(210 229 254 / 0);
}

.editor-styles-wrapper :is(.text-navy-50\/10) {
  color: rgb(210 229 254 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-50\/100) {
  color: rgb(210 229 254 / 1);
}

.editor-styles-wrapper :is(.text-navy-50\/20) {
  color: rgb(210 229 254 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-50\/25) {
  color: rgb(210 229 254 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-50\/30) {
  color: rgb(210 229 254 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-50\/40) {
  color: rgb(210 229 254 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-50\/5) {
  color: rgb(210 229 254 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-50\/50) {
  color: rgb(210 229 254 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-50\/60) {
  color: rgb(210 229 254 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-50\/70) {
  color: rgb(210 229 254 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-50\/75) {
  color: rgb(210 229 254 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-50\/80) {
  color: rgb(210 229 254 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-50\/90) {
  color: rgb(210 229 254 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-50\/95) {
  color: rgb(210 229 254 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-500) {
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-500\/0) {
  color: rgb(1 23 51 / 0);
}

.editor-styles-wrapper :is(.text-navy-500\/10) {
  color: rgb(1 23 51 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-500\/100) {
  color: rgb(1 23 51 / 1);
}

.editor-styles-wrapper :is(.text-navy-500\/20) {
  color: rgb(1 23 51 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-500\/25) {
  color: rgb(1 23 51 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-500\/30) {
  color: rgb(1 23 51 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-500\/40) {
  color: rgb(1 23 51 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-500\/5) {
  color: rgb(1 23 51 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-500\/50) {
  color: rgb(1 23 51 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-500\/60) {
  color: rgb(1 23 51 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-500\/70) {
  color: rgb(1 23 51 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-500\/75) {
  color: rgb(1 23 51 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-500\/80) {
  color: rgb(1 23 51 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-500\/90) {
  color: rgb(1 23 51 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-500\/95) {
  color: rgb(1 23 51 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-600) {
  --tw-text-opacity: 1;
  color: rgb(1 18 40 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-600\/0) {
  color: rgb(1 18 40 / 0);
}

.editor-styles-wrapper :is(.text-navy-600\/10) {
  color: rgb(1 18 40 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-600\/100) {
  color: rgb(1 18 40 / 1);
}

.editor-styles-wrapper :is(.text-navy-600\/20) {
  color: rgb(1 18 40 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-600\/25) {
  color: rgb(1 18 40 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-600\/30) {
  color: rgb(1 18 40 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-600\/40) {
  color: rgb(1 18 40 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-600\/5) {
  color: rgb(1 18 40 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-600\/50) {
  color: rgb(1 18 40 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-600\/60) {
  color: rgb(1 18 40 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-600\/70) {
  color: rgb(1 18 40 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-600\/75) {
  color: rgb(1 18 40 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-600\/80) {
  color: rgb(1 18 40 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-600\/90) {
  color: rgb(1 18 40 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-600\/95) {
  color: rgb(1 18 40 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-700) {
  --tw-text-opacity: 1;
  color: rgb(1 13 30 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-700\/0) {
  color: rgb(1 13 30 / 0);
}

.editor-styles-wrapper :is(.text-navy-700\/10) {
  color: rgb(1 13 30 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-700\/100) {
  color: rgb(1 13 30 / 1);
}

.editor-styles-wrapper :is(.text-navy-700\/20) {
  color: rgb(1 13 30 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-700\/25) {
  color: rgb(1 13 30 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-700\/30) {
  color: rgb(1 13 30 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-700\/40) {
  color: rgb(1 13 30 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-700\/5) {
  color: rgb(1 13 30 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-700\/50) {
  color: rgb(1 13 30 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-700\/60) {
  color: rgb(1 13 30 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-700\/70) {
  color: rgb(1 13 30 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-700\/75) {
  color: rgb(1 13 30 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-700\/80) {
  color: rgb(1 13 30 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-700\/90) {
  color: rgb(1 13 30 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-700\/95) {
  color: rgb(1 13 30 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-800) {
  --tw-text-opacity: 1;
  color: rgb(0 9 20 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-800\/0) {
  color: rgb(0 9 20 / 0);
}

.editor-styles-wrapper :is(.text-navy-800\/10) {
  color: rgb(0 9 20 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-800\/100) {
  color: rgb(0 9 20 / 1);
}

.editor-styles-wrapper :is(.text-navy-800\/20) {
  color: rgb(0 9 20 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-800\/25) {
  color: rgb(0 9 20 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-800\/30) {
  color: rgb(0 9 20 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-800\/40) {
  color: rgb(0 9 20 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-800\/5) {
  color: rgb(0 9 20 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-800\/50) {
  color: rgb(0 9 20 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-800\/60) {
  color: rgb(0 9 20 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-800\/70) {
  color: rgb(0 9 20 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-800\/75) {
  color: rgb(0 9 20 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-800\/80) {
  color: rgb(0 9 20 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-800\/90) {
  color: rgb(0 9 20 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-800\/95) {
  color: rgb(0 9 20 / 0.95);
}

.editor-styles-wrapper :is(.text-navy-900) {
  --tw-text-opacity: 1;
  color: rgb(0 4 10 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-navy-900\/0) {
  color: rgb(0 4 10 / 0);
}

.editor-styles-wrapper :is(.text-navy-900\/10) {
  color: rgb(0 4 10 / 0.1);
}

.editor-styles-wrapper :is(.text-navy-900\/100) {
  color: rgb(0 4 10 / 1);
}

.editor-styles-wrapper :is(.text-navy-900\/20) {
  color: rgb(0 4 10 / 0.2);
}

.editor-styles-wrapper :is(.text-navy-900\/25) {
  color: rgb(0 4 10 / 0.25);
}

.editor-styles-wrapper :is(.text-navy-900\/30) {
  color: rgb(0 4 10 / 0.3);
}

.editor-styles-wrapper :is(.text-navy-900\/40) {
  color: rgb(0 4 10 / 0.4);
}

.editor-styles-wrapper :is(.text-navy-900\/5) {
  color: rgb(0 4 10 / 0.05);
}

.editor-styles-wrapper :is(.text-navy-900\/50) {
  color: rgb(0 4 10 / 0.5);
}

.editor-styles-wrapper :is(.text-navy-900\/60) {
  color: rgb(0 4 10 / 0.6);
}

.editor-styles-wrapper :is(.text-navy-900\/70) {
  color: rgb(0 4 10 / 0.7);
}

.editor-styles-wrapper :is(.text-navy-900\/75) {
  color: rgb(0 4 10 / 0.75);
}

.editor-styles-wrapper :is(.text-navy-900\/80) {
  color: rgb(0 4 10 / 0.8);
}

.editor-styles-wrapper :is(.text-navy-900\/90) {
  color: rgb(0 4 10 / 0.9);
}

.editor-styles-wrapper :is(.text-navy-900\/95) {
  color: rgb(0 4 10 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-100) {
  --tw-text-opacity: 1;
  color: rgb(254 233 218 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-100\/0) {
  color: rgb(254 233 218 / 0);
}

.editor-styles-wrapper :is(.text-orange-100\/10) {
  color: rgb(254 233 218 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-100\/100) {
  color: rgb(254 233 218 / 1);
}

.editor-styles-wrapper :is(.text-orange-100\/20) {
  color: rgb(254 233 218 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-100\/25) {
  color: rgb(254 233 218 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-100\/30) {
  color: rgb(254 233 218 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-100\/40) {
  color: rgb(254 233 218 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-100\/5) {
  color: rgb(254 233 218 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-100\/50) {
  color: rgb(254 233 218 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-100\/60) {
  color: rgb(254 233 218 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-100\/70) {
  color: rgb(254 233 218 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-100\/75) {
  color: rgb(254 233 218 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-100\/80) {
  color: rgb(254 233 218 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-100\/90) {
  color: rgb(254 233 218 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-100\/95) {
  color: rgb(254 233 218 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-1000) {
  --tw-text-opacity: 1;
  color: rgb(32 14 0 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-1000\/0) {
  color: rgb(32 14 0 / 0);
}

.editor-styles-wrapper :is(.text-orange-1000\/10) {
  color: rgb(32 14 0 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-1000\/100) {
  color: rgb(32 14 0 / 1);
}

.editor-styles-wrapper :is(.text-orange-1000\/20) {
  color: rgb(32 14 0 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-1000\/25) {
  color: rgb(32 14 0 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-1000\/30) {
  color: rgb(32 14 0 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-1000\/40) {
  color: rgb(32 14 0 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-1000\/5) {
  color: rgb(32 14 0 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-1000\/50) {
  color: rgb(32 14 0 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-1000\/60) {
  color: rgb(32 14 0 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-1000\/70) {
  color: rgb(32 14 0 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-1000\/75) {
  color: rgb(32 14 0 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-1000\/80) {
  color: rgb(32 14 0 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-1000\/90) {
  color: rgb(32 14 0 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-1000\/95) {
  color: rgb(32 14 0 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-200) {
  --tw-text-opacity: 1;
  color: rgb(254 212 181 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-200\/0) {
  color: rgb(254 212 181 / 0);
}

.editor-styles-wrapper :is(.text-orange-200\/10) {
  color: rgb(254 212 181 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-200\/100) {
  color: rgb(254 212 181 / 1);
}

.editor-styles-wrapper :is(.text-orange-200\/20) {
  color: rgb(254 212 181 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-200\/25) {
  color: rgb(254 212 181 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-200\/30) {
  color: rgb(254 212 181 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-200\/40) {
  color: rgb(254 212 181 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-200\/5) {
  color: rgb(254 212 181 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-200\/50) {
  color: rgb(254 212 181 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-200\/60) {
  color: rgb(254 212 181 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-200\/70) {
  color: rgb(254 212 181 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-200\/75) {
  color: rgb(254 212 181 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-200\/80) {
  color: rgb(254 212 181 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-200\/90) {
  color: rgb(254 212 181 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-200\/95) {
  color: rgb(254 212 181 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-300) {
  --tw-text-opacity: 1;
  color: rgb(253 191 143 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-300\/0) {
  color: rgb(253 191 143 / 0);
}

.editor-styles-wrapper :is(.text-orange-300\/10) {
  color: rgb(253 191 143 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-300\/100) {
  color: rgb(253 191 143 / 1);
}

.editor-styles-wrapper :is(.text-orange-300\/20) {
  color: rgb(253 191 143 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-300\/25) {
  color: rgb(253 191 143 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-300\/30) {
  color: rgb(253 191 143 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-300\/40) {
  color: rgb(253 191 143 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-300\/5) {
  color: rgb(253 191 143 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-300\/50) {
  color: rgb(253 191 143 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-300\/60) {
  color: rgb(253 191 143 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-300\/70) {
  color: rgb(253 191 143 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-300\/75) {
  color: rgb(253 191 143 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-300\/80) {
  color: rgb(253 191 143 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-300\/90) {
  color: rgb(253 191 143 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-300\/95) {
  color: rgb(253 191 143 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-400) {
  --tw-text-opacity: 1;
  color: rgb(253 170 106 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-400\/0) {
  color: rgb(253 170 106 / 0);
}

.editor-styles-wrapper :is(.text-orange-400\/10) {
  color: rgb(253 170 106 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-400\/100) {
  color: rgb(253 170 106 / 1);
}

.editor-styles-wrapper :is(.text-orange-400\/20) {
  color: rgb(253 170 106 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-400\/25) {
  color: rgb(253 170 106 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-400\/30) {
  color: rgb(253 170 106 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-400\/40) {
  color: rgb(253 170 106 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-400\/5) {
  color: rgb(253 170 106 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-400\/50) {
  color: rgb(253 170 106 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-400\/60) {
  color: rgb(253 170 106 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-400\/70) {
  color: rgb(253 170 106 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-400\/75) {
  color: rgb(253 170 106 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-400\/80) {
  color: rgb(253 170 106 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-400\/90) {
  color: rgb(253 170 106 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-400\/95) {
  color: rgb(253 170 106 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-50) {
  --tw-text-opacity: 1;
  color: rgb(255 244 236 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-50\/0) {
  color: rgb(255 244 236 / 0);
}

.editor-styles-wrapper :is(.text-orange-50\/10) {
  color: rgb(255 244 236 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-50\/100) {
  color: rgb(255 244 236 / 1);
}

.editor-styles-wrapper :is(.text-orange-50\/20) {
  color: rgb(255 244 236 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-50\/25) {
  color: rgb(255 244 236 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-50\/30) {
  color: rgb(255 244 236 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-50\/40) {
  color: rgb(255 244 236 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-50\/5) {
  color: rgb(255 244 236 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-50\/50) {
  color: rgb(255 244 236 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-50\/60) {
  color: rgb(255 244 236 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-50\/70) {
  color: rgb(255 244 236 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-50\/75) {
  color: rgb(255 244 236 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-50\/80) {
  color: rgb(255 244 236 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-50\/90) {
  color: rgb(255 244 236 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-50\/95) {
  color: rgb(255 244 236 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-500) {
  --tw-text-opacity: 1;
  color: rgb(252 148 69 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-500\/0) {
  color: rgb(252 148 69 / 0);
}

.editor-styles-wrapper :is(.text-orange-500\/10) {
  color: rgb(252 148 69 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-500\/100) {
  color: rgb(252 148 69 / 1);
}

.editor-styles-wrapper :is(.text-orange-500\/20) {
  color: rgb(252 148 69 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-500\/25) {
  color: rgb(252 148 69 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-500\/30) {
  color: rgb(252 148 69 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-500\/40) {
  color: rgb(252 148 69 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-500\/5) {
  color: rgb(252 148 69 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-500\/50) {
  color: rgb(252 148 69 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-500\/60) {
  color: rgb(252 148 69 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-500\/70) {
  color: rgb(252 148 69 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-500\/75) {
  color: rgb(252 148 69 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-500\/80) {
  color: rgb(252 148 69 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-500\/90) {
  color: rgb(252 148 69 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-500\/95) {
  color: rgb(252 148 69 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-600) {
  --tw-text-opacity: 1;
  color: rgb(251 112 6 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-600\/0) {
  color: rgb(251 112 6 / 0);
}

.editor-styles-wrapper :is(.text-orange-600\/10) {
  color: rgb(251 112 6 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-600\/100) {
  color: rgb(251 112 6 / 1);
}

.editor-styles-wrapper :is(.text-orange-600\/20) {
  color: rgb(251 112 6 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-600\/25) {
  color: rgb(251 112 6 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-600\/30) {
  color: rgb(251 112 6 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-600\/40) {
  color: rgb(251 112 6 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-600\/5) {
  color: rgb(251 112 6 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-600\/50) {
  color: rgb(251 112 6 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-600\/60) {
  color: rgb(251 112 6 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-600\/70) {
  color: rgb(251 112 6 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-600\/75) {
  color: rgb(251 112 6 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-600\/80) {
  color: rgb(251 112 6 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-600\/90) {
  color: rgb(251 112 6 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-600\/95) {
  color: rgb(251 112 6 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-700) {
  --tw-text-opacity: 1;
  color: rgb(190 84 3 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-700\/0) {
  color: rgb(190 84 3 / 0);
}

.editor-styles-wrapper :is(.text-orange-700\/10) {
  color: rgb(190 84 3 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-700\/100) {
  color: rgb(190 84 3 / 1);
}

.editor-styles-wrapper :is(.text-orange-700\/20) {
  color: rgb(190 84 3 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-700\/25) {
  color: rgb(190 84 3 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-700\/30) {
  color: rgb(190 84 3 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-700\/40) {
  color: rgb(190 84 3 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-700\/5) {
  color: rgb(190 84 3 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-700\/50) {
  color: rgb(190 84 3 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-700\/60) {
  color: rgb(190 84 3 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-700\/70) {
  color: rgb(190 84 3 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-700\/75) {
  color: rgb(190 84 3 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-700\/80) {
  color: rgb(190 84 3 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-700\/90) {
  color: rgb(190 84 3 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-700\/95) {
  color: rgb(190 84 3 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-800) {
  --tw-text-opacity: 1;
  color: rgb(127 56 2 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-800\/0) {
  color: rgb(127 56 2 / 0);
}

.editor-styles-wrapper :is(.text-orange-800\/10) {
  color: rgb(127 56 2 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-800\/100) {
  color: rgb(127 56 2 / 1);
}

.editor-styles-wrapper :is(.text-orange-800\/20) {
  color: rgb(127 56 2 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-800\/25) {
  color: rgb(127 56 2 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-800\/30) {
  color: rgb(127 56 2 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-800\/40) {
  color: rgb(127 56 2 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-800\/5) {
  color: rgb(127 56 2 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-800\/50) {
  color: rgb(127 56 2 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-800\/60) {
  color: rgb(127 56 2 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-800\/70) {
  color: rgb(127 56 2 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-800\/75) {
  color: rgb(127 56 2 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-800\/80) {
  color: rgb(127 56 2 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-800\/90) {
  color: rgb(127 56 2 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-800\/95) {
  color: rgb(127 56 2 / 0.95);
}

.editor-styles-wrapper :is(.text-orange-900) {
  --tw-text-opacity: 1;
  color: rgb(63 28 1 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-orange-900\/0) {
  color: rgb(63 28 1 / 0);
}

.editor-styles-wrapper :is(.text-orange-900\/10) {
  color: rgb(63 28 1 / 0.1);
}

.editor-styles-wrapper :is(.text-orange-900\/100) {
  color: rgb(63 28 1 / 1);
}

.editor-styles-wrapper :is(.text-orange-900\/20) {
  color: rgb(63 28 1 / 0.2);
}

.editor-styles-wrapper :is(.text-orange-900\/25) {
  color: rgb(63 28 1 / 0.25);
}

.editor-styles-wrapper :is(.text-orange-900\/30) {
  color: rgb(63 28 1 / 0.3);
}

.editor-styles-wrapper :is(.text-orange-900\/40) {
  color: rgb(63 28 1 / 0.4);
}

.editor-styles-wrapper :is(.text-orange-900\/5) {
  color: rgb(63 28 1 / 0.05);
}

.editor-styles-wrapper :is(.text-orange-900\/50) {
  color: rgb(63 28 1 / 0.5);
}

.editor-styles-wrapper :is(.text-orange-900\/60) {
  color: rgb(63 28 1 / 0.6);
}

.editor-styles-wrapper :is(.text-orange-900\/70) {
  color: rgb(63 28 1 / 0.7);
}

.editor-styles-wrapper :is(.text-orange-900\/75) {
  color: rgb(63 28 1 / 0.75);
}

.editor-styles-wrapper :is(.text-orange-900\/80) {
  color: rgb(63 28 1 / 0.8);
}

.editor-styles-wrapper :is(.text-orange-900\/90) {
  color: rgb(63 28 1 / 0.9);
}

.editor-styles-wrapper :is(.text-orange-900\/95) {
  color: rgb(63 28 1 / 0.95);
}

.editor-styles-wrapper :is(.text-primary) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-100) {
  --tw-text-opacity: 1;
  color: rgb(255 219 217 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-100\/0) {
  color: rgb(255 219 217 / 0);
}

.editor-styles-wrapper :is(.text-red-100\/10) {
  color: rgb(255 219 217 / 0.1);
}

.editor-styles-wrapper :is(.text-red-100\/100) {
  color: rgb(255 219 217 / 1);
}

.editor-styles-wrapper :is(.text-red-100\/20) {
  color: rgb(255 219 217 / 0.2);
}

.editor-styles-wrapper :is(.text-red-100\/25) {
  color: rgb(255 219 217 / 0.25);
}

.editor-styles-wrapper :is(.text-red-100\/30) {
  color: rgb(255 219 217 / 0.3);
}

.editor-styles-wrapper :is(.text-red-100\/40) {
  color: rgb(255 219 217 / 0.4);
}

.editor-styles-wrapper :is(.text-red-100\/5) {
  color: rgb(255 219 217 / 0.05);
}

.editor-styles-wrapper :is(.text-red-100\/50) {
  color: rgb(255 219 217 / 0.5);
}

.editor-styles-wrapper :is(.text-red-100\/60) {
  color: rgb(255 219 217 / 0.6);
}

.editor-styles-wrapper :is(.text-red-100\/70) {
  color: rgb(255 219 217 / 0.7);
}

.editor-styles-wrapper :is(.text-red-100\/75) {
  color: rgb(255 219 217 / 0.75);
}

.editor-styles-wrapper :is(.text-red-100\/80) {
  color: rgb(255 219 217 / 0.8);
}

.editor-styles-wrapper :is(.text-red-100\/90) {
  color: rgb(255 219 217 / 0.9);
}

.editor-styles-wrapper :is(.text-red-100\/95) {
  color: rgb(255 219 217 / 0.95);
}

.editor-styles-wrapper :is(.text-red-1000) {
  --tw-text-opacity: 1;
  color: rgb(32 2 0 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-1000\/0) {
  color: rgb(32 2 0 / 0);
}

.editor-styles-wrapper :is(.text-red-1000\/10) {
  color: rgb(32 2 0 / 0.1);
}

.editor-styles-wrapper :is(.text-red-1000\/100) {
  color: rgb(32 2 0 / 1);
}

.editor-styles-wrapper :is(.text-red-1000\/20) {
  color: rgb(32 2 0 / 0.2);
}

.editor-styles-wrapper :is(.text-red-1000\/25) {
  color: rgb(32 2 0 / 0.25);
}

.editor-styles-wrapper :is(.text-red-1000\/30) {
  color: rgb(32 2 0 / 0.3);
}

.editor-styles-wrapper :is(.text-red-1000\/40) {
  color: rgb(32 2 0 / 0.4);
}

.editor-styles-wrapper :is(.text-red-1000\/5) {
  color: rgb(32 2 0 / 0.05);
}

.editor-styles-wrapper :is(.text-red-1000\/50) {
  color: rgb(32 2 0 / 0.5);
}

.editor-styles-wrapper :is(.text-red-1000\/60) {
  color: rgb(32 2 0 / 0.6);
}

.editor-styles-wrapper :is(.text-red-1000\/70) {
  color: rgb(32 2 0 / 0.7);
}

.editor-styles-wrapper :is(.text-red-1000\/75) {
  color: rgb(32 2 0 / 0.75);
}

.editor-styles-wrapper :is(.text-red-1000\/80) {
  color: rgb(32 2 0 / 0.8);
}

.editor-styles-wrapper :is(.text-red-1000\/90) {
  color: rgb(32 2 0 / 0.9);
}

.editor-styles-wrapper :is(.text-red-1000\/95) {
  color: rgb(32 2 0 / 0.95);
}

.editor-styles-wrapper :is(.text-red-200) {
  --tw-text-opacity: 1;
  color: rgb(255 184 180 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-200\/0) {
  color: rgb(255 184 180 / 0);
}

.editor-styles-wrapper :is(.text-red-200\/10) {
  color: rgb(255 184 180 / 0.1);
}

.editor-styles-wrapper :is(.text-red-200\/100) {
  color: rgb(255 184 180 / 1);
}

.editor-styles-wrapper :is(.text-red-200\/20) {
  color: rgb(255 184 180 / 0.2);
}

.editor-styles-wrapper :is(.text-red-200\/25) {
  color: rgb(255 184 180 / 0.25);
}

.editor-styles-wrapper :is(.text-red-200\/30) {
  color: rgb(255 184 180 / 0.3);
}

.editor-styles-wrapper :is(.text-red-200\/40) {
  color: rgb(255 184 180 / 0.4);
}

.editor-styles-wrapper :is(.text-red-200\/5) {
  color: rgb(255 184 180 / 0.05);
}

.editor-styles-wrapper :is(.text-red-200\/50) {
  color: rgb(255 184 180 / 0.5);
}

.editor-styles-wrapper :is(.text-red-200\/60) {
  color: rgb(255 184 180 / 0.6);
}

.editor-styles-wrapper :is(.text-red-200\/70) {
  color: rgb(255 184 180 / 0.7);
}

.editor-styles-wrapper :is(.text-red-200\/75) {
  color: rgb(255 184 180 / 0.75);
}

.editor-styles-wrapper :is(.text-red-200\/80) {
  color: rgb(255 184 180 / 0.8);
}

.editor-styles-wrapper :is(.text-red-200\/90) {
  color: rgb(255 184 180 / 0.9);
}

.editor-styles-wrapper :is(.text-red-200\/95) {
  color: rgb(255 184 180 / 0.95);
}

.editor-styles-wrapper :is(.text-red-300) {
  --tw-text-opacity: 1;
  color: rgb(254 148 142 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-300\/0) {
  color: rgb(254 148 142 / 0);
}

.editor-styles-wrapper :is(.text-red-300\/10) {
  color: rgb(254 148 142 / 0.1);
}

.editor-styles-wrapper :is(.text-red-300\/100) {
  color: rgb(254 148 142 / 1);
}

.editor-styles-wrapper :is(.text-red-300\/20) {
  color: rgb(254 148 142 / 0.2);
}

.editor-styles-wrapper :is(.text-red-300\/25) {
  color: rgb(254 148 142 / 0.25);
}

.editor-styles-wrapper :is(.text-red-300\/30) {
  color: rgb(254 148 142 / 0.3);
}

.editor-styles-wrapper :is(.text-red-300\/40) {
  color: rgb(254 148 142 / 0.4);
}

.editor-styles-wrapper :is(.text-red-300\/5) {
  color: rgb(254 148 142 / 0.05);
}

.editor-styles-wrapper :is(.text-red-300\/50) {
  color: rgb(254 148 142 / 0.5);
}

.editor-styles-wrapper :is(.text-red-300\/60) {
  color: rgb(254 148 142 / 0.6);
}

.editor-styles-wrapper :is(.text-red-300\/70) {
  color: rgb(254 148 142 / 0.7);
}

.editor-styles-wrapper :is(.text-red-300\/75) {
  color: rgb(254 148 142 / 0.75);
}

.editor-styles-wrapper :is(.text-red-300\/80) {
  color: rgb(254 148 142 / 0.8);
}

.editor-styles-wrapper :is(.text-red-300\/90) {
  color: rgb(254 148 142 / 0.9);
}

.editor-styles-wrapper :is(.text-red-300\/95) {
  color: rgb(254 148 142 / 0.95);
}

.editor-styles-wrapper :is(.text-red-400) {
  --tw-text-opacity: 1;
  color: rgb(254 112 105 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-400\/0) {
  color: rgb(254 112 105 / 0);
}

.editor-styles-wrapper :is(.text-red-400\/10) {
  color: rgb(254 112 105 / 0.1);
}

.editor-styles-wrapper :is(.text-red-400\/100) {
  color: rgb(254 112 105 / 1);
}

.editor-styles-wrapper :is(.text-red-400\/20) {
  color: rgb(254 112 105 / 0.2);
}

.editor-styles-wrapper :is(.text-red-400\/25) {
  color: rgb(254 112 105 / 0.25);
}

.editor-styles-wrapper :is(.text-red-400\/30) {
  color: rgb(254 112 105 / 0.3);
}

.editor-styles-wrapper :is(.text-red-400\/40) {
  color: rgb(254 112 105 / 0.4);
}

.editor-styles-wrapper :is(.text-red-400\/5) {
  color: rgb(254 112 105 / 0.05);
}

.editor-styles-wrapper :is(.text-red-400\/50) {
  color: rgb(254 112 105 / 0.5);
}

.editor-styles-wrapper :is(.text-red-400\/60) {
  color: rgb(254 112 105 / 0.6);
}

.editor-styles-wrapper :is(.text-red-400\/70) {
  color: rgb(254 112 105 / 0.7);
}

.editor-styles-wrapper :is(.text-red-400\/75) {
  color: rgb(254 112 105 / 0.75);
}

.editor-styles-wrapper :is(.text-red-400\/80) {
  color: rgb(254 112 105 / 0.8);
}

.editor-styles-wrapper :is(.text-red-400\/90) {
  color: rgb(254 112 105 / 0.9);
}

.editor-styles-wrapper :is(.text-red-400\/95) {
  color: rgb(254 112 105 / 0.95);
}

.editor-styles-wrapper :is(.text-red-50) {
  --tw-text-opacity: 1;
  color: rgb(255 237 236 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-50\/0) {
  color: rgb(255 237 236 / 0);
}

.editor-styles-wrapper :is(.text-red-50\/10) {
  color: rgb(255 237 236 / 0.1);
}

.editor-styles-wrapper :is(.text-red-50\/100) {
  color: rgb(255 237 236 / 1);
}

.editor-styles-wrapper :is(.text-red-50\/20) {
  color: rgb(255 237 236 / 0.2);
}

.editor-styles-wrapper :is(.text-red-50\/25) {
  color: rgb(255 237 236 / 0.25);
}

.editor-styles-wrapper :is(.text-red-50\/30) {
  color: rgb(255 237 236 / 0.3);
}

.editor-styles-wrapper :is(.text-red-50\/40) {
  color: rgb(255 237 236 / 0.4);
}

.editor-styles-wrapper :is(.text-red-50\/5) {
  color: rgb(255 237 236 / 0.05);
}

.editor-styles-wrapper :is(.text-red-50\/50) {
  color: rgb(255 237 236 / 0.5);
}

.editor-styles-wrapper :is(.text-red-50\/60) {
  color: rgb(255 237 236 / 0.6);
}

.editor-styles-wrapper :is(.text-red-50\/70) {
  color: rgb(255 237 236 / 0.7);
}

.editor-styles-wrapper :is(.text-red-50\/75) {
  color: rgb(255 237 236 / 0.75);
}

.editor-styles-wrapper :is(.text-red-50\/80) {
  color: rgb(255 237 236 / 0.8);
}

.editor-styles-wrapper :is(.text-red-50\/90) {
  color: rgb(255 237 236 / 0.9);
}

.editor-styles-wrapper :is(.text-red-50\/95) {
  color: rgb(255 237 236 / 0.95);
}

.editor-styles-wrapper :is(.text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(254 106 98 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-500\/0) {
  color: rgb(254 106 98 / 0);
}

.editor-styles-wrapper :is(.text-red-500\/10) {
  color: rgb(254 106 98 / 0.1);
}

.editor-styles-wrapper :is(.text-red-500\/100) {
  color: rgb(254 106 98 / 1);
}

.editor-styles-wrapper :is(.text-red-500\/20) {
  color: rgb(254 106 98 / 0.2);
}

.editor-styles-wrapper :is(.text-red-500\/25) {
  color: rgb(254 106 98 / 0.25);
}

.editor-styles-wrapper :is(.text-red-500\/30) {
  color: rgb(254 106 98 / 0.3);
}

.editor-styles-wrapper :is(.text-red-500\/40) {
  color: rgb(254 106 98 / 0.4);
}

.editor-styles-wrapper :is(.text-red-500\/5) {
  color: rgb(254 106 98 / 0.05);
}

.editor-styles-wrapper :is(.text-red-500\/50) {
  color: rgb(254 106 98 / 0.5);
}

.editor-styles-wrapper :is(.text-red-500\/60) {
  color: rgb(254 106 98 / 0.6);
}

.editor-styles-wrapper :is(.text-red-500\/70) {
  color: rgb(254 106 98 / 0.7);
}

.editor-styles-wrapper :is(.text-red-500\/75) {
  color: rgb(254 106 98 / 0.75);
}

.editor-styles-wrapper :is(.text-red-500\/80) {
  color: rgb(254 106 98 / 0.8);
}

.editor-styles-wrapper :is(.text-red-500\/90) {
  color: rgb(254 106 98 / 0.9);
}

.editor-styles-wrapper :is(.text-red-500\/95) {
  color: rgb(254 106 98 / 0.95);
}

.editor-styles-wrapper :is(.text-red-600) {
  --tw-text-opacity: 1;
  color: rgb(224 12 1 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-600\/0) {
  color: rgb(224 12 1 / 0);
}

.editor-styles-wrapper :is(.text-red-600\/10) {
  color: rgb(224 12 1 / 0.1);
}

.editor-styles-wrapper :is(.text-red-600\/100) {
  color: rgb(224 12 1 / 1);
}

.editor-styles-wrapper :is(.text-red-600\/20) {
  color: rgb(224 12 1 / 0.2);
}

.editor-styles-wrapper :is(.text-red-600\/25) {
  color: rgb(224 12 1 / 0.25);
}

.editor-styles-wrapper :is(.text-red-600\/30) {
  color: rgb(224 12 1 / 0.3);
}

.editor-styles-wrapper :is(.text-red-600\/40) {
  color: rgb(224 12 1 / 0.4);
}

.editor-styles-wrapper :is(.text-red-600\/5) {
  color: rgb(224 12 1 / 0.05);
}

.editor-styles-wrapper :is(.text-red-600\/50) {
  color: rgb(224 12 1 / 0.5);
}

.editor-styles-wrapper :is(.text-red-600\/60) {
  color: rgb(224 12 1 / 0.6);
}

.editor-styles-wrapper :is(.text-red-600\/70) {
  color: rgb(224 12 1 / 0.7);
}

.editor-styles-wrapper :is(.text-red-600\/75) {
  color: rgb(224 12 1 / 0.75);
}

.editor-styles-wrapper :is(.text-red-600\/80) {
  color: rgb(224 12 1 / 0.8);
}

.editor-styles-wrapper :is(.text-red-600\/90) {
  color: rgb(224 12 1 / 0.9);
}

.editor-styles-wrapper :is(.text-red-600\/95) {
  color: rgb(224 12 1 / 0.95);
}

.editor-styles-wrapper :is(.text-red-700) {
  --tw-text-opacity: 1;
  color: rgb(192 11 1 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-700\/0) {
  color: rgb(192 11 1 / 0);
}

.editor-styles-wrapper :is(.text-red-700\/10) {
  color: rgb(192 11 1 / 0.1);
}

.editor-styles-wrapper :is(.text-red-700\/100) {
  color: rgb(192 11 1 / 1);
}

.editor-styles-wrapper :is(.text-red-700\/20) {
  color: rgb(192 11 1 / 0.2);
}

.editor-styles-wrapper :is(.text-red-700\/25) {
  color: rgb(192 11 1 / 0.25);
}

.editor-styles-wrapper :is(.text-red-700\/30) {
  color: rgb(192 11 1 / 0.3);
}

.editor-styles-wrapper :is(.text-red-700\/40) {
  color: rgb(192 11 1 / 0.4);
}

.editor-styles-wrapper :is(.text-red-700\/5) {
  color: rgb(192 11 1 / 0.05);
}

.editor-styles-wrapper :is(.text-red-700\/50) {
  color: rgb(192 11 1 / 0.5);
}

.editor-styles-wrapper :is(.text-red-700\/60) {
  color: rgb(192 11 1 / 0.6);
}

.editor-styles-wrapper :is(.text-red-700\/70) {
  color: rgb(192 11 1 / 0.7);
}

.editor-styles-wrapper :is(.text-red-700\/75) {
  color: rgb(192 11 1 / 0.75);
}

.editor-styles-wrapper :is(.text-red-700\/80) {
  color: rgb(192 11 1 / 0.8);
}

.editor-styles-wrapper :is(.text-red-700\/90) {
  color: rgb(192 11 1 / 0.9);
}

.editor-styles-wrapper :is(.text-red-700\/95) {
  color: rgb(192 11 1 / 0.95);
}

.editor-styles-wrapper :is(.text-red-800) {
  --tw-text-opacity: 1;
  color: rgb(128 7 1 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-800\/0) {
  color: rgb(128 7 1 / 0);
}

.editor-styles-wrapper :is(.text-red-800\/10) {
  color: rgb(128 7 1 / 0.1);
}

.editor-styles-wrapper :is(.text-red-800\/100) {
  color: rgb(128 7 1 / 1);
}

.editor-styles-wrapper :is(.text-red-800\/20) {
  color: rgb(128 7 1 / 0.2);
}

.editor-styles-wrapper :is(.text-red-800\/25) {
  color: rgb(128 7 1 / 0.25);
}

.editor-styles-wrapper :is(.text-red-800\/30) {
  color: rgb(128 7 1 / 0.3);
}

.editor-styles-wrapper :is(.text-red-800\/40) {
  color: rgb(128 7 1 / 0.4);
}

.editor-styles-wrapper :is(.text-red-800\/5) {
  color: rgb(128 7 1 / 0.05);
}

.editor-styles-wrapper :is(.text-red-800\/50) {
  color: rgb(128 7 1 / 0.5);
}

.editor-styles-wrapper :is(.text-red-800\/60) {
  color: rgb(128 7 1 / 0.6);
}

.editor-styles-wrapper :is(.text-red-800\/70) {
  color: rgb(128 7 1 / 0.7);
}

.editor-styles-wrapper :is(.text-red-800\/75) {
  color: rgb(128 7 1 / 0.75);
}

.editor-styles-wrapper :is(.text-red-800\/80) {
  color: rgb(128 7 1 / 0.8);
}

.editor-styles-wrapper :is(.text-red-800\/90) {
  color: rgb(128 7 1 / 0.9);
}

.editor-styles-wrapper :is(.text-red-800\/95) {
  color: rgb(128 7 1 / 0.95);
}

.editor-styles-wrapper :is(.text-red-900) {
  --tw-text-opacity: 1;
  color: rgb(64 4 0 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-red-900\/0) {
  color: rgb(64 4 0 / 0);
}

.editor-styles-wrapper :is(.text-red-900\/10) {
  color: rgb(64 4 0 / 0.1);
}

.editor-styles-wrapper :is(.text-red-900\/100) {
  color: rgb(64 4 0 / 1);
}

.editor-styles-wrapper :is(.text-red-900\/20) {
  color: rgb(64 4 0 / 0.2);
}

.editor-styles-wrapper :is(.text-red-900\/25) {
  color: rgb(64 4 0 / 0.25);
}

.editor-styles-wrapper :is(.text-red-900\/30) {
  color: rgb(64 4 0 / 0.3);
}

.editor-styles-wrapper :is(.text-red-900\/40) {
  color: rgb(64 4 0 / 0.4);
}

.editor-styles-wrapper :is(.text-red-900\/5) {
  color: rgb(64 4 0 / 0.05);
}

.editor-styles-wrapper :is(.text-red-900\/50) {
  color: rgb(64 4 0 / 0.5);
}

.editor-styles-wrapper :is(.text-red-900\/60) {
  color: rgb(64 4 0 / 0.6);
}

.editor-styles-wrapper :is(.text-red-900\/70) {
  color: rgb(64 4 0 / 0.7);
}

.editor-styles-wrapper :is(.text-red-900\/75) {
  color: rgb(64 4 0 / 0.75);
}

.editor-styles-wrapper :is(.text-red-900\/80) {
  color: rgb(64 4 0 / 0.8);
}

.editor-styles-wrapper :is(.text-red-900\/90) {
  color: rgb(64 4 0 / 0.9);
}

.editor-styles-wrapper :is(.text-red-900\/95) {
  color: rgb(64 4 0 / 0.95);
}

.editor-styles-wrapper :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-100) {
  --tw-text-opacity: 1;
  color: rgb(254 248 235 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-100\/0) {
  color: rgb(254 248 235 / 0);
}

.editor-styles-wrapper :is(.text-yellow-100\/10) {
  color: rgb(254 248 235 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-100\/100) {
  color: rgb(254 248 235 / 1);
}

.editor-styles-wrapper :is(.text-yellow-100\/20) {
  color: rgb(254 248 235 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-100\/25) {
  color: rgb(254 248 235 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-100\/30) {
  color: rgb(254 248 235 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-100\/40) {
  color: rgb(254 248 235 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-100\/5) {
  color: rgb(254 248 235 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-100\/50) {
  color: rgb(254 248 235 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-100\/60) {
  color: rgb(254 248 235 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-100\/70) {
  color: rgb(254 248 235 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-100\/75) {
  color: rgb(254 248 235 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-100\/80) {
  color: rgb(254 248 235 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-100\/90) {
  color: rgb(254 248 235 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-100\/95) {
  color: rgb(254 248 235 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-1000) {
  --tw-text-opacity: 1;
  color: rgb(40 27 1 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-1000\/0) {
  color: rgb(40 27 1 / 0);
}

.editor-styles-wrapper :is(.text-yellow-1000\/10) {
  color: rgb(40 27 1 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-1000\/100) {
  color: rgb(40 27 1 / 1);
}

.editor-styles-wrapper :is(.text-yellow-1000\/20) {
  color: rgb(40 27 1 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-1000\/25) {
  color: rgb(40 27 1 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-1000\/30) {
  color: rgb(40 27 1 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-1000\/40) {
  color: rgb(40 27 1 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-1000\/5) {
  color: rgb(40 27 1 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-1000\/50) {
  color: rgb(40 27 1 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-1000\/60) {
  color: rgb(40 27 1 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-1000\/70) {
  color: rgb(40 27 1 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-1000\/75) {
  color: rgb(40 27 1 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-1000\/80) {
  color: rgb(40 27 1 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-1000\/90) {
  color: rgb(40 27 1 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-1000\/95) {
  color: rgb(40 27 1 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-200) {
  --tw-text-opacity: 1;
  color: rgb(254 242 215 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-200\/0) {
  color: rgb(254 242 215 / 0);
}

.editor-styles-wrapper :is(.text-yellow-200\/10) {
  color: rgb(254 242 215 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-200\/100) {
  color: rgb(254 242 215 / 1);
}

.editor-styles-wrapper :is(.text-yellow-200\/20) {
  color: rgb(254 242 215 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-200\/25) {
  color: rgb(254 242 215 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-200\/30) {
  color: rgb(254 242 215 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-200\/40) {
  color: rgb(254 242 215 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-200\/5) {
  color: rgb(254 242 215 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-200\/50) {
  color: rgb(254 242 215 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-200\/60) {
  color: rgb(254 242 215 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-200\/70) {
  color: rgb(254 242 215 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-200\/75) {
  color: rgb(254 242 215 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-200\/80) {
  color: rgb(254 242 215 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-200\/90) {
  color: rgb(254 242 215 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-200\/95) {
  color: rgb(254 242 215 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-300) {
  --tw-text-opacity: 1;
  color: rgb(253 235 196 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-300\/0) {
  color: rgb(253 235 196 / 0);
}

.editor-styles-wrapper :is(.text-yellow-300\/10) {
  color: rgb(253 235 196 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-300\/100) {
  color: rgb(253 235 196 / 1);
}

.editor-styles-wrapper :is(.text-yellow-300\/20) {
  color: rgb(253 235 196 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-300\/25) {
  color: rgb(253 235 196 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-300\/30) {
  color: rgb(253 235 196 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-300\/40) {
  color: rgb(253 235 196 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-300\/5) {
  color: rgb(253 235 196 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-300\/50) {
  color: rgb(253 235 196 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-300\/60) {
  color: rgb(253 235 196 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-300\/70) {
  color: rgb(253 235 196 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-300\/75) {
  color: rgb(253 235 196 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-300\/80) {
  color: rgb(253 235 196 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-300\/90) {
  color: rgb(253 235 196 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-300\/95) {
  color: rgb(253 235 196 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-400) {
  --tw-text-opacity: 1;
  color: rgb(253 228 176 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-400\/0) {
  color: rgb(253 228 176 / 0);
}

.editor-styles-wrapper :is(.text-yellow-400\/10) {
  color: rgb(253 228 176 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-400\/100) {
  color: rgb(253 228 176 / 1);
}

.editor-styles-wrapper :is(.text-yellow-400\/20) {
  color: rgb(253 228 176 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-400\/25) {
  color: rgb(253 228 176 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-400\/30) {
  color: rgb(253 228 176 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-400\/40) {
  color: rgb(253 228 176 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-400\/5) {
  color: rgb(253 228 176 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-400\/50) {
  color: rgb(253 228 176 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-400\/60) {
  color: rgb(253 228 176 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-400\/70) {
  color: rgb(253 228 176 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-400\/75) {
  color: rgb(253 228 176 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-400\/80) {
  color: rgb(253 228 176 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-400\/90) {
  color: rgb(253 228 176 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-400\/95) {
  color: rgb(253 228 176 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-50) {
  --tw-text-opacity: 1;
  color: rgb(255 252 245 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-50\/0) {
  color: rgb(255 252 245 / 0);
}

.editor-styles-wrapper :is(.text-yellow-50\/10) {
  color: rgb(255 252 245 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-50\/100) {
  color: rgb(255 252 245 / 1);
}

.editor-styles-wrapper :is(.text-yellow-50\/20) {
  color: rgb(255 252 245 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-50\/25) {
  color: rgb(255 252 245 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-50\/30) {
  color: rgb(255 252 245 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-50\/40) {
  color: rgb(255 252 245 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-50\/5) {
  color: rgb(255 252 245 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-50\/50) {
  color: rgb(255 252 245 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-50\/60) {
  color: rgb(255 252 245 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-50\/70) {
  color: rgb(255 252 245 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-50\/75) {
  color: rgb(255 252 245 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-50\/80) {
  color: rgb(255 252 245 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-50\/90) {
  color: rgb(255 252 245 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-50\/95) {
  color: rgb(255 252 245 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-500) {
  --tw-text-opacity: 1;
  color: rgb(252 222 156 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-500\/0) {
  color: rgb(252 222 156 / 0);
}

.editor-styles-wrapper :is(.text-yellow-500\/10) {
  color: rgb(252 222 156 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-500\/100) {
  color: rgb(252 222 156 / 1);
}

.editor-styles-wrapper :is(.text-yellow-500\/20) {
  color: rgb(252 222 156 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-500\/25) {
  color: rgb(252 222 156 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-500\/30) {
  color: rgb(252 222 156 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-500\/40) {
  color: rgb(252 222 156 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-500\/5) {
  color: rgb(252 222 156 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-500\/50) {
  color: rgb(252 222 156 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-500\/60) {
  color: rgb(252 222 156 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-500\/70) {
  color: rgb(252 222 156 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-500\/75) {
  color: rgb(252 222 156 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-500\/80) {
  color: rgb(252 222 156 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-500\/90) {
  color: rgb(252 222 156 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-500\/95) {
  color: rgb(252 222 156 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-600) {
  --tw-text-opacity: 1;
  color: rgb(249 195 77 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-600\/0) {
  color: rgb(249 195 77 / 0);
}

.editor-styles-wrapper :is(.text-yellow-600\/10) {
  color: rgb(249 195 77 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-600\/100) {
  color: rgb(249 195 77 / 1);
}

.editor-styles-wrapper :is(.text-yellow-600\/20) {
  color: rgb(249 195 77 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-600\/25) {
  color: rgb(249 195 77 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-600\/30) {
  color: rgb(249 195 77 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-600\/40) {
  color: rgb(249 195 77 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-600\/5) {
  color: rgb(249 195 77 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-600\/50) {
  color: rgb(249 195 77 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-600\/60) {
  color: rgb(249 195 77 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-600\/70) {
  color: rgb(249 195 77 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-600\/75) {
  color: rgb(249 195 77 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-600\/80) {
  color: rgb(249 195 77 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-600\/90) {
  color: rgb(249 195 77 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-600\/95) {
  color: rgb(249 195 77 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-700) {
  --tw-text-opacity: 1;
  color: rgb(237 165 7 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-700\/0) {
  color: rgb(237 165 7 / 0);
}

.editor-styles-wrapper :is(.text-yellow-700\/10) {
  color: rgb(237 165 7 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-700\/100) {
  color: rgb(237 165 7 / 1);
}

.editor-styles-wrapper :is(.text-yellow-700\/20) {
  color: rgb(237 165 7 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-700\/25) {
  color: rgb(237 165 7 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-700\/30) {
  color: rgb(237 165 7 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-700\/40) {
  color: rgb(237 165 7 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-700\/5) {
  color: rgb(237 165 7 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-700\/50) {
  color: rgb(237 165 7 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-700\/60) {
  color: rgb(237 165 7 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-700\/70) {
  color: rgb(237 165 7 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-700\/75) {
  color: rgb(237 165 7 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-700\/80) {
  color: rgb(237 165 7 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-700\/90) {
  color: rgb(237 165 7 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-700\/95) {
  color: rgb(237 165 7 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-800) {
  --tw-text-opacity: 1;
  color: rgb(158 110 5 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-800\/0) {
  color: rgb(158 110 5 / 0);
}

.editor-styles-wrapper :is(.text-yellow-800\/10) {
  color: rgb(158 110 5 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-800\/100) {
  color: rgb(158 110 5 / 1);
}

.editor-styles-wrapper :is(.text-yellow-800\/20) {
  color: rgb(158 110 5 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-800\/25) {
  color: rgb(158 110 5 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-800\/30) {
  color: rgb(158 110 5 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-800\/40) {
  color: rgb(158 110 5 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-800\/5) {
  color: rgb(158 110 5 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-800\/50) {
  color: rgb(158 110 5 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-800\/60) {
  color: rgb(158 110 5 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-800\/70) {
  color: rgb(158 110 5 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-800\/75) {
  color: rgb(158 110 5 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-800\/80) {
  color: rgb(158 110 5 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-800\/90) {
  color: rgb(158 110 5 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-800\/95) {
  color: rgb(158 110 5 / 0.95);
}

.editor-styles-wrapper :is(.text-yellow-900) {
  --tw-text-opacity: 1;
  color: rgb(79 55 2 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-yellow-900\/0) {
  color: rgb(79 55 2 / 0);
}

.editor-styles-wrapper :is(.text-yellow-900\/10) {
  color: rgb(79 55 2 / 0.1);
}

.editor-styles-wrapper :is(.text-yellow-900\/100) {
  color: rgb(79 55 2 / 1);
}

.editor-styles-wrapper :is(.text-yellow-900\/20) {
  color: rgb(79 55 2 / 0.2);
}

.editor-styles-wrapper :is(.text-yellow-900\/25) {
  color: rgb(79 55 2 / 0.25);
}

.editor-styles-wrapper :is(.text-yellow-900\/30) {
  color: rgb(79 55 2 / 0.3);
}

.editor-styles-wrapper :is(.text-yellow-900\/40) {
  color: rgb(79 55 2 / 0.4);
}

.editor-styles-wrapper :is(.text-yellow-900\/5) {
  color: rgb(79 55 2 / 0.05);
}

.editor-styles-wrapper :is(.text-yellow-900\/50) {
  color: rgb(79 55 2 / 0.5);
}

.editor-styles-wrapper :is(.text-yellow-900\/60) {
  color: rgb(79 55 2 / 0.6);
}

.editor-styles-wrapper :is(.text-yellow-900\/70) {
  color: rgb(79 55 2 / 0.7);
}

.editor-styles-wrapper :is(.text-yellow-900\/75) {
  color: rgb(79 55 2 / 0.75);
}

.editor-styles-wrapper :is(.text-yellow-900\/80) {
  color: rgb(79 55 2 / 0.8);
}

.editor-styles-wrapper :is(.text-yellow-900\/90) {
  color: rgb(79 55 2 / 0.9);
}

.editor-styles-wrapper :is(.text-yellow-900\/95) {
  color: rgb(79 55 2 / 0.95);
}

.editor-styles-wrapper :is(.underline) {
  text-decoration-line: underline;
}

.editor-styles-wrapper :is(.\!no-underline) {
  text-decoration-line: none !important;
}

.editor-styles-wrapper :is(.opacity-0) {
  opacity: 0;
}

.editor-styles-wrapper :is(.opacity-100) {
  opacity: 1;
}

.editor-styles-wrapper :is(.opacity-20) {
  opacity: 0.2;
}

.editor-styles-wrapper :is(.opacity-30) {
  opacity: 0.3;
}

.editor-styles-wrapper :is(.opacity-60) {
  opacity: 0.6;
}

.editor-styles-wrapper :is(.shadow) {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper :is(.shadow-md) {
  --tw-shadow: rgba(99, 99, 150, 0.15) 0px 2px 8px 0px;
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper :is(.shadow-sm) {
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper :is(.shadow-xl) {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper :is(.outline) {
  outline-style: solid;
}

.editor-styles-wrapper :is(.blur) {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.editor-styles-wrapper :is(.blur-\[150px\]) {
  --tw-blur: blur(150px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.editor-styles-wrapper :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.editor-styles-wrapper :is(.transition) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :is(.transition-\[height\]) {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :is(.transition-\[opacity\2c margin\]) {
  transition-property: opacity,margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :is(.transition-\[opacity\]) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :is(.transition-colors) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :is(.transition-opacity) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :is(.duration-200) {
  transition-duration: 200ms;
}

.editor-styles-wrapper :is(.duration-300) {
  transition-duration: 300ms;
}

.editor-styles-wrapper :is(.duration-500) {
  transition-duration: 500ms;
}

.editor-styles-wrapper :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.editor-styles-wrapper :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[--auto-close\:inside\] {
  --auto-close: inside;
}

.\[--placement\:bottom-right\] {
  --placement: bottom-right;
}

.\[--strategy\:absolute\] {
  --strategy: absolute;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/* Set some variables to help with the utility classes */

:root {
  --gutter: 1rem;
  --border-color: rgba(213, 217, 220, 0.75);
  --header-height: 6rem;
}

@media (min-width: 768px){
  :root{
    --gutter: 1.25rem;
  }
}

@media (min-width: 1024px){
  :root{
    --header-height: 6.25rem;
  }
}

*{
  box-sizing: border-box;
}

html, body {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-----------------------------------
    -------------------------------------
    Typography
    -------------------------------------
    -----------------------------------*/

.editor-styles-wrapper ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper ::selection, .editor-styles-wrapper ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper , .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6)::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper , .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6)::selection,.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper ::-moz-selection, .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper )::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper )::selection,.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper )::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper ) a:not(.btn)::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper ) a:not(.btn)::selection,.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper ::-moz-selection) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper , .bg-blue-500) a.btn:not(.btn-outline, .btn-link)::-moz-selection {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper , .bg-blue-500) a.btn:not(.btn-outline, .btn-link)::selection,.editor-styles-wrapper :where( .editor-styles-wrapper ::-moz-selection, .bg-blue-500) a.btn:not(.btn-outline, .btn-link) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper , .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover::-moz-selection {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper , .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover::selection,.editor-styles-wrapper :where( .editor-styles-wrapper ::-moz-selection, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper , .bg-blue-500) :is(a.btn-link, a.btn-outline)::-moz-selection {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper , .bg-blue-500) :is(a.btn-link, a.btn-outline)::selection,.editor-styles-wrapper :where( .editor-styles-wrapper ::-moz-selection, .bg-blue-500) :is(a.btn-link, a.btn-outline) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*-----------------------------------
    -------------------------------------
    Structure & Color
    -------------------------------------
    -----------------------------------*/

/* Add custom container max-widths at Tailwind breakpoints */

.editor-styles-wrapper .container {
  position: relative;
  z-index: 1;
  max-width: 87.5rem;
  padding-inline: var(--wp--custom--container-padding);
}

/* Simulate Bootstrap rows and columns */

.editor-styles-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  width: calc(100% + var(--gutter));
  margin-left: calc((var(--gutter) / 2) * -1);
}

.editor-styles-wrapper .col {
  width: 100%;
  padding-inline: calc(var(--gutter) / 2);
}

/* Expand images inside a <figure> tag and prevent warping */

.editor-styles-wrapper .match-figure {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Make sure the last element in the div does not have space below it */

.editor-styles-wrapper .flush-bottom > :last-child {
  margin-bottom: 0px !important;
}

/* Set a default border color */

.editor-styles-wrapper .border-color {
  border-color: var(--border-color) !important;
}

/* Set dimensions for the sidebar and main content area globally */

@media screen and (min-width: 992px){
  .editor-styles-wrapper .global-sidebar{
    width: 15rem;
  }

  .editor-styles-wrapper .hug-sidebar{
    margin-left: 15rem;
    width: calc(100vw - 15rem);
  }
}

@media screen and (min-width: 1440px){
  .editor-styles-wrapper .global-sidebar{
    width: 16.5rem;
  }

  .editor-styles-wrapper .hug-sidebar{
    margin-left: 16.5rem;
    width: calc(100vw - 16.5rem);
  }
}

@media screen and (min-width: 1575px){
  .editor-styles-wrapper .global-sidebar{
    width: 18.75rem;
  }

  .editor-styles-wrapper .hug-sidebar{
    margin-left: 18.75rem;
    width: calc(100vw - 18.75rem);
  }
}

/* Gradients */

.editor-styles-wrapper .border-gradient{
  background-image: linear-gradient(white, white), 
        linear-gradient(to right, #fe4c42, #fc9344);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 1px;
}

.editor-styles-wrapper .bg-gradient-blue-cyan {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2465FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 101 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #A5DEFE var(--tw-gradient-to-position);
}

.editor-styles-wrapper .bg-gradient-red-orange {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FE6A62 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 106 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FC9445 var(--tw-gradient-to-position);
}

.editor-styles-wrapper .bg-gradient-orange-yellow {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FC9445 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 148 69 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FCDE9C var(--tw-gradient-to-position);
}

.editor-styles-wrapper .bg-gradient-cyan {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #45BAFD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 186 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #A5DEFE var(--tw-gradient-to-position);
}

.editor-styles-wrapper .bg-gradient-green {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #03C470 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 196 112 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #84FDC9 var(--tw-gradient-to-position);
}

/* Make text and links on dark backgrounds white */

.editor-styles-wrapper :where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .bg-primary, .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .bg-primary) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .bg-primary) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-primary, .bg-blue-500) a.btn:not(.btn-outline, .btn-link) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-primary, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-primary, .bg-blue-500) :is(a.btn-link, a.btn-outline) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-dark) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(165 222 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 103 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper .white-headings :is(h1,h2,h3,h4,h5,h6) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* Add class for faded text */

.editor-styles-wrapper .text-muted {
  --tw-text-opacity: 1;
  color: rgb(105 122 148 / var(--tw-text-opacity));
}

.editor-styles-wrapper #main ul li::marker {
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
  color: inherit;
}

.editor-styles-wrapper .sticky-top {
  position: sticky;
  top: 0px;
  top: var(--header-height);
}

/*-----------------------------------
    -------------------------------------
    Interactions
    -------------------------------------
    -----------------------------------*/

.editor-styles-wrapper button,
    .editor-styles-wrapper input:where([type='button']),
    .editor-styles-wrapper input:where([type='reset']),
    .editor-styles-wrapper input:where([type='submit']) {
  -webkit-appearance: none;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
  cursor: pointer;
  border: none;
}

.editor-styles-wrapper input[disabled], .editor-styles-wrapper input[readonly] {
  pointer-events: none;
}

.editor-styles-wrapper input[disabled][type="submit"], .editor-styles-wrapper input[readonly][type="submit"] {
  border-width: 0px !important;
}

.editor-styles-wrapper a, .editor-styles-wrapper button {
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :where(h1, h2, h3, h4, h5, h6) a {
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :where(h1, h2, h3, h4, h5, h6) a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

/* Set default link styles */

.editor-styles-wrapper :root a {
  text-decoration-line: none;
}

.editor-styles-wrapper a:not(.btn, .wp-block-button__link, #primary-menu > li > a, .navbar-brand) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper a:not(.btn, .wp-block-button__link, #primary-menu > li > a, .navbar-brand):hover {
  text-decoration-line: underline;
}

/* Set button styles */

.editor-styles-wrapper .btn, .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled), .editor-styles-wrapper input[type=button], .editor-styles-wrapper input[type=submit], .editor-styles-wrapper .ld-button {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper .btn, .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled), .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper input[type=button], .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper input[type=submit], .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper .ld-button, .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper .btn),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled)),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper input[type=button]),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper input[type=submit]),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper .ld-button) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,.editor-styles-wrapper .btn) a:not(.btn),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled)) a:not(.btn),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper input[type=button]) a:not(.btn),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper input[type=submit]) a:not(.btn),.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .editor-styles-wrapper .ld-button) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .btn, .bg-blue-500) a.btn:not(.btn-outline, .btn-link),.editor-styles-wrapper :where( .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled), .bg-blue-500) a.btn:not(.btn-outline, .btn-link),.editor-styles-wrapper :where( .editor-styles-wrapper input[type=button], .bg-blue-500) a.btn:not(.btn-outline, .btn-link),.editor-styles-wrapper :where( .editor-styles-wrapper input[type=submit], .bg-blue-500) a.btn:not(.btn-outline, .btn-link),.editor-styles-wrapper :where( .editor-styles-wrapper .ld-button, .bg-blue-500) a.btn:not(.btn-outline, .btn-link) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .btn, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,.editor-styles-wrapper :where( .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled), .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,.editor-styles-wrapper :where( .editor-styles-wrapper input[type=button], .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,.editor-styles-wrapper :where( .editor-styles-wrapper input[type=submit], .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,.editor-styles-wrapper :where( .editor-styles-wrapper .ld-button, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .btn, .bg-blue-500) :is(a.btn-link, a.btn-outline),.editor-styles-wrapper :where( .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled), .bg-blue-500) :is(a.btn-link, a.btn-outline),.editor-styles-wrapper :where( .editor-styles-wrapper input[type=button], .bg-blue-500) :is(a.btn-link, a.btn-outline),.editor-styles-wrapper :where( .editor-styles-wrapper input[type=submit], .bg-blue-500) :is(a.btn-link, a.btn-outline),.editor-styles-wrapper :where( .editor-styles-wrapper .ld-button, .bg-blue-500) :is(a.btn-link, a.btn-outline) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .btn:hover, .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled):hover, .editor-styles-wrapper input[type=button]:hover, .editor-styles-wrapper input[type=submit]:hover, .editor-styles-wrapper .ld-button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(170 223 254 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 223 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper .btn:hover:enabled, .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled):hover:enabled, .editor-styles-wrapper input[type=button]:hover:enabled, .editor-styles-wrapper input[type=submit]:hover:enabled, .editor-styles-wrapper .ld-button:hover:enabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(170 223 254 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 223 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper .btn:disabled, .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled):disabled, .editor-styles-wrapper input[type=button]:disabled, .editor-styles-wrapper input[type=submit]:disabled, .editor-styles-wrapper .ld-button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(210 215 223 / var(--tw-bg-opacity));
}

.editor-styles-wrapper .btn:hover:disabled, .editor-styles-wrapper button:not(.btn-unstyled, .components-button, .ld-button-alternate, .disabled):hover:disabled, .editor-styles-wrapper input[type=button]:hover:disabled, .editor-styles-wrapper input[type=submit]:hover:disabled, .editor-styles-wrapper .ld-button:hover:disabled {
  pointer-events: none;
}

.editor-styles-wrapper .btn:not(.btn-icon, .arrow-left)::after, .editor-styles-wrapper .btn.arrow-left::before, .editor-styles-wrapper .my-certificates-header .btn-primary::after {
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  margin-left: 0.5rem;
  font-size: 1.125rem;
  position: relative;
  top: 0;
}

.editor-styles-wrapper .btn:not(.btn-icon, .arrow-left)::after, .editor-styles-wrapper .btn.arrow-left::before{
  content: '\f061';
}

.editor-styles-wrapper .my-certificates-header .btn-primary::after,
    .editor-styles-wrapper .leaderboards-header .btn-primary::after,
    .editor-styles-wrapper .my-progress-header .btn-primary::after {
  content: '\f518';
}

.editor-styles-wrapper .my-achievements-header .btn-primary::after {
  content: '\f06d';
}

.editor-styles-wrapper .my-certificates-header .btn-secondary::after,
    .editor-styles-wrapper .my-achievements-header .btn-secondary::after,
    .editor-styles-wrapper .my-progress-header .btn-secondary::after {
  content: '\f091';
}

.editor-styles-wrapper .leaderboards-header .btn-secondary::after {
  content: '\f559';
}

.editor-styles-wrapper #leaderboard-filter-save {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
}

.editor-styles-wrapper #leaderboard-filter-reset {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(211 224 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .btn-secondary {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .btn-tertiary {
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .btn-tertiary:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .btn-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .btn-sm::after, .editor-styles-wrapper .btn-tertiary::after {
  content: '\f054';
  font-size: 0.875rem;
}

.editor-styles-wrapper .btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
}

/* Add a list class that groups buttons */

.editor-styles-wrapper .btn-list {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  margin-bottom: 0px;
  display: flex;
  list-style-type: none !important;
  gap: 1rem;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .btn-list {
    margin-top: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }
}

.editor-styles-wrapper .btn-list-sm {
  gap: 1rem;
}

.editor-styles-wrapper .btn-list.multiple {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .btn-list.multiple {
    flex-direction: row;
  }
}

.editor-styles-wrapper .btn-list.multiple .btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .btn-list.multiple .btn {
    width: auto;
  }
}

.editor-styles-wrapper .single-col-text span.btn {
  margin-top: 1rem;
}

.editor-styles-wrapper .btn.disabled, .editor-styles-wrapper button.disabled {
  cursor: default !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 195 207 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 195 207 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(105 122 148 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .btn.disabled:hover, .editor-styles-wrapper button.disabled:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 195 207 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 195 207 / var(--tw-bg-opacity)) !important;
}

/* Custom icons */

.editor-styles-wrapper .btn.arrow-down::after{
  content: '\f063';
}

.editor-styles-wrapper .btn.arrow-left::before{
  content: '\f060';
  margin-left: 0;
  margin-right: 0.5rem;
}

.editor-styles-wrapper .btn.arrow-up::after{
  content: '\f062';
}

.editor-styles-wrapper .btn.circle-play::after{
  content: '\f144';
}

.editor-styles-wrapper .btn.users::after{
  content: '\f0c0';
}

/*-----------------------------------
    -------------------------------------
    Components
    -------------------------------------
    -----------------------------------*/

/* Accordion */

/* Alert */

.editor-styles-wrapper .alert {
  display: block;
  border-radius: 1rem;
  border-width: 1px;
  padding: 1rem;
}

.editor-styles-wrapper .alert-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(158 110 5 / var(--tw-text-opacity));
}

.editor-styles-wrapper .learndash-wrapper .ld-alert-success {
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

/* Badge */

.editor-styles-wrapper .badge-list {
  margin-bottom: 0px !important;
  display: flex;
  list-style-type: none !important;
  gap: 0.75rem;
  padding-left: 0px !important;
}

.editor-styles-wrapper .badge {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(2 102 160 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper .badge a {
  --tw-text-opacity: 1 !important;
  color: rgb(252 148 69 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .badge a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.editor-styles-wrapper .badge.blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 52 174 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .badge.red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .badge.orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 244 236 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 84 3 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .badge.yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 248 235 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(158 110 5 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .badge.cyan {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 247 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 102 160 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .badge.green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .badge.purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 239 245 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(85 56 94 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .badge.gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(52 61 74 / var(--tw-text-opacity)) !important;
}

/* Card */

.editor-styles-wrapper .card {
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper .card figure {
  margin-bottom: 0px;
  aspect-ratio: 4/3;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .card figure, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .bg-primary,.editor-styles-wrapper .card figure, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .card figure) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(165 222 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .card figure, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :where(.editor-styles-wrapper .card figure, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 103 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper .card a img:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.75;
}

.editor-styles-wrapper .card a img {
  transition: 0.3s all ease;
}

.editor-styles-wrapper .card .card-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  padding-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

/*-----------------------------------
    -------------------------------------
    Forms
    -------------------------------------
    -----------------------------------*/

.editor-styles-wrapper form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=range]), textarea, select), .editor-styles-wrapper #leaderboard-filters :where(select) {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.editor-styles-wrapper form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=range]), textarea, select)::-moz-placeholder, .editor-styles-wrapper #leaderboard-filters :where(select)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
  opacity: 0.4;
}

.editor-styles-wrapper form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=range]), textarea, select)::placeholder, .editor-styles-wrapper #leaderboard-filters :where(select)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
  opacity: 0.4;
}

.editor-styles-wrapper form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=range]), textarea, select):focus, .editor-styles-wrapper #leaderboard-filters :where(select):focus {
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=range]), textarea, select), .editor-styles-wrapper #leaderboard-filters :where(select) {
  font-size: var(--wp--preset--font-size--base) !important;
}

.editor-styles-wrapper input[type="radio"], .editor-styles-wrapper input[type="checkbox"] {
  height: 1.5rem;
  width: 1.5rem;
}

.editor-styles-wrapper input[type="radio"]:checked::before {
  transform: translateX(-50%) translateY(-50%);
  position: relative;
  top: 50%;
  left: 50%;
  margin: 0px !important;
  height: 1.1rem;
  width: 1.1rem;
}

.editor-styles-wrapper input[type="checkbox"]:checked::before {
  margin: 0px !important;
  height: 100%;
  width: 100%;
}

.editor-styles-wrapper input[disabled] + label {
  --tw-text-opacity: 1;
  color: rgb(105 122 148 / var(--tw-text-opacity));
}

.editor-styles-wrapper form legend, .editor-styles-wrapper form label {
  margin-bottom: 0.5rem;
  font-weight: 500 !important;
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper form fieldset {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
}

/* Search */

.editor-styles-wrapper .search-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.editor-styles-wrapper .search-form > label {
  flex-grow: 1;
}

.editor-styles-wrapper .search-form > label input {
  width: 100%;
}

/* Gravity Forms */

.editor-styles-wrapper .gfield:not(:last-child) {
  margin-bottom: 1rem;
}

.editor-styles-wrapper .gform_wrapper.gravity-theme .gfield_description {
  margin-top: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.editor-styles-wrapper .gform_required_legend {
  display: none !important;
}

.editor-styles-wrapper .gform_confirmation_wrapper .gform_confirmation_message {
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(3 196 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1;
  color: rgb(1 78 45 / var(--tw-text-opacity));
}

.editor-styles-wrapper .gform_submission_error {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
}

.editor-styles-wrapper .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper .gfield.inline .gfield_radio {
  display: flex !important;
  gap: 1.75rem;
}

.editor-styles-wrapper .gfield_radio .gchoice {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.editor-styles-wrapper .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

.editor-styles-wrapper .ginput_container_date {
  position: relative;
}

.editor-styles-wrapper .ginput_container_date img {
  position: absolute;
  right: 1rem;
}

.editor-styles-wrapper .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.editor-styles-wrapper .ginput_container_consent input {
  --tw-translate-y: 5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper .ginput_container_consent label {
  font-size: var(--wp--preset--font-size--x-small) !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  letter-spacing: 0 !important;
}

.editor-styles-wrapper table.gsurvey-likert {
  overflow: hidden !important;
  border-radius: 1rem !important;
  border-width: 0px !important;
}

.editor-styles-wrapper table.gsurvey-likert :is(td, th) {
  border-width: 0px !important;
}

.editor-styles-wrapper table.gsurvey-likert thead tr :is(td, th) {
  width: -moz-min-content;
  width: min-content;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity)) !important;
  font-size: var(--wp--preset--font-size--x-small) !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper table.gsurvey-likert thead tr td:first-of-type {
  width: 33% !important;
}

.editor-styles-wrapper table.gsurvey-likert tbody .gsurvey-likert-row-label {
  background-color: inherit !important;
  padding: 0.5rem !important;
  text-align: left !important;
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: var(--wp--custom--line-height-small) !important;
  letter-spacing: 0 !important;
  font-weight: 400;
  line-height: 1.15 !important;
}

.editor-styles-wrapper table.gsurvey-likert tbody tr:nth-of-type(even) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity)) !important;
}

/*-----------------------------------
    -------------------------------------
    Sliders
    -------------------------------------
    -----------------------------------*/

.editor-styles-wrapper .swiper {
  cursor: grab;
}

.editor-styles-wrapper .swiper-next i, .editor-styles-wrapper .swiper-prev i {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .swiper-next i:hover, .editor-styles-wrapper .swiper-prev i:hover {
  --tw-text-opacity: 1;
  color: rgb(165 222 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper .swiper-pagination {
  position: static;
}

.editor-styles-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper .swiper-slide {
  /* @apply !w-[17.5rem] lg:!w-[18.75rem] !h-auto; */
  height: auto !important;
}

.editor-styles-wrapper .marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*-----------------------------------
    -------------------------------------
    LearnDash
    -------------------------------------
    -----------------------------------*/

.editor-styles-wrapper :where(.is-root-container, .ld-tabs) {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.editor-styles-wrapper :where(.is-root-container, .ld-tab-content) > div:not(.course-overview, .course-divider, .wp-block-twh-blocks-hero), .editor-styles-wrapper .course-section {
  overflow: clip;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
  --tw-shadow: rgba(99, 99, 150, 0.15) 0px 2px 8px 0px;
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper :where(.is-root-container, .ld-tab-content) > div.lesson-block .direct-child-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper :where(.is-root-container, .ld-tab-content) > div.lesson-block .direct-child-padding {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
    padding-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }
}

.editor-styles-wrapper :where(.is-root-container, .ld-tab-content) > div.lesson-block_image-left .direct-child-rounding {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.editor-styles-wrapper :where(.is-root-container, .ld-tab-content) > div.lesson-block_image-right .direct-child-rounding {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.editor-styles-wrapper :where(.is-root-container, .ld-tab-content) {
  display: flex !important;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper :where(.is-root-container, .ld-tab-content) {
    gap: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }
}

.editor-styles-wrapper .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton {
  margin-top: 0.5rem !important;
  background-color: transparent !important;
  padding: 0px !important;
  font-size: var(--wp--preset--font-size--x-small) !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div {
  left: -2rem;
  bottom: -1rem;
  border-radius: 0.5rem !important;
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1) !important;
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.editor-styles-wrapper .mo-procto-start-exam-modal {
  background-color: rgb(0 0 0 / 0.7);
}

.editor-styles-wrapper .mo-procto-start-exam-modal > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 60rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem !important;
}

/*-----------------------------------
    -------------------------------------
    Core Blocks & Variations
    -------------------------------------
    -----------------------------------*/

/* General */

.editor-styles-wrapper .wp-block-image img, 
    .editor-styles-wrapper .wp-block-media-text:not(.wp-block-variation-summary) .wp-block-media-text__media, 
    .editor-styles-wrapper .wp-block-embed-vimeo .wp-block-embed__wrapper, 
    .editor-styles-wrapper .wp-block-cover {
  overflow: hidden;
  border-radius: 1rem;
}

/* Caption */

.editor-styles-wrapper .wp-element-caption {
  text-align: left;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(105 122 148 / var(--tw-text-opacity));
}

/* Cover - core/cover */

.editor-styles-wrapper .wp-block-cover {
  position: relative;
  min-height: auto !important;
}

.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
  max-width: 35rem;
}

.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container > * {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .wp-block-cover.wp-block-variation-survey-callout {
  position: relative;
}

.editor-styles-wrapper .wp-block-cover.wp-block-variation-survey-callout .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.editor-styles-wrapper .wp-block-cover.wp-block-variation-survey-callout::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #002374 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 35 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 35 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 35 116 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 35 116 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

/* List - core/list */

.editor-styles-wrapper .wp-block-list li::marker {
  color: inherit !important;
}

.editor-styles-wrapper .wp-block-list.is-style-checklist {
  list-style-type: none !important;
  padding-left: 0px !important;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.editor-styles-wrapper .wp-block-list.is-style-checklist > li {
  position: relative;
  padding-left: 2rem;
}

.editor-styles-wrapper .wp-block-list.is-style-checklist > li::before {
  position: absolute;
  left: 0px;
  padding-right: 0.5rem;
  font-weight: 400;
  color: inherit;
  font-family: 'Font Awesome 6 Pro';
  content: '\f058';
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-list.is-style-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* File - core/file */

.editor-styles-wrapper .wp-block-file {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-file {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.editor-styles-wrapper .wp-block-file .wp-block-file__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.editor-styles-wrapper .wp-block-file a:not(.wp-element-button) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.editor-styles-wrapper .wp-block-file a:not(.wp-element-button):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.editor-styles-wrapper .wp-block-file a.wp-element-button {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .wp-block-file a.wp-element-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 215 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

/* Grid - core/group  */

@media screen and (max-width: 600px){
  .editor-styles-wrapper .wp-block-group.is-layout-grid {
    display: flex !important;
    flex-direction: column !important;
  }
}

/* Media-Text - core/media-text */

.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media {
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media {
    aspect-ratio: auto;
  }
}

.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content .wp-block-list {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.editor-styles-wrapper .wp-block-media-text:not(.has-media-on-the-right, .wp-block-variation-summary) .wp-block-media-text__content {
  margin-top: 1rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-media-text:not(.has-media-on-the-right, .wp-block-variation-summary) .wp-block-media-text__content {
    margin-top: 0px !important;
    padding-left: 2rem !important;
  }
}

.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right:not(.wp-block-variation-summary) .wp-block-media-text__content {
  margin-top: 1rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right:not(.wp-block-variation-summary) .wp-block-media-text__content {
    margin-top: 0px !important;
    padding-right: 2rem !important;
  }
}

.editor-styles-wrapper .wp-block-media-text.wp-block-variation-summary {
  overflow: hidden;
}

.editor-styles-wrapper .wp-block-media-text.wp-block-variation-summary .wp-block-media-text__content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.editor-styles-wrapper .wp-block-media-text.wp-block-variation-summary .wp-block-heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .wp-block-media-text.wp-block-variation-character-text {
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-media-text.wp-block-variation-character-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* Table - core/table */

.editor-styles-wrapper .wp-block-table {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
  text-align: left;
}

.editor-styles-wrapper .wp-block-table thead {
  border-width: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .wp-block-table thead, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .bg-primary,.editor-styles-wrapper .wp-block-table thead, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .wp-block-table thead) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(165 222 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .wp-block-table thead, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :where(.editor-styles-wrapper .wp-block-table thead, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 103 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper .wp-block-table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
}

.editor-styles-wrapper .wp-block-table td, .editor-styles-wrapper .wp-block-table th {
  border-width: 0px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
}

.editor-styles-wrapper .wp-block-table td a, .editor-styles-wrapper .wp-block-table th a {
  cursor: pointer;
}

.editor-styles-wrapper .wp-block-table td img, .editor-styles-wrapper .wp-block-table th img {
  display: inline-block;
}

.editor-styles-wrapper .wp-block-table tr:nth-of-type(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.editor-styles-wrapper .wp-block-table tr:has(mark.has-inline-color.has-red-500-color) td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity));
}

/* Pullquote - core/pullquote */

/* Quote - core/quote */

.editor-styles-wrapper .wp-block-quote:not(.is-style-plain),
    .editor-styles-wrapper .wp-block-pullquote {
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(252 148 69 / var(--tw-border-opacity));
  padding-left: 2rem;
}

.editor-styles-wrapper .wp-block-quote:not(.is-style-plain) > *, .editor-styles-wrapper .wp-block-pullquote > * {
  text-align: left;
}

.editor-styles-wrapper .wp-block-quote:not(.is-style-plain) cite, .editor-styles-wrapper .wp-block-pullquote cite {
  margin-top: 1.5rem !important;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

.editor-styles-wrapper .wp-block-quote:not(.is-style-plain) p, .editor-styles-wrapper .wp-block-pullquote p {
  text-align: left;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height-medium);
  letter-spacing: 0;
}

.editor-styles-wrapper .wp-block-quote.is-style-plain {
  border-width: 0px;
}

/*-----------------------------------
    -------------------------------------
    Custom Blocks
    -------------------------------------
    -----------------------------------*/

.editor-styles-wrapper .image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

/* Course Section */

.editor-styles-wrapper .course-section_inner > *:first-child {
  margin-top: 0px !important;
}

.editor-styles-wrapper :where(.course-section_inner .block-editor-block-list__layout:not(.inner-block-parent), .course-section_inner) > *:not(.wp-block-list-item, .wp-block-heading, :last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper :where(.course-section_inner .block-editor-block-list__layout:not(.inner-block-parent), .course-section_inner) > *:not(.wp-block-list-item, .wp-block-heading, :last-child) {
    margin-bottom: 2rem;
  }
}

.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section .course-section_inner {
  padding-bottom: 0px;
}

.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section .wp-block-embed {
  position: relative;
  left: 50%;
  margin-top: 2rem;
  width: calc(100% + 6rem);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section .wp-block-embed > .wp-block-embed__wrapper {
  border-radius: 0px !important;
}

.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div {
  --tw-bg-opacity: 1;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .bg-primary,.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(165 222 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :where(.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 103 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div .section-title__outer {
  --tw-border-opacity: 1;
  border-color: rgb(52 61 74 / var(--tw-border-opacity));
}

.editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div .wp-block-heading, .editor-styles-wrapper .wp-block-twh-blocks-course-section.course-video-section-dark > div .section-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Lesson Overview */

.editor-styles-wrapper .wp-block-twh-blocks-lesson-overview:has(.importance) {
  overflow: visible;
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper .wp-block-twh-blocks-lesson-overview :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* Question */

.editor-styles-wrapper .question-card {
  border-radius: 1rem;
  border-width: 0px;
  border-left-width: 1.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .question-card {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .question-card {
    border-left-width: 1.75rem;
  }
}

.editor-styles-wrapper .question-card form ul {
  margin-bottom: 2rem;
}

.editor-styles-wrapper .question-card form input[type=radio], .editor-styles-wrapper .question-card form input[type=checkbox] {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  --tw-translate-y: -5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper .question-card form ul:has(.correct, .incorrect) {
  margin-left: 2rem;
}

.editor-styles-wrapper .question-card form ul:has(.correct, .incorrect) li:not(.correct, .correctComplete, .incorrect) {
  margin-left: 4px;
}

.editor-styles-wrapper .question-card form .correct, .editor-styles-wrapper .question-card form .incorrect {
  position: relative;
  padding: 0.25rem;
}

.editor-styles-wrapper .question-card form .correct::before, .editor-styles-wrapper .question-card form .incorrect::before {
  position: absolute;
  left: -2rem;
  top: 50%;
  display: inline-block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.editor-styles-wrapper .question-card form .correct {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(3 196 112 / var(--tw-border-opacity));
  background-color: transparent;
}

.editor-styles-wrapper .question-card form .correct.correctComplete {
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity));
}

.editor-styles-wrapper .question-card form .correct.correctComplete label {
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .question-card form .correct::before {
  content: "\f00c";
  --tw-text-opacity: 1;
  color: rgb(3 196 112 / var(--tw-text-opacity));
}

.editor-styles-wrapper .question-card form .correct label {
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .question-card form .correct label input[type=radio]:disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper .question-card form .incorrect {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(254 106 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 217 / var(--tw-bg-opacity));
}

.editor-styles-wrapper .question-card form .incorrect::before{
  content: "\f00d";
  --tw-text-opacity: 1;
  color: rgb(254 106 98 / var(--tw-text-opacity));
}

.editor-styles-wrapper .question-card form .incorrect label {
  font-weight: 500 !important;
  --tw-text-opacity: 1;
  color: rgb(192 11 1 / var(--tw-text-opacity));
}

.editor-styles-wrapper .question-card form .incorrect label input[type=radio]:disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 106 98 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

/* SVG Map */

.editor-styles-wrapper .interactive-svg svg {
  margin-left: auto;
  margin-right: auto;
  max-height: 65vh;
  width: auto;
}

.editor-styles-wrapper .interactive-svg a,
    .editor-styles-wrapper .interactive-svg a:hover {
  text-decoration-line: none !important;
}

.editor-styles-wrapper .interactive-svg a > * {
  cursor: pointer;
}

.editor-styles-wrapper .interactive-svg a * {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper .interactive-svg.interaction-highlight a:hover rect {
  fill: rgb(38 103 255 / 0.5);
}

.editor-styles-wrapper .interactive-svg.interaction-highlight a:hover text {
  fill: #2667ff;
}

.editor-styles-wrapper .interactive-svg.interaction-opacity a:hover > * {
  cursor: pointer;
  text-decoration-line: none !important;
  opacity: 0.5;
}

/* Slider */

.editor-styles-wrapper .swiper-wrapper > * {
  margin-top: 0px !important;
}

/* Tabs */

.editor-styles-wrapper .wp-block-twh-blocks-tabs .block-editor-inner-blocks > .block-editor-block-list__layout > * {
  margin-top: 0px !important;
}

/*-----------------------------------
    -------------------------------------
    Other
    -------------------------------------
    -----------------------------------*/

.editor-styles-wrapper .prompt {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .has-custom-size {
  display: inline-block;
}

.editor-styles-wrapper .align-inline-image {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.editor-styles-wrapper .align-inline-image img {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.editor-styles-wrapper .wp-block-separator {
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 215 223 / var(--tw-border-opacity)) !important;
}

/* Gamipress Blocks */

/* This is a custom class to be added to the core/group block container */

.editor-styles-wrapper .sticky-achievements {
  position: sticky;
  top: 25%;
}

.editor-styles-wrapper .sticky-achievements .gamipress-achievements-list {
  margin-top: 2rem !important;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper .relative-achievements .gamipress-achievements-list {
  margin-top: 2rem !important;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Tincanny Content - tincanny/content */

/* SCORM Lightbox */

.editor-styles-wrapper .uo-tincanny-content {
  margin-top: 2rem;
}

.editor-styles-wrapper .uo-tincanny-content .glightbox {
  display: block;
  height: 100%;
  width: 100%;
}

.editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-button {
  width: 100%;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(36 101 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-button__icon {
  position: relative;
}

.editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-button__icon::after {
  display: block;
  font-size: 0.9375rem;
  --tw-content: '\f08e';
  content: var(--tw-content);
  font-family: 'Font Awesome 6 Pro';
}

.editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-button__icon svg {
  display: none;
}

.editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-image-with-button,
            .editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-image {
  display: block;
}

.editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-image-with-button,
            .editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-image,
            .editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-image > img {
  width: 100%;
  max-width: 100%;
}

.editor-styles-wrapper .uo-tincanny-content .glightbox .uo-tclr-open-content-image {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 1rem;
}

.editor-styles-wrapper .glightbox-container .gclose {
  border-width: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.editor-styles-wrapper .glightbox-container .gclose:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper .glightbox-container .gclose svg {
  display: none;
}

.editor-styles-wrapper .glightbox-container .gclose::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height-large);
  letter-spacing: 0;
  --tw-content: '\f00d';
  content: var(--tw-content);
  font-family: 'Font Awesome 6 Pro';
}

.editor-styles-wrapper .glightbox-container .goverlay {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.editor-styles-wrapper .glightbox-container .gslide, .editor-styles-wrapper .glightbox-container .gslide-inner-content, .editor-styles-wrapper .glightbox-container .ginner-container {
  height: 100vh !important;
  width: 100vw !important;
  max-width: none !important;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .glightbox-container .gslide, .editor-styles-wrapper .glightbox-container .gslide-inner-content, .editor-styles-wrapper .glightbox-container .ginner-container {
    height: 90vh !important;
    width: 90vw !important;
  }
}

.editor-styles-wrapper .glightbox-container .gslide-external {
  max-height: none !important;
  background-color: transparent !important;
}

@media (min-width: 1024px) {
  .editor-styles-wrapper .glightbox-container .gslide-external {
    overflow: hidden;
    border-radius: 1rem;
  }
}

.page-template-my-achievements .gamipress-achievements-container {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.page-template-my-achievements .gamipress-achievements-container .gamipress-achievement {
  margin-top: 0px !important;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .page-template-my-achievements .gamipress-achievements-container.gamipress-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-template-my-achievements .gamipress-achievements-container.gamipress-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*-----------------------------------
-------------------------------------
Manual
-------------------------------------
-----------------------------------*/

/* .page-template-manual{
    #content{
        @apply bg-white text-dark;
    }

    .wp-block-twh-blocks-alert{
        @apply mb-7;
    }
} */

/*-----------------------------------
-------------------------------------
Responsive
-------------------------------------
-----------------------------------*/

@media screen and (min-width:992px) {
  :where(.editor-styles-wrapper) .vert-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

/* Tablet styles */

@media (max-width: 1024px) {
  .p-0-tablet {
    padding: 0 !important;
  }

  .p-container-tablet {
    padding: 2rem !important;
    /* or your desired container padding */
  }
}

/* Mobile styles */

@media (max-width: 768px) {
  .p-0-mobile {
    padding: 0 !important;
  }

  .p-container-mobile {
    padding: 1rem !important;
    /* or your desired container padding */
  }
}

/*-----------------------------------
    -------------------------------------
    LearnDash
    -------------------------------------
    -----------------------------------*/

/* LearnDash Buttons */

body.frontend .ld-button {
  gap: 0.5rem !important;
  white-space: nowrap !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.frontend .ld-button:hover {
  text-decoration-line: none !important;
}

body.frontend .ld-button:not(.ld-button-transparent) {
  border-radius: 9999px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent):not([aria-disabled="true"]):hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}

body.frontend .ld-button .ld-text {
  padding: 0px !important;
}

body.frontend .ld-button .ld-icon-download {
  display: none;
}

body.frontend .ld-button:hover .ld-text, body.frontend .ld-button:hover .ld-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-button.ld-button-transparent:hover {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/* Course Steps Navigation */

body.frontend .ld-content-actions {
  border-width: 0px;
  border-top-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

body.frontend .ld-content-action {
  padding: 0px !important;
  flex-basis: content !important;
}

/* Mark Complete */

body.frontend .ld-content-action .tclr-mark-complete-button, body.frontend .ld-content-action .sfwd-mark-complete {
  height: 100% !important;
}

body.frontend .ld-content-action .sfwd-mark-complete::after {
  right: 1em !important;
  --tw-content: '\e913' !important;
  content: var(--tw-content) !important;
  transition: all .25s ease-in-out;
}

body.frontend .ld-content-action .sfwd-mark-complete:has(.learndash_mark_complete_button:not([disabled])):hover::after {
  right: 0.8em !important;
  content: var(--tw-content) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-content-action .sfwd-mark-complete:has(.learndash_mark_complete_button[disabled])::after {
  --tw-text-opacity: 1 !important;
  color: rgb(164 175 191 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.75rem;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
  font-weight: 500;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

body.frontend .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 215 223 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(164 175 191 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/* LearnDash Progress */

body.frontend .ld-progress .ld-progress-label {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  font-weight: 500;
}

body.frontend .ld-progress .ld-progress-bar {
  margin-bottom: 0.5rem !important;
  height: 0.5rem;
  width: 100%;
  border-radius: 1rem !important;
  --tw-bg-opacity: 1;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity));
}

body.frontend .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  height: 100% !important;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity));
}

body.frontend .ld-progress-percentage {
  font-size: var(--wp--preset--font-size--x-small) !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: inherit !important;
}

/* Status Indicators */

body.frontend .ld-status {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(2 102 160 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.frontend .ld-status.ld-status-progress {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 102 160 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-status.ld-status-complete {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-status-incomplete {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 195 207 / var(--tw-border-opacity)) !important;
}

body.frontend .ld-status-icon {
  margin-right: 0.5rem !important;
  height: 1.25rem;
  width: 1.25rem;
  flex-basis: 1.25rem;
  font-size: 0.75rem !important;
}

body.frontend .ld-status-icon .ld-icon-quiz::before{
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  content: '\e1e3' !important;
  --tw-text-opacity: 1;
  color: rgb(187 195 207 / var(--tw-text-opacity));
}

/* Alert: Certification */

body.frontend .ld-alert-certificate.ld-alert-success .ld-icon-certificate::before {
  content: '\f5f3';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

/* Alert: Course Progession */

body.frontend .ld-alert.ld-alert-warning {
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 235 / var(--tw-bg-opacity));
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(79 55 2 / var(--tw-text-opacity)) !important;
  border-color: var(--color-yellow-600) !important;
}

body.frontend .ld-alert.ld-alert-warning .ld-alert-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

body.frontend .ld-alert.ld-alert-warning .ld-alert-content .ld-alert-messages {
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

body.frontend .ld-alert.ld-alert-warning .ld-alert-content .ld-alert-icon {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  transform: none;
  background-color: transparent !important;
  padding: 0px;
}

body.frontend .ld-alert.ld-alert-warning .ld-alert-content .ld-alert-icon::before {
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height-x-large);
  letter-spacing: -0.01em;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(237 165 7 / var(--tw-text-opacity)) !important;
  content: '\f0a4';
  font-family: "Font Awesome 6 Pro";
}

body.frontend .ld-alert.ld-alert-warning h1,body.frontend .ld-alert.ld-alert-warning h2,body.frontend .ld-alert.ld-alert-warning h3,body.frontend .ld-alert.ld-alert-warning h4,body.frontend .ld-alert.ld-alert-warning h5,body.frontend .ld-alert.ld-alert-warning h6 {
  --tw-text-opacity: 1;
  color: rgb(237 165 7 / var(--tw-text-opacity));
}

/*-----------------------------------
    -------------------------------------
    LearnDash - Course Nav
    -------------------------------------
    -----------------------------------*/

/* Course Breakdown */

body.frontend .learndash-wrapper .ld-item-list {
  margin-top: 0px !important;
}

body.frontend .learndash-wrapper .course__item_wrap {
  position: relative;
  margin-top: 0px !important;
  margin-bottom: 1.5rem !important;
  border-radius: 1rem;
  border-width: 0px !important;
  background-color: transparent !important;
}

@media (min-width: 1024px) {
  body.frontend .learndash-wrapper .course__item_wrap {
    margin-bottom: 2rem !important;
  }
}

body.frontend .learndash-wrapper .course__item_wrap.in-progress::before {
  --tw-border-opacity: 1;
  border-color: rgb(3 196 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

body.frontend .learndash-wrapper .course__item_wrap::before {
  content: "";
  position: absolute;
  top: 4.3rem;
  left: -2rem;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(105 122 148 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  body.frontend .learndash-wrapper .course__item_wrap::before {
    left: -3.3rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}

body.frontend .learndash-wrapper .course__item_wrap::after {
  content: "";
  position: absolute;
  top: 5rem;
  bottom: -6.3rem;
  left: -1.5rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(164 175 191 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600,body.frontend .learndash-wrapper .course__item_wrap, .bg-blue-800)::after {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, .bg-primary, .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600,body.frontend .learndash-wrapper .course__item_wrap, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6)::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600,body.frontend .learndash-wrapper .course__item_wrap) form :where(input:not([type=submit]), textarea, select)::after {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600,body.frontend .learndash-wrapper .course__item_wrap) form :where(input:not([type=submit]), textarea, select):focus::after {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 103 255 / var(--tw-border-opacity)) !important;
}

@media (min-width: 1024px) {
  body.frontend .learndash-wrapper .course__item_wrap::after {
    top: 5.86rem;
    left: -2.48rem;
  }
}

body.frontend .learndash-wrapper .course__item_wrap:last-of-type::after {
  display: none !important;
}

body.frontend .learndash-wrapper .course__item_wrap.completed::before, body.frontend .learndash-wrapper .course__item_wrap.completed::after {
  --tw-border-opacity: 1;
  border-color: rgb(3 196 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity));
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list {
  margin-top: 0px !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list .ld-item-list-items {
  position: relative;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list .ld-item-list-item {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem) !important;
  margin-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem) !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
  margin-top: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(105 122 148 / var(--tw-text-opacity)) !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list .ld-item-list-item *:first-child {
  margin-top: 0px !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list .ld-item-list-item .ld-item-button {
  display: none !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
  align-items: center;
  padding: 0px !important;
  text-align: left;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-table-list-header {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1rem !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list-item-preview {
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: flex-start !important;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-item-list-item-preview .course__item_in {
  max-width: none !important;
  flex-direction: row !important;
  justify-content: flex-start;
  background-color: transparent !important;
  padding: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items {
  overflow: hidden;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-width: 1px !important;
  --tw-border-opacity: 1;
  border-color: rgb(210 215 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items .ld-table-list-item {
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview {
  align-items: center !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview:hover {
  text-decoration-line: none !important;
  opacity: 0.6;
}

@media (min-width: 1024px) {
  body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-button {
  display: none;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon::before {
  --tw-text-opacity: 1;
  color: rgb(3 196 112 / var(--tw-text-opacity));
}

body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate {
  border-width: 0px;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate:hover {
  background-color: transparent !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon {
  position: relative;
  cursor: pointer;
  background-color: transparent !important;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon::before, body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon::after {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon, .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6)::before,.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon, .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6)::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon)::before,.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon)::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon) a:not(.btn)::before,.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green, body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon) a:not(.btn)::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon, .bg-blue-500) a.btn:not(.btn-outline, .btn-link)::before,.editor-styles-wrapper :where( body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon, .bg-blue-500) a.btn:not(.btn-outline, .btn-link)::after {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover::before,.editor-styles-wrapper :where( body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover::after {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon, .bg-blue-500) :is(a.btn-link, a.btn-outline)::before,.editor-styles-wrapper :where( body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon, .bg-blue-500) :is(a.btn-link, a.btn-outline)::after {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon::after {
  height: 2px;
  width: 22px;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-icon::before {
  height: 22px;
  width: 2px;
}

body.frontend .learndash-wrapper .course__item_wrap .ld-expand-button.ld-button-alternate .ld-text {
  display: none;
}

body.frontend .learndash-wrapper .course__item_wrap.ld-expanded .ld-expand-button.ld-button-alternate .ld-icon::before {
  transform-origin: center;
  --tw-translate-x: -1px;
  --tw-translate-y: -11px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body.frontend .learndash-wrapper .course__item_wrap.ld-expanded .ld-expand-button.ld-button-alternate .ld-icon::after {
  --tw-translate-x: -11px;
  --tw-translate-y: -1px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

/* Course Breakdown - Course Card */

body.frontend .course__card .ld-tabs {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

body.frontend .course__card .ld-tabs .ld-tab-content {
  gap: 0px;
}

body.frontend .course__card .ld-tabs .ld-tab-content h4 {
  margin-top: 0px;
}

body.frontend .course__card .ld-tabs .ld-tab-content ul {
  margin-left: 0.25rem;
}

body.frontend .course__card .learndash-widget .ld-progress {
  margin: 0px !important;
}

body.frontend .course__card .learndash-widget .ld-progress .ld-progress-heading {
  width: 100%;
}

body.frontend .course__card .learndash-widget .ld-progress .ld-progress-heading .ld-progress-stats {
  align-items: center;
  justify-content: space-between !important;
}

body.frontend .course__card .learndash-widget .ld-progress .ld-progress-bar {
  height: 1.25rem !important;
}

/* Lazy Load Nav */

body.frontend .ld-course-navigation a:hover {
  text-decoration-line: none !important;
}

body.frontend .ld-course-navigation .ld-course-navigation-heading, body.frontend .ld-course-navigation .widget_course_return, body.frontend .ld-course-navigation .ld-expand-button.ld-button-alternate .ld-text, body.frontend .ld-course-navigation .ld-expand-button .ld-expand-text {
  display: none;
}

body.frontend .ld-course-navigation .ld-lesson-item {
  border-width: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body.frontend .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-status-incomplete {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 195 207 / var(--tw-border-opacity)) !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-expanded{
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  margin-left: 2rem;
  margin-right: 0px;
  margin-bottom: 0px !important;
  max-height: 0px;
  overflow: hidden;
  background-color: transparent;
  opacity: 0;
}

body.frontend .ld-course-navigation .ld-lesson-item-expanded::before {
  content: var(--tw-content);
  display: none;
}

body.frontend .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-item-preview.ld-is-current-item .ld-topic-title {
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-expanded .ld-table-list.ld-topic-list {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.frontend .ld-course-navigation .ld-lesson-item-expanded .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center;
  gap: 1rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-right: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(187 195 207 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-expanded .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(165 222 254 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-expanded.ld-expanded {
  visibility: visible;
  max-height: 9999px;
  opacity: 1;
}

body.frontend .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items {
  padding: 0px !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview {
  display: flex !important;
  flex-direction: row-reverse !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 0.5rem;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading {
  flex-grow: 1 !important;
  flex-direction: row-reverse !important;
  align-items: center;
  gap: 1rem;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(165 222 254 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
  width: auto !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  border-width: 0px !important;
  padding: 0px !important;
  padding-right: 0.75rem !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover {
  background-color: transparent !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
  position: relative;
  background-color: transparent !important;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon::before, body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon::before {
  height: 13px;
  width: 1px;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon::after {
  height: 1px;
  width: 13px;
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button.ld-expanded .ld-icon::before {
  --tw-translate-y: -51%;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body.frontend .ld-course-navigation .ld-lesson-item-preview .ld-expand-button.ld-expanded .ld-icon::after {
  --tw-translate-x: -51%;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

body.frontend .ld-course-navigation .ld-topic-title, body.frontend .ld-course-navigation .ld-item-title {
  font-size: var(--wp--preset--font-size--x-small) !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1;
  color: rgb(187 195 207 / var(--tw-text-opacity));
}

body.frontend .ld-course-navigation .ld-topic-title:hover, body.frontend .ld-course-navigation .ld-item-title:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(165 222 254 / var(--tw-text-opacity)) !important;
}

body.frontend .ld-course-navigation .ld-status-icon {
  margin: 0px !important;
  aspect-ratio: 1 / 1;
  height: 1rem !important;
  width: 1rem !important;
  min-width: 1rem;
  font-size: 1rem !important;
}

body.frontend .ld-course-navigation .ld-status-icon.ld-status-in-progress {
  aspect-ratio: 1 / 1;
  height: 1rem;
  width: 1rem;
  flex-basis: 1rem;
  transform-origin: center;
  border-width: 4px;
  background-color: transparent !important;
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: var(--wp--custom--line-height-medium) !important;
  letter-spacing: 0 !important;
}

body.frontend .ld-course-navigation .ld-status-icon.ld-status-incomplete {
  flex-basis: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 195 207 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
}

body.frontend .ld-course-navigation .ld-status-icon.ld-status-complete {
  aspect-ratio: 1 / 1;
  height: -moz-fit-content;
  height: fit-content;
  width: 1rem !important;
  border-style: none !important;
  background-color: transparent !important;
}

body.frontend .ld-course-navigation .ld-status-icon.ld-status-complete.ld-secondary-background {
  margin-top: 0px !important;
  background-color: transparent !important;
}

body.frontend .ld-course-navigation .ld-status-icon.ld-status-complete::after {
  background-color: transparent !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(3 196 112 / var(--tw-text-opacity)) !important;
  content: '\f058' !important;
  font-family: "Font Awesome 6 Pro" !important;
}

body.frontend .ld-course-navigation .ld-status-icon.ld-quiz-complete .ld-icon-quiz::before {
  --tw-text-opacity: 1;
  color: rgb(3 196 112 / var(--tw-text-opacity));
}

body.frontend .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
  display: none !important;
}

body.frontend .course-sidebar,
    body.frontend .sidebar-progress,
    body.frontend .sidebar-account {
  padding-top: var(--header-height);
}

body.frontend .sidebar-progress .active,
        body.frontend .sidebar-progress li:has(.active),
        body.frontend .sidebar-account .active,
        body.frontend .sidebar-account li:has(.active) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

body.frontend .sidebar-progress li i, body.frontend .sidebar-account li i {
  font-size: 1.25rem;
}

body.frontend .course-sidebar {
  scrollbar-color: #FDFEFF #011733;
  scrollbar-width: thin;
}

body.frontend .course-sidebar.course-sidebar--toggle_state {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body.frontend .course-content.course-sidebar__trigger--toggle_state,
    body.frontend #colophon.course-sidebar__trigger--toggle_state {
  margin-left: auto !important;
  width: 100% !important;
}

/*-----------------------------------
    -------------------------------------
    Account Area & GamiPress
    -------------------------------------
    -----------------------------------*/

/* Achievement Badges (Toasters) */

body.frontend .gamipress_notifyjs-corner {
  margin: 0px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

body.frontend .gamipress_notifyjs-container {
  margin-top: 1rem;
  max-width: 28rem;
}

body.frontend .gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge {
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(3 196 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

body.frontend .gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge .gamipress-notification-title {
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

body.frontend .gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge .gamipress-notification-close {
  font-size: 1.5rem;
  top: 1rem;
  right: 1rem;
}

body.frontend .gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge .gamipress-notification-extra-description p, 
            body.frontend .gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge .gamipress-notification-achievement-extra-description p {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
}

/* Leaderboards */

body.frontend .gamipress-leaderboard-title {
  display: none !important;
}

body.frontend .gamipress-leaderboard-table {
  width: 100% !important;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

body.frontend .gamipress-leaderboard-table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,body.frontend .gamipress-leaderboard-table thead, .bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500, .bg-blue-800) :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,body.frontend .gamipress-leaderboard-table thead) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(.bg-gradient-blue-cyan, .bg-gradient-red-orange, .bg-gradient-orange-yellow, .bg-gradient-cyan, .bg-gradient-green,body.frontend .gamipress-leaderboard-table thead) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(body.frontend .gamipress-leaderboard-table thead, .bg-blue-500) a.btn:not(.btn-outline, .btn-link) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(body.frontend .gamipress-leaderboard-table thead, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :where(body.frontend .gamipress-leaderboard-table thead, .bg-blue-500) :is(a.btn-link, a.btn-outline) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.frontend .gamipress-leaderboard-table thead th {
  border-bottom-width: 0px;
}

body.frontend .gamipress-leaderboard-table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

body.frontend .gamipress-leaderboard-table tr:not(.is-current-user, :last-of-type) td {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(244 245 247 / var(--tw-border-opacity));
}

body.frontend .gamipress-leaderboard-table tr.is-current-user {
  --tw-bg-opacity: 1;
  background-color: rgb(233 247 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 102 160 / var(--tw-text-opacity));
}

body.frontend .gamipress-leaderboard-table tr.is-current-user td {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
}

body.frontend .gamipress-leaderboard-table .column-display_name {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}

body.frontend .gamipress-leaderboard-table .column-display_name .avatar {
  border-radius: 9999px !important;
}

body.frontend .gamipress-leaderboard-table .column-trade, body.frontend .gamipress-leaderboard-table .column-region {
  /* @apply whitespace-nowrap; */
  white-space: normal;
  overflow-wrap: break-word;
}

body.frontend .gamipress-leaderboard-table.no-footer {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 235 239 / var(--tw-border-opacity)) !important;
  --tw-shadow: rgba(99, 99, 150, 0.15) 0px 2px 8px 0px !important;
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* My Progress Page - Leaderboards */

body.frontend .progress-leaderboards .gamipress-leaderboard-table {
  width: 100% !important;
  border-radius: 0px;
}

body.frontend .progress-leaderboards .gamipress-leaderboard-table th.column-trade, body.frontend .progress-leaderboards .gamipress-leaderboard-table td.column-trade, body.frontend .progress-leaderboards .gamipress-leaderboard-table th.column-badge, body.frontend .progress-leaderboards .gamipress-leaderboard-table td.column-badge, body.frontend .progress-leaderboards .gamipress-leaderboard-table th.column-region, body.frontend .progress-leaderboards .gamipress-leaderboard-table td.column-region {
  display: none;
}

body.frontend .progress-leaderboards :is(.position-1, .position-2, .position-3):not(:where(.top-3)) {
  display: none;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table {
  width: 100% !important;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table thead {
  display: none;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody tr {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  padding-bottom: 1rem;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody td {
  border-width: 0px;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .avatar {
  border-radius: 9999px;
  border-width: 3px;
  border-style: solid;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-display_name {
  margin-bottom: 0.5rem;
  padding: 0px;
  text-align: center;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-display_name .avatar {
  display: none;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-point {
  margin-bottom: 0px;
  width: 100%;
  padding: 0px;
  text-align: center;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-position {
  position: relative;
  display: block;
  max-width: 100%;
  font-size: 0;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-position strong {
  display: none;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-trade {
  display: block;
  text-align: center;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-badge {
  display: none;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody :where(.position-1, .position-2, .position-3) .column-position::after {
  position: absolute;
  top: -1rem;
  left: 50%;
  display: block;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space: nowrap;
  border-radius: 9999px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-1 {
  grid-column-start: 2;
  grid-row-start: 1;
  --tw-border-opacity: 1;
  border-color: rgb(237 165 7 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 235 / var(--tw-bg-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-1 .column-position::after {
  --tw-bg-opacity: 1;
  background-color: rgb(237 165 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 245 / var(--tw-text-opacity));
  --tw-content: '1st Place';
  content: var(--tw-content);
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-1 .avatar {
  --tw-border-opacity: 1;
  border-color: rgb(237 165 7 / var(--tw-border-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-1 .column-point {
  --tw-text-opacity: 1;
  color: rgb(237 165 7 / var(--tw-text-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 {
  grid-column-start: 1;
  grid-row-start: 1;
  margin-top: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(164 175 191 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 .column-position::after {
  --tw-bg-opacity: 1;
  background-color: rgb(187 195 207 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 245 247 / var(--tw-text-opacity));
  --tw-content: '2nd Place';
  content: var(--tw-content);
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 .avatar {
  --tw-border-opacity: 1;
  border-color: rgb(164 175 191 / var(--tw-border-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 .column-point {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-3 {
  grid-column-start: 3;
  grid-row-start: 1;
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  --tw-border-opacity: 1;
  border-color: rgb(154 107 80 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-3 .column-position::after {
  --tw-bg-opacity: 1;
  background-color: rgb(154 107 80 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 245 / var(--tw-text-opacity));
  --tw-content: '3rd Place';
  content: var(--tw-content);
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-3 .avatar {
  --tw-border-opacity: 1;
  border-color: rgb(154 107 80 / var(--tw-border-opacity));
}

body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-3 .column-point {
  --tw-text-opacity: 1;
  color: rgb(154 107 80 / var(--tw-text-opacity));
}

/* Achievements */

body.frontend .gamipress-achievement {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center !important;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
}

body.frontend .gamipress-achievement:not(:last-of-type) {
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
}

body.frontend .gamipress-achievement .gamipress-achievement-title {
  margin-bottom: 0px !important;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

body.frontend .gamipress-achievement .gamipress-achievement-points-type-point {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(105 122 148 / var(--tw-text-opacity)) !important;
}

body.frontend .gamipress-achievement .gamipress-achievement-image {
  margin-right: 1rem !important;
  width: clamp(2rem, 0.0916rem + 6.1069vw, 4rem) !important;
  padding-right: 0px !important;
  text-align: center;
  opacity: 1;
}

body.frontend .gamipress-achievement .gamipress-achievement-image a {
  margin-left: auto !important;
  margin-right: auto !important;
  display: inline-block !important;
}

body.frontend .gamipress-achievement .gamipress-achievement-image .gamipress-achievement-thumbnail {
  height: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  width: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

body.frontend .gamipress-achievement .gamipress-achievement-description {
  width: auto !important;
  flex-grow: 1 !important;
}

body.frontend .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-steps-heading {
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

body.frontend .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-steps {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 1rem;
}

body.frontend .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-attached * {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
}

body.frontend .gamipress-achievement .gamipress-share-buttons-label,
        body.frontend .gamipress-achievement .gamipress-share-buttons {
  display: none !important;
}

body.frontend .gamipress-achievement .gamipress-progress-bar-wrapper {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

body.frontend .gamipress-achievement .gamipress-progress-bar-wrapper .gamipress-progress-bar {
  height: 0.5rem;
  overflow: hidden;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 215 223 / var(--tw-bg-opacity)) !important;
}

body.frontend .gamipress-achievement .gamipress-progress-bar-wrapper .gamipress-progress-bar-completed {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity)) !important;
}

body.frontend .gamipress-achievement .gamipress-achievement-excerpt p {
  margin-bottom: 0px !important;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
}

body.frontend .gamipress-achievement.user-has-not-earned .gamipress-achievement-image a {
  opacity: 0.5;
}

body.frontend .my-progress_achievements .completed-achievements .gamipress-achievements-container {
  gap: 0.25rem;
}

body.frontend .my-progress_achievements .completed-achievements .gamipress-achievement {
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-width: 0px !important;
  padding: 0px !important;
}

body.frontend .my-progress_achievements .completed-achievements .gamipress-achievement .gamipress-achievement-description {
  display: none !important;
}

body.frontend .my-progress_achievements .completed-achievements .gamipress-achievement .gamipress-achievement-image, body.frontend .my-progress_achievements .completed-achievements .gamipress-achievement .gamipress-achievement-image :is( > div, a, img) {
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
  padding: 0px !important;
}

body.frontend .page-id-4548 .gamipress-columns-2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.frontend .page-id-4548 .gamipress-columns-2 > .gamipress-achievement {
  width: auto !important;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Points */

body.frontend .gamipress-user-points {
  margin-bottom: 0px !important;
}

body.frontend .gamipress-user-points[class*="gamipress-columns"] > .gamipress-points {
  padding: 0px !important;
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: var(--wp--custom--line-height-xx-large);
  letter-spacing: -0.015em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 61 74 / var(--tw-text-opacity));
}

body.frontend .gamipress-user-points-label {
  display: none !important;
}

/* Gamipress Blocks */

/* This is a custom class to be added to the core/group block container */

body.frontend .sticky-achievements {
  position: sticky;
  top: 25%;
}

body.frontend .sticky-achievements .sticky-achievements .gamipress-achievements-list {
  margin-top: 2rem !important;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Uncanny Owl - Front End Login Module*/

body.frontend .login-card {
  width: 100%;
  max-width: 48.25rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

body.frontend .login-card .site-logo {
  display: inline-block;
  height: auto;
  max-height: 1.75rem;
  width: 15.125rem;
}

body.frontend .login-card .site-logo svg {
  height: 100%;
  width: 100%;
}

/* Login Form */

body.frontend .login-card form input:not([type=submit]) {
  border-radius: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
  padding: 1rem !important;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

body.frontend .login-card form input:not([type=submit]):not([type=submit], [type=checkbox]) {
  width: 100% !important;
}

body.frontend .login-card form label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

body.frontend .login-card .uo_loginForm .login-username, body.frontend .login-card .uo_loginForm .login-remember {
  margin-bottom: 2rem;
}

body.frontend .login-card .uo_loginForm .login-remember label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  font-weight: 400 !important;
}

body.frontend .login-card .uo_loginForm .login-remember input#rememberme {
  height: 1rem;
  width: 1rem;
}

body.frontend .login-card .uo_loginForm .login-submit {
  margin-top: 2rem;
  margin-bottom: 0px;
}

body.frontend .login-card .uo_loginForm .login-submit input[type="submit"] {
  min-width: 10rem !important;
}

body.frontend .login-card .uo_loginForm .forgot-link {
  display: block;
  white-space: nowrap;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  font-weight: 700 !important;
}

body.frontend .login-card .uo_loginForm .login-links-wrapper {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  body.frontend .login-card .uo_loginForm .login-links-wrapper {
    flex-wrap: nowrap;
  }
}

body.frontend .login-card .uo_loginForm .login-links-wrapper p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  body.frontend .login-card .uo_loginForm .login-links-wrapper p {
    white-space: nowrap;
  }
}

body.frontend .login-card .uo_loginForm .login-links-wrapper .bys-ult-register {
  display: inline-flex;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
}

/* Lost Password Form */

body.frontend .login-card .uo_loginForm form[name="lostpasswordform"] {
  margin-top: 2rem;
}

body.frontend .login-card .uo_loginForm form[name="lostpasswordform"] .submit {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

/*-----------------------------------
    -------------------------------------
    Search
    -------------------------------------
    -----------------------------------*/

body.frontend #search_results {
  margin-top: 0.5rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
  padding: 0px !important;
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.frontend #search_results .search_results_list > ul {
  margin-bottom: 0px !important;
  margin-top: 0px;
  list-style-type: none !important;
  padding-left: 0px !important;
}

body.frontend #search_results .search_results__item {
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 215 223 / var(--tw-border-opacity));
}

body.frontend #search_results .search_results__item_header {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.frontend #search_results .search_results__item_link {
  display: block;
  padding: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 31 37 / var(--tw-text-opacity));
}

body.frontend #search_results .search_results__item_link:hover {
  text-decoration-line: none !important;
}

body.frontend #search_results .search_results__tag {
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 235 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(190 84 3 / var(--tw-text-opacity));
}

body.frontend #search_results .search_results__tag.tag_courses {
  --tw-bg-opacity: 1;
  background-color: rgb(211 224 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 52 174 / var(--tw-text-opacity));
}

body.frontend #search_results .search_results__tag.tag_lessons {
  --tw-bg-opacity: 1;
  background-color: rgb(194 254 228 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

body.frontend #search_results .search_results__tag.tag_topics {
  --tw-bg-opacity: 1;
  background-color: rgb(254 233 218 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(190 84 3 / var(--tw-text-opacity));
}

body.frontend #search_results .search_results__tag.tag_quizzes {
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 165 7 / var(--tw-text-opacity));
}

body.frontend #search_results .breadcrumb-item {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: var(--wp--preset--font-size--x-small) !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  letter-spacing: 0 !important;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(164 175 191 / var(--tw-text-opacity)) !important;
}

body.frontend #search_results .breadcrumb-item:hover {
  text-decoration-line: none !important;
}

body.frontend #search_results .breadcrumb-item:not(:last-of-type)::after {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

body.frontend #search_results .search_results__footer {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(79 92 111 / var(--tw-text-opacity)) !important;
}

body.frontend #search_results .search_results__footer:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 247 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(36 101 255 / var(--tw-text-opacity)) !important;
}

body.frontend #search_results .search_results__footer:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(233 247 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(36 101 255 / var(--tw-text-opacity)) !important;
}

body.frontend .search_results__row article .breadcrumb-item {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

/*-----------------------------------
    -------------------------------------
    Header
    -------------------------------------
    -----------------------------------*/

/* Header transitions */

body.frontend #masthead {
  transition: all 0.44s ease-in-out;
}

body.frontend #masthead::before,
        body.frontend #masthead .header-content {
  transition: all 0.4s ease-in-out;
}

body.frontend #masthead .site-logo {
  pointer-events: auto !important;
  visibility: visible;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 2;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

body.frontend #masthead .site-logo svg {
  height: 1.5rem;
  width: auto;
}

@media (min-width: 1024px) {
  body.frontend #masthead .site-logo svg {
    height: 1.75rem;
  }
}

body.frontend #masthead .site-logo svg {
  transition: all 0.3s ease-in-out;
}

body.frontend #masthead .site-logo svg * {
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

body.frontend #masthead .site-logo svg .learning-hub, 
                body.frontend #masthead .site-logo svg .divider {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

body.frontend #masthead .site-logo.logo-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.frontend #masthead .site-actions {
  padding-right: var(--wp--custom--container-padding);
  padding-left: 1.5rem;
}

/* Unscrolled State */

body.frontend #masthead.at-top,
        body.frontend #masthead.scroll-up,
        body.frontend #masthead.scrolled.scroll-up {
  pointer-events: auto;
}

body.frontend #masthead.at-top::before,
            body.frontend #masthead.at-top .header-content,
            body.frontend #masthead.scroll-up::before,
            body.frontend #masthead.scroll-up .header-content,
            body.frontend #masthead.scrolled.scroll-up::before,
            body.frontend #masthead.scrolled.scroll-up .header-content {
  transform: translateY(0%);
}

body.frontend #masthead.at-top .site-logo svg *, body.frontend #masthead.scroll-up .site-logo svg *, body.frontend #masthead.scrolled.scroll-up .site-logo svg * {
  fill: #2667ff;
}

body.frontend #masthead.at-top:not(.no-sidebar) .site-logo svg *:is(.learning-hub, .divider), body.frontend #masthead.scroll-up:not(.no-sidebar) .site-logo svg *:is(.learning-hub, .divider), body.frontend #masthead.scrolled.scroll-up:not(.no-sidebar) .site-logo svg *:is(.learning-hub, .divider) {
  opacity: 1;
}

/* Scrolled State */

body.frontend #masthead.scrolled {
  pointer-events: none;
}

body.frontend #masthead.scrolled::before,
            body.frontend #masthead.scrolled .header-content {
  transform: translateY(-100%);
}

body.frontend #masthead.scrolled .site-logo svg * {
  pointer-events: auto;
  fill: #ffffff;
}

@media screen and (max-width: 1023px) {
  body.frontend #masthead.scrolled .site-logo {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
}

body.frontend #masthead.scrolled:not(.no-sidebar) .site-logo svg *:is(.learning-hub, .divider) {
  opacity: 0;
}

/* No Sidebar */

body.frontend #masthead.no-sidebar .site-logo {
  position: relative;
  transform: none;
  padding-left: 0px;
  padding-right: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

body.frontend #masthead.no-sidebar .site-logo * {
  fill: #2667ff !important;
}

body.frontend #masthead.no-sidebar .site-actions {
  padding-right: 0px;
}

/* Other components */

body.frontend #masthead nav ul#primary-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none !important;
  gap: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  body.frontend #masthead nav ul#primary-menu {
    padding-left: 1.5rem !important;
  }
}

body.frontend #masthead nav ul#primary-menu a {
  z-index: 1;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

body.frontend #masthead nav ul#primary-menu a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

body.frontend #masthead nav a {
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.frontend #masthead nav a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

/* Breadcrumb Menu */

body.frontend .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0px !important;
}

body.frontend .breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

body.frontend .breadcrumbs .breadcrumb-item:not(:last-of-type)::after{
  font-family: 'Font Awesome 6 Pro';
  content: '\f054';
  font-weight: 400;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 0.65rem;
  opacity: 0.5;
}

/* Account for header height in hero sections */

body.frontend .mt-hh {
  margin-top: var(--header-height);
}

body.frontend .pt-hh {
  padding-top: var(--header-height);
}

/* Standard Dropdown menus */

body.frontend .sub-menu {
  position: absolute;
  top: 1.5rem;
  z-index: 9998;
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  display: flex;
  display: none;
  width: 15rem;
  flex-direction: column;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.frontend .sub-menu a {
  display: block;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

body.frontend .sub-menu a:hover {
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

body.frontend #primary-menu li.open > a {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

body.frontend #primary-menu li.open .sub-menu {
  display: block;
}

body.frontend #primary-menu > li.menu-item-has-children {
  position: relative;
  padding-right: 1rem;
}

body.frontend #primary-menu > li.menu-item-has-children::after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  display: inline-block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  color: inherit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: 'Font Awesome 6 Pro';
  content: '\f078';
}

/* Dark Navbar */

body.frontend #masthead.navbar-dark {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

body.frontend #masthead.navbar-dark:not(.scrolled) #primary-menu > li > a,
    body.frontend #masthead.navbar-dark:not(.scrolled) #primary-menu > li.menu-item-has-children::after,
    body.frontend #masthead.navbar-dark:not(.scrolled) #primary-menu > li.hoverable::after,
    body.frontend #masthead.navbar-dark:not(.scrolled) .socials > li > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*-----------------------------------
    -------------------------------------
    Footer & Pre-Footer
    -------------------------------------
    -----------------------------------*/

body.frontend .footer-brand svg {
  height: 2.5rem;
  width: auto;
}

body.frontend .footer-brand svg * {
  fill: #ffffff;
}

body.frontend #colophon .menu {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

body.frontend #colophon .menu a {
  --tw-text-opacity: 1;
  color: rgb(210 215 223 / var(--tw-text-opacity));
}

body.frontend #colophon .menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

body.frontend .socials {
  margin-bottom: 0px !important;
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 1rem;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

body.frontend .footer-bottom a {
  --tw-text-opacity: 1 !important;
  color: rgb(79 92 111 / var(--tw-text-opacity)) !important;
}

body.frontend .footer-bottom a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

/*-----------------------------------
    -------------------------------------
    Lesson Pages
    -------------------------------------
    -----------------------------------*/

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-lesson-status {
  border-radius: 1rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 1.5rem;
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-lesson-status .ld-breadcrumbs {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-lesson-status .ld-breadcrumbs ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-lesson-status .ld-breadcrumbs ul li {
  padding-top: 0px;
  padding-bottom: 0px;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-lesson-status .ld-breadcrumbs ul a {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-lesson-status .ld-breadcrumbs ul a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-lesson-status .ld-progress {
  margin: 0px;
  padding: 0px;
  padding-top: 1.5rem;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-lesson-status .ld-progress .ld-progress-bar {
  margin-top: 0.75rem;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-table-list {
  margin-bottom: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  border-bottom-width: 0px;
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-topic-list {
  border-radius: 1rem !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-topic-list .ld-table-list-items {
  border-width: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-topic-list .ld-table-list-item-quiz .ld-item-button {
  display: none;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-topic-list .ld-topic-row {
  display: flex;
  align-items: center;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-topic-list .ld-status-icon {
  margin-right: 0.75rem !important;
}

body.frontend.single-sfwd-lessons .learndash-wrapper--lesson .learndash-wrapper .ld-topic-list a:hover {
  text-decoration-line: none !important;
  opacity: 0.6;
}

/*-----------------------------------
    -------------------------------------
    Responsive
    -------------------------------------
    -----------------------------------*/

@media screen and (min-width:1024px) and (max-width:1279px) {
  body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-1 {
    grid-column-start: auto;
    grid-row-start: auto;
  }

  body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-bottom: 0px;
  }

  body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-3 {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-top: 24px;
  }
}

@media screen and (max-width:1024px) {
  body.frontend .column-display_name {
    justify-content: center;
  }
}

@media screen and (max-width:760px) {
  body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-1 {
    grid-column-start: auto;
    grid-row-start: auto;
  }

  body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-bottom: 0px;
  }

  body.frontend .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-3 {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-top: 24px;
  }
}

.wp-admin .ld-global-header-title-area {
  display: none !important;
}

.wp-admin.ld-header-has-tabs .edit-post-layout{
  padding-top: 51px !important;
}

.wp-admin .editor-styles-wrapper {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity)) !important;
}

.wp-admin .is-root-container > .wp-block {
  width: 100% !important;
}

.wp-admin .wp-block-spacer .components-resizable-box__container {
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(164 175 191 / var(--tw-border-opacity));
  background-color: transparent !important;
}

.wp-admin .wp-block-twh-blocks-link-item {
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
}

.wp-admin .block-editor-link-control {
  min-width: 0px !important;
}

/* Custom RichText Formats */

.wp-admin .align-inline-image {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* ============================================
    Lazy-loaded Course Navigation
    ============================================ */

/* Nav Item of Current Quiz */

body.single-sfwd-quiz .ultp-lazy-course-navigation div[id^="ld-nav-content-list-"].ld-is-current-quiz .ld-topic-title, body.single-sfwd-quiz .ultp-lazy-course-navigation .ld-table-list-item.ld-is-current-quiz .ld-topic-title {
  font-weight: 600;
  color: #fff;
}

body.single-sfwd-quiz .ultp-lazy-course-navigation .ld-topic-row.ld-is-current-item {
  background-color: transparent !important;
  font-weight: normal !important;
  border-left: none !important;
}

body.single-sfwd-quiz .ultp-lazy-course-navigation .ld-topic-row.ld-is-current-item .ld-topic-title {
  font-weight: normal !important;
}

/* ============================================
    Question Legend / Navigation
    ============================================ */

/* Regular type */

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv ol:not(.bys-material-reorder) {
  margin: 0px;
  display: grid;
  list-style-type: none;
  gap: 0.5rem;
  padding: 0px;
  grid-template-columns: repeat(5,1fr);
}

/* Material-based pagination */

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv ol.bys-material-reorder {
  padding-left: 0px;
}

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv ol.bys-material-reorder .bys-section-title {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv ol.bys-material-reorder .bys-nav-items {
  margin-bottom: 0.5rem;
  display: grid;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  grid-template-columns: repeat(5,1fr);
}

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv li {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(164 175 191 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-small);
  letter-spacing: 0;
  font-weight: 500;
}

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv li:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(165 222 254 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionSolved {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 222 254 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(165 222 254 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionSolvedCorrect {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(3 196 112 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .course-sidebar .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionSolvedIncorrect {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(254 106 98 / var(--tw-text-opacity)) !important;
}

/* Question Review Summary */

body.single-sfwd-quiz .wpProQuiz_reviewSummary {
  margin-bottom: 0px !important;
  border-width: 0px !important;
}

body.single-sfwd-quiz .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li {
  margin-right: 0.5rem !important;
  border-radius: 0.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

body.single-sfwd-quiz .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 222 254 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 102 160 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_reviewSummary ol.bys-material-reorder .bys-material-nav-group .bys-section-title {
  margin-bottom: 0.5rem;
}

body.single-sfwd-quiz .wpProQuiz_reviewSummary ol.bys-material-reorder .bys-material-nav-group .bys-nav-items {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit,55px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.single-sfwd-quiz .wpProQuiz_reviewSummary ol.bys-material-reorder .bys-material-nav-group .bys-nav-items li {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* ============================================
    Quiz Buttons
    ============================================ */

/* Start Button */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_button {
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_button[name='startQuiz'],
        body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_button[name='back'],
        body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_button[name='next'] {
  margin-top: 1.5rem;
}

body.single-sfwd-quiz #quiz-control-buttons-wrap .wpProQuiz_button {
  border-style: none;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-family: 'Aeonik', sans-serif;
}

body.single-sfwd-quiz #quiz-control-buttons-wrap.text-blue .wpProQuiz_button {
  --tw-text-opacity: 1;
  color: rgb(36 101 255 / var(--tw-text-opacity));
}

body.single-sfwd-quiz #quiz-control-buttons-wrap.text-orange .wpProQuiz_button {
  --tw-text-opacity: 1;
  color: rgb(252 148 69 / var(--tw-text-opacity));
}

body.single-sfwd-quiz #quiz-control-buttons-wrap.text-green .wpProQuiz_button {
  --tw-text-opacity: 1;
  color: rgb(3 196 112 / var(--tw-text-opacity));
}

body.single-sfwd-quiz #quiz-control-buttons-wrap.disabled .wpProQuiz_button {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Result Buttons (After Quiz submission) */

body.single-sfwd-quiz .ld-quiz-actions {
  display: flex;
  gap: 1rem;
  padding-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  padding-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

body.single-sfwd-quiz .ld-quiz-actions .quiz_continue_link {
  margin: 0px !important;
}

body.single-sfwd-quiz .ld-quiz-actions .quiz_continue_link #quiz_continue_link {
  border-radius: 9999px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

body.single-sfwd-quiz .ld-quiz-actions .quiz_continue_link #quiz_continue_link:hover {
  text-decoration-line: none;
}

body.single-sfwd-quiz .ld-quiz-actions .wpProQuiz_button_reShowQuestion {
  margin: 0px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
  background-color: transparent !important;
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

body.single-sfwd-quiz .ld-quiz-actions .wpProQuiz_button_reShowQuestion:focus-within {
  outline-color: #2667ff !important;
}

body.single-sfwd-quiz .ld-quiz-actions .wpProQuiz_button_reShowQuestion:focus {
  outline-color: #2667ff !important;
}

body.single-sfwd-quiz .ld-quiz-actions .wpProQuiz_button_restartQuiz {
  margin: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity)) !important;
}

/* ============================================
    Quiz Question Numbers
    ============================================ */

body.single-sfwd-quiz .wpProQuiz_question_text {
  margin-bottom: 0.5em;
}

/* .wpProQuiz_question_text p {
        @apply inline;
    } */

body.single-sfwd-quiz .wpProQuiz_question_text .prompt {
  margin-top: 1rem;
  display: block;
}

body.single-sfwd-quiz .wpProQuiz_question .wpProQuiz_question_text img {
  max-height: 12.5rem;
  width: auto;
  max-width: 25rem;
}

/* .wpProQuiz_list {
        counter-reset: ldq;
    }

    .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_question_text::before {
        counter-increment: ldq;
        content: counter(ldq) ". ";
        font-size: 19px;
    } */

/* ============================================
    Other Quiz Components
    ============================================ */

/* Time Limit */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_time_limit {
  margin-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem) !important;
  display: flex;
  align-items: center;
  border-radius: 1rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_time_limit::before {
  display: none !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity)) !important;
}

/* Review Navigation */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_reviewDiv ol li.wpProQuiz_reviewQuestionSolvedCorrect {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_reviewDiv ol li.wpProQuiz_reviewQuestionSolvedIncorrect {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

/* Badges */

body.single-sfwd-quiz .quiz-overview .badge,
    body.single-sfwd-quiz .quiz-overview-bottom .badge {
  border-radius: 50px;
}

/* Quiz Topics Icons */

body.single-sfwd-quiz .quiz-topics .fa-circle-check {
  color: #2667FF;
  font-size: 18px;
}

/* Quiz Tabs */

body.single-sfwd-quiz .ld-tabs {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* ============================================
    Quiz Questions: Unreviewed State
    ============================================ */

/* Question List */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_list {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Question Item Container */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem {
  border-radius: 1rem;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-radius: 1rem;
  border-left-width: 1.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(36 101 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

/* Question Option Wrapper */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList {
  margin-top: 2rem !important;
  display: flex;
  flex-direction: column;
}

/* Question Option Items */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem {
  margin-bottom: 0px !important;
  padding: 0px !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem !important;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label::before {
  left: 0.5rem !important;
  margin-left: 0px !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label:focus-within {
  border-color: transparent !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label input.wpProQuiz_questionInput:not([type="text"]) {
  height: 1.5rem !important;
  width: 1.5rem !important;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border-width: 1px !important;
  border-style: solid !important;
  padding: 1rem;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label input.wpProQuiz_questionInput[type="text"] {
  border-radius: 0.5rem;
  border-width: 1px !important;
  border-style: solid !important;
  padding: 0.5rem;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem table {
  border-width: 1px !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem:not(.wpProQuiz_answerIncorrect):not(.wpProQuiz_answerCorrectIncomplete):not(.wpProQuiz_answerCorrect) label {
  border-width: 0px !important;
}

/* Question Type: Matrix Sort */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_matrixSortString .wpProQuiz_header {
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_sortStringItem {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_sortStringItem::before {
  content: '\f047' !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300 !important;
  display: inline-block;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .ui-sortable-placeholder {
  border-width: 1px;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 222 254 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(233 247 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_mextrixTr td {
    width: 50%;
  }
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_mextrixTr td .wpProQuiz_maxtrixSortText {
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_mextrixTr .wpProQuiz_maxtrixSortCriterion {
  height: -moz-fit-content;
  height: fit-content;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* Question Type: Sortable */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="sort_answer"] .wpProQuiz_questionList {
  gap: 0.5rem;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="sort_answer"] .wpProQuiz_questionListItem.ui-sortable-helper .wpProQuiz_sortable {
  cursor: grabbing;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="sort_answer"] .wpProQuiz_questionListItem .wpProQuiz_sortable {
  cursor: grab;
  border-width: 1px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="sort_answer"] .wpProQuiz_questionListItem .wpProQuiz_sortable::before {
  content: '\e411' !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300 !important;
  display: inline-block;
}

/* Question Type: Cloze answer (open answer) */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="cloze_answer"] .wpProQuiz_cloze {
  margin: 0px !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="cloze_answer"] .wpProQuiz_cloze input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 175 191 / var(--tw-border-opacity)) !important;
  padding: 0.5rem;
  text-align: left;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

/* Question Type: Calculation (Learndash Advanced Quizzes - WooNinjas) */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="laq_calculated_formula"] .ld-advance-calculated-right-col {
  display: none;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="laq_calculated_formula"] .laq_advanced_calculated_questions label {
  margin-right: 1rem !important;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="laq_calculated_formula"] input.laq_advanced_calculated_selection {
  border-radius: 0.25rem;
  border-width: 1px !important;
  padding: 0.5rem;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
}

/* Question Type: Essay */

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_listItem[data-type="essay"] textarea {
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
  font-family: var(--wp--preset--font-family--primary);
}

/* ============================================
    Quiz Questions: Reviewed State
    ============================================ */

body.single-sfwd-quiz .wpProQuiz_list:has(.wpProQuiz_listItem.correct, .wpProQuiz_listItem.incorrect) {
  gap: 2rem;
}

body.single-sfwd-quiz .wpProQuiz_listItem.incorrect:has(.wpProQuiz_answerCorrect) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 148 69 / var(--tw-border-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_questionList {
  gap: 0.5rem;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_answerCorrect label {
  border-radius: 0.5rem;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_answerCorrect label::before {
  color: var(--ld-color-semantic-success);
  content: "\f15e";
  font-family: dashicons;
  font-size: 22px;
  line-height: 22px;
  vertical-align: text-top;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_answerCorrectIncomplete label {
  border-radius: 0.5rem;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_answerCorrectIncomplete label::before {
  content: var(--tw-content);
  margin-left: 0px;
  color: var(--ld-color-semantic-success);
  content: "\f15e";
  font-family: dashicons;
  font-size: 22px;
  line-height: 22px;
  vertical-align: text-top;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_answerIncorrect > table td {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_answerIncorrect label {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_answerIncorrect label::before {
  content: var(--tw-content);
  margin-left: 0px;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_response {
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 0px;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 0px;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) .wpProQuiz_response div {
  border-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  padding-top: 1rem;
  text-align: left;
}

body.single-sfwd-quiz .wpProQuiz_listItem:is(.correct, .incorrect) input.wpProQuiz_questionInput:is([type="checkbox"], [type="radio"]):disabled {
  visibility: hidden !important;
  margin-left: 0px !important;
}

/* Question Type: Matrix Sorting*/

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect,
            body.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_questionList, body.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_questionList {
  gap: 0px;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_maxtrixSortText, body.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_maxtrixSortText {
  padding-left: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect > table td {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect > table td {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 236 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
}

/* Question Type: Free Answer */

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="free_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
  border-color: transparent !important;
  background-color: transparent !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="free_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label .wpProQuiz_questionInput {
  margin-left: 2rem;
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="free_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label {
  border-color: transparent !important;
  background-color: transparent !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="free_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label .wpProQuiz_questionInput {
  margin-left: 2rem;
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
}

/* Question Type: Sorting */

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

/* Question Type: Cloze answer (open answer) */

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] .wpProQuiz_answerCorrect {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] .wpProQuiz_answerIncorrect {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

/* Question Type: Calculation (Learndash Advanced Quizzes - WooNinjas) */

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerCorrect, body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerIncorrect {
  background-color: transparent;
  font-weight: 400 !important;
  color: currentColor !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerCorrect label, body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerIncorrect label {
  background-color: transparent !important;
  font-weight: 500;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerCorrect label::before, body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerIncorrect label::before {
  margin-right: 0.5rem;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerCorrect .wpProQuiz_clozeCorrect, body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerIncorrect .wpProQuiz_clozeCorrect {
  margin-left: 1rem !important;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerCorrect input.wpProQuiz_answerCorrect,body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerIncorrect input.wpProQuiz_answerCorrect {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 196 112 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerCorrect input.wpProQuiz_answerIncorrect,body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerIncorrect input.wpProQuiz_answerIncorrect {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 106 98 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 236 / var(--tw-bg-opacity)) !important;
}

body.single-sfwd-quiz .wpProQuiz_listItem[data-type="laq_calculated_formula"] .wpProQuiz_answerIncorrect label::before {
  color: var(--ld-color-semantic-error);
  content: "\f335";
  font-family: dashicons;
  font-size: 22px;
  line-height: 22px;
  vertical-align: text-top;
}

/* ============================================
    Quiz Materials: Custom Quiz Materials Section for BYS
    ============================================ */

body.single-sfwd-quiz .bys-dynamic-materials {
  position: relative;
  margin-bottom: 4rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
}

body.single-sfwd-quiz .bys-dynamic-materials::after {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 2px;
  width: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(164 175 191 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 175 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(164 175 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #A4AFBF var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(164 175 191 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.editor-styles-wrapper :where(.is-root-container, .ld-tab-content) > div:not(.course-overview,body.single-sfwd-quiz .bys-dynamic-materials, .wp-block-twh-blocks-hero)::after {
  overflow: clip;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
  --tw-shadow: rgba(99, 99, 150, 0.15) 0px 2px 8px 0px;
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.single-sfwd-quiz .bys-dynamic-materials .bys-section-header {
  margin-bottom: 1.5rem;
}

body.single-sfwd-quiz .bys-dynamic-materials .bys-material-description {
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height-base);
  letter-spacing: 0;
  font-weight: 400;
}

body.single-sfwd-quiz .bys-dynamic-materials .bys-materials-link {
  margin-top: 1.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

body.single-sfwd-quiz .bys-dynamic-materials .bys-materials-link:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

body.single-sfwd-quiz .bys-dynamic-materials .bys-materials-link:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

/* Pagination by question categories */

body.single-sfwd-quiz .bys-material-pagination {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.single-sfwd-quiz .bys-material-pagination .bys-pagination-btn {
  font-weight: 500;
}

body.single-sfwd-quiz .bys-material-pagination .bys-pagination-btn[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(210 215 223 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(79 92 111 / var(--tw-text-opacity));
}

/* Containers */

.page-template-account-settings .gform_wrapper form .gform-body .gform_fields {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0px;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_complex {
  gap: 1.5rem;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_complex span {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_complex .gf_clear, .page-template-account-settings .gform_wrapper form .gform-body .ginput_complex .gf_clear_complex {
  display: none !important;
}

/* Labels */

.page-template-account-settings .gform_wrapper form .gform-body .gfield_label,
            .page-template-account-settings .gform_wrapper form .gform-body .gform-field-label {
  margin-bottom: 0.25rem !important;
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: var(--wp--custom--line-height-small) !important;
  letter-spacing: 0 !important;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

.page-template-account-settings .gform_wrapper form .gform-body .gfield_label_before_complex {
  margin-bottom: 0.75rem !important;
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: var(--wp--custom--line-height-small) !important;
  letter-spacing: 0 !important;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

.page-template-account-settings .gform_wrapper form .gform-body :where(.ginput_complex) .gform-field-label {
  margin-bottom: 0.25rem !important;
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: var(--wp--custom--line-height-small) !important;
  letter-spacing: 0 !important;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(79 92 111 / var(--tw-text-opacity)) !important;
}

/* Inputs */

.page-template-account-settings .gform_wrapper form .gform-body input:not([type="submit"]) {
  border-radius: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
  padding: 1rem !important;
}

.page-template-account-settings .gform_wrapper form .gform-body input:-moz-read-only {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.page-template-account-settings .gform_wrapper form .gform-body input:disabled,
            .page-template-account-settings .gform_wrapper form .gform-body input:read-only,
            .page-template-account-settings .gform_wrapper form .gform-body input[disabled],
            .page-template-account-settings .gform_wrapper form .gform-body input[read-only] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.page-template-account-settings .gform_wrapper form .gform-body .gfield_select {
  border-radius: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
  padding: 1rem !important;
}

.page-template-account-settings .gform_wrapper form .gform-body .gfield--type-multiselect,
            .page-template-account-settings .gform_wrapper form .gform-body .gfield--type-select,
            .page-template-account-settings .gform_wrapper form .gform-body .gfield--type-text,
            .page-template-account-settings .gform_wrapper form .gform-body fieldset {
  margin-top: 2rem;
}

.page-template-account-settings .gform_wrapper form .gform-body fieldset:first-of-type {
  margin-top: 0px;
}

.page-template-account-settings .gform_wrapper form .gform-body .gfield_description {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.page-template-account-settings .gform_wrapper form .gform-body .gfield--type-html:has(h1,h2,h3,h4,h5,h6) {
  margin-top: 2rem;
  border-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 215 223 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_container_image_choice .gfield_radio {
  gap: 0.75rem;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_container_image_choice .gchoice {
  min-inline-size: unset !important;
  inline-size: unset !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_container_image_choice .gchoice .gfield-choice-image-wrapper {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  outline-offset: -4px;
  outline-style: solid;
  outline-width: 4px;
  outline-color: transparent;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_container_image_choice .gchoice .gfield-image-choice-wrapper-inner {
  display: none !important;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_container_image_choice .gchoice:where(:has(input:checked)) .gfield-choice-image-wrapper {
  outline-color: #2667ff;
}

.page-template-account-settings .gform_wrapper form .gform-body .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
  display: none;
}

.page-template-account-settings .gform_wrapper form .gform-body .gfield_select.ts-wrapper {
  height: 3.3125rem;
  max-height: 3.3125rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
  padding: 0px !important;
}

.page-template-account-settings .gform_wrapper form .gform-body .ts-control {
  flex-direction: column !important;
  align-items: flex-start;
  overflow: hidden;
  overflow-x: auto !important;
  border-radius: 0.25rem;
  border-width: 0px !important;
  padding: 0.5rem;
}

.page-template-account-settings .gform_wrapper form .gform-body .ts-control .item {
  margin-top: 0.25rem !important;
  margin-right: 0.25rem !important;
  display: inline-flex;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--wp--custom--line-height-x-small);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(2 102 160 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-template-account-settings .gform_wrapper form .gform-body .ts-control .item:hover {
  opacity: 0.5;
}

.page-template-account-settings .gform_wrapper form .gform-body .ts-control .item .remove {
  margin-left: 0.5rem;
  border-left-width: 0px;
  padding: 0px !important;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: var(--wp--custom--line-height-base) !important;
  letter-spacing: 0 !important;
  line-height: 0.5em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(254 106 98 / var(--tw-text-opacity)) !important;
}

.page-template-account-settings .gform_wrapper form .gform-body .ts-control .item .remove:hover {
  text-decoration-line: none !important;
}

.page-template-account-settings .gform_wrapper form .gform-body .ts-control input[type="select-multiple"] {
  display: none !important;
}

.page-template-account-settings .gform_wrapper form .gform-footer,
        .page-template-account-settings .gform_wrapper form .gform_footer {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-template-account-settings .gform_wrapper form .gform-footer input[type="submit"], .page-template-account-settings .gform_wrapper form .gform_footer input[type="submit"] {
  margin-bottom: 0px !important;
}

/* Password input wrapper */

#ult-login-form .login-password .password-input-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

#ult-login-form .login-password .password-input-wrapper #user_pass {
  box-sizing: border-box;
  width: 100%;
  padding-right: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

#ult-login-form .login-password .password-toggle-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin: 0px;
  display: flex;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 0px;
  background-color: transparent !important;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#ult-login-form .login-password .password-toggle-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

/* SVG icon sizing */

#ult-login-form .login-password .password-toggle-btn .eye-icon {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

.editor-styles-wrapper :is(.before\:absolute)::before {
  content: var(--tw-content);
  position: absolute;
}

.editor-styles-wrapper :is(.before\:-right-\[60\%\])::before {
  content: var(--tw-content);
  right: -60%;
}

.editor-styles-wrapper :is(.before\:-top-\[80\%\])::before {
  content: var(--tw-content);
  top: -80%;
}

.editor-styles-wrapper :is(.before\:left-0)::before {
  content: var(--tw-content);
  left: 0px;
}

.editor-styles-wrapper :is(.before\:top-0)::before {
  content: var(--tw-content);
  top: 0px;
}

.editor-styles-wrapper :is(.before\:z-\[1\])::before {
  content: var(--tw-content);
  z-index: 1;
}

.editor-styles-wrapper :is(.before\:block)::before {
  content: var(--tw-content);
  display: block;
}

.editor-styles-wrapper :is(.before\:h-\[130\%\])::before {
  content: var(--tw-content);
  height: 130%;
}

.editor-styles-wrapper :is(.before\:h-full)::before {
  content: var(--tw-content);
  height: 100%;
}

.editor-styles-wrapper :is(.before\:w-\[110\%\])::before {
  content: var(--tw-content);
  width: 110%;
}

.editor-styles-wrapper :is(.before\:w-full)::before {
  content: var(--tw-content);
  width: 100%;
}

.editor-styles-wrapper :is(.before\:rounded-full)::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.editor-styles-wrapper :is(.before\:bg-cyan-500)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.before\:bg-white)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.before\:opacity-90)::before {
  content: var(--tw-content);
  opacity: 0.9;
}

.editor-styles-wrapper :is(.before\:shadow-sm)::before {
  content: var(--tw-content);
  --tw-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.editor-styles-wrapper :is(.before\:blur-\[300px\])::before {
  content: var(--tw-content);
  --tw-blur: blur(300px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.editor-styles-wrapper :is(.before\:content-\[\'\'\])::before {
  --tw-content: '';
  content: var(--tw-content);
}

.editor-styles-wrapper :is(.after\:absolute)::after {
  content: var(--tw-content);
  position: absolute;
}

.editor-styles-wrapper :is(.after\:-left-\[30\%\])::after {
  content: var(--tw-content);
  left: -30%;
}

.editor-styles-wrapper :is(.after\:bottom-0)::after {
  content: var(--tw-content);
  bottom: 0px;
}

.editor-styles-wrapper :is(.after\:z-\[0\])::after {
  content: var(--tw-content);
  z-index: 0;
}

.editor-styles-wrapper :is(.after\:h-\[114\%\])::after {
  content: var(--tw-content);
  height: 114%;
}

.editor-styles-wrapper :is(.after\:w-\[70\%\])::after {
  content: var(--tw-content);
  width: 70%;
}

.editor-styles-wrapper :is(.after\:translate-y-1\/2)::after {
  content: var(--tw-content);
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.after\:rounded-full)::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.editor-styles-wrapper :is(.after\:bg-yellow-500)::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(252 222 156 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.after\:opacity-90)::after {
  content: var(--tw-content);
  opacity: 0.9;
}

.editor-styles-wrapper :is(.after\:blur-\[200px\])::after {
  content: var(--tw-content);
  --tw-blur: blur(200px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.editor-styles-wrapper :is(.after\:\!content-\[\'\\f019\'\])::after {
  --tw-content: '\f019' !important;
  content: var(--tw-content) !important;
}

.editor-styles-wrapper :is(.after\:content-\[\'\'\])::after {
  --tw-content: '';
  content: var(--tw-content);
}

.editor-styles-wrapper :is(.even\:bg-gray-50:nth-child(even)) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:scale-\[102\%\]:hover) {
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.hover\:border-gray-300:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.hover\:\!bg-primary:hover) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.hover\:bg-blue-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 233 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:bg-cyan-200:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(213 239 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:bg-cyan-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:bg-gray-100:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(232 235 239 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:bg-gray-300:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(187 195 207 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:bg-gray-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:bg-light:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:bg-navy-300:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 102 230 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.hover\:\!text-primary:hover) {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.hover\:\!text-white:hover) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.hover\:text-blue-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(36 101 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:text-blue-800:hover) {
  --tw-text-opacity: 1;
  color: rgb(0 35 116 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:text-cyan-400:hover) {
  --tw-text-opacity: 1;
  color: rgb(170 223 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:text-cyan-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(165 222 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:text-cyan-600:hover) {
  --tw-text-opacity: 1;
  color: rgb(69 186 253 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:text-dark:hover) {
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:text-gray-400:hover) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:text-gray-700:hover) {
  --tw-text-opacity: 1;
  color: rgb(79 92 111 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:text-primary:hover) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:\!no-underline:hover) {
  text-decoration-line: none !important;
}

.editor-styles-wrapper :is(.focus\:border-blue-500:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(36 101 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.focus\:border-gray-300:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(187 195 207 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.focus\:bg-cyan-500:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.focus\:text-blue-500:focus) {
  --tw-text-opacity: 1;
  color: rgb(36 101 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.focus\:text-cyan-400:focus) {
  --tw-text-opacity: 1;
  color: rgb(170 223 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.focus\:outline-none:focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.editor-styles-wrapper :is(.focus\:ring-2:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.editor-styles-wrapper :is(.focus\:ring-blue-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(36 101 255 / var(--tw-ring-opacity));
}

.editor-styles-wrapper :is(.focus\:ring-blue-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 70 233 / var(--tw-ring-opacity));
}

.editor-styles-wrapper :is(.focus\:ring-gray-300:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 195 207 / var(--tw-ring-opacity));
}

.editor-styles-wrapper :is(.focus\:ring-gray-400:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 175 191 / var(--tw-ring-opacity));
}

.editor-styles-wrapper :is(.focus\:ring-offset-2:focus) {
  --tw-ring-offset-width: 2px;
}

.editor-styles-wrapper :is(.focus\:ring-offset-white:focus) {
  --tw-ring-offset-color: #ffffff;
}

.editor-styles-wrapper :is(.enabled\:hover\:text-cyan-500:hover:enabled) {
  --tw-text-opacity: 1;
  color: rgb(165 222 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.disabled\:pointer-events-none:disabled) {
  pointer-events: none;
}

.editor-styles-wrapper :is(.disabled\:text-gray-400:disabled) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.disabled\:opacity-50:disabled) {
  opacity: 0.5;
}

.editor-styles-wrapper :is(.group:hover .group-hover\:scale-\[1\.1\]) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.group:hover .group-hover\:border-cyan-500) {
  --tw-border-opacity: 1;
  border-color: rgb(165 222 254 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.group:hover .group-hover\:bg-cyan-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.group:hover .group-hover\:\!text-dark) {
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.group:hover .group-hover\:\!text-primary) {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.group:hover .group-hover\:text-dark) {
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.group:hover .group-hover\:text-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(52 61 74 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.group:hover .group-hover\:opacity-50) {
  opacity: 0.5;
}

.editor-styles-wrapper :is(.group.open .group-\[\.open\]\:\!bg-primary) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.group.open .group-\[\.open\]\:\!text-white) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-open\:z-10) {
  z-index: 10;
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-open\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-open\:\!bg-cyan-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-open\:\!text-primary) {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-open\:opacity-100) {
  opacity: 1;
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:z-10) {
  z-index: 10;
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:\!bg-cyan-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 222 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:\!text-primary) {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:opacity-100) {
  opacity: 1;
}

.editor-styles-wrapper :is(.hs-tooltip.show .hs-tooltip-shown\:visible) {
  visibility: visible;
}

.editor-styles-wrapper :is(.hs-tooltip.show .hs-tooltip-shown\:opacity-100) {
  opacity: 1;
}

.editor-styles-wrapper :is(.hs-accordion.active.hs-accordion-active\:block) {
  display: block;
}

.editor-styles-wrapper :is(.hs-accordion.active.hs-accordion-active\:hidden) {
  display: none;
}

.editor-styles-wrapper :is(.hs-accordion.active.hs-accordion-active\:text-primary) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hs-accordion.active.group:hover .hs-accordion-active\:group-hover\:text-primary) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:block) {
  display: block;
}

.editor-styles-wrapper :is(.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:hidden) {
  display: none;
}

.editor-styles-wrapper :is(.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:text-primary) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hs-accordion.active > .hs-accordion-toggle .group:hover .hs-accordion-active\:group-hover\:text-primary) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:block) {
  display: block;
}

.editor-styles-wrapper :is(.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden) {
  display: none;
}

.editor-styles-wrapper :is(.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:text-primary) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hs-accordion.active > .hs-accordion-toggle.group:hover .hs-accordion-active\:group-hover\:text-primary) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hs-collapse.open .hs-collapse-open\:block) {
  display: block;
}

.editor-styles-wrapper :is(.hs-collapse.open .hs-collapse-open\:hidden) {
  display: none;
}

.editor-styles-wrapper :is(.hs-collapse.open .hs-collapse-open\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.hs-collapse.open.hs-collapse-open\:block) {
  display: block;
}

.editor-styles-wrapper :is(.hs-collapse.open.hs-collapse-open\:hidden) {
  display: none;
}

.editor-styles-wrapper :is(.hs-collapse.open.hs-collapse-open\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.hs-collapse-toggle.open .hs-collapse-open\:block) {
  display: block;
}

.editor-styles-wrapper :is(.hs-collapse-toggle.open .hs-collapse-open\:hidden) {
  display: none;
}

.editor-styles-wrapper :is(.hs-collapse-toggle.open .hs-collapse-open\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.hs-collapse-toggle.open.hs-collapse-open\:block) {
  display: block;
}

.editor-styles-wrapper :is(.hs-collapse-toggle.open.hs-collapse-open\:hidden) {
  display: none;
}

.editor-styles-wrapper :is(.hs-collapse-toggle.open.hs-collapse-open\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is([data-hs-tab].active.hs-tab-active\:\!bg-cyan-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 223 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is([data-hs-tab].active.hs-tab-active\:bg-blue-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(211 224 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is([data-hs-tab].active.hs-tab-active\:text-blue-600) {
  --tw-text-opacity: 1;
  color: rgb(0 70 233 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is([data-hs-tab].active .hs-tab-active\:\!bg-cyan-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 223 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is([data-hs-tab].active .hs-tab-active\:bg-blue-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(211 224 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is([data-hs-tab].active .hs-tab-active\:text-blue-600) {
  --tw-text-opacity: 1;
  color: rgb(0 70 233 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.open.hs-overlay-open\:mt-0) {
  margin-top: 0px;
}

.editor-styles-wrapper :is(.open.hs-overlay-open\:mt-7) {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.open.hs-overlay-open\:translate-x-0) {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.open.hs-overlay-open\:opacity-100) {
  opacity: 1;
}

.editor-styles-wrapper :is(.open.hs-overlay-open\:duration-500) {
  transition-duration: 500ms;
}

.editor-styles-wrapper :is(.open .hs-overlay-open\:mt-0) {
  margin-top: 0px;
}

.editor-styles-wrapper :is(.open .hs-overlay-open\:mt-7) {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.editor-styles-wrapper :is(.open .hs-overlay-open\:translate-x-0) {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-styles-wrapper :is(.open .hs-overlay-open\:opacity-100) {
  opacity: 1;
}

.editor-styles-wrapper :is(.open .hs-overlay-open\:duration-500) {
  transition-duration: 500ms;
}

.editor-styles-wrapper :is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(79 92 111 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:border-neutral-700) {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 61 74 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:bg-neutral-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:bg-neutral-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:bg-opacity-80) {
  --tw-bg-opacity: 0.8;
}

.editor-styles-wrapper :is(.dark .dark\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(36 101 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:shadow-neutral-700\/70) {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.editor-styles-wrapper :is(.dark .dark\:shadow-slate-700\/\[\.7\]) {
  --tw-shadow-color: rgb(51 65 85 / .7);
  --tw-shadow: var(--tw-shadow-colored);
}

.editor-styles-wrapper :is(.dark .dark\:hover\:bg-neutral-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:hover\:text-blue-400:hover) {
  --tw-text-opacity: 1;
  color: rgb(80 132 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:hover\:text-gray-400:hover) {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:focus\:ring-gray-700:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 92 111 / var(--tw-ring-opacity));
}

.editor-styles-wrapper :is(.dark .dark\:focus\:ring-offset-gray-800:focus) {
  --tw-ring-offset-color: #343D4A;
}

@media (min-width: 640px) {
  .editor-styles-wrapper :is(.sm\:mx-auto) {
    margin-left: auto;
    margin-right: auto;
  }

  .editor-styles-wrapper :is(.sm\:mb-0) {
    margin-bottom: 0px;
  }

  .editor-styles-wrapper :is(.sm\:w-full) {
    width: 100%;
  }

  .editor-styles-wrapper :is(.sm\:max-w-lg) {
    max-width: 35rem;
  }

  .editor-styles-wrapper :is(.sm\:max-w-md) {
    max-width: 30rem;
  }

  .editor-styles-wrapper :is(.sm\:max-w-xl) {
    max-width: 40rem;
  }
}

@media (min-width: 768px) {
  .editor-styles-wrapper :is(.md\:top-0) {
    top: 0px;
  }

  .editor-styles-wrapper :is(.md\:mt-9) {
    margin-top: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }

  .editor-styles-wrapper :is(.md\:block) {
    display: block;
  }

  .editor-styles-wrapper :is(.md\:grid) {
    display: grid;
  }

  .editor-styles-wrapper :is(.md\:hidden) {
    display: none;
  }

  .editor-styles-wrapper :is(.md\:aspect-\[86\/52\]) {
    aspect-ratio: 86/52;
  }

  .editor-styles-wrapper :is(.md\:h-auto) {
    height: auto;
  }

  .editor-styles-wrapper :is(.md\:\!w-1\/2) {
    width: 50% !important;
  }

  .editor-styles-wrapper :is(.md\:\!w-4\/12) {
    width: 33.333333% !important;
  }

  .editor-styles-wrapper :is(.md\:\!w-8\/12) {
    width: 66.666667% !important;
  }

  .editor-styles-wrapper :is(.md\:w-1\/2) {
    width: 50%;
  }

  .editor-styles-wrapper :is(.md\:w-3\/12) {
    width: 25%;
  }

  .editor-styles-wrapper :is(.md\:w-4\/12) {
    width: 33.333333%;
  }

  .editor-styles-wrapper :is(.md\:w-5\/12) {
    width: 41.666667%;
  }

  .editor-styles-wrapper :is(.md\:w-6\/12) {
    width: 50%;
  }

  .editor-styles-wrapper :is(.md\:w-8\/12) {
    width: 66.666667%;
  }

  .editor-styles-wrapper :is(.md\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editor-styles-wrapper :is(.md\:gap-7) {
    gap: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }

  .editor-styles-wrapper :is(.md\:px-6) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .editor-styles-wrapper :is(.md\:py-10) {
    padding-top: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
    padding-bottom: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
  }

  .editor-styles-wrapper :is(.md\:pb-10) {
    padding-bottom: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
  }

  .editor-styles-wrapper :is(.md\:pb-11) {
    padding-bottom: clamp(6rem, 0.2748rem + 18.3206vw, 12rem);
  }

  .editor-styles-wrapper :is(.md\:pb-7) {
    padding-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }

  .editor-styles-wrapper :is(.md\:pb-8) {
    padding-bottom: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }

  .editor-styles-wrapper :is(.md\:pb-9) {
    padding-bottom: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }

  .editor-styles-wrapper :is(.md\:pr-5) {
    padding-right: 1.5rem;
  }

  .editor-styles-wrapper :is(.md\:pt-10) {
    padding-top: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
  }

  .editor-styles-wrapper :is(.md\:pt-11) {
    padding-top: clamp(6rem, 0.2748rem + 18.3206vw, 12rem);
  }

  .editor-styles-wrapper :is(.md\:pt-7) {
    padding-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }

  .editor-styles-wrapper :is(.md\:pt-8) {
    padding-top: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }

  .editor-styles-wrapper :is(.md\:pt-9) {
    padding-top: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }

  .editor-styles-wrapper :is(.md\:text-center) {
    text-align: center;
  }

  .editor-styles-wrapper :is(.md\:\!text-\[4\.5rem\]) {
    font-size: 4.5rem !important;
  }

  .editor-styles-wrapper :is(.md\:text-md) {
    font-size: var(--wp--preset--font-size--medium);
    line-height: var(--wp--custom--line-height-medium);
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .editor-styles-wrapper :is(.lg\:\!mb-6) {
    margin-bottom: 2rem !important;
  }

  .editor-styles-wrapper :is(.lg\:\!mt-4) {
    margin-top: 1rem !important;
  }

  .editor-styles-wrapper :is(.lg\:mb-6) {
    margin-bottom: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:mb-7) {
    margin-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }

  .editor-styles-wrapper :is(.lg\:ml-1) {
    margin-left: 0.25rem;
  }

  .editor-styles-wrapper :is(.lg\:ml-6) {
    margin-left: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:ml-\[18\.75rem\]) {
    margin-left: 18.75rem;
  }

  .editor-styles-wrapper :is(.lg\:mt-0) {
    margin-top: 0px;
  }

  .editor-styles-wrapper :is(.lg\:mt-5) {
    margin-top: 1.5rem;
  }

  .editor-styles-wrapper :is(.lg\:mt-6) {
    margin-top: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:block) {
    display: block;
  }

  .editor-styles-wrapper :is(.lg\:\!flex) {
    display: flex !important;
  }

  .editor-styles-wrapper :is(.lg\:flex) {
    display: flex;
  }

  .editor-styles-wrapper :is(.lg\:\!hidden) {
    display: none !important;
  }

  .editor-styles-wrapper :is(.lg\:hidden) {
    display: none;
  }

  .editor-styles-wrapper :is(.lg\:aspect-\[86\/35\]) {
    aspect-ratio: 86/35;
  }

  .editor-styles-wrapper :is(.lg\:h-\[6\.5rem\]) {
    height: 6.5rem;
  }

  .editor-styles-wrapper :is(.lg\:h-screen) {
    height: 100vh;
  }

  .editor-styles-wrapper :is(.lg\:min-h-\[9\.75rem\]) {
    min-height: 9.75rem;
  }

  .editor-styles-wrapper :is(.lg\:\!w-1\/2) {
    width: 50% !important;
  }

  .editor-styles-wrapper :is(.lg\:\!w-1\/3) {
    width: 33.333333% !important;
  }

  .editor-styles-wrapper :is(.lg\:\!w-2\/3) {
    width: 66.666667% !important;
  }

  .editor-styles-wrapper :is(.lg\:\!w-5\/12) {
    width: 41.666667% !important;
  }

  .editor-styles-wrapper :is(.lg\:\!w-6\/12) {
    width: 50% !important;
  }

  .editor-styles-wrapper :is(.lg\:\!w-8\/12) {
    width: 66.666667% !important;
  }

  .editor-styles-wrapper :is(.lg\:w-1\/2) {
    width: 50%;
  }

  .editor-styles-wrapper :is(.lg\:w-1\/3) {
    width: 33.333333%;
  }

  .editor-styles-wrapper :is(.lg\:w-1\/4) {
    width: 25%;
  }

  .editor-styles-wrapper :is(.lg\:w-1\/6) {
    width: 16.666667%;
  }

  .editor-styles-wrapper :is(.lg\:w-2\/3) {
    width: 66.666667%;
  }

  .editor-styles-wrapper :is(.lg\:w-3\/12) {
    width: 25%;
  }

  .editor-styles-wrapper :is(.lg\:w-4\/12) {
    width: 33.333333%;
  }

  .editor-styles-wrapper :is(.lg\:w-5\/12) {
    width: 41.666667%;
  }

  .editor-styles-wrapper :is(.lg\:w-5\/6) {
    width: 83.333333%;
  }

  .editor-styles-wrapper :is(.lg\:w-7\/12) {
    width: 58.333333%;
  }

  .editor-styles-wrapper :is(.lg\:w-8\/12) {
    width: 66.666667%;
  }

  .editor-styles-wrapper :is(.lg\:w-9\/12) {
    width: 75%;
  }

  .editor-styles-wrapper :is(.lg\:w-\[12rem\]) {
    width: 12rem;
  }

  .editor-styles-wrapper :is(.lg\:w-\[14rem\]) {
    width: 14rem;
  }

  .editor-styles-wrapper :is(.lg\:w-\[3\.25rem\]) {
    width: 3.25rem;
  }

  .editor-styles-wrapper :is(.lg\:w-\[calc\(100vw-18\.75rem\)\]) {
    width: calc(100vw - 18.75rem);
  }

  .editor-styles-wrapper :is(.lg\:w-full) {
    width: 100%;
  }

  .editor-styles-wrapper :is(.lg\:grow) {
    flex-grow: 1;
  }

  .editor-styles-wrapper :is(.lg\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .editor-styles-wrapper :is(.lg\:flex-row) {
    flex-direction: row;
  }

  .editor-styles-wrapper :is(.lg\:flex-row-reverse) {
    flex-direction: row-reverse;
  }

  .editor-styles-wrapper :is(.lg\:\!flex-nowrap) {
    flex-wrap: nowrap !important;
  }

  .editor-styles-wrapper :is(.lg\:items-center) {
    align-items: center;
  }

  .editor-styles-wrapper :is(.lg\:justify-end) {
    justify-content: flex-end;
  }

  .editor-styles-wrapper :is(.lg\:justify-between) {
    justify-content: space-between;
  }

  .editor-styles-wrapper :is(.lg\:\!gap-4) {
    gap: 1rem !important;
  }

  .editor-styles-wrapper :is(.lg\:gap-4) {
    gap: 1rem;
  }

  .editor-styles-wrapper :is(.lg\:gap-8) {
    gap: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }

  .editor-styles-wrapper :is(.lg\:overflow-x-hidden) {
    overflow-x: hidden;
  }

  .editor-styles-wrapper :is(.lg\:\!p-6) {
    padding: 2rem !important;
  }

  .editor-styles-wrapper :is(.lg\:p-5) {
    padding: 1.5rem;
  }

  .editor-styles-wrapper :is(.lg\:p-6) {
    padding: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:\!px-8) {
    padding-left: clamp(2rem, 0.0916rem + 6.1069vw, 4rem) !important;
    padding-right: clamp(2rem, 0.0916rem + 6.1069vw, 4rem) !important;
  }

  .editor-styles-wrapper :is(.lg\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .editor-styles-wrapper :is(.lg\:px-5) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .editor-styles-wrapper :is(.lg\:px-6) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:px-7) {
    padding-left: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
    padding-right: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }

  .editor-styles-wrapper :is(.lg\:py-12) {
    padding-top: clamp(8rem, 0.3664rem + 24.4275vw, 16rem);
    padding-bottom: clamp(8rem, 0.3664rem + 24.4275vw, 16rem);
  }

  .editor-styles-wrapper :is(.lg\:py-4) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .editor-styles-wrapper :is(.lg\:py-5) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .editor-styles-wrapper :is(.lg\:py-6) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:py-7) {
    padding-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
    padding-bottom: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }

  .editor-styles-wrapper :is(.lg\:pb-10) {
    padding-bottom: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
  }

  .editor-styles-wrapper :is(.lg\:pb-12) {
    padding-bottom: clamp(8rem, 0.3664rem + 24.4275vw, 16rem);
  }

  .editor-styles-wrapper :is(.lg\:pb-6) {
    padding-bottom: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:pb-8) {
    padding-bottom: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }

  .editor-styles-wrapper :is(.lg\:pb-9) {
    padding-bottom: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }

  .editor-styles-wrapper :is(.lg\:pl-6) {
    padding-left: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:pl-8) {
    padding-left: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }

  .editor-styles-wrapper :is(.lg\:pl-9) {
    padding-left: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }

  .editor-styles-wrapper :is(.lg\:pr-6) {
    padding-right: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:pr-7) {
    padding-right: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }

  .editor-styles-wrapper :is(.lg\:pr-8) {
    padding-right: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }

  .editor-styles-wrapper :is(.lg\:pt-10) {
    padding-top: clamp(4rem, 0.1832rem + 12.2137vw, 8rem);
  }

  .editor-styles-wrapper :is(.lg\:pt-11) {
    padding-top: clamp(6rem, 0.2748rem + 18.3206vw, 12rem);
  }

  .editor-styles-wrapper :is(.lg\:pt-12) {
    padding-top: clamp(8rem, 0.3664rem + 24.4275vw, 16rem);
  }

  .editor-styles-wrapper :is(.lg\:pt-6) {
    padding-top: 2rem;
  }

  .editor-styles-wrapper :is(.lg\:pt-7) {
    padding-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  }

  .editor-styles-wrapper :is(.lg\:pt-8) {
    padding-top: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }

  .editor-styles-wrapper :is(.lg\:pt-9) {
    padding-top: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }

  .editor-styles-wrapper :is(.lg\:\!text-5xl) {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .editor-styles-wrapper :is(.lg\:\!text-\[5\.5rem\]) {
    font-size: 5.5rem !important;
  }
}

@media (min-width: 1280px) {
  .editor-styles-wrapper :is(.xl\:flex-row) {
    flex-direction: row;
  }
}

.editor-styles-wrapper :is(.\[\&_\.block-editor-block-list__layout\]\:contents .block-editor-block-list layout) {
  display: contents;
}

.editor-styles-wrapper :is(.\[\&_\.wp-block-heading\]\:\!mt-0 .wp-block-heading) {
  margin-top: 0px !important;
}

.editor-styles-wrapper :is(.\[\&_\.wp-block-twh-blocks-course-section\]\:\!hidden .wp-block-twh-blocks-course-section) {
  display: none !important;
}

.editor-styles-wrapper :is(.\[\&_a\]\:\!inline-block a) {
  display: inline-block !important;
}

.editor-styles-wrapper :is(.\[\&_a\]\:\!w-full a) {
  width: 100% !important;
}

.editor-styles-wrapper :is(.\[\&_button\]\:\!w-full button) {
  width: 100% !important;
}

.editor-styles-wrapper :is(.\[\&_div\]\:\!w-full div) {
  width: 100% !important;
}

.editor-styles-wrapper :is(.\[\&_img\]\:h-full img) {
  height: 100%;
}

.editor-styles-wrapper :is(.\[\&_img\]\:w-full img) {
  width: 100%;
}

.editor-styles-wrapper :is(.\[\&_input\]\:\!w-full input) {
  width: 100% !important;
}

.editor-styles-wrapper :is(.\[\&_svg\]\:h-6 svg) {
  height: 2rem;
}

.editor-styles-wrapper :is(.\[\&_svg\]\:w-auto svg) {
  width: auto;
}

