/*!
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.
*/

: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: #8f9caf;
  --color-gray-600: #697A94;
  --color-gray-700: #4F5C6F;
  --color-gray-800: #343D4A;
  --color-gray-900: #1A1F25;
  --color-gray-950: #030712;
  --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: #FE4D43;
  --color-red-600: #E00C01;
  --color-red-700: #C00B01;
  --color-red-800: #800701;
  --color-red-900: #400400;
  --color-red-950: #450a0a;
  --color-orange-50: #FFF4EC;
  --color-orange-100: #FEEADA;
  --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-950: #431407;
  --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-950: #422006;
  --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-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: #EAF7FF;
  --color-cyan-200: #D5EFFF;
  --color-cyan-300: #BFE7FE;
  --color-cyan-400: #AADFFE;
  --color-cyan-500: #95D7FE;
  --color-cyan-600: #45BAFD;
  --color-cyan-700: #0298EF;
  --color-cyan-800: #0266A0;
  --color-cyan-900: #013350;
  --color-cyan-950: #083344;
  --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: #E9F0FF;
  --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-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-primary: #2667ff;
  --color-secondary: #93d7fe;
  --color-dark: #011733;
  --color-light: #F4F5F7;
  --color-gray-1000: #0D0F12;
  --color-blue-1000: #00091D;
  --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;
  --color-cyan-1000: #001928;
  --color-red-1000: #200200;
  --color-orange-1000: #200E00;
  --color-yellow-1000: #281B01;
  --color-green-1000: #00140B;
}

*, ::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(59 130 246 / 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(59 130 246 / 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:  ;
}

.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;
  }
}

/**
* 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(.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(.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(.\!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-\[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-\[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(.\!m-0) {
  margin: 0px !important;
}

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

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

.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(.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-5) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.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(.\!mt-0) {
  margin-top: 0px !important;
}

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

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

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

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

.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-8) {
  margin-bottom: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

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

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

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

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

.editor-styles-wrapper :is(.ml-\[18\.75rem\]) {
  margin-left: 18.75rem;
}

.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-1) {
  margin-top: 0.25rem;
}

.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-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;
}

.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-\[5\/4\]) {
  aspect-ratio: 5/4;
}

.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-1) {
  height: 0.25rem;
}

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

.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-\[2\.5rem\]) {
  height: 2.5rem;
}

.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-auto) {
  height: auto;
}

.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(.min-h-\[16rem\]) {
  min-height: 16rem;
}

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

.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-screen) {
  min-height: 100vh;
}

.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-1\/2) {
  width: 50%;
}

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

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

.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-\[12\.5rem\]) {
  width: 12.5rem;
}

.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-\[2rem\]) {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

.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-4xl) {
  max-width: 70rem;
}

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

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

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

.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-\[85\%\]) {
  max-width: 85%;
}

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

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

.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(.max-w-xl) {
  max-width: 40rem;
}

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

.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(.-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-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(.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-default) {
  cursor: default;
}

.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-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-2) {
  gap: 0.5rem !important;
}

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

.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-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(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.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-y-scroll) {
  overflow-y: scroll;
}

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

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

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

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

.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-xs) {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.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-t) {
  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-cyan-100) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 247 255 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!border-cyan-100\/95) {
  border-color: rgb(234 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(149 215 254 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!border-cyan-500\/95) {
  border-color: rgb(149 215 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-dark) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 23 51 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!border-dark\/95) {
  border-color: rgb(1 23 51 / 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(143 156 175 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!border-gray-500\/90) {
  border-color: rgb(143 156 175 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-gray-500\/95) {
  border-color: rgb(143 156 175 / 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-light) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 245 247 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!border-primary) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 103 255 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/0) {
  border-color: rgb(38 103 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/10) {
  border-color: rgb(38 103 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/100) {
  border-color: rgb(38 103 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/20) {
  border-color: rgb(38 103 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/25) {
  border-color: rgb(38 103 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/30) {
  border-color: rgb(38 103 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/40) {
  border-color: rgb(38 103 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/5) {
  border-color: rgb(38 103 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/50) {
  border-color: rgb(38 103 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/60) {
  border-color: rgb(38 103 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/70) {
  border-color: rgb(38 103 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/75) {
  border-color: rgb(38 103 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/80) {
  border-color: rgb(38 103 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/90) {
  border-color: rgb(38 103 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-primary\/95) {
  border-color: rgb(38 103 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!border-secondary) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 215 254 / var(--tw-border-opacity)) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/0) {
  border-color: rgb(147 215 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/10) {
  border-color: rgb(147 215 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/100) {
  border-color: rgb(147 215 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/20) {
  border-color: rgb(147 215 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/25) {
  border-color: rgb(147 215 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/30) {
  border-color: rgb(147 215 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/40) {
  border-color: rgb(147 215 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/5) {
  border-color: rgb(147 215 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/50) {
  border-color: rgb(147 215 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/60) {
  border-color: rgb(147 215 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/70) {
  border-color: rgb(147 215 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/75) {
  border-color: rgb(147 215 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/80) {
  border-color: rgb(147 215 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/90) {
  border-color: rgb(147 215 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!border-secondary\/95) {
  border-color: rgb(147 215 254 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.border-cyan-100\/95) {
  border-color: rgb(234 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(149 215 254 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-cyan-500\/0) {
  border-color: rgb(149 215 254 / 0);
}

.editor-styles-wrapper :is(.border-cyan-500\/10) {
  border-color: rgb(149 215 254 / 0.1);
}

.editor-styles-wrapper :is(.border-cyan-500\/100) {
  border-color: rgb(149 215 254 / 1);
}

.editor-styles-wrapper :is(.border-cyan-500\/20) {
  border-color: rgb(149 215 254 / 0.2);
}

.editor-styles-wrapper :is(.border-cyan-500\/25) {
  border-color: rgb(149 215 254 / 0.25);
}

.editor-styles-wrapper :is(.border-cyan-500\/30) {
  border-color: rgb(149 215 254 / 0.3);
}

.editor-styles-wrapper :is(.border-cyan-500\/40) {
  border-color: rgb(149 215 254 / 0.4);
}

.editor-styles-wrapper :is(.border-cyan-500\/5) {
  border-color: rgb(149 215 254 / 0.05);
}

.editor-styles-wrapper :is(.border-cyan-500\/50) {
  border-color: rgb(149 215 254 / 0.5);
}

.editor-styles-wrapper :is(.border-cyan-500\/60) {
  border-color: rgb(149 215 254 / 0.6);
}

.editor-styles-wrapper :is(.border-cyan-500\/70) {
  border-color: rgb(149 215 254 / 0.7);
}

.editor-styles-wrapper :is(.border-cyan-500\/75) {
  border-color: rgb(149 215 254 / 0.75);
}

.editor-styles-wrapper :is(.border-cyan-500\/80) {
  border-color: rgb(149 215 254 / 0.8);
}

.editor-styles-wrapper :is(.border-cyan-500\/90) {
  border-color: rgb(149 215 254 / 0.9);
}

.editor-styles-wrapper :is(.border-cyan-500\/95) {
  border-color: rgb(149 215 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-dark\/0) {
  border-color: rgb(1 23 51 / 0);
}

.editor-styles-wrapper :is(.border-dark\/10) {
  border-color: rgb(1 23 51 / 0.1);
}

.editor-styles-wrapper :is(.border-dark\/100) {
  border-color: rgb(1 23 51 / 1);
}

.editor-styles-wrapper :is(.border-dark\/20) {
  border-color: rgb(1 23 51 / 0.2);
}

.editor-styles-wrapper :is(.border-dark\/25) {
  border-color: rgb(1 23 51 / 0.25);
}

.editor-styles-wrapper :is(.border-dark\/30) {
  border-color: rgb(1 23 51 / 0.3);
}

.editor-styles-wrapper :is(.border-dark\/40) {
  border-color: rgb(1 23 51 / 0.4);
}

.editor-styles-wrapper :is(.border-dark\/5) {
  border-color: rgb(1 23 51 / 0.05);
}

.editor-styles-wrapper :is(.border-dark\/50) {
  border-color: rgb(1 23 51 / 0.5);
}

.editor-styles-wrapper :is(.border-dark\/60) {
  border-color: rgb(1 23 51 / 0.6);
}

.editor-styles-wrapper :is(.border-dark\/70) {
  border-color: rgb(1 23 51 / 0.7);
}

.editor-styles-wrapper :is(.border-dark\/75) {
  border-color: rgb(1 23 51 / 0.75);
}

.editor-styles-wrapper :is(.border-dark\/80) {
  border-color: rgb(1 23 51 / 0.8);
}

.editor-styles-wrapper :is(.border-dark\/90) {
  border-color: rgb(1 23 51 / 0.9);
}

.editor-styles-wrapper :is(.border-dark\/95) {
  border-color: rgb(1 23 51 / 0.95);
}

.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(143 156 175 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-gray-500\/0) {
  border-color: rgb(143 156 175 / 0);
}

.editor-styles-wrapper :is(.border-gray-500\/10) {
  border-color: rgb(143 156 175 / 0.1);
}

.editor-styles-wrapper :is(.border-gray-500\/100) {
  border-color: rgb(143 156 175 / 1);
}

.editor-styles-wrapper :is(.border-gray-500\/20) {
  border-color: rgb(143 156 175 / 0.2);
}

.editor-styles-wrapper :is(.border-gray-500\/25) {
  border-color: rgb(143 156 175 / 0.25);
}

.editor-styles-wrapper :is(.border-gray-500\/30) {
  border-color: rgb(143 156 175 / 0.3);
}

.editor-styles-wrapper :is(.border-gray-500\/40) {
  border-color: rgb(143 156 175 / 0.4);
}

.editor-styles-wrapper :is(.border-gray-500\/5) {
  border-color: rgb(143 156 175 / 0.05);
}

.editor-styles-wrapper :is(.border-gray-500\/50) {
  border-color: rgb(143 156 175 / 0.5);
}

.editor-styles-wrapper :is(.border-gray-500\/60) {
  border-color: rgb(143 156 175 / 0.6);
}

.editor-styles-wrapper :is(.border-gray-500\/70) {
  border-color: rgb(143 156 175 / 0.7);
}

.editor-styles-wrapper :is(.border-gray-500\/75) {
  border-color: rgb(143 156 175 / 0.75);
}

.editor-styles-wrapper :is(.border-gray-500\/80) {
  border-color: rgb(143 156 175 / 0.8);
}

.editor-styles-wrapper :is(.border-gray-500\/90) {
  border-color: rgb(143 156 175 / 0.9);
}

.editor-styles-wrapper :is(.border-gray-500\/95) {
  border-color: rgb(143 156 175 / 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-light) {
  --tw-border-opacity: 1;
  border-color: rgb(244 245 247 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.border-light\/95) {
  border-color: rgb(244 245 247 / 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-primary\/0) {
  border-color: rgb(38 103 255 / 0);
}

.editor-styles-wrapper :is(.border-primary\/10) {
  border-color: rgb(38 103 255 / 0.1);
}

.editor-styles-wrapper :is(.border-primary\/100) {
  border-color: rgb(38 103 255 / 1);
}

.editor-styles-wrapper :is(.border-primary\/20) {
  border-color: rgb(38 103 255 / 0.2);
}

.editor-styles-wrapper :is(.border-primary\/25) {
  border-color: rgb(38 103 255 / 0.25);
}

.editor-styles-wrapper :is(.border-primary\/30) {
  border-color: rgb(38 103 255 / 0.3);
}

.editor-styles-wrapper :is(.border-primary\/40) {
  border-color: rgb(38 103 255 / 0.4);
}

.editor-styles-wrapper :is(.border-primary\/5) {
  border-color: rgb(38 103 255 / 0.05);
}

.editor-styles-wrapper :is(.border-primary\/50) {
  border-color: rgb(38 103 255 / 0.5);
}

.editor-styles-wrapper :is(.border-primary\/60) {
  border-color: rgb(38 103 255 / 0.6);
}

.editor-styles-wrapper :is(.border-primary\/70) {
  border-color: rgb(38 103 255 / 0.7);
}

.editor-styles-wrapper :is(.border-primary\/75) {
  border-color: rgb(38 103 255 / 0.75);
}

.editor-styles-wrapper :is(.border-primary\/80) {
  border-color: rgb(38 103 255 / 0.8);
}

.editor-styles-wrapper :is(.border-primary\/90) {
  border-color: rgb(38 103 255 / 0.9);
}

.editor-styles-wrapper :is(.border-primary\/95) {
  border-color: rgb(38 103 255 / 0.95);
}

.editor-styles-wrapper :is(.border-secondary) {
  --tw-border-opacity: 1;
  border-color: rgb(147 215 254 / var(--tw-border-opacity));
}

.editor-styles-wrapper :is(.border-secondary\/0) {
  border-color: rgb(147 215 254 / 0);
}

.editor-styles-wrapper :is(.border-secondary\/10) {
  border-color: rgb(147 215 254 / 0.1);
}

.editor-styles-wrapper :is(.border-secondary\/100) {
  border-color: rgb(147 215 254 / 1);
}

.editor-styles-wrapper :is(.border-secondary\/20) {
  border-color: rgb(147 215 254 / 0.2);
}

.editor-styles-wrapper :is(.border-secondary\/25) {
  border-color: rgb(147 215 254 / 0.25);
}

.editor-styles-wrapper :is(.border-secondary\/30) {
  border-color: rgb(147 215 254 / 0.3);
}

.editor-styles-wrapper :is(.border-secondary\/40) {
  border-color: rgb(147 215 254 / 0.4);
}

.editor-styles-wrapper :is(.border-secondary\/5) {
  border-color: rgb(147 215 254 / 0.05);
}

.editor-styles-wrapper :is(.border-secondary\/50) {
  border-color: rgb(147 215 254 / 0.5);
}

.editor-styles-wrapper :is(.border-secondary\/60) {
  border-color: rgb(147 215 254 / 0.6);
}

.editor-styles-wrapper :is(.border-secondary\/70) {
  border-color: rgb(147 215 254 / 0.7);
}

.editor-styles-wrapper :is(.border-secondary\/75) {
  border-color: rgb(147 215 254 / 0.75);
}

.editor-styles-wrapper :is(.border-secondary\/80) {
  border-color: rgb(147 215 254 / 0.8);
}

.editor-styles-wrapper :is(.border-secondary\/90) {
  border-color: rgb(147 215 254 / 0.9);
}

.editor-styles-wrapper :is(.border-secondary\/95) {
  border-color: rgb(147 215 254 / 0.95);
}

.editor-styles-wrapper :is(.border-transparent) {
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!bg-cyan-100\/95) {
  background-color: rgb(234 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(149 215 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/0) {
  background-color: rgb(149 215 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/10) {
  background-color: rgb(149 215 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/100) {
  background-color: rgb(149 215 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/20) {
  background-color: rgb(149 215 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/25) {
  background-color: rgb(149 215 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/30) {
  background-color: rgb(149 215 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/40) {
  background-color: rgb(149 215 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/5) {
  background-color: rgb(149 215 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/50) {
  background-color: rgb(149 215 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/60) {
  background-color: rgb(149 215 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/70) {
  background-color: rgb(149 215 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/75) {
  background-color: rgb(149 215 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/80) {
  background-color: rgb(149 215 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/90) {
  background-color: rgb(149 215 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-cyan-500\/95) {
  background-color: rgb(149 215 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-dark) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/0) {
  background-color: rgb(1 23 51 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/10) {
  background-color: rgb(1 23 51 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/100) {
  background-color: rgb(1 23 51 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/20) {
  background-color: rgb(1 23 51 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/25) {
  background-color: rgb(1 23 51 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/30) {
  background-color: rgb(1 23 51 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/40) {
  background-color: rgb(1 23 51 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/5) {
  background-color: rgb(1 23 51 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/50) {
  background-color: rgb(1 23 51 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/60) {
  background-color: rgb(1 23 51 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/70) {
  background-color: rgb(1 23 51 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/75) {
  background-color: rgb(1 23 51 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/80) {
  background-color: rgb(1 23 51 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/90) {
  background-color: rgb(1 23 51 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-dark\/95) {
  background-color: rgb(1 23 51 / 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(143 156 175 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/0) {
  background-color: rgb(143 156 175 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/10) {
  background-color: rgb(143 156 175 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/100) {
  background-color: rgb(143 156 175 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/20) {
  background-color: rgb(143 156 175 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/25) {
  background-color: rgb(143 156 175 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/30) {
  background-color: rgb(143 156 175 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/40) {
  background-color: rgb(143 156 175 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/5) {
  background-color: rgb(143 156 175 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/50) {
  background-color: rgb(143 156 175 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/60) {
  background-color: rgb(143 156 175 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/70) {
  background-color: rgb(143 156 175 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/75) {
  background-color: rgb(143 156 175 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/80) {
  background-color: rgb(143 156 175 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/90) {
  background-color: rgb(143 156 175 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-gray-500\/95) {
  background-color: rgb(143 156 175 / 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-light) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/0) {
  background-color: rgb(244 245 247 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/10) {
  background-color: rgb(244 245 247 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/100) {
  background-color: rgb(244 245 247 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/20) {
  background-color: rgb(244 245 247 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/25) {
  background-color: rgb(244 245 247 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/30) {
  background-color: rgb(244 245 247 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/40) {
  background-color: rgb(244 245 247 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/5) {
  background-color: rgb(244 245 247 / 0.05) !important;
}

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

.editor-styles-wrapper :is(.\!bg-light\/60) {
  background-color: rgb(244 245 247 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/70) {
  background-color: rgb(244 245 247 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/75) {
  background-color: rgb(244 245 247 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/80) {
  background-color: rgb(244 245 247 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/90) {
  background-color: rgb(244 245 247 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-light\/95) {
  background-color: rgb(244 245 247 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-primary) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/0) {
  background-color: rgb(38 103 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/10) {
  background-color: rgb(38 103 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/100) {
  background-color: rgb(38 103 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/20) {
  background-color: rgb(38 103 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/25) {
  background-color: rgb(38 103 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/30) {
  background-color: rgb(38 103 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/40) {
  background-color: rgb(38 103 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/5) {
  background-color: rgb(38 103 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/50) {
  background-color: rgb(38 103 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/60) {
  background-color: rgb(38 103 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/70) {
  background-color: rgb(38 103 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/75) {
  background-color: rgb(38 103 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/80) {
  background-color: rgb(38 103 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/90) {
  background-color: rgb(38 103 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-primary\/95) {
  background-color: rgb(38 103 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 215 254 / var(--tw-bg-opacity)) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/0) {
  background-color: rgb(147 215 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/10) {
  background-color: rgb(147 215 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/100) {
  background-color: rgb(147 215 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/20) {
  background-color: rgb(147 215 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/25) {
  background-color: rgb(147 215 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/30) {
  background-color: rgb(147 215 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/40) {
  background-color: rgb(147 215 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/5) {
  background-color: rgb(147 215 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/50) {
  background-color: rgb(147 215 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/60) {
  background-color: rgb(147 215 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/70) {
  background-color: rgb(147 215 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/75) {
  background-color: rgb(147 215 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/80) {
  background-color: rgb(147 215 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/90) {
  background-color: rgb(147 215 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!bg-secondary\/95) {
  background-color: rgb(147 215 254 / 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-\[rgba\(0\2c 0\2c 0\2c 0\.65\)\]) {
  background-color: rgba(0,0,0,0.65);
}

.editor-styles-wrapper :is(.bg-blue-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 255 / var(--tw-bg-opacity));
}

.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-cyan-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(234 247 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-100\/0) {
  background-color: rgb(234 247 255 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-100\/10) {
  background-color: rgb(234 247 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-100\/100) {
  background-color: rgb(234 247 255 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-100\/20) {
  background-color: rgb(234 247 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-100\/25) {
  background-color: rgb(234 247 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-100\/30) {
  background-color: rgb(234 247 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-100\/40) {
  background-color: rgb(234 247 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-100\/5) {
  background-color: rgb(234 247 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-100\/50) {
  background-color: rgb(234 247 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-100\/60) {
  background-color: rgb(234 247 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-100\/70) {
  background-color: rgb(234 247 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-100\/75) {
  background-color: rgb(234 247 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-100\/80) {
  background-color: rgb(234 247 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-100\/90) {
  background-color: rgb(234 247 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-100\/95) {
  background-color: rgb(234 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(149 215 254 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-cyan-500\/0) {
  background-color: rgb(149 215 254 / 0);
}

.editor-styles-wrapper :is(.bg-cyan-500\/10) {
  background-color: rgb(149 215 254 / 0.1);
}

.editor-styles-wrapper :is(.bg-cyan-500\/100) {
  background-color: rgb(149 215 254 / 1);
}

.editor-styles-wrapper :is(.bg-cyan-500\/20) {
  background-color: rgb(149 215 254 / 0.2);
}

.editor-styles-wrapper :is(.bg-cyan-500\/25) {
  background-color: rgb(149 215 254 / 0.25);
}

.editor-styles-wrapper :is(.bg-cyan-500\/30) {
  background-color: rgb(149 215 254 / 0.3);
}

.editor-styles-wrapper :is(.bg-cyan-500\/40) {
  background-color: rgb(149 215 254 / 0.4);
}

.editor-styles-wrapper :is(.bg-cyan-500\/5) {
  background-color: rgb(149 215 254 / 0.05);
}

.editor-styles-wrapper :is(.bg-cyan-500\/50) {
  background-color: rgb(149 215 254 / 0.5);
}

.editor-styles-wrapper :is(.bg-cyan-500\/60) {
  background-color: rgb(149 215 254 / 0.6);
}

.editor-styles-wrapper :is(.bg-cyan-500\/70) {
  background-color: rgb(149 215 254 / 0.7);
}

.editor-styles-wrapper :is(.bg-cyan-500\/75) {
  background-color: rgb(149 215 254 / 0.75);
}

.editor-styles-wrapper :is(.bg-cyan-500\/80) {
  background-color: rgb(149 215 254 / 0.8);
}

.editor-styles-wrapper :is(.bg-cyan-500\/90) {
  background-color: rgb(149 215 254 / 0.9);
}

.editor-styles-wrapper :is(.bg-cyan-500\/95) {
  background-color: rgb(149 215 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-dark\/0) {
  background-color: rgb(1 23 51 / 0);
}

.editor-styles-wrapper :is(.bg-dark\/10) {
  background-color: rgb(1 23 51 / 0.1);
}

.editor-styles-wrapper :is(.bg-dark\/100) {
  background-color: rgb(1 23 51 / 1);
}

.editor-styles-wrapper :is(.bg-dark\/20) {
  background-color: rgb(1 23 51 / 0.2);
}

.editor-styles-wrapper :is(.bg-dark\/25) {
  background-color: rgb(1 23 51 / 0.25);
}

.editor-styles-wrapper :is(.bg-dark\/30) {
  background-color: rgb(1 23 51 / 0.3);
}

.editor-styles-wrapper :is(.bg-dark\/40) {
  background-color: rgb(1 23 51 / 0.4);
}

.editor-styles-wrapper :is(.bg-dark\/5) {
  background-color: rgb(1 23 51 / 0.05);
}

.editor-styles-wrapper :is(.bg-dark\/50) {
  background-color: rgb(1 23 51 / 0.5);
}

.editor-styles-wrapper :is(.bg-dark\/60) {
  background-color: rgb(1 23 51 / 0.6);
}

.editor-styles-wrapper :is(.bg-dark\/70) {
  background-color: rgb(1 23 51 / 0.7);
}

.editor-styles-wrapper :is(.bg-dark\/75) {
  background-color: rgb(1 23 51 / 0.75);
}

.editor-styles-wrapper :is(.bg-dark\/80) {
  background-color: rgb(1 23 51 / 0.8);
}

.editor-styles-wrapper :is(.bg-dark\/90) {
  background-color: rgb(1 23 51 / 0.9);
}

.editor-styles-wrapper :is(.bg-dark\/95) {
  background-color: rgb(1 23 51 / 0.95);
}

.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(143 156 175 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-gray-500\/0) {
  background-color: rgb(143 156 175 / 0);
}

.editor-styles-wrapper :is(.bg-gray-500\/10) {
  background-color: rgb(143 156 175 / 0.1);
}

.editor-styles-wrapper :is(.bg-gray-500\/100) {
  background-color: rgb(143 156 175 / 1);
}

.editor-styles-wrapper :is(.bg-gray-500\/20) {
  background-color: rgb(143 156 175 / 0.2);
}

.editor-styles-wrapper :is(.bg-gray-500\/25) {
  background-color: rgb(143 156 175 / 0.25);
}

.editor-styles-wrapper :is(.bg-gray-500\/30) {
  background-color: rgb(143 156 175 / 0.3);
}

.editor-styles-wrapper :is(.bg-gray-500\/40) {
  background-color: rgb(143 156 175 / 0.4);
}

.editor-styles-wrapper :is(.bg-gray-500\/5) {
  background-color: rgb(143 156 175 / 0.05);
}

.editor-styles-wrapper :is(.bg-gray-500\/50) {
  background-color: rgb(143 156 175 / 0.5);
}

.editor-styles-wrapper :is(.bg-gray-500\/60) {
  background-color: rgb(143 156 175 / 0.6);
}

.editor-styles-wrapper :is(.bg-gray-500\/70) {
  background-color: rgb(143 156 175 / 0.7);
}

.editor-styles-wrapper :is(.bg-gray-500\/75) {
  background-color: rgb(143 156 175 / 0.75);
}

.editor-styles-wrapper :is(.bg-gray-500\/80) {
  background-color: rgb(143 156 175 / 0.8);
}

.editor-styles-wrapper :is(.bg-gray-500\/90) {
  background-color: rgb(143 156 175 / 0.9);
}

.editor-styles-wrapper :is(.bg-gray-500\/95) {
  background-color: rgb(143 156 175 / 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-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity));
}

.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-light\/0) {
  background-color: rgb(244 245 247 / 0);
}

.editor-styles-wrapper :is(.bg-light\/10) {
  background-color: rgb(244 245 247 / 0.1);
}

.editor-styles-wrapper :is(.bg-light\/100) {
  background-color: rgb(244 245 247 / 1);
}

.editor-styles-wrapper :is(.bg-light\/20) {
  background-color: rgb(244 245 247 / 0.2);
}

.editor-styles-wrapper :is(.bg-light\/25) {
  background-color: rgb(244 245 247 / 0.25);
}

.editor-styles-wrapper :is(.bg-light\/30) {
  background-color: rgb(244 245 247 / 0.3);
}

.editor-styles-wrapper :is(.bg-light\/40) {
  background-color: rgb(244 245 247 / 0.4);
}

.editor-styles-wrapper :is(.bg-light\/5) {
  background-color: rgb(244 245 247 / 0.05);
}

.editor-styles-wrapper :is(.bg-light\/50) {
  background-color: rgb(244 245 247 / 0.5);
}

.editor-styles-wrapper :is(.bg-light\/60) {
  background-color: rgb(244 245 247 / 0.6);
}

.editor-styles-wrapper :is(.bg-light\/70) {
  background-color: rgb(244 245 247 / 0.7);
}

.editor-styles-wrapper :is(.bg-light\/75) {
  background-color: rgb(244 245 247 / 0.75);
}

.editor-styles-wrapper :is(.bg-light\/80) {
  background-color: rgb(244 245 247 / 0.8);
}

.editor-styles-wrapper :is(.bg-light\/90) {
  background-color: rgb(244 245 247 / 0.9);
}

.editor-styles-wrapper :is(.bg-light\/95) {
  background-color: rgb(244 245 247 / 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-orange-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 234 218 / var(--tw-bg-opacity));
}

.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-primary) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 103 255 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.bg-primary\/0) {
  background-color: rgb(38 103 255 / 0);
}

.editor-styles-wrapper :is(.bg-primary\/10) {
  background-color: rgb(38 103 255 / 0.1);
}

.editor-styles-wrapper :is(.bg-primary\/100) {
  background-color: rgb(38 103 255 / 1);
}

.editor-styles-wrapper :is(.bg-primary\/20) {
  background-color: rgb(38 103 255 / 0.2);
}

.editor-styles-wrapper :is(.bg-primary\/25) {
  background-color: rgb(38 103 255 / 0.25);
}

.editor-styles-wrapper :is(.bg-primary\/30) {
  background-color: rgb(38 103 255 / 0.3);
}

.editor-styles-wrapper :is(.bg-primary\/40) {
  background-color: rgb(38 103 255 / 0.4);
}

.editor-styles-wrapper :is(.bg-primary\/5) {
  background-color: rgb(38 103 255 / 0.05);
}

.editor-styles-wrapper :is(.bg-primary\/50) {
  background-color: rgb(38 103 255 / 0.5);
}

.editor-styles-wrapper :is(.bg-primary\/60) {
  background-color: rgb(38 103 255 / 0.6);
}

.editor-styles-wrapper :is(.bg-primary\/70) {
  background-color: rgb(38 103 255 / 0.7);
}

.editor-styles-wrapper :is(.bg-primary\/75) {
  background-color: rgb(38 103 255 / 0.75);
}

.editor-styles-wrapper :is(.bg-primary\/80) {
  background-color: rgb(38 103 255 / 0.8);
}

.editor-styles-wrapper :is(.bg-primary\/90) {
  background-color: rgb(38 103 255 / 0.9);
}

.editor-styles-wrapper :is(.bg-primary\/95) {
  background-color: rgb(38 103 255 / 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-secondary\/0) {
  background-color: rgb(147 215 254 / 0);
}

.editor-styles-wrapper :is(.bg-secondary\/10) {
  background-color: rgb(147 215 254 / 0.1);
}

.editor-styles-wrapper :is(.bg-secondary\/100) {
  background-color: rgb(147 215 254 / 1);
}

.editor-styles-wrapper :is(.bg-secondary\/20) {
  background-color: rgb(147 215 254 / 0.2);
}

.editor-styles-wrapper :is(.bg-secondary\/25) {
  background-color: rgb(147 215 254 / 0.25);
}

.editor-styles-wrapper :is(.bg-secondary\/30) {
  background-color: rgb(147 215 254 / 0.3);
}

.editor-styles-wrapper :is(.bg-secondary\/40) {
  background-color: rgb(147 215 254 / 0.4);
}

.editor-styles-wrapper :is(.bg-secondary\/5) {
  background-color: rgb(147 215 254 / 0.05);
}

.editor-styles-wrapper :is(.bg-secondary\/50) {
  background-color: rgb(147 215 254 / 0.5);
}

.editor-styles-wrapper :is(.bg-secondary\/60) {
  background-color: rgb(147 215 254 / 0.6);
}

.editor-styles-wrapper :is(.bg-secondary\/70) {
  background-color: rgb(147 215 254 / 0.7);
}

.editor-styles-wrapper :is(.bg-secondary\/75) {
  background-color: rgb(147 215 254 / 0.75);
}

.editor-styles-wrapper :is(.bg-secondary\/80) {
  background-color: rgb(147 215 254 / 0.8);
}

.editor-styles-wrapper :is(.bg-secondary\/90) {
  background-color: rgb(147 215 254 / 0.9);
}

.editor-styles-wrapper :is(.bg-secondary\/95) {
  background-color: rgb(147 215 254 / 0.95);
}

.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-opacity-50) {
  --tw-bg-opacity: 0.5;
}

.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(.from-red-500) {
  --tw-gradient-from: #FE4D43 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 77 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.editor-styles-wrapper :is(.to-orange-500) {
  --tw-gradient-to: #FC9445 var(--tw-gradient-to-position);
}

.editor-styles-wrapper :is(.\!fill-cyan-100) {
  fill: #EAF7FF !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!fill-cyan-100\/95) {
  fill: rgb(234 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: #95D7FE !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/0) {
  fill: rgb(149 215 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/10) {
  fill: rgb(149 215 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/100) {
  fill: rgb(149 215 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/20) {
  fill: rgb(149 215 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/25) {
  fill: rgb(149 215 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/30) {
  fill: rgb(149 215 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/40) {
  fill: rgb(149 215 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/5) {
  fill: rgb(149 215 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/50) {
  fill: rgb(149 215 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/60) {
  fill: rgb(149 215 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/70) {
  fill: rgb(149 215 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/75) {
  fill: rgb(149 215 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/80) {
  fill: rgb(149 215 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/90) {
  fill: rgb(149 215 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-cyan-500\/95) {
  fill: rgb(149 215 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-dark) {
  fill: #011733 !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/0) {
  fill: rgb(1 23 51 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/10) {
  fill: rgb(1 23 51 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/100) {
  fill: rgb(1 23 51 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/20) {
  fill: rgb(1 23 51 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/25) {
  fill: rgb(1 23 51 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/30) {
  fill: rgb(1 23 51 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/40) {
  fill: rgb(1 23 51 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/5) {
  fill: rgb(1 23 51 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/50) {
  fill: rgb(1 23 51 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/60) {
  fill: rgb(1 23 51 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/70) {
  fill: rgb(1 23 51 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/75) {
  fill: rgb(1 23 51 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/80) {
  fill: rgb(1 23 51 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/90) {
  fill: rgb(1 23 51 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-dark\/95) {
  fill: rgb(1 23 51 / 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: #8f9caf !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/0) {
  fill: rgb(143 156 175 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/10) {
  fill: rgb(143 156 175 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/100) {
  fill: rgb(143 156 175 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/20) {
  fill: rgb(143 156 175 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/25) {
  fill: rgb(143 156 175 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/30) {
  fill: rgb(143 156 175 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/40) {
  fill: rgb(143 156 175 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/5) {
  fill: rgb(143 156 175 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/50) {
  fill: rgb(143 156 175 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/60) {
  fill: rgb(143 156 175 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/70) {
  fill: rgb(143 156 175 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/75) {
  fill: rgb(143 156 175 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/80) {
  fill: rgb(143 156 175 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/90) {
  fill: rgb(143 156 175 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-gray-500\/95) {
  fill: rgb(143 156 175 / 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-light) {
  fill: #F4F5F7 !important;
}

.editor-styles-wrapper :is(.\!fill-light\/0) {
  fill: rgb(244 245 247 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/10) {
  fill: rgb(244 245 247 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/100) {
  fill: rgb(244 245 247 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/20) {
  fill: rgb(244 245 247 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/25) {
  fill: rgb(244 245 247 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/30) {
  fill: rgb(244 245 247 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/40) {
  fill: rgb(244 245 247 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/5) {
  fill: rgb(244 245 247 / 0.05) !important;
}

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

.editor-styles-wrapper :is(.\!fill-light\/60) {
  fill: rgb(244 245 247 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/70) {
  fill: rgb(244 245 247 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/75) {
  fill: rgb(244 245 247 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/80) {
  fill: rgb(244 245 247 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/90) {
  fill: rgb(244 245 247 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-light\/95) {
  fill: rgb(244 245 247 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-primary) {
  fill: #2667ff !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/0) {
  fill: rgb(38 103 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/10) {
  fill: rgb(38 103 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/100) {
  fill: rgb(38 103 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/20) {
  fill: rgb(38 103 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/25) {
  fill: rgb(38 103 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/30) {
  fill: rgb(38 103 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/40) {
  fill: rgb(38 103 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/5) {
  fill: rgb(38 103 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/50) {
  fill: rgb(38 103 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/60) {
  fill: rgb(38 103 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/70) {
  fill: rgb(38 103 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/75) {
  fill: rgb(38 103 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/80) {
  fill: rgb(38 103 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/90) {
  fill: rgb(38 103 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-primary\/95) {
  fill: rgb(38 103 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary) {
  fill: #93d7fe !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/0) {
  fill: rgb(147 215 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/10) {
  fill: rgb(147 215 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/100) {
  fill: rgb(147 215 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/20) {
  fill: rgb(147 215 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/25) {
  fill: rgb(147 215 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/30) {
  fill: rgb(147 215 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/40) {
  fill: rgb(147 215 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/5) {
  fill: rgb(147 215 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/50) {
  fill: rgb(147 215 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/60) {
  fill: rgb(147 215 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/70) {
  fill: rgb(147 215 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/75) {
  fill: rgb(147 215 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/80) {
  fill: rgb(147 215 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/90) {
  fill: rgb(147 215 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!fill-secondary\/95) {
  fill: rgb(147 215 254 / 0.95) !important;
}

.editor-styles-wrapper :is(.fill-cyan-100) {
  fill: #EAF7FF;
}

.editor-styles-wrapper :is(.fill-cyan-100\/0) {
  fill: rgb(234 247 255 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-100\/10) {
  fill: rgb(234 247 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-100\/100) {
  fill: rgb(234 247 255 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-100\/20) {
  fill: rgb(234 247 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-100\/25) {
  fill: rgb(234 247 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-100\/30) {
  fill: rgb(234 247 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-100\/40) {
  fill: rgb(234 247 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-100\/5) {
  fill: rgb(234 247 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-100\/50) {
  fill: rgb(234 247 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-100\/60) {
  fill: rgb(234 247 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-100\/70) {
  fill: rgb(234 247 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-100\/75) {
  fill: rgb(234 247 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-100\/80) {
  fill: rgb(234 247 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-100\/90) {
  fill: rgb(234 247 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-100\/95) {
  fill: rgb(234 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: #95D7FE;
}

.editor-styles-wrapper :is(.fill-cyan-500\/0) {
  fill: rgb(149 215 254 / 0);
}

.editor-styles-wrapper :is(.fill-cyan-500\/10) {
  fill: rgb(149 215 254 / 0.1);
}

.editor-styles-wrapper :is(.fill-cyan-500\/100) {
  fill: rgb(149 215 254 / 1);
}

.editor-styles-wrapper :is(.fill-cyan-500\/20) {
  fill: rgb(149 215 254 / 0.2);
}

.editor-styles-wrapper :is(.fill-cyan-500\/25) {
  fill: rgb(149 215 254 / 0.25);
}

.editor-styles-wrapper :is(.fill-cyan-500\/30) {
  fill: rgb(149 215 254 / 0.3);
}

.editor-styles-wrapper :is(.fill-cyan-500\/40) {
  fill: rgb(149 215 254 / 0.4);
}

.editor-styles-wrapper :is(.fill-cyan-500\/5) {
  fill: rgb(149 215 254 / 0.05);
}

.editor-styles-wrapper :is(.fill-cyan-500\/50) {
  fill: rgb(149 215 254 / 0.5);
}

.editor-styles-wrapper :is(.fill-cyan-500\/60) {
  fill: rgb(149 215 254 / 0.6);
}

.editor-styles-wrapper :is(.fill-cyan-500\/70) {
  fill: rgb(149 215 254 / 0.7);
}

.editor-styles-wrapper :is(.fill-cyan-500\/75) {
  fill: rgb(149 215 254 / 0.75);
}

.editor-styles-wrapper :is(.fill-cyan-500\/80) {
  fill: rgb(149 215 254 / 0.8);
}

.editor-styles-wrapper :is(.fill-cyan-500\/90) {
  fill: rgb(149 215 254 / 0.9);
}

.editor-styles-wrapper :is(.fill-cyan-500\/95) {
  fill: rgb(149 215 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-dark) {
  fill: #011733;
}

.editor-styles-wrapper :is(.fill-dark\/0) {
  fill: rgb(1 23 51 / 0);
}

.editor-styles-wrapper :is(.fill-dark\/10) {
  fill: rgb(1 23 51 / 0.1);
}

.editor-styles-wrapper :is(.fill-dark\/100) {
  fill: rgb(1 23 51 / 1);
}

.editor-styles-wrapper :is(.fill-dark\/20) {
  fill: rgb(1 23 51 / 0.2);
}

.editor-styles-wrapper :is(.fill-dark\/25) {
  fill: rgb(1 23 51 / 0.25);
}

.editor-styles-wrapper :is(.fill-dark\/30) {
  fill: rgb(1 23 51 / 0.3);
}

.editor-styles-wrapper :is(.fill-dark\/40) {
  fill: rgb(1 23 51 / 0.4);
}

.editor-styles-wrapper :is(.fill-dark\/5) {
  fill: rgb(1 23 51 / 0.05);
}

.editor-styles-wrapper :is(.fill-dark\/50) {
  fill: rgb(1 23 51 / 0.5);
}

.editor-styles-wrapper :is(.fill-dark\/60) {
  fill: rgb(1 23 51 / 0.6);
}

.editor-styles-wrapper :is(.fill-dark\/70) {
  fill: rgb(1 23 51 / 0.7);
}

.editor-styles-wrapper :is(.fill-dark\/75) {
  fill: rgb(1 23 51 / 0.75);
}

.editor-styles-wrapper :is(.fill-dark\/80) {
  fill: rgb(1 23 51 / 0.8);
}

.editor-styles-wrapper :is(.fill-dark\/90) {
  fill: rgb(1 23 51 / 0.9);
}

.editor-styles-wrapper :is(.fill-dark\/95) {
  fill: rgb(1 23 51 / 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: #8f9caf;
}

.editor-styles-wrapper :is(.fill-gray-500\/0) {
  fill: rgb(143 156 175 / 0);
}

.editor-styles-wrapper :is(.fill-gray-500\/10) {
  fill: rgb(143 156 175 / 0.1);
}

.editor-styles-wrapper :is(.fill-gray-500\/100) {
  fill: rgb(143 156 175 / 1);
}

.editor-styles-wrapper :is(.fill-gray-500\/20) {
  fill: rgb(143 156 175 / 0.2);
}

.editor-styles-wrapper :is(.fill-gray-500\/25) {
  fill: rgb(143 156 175 / 0.25);
}

.editor-styles-wrapper :is(.fill-gray-500\/30) {
  fill: rgb(143 156 175 / 0.3);
}

.editor-styles-wrapper :is(.fill-gray-500\/40) {
  fill: rgb(143 156 175 / 0.4);
}

.editor-styles-wrapper :is(.fill-gray-500\/5) {
  fill: rgb(143 156 175 / 0.05);
}

.editor-styles-wrapper :is(.fill-gray-500\/50) {
  fill: rgb(143 156 175 / 0.5);
}

.editor-styles-wrapper :is(.fill-gray-500\/60) {
  fill: rgb(143 156 175 / 0.6);
}

.editor-styles-wrapper :is(.fill-gray-500\/70) {
  fill: rgb(143 156 175 / 0.7);
}

.editor-styles-wrapper :is(.fill-gray-500\/75) {
  fill: rgb(143 156 175 / 0.75);
}

.editor-styles-wrapper :is(.fill-gray-500\/80) {
  fill: rgb(143 156 175 / 0.8);
}

.editor-styles-wrapper :is(.fill-gray-500\/90) {
  fill: rgb(143 156 175 / 0.9);
}

.editor-styles-wrapper :is(.fill-gray-500\/95) {
  fill: rgb(143 156 175 / 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-light) {
  fill: #F4F5F7;
}

.editor-styles-wrapper :is(.fill-light\/0) {
  fill: rgb(244 245 247 / 0);
}

.editor-styles-wrapper :is(.fill-light\/10) {
  fill: rgb(244 245 247 / 0.1);
}

.editor-styles-wrapper :is(.fill-light\/100) {
  fill: rgb(244 245 247 / 1);
}

.editor-styles-wrapper :is(.fill-light\/20) {
  fill: rgb(244 245 247 / 0.2);
}

.editor-styles-wrapper :is(.fill-light\/25) {
  fill: rgb(244 245 247 / 0.25);
}

.editor-styles-wrapper :is(.fill-light\/30) {
  fill: rgb(244 245 247 / 0.3);
}

.editor-styles-wrapper :is(.fill-light\/40) {
  fill: rgb(244 245 247 / 0.4);
}

.editor-styles-wrapper :is(.fill-light\/5) {
  fill: rgb(244 245 247 / 0.05);
}

.editor-styles-wrapper :is(.fill-light\/50) {
  fill: rgb(244 245 247 / 0.5);
}

.editor-styles-wrapper :is(.fill-light\/60) {
  fill: rgb(244 245 247 / 0.6);
}

.editor-styles-wrapper :is(.fill-light\/70) {
  fill: rgb(244 245 247 / 0.7);
}

.editor-styles-wrapper :is(.fill-light\/75) {
  fill: rgb(244 245 247 / 0.75);
}

.editor-styles-wrapper :is(.fill-light\/80) {
  fill: rgb(244 245 247 / 0.8);
}

.editor-styles-wrapper :is(.fill-light\/90) {
  fill: rgb(244 245 247 / 0.9);
}

.editor-styles-wrapper :is(.fill-light\/95) {
  fill: rgb(244 245 247 / 0.95);
}

.editor-styles-wrapper :is(.fill-primary) {
  fill: #2667ff;
}

.editor-styles-wrapper :is(.fill-primary\/0) {
  fill: rgb(38 103 255 / 0);
}

.editor-styles-wrapper :is(.fill-primary\/10) {
  fill: rgb(38 103 255 / 0.1);
}

.editor-styles-wrapper :is(.fill-primary\/100) {
  fill: rgb(38 103 255 / 1);
}

.editor-styles-wrapper :is(.fill-primary\/20) {
  fill: rgb(38 103 255 / 0.2);
}

.editor-styles-wrapper :is(.fill-primary\/25) {
  fill: rgb(38 103 255 / 0.25);
}

.editor-styles-wrapper :is(.fill-primary\/30) {
  fill: rgb(38 103 255 / 0.3);
}

.editor-styles-wrapper :is(.fill-primary\/40) {
  fill: rgb(38 103 255 / 0.4);
}

.editor-styles-wrapper :is(.fill-primary\/5) {
  fill: rgb(38 103 255 / 0.05);
}

.editor-styles-wrapper :is(.fill-primary\/50) {
  fill: rgb(38 103 255 / 0.5);
}

.editor-styles-wrapper :is(.fill-primary\/60) {
  fill: rgb(38 103 255 / 0.6);
}

.editor-styles-wrapper :is(.fill-primary\/70) {
  fill: rgb(38 103 255 / 0.7);
}

.editor-styles-wrapper :is(.fill-primary\/75) {
  fill: rgb(38 103 255 / 0.75);
}

.editor-styles-wrapper :is(.fill-primary\/80) {
  fill: rgb(38 103 255 / 0.8);
}

.editor-styles-wrapper :is(.fill-primary\/90) {
  fill: rgb(38 103 255 / 0.9);
}

.editor-styles-wrapper :is(.fill-primary\/95) {
  fill: rgb(38 103 255 / 0.95);
}

.editor-styles-wrapper :is(.fill-secondary) {
  fill: #93d7fe;
}

.editor-styles-wrapper :is(.fill-secondary\/0) {
  fill: rgb(147 215 254 / 0);
}

.editor-styles-wrapper :is(.fill-secondary\/10) {
  fill: rgb(147 215 254 / 0.1);
}

.editor-styles-wrapper :is(.fill-secondary\/100) {
  fill: rgb(147 215 254 / 1);
}

.editor-styles-wrapper :is(.fill-secondary\/20) {
  fill: rgb(147 215 254 / 0.2);
}

.editor-styles-wrapper :is(.fill-secondary\/25) {
  fill: rgb(147 215 254 / 0.25);
}

.editor-styles-wrapper :is(.fill-secondary\/30) {
  fill: rgb(147 215 254 / 0.3);
}

.editor-styles-wrapper :is(.fill-secondary\/40) {
  fill: rgb(147 215 254 / 0.4);
}

.editor-styles-wrapper :is(.fill-secondary\/5) {
  fill: rgb(147 215 254 / 0.05);
}

.editor-styles-wrapper :is(.fill-secondary\/50) {
  fill: rgb(147 215 254 / 0.5);
}

.editor-styles-wrapper :is(.fill-secondary\/60) {
  fill: rgb(147 215 254 / 0.6);
}

.editor-styles-wrapper :is(.fill-secondary\/70) {
  fill: rgb(147 215 254 / 0.7);
}

.editor-styles-wrapper :is(.fill-secondary\/75) {
  fill: rgb(147 215 254 / 0.75);
}

.editor-styles-wrapper :is(.fill-secondary\/80) {
  fill: rgb(147 215 254 / 0.8);
}

.editor-styles-wrapper :is(.fill-secondary\/90) {
  fill: rgb(147 215 254 / 0.9);
}

.editor-styles-wrapper :is(.fill-secondary\/95) {
  fill: rgb(147 215 254 / 0.95);
}

.editor-styles-wrapper :is(.fill-white) {
  fill: #ffffff;
}

.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-0) {
  padding: 0px !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(.\!px-2) {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.editor-styles-wrapper :is(.\!px-3) {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.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-0) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.editor-styles-wrapper :is(.\!py-1) {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !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(.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(.\!ps-0) {
  padding-inline-start: 0px !important;
}

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

.editor-styles-wrapper :is(.pb-1) {
  padding-bottom: 0.25rem;
}

.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-4) {
  padding-left: 1rem;
}

.editor-styles-wrapper :is(.pl-6) {
  padding-left: 2rem;
}

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

.editor-styles-wrapper :is(.pr-4) {
  padding-right: 1rem;
}

.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) {
  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-5) {
  padding-top: 1.5rem;
}

.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(.pt-\[0\.15rem\]) {
  padding-top: 0.15rem;
}

.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(.\!text-\[3\.5rem\]) {
  font-size: 3.5rem !important;
}

.editor-styles-wrapper :is(.\!text-base) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.editor-styles-wrapper :is(.\!text-sm) {
  font-size: 1rem !important;
  line-height: var(--wp--custom--line-height-small) !important;
}

.editor-styles-wrapper :is(.\!text-xs) {
  font-size: 0.875rem !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
}

.editor-styles-wrapper :is(.text-2xl) {
  font-size: clamp(1.8rem, 1.5250rem + 0.0859vw, 2.625rem);
  line-height: var(--wp--custom--line-height-xx-large);
}

.editor-styles-wrapper :is(.text-3xl) {
  font-size: clamp(2.125rem, 1.8333rem + 0.0911vw, 3rem);
  line-height: var(--wp--custom--line-height-xxx-large);
}

.editor-styles-wrapper :is(.text-4xl) {
  font-size: clamp(2.4rem, 2.0750rem + 0.1016vw, 3.375rem);
  line-height: var(--wp--custom--line-height-xxxx-large);
}

.editor-styles-wrapper :is(.text-5xl) {
  font-size: 3rem;
  line-height: 1;
}

.editor-styles-wrapper :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.editor-styles-wrapper :is(.text-lg) {
  font-size: clamp(1.4rem, 1.3250rem + 0.0234vw, 1.625rem);
  line-height: var(--wp--custom--line-height-large);
}

.editor-styles-wrapper :is(.text-md) {
  font-size: clamp(1.1875rem, 1.1250rem + 0.0195vw, 1.375rem);
  line-height: var(--wp--custom--line-height-medium);
}

.editor-styles-wrapper :is(.text-sm) {
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
}

.editor-styles-wrapper :is(.text-xl) {
  font-size: clamp(1.65rem, 1.5125rem + 0.0430vw, 2.0625rem);
  line-height: var(--wp--custom--line-height-x-large);
}

.editor-styles-wrapper :is(.text-xs) {
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
}

.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(.uppercase) {
  text-transform: uppercase;
}

.editor-styles-wrapper :is(.capitalize) {
  text-transform: capitalize;
}

.editor-styles-wrapper :is(.italic) {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!text-cyan-100\/95) {
  color: rgb(234 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(149 215 254 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/0) {
  color: rgb(149 215 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/10) {
  color: rgb(149 215 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/100) {
  color: rgb(149 215 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/20) {
  color: rgb(149 215 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/25) {
  color: rgb(149 215 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/30) {
  color: rgb(149 215 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/40) {
  color: rgb(149 215 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/5) {
  color: rgb(149 215 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/50) {
  color: rgb(149 215 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/60) {
  color: rgb(149 215 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/70) {
  color: rgb(149 215 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/75) {
  color: rgb(149 215 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/80) {
  color: rgb(149 215 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/90) {
  color: rgb(149 215 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-cyan-500\/95) {
  color: rgb(149 215 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-dark\/0) {
  color: rgb(1 23 51 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/10) {
  color: rgb(1 23 51 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/100) {
  color: rgb(1 23 51 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/20) {
  color: rgb(1 23 51 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/25) {
  color: rgb(1 23 51 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/30) {
  color: rgb(1 23 51 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/40) {
  color: rgb(1 23 51 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/5) {
  color: rgb(1 23 51 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/50) {
  color: rgb(1 23 51 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/60) {
  color: rgb(1 23 51 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/70) {
  color: rgb(1 23 51 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/75) {
  color: rgb(1 23 51 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/80) {
  color: rgb(1 23 51 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/90) {
  color: rgb(1 23 51 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-dark\/95) {
  color: rgb(1 23 51 / 0.95) !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(143 156 175 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/0) {
  color: rgb(143 156 175 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/10) {
  color: rgb(143 156 175 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/100) {
  color: rgb(143 156 175 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/20) {
  color: rgb(143 156 175 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/25) {
  color: rgb(143 156 175 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/30) {
  color: rgb(143 156 175 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/40) {
  color: rgb(143 156 175 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/5) {
  color: rgb(143 156 175 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/50) {
  color: rgb(143 156 175 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/60) {
  color: rgb(143 156 175 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/70) {
  color: rgb(143 156 175 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/75) {
  color: rgb(143 156 175 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/80) {
  color: rgb(143 156 175 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/90) {
  color: rgb(143 156 175 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-gray-500\/95) {
  color: rgb(143 156 175 / 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-inherit) {
  color: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper :is(.\!text-light\/95) {
  color: rgb(244 245 247 / 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-primary\/0) {
  color: rgb(38 103 255 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/10) {
  color: rgb(38 103 255 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/100) {
  color: rgb(38 103 255 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/20) {
  color: rgb(38 103 255 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/25) {
  color: rgb(38 103 255 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/30) {
  color: rgb(38 103 255 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/40) {
  color: rgb(38 103 255 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/5) {
  color: rgb(38 103 255 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/50) {
  color: rgb(38 103 255 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/60) {
  color: rgb(38 103 255 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/70) {
  color: rgb(38 103 255 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/75) {
  color: rgb(38 103 255 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/80) {
  color: rgb(38 103 255 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/90) {
  color: rgb(38 103 255 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-primary\/95) {
  color: rgb(38 103 255 / 0.95) !important;
}

.editor-styles-wrapper :is(.\!text-secondary) {
  --tw-text-opacity: 1 !important;
  color: rgb(147 215 254 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/0) {
  color: rgb(147 215 254 / 0) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/10) {
  color: rgb(147 215 254 / 0.1) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/100) {
  color: rgb(147 215 254 / 1) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/20) {
  color: rgb(147 215 254 / 0.2) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/25) {
  color: rgb(147 215 254 / 0.25) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/30) {
  color: rgb(147 215 254 / 0.3) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/40) {
  color: rgb(147 215 254 / 0.4) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/5) {
  color: rgb(147 215 254 / 0.05) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/50) {
  color: rgb(147 215 254 / 0.5) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/60) {
  color: rgb(147 215 254 / 0.6) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/70) {
  color: rgb(147 215 254 / 0.7) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/75) {
  color: rgb(147 215 254 / 0.75) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/80) {
  color: rgb(147 215 254 / 0.8) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/90) {
  color: rgb(147 215 254 / 0.9) !important;
}

.editor-styles-wrapper :is(.\!text-secondary\/95) {
  color: rgb(147 215 254 / 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-blue-600) {
  --tw-text-opacity: 1;
  color: rgb(0 70 233 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-100) {
  --tw-text-opacity: 1;
  color: rgb(234 247 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-100\/0) {
  color: rgb(234 247 255 / 0);
}

.editor-styles-wrapper :is(.text-cyan-100\/10) {
  color: rgb(234 247 255 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-100\/100) {
  color: rgb(234 247 255 / 1);
}

.editor-styles-wrapper :is(.text-cyan-100\/20) {
  color: rgb(234 247 255 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-100\/25) {
  color: rgb(234 247 255 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-100\/30) {
  color: rgb(234 247 255 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-100\/40) {
  color: rgb(234 247 255 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-100\/5) {
  color: rgb(234 247 255 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-100\/50) {
  color: rgb(234 247 255 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-100\/60) {
  color: rgb(234 247 255 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-100\/70) {
  color: rgb(234 247 255 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-100\/75) {
  color: rgb(234 247 255 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-100\/80) {
  color: rgb(234 247 255 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-100\/90) {
  color: rgb(234 247 255 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-100\/95) {
  color: rgb(234 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(149 215 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-cyan-500\/0) {
  color: rgb(149 215 254 / 0);
}

.editor-styles-wrapper :is(.text-cyan-500\/10) {
  color: rgb(149 215 254 / 0.1);
}

.editor-styles-wrapper :is(.text-cyan-500\/100) {
  color: rgb(149 215 254 / 1);
}

.editor-styles-wrapper :is(.text-cyan-500\/20) {
  color: rgb(149 215 254 / 0.2);
}

.editor-styles-wrapper :is(.text-cyan-500\/25) {
  color: rgb(149 215 254 / 0.25);
}

.editor-styles-wrapper :is(.text-cyan-500\/30) {
  color: rgb(149 215 254 / 0.3);
}

.editor-styles-wrapper :is(.text-cyan-500\/40) {
  color: rgb(149 215 254 / 0.4);
}

.editor-styles-wrapper :is(.text-cyan-500\/5) {
  color: rgb(149 215 254 / 0.05);
}

.editor-styles-wrapper :is(.text-cyan-500\/50) {
  color: rgb(149 215 254 / 0.5);
}

.editor-styles-wrapper :is(.text-cyan-500\/60) {
  color: rgb(149 215 254 / 0.6);
}

.editor-styles-wrapper :is(.text-cyan-500\/70) {
  color: rgb(149 215 254 / 0.7);
}

.editor-styles-wrapper :is(.text-cyan-500\/75) {
  color: rgb(149 215 254 / 0.75);
}

.editor-styles-wrapper :is(.text-cyan-500\/80) {
  color: rgb(149 215 254 / 0.8);
}

.editor-styles-wrapper :is(.text-cyan-500\/90) {
  color: rgb(149 215 254 / 0.9);
}

.editor-styles-wrapper :is(.text-cyan-500\/95) {
  color: rgb(149 215 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-dark\/0) {
  color: rgb(1 23 51 / 0);
}

.editor-styles-wrapper :is(.text-dark\/10) {
  color: rgb(1 23 51 / 0.1);
}

.editor-styles-wrapper :is(.text-dark\/100) {
  color: rgb(1 23 51 / 1);
}

.editor-styles-wrapper :is(.text-dark\/20) {
  color: rgb(1 23 51 / 0.2);
}

.editor-styles-wrapper :is(.text-dark\/25) {
  color: rgb(1 23 51 / 0.25);
}

.editor-styles-wrapper :is(.text-dark\/30) {
  color: rgb(1 23 51 / 0.3);
}

.editor-styles-wrapper :is(.text-dark\/40) {
  color: rgb(1 23 51 / 0.4);
}

.editor-styles-wrapper :is(.text-dark\/5) {
  color: rgb(1 23 51 / 0.05);
}

.editor-styles-wrapper :is(.text-dark\/50) {
  color: rgb(1 23 51 / 0.5);
}

.editor-styles-wrapper :is(.text-dark\/60) {
  color: rgb(1 23 51 / 0.6);
}

.editor-styles-wrapper :is(.text-dark\/70) {
  color: rgb(1 23 51 / 0.7);
}

.editor-styles-wrapper :is(.text-dark\/75) {
  color: rgb(1 23 51 / 0.75);
}

.editor-styles-wrapper :is(.text-dark\/80) {
  color: rgb(1 23 51 / 0.8);
}

.editor-styles-wrapper :is(.text-dark\/90) {
  color: rgb(1 23 51 / 0.9);
}

.editor-styles-wrapper :is(.text-dark\/95) {
  color: rgb(1 23 51 / 0.95);
}

.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(143 156 175 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-gray-500\/0) {
  color: rgb(143 156 175 / 0);
}

.editor-styles-wrapper :is(.text-gray-500\/10) {
  color: rgb(143 156 175 / 0.1);
}

.editor-styles-wrapper :is(.text-gray-500\/100) {
  color: rgb(143 156 175 / 1);
}

.editor-styles-wrapper :is(.text-gray-500\/20) {
  color: rgb(143 156 175 / 0.2);
}

.editor-styles-wrapper :is(.text-gray-500\/25) {
  color: rgb(143 156 175 / 0.25);
}

.editor-styles-wrapper :is(.text-gray-500\/30) {
  color: rgb(143 156 175 / 0.3);
}

.editor-styles-wrapper :is(.text-gray-500\/40) {
  color: rgb(143 156 175 / 0.4);
}

.editor-styles-wrapper :is(.text-gray-500\/5) {
  color: rgb(143 156 175 / 0.05);
}

.editor-styles-wrapper :is(.text-gray-500\/50) {
  color: rgb(143 156 175 / 0.5);
}

.editor-styles-wrapper :is(.text-gray-500\/60) {
  color: rgb(143 156 175 / 0.6);
}

.editor-styles-wrapper :is(.text-gray-500\/70) {
  color: rgb(143 156 175 / 0.7);
}

.editor-styles-wrapper :is(.text-gray-500\/75) {
  color: rgb(143 156 175 / 0.75);
}

.editor-styles-wrapper :is(.text-gray-500\/80) {
  color: rgb(143 156 175 / 0.8);
}

.editor-styles-wrapper :is(.text-gray-500\/90) {
  color: rgb(143 156 175 / 0.9);
}

.editor-styles-wrapper :is(.text-gray-500\/95) {
  color: rgb(143 156 175 / 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-inherit) {
  color: inherit;
}

.editor-styles-wrapper :is(.text-light) {
  --tw-text-opacity: 1;
  color: rgb(244 245 247 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-light\/0) {
  color: rgb(244 245 247 / 0);
}

.editor-styles-wrapper :is(.text-light\/10) {
  color: rgb(244 245 247 / 0.1);
}

.editor-styles-wrapper :is(.text-light\/100) {
  color: rgb(244 245 247 / 1);
}

.editor-styles-wrapper :is(.text-light\/20) {
  color: rgb(244 245 247 / 0.2);
}

.editor-styles-wrapper :is(.text-light\/25) {
  color: rgb(244 245 247 / 0.25);
}

.editor-styles-wrapper :is(.text-light\/30) {
  color: rgb(244 245 247 / 0.3);
}

.editor-styles-wrapper :is(.text-light\/40) {
  color: rgb(244 245 247 / 0.4);
}

.editor-styles-wrapper :is(.text-light\/5) {
  color: rgb(244 245 247 / 0.05);
}

.editor-styles-wrapper :is(.text-light\/50) {
  color: rgb(244 245 247 / 0.5);
}

.editor-styles-wrapper :is(.text-light\/60) {
  color: rgb(244 245 247 / 0.6);
}

.editor-styles-wrapper :is(.text-light\/70) {
  color: rgb(244 245 247 / 0.7);
}

.editor-styles-wrapper :is(.text-light\/75) {
  color: rgb(244 245 247 / 0.75);
}

.editor-styles-wrapper :is(.text-light\/80) {
  color: rgb(244 245 247 / 0.8);
}

.editor-styles-wrapper :is(.text-light\/90) {
  color: rgb(244 245 247 / 0.9);
}

.editor-styles-wrapper :is(.text-light\/95) {
  color: rgb(244 245 247 / 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-primary) {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-primary\/0) {
  color: rgb(38 103 255 / 0);
}

.editor-styles-wrapper :is(.text-primary\/10) {
  color: rgb(38 103 255 / 0.1);
}

.editor-styles-wrapper :is(.text-primary\/100) {
  color: rgb(38 103 255 / 1);
}

.editor-styles-wrapper :is(.text-primary\/20) {
  color: rgb(38 103 255 / 0.2);
}

.editor-styles-wrapper :is(.text-primary\/25) {
  color: rgb(38 103 255 / 0.25);
}

.editor-styles-wrapper :is(.text-primary\/30) {
  color: rgb(38 103 255 / 0.3);
}

.editor-styles-wrapper :is(.text-primary\/40) {
  color: rgb(38 103 255 / 0.4);
}

.editor-styles-wrapper :is(.text-primary\/5) {
  color: rgb(38 103 255 / 0.05);
}

.editor-styles-wrapper :is(.text-primary\/50) {
  color: rgb(38 103 255 / 0.5);
}

.editor-styles-wrapper :is(.text-primary\/60) {
  color: rgb(38 103 255 / 0.6);
}

.editor-styles-wrapper :is(.text-primary\/70) {
  color: rgb(38 103 255 / 0.7);
}

.editor-styles-wrapper :is(.text-primary\/75) {
  color: rgb(38 103 255 / 0.75);
}

.editor-styles-wrapper :is(.text-primary\/80) {
  color: rgb(38 103 255 / 0.8);
}

.editor-styles-wrapper :is(.text-primary\/90) {
  color: rgb(38 103 255 / 0.9);
}

.editor-styles-wrapper :is(.text-primary\/95) {
  color: rgb(38 103 255 / 0.95);
}

.editor-styles-wrapper :is(.text-secondary) {
  --tw-text-opacity: 1;
  color: rgb(147 215 254 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.text-secondary\/0) {
  color: rgb(147 215 254 / 0);
}

.editor-styles-wrapper :is(.text-secondary\/10) {
  color: rgb(147 215 254 / 0.1);
}

.editor-styles-wrapper :is(.text-secondary\/100) {
  color: rgb(147 215 254 / 1);
}

.editor-styles-wrapper :is(.text-secondary\/20) {
  color: rgb(147 215 254 / 0.2);
}

.editor-styles-wrapper :is(.text-secondary\/25) {
  color: rgb(147 215 254 / 0.25);
}

.editor-styles-wrapper :is(.text-secondary\/30) {
  color: rgb(147 215 254 / 0.3);
}

.editor-styles-wrapper :is(.text-secondary\/40) {
  color: rgb(147 215 254 / 0.4);
}

.editor-styles-wrapper :is(.text-secondary\/5) {
  color: rgb(147 215 254 / 0.05);
}

.editor-styles-wrapper :is(.text-secondary\/50) {
  color: rgb(147 215 254 / 0.5);
}

.editor-styles-wrapper :is(.text-secondary\/60) {
  color: rgb(147 215 254 / 0.6);
}

.editor-styles-wrapper :is(.text-secondary\/70) {
  color: rgb(147 215 254 / 0.7);
}

.editor-styles-wrapper :is(.text-secondary\/75) {
  color: rgb(147 215 254 / 0.75);
}

.editor-styles-wrapper :is(.text-secondary\/80) {
  color: rgb(147 215 254 / 0.8);
}

.editor-styles-wrapper :is(.text-secondary\/90) {
  color: rgb(147 215 254 / 0.9);
}

.editor-styles-wrapper :is(.text-secondary\/95) {
  color: rgb(147 215 254 / 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-600) {
  --tw-text-opacity: 1;
  color: rgb(249 195 77 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.underline) {
  text-decoration-line: underline;
}

.editor-styles-wrapper :is(.\!no-underline) {
  text-decoration-line: none !important;
}

.editor-styles-wrapper :is(.no-underline) {
  text-decoration-line: none;
}

.editor-styles-wrapper :is(.\!opacity-40) {
  opacity: 0.4 !important;
}

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

.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(.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, 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(.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-left\] {
  --placement: bottom-left;
}

.\[--placement\:bottom-right\] {
  --placement: bottom-right;
}

.\[--placement\:bottom\] {
  --placement: bottom;
}

.\[--strategy\:absolute\] {
  --strategy: absolute;
}

.\[grid-template-columns\:repeat\(auto-fill\2c minmax\(2rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(2rem,1fr));
}

/* === Base === */

/* Course Section */

.course-section_inner > *:first-child {
  margin-top: 0px !important;
}

: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) {
  :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;
  }
}

.wp-block-twh-blocks-course-section.course-video-section.course-section_inner {
  padding-bottom: 0px;
}

.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));
}

.wp-block-twh-blocks-course-section.course-video-section.wp-block-embed > .wp-block-embed__wrapper {
  border-radius: 0 !important;
}

.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));
}

:where(.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
		.bg-primary,.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));
}

:where(.wp-block-twh-blocks-course-section.course-video-section-dark > div) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(149 215 254 / var(--tw-text-opacity));
}

:where(.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;
}

:where(.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;
}

#main :where(.bg-cyan-600, .bg-primary, .bg-blue-500,.wp-block-twh-blocks-course-section.course-video-section-dark > div) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.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));
}

.wp-block-twh-blocks-course-section.course-video-section-dark > div.wp-block-heading,
	.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 */

.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);
}

.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 */

.question-card {
  border-radius: 1rem;
  border-width: 0px;
  border-left-width: 16px;
  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) {
  .question-card {
    border-left-width: 28px;
    padding: 2rem;
  }
}

.question-card form ul {
  margin-bottom: 2rem;
}

.question-card form input[type="radio"],
		.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));
}

.question-card form ul:has(.correct, .incorrect) {
  margin-left: 2rem;
}

.question-card form ul:has(.correct, .incorrect) li:not(.correct, .correctComplete, .incorrect) {
  margin-left: 4px;
}

.question-card form .correct,
		.question-card form .incorrect {
  position: relative;
  padding: 0.25rem;
}

.question-card form .correct::before, .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 7 Pro";
  font-weight: 400;
}

.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;
}

.question-card form .correct.correctComplete {
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 241 / var(--tw-bg-opacity));
}

.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;
}

.question-card form .correct::before {
  content: "\f00c";
  --tw-text-opacity: 1;
  color: rgb(3 196 112 / var(--tw-text-opacity));
}

.question-card form .correct label {
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 67 / var(--tw-text-opacity)) !important;
}

.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;
}

.question-card form .incorrect {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(254 77 67 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 217 / var(--tw-bg-opacity));
}

.question-card form .incorrect::before {
  content: "\f00d";
  --tw-text-opacity: 1;
  color: rgb(254 77 67 / var(--tw-text-opacity));
}

.question-card form .incorrect label {
  font-weight: 500 !important;
  --tw-text-opacity: 1;
  color: rgb(192 11 1 / var(--tw-text-opacity));
}

.question-card form .incorrect label input[type="radio"]:disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 77 67 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 77 67 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
}

/* SVG Map */

.interactive-svg svg {
  margin-left: auto;
  margin-right: auto;
  max-height: 65vh;
  width: auto;
}

.interactive-svg a,
	.interactive-svg a:hover {
  text-decoration-line: none !important;
}

.interactive-svg a > * {
  cursor: pointer;
}

.interactive-svg a * {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.interactive-svg.interaction-highlight a:hover rect {
  fill: rgb(38 103 255 / 0.5);
}

.interactive-svg.interaction-highlight a:hover text {
  fill: #2667ff;
}

.interactive-svg.interaction-opacity a:hover > * {
  cursor: pointer;
  text-decoration-line: none !important;
  opacity: 0.5;
}

/* Tabs */

.wp-block-twh-blocks-tabs
	.block-editor-inner-blocks
	> .block-editor-block-list__layout
	> * {
  margin-top: 0px !important;
}

/* Media-Text: Summary variation */

.wp-block-media-text.wp-block-variation-summary .wp-block-heading, .wp-block-media-text.wp-block-variation-summary h4 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* Other */

.has-custom-size {
  display: inline-block;
}

.align-inline-image {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.align-inline-image img {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.prompt {
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.inline-outline {
  border: 2px solid currentColor;
  border-radius: 0.375rem;
  padding-inline: 0.2em;
}

.inline-underline {
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.05em;
}

.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(143 156 175 / var(--tw-border-opacity));
  background-color: transparent !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;
}

.wp-admin .inline-outline {
  border: 2px solid currentColor;
  border-radius: 0.375rem;
  padding-inline: 0.2em;
}

.wp-admin .inline-underline {
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.05em;
}

.wp-admin .table-view-list.media .media-icon img {
  width: 60px;
  height: auto;
}

/* Editor-only hover notice for inline list */

.wp-admin .bys-inline-list {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.wp-admin .bys-inline-list::after {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 12.5rem;
  --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: 0.25rem;
  background-color: rgb(0 0 0 / 0.8);
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "Edit this list through the modal";
}

.wp-admin .bys-inline-list:hover::after {
  opacity: 1;
}

/* Prevent the nested ul/ol from being focusable */

.wp-admin .bys-inline-list ul,
	.wp-admin .bys-inline-list ol {
  outline: 2px solid transparent;
  outline-offset: 2px;
  pointer-events: none;
}

@font-face {
  font-family: 'Aeonik';

  src: url('../theme/fonts/Aeonik-BoldItalic.woff2') format('woff2'),
        url('../theme/fonts/Aeonik-BoldItalic.woff') format('woff');

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';

  src: url('../theme/fonts/Aeonik-RegularItalic.woff2') format('woff2'),
        url('../theme/fonts/Aeonik-RegularItalic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';

  src: url('../theme/fonts/Aeonik-MediumItalic.woff2') format('woff2'),
        url('../theme/fonts/Aeonik-MediumItalic.woff') format('woff');

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';

  src: url('../theme/fonts/Aeonik-Medium.woff2') format('woff2'),
        url('../theme/fonts/Aeonik-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';

  src: url('../theme/fonts/Aeonik-Regular.woff2') format('woff2'),
        url('../theme/fonts/Aeonik-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@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;
  }
}

/* Mobile styles */

@media (max-width: 768px) {
  .p-0-mobile {
    padding: 0 !important;
  }

  .p-container-mobile {
    padding: 1rem !important;
  }
}

:root {
  --gutter: 1rem;
  --border-color: rgba(213, 217, 220, 0.75);
  --header-height: 4rem;
}

@media (min-width: 768px) {
  :root {
    --header-height: 4.375rem;
    --gutter: 1.25rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --header-height: 5rem;
  }
}

@media (min-width: 1280px) {
  :root {
    --header-height: 6rem;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-----------------------------------
-------------------------------------
Streamlined Tailwind Preflight
-------------------------------------
-----------------------------------*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  opacity: 0.5;
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

/*-----------------------------------
-------------------------------------
Typography
-------------------------------------
-----------------------------------*/

::-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));
}

::selection,
::-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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,,
		.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,,
		.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,:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
::-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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,)::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,)::selection,:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,)
::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,)
	a:not(.btn)::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,)
	a:not(.btn)::selection,:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
::-moz-selection)
	a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(, .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));
}

:where(, .bg-blue-500) a.btn:not(.btn-outline, .btn-link)::selection,:where(
::-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));
}

:where(, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover::-moz-selection {
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(149 215 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

:where(, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover::selection,:where(
::-moz-selection, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(149 215 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

:where(, .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));
}

:where(, .bg-blue-500) :is(a.btn-link, a.btn-outline)::selection,:where(
::-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));
}

#main :where(.bg-cyan-600,, .bg-blue-500, .bg-dark) ul li::-moz-selection::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#main :where(.bg-cyan-600,, .bg-blue-500, .bg-dark) ul li::selection::marker,#main :where(.bg-cyan-600,
::-moz-selection, .bg-blue-500, .bg-dark) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

li::marker {
  font-size: 1rem;
  line-height: 1.5rem;
  color: inherit;
}

p > sub {
  line-height: 0;
}

mark {
  background-color: initial
}

math {
  font-family: var(--wp--preset--font-family--math);
}

math [mathvariant="bold-italic"] {
  font-weight: 900;
  -webkit-text-stroke: 0.04em currentColor;
}

math mfrac {
  font-size: 1.2em;
}

/*-----------------------------------
-------------------------------------
Structure & Color
-------------------------------------
-----------------------------------*/

/* Add custom container max-widths at Tailwind breakpoints */

.container {
  position: relative;
  z-index: 1;
  max-width: 87.5rem;
  padding-inline: var(--wp--custom--container-padding);
}

/* Simulate Bootstrap rows and columns */

.row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  width: calc(100% + var(--gutter));
  margin-left: calc((var(--gutter) / 2) * -1);
}

.col {
  margin: 0px;
  width: 100%;
  padding-inline: calc(var(--gutter) / 2);
}

/* Expand images inside a <figure> tag and prevent warping */

.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 */

.flush-bottom > :last-child {
  margin-bottom: 0px !important;
}

/* Set a default border color */

.border-color {
  border-color: var(--border-color) !important;
}

/* Set dimensions for the sidebar and main content area globally */

@media screen and (min-width: 1280px) {
  .global-sidebar {
    width: 15rem;
  }

  .hug-sidebar {
    margin-left: 15rem;
    width: calc(100vw - 15rem);
  }
}

@media screen and (min-width: 1440px) {
  .global-sidebar {
    width: 16.5rem;
  }

  .hug-sidebar {
    margin-left: 16.5rem;
    width: calc(100vw - 16.5rem);
  }
}

@media screen and (min-width: 1575px) {
  .global-sidebar {
    width: 18.75rem;
  }

  .hug-sidebar {
    margin-left: 18.75rem;
    width: calc(100vw - 18.75rem);
  }
}

/* Gradients */

.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;
}

.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: #95D7FE var(--tw-gradient-to-position);
}

.bg-gradient-red-orange {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FE4D43 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 77 67 / 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);
}

.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);
}

.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: #95D7FE var(--tw-gradient-to-position);
}

.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 */

: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));
}

: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));
}

: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));
}

: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));
}

: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));
}

:where(.bg-primary, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(149 215 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

: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));
}

:where(.bg-dark) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(149 215 254 / var(--tw-text-opacity));
}

: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;
}

: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;
}

/* Add class for faded text */

.text-muted {
  --tw-text-opacity: 1;
  color: rgb(105 122 148 / var(--tw-text-opacity));
}

/* Sticky position */

.sticky-top {
  position: sticky;
  top: 0px;
  top: var(--header-height);
}

/*-----------------------------------
-------------------------------------
Typography
-------------------------------------
-----------------------------------*/

/* Set standardized spacing and weights for headings and type */

/* h1, h2, h3, h4, h5, h6, p { @apply !mt-0; }
:where(h1, h2, h3, h4, h5, h6) a { @apply !text-dark hover:text-primary; }
h1, h2, h3, h4, h5, h6 { @apply font-medium text-gray-900; }
h1 { @apply mb-5; }
h1, h2 { @apply hyphens-manual; }
h2, h3, h4, h5 { @apply mb-3; }
p, ul, ol, figure { @apply mb-5; }
code { @apply font-mono; } */

/* Match headings and WordPress classes to Tailwind font sizes */

/* .display { @apply text-5xl font-medium; }
h1.large { @apply text-4xl; }
h1:not(.large, .display), .h1:not(.large, .display) { @apply text-3xl; }
h2, .h2 { @apply text-2xl; }
h3, .h3, .has-x-large-font-size { @apply text-xl; }
h4, .h4, .has-large-font-size { @apply text-lg; }
h5, .h5, .has-medium-font-size { @apply text-md; }
h6, .h6 { @apply text-base !mb-0 !text-primary; }
.has-small-font-size { @apply text-sm; } */

#main ul {
  list-style: disc;
  padding-left: 1.5rem;
}

#main ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

#main :where(.bg-cyan-600, .bg-primary, .bg-blue-500, .bg-dark) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.prose {
  font-size: clamp(1.1875rem, 1.1250rem + 0.0195vw, 1.375rem);
  line-height: var(--wp--custom--line-height-medium);
  --tw-text-opacity: 1 !important;
  color: rgb(143 156 175 / var(--tw-text-opacity)) !important;
}

.prose h2 {
  margin-top: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  margin-bottom: 2rem;
}

label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

/* Override Tailwind font sizes on desktop */

/* @media screen and (min-width: 1024px) {
	.text-xs { @apply !text-[0.875rem] !leading-[1rem]; }
	.text-sm { @apply !text-[1rem] !leading-[1.25rem]; }
	.text-base { @apply !text-[1.125rem] !leading-[1.5rem]; }
	.text-md { @apply !text-[1.375rem] !leading-[2rem]; }
	.text-lg { @apply !text-[1.625rem] !leading-[2.25rem]; }
	.text-xl { @apply !text-[2.1875rem] !leading-[2.5rem]; }
	.text-2xl { @apply !text-[2.625rem] !leading-[2.75rem]; }
	.text-3xl { @apply !text-[3rem] !leading-[3rem]; }
	.text-4xl { @apply !text-[3.375rem] !leading-[3.5rem]; }
	.text-5xl { @apply !text-[4.0625rem] !leading-[4rem]; }
} */

/*-----------------------------------
-------------------------------------
Content Layout
-------------------------------------
-----------------------------------*/

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 52.5rem;
  font-size: clamp(2.125rem, 1.8333rem + 0.0911vw, 3rem);
  line-height: var(--wp--custom--line-height-xxx-large);
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.page-title > *,
	.page-title > *,
	.entry-title > *,
	.entry-title > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 52.5rem;
}

.entry-content > .alignwide {
  max-width: 30rem;
}

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

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

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

/* === Components === */

.alert {
  display: block;
  border-radius: 1rem;
  border-width: 1px;
  padding: 1rem;
}

.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));
}

/* Learndash Alerts */

.learndash-wrapper .ld-alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .learndash-wrapper .ld-alert {
    flex-direction: row;
  }
}

.learndash-wrapper .ld-alert.ld-alert-success {
  --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));
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

.learndash-wrapper .ld-alert.ld-alert-success .ld-button {
  --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));
}

.learndash-wrapper .ld-alert.ld-alert-success .ld-button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(10 251 147 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 251 147 / var(--tw-bg-opacity)) !important;
}

.learndash-wrapper .ld-alert .ld-alert-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.learndash-wrapper .ld-alert .ld-button {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.badge-list {
  margin-bottom: 0px !important;
  display: flex;
  list-style-type: none !important;
  gap: 0.75rem;
  padding-left: 0px !important;
}

.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: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.badge a {
  --tw-text-opacity: 1 !important;
  color: rgb(252 148 69 / var(--tw-text-opacity)) !important;
}

.badge a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.badge.blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 240 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 52 174 / var(--tw-text-opacity)) !important;
}

.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;
}

.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;
}

.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;
}

.badge.cyan {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 247 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 102 160 / var(--tw-text-opacity)) !important;
}

.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;
}

.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;
}

.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;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: none;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
  cursor: pointer;
  border: none;
}

input[disabled],
input[readonly] {
  pointer-events: none;
}

input[disabled][type="submit"], input[readonly][type="submit"] {
  border-width: 0px !important;
}

a, button {
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:where(h1, h2, h3, h4, h5, h6) a {
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

: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 */

:root a {
  text-decoration-line: none;
}

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));
}

a:not(.btn, .wp-block-button__link, #primary-menu > li > a, .navbar-brand):hover {
  text-decoration-line: underline;
}

/* Set button styles */

.btn,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	),
input[type="button"],
input[type="submit"],
.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: 1rem;
  line-height: 1.5rem;
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.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),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	),
		.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),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
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),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
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),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.btn),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	)),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
input[type="button"]),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
input[type="submit"]),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
.ld-button) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.btn)
	a:not(.btn),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	))
	a:not(.btn),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
input[type="button"])
	a:not(.btn),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
input[type="submit"])
	a:not(.btn),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
.ld-button)
	a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.btn, .bg-blue-500) a.btn:not(.btn-outline, .btn-link),:where(
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	), .bg-blue-500) a.btn:not(.btn-outline, .btn-link),:where(
input[type="button"], .bg-blue-500) a.btn:not(.btn-outline, .btn-link),:where(
input[type="submit"], .bg-blue-500) a.btn:not(.btn-outline, .btn-link),:where(
.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));
}

:where(.btn, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,:where(
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	), .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,:where(
input[type="button"], .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,:where(
input[type="submit"], .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,:where(
.ld-button, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(149 215 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

:where(.btn, .bg-blue-500) :is(a.btn-link, a.btn-outline),:where(
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	), .bg-blue-500) :is(a.btn-link, a.btn-outline),:where(
input[type="button"], .bg-blue-500) :is(a.btn-link, a.btn-outline),:where(
input[type="submit"], .bg-blue-500) :is(a.btn-link, a.btn-outline),:where(
.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));
}

#main :where(.bg-cyan-600,.btn, .bg-blue-500, .bg-dark) ul li::marker,#main :where(.bg-cyan-600,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	), .bg-blue-500, .bg-dark) ul li::marker,#main :where(.bg-cyan-600,
input[type="button"], .bg-blue-500, .bg-dark) ul li::marker,#main :where(.bg-cyan-600,
input[type="submit"], .bg-blue-500, .bg-dark) ul li::marker,#main :where(.bg-cyan-600,
.ld-button, .bg-blue-500, .bg-dark) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn:hover,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	):hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.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));
}

.btn:hover:enabled,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	):hover:enabled,
input[type="button"]:hover:enabled,
input[type="submit"]:hover:enabled,
.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));
}

.btn:disabled,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	):disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
.ld-button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(210 215 223 / var(--tw-bg-opacity));
}

.btn:hover:disabled,
button:not(
		.btn-unstyled,
		.components-button,
		.ld-button-alternate,
		.disabled,
		.gform_show_password
	):hover:disabled,
input[type="button"]:hover:disabled,
input[type="submit"]:hover:disabled,
.ld-button:hover:disabled {
  pointer-events: none;
}

.btn:not(.btn-icon, .arrow-left)::after,
.btn.arrow-left::before,
.my-certificates-header .btn-primary::after {
  font-family: "Font Awesome 7 Pro";
  font-weight: normal;
  margin-left: 0.5rem;
  font-size: 1.125rem;
  position: relative;
  top: 0;
}

.btn:not(.btn-icon, .arrow-left)::after,
.btn.arrow-left::before {
  content: "\f061";
}

.my-certificates-header .btn-primary::after,
.leaderboards-header .btn-primary::after,
.my-progress-header .btn-primary::after {
  content: "\f518";
}

.my-achievements-header .btn-primary::after {
  content: "\f06d";
}

.my-certificates-header .btn-secondary::after,
.my-achievements-header .btn-secondary::after,
.my-progress-header .btn-secondary::after {
  content: "\f091";
}

.leaderboards-header .btn-secondary::after {
  content: "\f559";
}

#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: 1rem;
  line-height: var(--wp--custom--line-height-small);
}

#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: 1rem;
  line-height: var(--wp--custom--line-height-small);
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.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(233 240 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.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;
}

.btn-tertiary:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

.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));
}

.btn-sm::after,
.btn-tertiary::after {
  content: "\f054";
  font-size: 0.875rem;
}

.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
}

/* Add a list class that groups buttons */

.btn-list {
  margin-bottom: 0px;
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  display: flex;
  list-style-type: none !important;
  gap: 1rem;
  padding-inline-start: 0px !important;
}

@media (min-width: 1024px) {
  .btn-list {
    margin-top: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }
}

.btn-list-sm {
  gap: 1rem;
}

.btn-list.multiple {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .btn-list.multiple {
    flex-direction: row;
  }
}

.btn-list.multiple .btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .btn-list.multiple .btn {
    width: auto;
  }
}

.single-col-text span.btn {
  margin-top: 1rem;
}

.btn.disabled,
button.disabled {
  cursor: default !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 215 223 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 215 223 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(143 156 175 / var(--tw-text-opacity)) !important;
}

.btn.disabled:hover,
button.disabled:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 215 223 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 215 223 / var(--tw-bg-opacity)) !important;
}

/* Custom icons */

.btn.arrow-down::after {
  content: "\f063";
}

.btn.arrow-left::before {
  content: "\f060";
  margin-left: 0;
  margin-right: 0.5rem;
}

.btn.arrow-up::after {
  content: "\f062";
}

.btn.circle-play::after {
  content: "\f144";
}

.btn.users::after {
  content: "\f0c0";
}

.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);
}

.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));
}

:where(.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
		.bg-primary,.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));
}

:where(.card figure) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(149 215 254 / var(--tw-text-opacity));
}

:where(.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;
}

:where(.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;
}

#main :where(.bg-cyan-600, .bg-primary, .bg-blue-500,.card figure) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.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;
}

.card a img {
  transition: 0.3s all ease;
}

.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);
}

/* Core Blocks & Variations */

/* General */

.wp-block-image img,
.wp-block-media-text:not(.wp-block-variation-summary)
	.wp-block-media-text__media,
.wp-block-embed-vimeo .wp-block-embed__wrapper,
.wp-block-cover {
  overflow: hidden;
  border-radius: 1rem;
}

/* Caption */

.wp-element-caption {
  text-align: left;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
  --tw-text-opacity: 1;
  color: rgb(105 122 148 / var(--tw-text-opacity));
}

/* Cover - core/cover */

.wp-block-cover {
  position: relative;
  min-height: auto !important;
}

.wp-block-cover .wp-block-cover__inner-container {
  max-width: 35rem;
}

.wp-block-cover .wp-block-cover__inner-container > * {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-cover.wp-block-variation-survey-callout {
  position: relative;
}

.wp-block-cover.wp-block-variation-survey-callout .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.wp-block-cover.wp-block-variation-survey-callout::before {
  position: absolute;
  left: 0px;
  top: 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, custom .bys-inline-list richtext format */

:where(.wp-block-list, .bys-inline-list) li::marker {
  color: inherit !important;
}

.bys-inline-list ul,
.bys-inline-list ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  padding: 0px;
}

:is(.wp-block-list, .bys-inline-list).is-style-checklist,
:is(.wp-block-list, .bys-inline-list).is-style-x-list,
:is(.wp-block-list, .bys-inline-list).is-style-arrows,
:is(.wp-block-list, .bys-inline-list).is-style-large-dots {
  list-style-type: none !important;
  padding-left: 0px !important;
  padding-inline-start: 0px !important;
}

:is(.wp-block-list, .bys-inline-list).is-style-checklist > li, :is(.wp-block-list, .bys-inline-list).is-style-x-list > li, :is(.wp-block-list, .bys-inline-list).is-style-arrows > li, :is(.wp-block-list, .bys-inline-list).is-style-large-dots > li {
  position: relative;
  padding-left: 2rem;
}

:is(.wp-block-list, .bys-inline-list).is-style-checklist > li::before, :is(.wp-block-list, .bys-inline-list).is-style-x-list > li::before, :is(.wp-block-list, .bys-inline-list).is-style-arrows > li::before, :is(.wp-block-list, .bys-inline-list).is-style-large-dots > li::before {
  position: absolute;
  left: 0px;
  padding-right: 0.5rem;
  font-weight: 400;
  font-family: "Font Awesome 7 Pro";
  color: var(--bullet-color);
}

:is(.wp-block-list, .bys-inline-list).is-style-checklist > li::before {
  content: "\f058";
}

:is(.wp-block-list, .bys-inline-list).is-style-x-list > li::before {
  /* content: '\f00d'; */
  content: "\e12e";
}

:is(.wp-block-list, .bys-inline-list).is-style-arrows > li::before {
  content: "\f061";
}

:is(.wp-block-list, .bys-inline-list).is-style-large-dots > li::before {
  content: "\f192";
}

@media (min-width: 1024px) {
  .wp-block-list.is-style-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* File - core/file */

.wp-block-file {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .wp-block-file {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.wp-block-file .wp-block-file__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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;
}

.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;
}

.wp-block-file a.wp-element-button {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.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) {
  .wp-block-group.is-layout-grid {
    display: flex !important;
    flex-direction: column !important;
  }
}

/* Media-Text - core/media-text */

.wp-block-media-text .wp-block-media-text__media {
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__media {
    aspect-ratio: auto;
  }
}

.wp-block-media-text .wp-block-media-text__media img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-media-text .wp-block-media-text__content .wp-block-list {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.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) {
  .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;
  }
}

.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) {
  .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;
  }
}

.wp-block-media-text.wp-block-variation-summary {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  overflow: hidden;
}

.wp-block-media-text.wp-block-variation-summary .wp-block-media-text__content {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.wp-block-media-text.wp-block-variation-summary .wp-block-heading, .wp-block-media-text.wp-block-variation-summary h4 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.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) {
  .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 */

.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;
}

.wp-block-table thead {
  border-width: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity));
}

:where(.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
		.bg-primary,.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));
}

:where(.wp-block-table thead) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(149 215 254 / var(--tw-text-opacity));
}

:where(.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;
}

:where(.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;
}

#main :where(.bg-cyan-600, .bg-primary, .bg-blue-500,.wp-block-table thead) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.wp-block-table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
}

.wp-block-table td,
	.wp-block-table th {
  border-width: 0px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
}

.wp-block-table td a, .wp-block-table th a {
  cursor: pointer;
}

.wp-block-table td img, .wp-block-table th img {
  display: inline-block;
}

.wp-block-table tr:nth-of-type(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.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 */

.wp-block-quote:not(.is-style-plain),
.wp-block-pullquote {
  border-bottom-width: 0px;
  border-left-width: 0.25rem;
  border-right-width: 0px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(252 148 69 / var(--tw-border-opacity));
  padding-left: 2rem;
}

.wp-block-quote:not(.is-style-plain) > *, .wp-block-pullquote > * {
  text-align: left;
}

.wp-block-quote:not(.is-style-plain) cite, .wp-block-pullquote cite {
  margin-top: 1.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.wp-block-quote:not(.is-style-plain) p, .wp-block-pullquote p {
  text-align: left;
  font-size: clamp(1.1875rem, 1.1250rem + 0.0195vw, 1.375rem);
  line-height: var(--wp--custom--line-height-medium);
}

.wp-block-quote.is-style-plain {
  border-width: 0px;
}

/* Separator */

.wp-block-separator {
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 215 223 / var(--tw-border-opacity)) !important;
}

/* Footer & Pre-Footer */

#colophon a:hover {
  text-decoration-line: none !important;
}

#colophon h5 {
  margin-bottom: 0.5rem !important;
}

#colophon .menu {
  margin-top: 0px !important;
  margin-bottom: 0.5rem !important;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.5rem;
  padding-inline-start: 0px;
}

#colophon .menu a {
  --tw-text-opacity: 1 !important;
  color: rgb(210 215 223 / var(--tw-text-opacity)) !important;
}

#colophon .menu a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(147 215 254 / var(--tw-text-opacity)) !important;
}

#colophon .socials {
  margin-bottom: 0px !important;
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 1rem;
  padding-inline-start: 0px !important;
}

#colophon .footer-bottom a {
  --tw-text-opacity: 1 !important;
  color: rgb(105 122 148 / var(--tw-text-opacity)) !important;
}

#colophon .footer-bottom a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(147 215 254 / var(--tw-text-opacity)) !important;
}

/* Logo */

#colophon .footer-brand svg {
  height: 2rem;
  width: auto;
}

@media (min-width: 1024px) {
  #colophon .footer-brand svg {
    height: 3rem;
  }
}

#colophon .footer-brand svg #wordmark * {
  fill: #ffffff;
}

/*-----------------------------------
-------------------------------------
Form Base Styles
-------------------------------------
-----------------------------------*/

form
	:where(
		input:not(
				[type="submit"],
				[type="checkbox"],
				[type="radio"],
				[type="range"]
			),
		textarea,
		select
	),
#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;
}

form
	:where(
		input:not(
				[type="submit"],
				[type="checkbox"],
				[type="radio"],
				[type="range"]
			),
		textarea,
		select
	)::-moz-placeholder, #leaderboard-filters :where(select)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
  opacity: 0.4;
}

form
	:where(
		input:not(
				[type="submit"],
				[type="checkbox"],
				[type="radio"],
				[type="range"]
			),
		textarea,
		select
	)::placeholder,
#leaderboard-filters :where(select)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
  opacity: 0.4;
}

form
	:where(
		input:not(
				[type="submit"],
				[type="checkbox"],
				[type="radio"],
				[type="range"]
			),
		textarea,
		select
	):focus,
#leaderboard-filters :where(select):focus {
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
}

form
	:where(
		input:not(
				[type="submit"],
				[type="checkbox"],
				[type="radio"],
				[type="range"]
			),
		textarea,
		select
	),
#leaderboard-filters :where(select) {
  font-size: var(--wp--preset--font-size--base) !important;
}

input[type="radio"],
input[type="checkbox"] {
  height: 1.5rem;
  width: 1.5rem;
}

input[type="radio"]:checked::before {
  transform: translateX(-50%) translateY(-50%);
  position: relative;
  left: 50%;
  top: 50%;
  margin: 0px !important;
  height: 1.1rem;
  width: 1.1rem;
}

input[type="checkbox"]:checked::before {
  margin: 0px !important;
  height: 100%;
  width: 100%;
}

input[disabled] + label {
  --tw-text-opacity: 1;
  color: rgb(105 122 148 / var(--tw-text-opacity));
}

form legend,
	form label {
  margin-bottom: 0.5rem;
  font-weight: 500 !important;
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

form fieldset {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
}

/*-----------------------------------
-------------------------------------
Base Gravity Form Styles
-------------------------------------
-----------------------------------*/

.gform_wrapper.gravity-theme .gform_fields {
  row-gap: 0.5rem !important;
}

@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 0.75rem !important;
  }
}

.gfield_description {
  font-size: 0.875rem !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(143 156 175 / var(--tw-text-opacity)) !important;
}

.gfield:not(:last-child) {
  margin-bottom: 1rem;
}

.gform_wrapper.gravity-theme .gfield_description {
  margin-top: 0px;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gform_required_legend {
  display: none !important;
}

.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: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(1 78 45 / var(--tw-text-opacity));
}

.gform_validation_errors ol {
  margin-bottom: 0px;
  margin-top: 0.5rem;
}

.gform_validation_errors ol li a {
  color: inherit !important;
}

.gfield_validation_message {
  border-radius: 0.25rem;
}

.gform_submission_error {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
  margin-bottom: 0 !important;
}

.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;
}

.gfield.inline .gfield_radio {
  display: flex !important;
  gap: 1.75rem;
}

.gfield select, .gfield input.datepicker {
  height: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
}

.ginput_container_password input {
  width: 100%;
}

.gfield_password_strength{
  font-size: 0;
  border-radius: 9999px;
  border-width: 0px !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.gfield_password_strength.short {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 77 67 / var(--tw-bg-opacity)) !important;
}

.gfield_password_strength.bad {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 148 69 / var(--tw-bg-opacity)) !important;
}

.gfield_password_strength.good {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 222 156 / var(--tw-bg-opacity)) !important;
}

.gfield_password_strength.strong {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 196 112 / var(--tw-bg-opacity)) !important;
}

select.gfield_select.placeholder-active {
  --tw-text-opacity: 1;
  color: rgb(164 175 191 / var(--tw-text-opacity));
}

/* Remove default arrow */

select.gfield_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Add FA chevron as background image */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23666666' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 2rem !important;
}

.gform_show_password:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

.gfield_radio .gchoice {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

.ginput_container_date {
  position: relative;
}

.ginput_container_date img {
  position: absolute;
  right: 1rem;
}

.ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.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));
}

.ginput_container_consent label {
  font-size: 0.875rem !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
}

table.gsurvey-likert {
  overflow: hidden !important;
  border-radius: 1rem !important;
  border-width: 0px !important;
}

table.gsurvey-likert :is(td, th) {
  border-width: 0px !important;
}

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: 0.875rem !important;
  line-height: var(--wp--custom--line-height-x-small) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

table.gsurvey-likert thead tr td:first-of-type {
  width: 33% !important;
}

table.gsurvey-likert tbody .gsurvey-likert-row-label {
  background-color: inherit !important;
  padding: 0.5rem !important;
  text-align: left !important;
  font-size: 1rem !important;
  line-height: var(--wp--custom--line-height-small) !important;
  font-weight: 400;
  line-height: 1.15 !important;
}

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;
}

.gform_wrapper.gravity-theme .gform_validation_errors,
.gfield_validation_message {
  margin-top: 0.5rem !important;
  border-radius: 0.5rem !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 219 217 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(192 11 1 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0.25rem !important;
}

.gfield select, .gfield input {
  height: 3rem;
}

.gfield select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.gchoice input {
  margin-right: 0.5rem !important;
}

/*-----------------------------------
-------------------------------------
Unique Form Styles
* Add any uniqe style declarations for Gravity Forms forms here
* Please provide informative comments that include form ID or form purpose
-------------------------------------
-----------------------------------*/

.editor-styles-wrapper #gform_wrapper_6{
  min-height:658px;
}

/* Registration Form */

.editor-styles-wrapper #gform_confirmation_message_6 {
  border-width: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
}

/* Onboarding Form */

.editor-styles-wrapper #gform_wrapper_37 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_validation_errors {
  display: none !important;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields {
  margin-left: auto;
  margin-right: auto;
  max-width: 35rem;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields .gfield:not(:last-child) {
  margin-bottom: 0.5rem;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields input[type=text], .editor-styles-wrapper #gform_wrapper_37 .gform_fields select, .editor-styles-wrapper #gform_wrapper_37 .gform_fields .ts-control {
  border-radius: 0.5rem !important;
  --tw-border-opacity: 1;
  border-color: rgb(210 215 223 / var(--tw-border-opacity));
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox).inline > div > div {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.75rem;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox).inline > div > div .gchoice {
  width: calc(50% - 0.375rem);
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 215 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:hover,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked),.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked) {
  --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));
  accent-color: #2667ff;
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked),
		.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),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked),
		.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked)),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked)) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked))
	a:not(.btn),:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked))
	a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked), .bg-blue-500) a.btn:not(.btn-outline, .btn-link),:where(.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked), .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));
}

:where(.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked), .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover,:where(.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked), .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(149 215 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

:where(.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked), .bg-blue-500) :is(a.btn-link, a.btn-outline),:where(.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked), .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));
}

#main :where(.bg-cyan-600,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked), .bg-blue-500, .bg-dark) ul li::marker,#main :where(.bg-cyan-600,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked), .bg-blue-500, .bg-dark) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice:has(input:checked) label,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice:has(input:checked) label {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice input,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice input {
  margin-left: 0px;
  margin-right: 0.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  accent-color: #2667ff;
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice label,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice label {
  display: block;
  height: auto;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(79 92 111 / var(--tw-text-opacity));
}

.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_radio > div .gchoice label::after,.editor-styles-wrapper #gform_wrapper_37 .gform_fields fieldset:is(.gfield--type-radio, .gfield--type-checkbox) .ginput_container_checkbox > div .gchoice label::after {
  position: absolute;
  inset: 0px;
  --tw-content: '';
  content: var(--tw-content);
}

.editor-styles-wrapper #gform_wrapper_37 .gform-page-footer {
  margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0px;
}

.editor-styles-wrapper #gform_wrapper_37 .gform-page-footer input {
  margin-bottom: 0px;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 1rem !important;
  line-height: var(--wp--custom--line-height-small) !important;
  line-height: 1 !important;
}

.editor-styles-wrapper #gform_wrapper_37 .gform-page-footer input.gform_previous_button {
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper #gform_wrapper_37 .gf_progressbar_wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 3.5rem;
  width: calc(40%);
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
}

.editor-styles-wrapper #gform_wrapper_37 .gf_progressbar_wrapper > div {
  margin-bottom: 0.25rem;
  height: 0.75rem;
  width: 100%;
}

.editor-styles-wrapper #gform_wrapper_37 .gf_progressbar_wrapper > div .gf_progressbar_percentage {
  height: 0.75rem;
}

.editor-styles-wrapper #gform_wrapper_37 .gf_progressbar_wrapper > div .gf_progressbar_percentage span {
  display: none;
  line-height: .75rem;
}

.editor-styles-wrapper #gform_wrapper_37 .gf_progressbar_wrapper > p {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
  --tw-text-opacity: 1;
  color: rgb(143 156 175 / var(--tw-text-opacity));
}

.editor-styles-wrapper #gform_wrapper_37 .gpmpn-page-link {
  display: inline-block !important;
}

.editor-styles-wrapper #gform_wrapper_37 .onboarding-page-intro {
  text-align: center;
}

.editor-styles-wrapper #gform_wrapper_37 .toggle-choices {
  position: relative;
  top: -0.5rem;
  margin-bottom: 0.5rem;
}

.editor-styles-wrapper #gform_wrapper_37 .gfield--checkbox-limited .ginput_container_checkbox .gchoice:nth-child(n+7) {
  display: none !important;
}

.editor-styles-wrapper #gform_wrapper_37 .gfield--checkbox-limited.expanded .ginput_container_checkbox .gchoice:nth-child(n+7) {
  display: flex !important;
}

/* Header */

/* Header transitions */

#masthead {
  transition: all 0.44s ease-in-out;
}

#masthead::before,
	#masthead .header-content {
  transition: all 0.4s ease-in-out;
}

#masthead .site-logo {
  pointer-events: auto !important;
  visibility: visible;
  z-index: 2;
  padding-right: 1.5rem;
  opacity: 1;
}

@media (min-width: 1280px) {
  #masthead .site-logo {
    position: absolute;
    left: 1.5rem;
    top: 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));
  }
}

#masthead .site-logo {
  transition: all 0.3s ease-in-out;
}

#masthead .site-logo svg {
  height: 2rem;
  width: auto;
}

@media (min-width: 768px) {
  #masthead .site-logo svg {
    height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  #masthead .site-logo svg {
    height: 2.5rem;
  }
}

#masthead .site-logo svg {
  transition: all 0.3s ease-in-out;
}

#masthead .site-logo svg * {
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#masthead .site-logo svg .learning-hub,
			#masthead .site-logo svg .divider {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#masthead .site-logo.logo-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#masthead .site-actions {
  padding-left: 1.5rem;
}

/* Unscrolled State */

#masthead.at-top,
	#masthead.scroll-up,
	#masthead.scrolled.scroll-up {
  pointer-events: auto;
}

#masthead.at-top::before,
		#masthead.at-top .header-content,
		#masthead.scroll-up::before,
		#masthead.scroll-up .header-content,
		#masthead.scrolled.scroll-up::before,
		#masthead.scrolled.scroll-up .header-content {
  transform: translateY(0%);
}

#masthead.at-top .site-logo.logo-swap svg #wordmark *, #masthead.scroll-up .site-logo.logo-swap svg #wordmark *, #masthead.scrolled.scroll-up .site-logo.logo-swap svg #wordmark * {
  fill: #011733;
}

#masthead.at-top:not(.no-sidebar) .site-logo svg *:is(.learning-hub, .divider), #masthead.scroll-up:not(.no-sidebar) .site-logo svg *:is(.learning-hub, .divider), #masthead.scrolled.scroll-up:not(.no-sidebar) .site-logo svg *:is(.learning-hub, .divider) {
  opacity: 1;
}

/* Scrolled State */

#masthead.scrolled {
  pointer-events: none;
}

#masthead.scrolled::before,
		#masthead.scrolled .header-content {
  transform: translateY(-100%);
}

#masthead.scrolled .site-logo.logo-swap {
  /* @media screen and (max-width: 1023px) {
				@apply pointer-events-none invisible opacity-0;
			} */
}

#masthead.scrolled .site-logo.logo-swap svg #wordmark * {
  pointer-events: auto;
  fill: #ffffff;
}

#masthead.scrolled:not(.no-sidebar) .site-logo.logo-swap svg *:is(.learning-hub, .divider) {
  opacity: 0;
}

/* No Sidebar */

#masthead.no-sidebar .site-logo {
  position: relative;
  transform: none;
}

@media (min-width: 768px) {
  #masthead.no-sidebar .site-logo {
    padding-right: 2rem;
  }
}

#masthead.no-sidebar .site-logo {
  /* * {
				@apply !fill-primary;
			} */
}

#masthead.no-sidebar .site-actions {
  padding-right: 0px;
}

/* Other components */

#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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  #masthead nav ul#primary-menu {
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  #masthead nav ul#primary-menu {
    padding-left: 0.75rem !important;
  }
}

#masthead nav ul#primary-menu a {
  z-index: 1;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(1 23 51 / var(--tw-text-opacity)) !important;
}

#masthead nav ul#primary-menu a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

#masthead nav .hs-dropdown-menu 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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#masthead nav .hs-dropdown-menu a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

/* Breadcrumb Menu */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0px !important;
}

.breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumbs .breadcrumb-item:not(:last-of-type)::after {
  font-family: "Font Awesome 7 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 */

.mt-hh {
  margin-top: var(--header-height);
}

.pt-hh {
  padding-top: var(--header-height);
}

/* Standard Dropdown menus */

.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;
}

.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;
}

.sub-menu a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#primary-menu li.open > a {
  --tw-text-opacity: 1 !important;
  color: rgb(38 103 255 / var(--tw-text-opacity)) !important;
}

#primary-menu li.open .sub-menu {
  display: block;
}

#primary-menu > li.menu-item-has-children {
  position: relative;
  padding-right: 1rem;
}

#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: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
  color: inherit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Font Awesome 7 Pro";
  content: "\f078";
}

/* Dark Navbar */

#masthead.navbar-dark {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

#masthead.navbar-dark:not(.scrolled) #primary-menu > li > a,
#masthead.navbar-dark:not(.scrolled)
	#primary-menu
	> li.menu-item-has-children::after,
#masthead.navbar-dark:not(.scrolled) #primary-menu > li.hoverable::after,
#masthead.navbar-dark:not(.scrolled) .socials > li > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Mobile */

#menuOffcanvas #primary-menu {
  gap: 0.5rem;
}

#menuOffcanvas #primary-menu a {
  font-size: clamp(1.65rem, 1.5125rem + 0.0430vw, 2.0625rem) !important;
  line-height: var(--wp--custom--line-height-x-large) !important;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* Sidebars */

.course-sidebar,
.sidebar-progress,
.sidebar-account {
  padding-top: var(--header-height);
}

.sidebar-progress .active, .sidebar-progress li:has(.active), .sidebar-account .active, .sidebar-account li:has(.active) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.sidebar-progress li i, .sidebar-account li i {
  font-size: 1.25rem;
}

.course-sidebar {
  scrollbar-color: #fdfeff #011733;
  scrollbar-width: thin;
}

.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));
}

.course-content.course-sidebar__trigger--toggle_state,
#colophon.course-sidebar__trigger--toggle_state {
  margin-left: auto !important;
  width: 100% !important;
}

.global-sidebar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 16rem;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(1 23 51 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

:where(.global-sidebar,
		.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,
		.bg-primary,.global-sidebar,
		.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));
}

:where(.global-sidebar) a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(149 215 254 / var(--tw-text-opacity));
}

:where(.global-sidebar,
		.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;
}

:where(.global-sidebar,
		.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;
}

#main :where(.bg-cyan-600, .bg-primary, .bg-blue-500,.global-sidebar) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1280px) {
  .global-sidebar {
    position: fixed;
    height: 100vh;
    width: 20vw;
    max-width: 20rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: clamp(8rem, 0.3664rem + 24.4275vw, 16rem);
  }
}

.global-sidebar nav {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  .global-sidebar nav {
    padding-top: 1.5rem;
  }
}

.global-sidebar nav ul {
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: nowrap;
  gap: 0px;
  padding-inline-start: 0px;
}

@media (min-width: 1280px) {
  .global-sidebar nav ul {
    margin-top: clamp(2.5rem, 2.0229rem + 1.5267vw, 3rem);
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 1023px) {
  .global-sidebar nav ul{
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 1279px) {
  .global-sidebar nav ul li {
    flex-shrink: 0;
    padding-right: 1.5rem;
  }
}

.global-sidebar nav ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(164 175 191 / var(--tw-text-opacity)) !important;
}

.global-sidebar nav ul li a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

@media (min-width: 1280px) {
  .global-sidebar nav ul li a {
    gap: 1rem;
    font-size: clamp(1.1875rem, 1.1250rem + 0.0195vw, 1.375rem);
    line-height: var(--wp--custom--line-height-medium);
  }
}

.global-sidebar nav ul li a span {
  display: flex;
  width: 1rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1280px) {
  .global-sidebar nav ul li a span {
    width: 1.5rem;
  }
}

.global-sidebar nav ul li a span i {
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
}

@media (min-width: 1280px) {
  .global-sidebar nav ul li a span i {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/**
 * Inline Tooltip Styles
 * Custom styles for inline tooltips with Preline
 */

.bys-inline-tooltip,
.inline-tooltip {
  display: inline-block;
  cursor: help;
  text-decoration-color: inherit;
  text-underline-offset: 0.25em;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.bys-inline-tooltip-content,
.hs-tooltip-content {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  display: inline-block;
  max-width: 25rem;
  white-space: normal;
  border-radius: 0.5rem;
  background-color: rgb(1 23 51 / 0.9);
  padding: 0.75rem;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hs-tooltip.show .bys-inline-tooltip-content,.hs-tooltip.show 
.hs-tooltip-content {
  visibility: visible;
  opacity: 1;
}

/* === Plugins === */

/* === SearchWP === */

/* Search Form */

.searchwp-live-search-results {
  width: 25rem;
}

.search-form {
  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: 200ms;
}

.search-form:has(input:focus, input:focus-within, input:focus-visible) {
  --tw-border-opacity: 1;
  border-color: rgb(38 103 255 / var(--tw-border-opacity));
}

.search-form input:focus, .search-form input:focus-within, .search-form input:focus-visible {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/* Search result highlighting */

mark.searchwp-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(253 235 196 / var(--tw-bg-opacity));
}

/* Live Ajax Search */

.searchwp-live-search-results {
  margin-top: 1rem;
  max-width: 91vw !important;
  border-radius: 0.5rem;
  --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));
  --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) {
  .searchwp-live-search-results {
    min-width: 25rem !important;
  }
}

.searchwp-live-search-results .searchwp-live-search-results-container {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Search sidebar filters */

.search-filters label {
  margin-bottom: 0.25rem;
  display: inline-block;
}

@media (min-width: 1024px) {
  .search-filters label {
    margin-bottom: 0.5rem;
  }
}

.search-filters form input[name="s"] {
  width: 100%;
}

/* FiltersWP - Filters */

.wpfilters-element .wpfilters-ms-control {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wpfilters-element .wpfilters-ms-control,
	.wpfilters-element .wpfilters-ms-search,
	.wpfilters-element .wpfilters-ms-option {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wpfilters-element .wpfilters-ms-list {
  padding: 0px !important;
}

.wpfilters-element .wpfilters-ms-chip {
  gap: 0.25rem;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(234 247 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
  --tw-text-opacity: 1;
  color: rgb(2 102 160 / var(--tw-text-opacity));
}

.wpfilters-element .wpfilters-ms-chip-x {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.wpfilters-element .wpfilters-ms-chip-x:hover {
  cursor: pointer;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(254 77 67 / var(--tw-text-opacity));
}

.wpfilters-element .wpfilters-ms-dropdown {
  overflow: hidden;
}

/* Search results page */

/* Search results grid last item */

.search-results-grid .search-result-card:last-child a {
  border-bottom-width: 0px;
}

/* Animations */

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
  }

  40% {
    opacity: 1;
  }
}

/* === GamiPress === */

/* Achievement Badges (Toasters) */

.gamipress_notifyjs-corner {
  margin: 0px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.gamipress_notifyjs-container {
  margin-top: 1rem;
  max-width: 28rem;
}

.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-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

.gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge .gamipress-notification-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(2 118 67 / var(--tw-text-opacity));
}

.gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge .gamipress-notification-close {
  font-size: 1.5rem;
  top: 1rem;
  right: 1rem;
}

.gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge .gamipress-notification-extra-description p,
		.gamipress_notifyjs-container > .gamipress-notification-achievement-type-badge .gamipress-notification-achievement-extra-description p {
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
}

/* Leaderboards */

.gamipress-leaderboard-title {
  display: none !important;
}

.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));
}

.gamipress-leaderboard-table colgroup {
  display: none;
}

.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.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));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.gamipress-leaderboard-table thead) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(
		.bg-gradient-blue-cyan,
		.bg-gradient-red-orange,
		.bg-gradient-orange-yellow,
		.bg-gradient-cyan,
		.bg-gradient-green,.gamipress-leaderboard-table thead)
	a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.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));
}

:where(.gamipress-leaderboard-table thead, .bg-blue-500) a.btn:not(.btn-outline, .btn-link):hover {
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(149 215 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

:where(.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));
}

#main :where(.bg-cyan-600,.gamipress-leaderboard-table thead, .bg-blue-500, .bg-dark) ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.gamipress-leaderboard-table thead th {
  border-bottom-width: 0px;
}

.gamipress-leaderboard-table thead th:first-of-type {
  padding-left: 2rem;
}

.gamipress-leaderboard-table thead th:last-of-type {
  padding-right: 2rem;
}

.gamipress-leaderboard-table td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  text-align: left;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
}

.gamipress-leaderboard-table tr:not(.is-current-user, :last-of-type) td {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(244 245 247 / var(--tw-border-opacity));
}

.gamipress-leaderboard-table tr.is-current-user {
  --tw-bg-opacity: 1;
  background-color: rgb(234 247 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 102 160 / var(--tw-text-opacity));
}

.gamipress-leaderboard-table tr.is-current-user td {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
}

.gamipress-leaderboard-table tr td:first-of-type {
  padding-left: 2rem;
  text-align: center;
}

.gamipress-leaderboard-table tr td:last-of-type {
  padding-right: 2rem;
}

.gamipress-leaderboard-table .column-display_name {
  vertical-align: middle;
}

.gamipress-leaderboard-table .column-display_name .avatar {
  margin-right: 1rem;
  border-radius: 9999px !important;
  vertical-align: middle;
}

.gamipress-leaderboard-table .column-trade,
	.gamipress-leaderboard-table .column-region {
  /* @apply whitespace-nowrap; */
  white-space: normal;
  overflow-wrap: break-word;
}

.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 */

.progress-leaderboards .gamipress-leaderboard-table {
  width: 100% !important;
  border-radius: 0;
}

.progress-leaderboards .gamipress-leaderboard-table th.column-trade,
	.progress-leaderboards .gamipress-leaderboard-table td.column-trade,
	.progress-leaderboards .gamipress-leaderboard-table th.column-badge,
	.progress-leaderboards .gamipress-leaderboard-table td.column-badge,
	.progress-leaderboards .gamipress-leaderboard-table th.column-region,
	.progress-leaderboards .gamipress-leaderboard-table td.column-region {
  display: none;
}

.progress-leaderboards
	:is(.position-1, .position-2, .position-3):not(:where(.top-3)) {
  display: none;
}

/* Top 3 */

.progress-leaderboards .top-3 .gamipress-leaderboard-table {
  width: 100% !important;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table thead {
  display: none;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.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;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody td {
  border-width: 0px;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-avatar {
  padding-top: 2rem !important;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .avatar {
  border-radius: 9999px;
  border-width: 3px;
  border-style: solid;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-display_name {
  padding-bottom: 0.25rem !important;
  text-align: center;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-display_name .avatar {
  display: none;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-point {
  margin-bottom: 0px;
  width: 100%;
  padding: 0px !important;
  text-align: center;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-position {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 0px !important;
  font-size: 0;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-position strong {
  display: none;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-trade {
  display: block;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  text-align: center;
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .column-badge {
  display: none;
}

.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-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
}

.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));
}

.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);
}

.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));
}

.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));
}

.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(143 156 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.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);
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 .avatar {
  --tw-border-opacity: 1;
  border-color: rgb(143 156 175 / var(--tw-border-opacity));
}

.progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 .column-point {
  --tw-text-opacity: 1;
  color: rgb(143 156 175 / var(--tw-text-opacity));
}

.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));
}

.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);
}

.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));
}

.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));
}

.my-progress_achievements_list__active .gamipress-achievement:first-of-type, .my-progress_achievements_list__active .gamipress-achievement:nth-of-type(2){
  border-bottom: 1px solid var(--wp--preset--color--gray-100) !important;
}

/* Achievements */

.gamipress-achievement {
  margin-bottom: 0px !important;
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-size: 1rem;
  line-height: var(--wp--custom--line-height-small);
}

.gamipress-achievement:not(:last-of-type) {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(232 235 239 / var(--tw-border-opacity));
}

.gamipress-achievement .gamipress-achievement-title {
  margin-bottom: 0px !important;
  font-size: 1rem;
  line-height: 1.5rem;
}

.gamipress-achievement .gamipress-achievement-points-type-point {
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(105 122 148 / var(--tw-text-opacity)) !important;
}

.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;
}

.gamipress-achievement .gamipress-achievement-image a {
  margin-left: auto !important;
  margin-right: auto !important;
  display: inline-block !important;
}

.gamipress-achievement .gamipress-achievement-image .gamipress-achievement-thumbnail {
  height: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  width: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
}

.gamipress-achievement .gamipress-achievement-description {
  width: auto !important;
  flex-grow: 1 !important;
}

.gamipress-achievement .gamipress-achievement-description .gamipress-achievement-steps-heading {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.gamipress-achievement .gamipress-achievement-description .gamipress-achievement-steps {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 1rem;
}

.gamipress-achievement .gamipress-achievement-description .gamipress-achievement-attached * {
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
}

.gamipress-achievement .gamipress-share-buttons-label,
	.gamipress-achievement .gamipress-share-buttons {
  display: none !important;
}

.gamipress-achievement .gamipress-progress-bar-wrapper {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.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;
}

.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;
}

.gamipress-achievement .gamipress-achievement-excerpt p {
  margin-bottom: 0px !important;
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height-x-small);
}

.gamipress-achievement.user-has-not-earned .gamipress-achievement-image a {
  opacity: 0.5;
}

.my-progress_achievements .completed-achievements .gamipress-achievements-container {
  gap: 0.25rem;
}

.my-progress_achievements .completed-achievements .gamipress-achievement {
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-width: 0px !important;
  padding: 0px !important;
}

.my-progress_achievements .completed-achievements .gamipress-achievement .gamipress-achievement-description {
  display: none !important;
}

.my-progress_achievements .completed-achievements .gamipress-achievement .gamipress-achievement-image,
		.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;
}

.page-id-4548 .gamipress-columns-2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.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 */

.gamipress-user-points {
  margin-bottom: 0px !important;
}

.gamipress-user-points[class*="gamipress-columns"] > .gamipress-points {
  padding: 0px !important;
  font-size: clamp(1.8rem, 1.5250rem + 0.0859vw, 2.625rem);
  line-height: var(--wp--custom--line-height-xx-large);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 61 74 / var(--tw-text-opacity));
}

.gamipress-user-points-label {
  display: none !important;
}

/* Gamipress Blocks */

/* This is a custom class to be added to the core/group block container */

.sticky-achievements {
  position: sticky;
  top: 25%;
}

.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);
}

/* Gamipress in utilities.css (editor context) */

/* 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);
}

/* My Achievements page template */

.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));
  }
}

/* Responsive overrides for leaderboards */

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-1 {
    grid-column-start: auto;
    grid-row-start: auto;
  }

  .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-bottom: 0px;
  }

  .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) {
  .column-display_name {
    justify-content: center;
  }
}

@media screen and (max-width: 760px) {
  .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-1 {
    grid-column-start: auto;
    grid-row-start: auto;
  }

  .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-2 {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-bottom: 0px;
  }

  .progress-leaderboards .top-3 .gamipress-leaderboard-table tbody .position-3 {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-top: 24px;
  }
}

/* === Uncanny Owl === */

/* Tincanny/SCORMs */

.uo-tincanny-content {
  margin-top: 2rem;
}

.uo-tincanny-content .glightbox {
  display: block;
  height: 100%;
  width: 100%;
}

.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(233 240 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(38 103 255 / var(--tw-text-opacity));
}

.uo-tincanny-content .glightbox .uo-tclr-open-content-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(149 215 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(149 215 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 23 51 / var(--tw-text-opacity));
}

.uo-tincanny-content .glightbox .uo-tclr-open-content-button__icon {
  position: relative;
}

.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 7 Pro";
}

.uo-tincanny-content .glightbox .uo-tclr-open-content-button__icon svg {
  display: none;
}

.uo-tincanny-content .glightbox .uo-tclr-open-content-image-with-button,
		.uo-tincanny-content .glightbox .uo-tclr-open-content-image {
  display: block;
}

.uo-tincanny-content .glightbox .uo-tclr-open-content-image-with-button,
		.uo-tincanny-content .glightbox .uo-tclr-open-content-image,
		.uo-tincanny-content .glightbox .uo-tclr-open-content-image > img {
  width: 100%;
  max-width: 100%;
}

.uo-tincanny-content .glightbox .uo-tclr-open-content-image {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 1rem;
}

.glightbox-container .gclose {
  border-width: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.glightbox-container .gclose:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.glightbox-container .gclose svg {
  display: none;
}

.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: clamp(1.4rem, 1.3250rem + 0.0234vw, 1.625rem);
  line-height: var(--wp--custom--line-height-large);
  --tw-content: '\f00d';
  content: var(--tw-content);
  font-family: "Font Awesome 7 Pro";
}

.glightbox-container .goverlay {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.glightbox-container .gslide,
	.glightbox-container .gslide-inner-content,
	.glightbox-container .ginner-container {
  height: 100vh !important;
  width: 100vw !important;
  max-width: none !important;
}

@media (min-width: 1024px) {
  .glightbox-container .gslide,
	.glightbox-container .gslide-inner-content,
	.glightbox-container .ginner-container {
    height: 90vh !important;
    width: 90vw !important;
  }
}

.glightbox-container .gslide-external {
  max-height: none !important;
  background-color: transparent !important;
}

@media (min-width: 1024px) {
  .glightbox-container .gslide-external {
    overflow: hidden;
    border-radius: 1rem;
  }
}

.editor-styles-wrapper :is(.backdrop\:bg-black)::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.editor-styles-wrapper :is(.backdrop\:bg-opacity-50)::backdrop {
  --tw-bg-opacity: 0.5;
}

.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(149 215 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(.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-transparent:hover) {
  background-color: transparent !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-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-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-secondary:hover) {
  --tw-text-opacity: 1 !important;
  color: rgb(147 215 254 / 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-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(149 215 254 / 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-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.editor-styles-wrapper :is(.hover\:\!no-underline:hover) {
  text-decoration-line: none !important;
}

.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-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(.disabled\:pointer-events-none:disabled) {
  pointer-events: none;
}

.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\:\!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\: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\:opacity-100) {
  opacity: 1;
}

.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-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-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-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-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-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\: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-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(143 156 175 / var(--tw-text-opacity));
}

.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\:flex-row) {
    flex-direction: row;
  }

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

@media (min-width: 768px) {
  .editor-styles-wrapper :is(.md\:flex) {
    display: flex;
  }

  .editor-styles-wrapper :is(.md\:h-9) {
    height: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }

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

  .editor-styles-wrapper :is(.md\:w-4\/12) {
    width: 33.333333%;
  }

  .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\:w-9) {
    width: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }

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

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

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

  .editor-styles-wrapper :is(.md\:columns-2) {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

  .editor-styles-wrapper :is(.md\:px-5) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .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-4) {
    padding-right: 1rem;
  }

  .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;
  }
}

@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\:\!mt-6) {
    margin-top: 2rem !important;
  }

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

  .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-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;
  }

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

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

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

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

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

  .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-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-7\/12) {
    width: 58.333333%;
  }

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

  .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-\[3\.25rem\]) {
    width: 3.25rem;
  }

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

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

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

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

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

  .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-col) {
    flex-direction: column;
  }

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

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

  .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-5) {
    gap: 1.5rem;
  }

  .editor-styles-wrapper :is(.lg\:space-y-2 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

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

  .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\:px-8) {
    padding-left: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
    padding-right: clamp(2rem, 0.0916rem + 6.1069vw, 4rem);
  }

  .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-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-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\:pl-5) {
    padding-left: 1.5rem;
  }

  .editor-styles-wrapper :is(.lg\:pl-6) {
    padding-left: 2rem;
  }

  .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-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\:\!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\:ml-1) {
    margin-left: 0.25rem;
  }

  .editor-styles-wrapper :is(.xl\:ml-\[15\.4rem\]) {
    margin-left: 15.4rem;
  }

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

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

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

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

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

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

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

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

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

  .editor-styles-wrapper :is(.xl\:py-5) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .editor-styles-wrapper :is(.xl\:pl-0) {
    padding-left: 0px;
  }

  .editor-styles-wrapper :is(.xl\:pl-6) {
    padding-left: 2rem;
  }

  .editor-styles-wrapper :is(.xl\:pt-9) {
    padding-top: clamp(3rem, 0.1374rem + 9.1603vw, 6rem);
  }
}

.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(.\[\&_label\]\:font-medium label) {
  font-weight: 500;
}

.editor-styles-wrapper :is(.\[\&_svg\]\:h-6 svg) {
  height: 2rem;
}

.editor-styles-wrapper :is(.\[\&_svg\]\:w-auto svg) {
  width: auto;
}