*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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 */
  font-family: Nunito Sans, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -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;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
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;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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,
h1,
h2,
h3,
h4,
h5,
h6,
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: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
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]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 600px) {
  .\!container {
    max-width: 600px !important;
  }

  .container {
    max-width: 600px;
  }
}

@media (min-width: 960px) {
  .\!container {
    max-width: 960px !important;
  }

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .\!container {
    max-width: 1920px !important;
  }

  .container {
    max-width: 1920px;
  }
}

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

.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.collapse {
  visibility: collapse !important;
}

.static {
  position: static !important;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.-inset-1 {
  inset: -0.25rem !important;
}

.inset-0 {
  inset: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-1 {
  bottom: 0.25rem !important;
}

.bottom-\[60px\] {
  bottom: 60px !important;
}

.end-1 {
  inset-inline-end: 0.25rem !important;
}

.end-2 {
  inset-inline-end: 0.5rem !important;
}

.left-0 {
  left: 0px !important;
}

.left-1 {
  left: 0.25rem !important;
}

.left-1\/2 {
  left: 50% !important;
}

.left-5 {
  left: 1.25rem !important;
}

.right-0 {
  right: 0px !important;
}

.right-2 {
  right: 0.5rem !important;
}

.right-20 {
  right: 5rem !important;
}

.start-1 {
  inset-inline-start: 0.25rem !important;
}

.top-0 {
  top: 0px !important;
}

.top-10 {
  top: 2.5rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.top-3 {
  top: 0.75rem !important;
}

.top-5 {
  top: 1.25rem !important;
}

.isolate {
  isolation: isolate !important;
}

.isolation-auto {
  isolation: auto !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-first {
  order: -9999 !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.float-start {
  float: inline-start !important;
}

.float-end {
  float: inline-end !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clear-start {
  clear: inline-start !important;
}

.clear-end {
  clear: inline-end !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-60 {
  margin-bottom: 15rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.ml-\[-20px\] {
  margin-left: -20px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-\[-70px\] {
  margin-top: -70px !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

.line-clamp-none {
  overflow: visible !important;
  display: block !important;
  -webkit-box-orient: horizontal !important;
  -webkit-line-clamp: none !important;
}

.\!block {
  display: block !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.\!table {
  display: table !important;
}

.table {
  display: table !important;
}

.inline-table {
  display: inline-table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table-row {
  display: table-row !important;
}

.flow-root {
  display: flow-root !important;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.\!contents {
  display: contents !important;
}

.contents {
  display: contents !important;
}

.list-item {
  display: list-item !important;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none !important;
}

.size-1 {
  width: 0.25rem !important;
  height: 0.25rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-\[180px\] {
  height: 180px !important;
}

.h-full {
  height: 100% !important;
}

.min-h-\[123px\] {
  min-height: 123px !important;
}

.min-h-\[150px\] {
  min-height: 150px !important;
}

.min-h-\[200px\] {
  min-height: 200px !important;
}

.min-h-\[220px\] {
  min-height: 220px !important;
}

.min-h-\[72px\] {
  min-height: 72px !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-\[this-is\\\\\] {
  width: this-is\\ !important;
}

.w-\[this-is\] {
  width: this-is !important;
}

.w-\[weird-and-invalid\] {
  width: weird-and-invalid !important;
}

.w-full {
  width: 100% !important;
}

.min-w-\[25px\] {
  min-width: 25px !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-\[400px\] {
  max-width: 400px !important;
}

.max-w-\[405px\] {
  max-width: 405px !important;
}

.max-w-\[760px\] {
  max-width: 760px !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.shrink {
  flex-shrink: 1 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.grow {
  flex-grow: 1 !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.caption-top {
  caption-side: top !important;
}

.caption-bottom {
  caption-side: bottom !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  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)) !important;
}

.-translate-x-full {
  --tw-translate-x: -100% !important;
  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)) !important;
}

.-translate-y-full {
  --tw-translate-y: -100% !important;
  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)) !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}

.translate-x-full {
  --tw-translate-x: 100% !important;
  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)) !important;
}

.translate-y-full {
  --tw-translate-y: 100% !important;
  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)) !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.\!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)) !important;
}

.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)) !important;
}

.transform-cpu {
  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)) !important;
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none {
  transform: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.touch-auto {
  touch-action: auto !important;
}

.touch-none {
  touch-action: none !important;
}

.touch-pan-x {
  --tw-pan-x: pan-x !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-left {
  --tw-pan-x: pan-left !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-right {
  --tw-pan-x: pan-right !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-y {
  --tw-pan-y: pan-y !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-up {
  --tw-pan-y: pan-up !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-down {
  --tw-pan-y: pan-down !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-manipulation {
  touch-action: manipulation !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.snap-none {
  scroll-snap-type: none !important;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness) !important;
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness) !important;
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory !important;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity !important;
}

.snap-start {
  scroll-snap-align: start !important;
}

.snap-end {
  scroll-snap-align: end !important;
}

.snap-center {
  scroll-snap-align: center !important;
}

.snap-align-none {
  scroll-snap-align: none !important;
}

.snap-normal {
  scroll-snap-stop: normal !important;
}

.snap-always {
  scroll-snap-stop: always !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none !important;
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.appearance-auto {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

.break-before-auto {
  -moz-column-break-before: auto !important;
       break-before: auto !important;
}

.break-before-avoid {
  -moz-column-break-before: avoid !important;
       break-before: avoid !important;
}

.break-before-all {
  -moz-column-break-before: all !important;
       break-before: all !important;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid !important;
       break-before: avoid-page !important;
}

.break-before-page {
  -moz-column-break-before: page !important;
       break-before: page !important;
}

.break-before-left {
  -moz-column-break-before: left !important;
       break-before: left !important;
}

.break-before-right {
  -moz-column-break-before: right !important;
       break-before: right !important;
}

.break-before-column {
  -moz-column-break-before: column !important;
       break-before: column !important;
}

.break-inside-auto {
  -moz-column-break-inside: auto !important;
       break-inside: auto !important;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid !important;
       break-inside: avoid !important;
}

.break-inside-avoid-page {
  break-inside: avoid-page !important;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid !important;
       break-inside: avoid-column !important;
}

.break-after-auto {
  -moz-column-break-after: auto !important;
       break-after: auto !important;
}

.break-after-avoid {
  -moz-column-break-after: avoid !important;
       break-after: avoid !important;
}

.break-after-all {
  -moz-column-break-after: all !important;
       break-after: all !important;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid !important;
       break-after: avoid-page !important;
}

.break-after-page {
  -moz-column-break-after: page !important;
       break-after: page !important;
}

.break-after-left {
  -moz-column-break-after: left !important;
       break-after: left !important;
}

.break-after-right {
  -moz-column-break-after: right !important;
       break-after: right !important;
}

.break-after-column {
  -moz-column-break-after: column !important;
       break-after: column !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-dense {
  grid-auto-flow: dense !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

.place-content-between {
  place-content: space-between !important;
}

.place-content-around {
  place-content: space-around !important;
}

.place-content-evenly {
  place-content: space-evenly !important;
}

.place-content-baseline {
  place-content: baseline !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

.place-items-center {
  place-items: center !important;
}

.place-items-baseline {
  place-items: baseline !important;
}

.place-items-stretch {
  place-items: stretch !important;
}

.content-normal {
  align-content: normal !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

.content-baseline {
  align-content: baseline !important;
}

.content-stretch {
  align-content: stretch !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.justify-normal {
  justify-content: normal !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-stretch {
  justify-content: stretch !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.self-baseline {
  align-self: baseline !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-clip {
  overflow: clip !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-clip {
  overflow-x: clip !important;
}

.overflow-y-clip {
  overflow-y: clip !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.scroll-auto {
  scroll-behavior: auto !important;
}

.scroll-smooth {
  scroll-behavior: smooth !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.text-ellipsis {
  text-overflow: ellipsis !important;
}

.text-clip {
  text-overflow: clip !important;
}

.hyphens-none {
  hyphens: none !important;
}

.hyphens-manual {
  hyphens: manual !important;
}

.hyphens-auto {
  hyphens: auto !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.whitespace-break-spaces {
  white-space: break-spaces !important;
}

.text-wrap {
  text-wrap: wrap !important;
}

.text-nowrap {
  text-wrap: nowrap !important;
}

.text-balance {
  text-wrap: balance !important;
}

.text-pretty {
  text-wrap: pretty !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.break-keep {
  word-break: keep-all !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-e {
  border-start-end-radius: 0.25rem !important;
  border-end-end-radius: 0.25rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-s {
  border-start-start-radius: 0.25rem !important;
  border-end-start-radius: 0.25rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-ee {
  border-end-end-radius: 0.25rem !important;
}

.rounded-es {
  border-end-start-radius: 0.25rem !important;
}

.rounded-se {
  border-start-end-radius: 0.25rem !important;
}

.rounded-ss {
  border-start-start-radius: 0.25rem !important;
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.\!border {
  border-width: 1px !important;
}

.border {
  border-width: 1px !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-\[1px\] {
  border-width: 1px !important;
}

.border-x {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-e {
  border-inline-end-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-s {
  border-inline-start-width: 1px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-hidden {
  border-style: hidden !important;
}

.border-none {
  border-style: none !important;
}

.border-bgblue0 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 252 255 / var(--tw-border-opacity, 1)) !important;
}

.border-bgblue0\/0 {
  border-color: rgb(249 252 255 / 0) !important;
}

.border-bgblue0\/10 {
  border-color: rgb(249 252 255 / 0.1) !important;
}

.border-bgblue0\/100 {
  border-color: rgb(249 252 255 / 1) !important;
}

.border-bgblue0\/15 {
  border-color: rgb(249 252 255 / 0.15) !important;
}

.border-bgblue0\/20 {
  border-color: rgb(249 252 255 / 0.2) !important;
}

.border-bgblue0\/25 {
  border-color: rgb(249 252 255 / 0.25) !important;
}

.border-bgblue0\/30 {
  border-color: rgb(249 252 255 / 0.3) !important;
}

.border-bgblue0\/35 {
  border-color: rgb(249 252 255 / 0.35) !important;
}

.border-bgblue0\/40 {
  border-color: rgb(249 252 255 / 0.4) !important;
}

.border-bgblue0\/45 {
  border-color: rgb(249 252 255 / 0.45) !important;
}

.border-bgblue0\/5 {
  border-color: rgb(249 252 255 / 0.05) !important;
}

.border-bgblue0\/50 {
  border-color: rgb(249 252 255 / 0.5) !important;
}

.border-bgblue0\/55 {
  border-color: rgb(249 252 255 / 0.55) !important;
}

.border-bgblue0\/60 {
  border-color: rgb(249 252 255 / 0.6) !important;
}

.border-bgblue0\/65 {
  border-color: rgb(249 252 255 / 0.65) !important;
}

.border-bgblue0\/70 {
  border-color: rgb(249 252 255 / 0.7) !important;
}

.border-bgblue0\/75 {
  border-color: rgb(249 252 255 / 0.75) !important;
}

.border-bgblue0\/80 {
  border-color: rgb(249 252 255 / 0.8) !important;
}

.border-bgblue0\/85 {
  border-color: rgb(249 252 255 / 0.85) !important;
}

.border-bgblue0\/90 {
  border-color: rgb(249 252 255 / 0.9) !important;
}

.border-bgblue0\/95 {
  border-color: rgb(249 252 255 / 0.95) !important;
}

.border-bgblue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 242 255 / var(--tw-border-opacity, 1)) !important;
}

.border-bgblue1\/0 {
  border-color: rgb(228 242 255 / 0) !important;
}

.border-bgblue1\/10 {
  border-color: rgb(228 242 255 / 0.1) !important;
}

.border-bgblue1\/100 {
  border-color: rgb(228 242 255 / 1) !important;
}

.border-bgblue1\/15 {
  border-color: rgb(228 242 255 / 0.15) !important;
}

.border-bgblue1\/20 {
  border-color: rgb(228 242 255 / 0.2) !important;
}

.border-bgblue1\/25 {
  border-color: rgb(228 242 255 / 0.25) !important;
}

.border-bgblue1\/30 {
  border-color: rgb(228 242 255 / 0.3) !important;
}

.border-bgblue1\/35 {
  border-color: rgb(228 242 255 / 0.35) !important;
}

.border-bgblue1\/40 {
  border-color: rgb(228 242 255 / 0.4) !important;
}

.border-bgblue1\/45 {
  border-color: rgb(228 242 255 / 0.45) !important;
}

.border-bgblue1\/5 {
  border-color: rgb(228 242 255 / 0.05) !important;
}

.border-bgblue1\/50 {
  border-color: rgb(228 242 255 / 0.5) !important;
}

.border-bgblue1\/55 {
  border-color: rgb(228 242 255 / 0.55) !important;
}

.border-bgblue1\/60 {
  border-color: rgb(228 242 255 / 0.6) !important;
}

.border-bgblue1\/65 {
  border-color: rgb(228 242 255 / 0.65) !important;
}

.border-bgblue1\/70 {
  border-color: rgb(228 242 255 / 0.7) !important;
}

.border-bgblue1\/75 {
  border-color: rgb(228 242 255 / 0.75) !important;
}

.border-bgblue1\/80 {
  border-color: rgb(228 242 255 / 0.8) !important;
}

.border-bgblue1\/85 {
  border-color: rgb(228 242 255 / 0.85) !important;
}

.border-bgblue1\/90 {
  border-color: rgb(228 242 255 / 0.9) !important;
}

.border-bgblue1\/95 {
  border-color: rgb(228 242 255 / 0.95) !important;
}

.border-bgblue2 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 241 246 / var(--tw-border-opacity, 1)) !important;
}

.border-bgblue2\/0 {
  border-color: rgb(208 241 246 / 0) !important;
}

.border-bgblue2\/10 {
  border-color: rgb(208 241 246 / 0.1) !important;
}

.border-bgblue2\/100 {
  border-color: rgb(208 241 246 / 1) !important;
}

.border-bgblue2\/15 {
  border-color: rgb(208 241 246 / 0.15) !important;
}

.border-bgblue2\/20 {
  border-color: rgb(208 241 246 / 0.2) !important;
}

.border-bgblue2\/25 {
  border-color: rgb(208 241 246 / 0.25) !important;
}

.border-bgblue2\/30 {
  border-color: rgb(208 241 246 / 0.3) !important;
}

.border-bgblue2\/35 {
  border-color: rgb(208 241 246 / 0.35) !important;
}

.border-bgblue2\/40 {
  border-color: rgb(208 241 246 / 0.4) !important;
}

.border-bgblue2\/45 {
  border-color: rgb(208 241 246 / 0.45) !important;
}

.border-bgblue2\/5 {
  border-color: rgb(208 241 246 / 0.05) !important;
}

.border-bgblue2\/50 {
  border-color: rgb(208 241 246 / 0.5) !important;
}

.border-bgblue2\/55 {
  border-color: rgb(208 241 246 / 0.55) !important;
}

.border-bgblue2\/60 {
  border-color: rgb(208 241 246 / 0.6) !important;
}

.border-bgblue2\/65 {
  border-color: rgb(208 241 246 / 0.65) !important;
}

.border-bgblue2\/70 {
  border-color: rgb(208 241 246 / 0.7) !important;
}

.border-bgblue2\/75 {
  border-color: rgb(208 241 246 / 0.75) !important;
}

.border-bgblue2\/80 {
  border-color: rgb(208 241 246 / 0.8) !important;
}

.border-bgblue2\/85 {
  border-color: rgb(208 241 246 / 0.85) !important;
}

.border-bgblue2\/90 {
  border-color: rgb(208 241 246 / 0.9) !important;
}

.border-bgblue2\/95 {
  border-color: rgb(208 241 246 / 0.95) !important;
}

.border-bggray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1)) !important;
}

.border-bggray\/0 {
  border-color: rgb(238 238 238 / 0) !important;
}

.border-bggray\/10 {
  border-color: rgb(238 238 238 / 0.1) !important;
}

.border-bggray\/100 {
  border-color: rgb(238 238 238 / 1) !important;
}

.border-bggray\/15 {
  border-color: rgb(238 238 238 / 0.15) !important;
}

.border-bggray\/20 {
  border-color: rgb(238 238 238 / 0.2) !important;
}

.border-bggray\/25 {
  border-color: rgb(238 238 238 / 0.25) !important;
}

.border-bggray\/30 {
  border-color: rgb(238 238 238 / 0.3) !important;
}

.border-bggray\/35 {
  border-color: rgb(238 238 238 / 0.35) !important;
}

.border-bggray\/40 {
  border-color: rgb(238 238 238 / 0.4) !important;
}

.border-bggray\/45 {
  border-color: rgb(238 238 238 / 0.45) !important;
}

.border-bggray\/5 {
  border-color: rgb(238 238 238 / 0.05) !important;
}

.border-bggray\/50 {
  border-color: rgb(238 238 238 / 0.5) !important;
}

.border-bggray\/55 {
  border-color: rgb(238 238 238 / 0.55) !important;
}

.border-bggray\/60 {
  border-color: rgb(238 238 238 / 0.6) !important;
}

.border-bggray\/65 {
  border-color: rgb(238 238 238 / 0.65) !important;
}

.border-bggray\/70 {
  border-color: rgb(238 238 238 / 0.7) !important;
}

.border-bggray\/75 {
  border-color: rgb(238 238 238 / 0.75) !important;
}

.border-bggray\/80 {
  border-color: rgb(238 238 238 / 0.8) !important;
}

.border-bggray\/85 {
  border-color: rgb(238 238 238 / 0.85) !important;
}

.border-bggray\/90 {
  border-color: rgb(238 238 238 / 0.9) !important;
}

.border-bggray\/95 {
  border-color: rgb(238 238 238 / 0.95) !important;
}

.border-bggray1 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 248 248 / var(--tw-border-opacity, 1)) !important;
}

.border-bggray1\/0 {
  border-color: rgb(249 248 248 / 0) !important;
}

.border-bggray1\/10 {
  border-color: rgb(249 248 248 / 0.1) !important;
}

.border-bggray1\/100 {
  border-color: rgb(249 248 248 / 1) !important;
}

.border-bggray1\/15 {
  border-color: rgb(249 248 248 / 0.15) !important;
}

.border-bggray1\/20 {
  border-color: rgb(249 248 248 / 0.2) !important;
}

.border-bggray1\/25 {
  border-color: rgb(249 248 248 / 0.25) !important;
}

.border-bggray1\/30 {
  border-color: rgb(249 248 248 / 0.3) !important;
}

.border-bggray1\/35 {
  border-color: rgb(249 248 248 / 0.35) !important;
}

.border-bggray1\/40 {
  border-color: rgb(249 248 248 / 0.4) !important;
}

.border-bggray1\/45 {
  border-color: rgb(249 248 248 / 0.45) !important;
}

.border-bggray1\/5 {
  border-color: rgb(249 248 248 / 0.05) !important;
}

.border-bggray1\/50 {
  border-color: rgb(249 248 248 / 0.5) !important;
}

.border-bggray1\/55 {
  border-color: rgb(249 248 248 / 0.55) !important;
}

.border-bggray1\/60 {
  border-color: rgb(249 248 248 / 0.6) !important;
}

.border-bggray1\/65 {
  border-color: rgb(249 248 248 / 0.65) !important;
}

.border-bggray1\/70 {
  border-color: rgb(249 248 248 / 0.7) !important;
}

.border-bggray1\/75 {
  border-color: rgb(249 248 248 / 0.75) !important;
}

.border-bggray1\/80 {
  border-color: rgb(249 248 248 / 0.8) !important;
}

.border-bggray1\/85 {
  border-color: rgb(249 248 248 / 0.85) !important;
}

.border-bggray1\/90 {
  border-color: rgb(249 248 248 / 0.9) !important;
}

.border-bggray1\/95 {
  border-color: rgb(249 248 248 / 0.95) !important;
}

.border-bggreen {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 255 249 / var(--tw-border-opacity, 1)) !important;
}

.border-bggreen\/0 {
  border-color: rgb(234 255 249 / 0) !important;
}

.border-bggreen\/10 {
  border-color: rgb(234 255 249 / 0.1) !important;
}

.border-bggreen\/100 {
  border-color: rgb(234 255 249 / 1) !important;
}

.border-bggreen\/15 {
  border-color: rgb(234 255 249 / 0.15) !important;
}

.border-bggreen\/20 {
  border-color: rgb(234 255 249 / 0.2) !important;
}

.border-bggreen\/25 {
  border-color: rgb(234 255 249 / 0.25) !important;
}

.border-bggreen\/30 {
  border-color: rgb(234 255 249 / 0.3) !important;
}

.border-bggreen\/35 {
  border-color: rgb(234 255 249 / 0.35) !important;
}

.border-bggreen\/40 {
  border-color: rgb(234 255 249 / 0.4) !important;
}

.border-bggreen\/45 {
  border-color: rgb(234 255 249 / 0.45) !important;
}

.border-bggreen\/5 {
  border-color: rgb(234 255 249 / 0.05) !important;
}

.border-bggreen\/50 {
  border-color: rgb(234 255 249 / 0.5) !important;
}

.border-bggreen\/55 {
  border-color: rgb(234 255 249 / 0.55) !important;
}

.border-bggreen\/60 {
  border-color: rgb(234 255 249 / 0.6) !important;
}

.border-bggreen\/65 {
  border-color: rgb(234 255 249 / 0.65) !important;
}

.border-bggreen\/70 {
  border-color: rgb(234 255 249 / 0.7) !important;
}

.border-bggreen\/75 {
  border-color: rgb(234 255 249 / 0.75) !important;
}

.border-bggreen\/80 {
  border-color: rgb(234 255 249 / 0.8) !important;
}

.border-bggreen\/85 {
  border-color: rgb(234 255 249 / 0.85) !important;
}

.border-bggreen\/90 {
  border-color: rgb(234 255 249 / 0.9) !important;
}

.border-bggreen\/95 {
  border-color: rgb(234 255 249 / 0.95) !important;
}

.border-bgyellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 249 217 / var(--tw-border-opacity, 1)) !important;
}

.border-bgyellow\/0 {
  border-color: rgb(255 249 217 / 0) !important;
}

.border-bgyellow\/10 {
  border-color: rgb(255 249 217 / 0.1) !important;
}

.border-bgyellow\/100 {
  border-color: rgb(255 249 217 / 1) !important;
}

.border-bgyellow\/15 {
  border-color: rgb(255 249 217 / 0.15) !important;
}

.border-bgyellow\/20 {
  border-color: rgb(255 249 217 / 0.2) !important;
}

.border-bgyellow\/25 {
  border-color: rgb(255 249 217 / 0.25) !important;
}

.border-bgyellow\/30 {
  border-color: rgb(255 249 217 / 0.3) !important;
}

.border-bgyellow\/35 {
  border-color: rgb(255 249 217 / 0.35) !important;
}

.border-bgyellow\/40 {
  border-color: rgb(255 249 217 / 0.4) !important;
}

.border-bgyellow\/45 {
  border-color: rgb(255 249 217 / 0.45) !important;
}

.border-bgyellow\/5 {
  border-color: rgb(255 249 217 / 0.05) !important;
}

.border-bgyellow\/50 {
  border-color: rgb(255 249 217 / 0.5) !important;
}

.border-bgyellow\/55 {
  border-color: rgb(255 249 217 / 0.55) !important;
}

.border-bgyellow\/60 {
  border-color: rgb(255 249 217 / 0.6) !important;
}

.border-bgyellow\/65 {
  border-color: rgb(255 249 217 / 0.65) !important;
}

.border-bgyellow\/70 {
  border-color: rgb(255 249 217 / 0.7) !important;
}

.border-bgyellow\/75 {
  border-color: rgb(255 249 217 / 0.75) !important;
}

.border-bgyellow\/80 {
  border-color: rgb(255 249 217 / 0.8) !important;
}

.border-bgyellow\/85 {
  border-color: rgb(255 249 217 / 0.85) !important;
}

.border-bgyellow\/90 {
  border-color: rgb(255 249 217 / 0.9) !important;
}

.border-bgyellow\/95 {
  border-color: rgb(255 249 217 / 0.95) !important;
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 27 31 / var(--tw-border-opacity, 1)) !important;
}

.border-black\/0 {
  border-color: rgb(27 27 31 / 0) !important;
}

.border-black\/10 {
  border-color: rgb(27 27 31 / 0.1) !important;
}

.border-black\/100 {
  border-color: rgb(27 27 31 / 1) !important;
}

.border-black\/15 {
  border-color: rgb(27 27 31 / 0.15) !important;
}

.border-black\/20 {
  border-color: rgb(27 27 31 / 0.2) !important;
}

.border-black\/25 {
  border-color: rgb(27 27 31 / 0.25) !important;
}

.border-black\/30 {
  border-color: rgb(27 27 31 / 0.3) !important;
}

.border-black\/35 {
  border-color: rgb(27 27 31 / 0.35) !important;
}

.border-black\/40 {
  border-color: rgb(27 27 31 / 0.4) !important;
}

.border-black\/45 {
  border-color: rgb(27 27 31 / 0.45) !important;
}

.border-black\/5 {
  border-color: rgb(27 27 31 / 0.05) !important;
}

.border-black\/50 {
  border-color: rgb(27 27 31 / 0.5) !important;
}

.border-black\/55 {
  border-color: rgb(27 27 31 / 0.55) !important;
}

.border-black\/60 {
  border-color: rgb(27 27 31 / 0.6) !important;
}

.border-black\/65 {
  border-color: rgb(27 27 31 / 0.65) !important;
}

.border-black\/70 {
  border-color: rgb(27 27 31 / 0.7) !important;
}

.border-black\/75 {
  border-color: rgb(27 27 31 / 0.75) !important;
}

.border-black\/80 {
  border-color: rgb(27 27 31 / 0.8) !important;
}

.border-black\/85 {
  border-color: rgb(27 27 31 / 0.85) !important;
}

.border-black\/90 {
  border-color: rgb(27 27 31 / 0.9) !important;
}

.border-black\/95 {
  border-color: rgb(27 27 31 / 0.95) !important;
}

.border-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 112 244 / var(--tw-border-opacity, 1)) !important;
}

.border-blue\/0 {
  border-color: rgb(25 112 244 / 0) !important;
}

.border-blue\/10 {
  border-color: rgb(25 112 244 / 0.1) !important;
}

.border-blue\/100 {
  border-color: rgb(25 112 244 / 1) !important;
}

.border-blue\/15 {
  border-color: rgb(25 112 244 / 0.15) !important;
}

.border-blue\/20 {
  border-color: rgb(25 112 244 / 0.2) !important;
}

.border-blue\/25 {
  border-color: rgb(25 112 244 / 0.25) !important;
}

.border-blue\/30 {
  border-color: rgb(25 112 244 / 0.3) !important;
}

.border-blue\/35 {
  border-color: rgb(25 112 244 / 0.35) !important;
}

.border-blue\/40 {
  border-color: rgb(25 112 244 / 0.4) !important;
}

.border-blue\/45 {
  border-color: rgb(25 112 244 / 0.45) !important;
}

.border-blue\/5 {
  border-color: rgb(25 112 244 / 0.05) !important;
}

.border-blue\/50 {
  border-color: rgb(25 112 244 / 0.5) !important;
}

.border-blue\/55 {
  border-color: rgb(25 112 244 / 0.55) !important;
}

.border-blue\/60 {
  border-color: rgb(25 112 244 / 0.6) !important;
}

.border-blue\/65 {
  border-color: rgb(25 112 244 / 0.65) !important;
}

.border-blue\/70 {
  border-color: rgb(25 112 244 / 0.7) !important;
}

.border-blue\/75 {
  border-color: rgb(25 112 244 / 0.75) !important;
}

.border-blue\/80 {
  border-color: rgb(25 112 244 / 0.8) !important;
}

.border-blue\/85 {
  border-color: rgb(25 112 244 / 0.85) !important;
}

.border-blue\/90 {
  border-color: rgb(25 112 244 / 0.9) !important;
}

.border-blue\/95 {
  border-color: rgb(25 112 244 / 0.95) !important;
}

.border-blue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 160 252 / var(--tw-border-opacity, 1)) !important;
}

.border-blue1\/0 {
  border-color: rgb(100 160 252 / 0) !important;
}

.border-blue1\/10 {
  border-color: rgb(100 160 252 / 0.1) !important;
}

.border-blue1\/100 {
  border-color: rgb(100 160 252 / 1) !important;
}

.border-blue1\/15 {
  border-color: rgb(100 160 252 / 0.15) !important;
}

.border-blue1\/20 {
  border-color: rgb(100 160 252 / 0.2) !important;
}

.border-blue1\/25 {
  border-color: rgb(100 160 252 / 0.25) !important;
}

.border-blue1\/30 {
  border-color: rgb(100 160 252 / 0.3) !important;
}

.border-blue1\/35 {
  border-color: rgb(100 160 252 / 0.35) !important;
}

.border-blue1\/40 {
  border-color: rgb(100 160 252 / 0.4) !important;
}

.border-blue1\/45 {
  border-color: rgb(100 160 252 / 0.45) !important;
}

.border-blue1\/5 {
  border-color: rgb(100 160 252 / 0.05) !important;
}

.border-blue1\/50 {
  border-color: rgb(100 160 252 / 0.5) !important;
}

.border-blue1\/55 {
  border-color: rgb(100 160 252 / 0.55) !important;
}

.border-blue1\/60 {
  border-color: rgb(100 160 252 / 0.6) !important;
}

.border-blue1\/65 {
  border-color: rgb(100 160 252 / 0.65) !important;
}

.border-blue1\/70 {
  border-color: rgb(100 160 252 / 0.7) !important;
}

.border-blue1\/75 {
  border-color: rgb(100 160 252 / 0.75) !important;
}

.border-blue1\/80 {
  border-color: rgb(100 160 252 / 0.8) !important;
}

.border-blue1\/85 {
  border-color: rgb(100 160 252 / 0.85) !important;
}

.border-blue1\/90 {
  border-color: rgb(100 160 252 / 0.9) !important;
}

.border-blue1\/95 {
  border-color: rgb(100 160 252 / 0.95) !important;
}

.border-blue2 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 242 255 / var(--tw-border-opacity, 1)) !important;
}

.border-blue2\/0 {
  border-color: rgb(228 242 255 / 0) !important;
}

.border-blue2\/10 {
  border-color: rgb(228 242 255 / 0.1) !important;
}

.border-blue2\/100 {
  border-color: rgb(228 242 255 / 1) !important;
}

.border-blue2\/15 {
  border-color: rgb(228 242 255 / 0.15) !important;
}

.border-blue2\/20 {
  border-color: rgb(228 242 255 / 0.2) !important;
}

.border-blue2\/25 {
  border-color: rgb(228 242 255 / 0.25) !important;
}

.border-blue2\/30 {
  border-color: rgb(228 242 255 / 0.3) !important;
}

.border-blue2\/35 {
  border-color: rgb(228 242 255 / 0.35) !important;
}

.border-blue2\/40 {
  border-color: rgb(228 242 255 / 0.4) !important;
}

.border-blue2\/45 {
  border-color: rgb(228 242 255 / 0.45) !important;
}

.border-blue2\/5 {
  border-color: rgb(228 242 255 / 0.05) !important;
}

.border-blue2\/50 {
  border-color: rgb(228 242 255 / 0.5) !important;
}

.border-blue2\/55 {
  border-color: rgb(228 242 255 / 0.55) !important;
}

.border-blue2\/60 {
  border-color: rgb(228 242 255 / 0.6) !important;
}

.border-blue2\/65 {
  border-color: rgb(228 242 255 / 0.65) !important;
}

.border-blue2\/70 {
  border-color: rgb(228 242 255 / 0.7) !important;
}

.border-blue2\/75 {
  border-color: rgb(228 242 255 / 0.75) !important;
}

.border-blue2\/80 {
  border-color: rgb(228 242 255 / 0.8) !important;
}

.border-blue2\/85 {
  border-color: rgb(228 242 255 / 0.85) !important;
}

.border-blue2\/90 {
  border-color: rgb(228 242 255 / 0.9) !important;
}

.border-blue2\/95 {
  border-color: rgb(228 242 255 / 0.95) !important;
}

.border-blue3 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 45 110 / var(--tw-border-opacity, 1)) !important;
}

.border-blue3\/0 {
  border-color: rgb(0 45 110 / 0) !important;
}

.border-blue3\/10 {
  border-color: rgb(0 45 110 / 0.1) !important;
}

.border-blue3\/100 {
  border-color: rgb(0 45 110 / 1) !important;
}

.border-blue3\/15 {
  border-color: rgb(0 45 110 / 0.15) !important;
}

.border-blue3\/20 {
  border-color: rgb(0 45 110 / 0.2) !important;
}

.border-blue3\/25 {
  border-color: rgb(0 45 110 / 0.25) !important;
}

.border-blue3\/30 {
  border-color: rgb(0 45 110 / 0.3) !important;
}

.border-blue3\/35 {
  border-color: rgb(0 45 110 / 0.35) !important;
}

.border-blue3\/40 {
  border-color: rgb(0 45 110 / 0.4) !important;
}

.border-blue3\/45 {
  border-color: rgb(0 45 110 / 0.45) !important;
}

.border-blue3\/5 {
  border-color: rgb(0 45 110 / 0.05) !important;
}

.border-blue3\/50 {
  border-color: rgb(0 45 110 / 0.5) !important;
}

.border-blue3\/55 {
  border-color: rgb(0 45 110 / 0.55) !important;
}

.border-blue3\/60 {
  border-color: rgb(0 45 110 / 0.6) !important;
}

.border-blue3\/65 {
  border-color: rgb(0 45 110 / 0.65) !important;
}

.border-blue3\/70 {
  border-color: rgb(0 45 110 / 0.7) !important;
}

.border-blue3\/75 {
  border-color: rgb(0 45 110 / 0.75) !important;
}

.border-blue3\/80 {
  border-color: rgb(0 45 110 / 0.8) !important;
}

.border-blue3\/85 {
  border-color: rgb(0 45 110 / 0.85) !important;
}

.border-blue3\/90 {
  border-color: rgb(0 45 110 / 0.9) !important;
}

.border-blue3\/95 {
  border-color: rgb(0 45 110 / 0.95) !important;
}

.border-dblue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(9 33 123 / var(--tw-border-opacity, 1)) !important;
}

.border-dblue\/0 {
  border-color: rgb(9 33 123 / 0) !important;
}

.border-dblue\/10 {
  border-color: rgb(9 33 123 / 0.1) !important;
}

.border-dblue\/100 {
  border-color: rgb(9 33 123 / 1) !important;
}

.border-dblue\/15 {
  border-color: rgb(9 33 123 / 0.15) !important;
}

.border-dblue\/20 {
  border-color: rgb(9 33 123 / 0.2) !important;
}

.border-dblue\/25 {
  border-color: rgb(9 33 123 / 0.25) !important;
}

.border-dblue\/30 {
  border-color: rgb(9 33 123 / 0.3) !important;
}

.border-dblue\/35 {
  border-color: rgb(9 33 123 / 0.35) !important;
}

.border-dblue\/40 {
  border-color: rgb(9 33 123 / 0.4) !important;
}

.border-dblue\/45 {
  border-color: rgb(9 33 123 / 0.45) !important;
}

.border-dblue\/5 {
  border-color: rgb(9 33 123 / 0.05) !important;
}

.border-dblue\/50 {
  border-color: rgb(9 33 123 / 0.5) !important;
}

.border-dblue\/55 {
  border-color: rgb(9 33 123 / 0.55) !important;
}

.border-dblue\/60 {
  border-color: rgb(9 33 123 / 0.6) !important;
}

.border-dblue\/65 {
  border-color: rgb(9 33 123 / 0.65) !important;
}

.border-dblue\/70 {
  border-color: rgb(9 33 123 / 0.7) !important;
}

.border-dblue\/75 {
  border-color: rgb(9 33 123 / 0.75) !important;
}

.border-dblue\/80 {
  border-color: rgb(9 33 123 / 0.8) !important;
}

.border-dblue\/85 {
  border-color: rgb(9 33 123 / 0.85) !important;
}

.border-dblue\/90 {
  border-color: rgb(9 33 123 / 0.9) !important;
}

.border-dblue\/95 {
  border-color: rgb(9 33 123 / 0.95) !important;
}

.border-dblue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 40 187 / var(--tw-border-opacity, 1)) !important;
}

.border-dblue1\/0 {
  border-color: rgb(0 40 187 / 0) !important;
}

.border-dblue1\/10 {
  border-color: rgb(0 40 187 / 0.1) !important;
}

.border-dblue1\/100 {
  border-color: rgb(0 40 187 / 1) !important;
}

.border-dblue1\/15 {
  border-color: rgb(0 40 187 / 0.15) !important;
}

.border-dblue1\/20 {
  border-color: rgb(0 40 187 / 0.2) !important;
}

.border-dblue1\/25 {
  border-color: rgb(0 40 187 / 0.25) !important;
}

.border-dblue1\/30 {
  border-color: rgb(0 40 187 / 0.3) !important;
}

.border-dblue1\/35 {
  border-color: rgb(0 40 187 / 0.35) !important;
}

.border-dblue1\/40 {
  border-color: rgb(0 40 187 / 0.4) !important;
}

.border-dblue1\/45 {
  border-color: rgb(0 40 187 / 0.45) !important;
}

.border-dblue1\/5 {
  border-color: rgb(0 40 187 / 0.05) !important;
}

.border-dblue1\/50 {
  border-color: rgb(0 40 187 / 0.5) !important;
}

.border-dblue1\/55 {
  border-color: rgb(0 40 187 / 0.55) !important;
}

.border-dblue1\/60 {
  border-color: rgb(0 40 187 / 0.6) !important;
}

.border-dblue1\/65 {
  border-color: rgb(0 40 187 / 0.65) !important;
}

.border-dblue1\/70 {
  border-color: rgb(0 40 187 / 0.7) !important;
}

.border-dblue1\/75 {
  border-color: rgb(0 40 187 / 0.75) !important;
}

.border-dblue1\/80 {
  border-color: rgb(0 40 187 / 0.8) !important;
}

.border-dblue1\/85 {
  border-color: rgb(0 40 187 / 0.85) !important;
}

.border-dblue1\/90 {
  border-color: rgb(0 40 187 / 0.9) !important;
}

.border-dblue1\/95 {
  border-color: rgb(0 40 187 / 0.95) !important;
}

.border-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1)) !important;
}

.border-gray\/0 {
  border-color: rgb(179 179 179 / 0) !important;
}

.border-gray\/10 {
  border-color: rgb(179 179 179 / 0.1) !important;
}

.border-gray\/100 {
  border-color: rgb(179 179 179 / 1) !important;
}

.border-gray\/15 {
  border-color: rgb(179 179 179 / 0.15) !important;
}

.border-gray\/20 {
  border-color: rgb(179 179 179 / 0.2) !important;
}

.border-gray\/25 {
  border-color: rgb(179 179 179 / 0.25) !important;
}

.border-gray\/30 {
  border-color: rgb(179 179 179 / 0.3) !important;
}

.border-gray\/35 {
  border-color: rgb(179 179 179 / 0.35) !important;
}

.border-gray\/40 {
  border-color: rgb(179 179 179 / 0.4) !important;
}

.border-gray\/45 {
  border-color: rgb(179 179 179 / 0.45) !important;
}

.border-gray\/5 {
  border-color: rgb(179 179 179 / 0.05) !important;
}

.border-gray\/50 {
  border-color: rgb(179 179 179 / 0.5) !important;
}

.border-gray\/55 {
  border-color: rgb(179 179 179 / 0.55) !important;
}

.border-gray\/60 {
  border-color: rgb(179 179 179 / 0.6) !important;
}

.border-gray\/65 {
  border-color: rgb(179 179 179 / 0.65) !important;
}

.border-gray\/70 {
  border-color: rgb(179 179 179 / 0.7) !important;
}

.border-gray\/75 {
  border-color: rgb(179 179 179 / 0.75) !important;
}

.border-gray\/80 {
  border-color: rgb(179 179 179 / 0.8) !important;
}

.border-gray\/85 {
  border-color: rgb(179 179 179 / 0.85) !important;
}

.border-gray\/90 {
  border-color: rgb(179 179 179 / 0.9) !important;
}

.border-gray\/95 {
  border-color: rgb(179 179 179 / 0.95) !important;
}

.border-green {
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 152 121 / var(--tw-border-opacity, 1)) !important;
}

.border-green\/0 {
  border-color: rgb(35 152 121 / 0) !important;
}

.border-green\/10 {
  border-color: rgb(35 152 121 / 0.1) !important;
}

.border-green\/100 {
  border-color: rgb(35 152 121 / 1) !important;
}

.border-green\/15 {
  border-color: rgb(35 152 121 / 0.15) !important;
}

.border-green\/20 {
  border-color: rgb(35 152 121 / 0.2) !important;
}

.border-green\/25 {
  border-color: rgb(35 152 121 / 0.25) !important;
}

.border-green\/30 {
  border-color: rgb(35 152 121 / 0.3) !important;
}

.border-green\/35 {
  border-color: rgb(35 152 121 / 0.35) !important;
}

.border-green\/40 {
  border-color: rgb(35 152 121 / 0.4) !important;
}

.border-green\/45 {
  border-color: rgb(35 152 121 / 0.45) !important;
}

.border-green\/5 {
  border-color: rgb(35 152 121 / 0.05) !important;
}

.border-green\/50 {
  border-color: rgb(35 152 121 / 0.5) !important;
}

.border-green\/55 {
  border-color: rgb(35 152 121 / 0.55) !important;
}

.border-green\/60 {
  border-color: rgb(35 152 121 / 0.6) !important;
}

.border-green\/65 {
  border-color: rgb(35 152 121 / 0.65) !important;
}

.border-green\/70 {
  border-color: rgb(35 152 121 / 0.7) !important;
}

.border-green\/75 {
  border-color: rgb(35 152 121 / 0.75) !important;
}

.border-green\/80 {
  border-color: rgb(35 152 121 / 0.8) !important;
}

.border-green\/85 {
  border-color: rgb(35 152 121 / 0.85) !important;
}

.border-green\/90 {
  border-color: rgb(35 152 121 / 0.9) !important;
}

.border-green\/95 {
  border-color: rgb(35 152 121 / 0.95) !important;
}

.border-green1 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(83 211 177 / var(--tw-border-opacity, 1)) !important;
}

.border-green1\/0 {
  border-color: rgb(83 211 177 / 0) !important;
}

.border-green1\/10 {
  border-color: rgb(83 211 177 / 0.1) !important;
}

.border-green1\/100 {
  border-color: rgb(83 211 177 / 1) !important;
}

.border-green1\/15 {
  border-color: rgb(83 211 177 / 0.15) !important;
}

.border-green1\/20 {
  border-color: rgb(83 211 177 / 0.2) !important;
}

.border-green1\/25 {
  border-color: rgb(83 211 177 / 0.25) !important;
}

.border-green1\/30 {
  border-color: rgb(83 211 177 / 0.3) !important;
}

.border-green1\/35 {
  border-color: rgb(83 211 177 / 0.35) !important;
}

.border-green1\/40 {
  border-color: rgb(83 211 177 / 0.4) !important;
}

.border-green1\/45 {
  border-color: rgb(83 211 177 / 0.45) !important;
}

.border-green1\/5 {
  border-color: rgb(83 211 177 / 0.05) !important;
}

.border-green1\/50 {
  border-color: rgb(83 211 177 / 0.5) !important;
}

.border-green1\/55 {
  border-color: rgb(83 211 177 / 0.55) !important;
}

.border-green1\/60 {
  border-color: rgb(83 211 177 / 0.6) !important;
}

.border-green1\/65 {
  border-color: rgb(83 211 177 / 0.65) !important;
}

.border-green1\/70 {
  border-color: rgb(83 211 177 / 0.7) !important;
}

.border-green1\/75 {
  border-color: rgb(83 211 177 / 0.75) !important;
}

.border-green1\/80 {
  border-color: rgb(83 211 177 / 0.8) !important;
}

.border-green1\/85 {
  border-color: rgb(83 211 177 / 0.85) !important;
}

.border-green1\/90 {
  border-color: rgb(83 211 177 / 0.9) !important;
}

.border-green1\/95 {
  border-color: rgb(83 211 177 / 0.95) !important;
}

.border-green2 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(184 245 229 / var(--tw-border-opacity, 1)) !important;
}

.border-green2\/0 {
  border-color: rgb(184 245 229 / 0) !important;
}

.border-green2\/10 {
  border-color: rgb(184 245 229 / 0.1) !important;
}

.border-green2\/100 {
  border-color: rgb(184 245 229 / 1) !important;
}

.border-green2\/15 {
  border-color: rgb(184 245 229 / 0.15) !important;
}

.border-green2\/20 {
  border-color: rgb(184 245 229 / 0.2) !important;
}

.border-green2\/25 {
  border-color: rgb(184 245 229 / 0.25) !important;
}

.border-green2\/30 {
  border-color: rgb(184 245 229 / 0.3) !important;
}

.border-green2\/35 {
  border-color: rgb(184 245 229 / 0.35) !important;
}

.border-green2\/40 {
  border-color: rgb(184 245 229 / 0.4) !important;
}

.border-green2\/45 {
  border-color: rgb(184 245 229 / 0.45) !important;
}

.border-green2\/5 {
  border-color: rgb(184 245 229 / 0.05) !important;
}

.border-green2\/50 {
  border-color: rgb(184 245 229 / 0.5) !important;
}

.border-green2\/55 {
  border-color: rgb(184 245 229 / 0.55) !important;
}

.border-green2\/60 {
  border-color: rgb(184 245 229 / 0.6) !important;
}

.border-green2\/65 {
  border-color: rgb(184 245 229 / 0.65) !important;
}

.border-green2\/70 {
  border-color: rgb(184 245 229 / 0.7) !important;
}

.border-green2\/75 {
  border-color: rgb(184 245 229 / 0.75) !important;
}

.border-green2\/80 {
  border-color: rgb(184 245 229 / 0.8) !important;
}

.border-green2\/85 {
  border-color: rgb(184 245 229 / 0.85) !important;
}

.border-green2\/90 {
  border-color: rgb(184 245 229 / 0.9) !important;
}

.border-green2\/95 {
  border-color: rgb(184 245 229 / 0.95) !important;
}

.border-greentext {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 188 137 / var(--tw-border-opacity, 1)) !important;
}

.border-greentext\/0 {
  border-color: rgb(0 188 137 / 0) !important;
}

.border-greentext\/10 {
  border-color: rgb(0 188 137 / 0.1) !important;
}

.border-greentext\/100 {
  border-color: rgb(0 188 137 / 1) !important;
}

.border-greentext\/15 {
  border-color: rgb(0 188 137 / 0.15) !important;
}

.border-greentext\/20 {
  border-color: rgb(0 188 137 / 0.2) !important;
}

.border-greentext\/25 {
  border-color: rgb(0 188 137 / 0.25) !important;
}

.border-greentext\/30 {
  border-color: rgb(0 188 137 / 0.3) !important;
}

.border-greentext\/35 {
  border-color: rgb(0 188 137 / 0.35) !important;
}

.border-greentext\/40 {
  border-color: rgb(0 188 137 / 0.4) !important;
}

.border-greentext\/45 {
  border-color: rgb(0 188 137 / 0.45) !important;
}

.border-greentext\/5 {
  border-color: rgb(0 188 137 / 0.05) !important;
}

.border-greentext\/50 {
  border-color: rgb(0 188 137 / 0.5) !important;
}

.border-greentext\/55 {
  border-color: rgb(0 188 137 / 0.55) !important;
}

.border-greentext\/60 {
  border-color: rgb(0 188 137 / 0.6) !important;
}

.border-greentext\/65 {
  border-color: rgb(0 188 137 / 0.65) !important;
}

.border-greentext\/70 {
  border-color: rgb(0 188 137 / 0.7) !important;
}

.border-greentext\/75 {
  border-color: rgb(0 188 137 / 0.75) !important;
}

.border-greentext\/80 {
  border-color: rgb(0 188 137 / 0.8) !important;
}

.border-greentext\/85 {
  border-color: rgb(0 188 137 / 0.85) !important;
}

.border-greentext\/90 {
  border-color: rgb(0 188 137 / 0.9) !important;
}

.border-greentext\/95 {
  border-color: rgb(0 188 137 / 0.95) !important;
}

.border-txgray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 143 153 / var(--tw-border-opacity, 1)) !important;
}

.border-txgray\/0 {
  border-color: rgb(132 143 153 / 0) !important;
}

.border-txgray\/10 {
  border-color: rgb(132 143 153 / 0.1) !important;
}

.border-txgray\/100 {
  border-color: rgb(132 143 153 / 1) !important;
}

.border-txgray\/15 {
  border-color: rgb(132 143 153 / 0.15) !important;
}

.border-txgray\/20 {
  border-color: rgb(132 143 153 / 0.2) !important;
}

.border-txgray\/25 {
  border-color: rgb(132 143 153 / 0.25) !important;
}

.border-txgray\/30 {
  border-color: rgb(132 143 153 / 0.3) !important;
}

.border-txgray\/35 {
  border-color: rgb(132 143 153 / 0.35) !important;
}

.border-txgray\/40 {
  border-color: rgb(132 143 153 / 0.4) !important;
}

.border-txgray\/45 {
  border-color: rgb(132 143 153 / 0.45) !important;
}

.border-txgray\/5 {
  border-color: rgb(132 143 153 / 0.05) !important;
}

.border-txgray\/50 {
  border-color: rgb(132 143 153 / 0.5) !important;
}

.border-txgray\/55 {
  border-color: rgb(132 143 153 / 0.55) !important;
}

.border-txgray\/60 {
  border-color: rgb(132 143 153 / 0.6) !important;
}

.border-txgray\/65 {
  border-color: rgb(132 143 153 / 0.65) !important;
}

.border-txgray\/70 {
  border-color: rgb(132 143 153 / 0.7) !important;
}

.border-txgray\/75 {
  border-color: rgb(132 143 153 / 0.75) !important;
}

.border-txgray\/80 {
  border-color: rgb(132 143 153 / 0.8) !important;
}

.border-txgray\/85 {
  border-color: rgb(132 143 153 / 0.85) !important;
}

.border-txgray\/90 {
  border-color: rgb(132 143 153 / 0.9) !important;
}

.border-txgray\/95 {
  border-color: rgb(132 143 153 / 0.95) !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-white\/0 {
  border-color: rgb(255 255 255 / 0) !important;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1) !important;
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1) !important;
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15) !important;
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2) !important;
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25) !important;
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3) !important;
}

.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35) !important;
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4) !important;
}

.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45) !important;
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05) !important;
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5) !important;
}

.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55) !important;
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6) !important;
}

.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65) !important;
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7) !important;
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75) !important;
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8) !important;
}

.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85) !important;
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9) !important;
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95) !important;
}

.border-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 221 74 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow\/0 {
  border-color: rgb(249 221 74 / 0) !important;
}

.border-yellow\/10 {
  border-color: rgb(249 221 74 / 0.1) !important;
}

.border-yellow\/100 {
  border-color: rgb(249 221 74 / 1) !important;
}

.border-yellow\/15 {
  border-color: rgb(249 221 74 / 0.15) !important;
}

.border-yellow\/20 {
  border-color: rgb(249 221 74 / 0.2) !important;
}

.border-yellow\/25 {
  border-color: rgb(249 221 74 / 0.25) !important;
}

.border-yellow\/30 {
  border-color: rgb(249 221 74 / 0.3) !important;
}

.border-yellow\/35 {
  border-color: rgb(249 221 74 / 0.35) !important;
}

.border-yellow\/40 {
  border-color: rgb(249 221 74 / 0.4) !important;
}

.border-yellow\/45 {
  border-color: rgb(249 221 74 / 0.45) !important;
}

.border-yellow\/5 {
  border-color: rgb(249 221 74 / 0.05) !important;
}

.border-yellow\/50 {
  border-color: rgb(249 221 74 / 0.5) !important;
}

.border-yellow\/55 {
  border-color: rgb(249 221 74 / 0.55) !important;
}

.border-yellow\/60 {
  border-color: rgb(249 221 74 / 0.6) !important;
}

.border-yellow\/65 {
  border-color: rgb(249 221 74 / 0.65) !important;
}

.border-yellow\/70 {
  border-color: rgb(249 221 74 / 0.7) !important;
}

.border-yellow\/75 {
  border-color: rgb(249 221 74 / 0.75) !important;
}

.border-yellow\/80 {
  border-color: rgb(249 221 74 / 0.8) !important;
}

.border-yellow\/85 {
  border-color: rgb(249 221 74 / 0.85) !important;
}

.border-yellow\/90 {
  border-color: rgb(249 221 74 / 0.9) !important;
}

.border-yellow\/95 {
  border-color: rgb(249 221 74 / 0.95) !important;
}

.border-yellow1 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 241 168 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow1\/0 {
  border-color: rgb(255 241 168 / 0) !important;
}

.border-yellow1\/10 {
  border-color: rgb(255 241 168 / 0.1) !important;
}

.border-yellow1\/100 {
  border-color: rgb(255 241 168 / 1) !important;
}

.border-yellow1\/15 {
  border-color: rgb(255 241 168 / 0.15) !important;
}

.border-yellow1\/20 {
  border-color: rgb(255 241 168 / 0.2) !important;
}

.border-yellow1\/25 {
  border-color: rgb(255 241 168 / 0.25) !important;
}

.border-yellow1\/30 {
  border-color: rgb(255 241 168 / 0.3) !important;
}

.border-yellow1\/35 {
  border-color: rgb(255 241 168 / 0.35) !important;
}

.border-yellow1\/40 {
  border-color: rgb(255 241 168 / 0.4) !important;
}

.border-yellow1\/45 {
  border-color: rgb(255 241 168 / 0.45) !important;
}

.border-yellow1\/5 {
  border-color: rgb(255 241 168 / 0.05) !important;
}

.border-yellow1\/50 {
  border-color: rgb(255 241 168 / 0.5) !important;
}

.border-yellow1\/55 {
  border-color: rgb(255 241 168 / 0.55) !important;
}

.border-yellow1\/60 {
  border-color: rgb(255 241 168 / 0.6) !important;
}

.border-yellow1\/65 {
  border-color: rgb(255 241 168 / 0.65) !important;
}

.border-yellow1\/70 {
  border-color: rgb(255 241 168 / 0.7) !important;
}

.border-yellow1\/75 {
  border-color: rgb(255 241 168 / 0.75) !important;
}

.border-yellow1\/80 {
  border-color: rgb(255 241 168 / 0.8) !important;
}

.border-yellow1\/85 {
  border-color: rgb(255 241 168 / 0.85) !important;
}

.border-yellow1\/90 {
  border-color: rgb(255 241 168 / 0.9) !important;
}

.border-yellow1\/95 {
  border-color: rgb(255 241 168 / 0.95) !important;
}

.border-yellow2 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 249 217 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow2\/0 {
  border-color: rgb(255 249 217 / 0) !important;
}

.border-yellow2\/10 {
  border-color: rgb(255 249 217 / 0.1) !important;
}

.border-yellow2\/100 {
  border-color: rgb(255 249 217 / 1) !important;
}

.border-yellow2\/15 {
  border-color: rgb(255 249 217 / 0.15) !important;
}

.border-yellow2\/20 {
  border-color: rgb(255 249 217 / 0.2) !important;
}

.border-yellow2\/25 {
  border-color: rgb(255 249 217 / 0.25) !important;
}

.border-yellow2\/30 {
  border-color: rgb(255 249 217 / 0.3) !important;
}

.border-yellow2\/35 {
  border-color: rgb(255 249 217 / 0.35) !important;
}

.border-yellow2\/40 {
  border-color: rgb(255 249 217 / 0.4) !important;
}

.border-yellow2\/45 {
  border-color: rgb(255 249 217 / 0.45) !important;
}

.border-yellow2\/5 {
  border-color: rgb(255 249 217 / 0.05) !important;
}

.border-yellow2\/50 {
  border-color: rgb(255 249 217 / 0.5) !important;
}

.border-yellow2\/55 {
  border-color: rgb(255 249 217 / 0.55) !important;
}

.border-yellow2\/60 {
  border-color: rgb(255 249 217 / 0.6) !important;
}

.border-yellow2\/65 {
  border-color: rgb(255 249 217 / 0.65) !important;
}

.border-yellow2\/70 {
  border-color: rgb(255 249 217 / 0.7) !important;
}

.border-yellow2\/75 {
  border-color: rgb(255 249 217 / 0.75) !important;
}

.border-yellow2\/80 {
  border-color: rgb(255 249 217 / 0.8) !important;
}

.border-yellow2\/85 {
  border-color: rgb(255 249 217 / 0.85) !important;
}

.border-yellow2\/90 {
  border-color: rgb(255 249 217 / 0.9) !important;
}

.border-yellow2\/95 {
  border-color: rgb(255 249 217 / 0.95) !important;
}

.bg-\[rgb\(255\2c 0\2c 0\)\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-bgblue0 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 252 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-bgblue0\/0 {
  background-color: rgb(249 252 255 / 0) !important;
}

.bg-bgblue0\/10 {
  background-color: rgb(249 252 255 / 0.1) !important;
}

.bg-bgblue0\/100 {
  background-color: rgb(249 252 255 / 1) !important;
}

.bg-bgblue0\/15 {
  background-color: rgb(249 252 255 / 0.15) !important;
}

.bg-bgblue0\/20 {
  background-color: rgb(249 252 255 / 0.2) !important;
}

.bg-bgblue0\/25 {
  background-color: rgb(249 252 255 / 0.25) !important;
}

.bg-bgblue0\/30 {
  background-color: rgb(249 252 255 / 0.3) !important;
}

.bg-bgblue0\/35 {
  background-color: rgb(249 252 255 / 0.35) !important;
}

.bg-bgblue0\/40 {
  background-color: rgb(249 252 255 / 0.4) !important;
}

.bg-bgblue0\/45 {
  background-color: rgb(249 252 255 / 0.45) !important;
}

.bg-bgblue0\/5 {
  background-color: rgb(249 252 255 / 0.05) !important;
}

.bg-bgblue0\/50 {
  background-color: rgb(249 252 255 / 0.5) !important;
}

.bg-bgblue0\/55 {
  background-color: rgb(249 252 255 / 0.55) !important;
}

.bg-bgblue0\/60 {
  background-color: rgb(249 252 255 / 0.6) !important;
}

.bg-bgblue0\/65 {
  background-color: rgb(249 252 255 / 0.65) !important;
}

.bg-bgblue0\/70 {
  background-color: rgb(249 252 255 / 0.7) !important;
}

.bg-bgblue0\/75 {
  background-color: rgb(249 252 255 / 0.75) !important;
}

.bg-bgblue0\/80 {
  background-color: rgb(249 252 255 / 0.8) !important;
}

.bg-bgblue0\/85 {
  background-color: rgb(249 252 255 / 0.85) !important;
}

.bg-bgblue0\/90 {
  background-color: rgb(249 252 255 / 0.9) !important;
}

.bg-bgblue0\/95 {
  background-color: rgb(249 252 255 / 0.95) !important;
}

.bg-bgblue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 242 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-bgblue1\/0 {
  background-color: rgb(228 242 255 / 0) !important;
}

.bg-bgblue1\/10 {
  background-color: rgb(228 242 255 / 0.1) !important;
}

.bg-bgblue1\/100 {
  background-color: rgb(228 242 255 / 1) !important;
}

.bg-bgblue1\/15 {
  background-color: rgb(228 242 255 / 0.15) !important;
}

.bg-bgblue1\/20 {
  background-color: rgb(228 242 255 / 0.2) !important;
}

.bg-bgblue1\/25 {
  background-color: rgb(228 242 255 / 0.25) !important;
}

.bg-bgblue1\/30 {
  background-color: rgb(228 242 255 / 0.3) !important;
}

.bg-bgblue1\/35 {
  background-color: rgb(228 242 255 / 0.35) !important;
}

.bg-bgblue1\/40 {
  background-color: rgb(228 242 255 / 0.4) !important;
}

.bg-bgblue1\/45 {
  background-color: rgb(228 242 255 / 0.45) !important;
}

.bg-bgblue1\/5 {
  background-color: rgb(228 242 255 / 0.05) !important;
}

.bg-bgblue1\/50 {
  background-color: rgb(228 242 255 / 0.5) !important;
}

.bg-bgblue1\/55 {
  background-color: rgb(228 242 255 / 0.55) !important;
}

.bg-bgblue1\/60 {
  background-color: rgb(228 242 255 / 0.6) !important;
}

.bg-bgblue1\/65 {
  background-color: rgb(228 242 255 / 0.65) !important;
}

.bg-bgblue1\/70 {
  background-color: rgb(228 242 255 / 0.7) !important;
}

.bg-bgblue1\/75 {
  background-color: rgb(228 242 255 / 0.75) !important;
}

.bg-bgblue1\/80 {
  background-color: rgb(228 242 255 / 0.8) !important;
}

.bg-bgblue1\/85 {
  background-color: rgb(228 242 255 / 0.85) !important;
}

.bg-bgblue1\/90 {
  background-color: rgb(228 242 255 / 0.9) !important;
}

.bg-bgblue1\/95 {
  background-color: rgb(228 242 255 / 0.95) !important;
}

.bg-bgblue2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 241 246 / var(--tw-bg-opacity, 1)) !important;
}

.bg-bgblue2\/0 {
  background-color: rgb(208 241 246 / 0) !important;
}

.bg-bgblue2\/10 {
  background-color: rgb(208 241 246 / 0.1) !important;
}

.bg-bgblue2\/100 {
  background-color: rgb(208 241 246 / 1) !important;
}

.bg-bgblue2\/15 {
  background-color: rgb(208 241 246 / 0.15) !important;
}

.bg-bgblue2\/20 {
  background-color: rgb(208 241 246 / 0.2) !important;
}

.bg-bgblue2\/25 {
  background-color: rgb(208 241 246 / 0.25) !important;
}

.bg-bgblue2\/30 {
  background-color: rgb(208 241 246 / 0.3) !important;
}

.bg-bgblue2\/35 {
  background-color: rgb(208 241 246 / 0.35) !important;
}

.bg-bgblue2\/40 {
  background-color: rgb(208 241 246 / 0.4) !important;
}

.bg-bgblue2\/45 {
  background-color: rgb(208 241 246 / 0.45) !important;
}

.bg-bgblue2\/5 {
  background-color: rgb(208 241 246 / 0.05) !important;
}

.bg-bgblue2\/50 {
  background-color: rgb(208 241 246 / 0.5) !important;
}

.bg-bgblue2\/55 {
  background-color: rgb(208 241 246 / 0.55) !important;
}

.bg-bgblue2\/60 {
  background-color: rgb(208 241 246 / 0.6) !important;
}

.bg-bgblue2\/65 {
  background-color: rgb(208 241 246 / 0.65) !important;
}

.bg-bgblue2\/70 {
  background-color: rgb(208 241 246 / 0.7) !important;
}

.bg-bgblue2\/75 {
  background-color: rgb(208 241 246 / 0.75) !important;
}

.bg-bgblue2\/80 {
  background-color: rgb(208 241 246 / 0.8) !important;
}

.bg-bgblue2\/85 {
  background-color: rgb(208 241 246 / 0.85) !important;
}

.bg-bgblue2\/90 {
  background-color: rgb(208 241 246 / 0.9) !important;
}

.bg-bgblue2\/95 {
  background-color: rgb(208 241 246 / 0.95) !important;
}

.bg-bggray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1)) !important;
}

.bg-bggray\/0 {
  background-color: rgb(238 238 238 / 0) !important;
}

.bg-bggray\/10 {
  background-color: rgb(238 238 238 / 0.1) !important;
}

.bg-bggray\/100 {
  background-color: rgb(238 238 238 / 1) !important;
}

.bg-bggray\/15 {
  background-color: rgb(238 238 238 / 0.15) !important;
}

.bg-bggray\/20 {
  background-color: rgb(238 238 238 / 0.2) !important;
}

.bg-bggray\/25 {
  background-color: rgb(238 238 238 / 0.25) !important;
}

.bg-bggray\/30 {
  background-color: rgb(238 238 238 / 0.3) !important;
}

.bg-bggray\/35 {
  background-color: rgb(238 238 238 / 0.35) !important;
}

.bg-bggray\/40 {
  background-color: rgb(238 238 238 / 0.4) !important;
}

.bg-bggray\/45 {
  background-color: rgb(238 238 238 / 0.45) !important;
}

.bg-bggray\/5 {
  background-color: rgb(238 238 238 / 0.05) !important;
}

.bg-bggray\/50 {
  background-color: rgb(238 238 238 / 0.5) !important;
}

.bg-bggray\/55 {
  background-color: rgb(238 238 238 / 0.55) !important;
}

.bg-bggray\/60 {
  background-color: rgb(238 238 238 / 0.6) !important;
}

.bg-bggray\/65 {
  background-color: rgb(238 238 238 / 0.65) !important;
}

.bg-bggray\/70 {
  background-color: rgb(238 238 238 / 0.7) !important;
}

.bg-bggray\/75 {
  background-color: rgb(238 238 238 / 0.75) !important;
}

.bg-bggray\/80 {
  background-color: rgb(238 238 238 / 0.8) !important;
}

.bg-bggray\/85 {
  background-color: rgb(238 238 238 / 0.85) !important;
}

.bg-bggray\/90 {
  background-color: rgb(238 238 238 / 0.9) !important;
}

.bg-bggray\/95 {
  background-color: rgb(238 238 238 / 0.95) !important;
}

.bg-bggray1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 248 248 / var(--tw-bg-opacity, 1)) !important;
}

.bg-bggray1\/0 {
  background-color: rgb(249 248 248 / 0) !important;
}

.bg-bggray1\/10 {
  background-color: rgb(249 248 248 / 0.1) !important;
}

.bg-bggray1\/100 {
  background-color: rgb(249 248 248 / 1) !important;
}

.bg-bggray1\/15 {
  background-color: rgb(249 248 248 / 0.15) !important;
}

.bg-bggray1\/20 {
  background-color: rgb(249 248 248 / 0.2) !important;
}

.bg-bggray1\/25 {
  background-color: rgb(249 248 248 / 0.25) !important;
}

.bg-bggray1\/30 {
  background-color: rgb(249 248 248 / 0.3) !important;
}

.bg-bggray1\/35 {
  background-color: rgb(249 248 248 / 0.35) !important;
}

.bg-bggray1\/40 {
  background-color: rgb(249 248 248 / 0.4) !important;
}

.bg-bggray1\/45 {
  background-color: rgb(249 248 248 / 0.45) !important;
}

.bg-bggray1\/5 {
  background-color: rgb(249 248 248 / 0.05) !important;
}

.bg-bggray1\/50 {
  background-color: rgb(249 248 248 / 0.5) !important;
}

.bg-bggray1\/55 {
  background-color: rgb(249 248 248 / 0.55) !important;
}

.bg-bggray1\/60 {
  background-color: rgb(249 248 248 / 0.6) !important;
}

.bg-bggray1\/65 {
  background-color: rgb(249 248 248 / 0.65) !important;
}

.bg-bggray1\/70 {
  background-color: rgb(249 248 248 / 0.7) !important;
}

.bg-bggray1\/75 {
  background-color: rgb(249 248 248 / 0.75) !important;
}

.bg-bggray1\/80 {
  background-color: rgb(249 248 248 / 0.8) !important;
}

.bg-bggray1\/85 {
  background-color: rgb(249 248 248 / 0.85) !important;
}

.bg-bggray1\/90 {
  background-color: rgb(249 248 248 / 0.9) !important;
}

.bg-bggray1\/95 {
  background-color: rgb(249 248 248 / 0.95) !important;
}

.bg-bggreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 255 249 / var(--tw-bg-opacity, 1)) !important;
}

.bg-bggreen\/0 {
  background-color: rgb(234 255 249 / 0) !important;
}

.bg-bggreen\/10 {
  background-color: rgb(234 255 249 / 0.1) !important;
}

.bg-bggreen\/100 {
  background-color: rgb(234 255 249 / 1) !important;
}

.bg-bggreen\/15 {
  background-color: rgb(234 255 249 / 0.15) !important;
}

.bg-bggreen\/20 {
  background-color: rgb(234 255 249 / 0.2) !important;
}

.bg-bggreen\/25 {
  background-color: rgb(234 255 249 / 0.25) !important;
}

.bg-bggreen\/30 {
  background-color: rgb(234 255 249 / 0.3) !important;
}

.bg-bggreen\/35 {
  background-color: rgb(234 255 249 / 0.35) !important;
}

.bg-bggreen\/40 {
  background-color: rgb(234 255 249 / 0.4) !important;
}

.bg-bggreen\/45 {
  background-color: rgb(234 255 249 / 0.45) !important;
}

.bg-bggreen\/5 {
  background-color: rgb(234 255 249 / 0.05) !important;
}

.bg-bggreen\/50 {
  background-color: rgb(234 255 249 / 0.5) !important;
}

.bg-bggreen\/55 {
  background-color: rgb(234 255 249 / 0.55) !important;
}

.bg-bggreen\/60 {
  background-color: rgb(234 255 249 / 0.6) !important;
}

.bg-bggreen\/65 {
  background-color: rgb(234 255 249 / 0.65) !important;
}

.bg-bggreen\/70 {
  background-color: rgb(234 255 249 / 0.7) !important;
}

.bg-bggreen\/75 {
  background-color: rgb(234 255 249 / 0.75) !important;
}

.bg-bggreen\/80 {
  background-color: rgb(234 255 249 / 0.8) !important;
}

.bg-bggreen\/85 {
  background-color: rgb(234 255 249 / 0.85) !important;
}

.bg-bggreen\/90 {
  background-color: rgb(234 255 249 / 0.9) !important;
}

.bg-bggreen\/95 {
  background-color: rgb(234 255 249 / 0.95) !important;
}

.bg-bgyellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 249 217 / var(--tw-bg-opacity, 1)) !important;
}

.bg-bgyellow\/0 {
  background-color: rgb(255 249 217 / 0) !important;
}

.bg-bgyellow\/10 {
  background-color: rgb(255 249 217 / 0.1) !important;
}

.bg-bgyellow\/100 {
  background-color: rgb(255 249 217 / 1) !important;
}

.bg-bgyellow\/15 {
  background-color: rgb(255 249 217 / 0.15) !important;
}

.bg-bgyellow\/20 {
  background-color: rgb(255 249 217 / 0.2) !important;
}

.bg-bgyellow\/25 {
  background-color: rgb(255 249 217 / 0.25) !important;
}

.bg-bgyellow\/30 {
  background-color: rgb(255 249 217 / 0.3) !important;
}

.bg-bgyellow\/35 {
  background-color: rgb(255 249 217 / 0.35) !important;
}

.bg-bgyellow\/40 {
  background-color: rgb(255 249 217 / 0.4) !important;
}

.bg-bgyellow\/45 {
  background-color: rgb(255 249 217 / 0.45) !important;
}

.bg-bgyellow\/5 {
  background-color: rgb(255 249 217 / 0.05) !important;
}

.bg-bgyellow\/50 {
  background-color: rgb(255 249 217 / 0.5) !important;
}

.bg-bgyellow\/55 {
  background-color: rgb(255 249 217 / 0.55) !important;
}

.bg-bgyellow\/60 {
  background-color: rgb(255 249 217 / 0.6) !important;
}

.bg-bgyellow\/65 {
  background-color: rgb(255 249 217 / 0.65) !important;
}

.bg-bgyellow\/70 {
  background-color: rgb(255 249 217 / 0.7) !important;
}

.bg-bgyellow\/75 {
  background-color: rgb(255 249 217 / 0.75) !important;
}

.bg-bgyellow\/80 {
  background-color: rgb(255 249 217 / 0.8) !important;
}

.bg-bgyellow\/85 {
  background-color: rgb(255 249 217 / 0.85) !important;
}

.bg-bgyellow\/90 {
  background-color: rgb(255 249 217 / 0.9) !important;
}

.bg-bgyellow\/95 {
  background-color: rgb(255 249 217 / 0.95) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 27 31 / var(--tw-bg-opacity, 1)) !important;
}

.bg-black\/0 {
  background-color: rgb(27 27 31 / 0) !important;
}

.bg-black\/10 {
  background-color: rgb(27 27 31 / 0.1) !important;
}

.bg-black\/100 {
  background-color: rgb(27 27 31 / 1) !important;
}

.bg-black\/15 {
  background-color: rgb(27 27 31 / 0.15) !important;
}

.bg-black\/20 {
  background-color: rgb(27 27 31 / 0.2) !important;
}

.bg-black\/25 {
  background-color: rgb(27 27 31 / 0.25) !important;
}

.bg-black\/30 {
  background-color: rgb(27 27 31 / 0.3) !important;
}

.bg-black\/35 {
  background-color: rgb(27 27 31 / 0.35) !important;
}

.bg-black\/40 {
  background-color: rgb(27 27 31 / 0.4) !important;
}

.bg-black\/45 {
  background-color: rgb(27 27 31 / 0.45) !important;
}

.bg-black\/5 {
  background-color: rgb(27 27 31 / 0.05) !important;
}

.bg-black\/50 {
  background-color: rgb(27 27 31 / 0.5) !important;
}

.bg-black\/55 {
  background-color: rgb(27 27 31 / 0.55) !important;
}

.bg-black\/60 {
  background-color: rgb(27 27 31 / 0.6) !important;
}

.bg-black\/65 {
  background-color: rgb(27 27 31 / 0.65) !important;
}

.bg-black\/70 {
  background-color: rgb(27 27 31 / 0.7) !important;
}

.bg-black\/75 {
  background-color: rgb(27 27 31 / 0.75) !important;
}

.bg-black\/80 {
  background-color: rgb(27 27 31 / 0.8) !important;
}

.bg-black\/85 {
  background-color: rgb(27 27 31 / 0.85) !important;
}

.bg-black\/90 {
  background-color: rgb(27 27 31 / 0.9) !important;
}

.bg-black\/95 {
  background-color: rgb(27 27 31 / 0.95) !important;
}

.bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 112 244 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue\/0 {
  background-color: rgb(25 112 244 / 0) !important;
}

.bg-blue\/10 {
  background-color: rgb(25 112 244 / 0.1) !important;
}

.bg-blue\/100 {
  background-color: rgb(25 112 244 / 1) !important;
}

.bg-blue\/15 {
  background-color: rgb(25 112 244 / 0.15) !important;
}

.bg-blue\/20 {
  background-color: rgb(25 112 244 / 0.2) !important;
}

.bg-blue\/25 {
  background-color: rgb(25 112 244 / 0.25) !important;
}

.bg-blue\/30 {
  background-color: rgb(25 112 244 / 0.3) !important;
}

.bg-blue\/35 {
  background-color: rgb(25 112 244 / 0.35) !important;
}

.bg-blue\/40 {
  background-color: rgb(25 112 244 / 0.4) !important;
}

.bg-blue\/45 {
  background-color: rgb(25 112 244 / 0.45) !important;
}

.bg-blue\/5 {
  background-color: rgb(25 112 244 / 0.05) !important;
}

.bg-blue\/50 {
  background-color: rgb(25 112 244 / 0.5) !important;
}

.bg-blue\/55 {
  background-color: rgb(25 112 244 / 0.55) !important;
}

.bg-blue\/60 {
  background-color: rgb(25 112 244 / 0.6) !important;
}

.bg-blue\/65 {
  background-color: rgb(25 112 244 / 0.65) !important;
}

.bg-blue\/70 {
  background-color: rgb(25 112 244 / 0.7) !important;
}

.bg-blue\/75 {
  background-color: rgb(25 112 244 / 0.75) !important;
}

.bg-blue\/80 {
  background-color: rgb(25 112 244 / 0.8) !important;
}

.bg-blue\/85 {
  background-color: rgb(25 112 244 / 0.85) !important;
}

.bg-blue\/90 {
  background-color: rgb(25 112 244 / 0.9) !important;
}

.bg-blue\/95 {
  background-color: rgb(25 112 244 / 0.95) !important;
}

.bg-blue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 160 252 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue1\/0 {
  background-color: rgb(100 160 252 / 0) !important;
}

.bg-blue1\/10 {
  background-color: rgb(100 160 252 / 0.1) !important;
}

.bg-blue1\/100 {
  background-color: rgb(100 160 252 / 1) !important;
}

.bg-blue1\/15 {
  background-color: rgb(100 160 252 / 0.15) !important;
}

.bg-blue1\/20 {
  background-color: rgb(100 160 252 / 0.2) !important;
}

.bg-blue1\/25 {
  background-color: rgb(100 160 252 / 0.25) !important;
}

.bg-blue1\/30 {
  background-color: rgb(100 160 252 / 0.3) !important;
}

.bg-blue1\/35 {
  background-color: rgb(100 160 252 / 0.35) !important;
}

.bg-blue1\/40 {
  background-color: rgb(100 160 252 / 0.4) !important;
}

.bg-blue1\/45 {
  background-color: rgb(100 160 252 / 0.45) !important;
}

.bg-blue1\/5 {
  background-color: rgb(100 160 252 / 0.05) !important;
}

.bg-blue1\/50 {
  background-color: rgb(100 160 252 / 0.5) !important;
}

.bg-blue1\/55 {
  background-color: rgb(100 160 252 / 0.55) !important;
}

.bg-blue1\/60 {
  background-color: rgb(100 160 252 / 0.6) !important;
}

.bg-blue1\/65 {
  background-color: rgb(100 160 252 / 0.65) !important;
}

.bg-blue1\/70 {
  background-color: rgb(100 160 252 / 0.7) !important;
}

.bg-blue1\/75 {
  background-color: rgb(100 160 252 / 0.75) !important;
}

.bg-blue1\/80 {
  background-color: rgb(100 160 252 / 0.8) !important;
}

.bg-blue1\/85 {
  background-color: rgb(100 160 252 / 0.85) !important;
}

.bg-blue1\/90 {
  background-color: rgb(100 160 252 / 0.9) !important;
}

.bg-blue1\/95 {
  background-color: rgb(100 160 252 / 0.95) !important;
}

.bg-blue2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 242 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue2\/0 {
  background-color: rgb(228 242 255 / 0) !important;
}

.bg-blue2\/10 {
  background-color: rgb(228 242 255 / 0.1) !important;
}

.bg-blue2\/100 {
  background-color: rgb(228 242 255 / 1) !important;
}

.bg-blue2\/15 {
  background-color: rgb(228 242 255 / 0.15) !important;
}

.bg-blue2\/20 {
  background-color: rgb(228 242 255 / 0.2) !important;
}

.bg-blue2\/25 {
  background-color: rgb(228 242 255 / 0.25) !important;
}

.bg-blue2\/30 {
  background-color: rgb(228 242 255 / 0.3) !important;
}

.bg-blue2\/35 {
  background-color: rgb(228 242 255 / 0.35) !important;
}

.bg-blue2\/40 {
  background-color: rgb(228 242 255 / 0.4) !important;
}

.bg-blue2\/45 {
  background-color: rgb(228 242 255 / 0.45) !important;
}

.bg-blue2\/5 {
  background-color: rgb(228 242 255 / 0.05) !important;
}

.bg-blue2\/50 {
  background-color: rgb(228 242 255 / 0.5) !important;
}

.bg-blue2\/55 {
  background-color: rgb(228 242 255 / 0.55) !important;
}

.bg-blue2\/60 {
  background-color: rgb(228 242 255 / 0.6) !important;
}

.bg-blue2\/65 {
  background-color: rgb(228 242 255 / 0.65) !important;
}

.bg-blue2\/70 {
  background-color: rgb(228 242 255 / 0.7) !important;
}

.bg-blue2\/75 {
  background-color: rgb(228 242 255 / 0.75) !important;
}

.bg-blue2\/80 {
  background-color: rgb(228 242 255 / 0.8) !important;
}

.bg-blue2\/85 {
  background-color: rgb(228 242 255 / 0.85) !important;
}

.bg-blue2\/90 {
  background-color: rgb(228 242 255 / 0.9) !important;
}

.bg-blue2\/95 {
  background-color: rgb(228 242 255 / 0.95) !important;
}

.bg-blue3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 45 110 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue3\/0 {
  background-color: rgb(0 45 110 / 0) !important;
}

.bg-blue3\/10 {
  background-color: rgb(0 45 110 / 0.1) !important;
}

.bg-blue3\/100 {
  background-color: rgb(0 45 110 / 1) !important;
}

.bg-blue3\/15 {
  background-color: rgb(0 45 110 / 0.15) !important;
}

.bg-blue3\/20 {
  background-color: rgb(0 45 110 / 0.2) !important;
}

.bg-blue3\/25 {
  background-color: rgb(0 45 110 / 0.25) !important;
}

.bg-blue3\/30 {
  background-color: rgb(0 45 110 / 0.3) !important;
}

.bg-blue3\/35 {
  background-color: rgb(0 45 110 / 0.35) !important;
}

.bg-blue3\/40 {
  background-color: rgb(0 45 110 / 0.4) !important;
}

.bg-blue3\/45 {
  background-color: rgb(0 45 110 / 0.45) !important;
}

.bg-blue3\/5 {
  background-color: rgb(0 45 110 / 0.05) !important;
}

.bg-blue3\/50 {
  background-color: rgb(0 45 110 / 0.5) !important;
}

.bg-blue3\/55 {
  background-color: rgb(0 45 110 / 0.55) !important;
}

.bg-blue3\/60 {
  background-color: rgb(0 45 110 / 0.6) !important;
}

.bg-blue3\/65 {
  background-color: rgb(0 45 110 / 0.65) !important;
}

.bg-blue3\/70 {
  background-color: rgb(0 45 110 / 0.7) !important;
}

.bg-blue3\/75 {
  background-color: rgb(0 45 110 / 0.75) !important;
}

.bg-blue3\/80 {
  background-color: rgb(0 45 110 / 0.8) !important;
}

.bg-blue3\/85 {
  background-color: rgb(0 45 110 / 0.85) !important;
}

.bg-blue3\/90 {
  background-color: rgb(0 45 110 / 0.9) !important;
}

.bg-blue3\/95 {
  background-color: rgb(0 45 110 / 0.95) !important;
}

.bg-dblue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(9 33 123 / var(--tw-bg-opacity, 1)) !important;
}

.bg-dblue\/0 {
  background-color: rgb(9 33 123 / 0) !important;
}

.bg-dblue\/10 {
  background-color: rgb(9 33 123 / 0.1) !important;
}

.bg-dblue\/100 {
  background-color: rgb(9 33 123 / 1) !important;
}

.bg-dblue\/15 {
  background-color: rgb(9 33 123 / 0.15) !important;
}

.bg-dblue\/20 {
  background-color: rgb(9 33 123 / 0.2) !important;
}

.bg-dblue\/25 {
  background-color: rgb(9 33 123 / 0.25) !important;
}

.bg-dblue\/30 {
  background-color: rgb(9 33 123 / 0.3) !important;
}

.bg-dblue\/35 {
  background-color: rgb(9 33 123 / 0.35) !important;
}

.bg-dblue\/40 {
  background-color: rgb(9 33 123 / 0.4) !important;
}

.bg-dblue\/45 {
  background-color: rgb(9 33 123 / 0.45) !important;
}

.bg-dblue\/5 {
  background-color: rgb(9 33 123 / 0.05) !important;
}

.bg-dblue\/50 {
  background-color: rgb(9 33 123 / 0.5) !important;
}

.bg-dblue\/55 {
  background-color: rgb(9 33 123 / 0.55) !important;
}

.bg-dblue\/60 {
  background-color: rgb(9 33 123 / 0.6) !important;
}

.bg-dblue\/65 {
  background-color: rgb(9 33 123 / 0.65) !important;
}

.bg-dblue\/70 {
  background-color: rgb(9 33 123 / 0.7) !important;
}

.bg-dblue\/75 {
  background-color: rgb(9 33 123 / 0.75) !important;
}

.bg-dblue\/80 {
  background-color: rgb(9 33 123 / 0.8) !important;
}

.bg-dblue\/85 {
  background-color: rgb(9 33 123 / 0.85) !important;
}

.bg-dblue\/90 {
  background-color: rgb(9 33 123 / 0.9) !important;
}

.bg-dblue\/95 {
  background-color: rgb(9 33 123 / 0.95) !important;
}

.bg-dblue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 40 187 / var(--tw-bg-opacity, 1)) !important;
}

.bg-dblue1\/0 {
  background-color: rgb(0 40 187 / 0) !important;
}

.bg-dblue1\/10 {
  background-color: rgb(0 40 187 / 0.1) !important;
}

.bg-dblue1\/100 {
  background-color: rgb(0 40 187 / 1) !important;
}

.bg-dblue1\/15 {
  background-color: rgb(0 40 187 / 0.15) !important;
}

.bg-dblue1\/20 {
  background-color: rgb(0 40 187 / 0.2) !important;
}

.bg-dblue1\/25 {
  background-color: rgb(0 40 187 / 0.25) !important;
}

.bg-dblue1\/30 {
  background-color: rgb(0 40 187 / 0.3) !important;
}

.bg-dblue1\/35 {
  background-color: rgb(0 40 187 / 0.35) !important;
}

.bg-dblue1\/40 {
  background-color: rgb(0 40 187 / 0.4) !important;
}

.bg-dblue1\/45 {
  background-color: rgb(0 40 187 / 0.45) !important;
}

.bg-dblue1\/5 {
  background-color: rgb(0 40 187 / 0.05) !important;
}

.bg-dblue1\/50 {
  background-color: rgb(0 40 187 / 0.5) !important;
}

.bg-dblue1\/55 {
  background-color: rgb(0 40 187 / 0.55) !important;
}

.bg-dblue1\/60 {
  background-color: rgb(0 40 187 / 0.6) !important;
}

.bg-dblue1\/65 {
  background-color: rgb(0 40 187 / 0.65) !important;
}

.bg-dblue1\/70 {
  background-color: rgb(0 40 187 / 0.7) !important;
}

.bg-dblue1\/75 {
  background-color: rgb(0 40 187 / 0.75) !important;
}

.bg-dblue1\/80 {
  background-color: rgb(0 40 187 / 0.8) !important;
}

.bg-dblue1\/85 {
  background-color: rgb(0 40 187 / 0.85) !important;
}

.bg-dblue1\/90 {
  background-color: rgb(0 40 187 / 0.9) !important;
}

.bg-dblue1\/95 {
  background-color: rgb(0 40 187 / 0.95) !important;
}

.bg-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 179 179 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray\/0 {
  background-color: rgb(179 179 179 / 0) !important;
}

.bg-gray\/10 {
  background-color: rgb(179 179 179 / 0.1) !important;
}

.bg-gray\/100 {
  background-color: rgb(179 179 179 / 1) !important;
}

.bg-gray\/15 {
  background-color: rgb(179 179 179 / 0.15) !important;
}

.bg-gray\/20 {
  background-color: rgb(179 179 179 / 0.2) !important;
}

.bg-gray\/25 {
  background-color: rgb(179 179 179 / 0.25) !important;
}

.bg-gray\/30 {
  background-color: rgb(179 179 179 / 0.3) !important;
}

.bg-gray\/35 {
  background-color: rgb(179 179 179 / 0.35) !important;
}

.bg-gray\/40 {
  background-color: rgb(179 179 179 / 0.4) !important;
}

.bg-gray\/45 {
  background-color: rgb(179 179 179 / 0.45) !important;
}

.bg-gray\/5 {
  background-color: rgb(179 179 179 / 0.05) !important;
}

.bg-gray\/50 {
  background-color: rgb(179 179 179 / 0.5) !important;
}

.bg-gray\/55 {
  background-color: rgb(179 179 179 / 0.55) !important;
}

.bg-gray\/60 {
  background-color: rgb(179 179 179 / 0.6) !important;
}

.bg-gray\/65 {
  background-color: rgb(179 179 179 / 0.65) !important;
}

.bg-gray\/70 {
  background-color: rgb(179 179 179 / 0.7) !important;
}

.bg-gray\/75 {
  background-color: rgb(179 179 179 / 0.75) !important;
}

.bg-gray\/80 {
  background-color: rgb(179 179 179 / 0.8) !important;
}

.bg-gray\/85 {
  background-color: rgb(179 179 179 / 0.85) !important;
}

.bg-gray\/90 {
  background-color: rgb(179 179 179 / 0.9) !important;
}

.bg-gray\/95 {
  background-color: rgb(179 179 179 / 0.95) !important;
}

.bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 152 121 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green\/0 {
  background-color: rgb(35 152 121 / 0) !important;
}

.bg-green\/10 {
  background-color: rgb(35 152 121 / 0.1) !important;
}

.bg-green\/100 {
  background-color: rgb(35 152 121 / 1) !important;
}

.bg-green\/15 {
  background-color: rgb(35 152 121 / 0.15) !important;
}

.bg-green\/20 {
  background-color: rgb(35 152 121 / 0.2) !important;
}

.bg-green\/25 {
  background-color: rgb(35 152 121 / 0.25) !important;
}

.bg-green\/30 {
  background-color: rgb(35 152 121 / 0.3) !important;
}

.bg-green\/35 {
  background-color: rgb(35 152 121 / 0.35) !important;
}

.bg-green\/40 {
  background-color: rgb(35 152 121 / 0.4) !important;
}

.bg-green\/45 {
  background-color: rgb(35 152 121 / 0.45) !important;
}

.bg-green\/5 {
  background-color: rgb(35 152 121 / 0.05) !important;
}

.bg-green\/50 {
  background-color: rgb(35 152 121 / 0.5) !important;
}

.bg-green\/55 {
  background-color: rgb(35 152 121 / 0.55) !important;
}

.bg-green\/60 {
  background-color: rgb(35 152 121 / 0.6) !important;
}

.bg-green\/65 {
  background-color: rgb(35 152 121 / 0.65) !important;
}

.bg-green\/70 {
  background-color: rgb(35 152 121 / 0.7) !important;
}

.bg-green\/75 {
  background-color: rgb(35 152 121 / 0.75) !important;
}

.bg-green\/80 {
  background-color: rgb(35 152 121 / 0.8) !important;
}

.bg-green\/85 {
  background-color: rgb(35 152 121 / 0.85) !important;
}

.bg-green\/90 {
  background-color: rgb(35 152 121 / 0.9) !important;
}

.bg-green\/95 {
  background-color: rgb(35 152 121 / 0.95) !important;
}

.bg-green1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 211 177 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green1\/0 {
  background-color: rgb(83 211 177 / 0) !important;
}

.bg-green1\/10 {
  background-color: rgb(83 211 177 / 0.1) !important;
}

.bg-green1\/100 {
  background-color: rgb(83 211 177 / 1) !important;
}

.bg-green1\/15 {
  background-color: rgb(83 211 177 / 0.15) !important;
}

.bg-green1\/20 {
  background-color: rgb(83 211 177 / 0.2) !important;
}

.bg-green1\/25 {
  background-color: rgb(83 211 177 / 0.25) !important;
}

.bg-green1\/30 {
  background-color: rgb(83 211 177 / 0.3) !important;
}

.bg-green1\/35 {
  background-color: rgb(83 211 177 / 0.35) !important;
}

.bg-green1\/40 {
  background-color: rgb(83 211 177 / 0.4) !important;
}

.bg-green1\/45 {
  background-color: rgb(83 211 177 / 0.45) !important;
}

.bg-green1\/5 {
  background-color: rgb(83 211 177 / 0.05) !important;
}

.bg-green1\/50 {
  background-color: rgb(83 211 177 / 0.5) !important;
}

.bg-green1\/55 {
  background-color: rgb(83 211 177 / 0.55) !important;
}

.bg-green1\/60 {
  background-color: rgb(83 211 177 / 0.6) !important;
}

.bg-green1\/65 {
  background-color: rgb(83 211 177 / 0.65) !important;
}

.bg-green1\/70 {
  background-color: rgb(83 211 177 / 0.7) !important;
}

.bg-green1\/75 {
  background-color: rgb(83 211 177 / 0.75) !important;
}

.bg-green1\/80 {
  background-color: rgb(83 211 177 / 0.8) !important;
}

.bg-green1\/85 {
  background-color: rgb(83 211 177 / 0.85) !important;
}

.bg-green1\/90 {
  background-color: rgb(83 211 177 / 0.9) !important;
}

.bg-green1\/95 {
  background-color: rgb(83 211 177 / 0.95) !important;
}

.bg-green2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 245 229 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green2\/0 {
  background-color: rgb(184 245 229 / 0) !important;
}

.bg-green2\/10 {
  background-color: rgb(184 245 229 / 0.1) !important;
}

.bg-green2\/100 {
  background-color: rgb(184 245 229 / 1) !important;
}

.bg-green2\/15 {
  background-color: rgb(184 245 229 / 0.15) !important;
}

.bg-green2\/20 {
  background-color: rgb(184 245 229 / 0.2) !important;
}

.bg-green2\/25 {
  background-color: rgb(184 245 229 / 0.25) !important;
}

.bg-green2\/30 {
  background-color: rgb(184 245 229 / 0.3) !important;
}

.bg-green2\/35 {
  background-color: rgb(184 245 229 / 0.35) !important;
}

.bg-green2\/40 {
  background-color: rgb(184 245 229 / 0.4) !important;
}

.bg-green2\/45 {
  background-color: rgb(184 245 229 / 0.45) !important;
}

.bg-green2\/5 {
  background-color: rgb(184 245 229 / 0.05) !important;
}

.bg-green2\/50 {
  background-color: rgb(184 245 229 / 0.5) !important;
}

.bg-green2\/55 {
  background-color: rgb(184 245 229 / 0.55) !important;
}

.bg-green2\/60 {
  background-color: rgb(184 245 229 / 0.6) !important;
}

.bg-green2\/65 {
  background-color: rgb(184 245 229 / 0.65) !important;
}

.bg-green2\/70 {
  background-color: rgb(184 245 229 / 0.7) !important;
}

.bg-green2\/75 {
  background-color: rgb(184 245 229 / 0.75) !important;
}

.bg-green2\/80 {
  background-color: rgb(184 245 229 / 0.8) !important;
}

.bg-green2\/85 {
  background-color: rgb(184 245 229 / 0.85) !important;
}

.bg-green2\/90 {
  background-color: rgb(184 245 229 / 0.9) !important;
}

.bg-green2\/95 {
  background-color: rgb(184 245 229 / 0.95) !important;
}

.bg-greentext {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 188 137 / var(--tw-bg-opacity, 1)) !important;
}

.bg-greentext\/0 {
  background-color: rgb(0 188 137 / 0) !important;
}

.bg-greentext\/10 {
  background-color: rgb(0 188 137 / 0.1) !important;
}

.bg-greentext\/100 {
  background-color: rgb(0 188 137 / 1) !important;
}

.bg-greentext\/15 {
  background-color: rgb(0 188 137 / 0.15) !important;
}

.bg-greentext\/20 {
  background-color: rgb(0 188 137 / 0.2) !important;
}

.bg-greentext\/25 {
  background-color: rgb(0 188 137 / 0.25) !important;
}

.bg-greentext\/30 {
  background-color: rgb(0 188 137 / 0.3) !important;
}

.bg-greentext\/35 {
  background-color: rgb(0 188 137 / 0.35) !important;
}

.bg-greentext\/40 {
  background-color: rgb(0 188 137 / 0.4) !important;
}

.bg-greentext\/45 {
  background-color: rgb(0 188 137 / 0.45) !important;
}

.bg-greentext\/5 {
  background-color: rgb(0 188 137 / 0.05) !important;
}

.bg-greentext\/50 {
  background-color: rgb(0 188 137 / 0.5) !important;
}

.bg-greentext\/55 {
  background-color: rgb(0 188 137 / 0.55) !important;
}

.bg-greentext\/60 {
  background-color: rgb(0 188 137 / 0.6) !important;
}

.bg-greentext\/65 {
  background-color: rgb(0 188 137 / 0.65) !important;
}

.bg-greentext\/70 {
  background-color: rgb(0 188 137 / 0.7) !important;
}

.bg-greentext\/75 {
  background-color: rgb(0 188 137 / 0.75) !important;
}

.bg-greentext\/80 {
  background-color: rgb(0 188 137 / 0.8) !important;
}

.bg-greentext\/85 {
  background-color: rgb(0 188 137 / 0.85) !important;
}

.bg-greentext\/90 {
  background-color: rgb(0 188 137 / 0.9) !important;
}

.bg-greentext\/95 {
  background-color: rgb(0 188 137 / 0.95) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}

.bg-txgray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 143 153 / var(--tw-bg-opacity, 1)) !important;
}

.bg-txgray\/0 {
  background-color: rgb(132 143 153 / 0) !important;
}

.bg-txgray\/10 {
  background-color: rgb(132 143 153 / 0.1) !important;
}

.bg-txgray\/100 {
  background-color: rgb(132 143 153 / 1) !important;
}

.bg-txgray\/15 {
  background-color: rgb(132 143 153 / 0.15) !important;
}

.bg-txgray\/20 {
  background-color: rgb(132 143 153 / 0.2) !important;
}

.bg-txgray\/25 {
  background-color: rgb(132 143 153 / 0.25) !important;
}

.bg-txgray\/30 {
  background-color: rgb(132 143 153 / 0.3) !important;
}

.bg-txgray\/35 {
  background-color: rgb(132 143 153 / 0.35) !important;
}

.bg-txgray\/40 {
  background-color: rgb(132 143 153 / 0.4) !important;
}

.bg-txgray\/45 {
  background-color: rgb(132 143 153 / 0.45) !important;
}

.bg-txgray\/5 {
  background-color: rgb(132 143 153 / 0.05) !important;
}

.bg-txgray\/50 {
  background-color: rgb(132 143 153 / 0.5) !important;
}

.bg-txgray\/55 {
  background-color: rgb(132 143 153 / 0.55) !important;
}

.bg-txgray\/60 {
  background-color: rgb(132 143 153 / 0.6) !important;
}

.bg-txgray\/65 {
  background-color: rgb(132 143 153 / 0.65) !important;
}

.bg-txgray\/70 {
  background-color: rgb(132 143 153 / 0.7) !important;
}

.bg-txgray\/75 {
  background-color: rgb(132 143 153 / 0.75) !important;
}

.bg-txgray\/80 {
  background-color: rgb(132 143 153 / 0.8) !important;
}

.bg-txgray\/85 {
  background-color: rgb(132 143 153 / 0.85) !important;
}

.bg-txgray\/90 {
  background-color: rgb(132 143 153 / 0.9) !important;
}

.bg-txgray\/95 {
  background-color: rgb(132 143 153 / 0.95) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0) !important;
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1) !important;
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15) !important;
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25) !important;
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35) !important;
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4) !important;
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45) !important;
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05) !important;
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}

.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55) !important;
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6) !important;
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65) !important;
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75) !important;
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85) !important;
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}

.bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 221 74 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow\/0 {
  background-color: rgb(249 221 74 / 0) !important;
}

.bg-yellow\/10 {
  background-color: rgb(249 221 74 / 0.1) !important;
}

.bg-yellow\/100 {
  background-color: rgb(249 221 74 / 1) !important;
}

.bg-yellow\/15 {
  background-color: rgb(249 221 74 / 0.15) !important;
}

.bg-yellow\/20 {
  background-color: rgb(249 221 74 / 0.2) !important;
}

.bg-yellow\/25 {
  background-color: rgb(249 221 74 / 0.25) !important;
}

.bg-yellow\/30 {
  background-color: rgb(249 221 74 / 0.3) !important;
}

.bg-yellow\/35 {
  background-color: rgb(249 221 74 / 0.35) !important;
}

.bg-yellow\/40 {
  background-color: rgb(249 221 74 / 0.4) !important;
}

.bg-yellow\/45 {
  background-color: rgb(249 221 74 / 0.45) !important;
}

.bg-yellow\/5 {
  background-color: rgb(249 221 74 / 0.05) !important;
}

.bg-yellow\/50 {
  background-color: rgb(249 221 74 / 0.5) !important;
}

.bg-yellow\/55 {
  background-color: rgb(249 221 74 / 0.55) !important;
}

.bg-yellow\/60 {
  background-color: rgb(249 221 74 / 0.6) !important;
}

.bg-yellow\/65 {
  background-color: rgb(249 221 74 / 0.65) !important;
}

.bg-yellow\/70 {
  background-color: rgb(249 221 74 / 0.7) !important;
}

.bg-yellow\/75 {
  background-color: rgb(249 221 74 / 0.75) !important;
}

.bg-yellow\/80 {
  background-color: rgb(249 221 74 / 0.8) !important;
}

.bg-yellow\/85 {
  background-color: rgb(249 221 74 / 0.85) !important;
}

.bg-yellow\/90 {
  background-color: rgb(249 221 74 / 0.9) !important;
}

.bg-yellow\/95 {
  background-color: rgb(249 221 74 / 0.95) !important;
}

.bg-yellow1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 168 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow1\/0 {
  background-color: rgb(255 241 168 / 0) !important;
}

.bg-yellow1\/10 {
  background-color: rgb(255 241 168 / 0.1) !important;
}

.bg-yellow1\/100 {
  background-color: rgb(255 241 168 / 1) !important;
}

.bg-yellow1\/15 {
  background-color: rgb(255 241 168 / 0.15) !important;
}

.bg-yellow1\/20 {
  background-color: rgb(255 241 168 / 0.2) !important;
}

.bg-yellow1\/25 {
  background-color: rgb(255 241 168 / 0.25) !important;
}

.bg-yellow1\/30 {
  background-color: rgb(255 241 168 / 0.3) !important;
}

.bg-yellow1\/35 {
  background-color: rgb(255 241 168 / 0.35) !important;
}

.bg-yellow1\/40 {
  background-color: rgb(255 241 168 / 0.4) !important;
}

.bg-yellow1\/45 {
  background-color: rgb(255 241 168 / 0.45) !important;
}

.bg-yellow1\/5 {
  background-color: rgb(255 241 168 / 0.05) !important;
}

.bg-yellow1\/50 {
  background-color: rgb(255 241 168 / 0.5) !important;
}

.bg-yellow1\/55 {
  background-color: rgb(255 241 168 / 0.55) !important;
}

.bg-yellow1\/60 {
  background-color: rgb(255 241 168 / 0.6) !important;
}

.bg-yellow1\/65 {
  background-color: rgb(255 241 168 / 0.65) !important;
}

.bg-yellow1\/70 {
  background-color: rgb(255 241 168 / 0.7) !important;
}

.bg-yellow1\/75 {
  background-color: rgb(255 241 168 / 0.75) !important;
}

.bg-yellow1\/80 {
  background-color: rgb(255 241 168 / 0.8) !important;
}

.bg-yellow1\/85 {
  background-color: rgb(255 241 168 / 0.85) !important;
}

.bg-yellow1\/90 {
  background-color: rgb(255 241 168 / 0.9) !important;
}

.bg-yellow1\/95 {
  background-color: rgb(255 241 168 / 0.95) !important;
}

.bg-yellow2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 249 217 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow2\/0 {
  background-color: rgb(255 249 217 / 0) !important;
}

.bg-yellow2\/10 {
  background-color: rgb(255 249 217 / 0.1) !important;
}

.bg-yellow2\/100 {
  background-color: rgb(255 249 217 / 1) !important;
}

.bg-yellow2\/15 {
  background-color: rgb(255 249 217 / 0.15) !important;
}

.bg-yellow2\/20 {
  background-color: rgb(255 249 217 / 0.2) !important;
}

.bg-yellow2\/25 {
  background-color: rgb(255 249 217 / 0.25) !important;
}

.bg-yellow2\/30 {
  background-color: rgb(255 249 217 / 0.3) !important;
}

.bg-yellow2\/35 {
  background-color: rgb(255 249 217 / 0.35) !important;
}

.bg-yellow2\/40 {
  background-color: rgb(255 249 217 / 0.4) !important;
}

.bg-yellow2\/45 {
  background-color: rgb(255 249 217 / 0.45) !important;
}

.bg-yellow2\/5 {
  background-color: rgb(255 249 217 / 0.05) !important;
}

.bg-yellow2\/50 {
  background-color: rgb(255 249 217 / 0.5) !important;
}

.bg-yellow2\/55 {
  background-color: rgb(255 249 217 / 0.55) !important;
}

.bg-yellow2\/60 {
  background-color: rgb(255 249 217 / 0.6) !important;
}

.bg-yellow2\/65 {
  background-color: rgb(255 249 217 / 0.65) !important;
}

.bg-yellow2\/70 {
  background-color: rgb(255 249 217 / 0.7) !important;
}

.bg-yellow2\/75 {
  background-color: rgb(255 249 217 / 0.75) !important;
}

.bg-yellow2\/80 {
  background-color: rgb(255 249 217 / 0.8) !important;
}

.bg-yellow2\/85 {
  background-color: rgb(255 249 217 / 0.85) !important;
}

.bg-yellow2\/90 {
  background-color: rgb(255 249 217 / 0.9) !important;
}

.bg-yellow2\/95 {
  background-color: rgb(255 249 217 / 0.95) !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-origin-border {
  background-origin: border-box !important;
}

.bg-origin-padding {
  background-origin: padding-box !important;
}

.bg-origin-content {
  background-origin: content-box !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-sub {
  vertical-align: sub !important;
}

.align-super {
  vertical-align: super !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}

.text-font12 {
  font-size: 12px !important;
}

.text-font15 {
  font-size: 15px !important;
}

.text-font17 {
  font-size: 17px !important;
}

.text-font18 {
  font-size: 18px !important;
}

.text-font20 {
  font-size: 20px !important;
}

.text-font22 {
  font-size: 22px !important;
}

.text-font25 {
  font-size: 25px !important;
}

.text-font30 {
  font-size: 30px !important;
}

.text-font35 {
  font-size: 35px !important;
}

.text-font38 {
  font-size: 38px !important;
}

.text-font42 {
  font-size: 42px !important;
}

.text-font45 {
  font-size: 45px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.leading-line16 {
  line-height: 16px !important;
}

.leading-line20 {
  line-height: 20px !important;
}

.leading-line24 {
  line-height: 24px !important;
}

.leading-line25 {
  line-height: 25px !important;
}

.leading-line27 {
  line-height: 27px !important;
}

.leading-line28 {
  line-height: 28px !important;
}

.leading-line30 {
  line-height: 30px !important;
}

.leading-line32 {
  line-height: 32px !important;
}

.leading-line36 {
  line-height: 36px !important;
}

.leading-line40 {
  line-height: 40px !important;
}

.leading-line44 {
  line-height: 44px !important;
}

.leading-line48 {
  line-height: 48px !important;
}

.leading-line56 {
  line-height: 56px !important;
}

.leading-line64 {
  line-height: 64px !important;
}

.text-\[\#336699\]\/\[\.35\] {
  color: rgb(51 102 153 / .35) !important;
}

.text-bgblue0 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 252 255 / var(--tw-text-opacity, 1)) !important;
}

.text-bgblue0\/0 {
  color: rgb(249 252 255 / 0) !important;
}

.text-bgblue0\/10 {
  color: rgb(249 252 255 / 0.1) !important;
}

.text-bgblue0\/100 {
  color: rgb(249 252 255 / 1) !important;
}

.text-bgblue0\/15 {
  color: rgb(249 252 255 / 0.15) !important;
}

.text-bgblue0\/20 {
  color: rgb(249 252 255 / 0.2) !important;
}

.text-bgblue0\/25 {
  color: rgb(249 252 255 / 0.25) !important;
}

.text-bgblue0\/30 {
  color: rgb(249 252 255 / 0.3) !important;
}

.text-bgblue0\/35 {
  color: rgb(249 252 255 / 0.35) !important;
}

.text-bgblue0\/40 {
  color: rgb(249 252 255 / 0.4) !important;
}

.text-bgblue0\/45 {
  color: rgb(249 252 255 / 0.45) !important;
}

.text-bgblue0\/5 {
  color: rgb(249 252 255 / 0.05) !important;
}

.text-bgblue0\/50 {
  color: rgb(249 252 255 / 0.5) !important;
}

.text-bgblue0\/55 {
  color: rgb(249 252 255 / 0.55) !important;
}

.text-bgblue0\/60 {
  color: rgb(249 252 255 / 0.6) !important;
}

.text-bgblue0\/65 {
  color: rgb(249 252 255 / 0.65) !important;
}

.text-bgblue0\/70 {
  color: rgb(249 252 255 / 0.7) !important;
}

.text-bgblue0\/75 {
  color: rgb(249 252 255 / 0.75) !important;
}

.text-bgblue0\/80 {
  color: rgb(249 252 255 / 0.8) !important;
}

.text-bgblue0\/85 {
  color: rgb(249 252 255 / 0.85) !important;
}

.text-bgblue0\/90 {
  color: rgb(249 252 255 / 0.9) !important;
}

.text-bgblue0\/95 {
  color: rgb(249 252 255 / 0.95) !important;
}

.text-bgblue1 {
  --tw-text-opacity: 1 !important;
  color: rgb(228 242 255 / var(--tw-text-opacity, 1)) !important;
}

.text-bgblue1\/0 {
  color: rgb(228 242 255 / 0) !important;
}

.text-bgblue1\/10 {
  color: rgb(228 242 255 / 0.1) !important;
}

.text-bgblue1\/100 {
  color: rgb(228 242 255 / 1) !important;
}

.text-bgblue1\/15 {
  color: rgb(228 242 255 / 0.15) !important;
}

.text-bgblue1\/20 {
  color: rgb(228 242 255 / 0.2) !important;
}

.text-bgblue1\/25 {
  color: rgb(228 242 255 / 0.25) !important;
}

.text-bgblue1\/30 {
  color: rgb(228 242 255 / 0.3) !important;
}

.text-bgblue1\/35 {
  color: rgb(228 242 255 / 0.35) !important;
}

.text-bgblue1\/40 {
  color: rgb(228 242 255 / 0.4) !important;
}

.text-bgblue1\/45 {
  color: rgb(228 242 255 / 0.45) !important;
}

.text-bgblue1\/5 {
  color: rgb(228 242 255 / 0.05) !important;
}

.text-bgblue1\/50 {
  color: rgb(228 242 255 / 0.5) !important;
}

.text-bgblue1\/55 {
  color: rgb(228 242 255 / 0.55) !important;
}

.text-bgblue1\/60 {
  color: rgb(228 242 255 / 0.6) !important;
}

.text-bgblue1\/65 {
  color: rgb(228 242 255 / 0.65) !important;
}

.text-bgblue1\/70 {
  color: rgb(228 242 255 / 0.7) !important;
}

.text-bgblue1\/75 {
  color: rgb(228 242 255 / 0.75) !important;
}

.text-bgblue1\/80 {
  color: rgb(228 242 255 / 0.8) !important;
}

.text-bgblue1\/85 {
  color: rgb(228 242 255 / 0.85) !important;
}

.text-bgblue1\/90 {
  color: rgb(228 242 255 / 0.9) !important;
}

.text-bgblue1\/95 {
  color: rgb(228 242 255 / 0.95) !important;
}

.text-bgblue2 {
  --tw-text-opacity: 1 !important;
  color: rgb(208 241 246 / var(--tw-text-opacity, 1)) !important;
}

.text-bgblue2\/0 {
  color: rgb(208 241 246 / 0) !important;
}

.text-bgblue2\/10 {
  color: rgb(208 241 246 / 0.1) !important;
}

.text-bgblue2\/100 {
  color: rgb(208 241 246 / 1) !important;
}

.text-bgblue2\/15 {
  color: rgb(208 241 246 / 0.15) !important;
}

.text-bgblue2\/20 {
  color: rgb(208 241 246 / 0.2) !important;
}

.text-bgblue2\/25 {
  color: rgb(208 241 246 / 0.25) !important;
}

.text-bgblue2\/30 {
  color: rgb(208 241 246 / 0.3) !important;
}

.text-bgblue2\/35 {
  color: rgb(208 241 246 / 0.35) !important;
}

.text-bgblue2\/40 {
  color: rgb(208 241 246 / 0.4) !important;
}

.text-bgblue2\/45 {
  color: rgb(208 241 246 / 0.45) !important;
}

.text-bgblue2\/5 {
  color: rgb(208 241 246 / 0.05) !important;
}

.text-bgblue2\/50 {
  color: rgb(208 241 246 / 0.5) !important;
}

.text-bgblue2\/55 {
  color: rgb(208 241 246 / 0.55) !important;
}

.text-bgblue2\/60 {
  color: rgb(208 241 246 / 0.6) !important;
}

.text-bgblue2\/65 {
  color: rgb(208 241 246 / 0.65) !important;
}

.text-bgblue2\/70 {
  color: rgb(208 241 246 / 0.7) !important;
}

.text-bgblue2\/75 {
  color: rgb(208 241 246 / 0.75) !important;
}

.text-bgblue2\/80 {
  color: rgb(208 241 246 / 0.8) !important;
}

.text-bgblue2\/85 {
  color: rgb(208 241 246 / 0.85) !important;
}

.text-bgblue2\/90 {
  color: rgb(208 241 246 / 0.9) !important;
}

.text-bgblue2\/95 {
  color: rgb(208 241 246 / 0.95) !important;
}

.text-bggray {
  --tw-text-opacity: 1 !important;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1)) !important;
}

.text-bggray\/0 {
  color: rgb(238 238 238 / 0) !important;
}

.text-bggray\/10 {
  color: rgb(238 238 238 / 0.1) !important;
}

.text-bggray\/100 {
  color: rgb(238 238 238 / 1) !important;
}

.text-bggray\/15 {
  color: rgb(238 238 238 / 0.15) !important;
}

.text-bggray\/20 {
  color: rgb(238 238 238 / 0.2) !important;
}

.text-bggray\/25 {
  color: rgb(238 238 238 / 0.25) !important;
}

.text-bggray\/30 {
  color: rgb(238 238 238 / 0.3) !important;
}

.text-bggray\/35 {
  color: rgb(238 238 238 / 0.35) !important;
}

.text-bggray\/40 {
  color: rgb(238 238 238 / 0.4) !important;
}

.text-bggray\/45 {
  color: rgb(238 238 238 / 0.45) !important;
}

.text-bggray\/5 {
  color: rgb(238 238 238 / 0.05) !important;
}

.text-bggray\/50 {
  color: rgb(238 238 238 / 0.5) !important;
}

.text-bggray\/55 {
  color: rgb(238 238 238 / 0.55) !important;
}

.text-bggray\/60 {
  color: rgb(238 238 238 / 0.6) !important;
}

.text-bggray\/65 {
  color: rgb(238 238 238 / 0.65) !important;
}

.text-bggray\/70 {
  color: rgb(238 238 238 / 0.7) !important;
}

.text-bggray\/75 {
  color: rgb(238 238 238 / 0.75) !important;
}

.text-bggray\/80 {
  color: rgb(238 238 238 / 0.8) !important;
}

.text-bggray\/85 {
  color: rgb(238 238 238 / 0.85) !important;
}

.text-bggray\/90 {
  color: rgb(238 238 238 / 0.9) !important;
}

.text-bggray\/95 {
  color: rgb(238 238 238 / 0.95) !important;
}

.text-bggray1 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 248 248 / var(--tw-text-opacity, 1)) !important;
}

.text-bggray1\/0 {
  color: rgb(249 248 248 / 0) !important;
}

.text-bggray1\/10 {
  color: rgb(249 248 248 / 0.1) !important;
}

.text-bggray1\/100 {
  color: rgb(249 248 248 / 1) !important;
}

.text-bggray1\/15 {
  color: rgb(249 248 248 / 0.15) !important;
}

.text-bggray1\/20 {
  color: rgb(249 248 248 / 0.2) !important;
}

.text-bggray1\/25 {
  color: rgb(249 248 248 / 0.25) !important;
}

.text-bggray1\/30 {
  color: rgb(249 248 248 / 0.3) !important;
}

.text-bggray1\/35 {
  color: rgb(249 248 248 / 0.35) !important;
}

.text-bggray1\/40 {
  color: rgb(249 248 248 / 0.4) !important;
}

.text-bggray1\/45 {
  color: rgb(249 248 248 / 0.45) !important;
}

.text-bggray1\/5 {
  color: rgb(249 248 248 / 0.05) !important;
}

.text-bggray1\/50 {
  color: rgb(249 248 248 / 0.5) !important;
}

.text-bggray1\/55 {
  color: rgb(249 248 248 / 0.55) !important;
}

.text-bggray1\/60 {
  color: rgb(249 248 248 / 0.6) !important;
}

.text-bggray1\/65 {
  color: rgb(249 248 248 / 0.65) !important;
}

.text-bggray1\/70 {
  color: rgb(249 248 248 / 0.7) !important;
}

.text-bggray1\/75 {
  color: rgb(249 248 248 / 0.75) !important;
}

.text-bggray1\/80 {
  color: rgb(249 248 248 / 0.8) !important;
}

.text-bggray1\/85 {
  color: rgb(249 248 248 / 0.85) !important;
}

.text-bggray1\/90 {
  color: rgb(249 248 248 / 0.9) !important;
}

.text-bggray1\/95 {
  color: rgb(249 248 248 / 0.95) !important;
}

.text-bggreen {
  --tw-text-opacity: 1 !important;
  color: rgb(234 255 249 / var(--tw-text-opacity, 1)) !important;
}

.text-bggreen\/0 {
  color: rgb(234 255 249 / 0) !important;
}

.text-bggreen\/10 {
  color: rgb(234 255 249 / 0.1) !important;
}

.text-bggreen\/100 {
  color: rgb(234 255 249 / 1) !important;
}

.text-bggreen\/15 {
  color: rgb(234 255 249 / 0.15) !important;
}

.text-bggreen\/20 {
  color: rgb(234 255 249 / 0.2) !important;
}

.text-bggreen\/25 {
  color: rgb(234 255 249 / 0.25) !important;
}

.text-bggreen\/30 {
  color: rgb(234 255 249 / 0.3) !important;
}

.text-bggreen\/35 {
  color: rgb(234 255 249 / 0.35) !important;
}

.text-bggreen\/40 {
  color: rgb(234 255 249 / 0.4) !important;
}

.text-bggreen\/45 {
  color: rgb(234 255 249 / 0.45) !important;
}

.text-bggreen\/5 {
  color: rgb(234 255 249 / 0.05) !important;
}

.text-bggreen\/50 {
  color: rgb(234 255 249 / 0.5) !important;
}

.text-bggreen\/55 {
  color: rgb(234 255 249 / 0.55) !important;
}

.text-bggreen\/60 {
  color: rgb(234 255 249 / 0.6) !important;
}

.text-bggreen\/65 {
  color: rgb(234 255 249 / 0.65) !important;
}

.text-bggreen\/70 {
  color: rgb(234 255 249 / 0.7) !important;
}

.text-bggreen\/75 {
  color: rgb(234 255 249 / 0.75) !important;
}

.text-bggreen\/80 {
  color: rgb(234 255 249 / 0.8) !important;
}

.text-bggreen\/85 {
  color: rgb(234 255 249 / 0.85) !important;
}

.text-bggreen\/90 {
  color: rgb(234 255 249 / 0.9) !important;
}

.text-bggreen\/95 {
  color: rgb(234 255 249 / 0.95) !important;
}

.text-bgyellow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 249 217 / var(--tw-text-opacity, 1)) !important;
}

.text-bgyellow\/0 {
  color: rgb(255 249 217 / 0) !important;
}

.text-bgyellow\/10 {
  color: rgb(255 249 217 / 0.1) !important;
}

.text-bgyellow\/100 {
  color: rgb(255 249 217 / 1) !important;
}

.text-bgyellow\/15 {
  color: rgb(255 249 217 / 0.15) !important;
}

.text-bgyellow\/20 {
  color: rgb(255 249 217 / 0.2) !important;
}

.text-bgyellow\/25 {
  color: rgb(255 249 217 / 0.25) !important;
}

.text-bgyellow\/30 {
  color: rgb(255 249 217 / 0.3) !important;
}

.text-bgyellow\/35 {
  color: rgb(255 249 217 / 0.35) !important;
}

.text-bgyellow\/40 {
  color: rgb(255 249 217 / 0.4) !important;
}

.text-bgyellow\/45 {
  color: rgb(255 249 217 / 0.45) !important;
}

.text-bgyellow\/5 {
  color: rgb(255 249 217 / 0.05) !important;
}

.text-bgyellow\/50 {
  color: rgb(255 249 217 / 0.5) !important;
}

.text-bgyellow\/55 {
  color: rgb(255 249 217 / 0.55) !important;
}

.text-bgyellow\/60 {
  color: rgb(255 249 217 / 0.6) !important;
}

.text-bgyellow\/65 {
  color: rgb(255 249 217 / 0.65) !important;
}

.text-bgyellow\/70 {
  color: rgb(255 249 217 / 0.7) !important;
}

.text-bgyellow\/75 {
  color: rgb(255 249 217 / 0.75) !important;
}

.text-bgyellow\/80 {
  color: rgb(255 249 217 / 0.8) !important;
}

.text-bgyellow\/85 {
  color: rgb(255 249 217 / 0.85) !important;
}

.text-bgyellow\/90 {
  color: rgb(255 249 217 / 0.9) !important;
}

.text-bgyellow\/95 {
  color: rgb(255 249 217 / 0.95) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1)) !important;
}

.text-black\/0 {
  color: rgb(27 27 31 / 0) !important;
}

.text-black\/10 {
  color: rgb(27 27 31 / 0.1) !important;
}

.text-black\/100 {
  color: rgb(27 27 31 / 1) !important;
}

.text-black\/15 {
  color: rgb(27 27 31 / 0.15) !important;
}

.text-black\/20 {
  color: rgb(27 27 31 / 0.2) !important;
}

.text-black\/25 {
  color: rgb(27 27 31 / 0.25) !important;
}

.text-black\/30 {
  color: rgb(27 27 31 / 0.3) !important;
}

.text-black\/35 {
  color: rgb(27 27 31 / 0.35) !important;
}

.text-black\/40 {
  color: rgb(27 27 31 / 0.4) !important;
}

.text-black\/45 {
  color: rgb(27 27 31 / 0.45) !important;
}

.text-black\/5 {
  color: rgb(27 27 31 / 0.05) !important;
}

.text-black\/50 {
  color: rgb(27 27 31 / 0.5) !important;
}

.text-black\/55 {
  color: rgb(27 27 31 / 0.55) !important;
}

.text-black\/60 {
  color: rgb(27 27 31 / 0.6) !important;
}

.text-black\/65 {
  color: rgb(27 27 31 / 0.65) !important;
}

.text-black\/70 {
  color: rgb(27 27 31 / 0.7) !important;
}

.text-black\/75 {
  color: rgb(27 27 31 / 0.75) !important;
}

.text-black\/80 {
  color: rgb(27 27 31 / 0.8) !important;
}

.text-black\/85 {
  color: rgb(27 27 31 / 0.85) !important;
}

.text-black\/90 {
  color: rgb(27 27 31 / 0.9) !important;
}

.text-black\/95 {
  color: rgb(27 27 31 / 0.95) !important;
}

.text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(25 112 244 / var(--tw-text-opacity, 1)) !important;
}

.text-blue\/0 {
  color: rgb(25 112 244 / 0) !important;
}

.text-blue\/10 {
  color: rgb(25 112 244 / 0.1) !important;
}

.text-blue\/100 {
  color: rgb(25 112 244 / 1) !important;
}

.text-blue\/15 {
  color: rgb(25 112 244 / 0.15) !important;
}

.text-blue\/20 {
  color: rgb(25 112 244 / 0.2) !important;
}

.text-blue\/25 {
  color: rgb(25 112 244 / 0.25) !important;
}

.text-blue\/30 {
  color: rgb(25 112 244 / 0.3) !important;
}

.text-blue\/35 {
  color: rgb(25 112 244 / 0.35) !important;
}

.text-blue\/40 {
  color: rgb(25 112 244 / 0.4) !important;
}

.text-blue\/45 {
  color: rgb(25 112 244 / 0.45) !important;
}

.text-blue\/5 {
  color: rgb(25 112 244 / 0.05) !important;
}

.text-blue\/50 {
  color: rgb(25 112 244 / 0.5) !important;
}

.text-blue\/55 {
  color: rgb(25 112 244 / 0.55) !important;
}

.text-blue\/60 {
  color: rgb(25 112 244 / 0.6) !important;
}

.text-blue\/65 {
  color: rgb(25 112 244 / 0.65) !important;
}

.text-blue\/70 {
  color: rgb(25 112 244 / 0.7) !important;
}

.text-blue\/75 {
  color: rgb(25 112 244 / 0.75) !important;
}

.text-blue\/80 {
  color: rgb(25 112 244 / 0.8) !important;
}

.text-blue\/85 {
  color: rgb(25 112 244 / 0.85) !important;
}

.text-blue\/90 {
  color: rgb(25 112 244 / 0.9) !important;
}

.text-blue\/95 {
  color: rgb(25 112 244 / 0.95) !important;
}

.text-blue1 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 160 252 / var(--tw-text-opacity, 1)) !important;
}

.text-blue1\/0 {
  color: rgb(100 160 252 / 0) !important;
}

.text-blue1\/10 {
  color: rgb(100 160 252 / 0.1) !important;
}

.text-blue1\/100 {
  color: rgb(100 160 252 / 1) !important;
}

.text-blue1\/15 {
  color: rgb(100 160 252 / 0.15) !important;
}

.text-blue1\/20 {
  color: rgb(100 160 252 / 0.2) !important;
}

.text-blue1\/25 {
  color: rgb(100 160 252 / 0.25) !important;
}

.text-blue1\/30 {
  color: rgb(100 160 252 / 0.3) !important;
}

.text-blue1\/35 {
  color: rgb(100 160 252 / 0.35) !important;
}

.text-blue1\/40 {
  color: rgb(100 160 252 / 0.4) !important;
}

.text-blue1\/45 {
  color: rgb(100 160 252 / 0.45) !important;
}

.text-blue1\/5 {
  color: rgb(100 160 252 / 0.05) !important;
}

.text-blue1\/50 {
  color: rgb(100 160 252 / 0.5) !important;
}

.text-blue1\/55 {
  color: rgb(100 160 252 / 0.55) !important;
}

.text-blue1\/60 {
  color: rgb(100 160 252 / 0.6) !important;
}

.text-blue1\/65 {
  color: rgb(100 160 252 / 0.65) !important;
}

.text-blue1\/70 {
  color: rgb(100 160 252 / 0.7) !important;
}

.text-blue1\/75 {
  color: rgb(100 160 252 / 0.75) !important;
}

.text-blue1\/80 {
  color: rgb(100 160 252 / 0.8) !important;
}

.text-blue1\/85 {
  color: rgb(100 160 252 / 0.85) !important;
}

.text-blue1\/90 {
  color: rgb(100 160 252 / 0.9) !important;
}

.text-blue1\/95 {
  color: rgb(100 160 252 / 0.95) !important;
}

.text-blue2 {
  --tw-text-opacity: 1 !important;
  color: rgb(228 242 255 / var(--tw-text-opacity, 1)) !important;
}

.text-blue2\/0 {
  color: rgb(228 242 255 / 0) !important;
}

.text-blue2\/10 {
  color: rgb(228 242 255 / 0.1) !important;
}

.text-blue2\/100 {
  color: rgb(228 242 255 / 1) !important;
}

.text-blue2\/15 {
  color: rgb(228 242 255 / 0.15) !important;
}

.text-blue2\/20 {
  color: rgb(228 242 255 / 0.2) !important;
}

.text-blue2\/25 {
  color: rgb(228 242 255 / 0.25) !important;
}

.text-blue2\/30 {
  color: rgb(228 242 255 / 0.3) !important;
}

.text-blue2\/35 {
  color: rgb(228 242 255 / 0.35) !important;
}

.text-blue2\/40 {
  color: rgb(228 242 255 / 0.4) !important;
}

.text-blue2\/45 {
  color: rgb(228 242 255 / 0.45) !important;
}

.text-blue2\/5 {
  color: rgb(228 242 255 / 0.05) !important;
}

.text-blue2\/50 {
  color: rgb(228 242 255 / 0.5) !important;
}

.text-blue2\/55 {
  color: rgb(228 242 255 / 0.55) !important;
}

.text-blue2\/60 {
  color: rgb(228 242 255 / 0.6) !important;
}

.text-blue2\/65 {
  color: rgb(228 242 255 / 0.65) !important;
}

.text-blue2\/70 {
  color: rgb(228 242 255 / 0.7) !important;
}

.text-blue2\/75 {
  color: rgb(228 242 255 / 0.75) !important;
}

.text-blue2\/80 {
  color: rgb(228 242 255 / 0.8) !important;
}

.text-blue2\/85 {
  color: rgb(228 242 255 / 0.85) !important;
}

.text-blue2\/90 {
  color: rgb(228 242 255 / 0.9) !important;
}

.text-blue2\/95 {
  color: rgb(228 242 255 / 0.95) !important;
}

.text-blue3 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 45 110 / var(--tw-text-opacity, 1)) !important;
}

.text-blue3\/0 {
  color: rgb(0 45 110 / 0) !important;
}

.text-blue3\/10 {
  color: rgb(0 45 110 / 0.1) !important;
}

.text-blue3\/100 {
  color: rgb(0 45 110 / 1) !important;
}

.text-blue3\/15 {
  color: rgb(0 45 110 / 0.15) !important;
}

.text-blue3\/20 {
  color: rgb(0 45 110 / 0.2) !important;
}

.text-blue3\/25 {
  color: rgb(0 45 110 / 0.25) !important;
}

.text-blue3\/30 {
  color: rgb(0 45 110 / 0.3) !important;
}

.text-blue3\/35 {
  color: rgb(0 45 110 / 0.35) !important;
}

.text-blue3\/40 {
  color: rgb(0 45 110 / 0.4) !important;
}

.text-blue3\/45 {
  color: rgb(0 45 110 / 0.45) !important;
}

.text-blue3\/5 {
  color: rgb(0 45 110 / 0.05) !important;
}

.text-blue3\/50 {
  color: rgb(0 45 110 / 0.5) !important;
}

.text-blue3\/55 {
  color: rgb(0 45 110 / 0.55) !important;
}

.text-blue3\/60 {
  color: rgb(0 45 110 / 0.6) !important;
}

.text-blue3\/65 {
  color: rgb(0 45 110 / 0.65) !important;
}

.text-blue3\/70 {
  color: rgb(0 45 110 / 0.7) !important;
}

.text-blue3\/75 {
  color: rgb(0 45 110 / 0.75) !important;
}

.text-blue3\/80 {
  color: rgb(0 45 110 / 0.8) !important;
}

.text-blue3\/85 {
  color: rgb(0 45 110 / 0.85) !important;
}

.text-blue3\/90 {
  color: rgb(0 45 110 / 0.9) !important;
}

.text-blue3\/95 {
  color: rgb(0 45 110 / 0.95) !important;
}

.text-dblue {
  --tw-text-opacity: 1 !important;
  color: rgb(9 33 123 / var(--tw-text-opacity, 1)) !important;
}

.text-dblue\/0 {
  color: rgb(9 33 123 / 0) !important;
}

.text-dblue\/10 {
  color: rgb(9 33 123 / 0.1) !important;
}

.text-dblue\/100 {
  color: rgb(9 33 123 / 1) !important;
}

.text-dblue\/15 {
  color: rgb(9 33 123 / 0.15) !important;
}

.text-dblue\/20 {
  color: rgb(9 33 123 / 0.2) !important;
}

.text-dblue\/25 {
  color: rgb(9 33 123 / 0.25) !important;
}

.text-dblue\/30 {
  color: rgb(9 33 123 / 0.3) !important;
}

.text-dblue\/35 {
  color: rgb(9 33 123 / 0.35) !important;
}

.text-dblue\/40 {
  color: rgb(9 33 123 / 0.4) !important;
}

.text-dblue\/45 {
  color: rgb(9 33 123 / 0.45) !important;
}

.text-dblue\/5 {
  color: rgb(9 33 123 / 0.05) !important;
}

.text-dblue\/50 {
  color: rgb(9 33 123 / 0.5) !important;
}

.text-dblue\/55 {
  color: rgb(9 33 123 / 0.55) !important;
}

.text-dblue\/60 {
  color: rgb(9 33 123 / 0.6) !important;
}

.text-dblue\/65 {
  color: rgb(9 33 123 / 0.65) !important;
}

.text-dblue\/70 {
  color: rgb(9 33 123 / 0.7) !important;
}

.text-dblue\/75 {
  color: rgb(9 33 123 / 0.75) !important;
}

.text-dblue\/80 {
  color: rgb(9 33 123 / 0.8) !important;
}

.text-dblue\/85 {
  color: rgb(9 33 123 / 0.85) !important;
}

.text-dblue\/90 {
  color: rgb(9 33 123 / 0.9) !important;
}

.text-dblue\/95 {
  color: rgb(9 33 123 / 0.95) !important;
}

.text-dblue1 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 40 187 / var(--tw-text-opacity, 1)) !important;
}

.text-dblue1\/0 {
  color: rgb(0 40 187 / 0) !important;
}

.text-dblue1\/10 {
  color: rgb(0 40 187 / 0.1) !important;
}

.text-dblue1\/100 {
  color: rgb(0 40 187 / 1) !important;
}

.text-dblue1\/15 {
  color: rgb(0 40 187 / 0.15) !important;
}

.text-dblue1\/20 {
  color: rgb(0 40 187 / 0.2) !important;
}

.text-dblue1\/25 {
  color: rgb(0 40 187 / 0.25) !important;
}

.text-dblue1\/30 {
  color: rgb(0 40 187 / 0.3) !important;
}

.text-dblue1\/35 {
  color: rgb(0 40 187 / 0.35) !important;
}

.text-dblue1\/40 {
  color: rgb(0 40 187 / 0.4) !important;
}

.text-dblue1\/45 {
  color: rgb(0 40 187 / 0.45) !important;
}

.text-dblue1\/5 {
  color: rgb(0 40 187 / 0.05) !important;
}

.text-dblue1\/50 {
  color: rgb(0 40 187 / 0.5) !important;
}

.text-dblue1\/55 {
  color: rgb(0 40 187 / 0.55) !important;
}

.text-dblue1\/60 {
  color: rgb(0 40 187 / 0.6) !important;
}

.text-dblue1\/65 {
  color: rgb(0 40 187 / 0.65) !important;
}

.text-dblue1\/70 {
  color: rgb(0 40 187 / 0.7) !important;
}

.text-dblue1\/75 {
  color: rgb(0 40 187 / 0.75) !important;
}

.text-dblue1\/80 {
  color: rgb(0 40 187 / 0.8) !important;
}

.text-dblue1\/85 {
  color: rgb(0 40 187 / 0.85) !important;
}

.text-dblue1\/90 {
  color: rgb(0 40 187 / 0.9) !important;
}

.text-dblue1\/95 {
  color: rgb(0 40 187 / 0.95) !important;
}

.text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1)) !important;
}

.text-gray\/0 {
  color: rgb(179 179 179 / 0) !important;
}

.text-gray\/10 {
  color: rgb(179 179 179 / 0.1) !important;
}

.text-gray\/100 {
  color: rgb(179 179 179 / 1) !important;
}

.text-gray\/15 {
  color: rgb(179 179 179 / 0.15) !important;
}

.text-gray\/20 {
  color: rgb(179 179 179 / 0.2) !important;
}

.text-gray\/25 {
  color: rgb(179 179 179 / 0.25) !important;
}

.text-gray\/30 {
  color: rgb(179 179 179 / 0.3) !important;
}

.text-gray\/35 {
  color: rgb(179 179 179 / 0.35) !important;
}

.text-gray\/40 {
  color: rgb(179 179 179 / 0.4) !important;
}

.text-gray\/45 {
  color: rgb(179 179 179 / 0.45) !important;
}

.text-gray\/5 {
  color: rgb(179 179 179 / 0.05) !important;
}

.text-gray\/50 {
  color: rgb(179 179 179 / 0.5) !important;
}

.text-gray\/55 {
  color: rgb(179 179 179 / 0.55) !important;
}

.text-gray\/60 {
  color: rgb(179 179 179 / 0.6) !important;
}

.text-gray\/65 {
  color: rgb(179 179 179 / 0.65) !important;
}

.text-gray\/70 {
  color: rgb(179 179 179 / 0.7) !important;
}

.text-gray\/75 {
  color: rgb(179 179 179 / 0.75) !important;
}

.text-gray\/80 {
  color: rgb(179 179 179 / 0.8) !important;
}

.text-gray\/85 {
  color: rgb(179 179 179 / 0.85) !important;
}

.text-gray\/90 {
  color: rgb(179 179 179 / 0.9) !important;
}

.text-gray\/95 {
  color: rgb(179 179 179 / 0.95) !important;
}

.text-green {
  --tw-text-opacity: 1 !important;
  color: rgb(35 152 121 / var(--tw-text-opacity, 1)) !important;
}

.text-green\/0 {
  color: rgb(35 152 121 / 0) !important;
}

.text-green\/10 {
  color: rgb(35 152 121 / 0.1) !important;
}

.text-green\/100 {
  color: rgb(35 152 121 / 1) !important;
}

.text-green\/15 {
  color: rgb(35 152 121 / 0.15) !important;
}

.text-green\/20 {
  color: rgb(35 152 121 / 0.2) !important;
}

.text-green\/25 {
  color: rgb(35 152 121 / 0.25) !important;
}

.text-green\/30 {
  color: rgb(35 152 121 / 0.3) !important;
}

.text-green\/35 {
  color: rgb(35 152 121 / 0.35) !important;
}

.text-green\/40 {
  color: rgb(35 152 121 / 0.4) !important;
}

.text-green\/45 {
  color: rgb(35 152 121 / 0.45) !important;
}

.text-green\/5 {
  color: rgb(35 152 121 / 0.05) !important;
}

.text-green\/50 {
  color: rgb(35 152 121 / 0.5) !important;
}

.text-green\/55 {
  color: rgb(35 152 121 / 0.55) !important;
}

.text-green\/60 {
  color: rgb(35 152 121 / 0.6) !important;
}

.text-green\/65 {
  color: rgb(35 152 121 / 0.65) !important;
}

.text-green\/70 {
  color: rgb(35 152 121 / 0.7) !important;
}

.text-green\/75 {
  color: rgb(35 152 121 / 0.75) !important;
}

.text-green\/80 {
  color: rgb(35 152 121 / 0.8) !important;
}

.text-green\/85 {
  color: rgb(35 152 121 / 0.85) !important;
}

.text-green\/90 {
  color: rgb(35 152 121 / 0.9) !important;
}

.text-green\/95 {
  color: rgb(35 152 121 / 0.95) !important;
}

.text-green1 {
  --tw-text-opacity: 1 !important;
  color: rgb(83 211 177 / var(--tw-text-opacity, 1)) !important;
}

.text-green1\/0 {
  color: rgb(83 211 177 / 0) !important;
}

.text-green1\/10 {
  color: rgb(83 211 177 / 0.1) !important;
}

.text-green1\/100 {
  color: rgb(83 211 177 / 1) !important;
}

.text-green1\/15 {
  color: rgb(83 211 177 / 0.15) !important;
}

.text-green1\/20 {
  color: rgb(83 211 177 / 0.2) !important;
}

.text-green1\/25 {
  color: rgb(83 211 177 / 0.25) !important;
}

.text-green1\/30 {
  color: rgb(83 211 177 / 0.3) !important;
}

.text-green1\/35 {
  color: rgb(83 211 177 / 0.35) !important;
}

.text-green1\/40 {
  color: rgb(83 211 177 / 0.4) !important;
}

.text-green1\/45 {
  color: rgb(83 211 177 / 0.45) !important;
}

.text-green1\/5 {
  color: rgb(83 211 177 / 0.05) !important;
}

.text-green1\/50 {
  color: rgb(83 211 177 / 0.5) !important;
}

.text-green1\/55 {
  color: rgb(83 211 177 / 0.55) !important;
}

.text-green1\/60 {
  color: rgb(83 211 177 / 0.6) !important;
}

.text-green1\/65 {
  color: rgb(83 211 177 / 0.65) !important;
}

.text-green1\/70 {
  color: rgb(83 211 177 / 0.7) !important;
}

.text-green1\/75 {
  color: rgb(83 211 177 / 0.75) !important;
}

.text-green1\/80 {
  color: rgb(83 211 177 / 0.8) !important;
}

.text-green1\/85 {
  color: rgb(83 211 177 / 0.85) !important;
}

.text-green1\/90 {
  color: rgb(83 211 177 / 0.9) !important;
}

.text-green1\/95 {
  color: rgb(83 211 177 / 0.95) !important;
}

.text-green2 {
  --tw-text-opacity: 1 !important;
  color: rgb(184 245 229 / var(--tw-text-opacity, 1)) !important;
}

.text-green2\/0 {
  color: rgb(184 245 229 / 0) !important;
}

.text-green2\/10 {
  color: rgb(184 245 229 / 0.1) !important;
}

.text-green2\/100 {
  color: rgb(184 245 229 / 1) !important;
}

.text-green2\/15 {
  color: rgb(184 245 229 / 0.15) !important;
}

.text-green2\/20 {
  color: rgb(184 245 229 / 0.2) !important;
}

.text-green2\/25 {
  color: rgb(184 245 229 / 0.25) !important;
}

.text-green2\/30 {
  color: rgb(184 245 229 / 0.3) !important;
}

.text-green2\/35 {
  color: rgb(184 245 229 / 0.35) !important;
}

.text-green2\/40 {
  color: rgb(184 245 229 / 0.4) !important;
}

.text-green2\/45 {
  color: rgb(184 245 229 / 0.45) !important;
}

.text-green2\/5 {
  color: rgb(184 245 229 / 0.05) !important;
}

.text-green2\/50 {
  color: rgb(184 245 229 / 0.5) !important;
}

.text-green2\/55 {
  color: rgb(184 245 229 / 0.55) !important;
}

.text-green2\/60 {
  color: rgb(184 245 229 / 0.6) !important;
}

.text-green2\/65 {
  color: rgb(184 245 229 / 0.65) !important;
}

.text-green2\/70 {
  color: rgb(184 245 229 / 0.7) !important;
}

.text-green2\/75 {
  color: rgb(184 245 229 / 0.75) !important;
}

.text-green2\/80 {
  color: rgb(184 245 229 / 0.8) !important;
}

.text-green2\/85 {
  color: rgb(184 245 229 / 0.85) !important;
}

.text-green2\/90 {
  color: rgb(184 245 229 / 0.9) !important;
}

.text-green2\/95 {
  color: rgb(184 245 229 / 0.95) !important;
}

.text-greentext {
  --tw-text-opacity: 1 !important;
  color: rgb(0 188 137 / var(--tw-text-opacity, 1)) !important;
}

.text-greentext\/0 {
  color: rgb(0 188 137 / 0) !important;
}

.text-greentext\/10 {
  color: rgb(0 188 137 / 0.1) !important;
}

.text-greentext\/100 {
  color: rgb(0 188 137 / 1) !important;
}

.text-greentext\/15 {
  color: rgb(0 188 137 / 0.15) !important;
}

.text-greentext\/20 {
  color: rgb(0 188 137 / 0.2) !important;
}

.text-greentext\/25 {
  color: rgb(0 188 137 / 0.25) !important;
}

.text-greentext\/30 {
  color: rgb(0 188 137 / 0.3) !important;
}

.text-greentext\/35 {
  color: rgb(0 188 137 / 0.35) !important;
}

.text-greentext\/40 {
  color: rgb(0 188 137 / 0.4) !important;
}

.text-greentext\/45 {
  color: rgb(0 188 137 / 0.45) !important;
}

.text-greentext\/5 {
  color: rgb(0 188 137 / 0.05) !important;
}

.text-greentext\/50 {
  color: rgb(0 188 137 / 0.5) !important;
}

.text-greentext\/55 {
  color: rgb(0 188 137 / 0.55) !important;
}

.text-greentext\/60 {
  color: rgb(0 188 137 / 0.6) !important;
}

.text-greentext\/65 {
  color: rgb(0 188 137 / 0.65) !important;
}

.text-greentext\/70 {
  color: rgb(0 188 137 / 0.7) !important;
}

.text-greentext\/75 {
  color: rgb(0 188 137 / 0.75) !important;
}

.text-greentext\/80 {
  color: rgb(0 188 137 / 0.8) !important;
}

.text-greentext\/85 {
  color: rgb(0 188 137 / 0.85) !important;
}

.text-greentext\/90 {
  color: rgb(0 188 137 / 0.9) !important;
}

.text-greentext\/95 {
  color: rgb(0 188 137 / 0.95) !important;
}

.text-txgray {
  --tw-text-opacity: 1 !important;
  color: rgb(132 143 153 / var(--tw-text-opacity, 1)) !important;
}

.text-txgray\/0 {
  color: rgb(132 143 153 / 0) !important;
}

.text-txgray\/10 {
  color: rgb(132 143 153 / 0.1) !important;
}

.text-txgray\/100 {
  color: rgb(132 143 153 / 1) !important;
}

.text-txgray\/15 {
  color: rgb(132 143 153 / 0.15) !important;
}

.text-txgray\/20 {
  color: rgb(132 143 153 / 0.2) !important;
}

.text-txgray\/25 {
  color: rgb(132 143 153 / 0.25) !important;
}

.text-txgray\/30 {
  color: rgb(132 143 153 / 0.3) !important;
}

.text-txgray\/35 {
  color: rgb(132 143 153 / 0.35) !important;
}

.text-txgray\/40 {
  color: rgb(132 143 153 / 0.4) !important;
}

.text-txgray\/45 {
  color: rgb(132 143 153 / 0.45) !important;
}

.text-txgray\/5 {
  color: rgb(132 143 153 / 0.05) !important;
}

.text-txgray\/50 {
  color: rgb(132 143 153 / 0.5) !important;
}

.text-txgray\/55 {
  color: rgb(132 143 153 / 0.55) !important;
}

.text-txgray\/60 {
  color: rgb(132 143 153 / 0.6) !important;
}

.text-txgray\/65 {
  color: rgb(132 143 153 / 0.65) !important;
}

.text-txgray\/70 {
  color: rgb(132 143 153 / 0.7) !important;
}

.text-txgray\/75 {
  color: rgb(132 143 153 / 0.75) !important;
}

.text-txgray\/80 {
  color: rgb(132 143 153 / 0.8) !important;
}

.text-txgray\/85 {
  color: rgb(132 143 153 / 0.85) !important;
}

.text-txgray\/90 {
  color: rgb(132 143 153 / 0.9) !important;
}

.text-txgray\/95 {
  color: rgb(132 143 153 / 0.95) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-white\/0 {
  color: rgb(255 255 255 / 0) !important;
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1) !important;
}

.text-white\/100 {
  color: rgb(255 255 255 / 1) !important;
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15) !important;
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25) !important;
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3) !important;
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35) !important;
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4) !important;
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45) !important;
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05) !important;
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55) !important;
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65) !important;
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85) !important;
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}

.text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(249 221 74 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow\/0 {
  color: rgb(249 221 74 / 0) !important;
}

.text-yellow\/10 {
  color: rgb(249 221 74 / 0.1) !important;
}

.text-yellow\/100 {
  color: rgb(249 221 74 / 1) !important;
}

.text-yellow\/15 {
  color: rgb(249 221 74 / 0.15) !important;
}

.text-yellow\/20 {
  color: rgb(249 221 74 / 0.2) !important;
}

.text-yellow\/25 {
  color: rgb(249 221 74 / 0.25) !important;
}

.text-yellow\/30 {
  color: rgb(249 221 74 / 0.3) !important;
}

.text-yellow\/35 {
  color: rgb(249 221 74 / 0.35) !important;
}

.text-yellow\/40 {
  color: rgb(249 221 74 / 0.4) !important;
}

.text-yellow\/45 {
  color: rgb(249 221 74 / 0.45) !important;
}

.text-yellow\/5 {
  color: rgb(249 221 74 / 0.05) !important;
}

.text-yellow\/50 {
  color: rgb(249 221 74 / 0.5) !important;
}

.text-yellow\/55 {
  color: rgb(249 221 74 / 0.55) !important;
}

.text-yellow\/60 {
  color: rgb(249 221 74 / 0.6) !important;
}

.text-yellow\/65 {
  color: rgb(249 221 74 / 0.65) !important;
}

.text-yellow\/70 {
  color: rgb(249 221 74 / 0.7) !important;
}

.text-yellow\/75 {
  color: rgb(249 221 74 / 0.75) !important;
}

.text-yellow\/80 {
  color: rgb(249 221 74 / 0.8) !important;
}

.text-yellow\/85 {
  color: rgb(249 221 74 / 0.85) !important;
}

.text-yellow\/90 {
  color: rgb(249 221 74 / 0.9) !important;
}

.text-yellow\/95 {
  color: rgb(249 221 74 / 0.95) !important;
}

.text-yellow1 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 241 168 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow1\/0 {
  color: rgb(255 241 168 / 0) !important;
}

.text-yellow1\/10 {
  color: rgb(255 241 168 / 0.1) !important;
}

.text-yellow1\/100 {
  color: rgb(255 241 168 / 1) !important;
}

.text-yellow1\/15 {
  color: rgb(255 241 168 / 0.15) !important;
}

.text-yellow1\/20 {
  color: rgb(255 241 168 / 0.2) !important;
}

.text-yellow1\/25 {
  color: rgb(255 241 168 / 0.25) !important;
}

.text-yellow1\/30 {
  color: rgb(255 241 168 / 0.3) !important;
}

.text-yellow1\/35 {
  color: rgb(255 241 168 / 0.35) !important;
}

.text-yellow1\/40 {
  color: rgb(255 241 168 / 0.4) !important;
}

.text-yellow1\/45 {
  color: rgb(255 241 168 / 0.45) !important;
}

.text-yellow1\/5 {
  color: rgb(255 241 168 / 0.05) !important;
}

.text-yellow1\/50 {
  color: rgb(255 241 168 / 0.5) !important;
}

.text-yellow1\/55 {
  color: rgb(255 241 168 / 0.55) !important;
}

.text-yellow1\/60 {
  color: rgb(255 241 168 / 0.6) !important;
}

.text-yellow1\/65 {
  color: rgb(255 241 168 / 0.65) !important;
}

.text-yellow1\/70 {
  color: rgb(255 241 168 / 0.7) !important;
}

.text-yellow1\/75 {
  color: rgb(255 241 168 / 0.75) !important;
}

.text-yellow1\/80 {
  color: rgb(255 241 168 / 0.8) !important;
}

.text-yellow1\/85 {
  color: rgb(255 241 168 / 0.85) !important;
}

.text-yellow1\/90 {
  color: rgb(255 241 168 / 0.9) !important;
}

.text-yellow1\/95 {
  color: rgb(255 241 168 / 0.95) !important;
}

.text-yellow2 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 249 217 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow2\/0 {
  color: rgb(255 249 217 / 0) !important;
}

.text-yellow2\/10 {
  color: rgb(255 249 217 / 0.1) !important;
}

.text-yellow2\/100 {
  color: rgb(255 249 217 / 1) !important;
}

.text-yellow2\/15 {
  color: rgb(255 249 217 / 0.15) !important;
}

.text-yellow2\/20 {
  color: rgb(255 249 217 / 0.2) !important;
}

.text-yellow2\/25 {
  color: rgb(255 249 217 / 0.25) !important;
}

.text-yellow2\/30 {
  color: rgb(255 249 217 / 0.3) !important;
}

.text-yellow2\/35 {
  color: rgb(255 249 217 / 0.35) !important;
}

.text-yellow2\/40 {
  color: rgb(255 249 217 / 0.4) !important;
}

.text-yellow2\/45 {
  color: rgb(255 249 217 / 0.45) !important;
}

.text-yellow2\/5 {
  color: rgb(255 249 217 / 0.05) !important;
}

.text-yellow2\/50 {
  color: rgb(255 249 217 / 0.5) !important;
}

.text-yellow2\/55 {
  color: rgb(255 249 217 / 0.55) !important;
}

.text-yellow2\/60 {
  color: rgb(255 249 217 / 0.6) !important;
}

.text-yellow2\/65 {
  color: rgb(255 249 217 / 0.65) !important;
}

.text-yellow2\/70 {
  color: rgb(255 249 217 / 0.7) !important;
}

.text-yellow2\/75 {
  color: rgb(255 249 217 / 0.75) !important;
}

.text-yellow2\/80 {
  color: rgb(255 249 217 / 0.8) !important;
}

.text-yellow2\/85 {
  color: rgb(255 249 217 / 0.85) !important;
}

.text-yellow2\/90 {
  color: rgb(255 249 217 / 0.9) !important;
}

.text-yellow2\/95 {
  color: rgb(255 249 217 / 0.95) !important;
}

.underline {
  text-decoration-line: underline !important;
}

.overline {
  text-decoration-line: overline !important;
}

.line-through {
  text-decoration-line: line-through !important;
}

.no-underline {
  text-decoration-line: none !important;
}

.decoration-solid {
  text-decoration-style: solid !important;
}

.decoration-double {
  text-decoration-style: double !important;
}

.decoration-dotted {
  text-decoration-style: dotted !important;
}

.decoration-dashed {
  text-decoration-style: dashed !important;
}

.decoration-wavy {
  text-decoration-style: wavy !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.mix-blend-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-color {
  mix-blend-mode: color !important;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker !important;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}

.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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;
}

.shadow-none {
  --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;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 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;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline {
  outline-style: solid !important;
}

.outline-dashed {
  outline-style: dashed !important;
}

.outline-dotted {
  outline-style: dotted !important;
}

.outline-double {
  outline-style: double !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.ring-offset-blue {
  --tw-ring-offset-color: #1970F4 !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  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) !important;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  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) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  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) !important;
}

.\!invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
  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) !important;
}

.\!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) !important;
}

.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) !important;
}

.filter-none {
  filter: none !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none {
  backdrop-filter: none !important;
}

.\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.contain-none {
  contain: none !important;
}

.contain-content {
  contain: content !important;
}

.contain-strict {
  contain: strict !important;
}

.contain-size {
  --tw-contain-size: size !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style) !important;
}

.contain-inline-size {
  --tw-contain-size: inline-size !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style) !important;
}

.contain-layout {
  --tw-contain-layout: layout !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style) !important;
}

.contain-paint {
  --tw-contain-paint: paint !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style) !important;
}

.contain-style {
  --tw-contain-style: style !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style) !important;
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: 'this-is-also-valid]-weirdly-enough' !important;
  content: var(--tw-content) !important;
}

.content-none {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.forced-color-adjust-auto {
  forced-color-adjust: auto !important;
}

.forced-color-adjust-none {
  forced-color-adjust: none !important;
}

.\[-\:\|\\s\] {
  -: |\s !important;
}

.\[-\:\|\] {
  -: | !important;
}

.\[a-zA-Z0-9-_\:\.\(\)\] {
  a-z-a--z0-9-_: .() !important;
}

.\[a-zA-Z0-9\:\\\\-\\\\\._\$\] {
  a-z-a--z0-9: \\-\\. $ !important;
}

.\[a-zA-Z0-9\:_-\] {
  a-z-a--z0-9: - !important;
}

.\[a-z_\:\.\\-\] {
  a-z_: .\- !important;
}

.\[emittery\:subscribe\] {
  emittery: subscribe !important;
}

.\[hash\:base64\] {
  hash: base64 !important;
}

.\[httparchive\:summary_pages\.2018_12_15_desktop\] {
  httparchive: summary pages.2018 12 15 desktop !important;
}

.\[httparchive\:summary_pages\.2020_07_01_desktop\] {
  httparchive: summary pages.2020 07 01 desktop !important;
}

.\[https-proxy-agent\:parse-proxy-response\] {
  https-proxy-agent: parse-proxy-response !important;
}

.\[key\:string\] {
  key: string !important;
}

.\[xml\:lang\] {
  xml: lang !important;
}

body {
  font-family: Nunito, ui-sans-serif, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
}

h1 {
  font-size: 30px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 35px;
  }
}

@media (min-width: 960px) {
  h1 {
    font-size: 45px;
  }
}

h1 {
  line-height: 40px;
}

@media (min-width: 600px) {
  h1 {
    line-height: 48px;
  }
}

@media (min-width: 960px) {
  h1 {
    line-height: 64px;
  }
}

h1 {
  font-weight: 700;
}

h1 span {
  border-radius: 20px 20px 20px 0;
  padding: 0 15px;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(249 221 74 / var(--tw-bg-opacity, 1));
}

h2 {
  font-size: 25px;
}

@media (min-width: 600px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 960px) {
  h2 {
    font-size: 42px;
  }
}

h2 {
  line-height: 32px;
}

@media (min-width: 600px) {
  h2 {
    line-height: 40px;
  }
}

@media (min-width: 960px) {
  h2 {
    line-height: 56px;
  }
}

h3 {
  font-size: 22px;
}

@media (min-width: 600px) {
  h3 {
    font-size: 25px;
  }
}

@media (min-width: 960px) {
  h3 {
    font-size: 38px;
  }
}

h3 {
  line-height: 30px;
}

@media (min-width: 600px) {
  h3 {
    line-height: 36px;
  }
}

@media (min-width: 960px) {
  h3 {
    line-height: 44px;
  }
}

h4 {
  font-size: 20px;
}

@media (min-width: 600px) {
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 960px) {
  h4 {
    font-size: 30px;
  }
}

h4 {
  line-height: 24px;
}

@media (min-width: 600px) {
  h4 {
    line-height: 27px;
  }
}

@media (min-width: 960px) {
  h4 {
    line-height: 32px;
  }
}

h5,
h5 a {
  font-size: 12px;
}

@media (min-width: 600px) {
  h5,
h5 a {
    font-size: 15px;
  }
}

h5,
h5 a {
  line-height: 16px;
}

@media (min-width: 600px) {
  h5,
h5 a {
    line-height: 20px;
  }
}

p {
  font-size: 15px;
}

@media (min-width: 600px) {
  p {
    font-size: 20px;
  }
}

p {
  line-height: 20px;
}

@media (min-width: 600px) {
  p {
    line-height: 28px;
  }
}

.tailwind-template li {
  font-size: 15px;
}

@media (min-width: 600px) {
  .tailwind-template li {
    font-size: 20px;
  }
}

.tailwind-template li {
  line-height: 20px;
}

@media (min-width: 600px) {
  .tailwind-template li {
    line-height: 28px;
  }
}

.tailwind-template ul {
  list-style-type: disc;
  padding-left: 1rem;
}

a {
  font-size: 15px;
}

@media (min-width: 600px) {
  a {
    font-size: 20px;
  }
}

a {
  line-height: 20px;
}

@media (min-width: 600px) {
  a {
    line-height: 28px;
  }
}

a {
  --tw-text-opacity: 1;
  color: rgb(25 112 244 / var(--tw-text-opacity, 1));
}

section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 960px) and (max-width: 1023px) {
  .container-smd {
    max-width: 600px !important;
  }
}

input,
select {
  border-style: solid;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1)) !important;
  padding: 0.5rem !important;
}

@media (min-width: 960px) {
  input,
select {
    padding: 1rem !important;
  }
}

input,
select {
  border-radius: 0.5rem !important;
  margin: 0px !important;
  width: 100% !important;
}

::-moz-placeholder {
  color: #1b1b1f !important;
}

::placeholder {
  color: #1b1b1f !important;
}

.gform_footer.top_label {
  text-align: center;
}

.cta,
input[type="submit"],
.first--cta a,
.second--cta a {
  font-size: 15px !important;
}

@media (min-width: 1280px) {
  .cta,
input[type="submit"],
.first--cta a,
.second--cta a {
    font-size: 20px !important;
  }
}

.cta,
input[type="submit"],
.first--cta a,
.second--cta a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-weight: 700;
  border-radius: 1.5rem !important;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
  cursor: pointer;
  width: auto !important;
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  text-align: center;
  border-width: 0px !important;
}

.cta.yellow,
.first--cta a,
input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 221 74 / var(--tw-bg-opacity, 1));
}

.cta.yellow:hover,
input[type="submit"]:hover,
.first--cta a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 168 / var(--tw-bg-opacity, 1));
  text-decoration-line: none;
  --tw-text-opacity: 1 !important;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1)) !important;
}

input[type="submit"] {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 600px) {
  input[type="submit"] {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

.cta.blue,
.second--cta a {
  --tw-bg-opacity: 1;
  background-color: rgb(25 112 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.cta.blue:hover,
.second--cta a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 160 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.cta.green {
  --tw-bg-opacity: 1;
  background-color: rgb(35 152 121 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.cta.green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 211 177 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.cta.dblue {
  --tw-bg-opacity: 1;
  background-color: rgb(9 33 123 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.cta.dblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 187 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.first--cta {
  margin-right: 1rem;
}

.second--cta {
  margin-right: 0px !important;
}

.form-container {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 600px) {
  .form-container {
    border-width: 0.1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
  }
}

.form-container {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

.form-container::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgb(25 112 244 / var(--tw-bg-opacity, 1));
  position: absolute;
  width: 100%;
  height: 100%;
  left: -30px;
  top: 30px;
  z-index: -1;
  border-radius: 1.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

.gform_legacy_markup_wrapper div.validation_error,
.gform_legacy_markup_wrapper ol.validation_list {
  display: none !important;
}

.list_item {
  position: relative;
  margin-left: 2rem;
}

.list_item::before {
  content: "";
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2023/10/check_circle_24px.svg");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 3px;
  margin-left: -30px;
}

.list_question {
  position: relative;
  margin-left: 2rem;
}

.list_question::before {
  content: "";
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2023/10/FAQ-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 2px;
  margin-left: -30px;
}

@media (min-width: 960px) {
  .stats_container {
    border-width: 0.1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
  }
}

.stats_container {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.testimonial_container {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(25 112 244 / var(--tw-border-opacity, 1));
  border-radius: 1.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  padding: 1rem;
}

@media (min-width: 960px) {
  .testimonial_container {
    padding: 2rem;
  }
}

.testimonial_container {
  position: relative;
}

.testimonial_container::before {
  content: "";
  display: none;
}

@media (min-width: 1280px) {
  .testimonial_container::before {
    display: block;
  }
}

.testimonial_container::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2023/10/quote-mark-coloured.svg");
  background-repeat: no-repeat;
  width: 88px;
  height: 75px;
  margin-left: 20px;
  margin-top: -30px;
  z-index: -1;
}

.testimonial_container::after {
  content: "";
  display: none;
}

@media (min-width: 1280px) {
  .testimonial_container::after {
    display: block;
  }
}

.testimonial_container::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2023/10/quote-mark-coloured-1.svg");
  background-repeat: no-repeat;
  width: 88px;
  height: 75px;
  margin-right: 20px;
  margin-bottom: -30px;
}

.testimonial_box {
  position: relative;
}

.testimonial_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2023/10/quote-mark-coloured.svg");
  background-repeat: no-repeat;
  width: 88px;
  height: 75px;
  margin-left: 20px;
  margin-top: -30px;
  z-index: -1;
}

p.lesson_name {
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
}

p.lesson_name[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(25 112 244 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* navigation */

nav ul li ul {
  display: none;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  left: 0px;
  top: 20px;
}

.primary_menu .sub-menu li {
  margin: 0px;
  white-space: nowrap;
  padding-bottom: 0.5rem;
}

nav .primary_menu li {
  display: inline-block;
  margin-right: 1.5rem;
  cursor: pointer;
}

nav .primary_menu li a {
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
  font-size: 15px;
  font-weight: 700;
}

nav .primary_menu li a[href]:hover {
  --tw-text-opacity: 1;
  color: rgb(25 112 244 / var(--tw-text-opacity, 1));
}

nav .primary_menu li:hover .sub-menu {
  display: block;
}

.menu-uk-main-menu-container {
  display: block;
  width: 100%;
}

.primary_menu {
  display: flex;
  justify-content: flex-end;
}

.icon-down-open {
  position: relative;
}

.icon-down-open::before {
  content: "";
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2023/10/arrow_drop_down_24px.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  top: 2px;
  width: 12px;
  height: 15px;
}

body.overflow-hidden {
  overflow: auto !important;
}

.primary_menu_mobile .sub-menu {
  display: block;
  position: static;
  padding: 0px;
  margin-bottom: 1rem;
  --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);
}

.primary_menu_mobile li a {
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
  font-weight: 700;
}

.primary_menu_mobile>li {
  font-weight: 700;
}

.primary_menu_mobile .sub-menu li a {
  font-weight: 400;
}

.primary_menu_mobile .icon-down-open::before {
  content: "";
  display: none;
}

.primary_menu_mobile .first--cta {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

/* html {
    @apply mt-8;
} */

.footer_container a {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
}

.footer_container a:hover {
  text-decoration-line: underline;
}

.footer_container h4 {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
  font-weight: 700;
}

.main-navigation #dropdownDefaultButton.icon-down-open::before {
  display: none;
}

#dropdownDefaultButton.icon-down-open::before {
  right: -10px;
  top: 12px;
}

.icon-right-open {
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2023/11/Icon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
}

.shadow_in {
  box-shadow: inset 0px 2.07776px 11.4277px rgba(0, 0, 0, 0.12);
}

.preventInt {
  background-color: #aaaaaa !important;
  pointer-events: none !important;
}

.parentValidation p {
  text-align: center;
  padding: 10px;
  border: 3px solid #ff0c3e;
  border-radius: 6px;
}

#drawer-example[aria-hidden="true"] {
  display: none;
}

.case_study-sidebar .testimonial_container::before {
  background-size: contain;
  width: 50px;
}

.case_study-sidebar .testimonial_container::after {
  background-size: contain;
  width: 50px;
  margin-bottom: -58px;
}

.case_studies-content p {
  margin-bottom: 1rem;
}

.testiminial_shape {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.testiminial_shape::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2023/10/quote-mark-coloured.svg");
  background-repeat: no-repeat;
  width: 88px;
  height: 75px;
  margin-top: -30px;
  z-index: -1;
}

.promo_sales-container {
  border: 1px dashed #1970f4;
  position: sticky;
  top: 20px;
}

.blog--header {
  --tw-bg-opacity: 1;
  background-color: rgb(25 112 244 / var(--tw-bg-opacity, 1));
}

.menu--list.blog_navigation li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 14px;
  font-weight: 700;
}

.menu--list.blog_navigation {
  display: flex;
}

.menu--list.blog_navigation .icon-down-open::before {
  background-image: url(https://thirdspacelearning.com/wp-content/uploads/2023/11/arrow_drop_down_24px.svg);
  margin-right: -6px !important;
  margin-top: 9px !important;
}

.menu--list.blog_navigation li {
  margin-right: 25px;
  cursor: pointer;
}

.icon-search.blog_icon-search {
  background-image: url(https://thirdspacelearning.com/wp-content/uploads/2024/03/Vector.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon_search-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu--list.blog_navigation .menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  left: 0px;
  top: 20px;
}

.menu--list.blog_navigation li:hover .sub-menu {
  display: block;
}

.menu--list.blog_navigation .sub-menu li a {
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
  border-bottom: 2px solid #fff;
  white-space: nowrap;
}

.menu--list.blog_navigation .sub-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(25 112 244 / var(--tw-text-opacity, 1));
}

/* blog design */

.single .single-content h2 {
  font-size: 25px;
  line-height: 36px;
}

@media (min-width: 960px) {
  .single .single-content h2 {
    font-size: 45px;
    line-height: 64px;
  }
}

.single .single-content h2 {
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .single .single-content h2 {
    margin-bottom: 1.5rem;
  }
}

.single .single-content h2 {
  margin-top: 2rem;
}

@media (min-width: 960px) {
  .single .single-content h2 {
    margin-top: 4rem;
  }
}

.single .single-content h2 strong {
  font-weight: 500;
}

.single .single-content h3 {
  font-size: 22px;
}

@media (min-width: 960px) {
  .single .single-content h3 {
    font-size: 38px;
    line-height: 44px;
  }
}

.single .single-content h3 {
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .single .single-content h3 {
    margin-bottom: 1.5rem;
  }
}

.single .single-content h3 {
  margin-top: 2rem;
}

@media (min-width: 960px) {
  .single .single-content h3 {
    margin-top: 4rem;
  }
}

.single .single-content h3 strong {
  font-weight: 500;
}

.single .single-content h4 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 960px) {
  .single .single-content h4 {
    font-size: 25px;
    line-height: 32px;
  }
}

.single .single-content h4 {
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (min-width: 960px) {
  .single .single-content h4 {
    margin-top: 2rem;
  }
}

.single .single-content h4 strong {
  font-weight: 500;
}

.single .single-content h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.single .single-content h5 strong {
  font-weight: 700;
}

.single .single-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.5rem;
}

@media (min-width: 960px) {
  .single .single-content p {
    margin-bottom: 1.25rem;
  }
}

.single .single-content p b,
.single .single-content p strong,
.single .single-content p strong.schema-faq-question,
.single .single-content p strong.schema-faq-question strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.single .single-content hr {
  border-bottom: 1px solid #09217b;
}

.single .single-content ul {
  padding: 0 15px;
  list-style-type: disc;
  margin-bottom: 0.5rem;
}

@media (min-width: 960px) {
  .single .single-content ul {
    margin-bottom: 1.25rem;
  }
}

.single .single-content ul {
  margin-left: 0.5rem;
}

@media (min-width: 960px) {
  .single .single-content ul {
    margin-left: 1.25rem;
  }
}

.single .single-content ul li ul,
.single .single-content ol li ol {
  margin-top: 0.5rem;
}

@media (min-width: 960px) {
  .single .single-content ul li ul,
.single .single-content ol li ol {
    margin-top: 1.25rem;
  }
}

.single .single-content .ub_table-of-contents ul {
  background-color: unset;
  padding: unset;
}

.single .single-content ol {
  padding: 0 20px;
  list-style-type: decimal;
  margin-bottom: 1.25rem;
}

.single .single-content ul li {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0.5rem;
}

.single .single-content ol li {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0.5rem;
}

.single .single-content .wp-caption-text,
.single .single-content figcaption {
  font-size: 12px;
}

.single .single-content a {
  font-size: 18px;
  line-height: 30px;
  color: #398cda;
  margin-bottom: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #398cda;
  transition: all 0.2s ease-in-out;
}

.single .single-content a:hover {
  color: #09217b;
  border-bottom: 1px solid #09217b;
}

.single .single-content .wp-caption {
  background-color: #dbe9f8;
  text-align: center;
  margin-bottom: 1.25rem;
  width: 100% !important;
  height: auto;
}

.single .single-content img {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  max-width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
}

.single .single-content .is-style-no-styling {
  background-color: unset;
  display: inline-block;
  padding: unset;
}

.single .single-content .is-style-no-styling img {
  box-shadow: unset;
}

.single .single-content .is-style-no-styling figcaption {
  top: unset;
}

.single .single-content .is-style-product-style {
  padding: unset;
  background-color: unset;
}

.single .single-content .is-style-product-style img {
  border: 5px solid #09217b;
  border-radius: 0.75rem;
}

b,
strong {
  font-weight: 700;
}

/* .single .single-content blockquote p {
  color: #09217b;
  font-size: 36px;
  line-height: 46px;
  font-style: italic;
  margin-bottom: 0;
} */

.single .single-content blockquote {
  background-color: unset;
  border: unset;
  padding: 15px 0;
  position: relative;
}

.single .single-content #suggested-resource a {
  color: #3d3d3d;
  font-weight: 700;
}

.single .single-content .suggested-resource img.resource-image {
  box-shadow: unset;
  background-color: unset;
  padding: 0;
  margin: auto;
  display: block;
}

.single .single-content p.res_title {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.single .single-content p.res_text {
  color: #fff;
  opacity: 0.8;
}

.single .single-content a.yellow--btn {
  color: #3d3d3d;
  font-weight: bold;
  padding: 10px 20px;
}

.single .single-content .suggested-resource img.resource-image.mob {
  display: none;
}

.single .single-content blockquote:before {
  content: "";
  background: url(https://thirdspacelearning.com/wp-content/uploads/2019/10/“.png) no-repeat center center;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100px;
  margin-left: -10px;
  margin-top: -10px;
}

.single .single-content .wp-caption-text {
  padding-bottom: 5px;
}

.single .single-content a#sr_link {
  margin-top: 20px;
  padding: 15px 40px;
}

.res_download {
  text-align: center;
}

.single .single-content p.res_title {
  font-size: 25px;
  line-height: 33px;
}

.single .single-content .suggested-resource img.resource-image {
  display: none;
}

.single .single-content .suggested-resource img.resource-image.mob {
  display: block;
}

/* .single .single-content blockquote p {
  font-size: 27px;
  line-height: 38px;
} */

.single .single-content blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.single .single-content .wp-caption {
  margin: 20px auto;
}

.single .single-content .wp-caption img {
  margin: 0 0 20px 0;
}

.has-background {
  padding: 30px 15px !important;
  margin-bottom: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 0.375rem;
}

.has-black-background-color {
  background-color: #0c1f32 !important;
}

.has-darkblue-background-color {
  background-color: #09217b !important;
}

.has-blue-background-color {
  background-color: #398cdb !important;
}

.has-lightblue-background-color {
  background-color: #d8e8f8 !important;
}

.has-green-background-color {
  background-color: #00bc89 !important;
}

.has-lightgreen-background-color {
  background-color: #f1f8f7 !important;
}

.has-yellow-background-color {
  background-color: #f9dd4a !important;
}

.has-lightyellow-background-color {
  background-color: #fdf1bc !important;
}

.has-gray-background-color {
  background-color: #848f99 !important;
}

.has-lightgray-background-color {
  background-color: #fafafa !important;
}

.has-black-color {
  color: #0c1f32 !important;
}

.has-darkblue-color {
  color: #09217b !important;
}

.has-blue-color {
  color: #398cdb !important;
}

.has-lightblue-color {
  color: #d8e8f8 !important;
}

.has-green-color {
  color: #00bc89 !important;
}

.has-lightgreen-color {
  color: #f1f8f7 !important;
}

.has-yellow-color {
  color: #f9dd4a !important;
}

.has-lightyellow-color {
  color: #fdf1bc !important;
}

.has-gray-color {
  color: #848f99 !important;
}

.has-lightgray-color {
  color: #fafafa !important;
}

.single .single-content .testimonial_container {
  margin-top: 2rem;
}

@media (min-width: 960px) {
  .single .single-content .testimonial_container {
    margin-top: 3rem;
  }
}

.single .single-content .testimonial_container img,
.single .single-content .testimonial_section img {
  box-shadow: unset;
  margin-bottom: unset;
  margin-top: unset;
}

.single .single-content .testimonial_section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#titles-holder a {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(27 27 31 / var(--tw-text-opacity, 1));
  padding: 0.5px;
  display: block;
}

#page .active-title {
  --tw-bg-opacity: 1;
  background-color: rgb(228 242 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 112 244 / var(--tw-text-opacity, 1));
}

.single .single-content .wp-block-media-text {
  margin-bottom: 30px;
  position: relative;
}

.single .single-content .wp-block-media-text * {
  margin: 0px;
}

.single.single-post .single-content .wp-block-media-text p,
.single.single-post .single-content .wp-block-media-text h3,
.single.single-post .single-content .wp-block-media-text h4 {
  margin-bottom: 1rem;
}

.single.single-post .single-content .wp-block-media-text .has-background {
  background: unset;
  box-shadow: unset;
  padding-top: 0 !important;
}

.single .single-content .wp-block-media-text img {
  box-shadow: unset;
  margin: 0;
}

.single .single-content .wp-block-media-text .wp-block-media-text__media {
  position: absolute;
  left: 5px;
  top: 5px;
  margin: 0;
}

.single .single-content p.has-background {
  margin-bottom: 30px;
}

.single .single-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0px;
}

@media (min-width: 960px) {
  .single .single-content .wp-block-media-text .wp-block-media-text__content {
    margin-left: -30px;
  }
}

@media (min-width: 1280px) {
  .single .single-content .wp-block-media-text .wp-block-media-text__content {
    margin-left: -60px;
  }
}

a.sales-cta {
  font-size: 15px !important;
}

.bg-primary_resources_sidebar {
  background: linear-gradient(180deg, rgba(57, 139, 218, 1) 3%, rgba(0, 188, 137, 1) 43%);
}

.bg-secondary_resources_sidebar {
  background: linear-gradient(87deg, rgba(112, 160, 255, 1) 0%, rgba(57, 139, 218, 1) 56%);
}

.bg-resources-sidebar {
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2024/03/Group-2.svg");
  background-size: cover;
}

.sharing-buttons img {
  box-shadow: none;
  border-radius: 0.5rem;
}

.image-container_bannerPromo {
  display: none;
}

@media (min-width: 960px) {
  .image-container_bannerPromo {
    display: block;
  }
}

.article-promo_banner {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.article-promo_banner2 {
  font-size: 15px;
  line-height: 20px;
}

.single .hub_upsell_section p {
  font-size: 18px;
  line-height: 30px;
}

.single .hub_upsell_section p b,
.single .hub_upsell_section p strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.single .hub_upsell_section a {
  font-size: 18px;
  line-height: 30px;
  color: #398cda;
  margin-bottom: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #398cda;
  transition: all 0.2s ease-in-out;
}

.single .hub_upsell_section a:hover {
  color: #09217b;
  border-bottom: 1px solid #09217b;
}

body .ub_table-of-contents {
  display: none !important;
}

/* end blog design */

.hero--vmSpan {
  background-color: #eee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
  font-size: 15px;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 40px 10px 10px 40px;
}

.hero--vmCenter-wrapper {
  border: 5px solid #09217b;
  border-radius: 18px;
  overflow: hidden;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation-name: slideInFromLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slide-in-right {
  animation-name: slideInFromRight;
  animation-duration: 1s;
  /* Customize this value to adjust the speed */
  animation-fill-mode: both;
  /* Ensures the element stays at the final state after animation */
}

.css--card {
  background-color: transparent;
  perspective: 1000px;
  width: 100%;
  height: 300px;
  max-width: 500px;
  margin: auto;
  cursor: pointer;
}

.css--card:hover .css--inner {
  transform: rotateY(180deg);
}

.css--inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
}

.css--swrap {
  padding: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 15px;
  cursor: pointer;
}

.css--front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  right: 0;
  padding: 40px;
}

.css--back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  top: 0;
  right: 0;
  padding: 40px;
}

.css--box {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  padding: 40px;
  width: 100%;
  height: 300px;
  max-width: 500px;
  margin: auto;
  border-radius: 0px 40px 40px 40px;
  cursor: pointer;
  background-color: white;
}

.css--hover {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
  z-index: -1;
  border-radius: 0 40px;
  display: none;
}

.css--box.active .css--hover {
  display: block;
}

.css--rounded {
  border-radius: 0 40px;
}

.text-dblue1 {
  color: #0028bb;
}

@media (min-width: 768px) {
  .css--swrap {
    padding: 40px 15px;
    border-radius: 0px 40px 40px 40px;
  }

  .css--rounded {
    border-radius: 0 80px;
  }
}

@media (max-width: 768px) {
  .count-number {
    font-size: 45px !important;
  }

  .count-text {
    font-size: 30px !important;
  }
}

.popupContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.popupInner {
  max-width: 900px;
  margin: auto;
  position: relative;
  top: 150px;
  border-radius: 10px;
  background-color: #fff;
}

.popupContent p {
  margin-bottom: 15px;
}

/* nav ss-header */

div.btn-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Nunito";
  margin-right: auto;
  margin-left: 15px;
}

.btn-container label {
  font-size: 13px;
  color: #424242;
  font-weight: 500;
}

.btn-color-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 165px;
  height: 30px;
  background: #007bff;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  /* transition: all 0.3s ease; */
  box-shadow: inset 4px 6px 20px rgba(0, 0, 0, 0.25);
  display: block;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  top: 6px;
  padding-top: 2px;
  right: 20px;
  color: #fff;
}

.btn--linkToggle {
  margin-right: auto;
  margin-left: 15px;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 70px;
  height: 27px;
  background: #fff;
  border-radius: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  /* transition: all 0.3s ease; */
  box-shadow: 0px 0px 6px -2px #111;
  padding: 5px 0px;
  font-weight: bold;
  color: #007bff;
}

.btn-color-mode-switch>.alert {
  display: none;
  background: #ff9800;
  border: none;
  color: #fff;
}

.btn-color-mode-switch input[type="checkbox"] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner {
  background: #007bff;
  color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 93px;
  background: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner {
  /*background: #66BB6A; */
  /*color: #fff;*/
}

.btn-color-mode-switch input[type="checkbox"]:checked~.alert {
  display: block;
}

.white-preview div.btn-container i.fa-sun-o {
  color: #ffa500;
  text-shadow: 0px 0px 16px #ffa500;
}

.white-preview div.btn-container i.fa-moon-o {
  color: #777;
}

p.by a {
  text-decoration: none;
  color: #000;
}

.dark-preview p.by a {
  color: #777;
}

.white-preview p.by a {
  color: #000;
}

@media (max-width: 1024px) {
  .page-id-259972 .blog--header {
    display: none !important;
  }
}

/* nav ss-header */

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
  width: 20px !important;
  outline: none !important;
  margin: 5px !important;
}

#field_21_39 label {
  margin-left: 5px !important;
}

.popup-hidden {
  display: none;
}

.popupData.slide_in_box {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #e4f2ff;
  z-index: 1000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.popupData.slide_in_box_questionpoll,
.popupData.slide_in_box_freetext {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #fff;
  z-index: 1000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-width: 500px;
  border: 5px solid #e4f2ff;
  overflow: hidden;
  padding: 20px;
  border-radius: 5px;
}

.popup.popupBackground {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}

.popupData.email_database_signup,
.popupData.email_database_clickthrough,
.popupData.email_database_button {
  position: fixed;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background: #e4f2ff;
  z-index: 1000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  width: 900px;
  padding: 20px;
  padding-top: 40px;
}

.popupData.resource_download_button,
.popupData.resource_download_form {
  position: fixed;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00bc89 !important;
  background-image: linear-gradient(to bottom, #00bc89 20%, #ffffff00 100%), url("https://thirdspacelearning.com/wp-content/uploads/2024/12/pop-up-shapes.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  width: 900px;
  padding: 20px;
  padding-top: 40px;
}

.popupData.two_column_signposting {
  position: fixed;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffa726 !important;
  background-image: linear-gradient(to bottom, #ffa726 20%, #ffffff00 100%), url("https://thirdspacelearning.com/wp-content/uploads/2024/12/pop-up-shapes.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  width: 900px;
  padding: 20px;
}

.rdb_tags {
  width: 46%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
}

.rdb_tag1Container {
  color: white;
  background-color: #ff0c3e;
  border-bottom-right-radius: 20px;
  padding: 5px 20px;
}

.rdb_tag2Container {
  color: white;
  background-color: #09217b;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px 20px;
  position: relative;
}

.background-navy {
  background-color: #09217b !important;
  background-image: linear-gradient(to bottom, rgba(9, 33, 123, 0.7) 80%, rgba(255, 255, 255, 1) 100%), url("https://thirdspacelearning.com/wp-content/uploads/2024/12/pop-up-shapes.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}

.background-brown {
  background-color: #f1a12e !important;
  background-image: linear-gradient(to bottom, rgba(241, 161, 46, 0.7) 80%, rgba(255, 255, 255, 1) 100%), url("https://thirdspacelearning.com/wp-content/uploads/2024/12/pop-up-shapes.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.list_item.item_white::before {
  background-image: url("https://thirdspacelearning.com/wp-content/uploads/2024/12/Bullet-List.png");
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 2px;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background: black;
  color: white;
  border: none;
  padding: 0 6px;
  cursor: pointer;
  z-index: 1001;
}

.rdb_content {
  padding: 0;
}

@media (min-width: 960px) and (max-width: 1024px) {
  .popupData.email_database_signup,
  .popupData.email_database_clickthrough,
  .popupData.email_database_button,
  .popupData.resource_download_button,
  .popupData.resource_download_form,
  .popupData.two_column_signposting {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .popupData.email_database_signup,
  .popupData.email_database_clickthrough,
  .popupData.email_database_button,
  .popupData.resource_download_button,
  .popupData.resource_download_form,
  .popupData.two_column_signposting {
    width: 320px;
    padding: 0;
  }

  .rdb_tags {
    width: 80%;
  }

  .rdb_tags p {
    font-size: 15px;
    line-height: 20px;
  }

  .rdb_content {
    padding: 15px;
  }

  .popup.slide_in_box,
  .popup.slide_in_box_questionpoll,
  .popup.slide_in_box_freetext {
    display: none !important;
  }
}

#htmlPage #page .popupPoll .gform_fields .gfield--type-multi_choice .gfield_radio div {
  display: inline-flex;
}

#htmlPage #page .popupPoll .gform_fields .gfield--type-multi_choice .gfield_radio div label {
  max-width: unset;
  background-color: #2779f5;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  color: white;
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.5s ease;
}

#htmlPage #page .popupPoll .gform_fields .gfield--type-multi_choice .gfield_radio div label:hover {
  transform: scale(1.05);
}

#htmlPage #page .popupPoll .gform_fields .gfield--type-multi_choice .gfield_radio div input,
#htmlPage #page .popupPoll .gform_fields legend,
#htmlPage #page .popupPoll input[type="submit"],
#htmlPage #page .popupFreetext label {
  display: none !important;
}

#htmlPage #page .popupFreetext textarea {
  border: 1px solid #2779f5 !important;
  border-radius: 10px;
}

body.category .popups-container,
body.tax-us_blog_categories .popups-container {
  display: none !important;
}

.image-resource_download_form {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 430px;
}

/* core modules popup */

@media (min-width: 600px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 600px) {
    .sm\:container {
      max-width: 600px;
    }
  }

  @media (min-width: 960px) {
    .sm\:container {
      max-width: 960px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1920px) {
    .sm\:container {
      max-width: 1920px;
    }
  }
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}

.hover\:bg-bgblue0:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 252 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-bgblue1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 242 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(25 112 244 / var(--tw-text-opacity, 1)) !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

.hover\:no-underline:hover {
  text-decoration-line: none !important;
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 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;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.before\:hover\:text-center:hover::before {
  content: var(--tw-content) !important;
  text-align: center !important;
}

.hover\:before\:text-center:hover::before {
  content: var(--tw-content) !important;
  text-align: center !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:hover\:text-center:hover:focus {
  text-align: center !important;
}

.hover\:focus\:text-center:focus:hover {
  text-align: center !important;
}

@media (min-width: 600px) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-flex {
    display: inline-flex !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:underline {
    text-decoration-line: underline !important;
  }
}

@media (min-width: 960px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:min-h-\[440px\] {
    min-height: 440px !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:bg-bggray1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 248 248 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-4 {
    padding: 1rem !important;
  }

  .md\:p-8 {
    padding: 2rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-font17 {
    font-size: 17px !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1280px) {
  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:gap-16 {
    gap: 4rem !important;
  }

  .lg\:gap-8 {
    gap: 2rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-\[17px\] {
    font-size: 17px !important;
  }
}

@media (min-width: 1920px) {
  .xl\:ml-0 {
    margin-left: 0px !important;
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-transparent {
    border-color: transparent !important;
  }

  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .dark\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  @media (min-width: 1280px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers !important;
    }
  }
}

#dropdownDefaultButton2.icon-down-open::before {
  top: 7px;
  right: 0px;
}
