*, ::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.19 | 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: #e5e7eb;
  /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

:root {
  --color-cto_bkgfrm: 0deg 0% 0%;
  --color-cto_pritxt: 0deg 0% 93%;
  --color-cto_bkgrnd: 0deg 0% 8%;
  --color-cto_ac1_c1: 0deg 0% 11%;
  --color-cto_ac1_c2: 0deg 0% 93%;
  --color-cto_ac2_c1: 240deg 1% 15%;
  --color-cto_ac2_c2: 0deg 0% 93%;
  --color-cto_ac3_c1: 0deg 0% 26%;
  --color-cto_ac3_c2: 0deg 0% 93%;
  --color-cto_inf_bg: 216deg 98% 52%;
  --color-cto_inf_fg: 0deg 0% 100%;
  --color-cto_suc_bg: 152deg 69% 31%;
  --color-cto_suc_fg: 0deg 0% 100%;
  --color-cto_wrn_bg: 45deg 100% 51%;
  --color-cto_wrn_fg: 0deg 0% 0%;
  --color-cto_dgr_bg: 354deg 68% 54%;
  --color-cto_dgr_fg: 0deg 0% 100%;
  --color-cto_def_bg: 0deg 0% 100%;
  --color-cto_def_fg: 0deg 0% 10%;
}

/* THIS PICKS UP THE USER'S SYSTEM PREFERENCE - BROWSER */

@media (prefers-color-scheme: dark) {
  :root {
    --color-cto_bkgfrm: 0deg 0% 0%;
    --color-cto_pritxt: 0deg 0% 93%;
    --color-cto_bkgrnd: 0deg 0% 8%;
    --color-cto_ac1_c1: 0deg 0% 11%;
    --color-cto_ac1_c2: 0deg 0% 93%;
    --color-cto_ac2_c1: 240deg 1% 15%;
    --color-cto_ac2_c2: 0deg 0% 93%;
    --color-cto_ac3_c1: 0deg 0% 26%;
    --color-cto_ac3_c2: 0deg 0% 93%;
    --color-cto_inf_bg: 216deg 98% 52%;
    --color-cto_inf_fg: 0deg 0% 100%;
    --color-cto_suc_bg: 152deg 69% 31%;
    --color-cto_suc_fg: 0deg 0% 100%;
    --color-cto_wrn_bg: 45deg 100% 51%;
    --color-cto_wrn_fg: 0deg 0% 0%;
    --color-cto_dgr_bg: 354deg 68% 54%;
    --color-cto_dgr_fg: 0deg 0% 100%;
    --color-cto_def_bg: 0deg 0% 100%;
    --color-cto_def_fg: 0deg 0% 10%;
  }
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

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

h1 {
  color: hsl(var(--color-cto_pritxt));
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2 {
  color: hsl(var(--color-cto_pritxt));
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3 {
  color: hsl(var(--color-cto_pritxt));
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4 {
  color: hsl(var(--color-cto_pritxt));
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

p {
  color: hsl(var(--color-cto_pritxt));
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.frm {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 48rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: hsl(var(--color-cto_pritxt) / 0.3);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_bkgfrm) / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --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);
}

.bttn {
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --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);
}

.bttn-sm {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --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);
}

.bttn-info {
  border-color: hsl(var(--color-cto_inf_bg) / 0.6);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_inf_bg) / var(--tw-bg-opacity, 1));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_inf_fg) / var(--tw-text-opacity, 1));
}

.bttn-info:hover {
  background-color: hsl(var(--color-cto_inf_bg) / 0.6);
}

.bttn-info:focus {
  outline-width: 8px;
  outline-color: hsl(var(--color-cto_inf_bg) / 0.6);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bttn-info:disabled {
  border-color: hsl(var(--color-cto_inf_bg) / 0.6);
  background-color: hsl(var(--color-cto_inf_bg) / 0.6);
  color: hsl(var(--color-cto_inf_fg) / 0.6);
}

.bttn-success {
  border-color: hsl(var(--color-cto_suc_bg) / 0.6);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_suc_bg) / var(--tw-bg-opacity, 1));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_suc_fg) / var(--tw-text-opacity, 1));
}

.bttn-success:hover {
  background-color: hsl(var(--color-cto_suc_bg) / 0.6);
}

.bttn-success:focus {
  outline-width: 8px;
  outline-color: hsl(var(--color-cto_suc_bg) / 0.6);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bttn-success:disabled {
  border-color: hsl(var(--color-cto_suc_bg) / 0.6);
  background-color: hsl(var(--color-cto_suc_bg) / 0.6);
  color: hsl(var(--color-cto_suc_fg) / 0.6);
}

.bttn-danger {
  border-color: hsl(var(--color-cto_dgr_bg) / 0.6);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_dgr_bg) / var(--tw-bg-opacity, 1));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_dgr_fg) / var(--tw-text-opacity, 1));
}

.bttn-danger:hover {
  background-color: hsl(var(--color-cto_dgr_bg) / 0.6);
}

.bttn-danger:focus {
  outline-width: 8px;
  outline-color: hsl(var(--color-cto_dgr_bg) / 0.6);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bttn-danger:disabled {
  border-color: hsl(var(--color-cto_dgr_bg) / 0.6);
  background-color: hsl(var(--color-cto_dgr_bg) / 0.6);
  color: hsl(var(--color-cto_dgr_fg) / 0.6);
}

.bttn-default {
  border-color: hsl(var(--color-cto_def_bg) / 0.6);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_def_bg) / var(--tw-bg-opacity, 1));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_def_fg) / var(--tw-text-opacity, 1));
}

.bttn-default:hover {
  background-color: hsl(var(--color-cto_def_bg) / 0.6);
}

.bttn-default:focus {
  outline-width: 8px;
  outline-color: hsl(var(--color-cto_def_bg) / 0.6);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bttn-default:disabled {
  border-color: hsl(var(--color-cto_def_bg) / 0.6);
  background-color: hsl(var(--color-cto_def_bg) / 0.6);
  color: hsl(var(--color-cto_def_fg) / 0.6);
}

.cto-html ul {
  margin-left: 0.625rem;
  list-style-position: inside;
  list-style-type: disc;
  padding: 0.625rem;
}

.cto-html ul li {
  margin-bottom: 0.25rem;
}

.cto-html ol {
  margin-left: 0.625rem;
  list-style-position: inside;
  list-style-type: decimal;
  padding: 0.625rem;
}

.cto-html ol li {
  margin-bottom: 0.25rem;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.-top-1\.5 {
  top: -0.375rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-\[-130px\] {
  bottom: -130px;
}

.bottom-\[-1rem\] {
  bottom: -1rem;
}

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

.left-0 {
  left: 0px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-\[-18rem\] {
  left: -18rem;
}

.left-\[-1rem\] {
  left: -1rem;
}

.left-\[-8px\] {
  left: -8px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-25rem\] {
  right: -25rem;
}

.right-\[-4px\] {
  right: -4px;
}

.right-\[-5rem\] {
  right: -5rem;
}

.right-auto {
  right: auto;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-72 {
  top: 18rem;
}

.top-\[-4px\] {
  top: -4px;
}

.top-\[-8px\] {
  top: -8px;
}

.top-\[14\.8rem\] {
  top: 14.8rem;
}

.top-\[21\.2rem\] {
  top: 21.2rem;
}

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

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

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

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

.z-50 {
  z-index: 50;
}

.z-\[-10\] {
  z-index: -10;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[60\] {
  z-index: 60;
}

.col-span-13 {
  grid-column: span 13 / span 13;
}

.col-span-14 {
  grid-column: span 14 / span 14;
}

.col-span-15 {
  grid-column: span 15 / span 15;
}

.col-span-16 {
  grid-column: span 16 / span 16;
}

.col-span-17 {
  grid-column: span 17 / span 17;
}

.col-span-18 {
  grid-column: span 18 / span 18;
}

.col-span-19 {
  grid-column: span 19 / span 19;
}

.col-span-20 {
  grid-column: span 20 / span 20;
}

.col-span-21 {
  grid-column: span 21 / span 21;
}

.col-span-22 {
  grid-column: span 22 / span 22;
}

.col-span-23 {
  grid-column: span 23 / span 23;
}

.col-span-24 {
  grid-column: span 24 / span 24;
}

.m-0 {
  margin: 0px;
}

.m-\[-2px\] {
  margin: -2px;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.-ms-1 {
  margin-inline-start: -0.25rem;
}

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

.me-0\.5 {
  margin-inline-end: 0.125rem;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

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

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[-3px\] {
  margin-left: -3px;
}

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

.mr-0 {
  margin-right: 0px;
}

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

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

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

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

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

.mt-\[1px\] {
  margin-top: 1px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[90px\] {
  height: 90px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[30rem\] {
  max-height: 30rem;
}

.max-h-\[38rem\] {
  max-height: 38rem;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-full {
  max-height: 100%;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-80 {
  min-height: 20rem;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[14rem\] {
  width: 14rem;
}

.w-\[18rem\] {
  width: 18rem;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[728px\] {
  width: 728px;
}

.w-\[96\%\] {
  width: 96%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-80 {
  min-width: 20rem;
}

.min-w-\[600px\] {
  min-width: 600px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-48 {
  max-width: 12rem;
}

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

.max-w-\[14rem\] {
  max-width: 14rem;
}

.max-w-\[28rem\] {
  max-width: 28rem;
}

.max-w-\[48rem\] {
  max-width: 48rem;
}

.max-w-\[56rem\] {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

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

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

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

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade_in_1s {
  animation: fade_in 1s ease-in-out forwards;
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animate-fade_out_05s {
  animation: fade_out 0.5s ease-in-out forwards;
}

@keyframes ping_scale50 {
  75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.animate-ping_1sec_50scl {
  animation: ping_scale50 1s cubic-bezier(0, 0, 0.2, 1) 5;
}

@keyframes pulse50 {
  50% {
    opacity: .5;
  }
}

.animate-pulse_1sec {
  animation: pulse50 1s cubic-bezier(0.4, 0, 0.6, 1) 5;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

.animate-rotate_1sec {
  animation: rotate360 1s linear 3;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

.animate-rotate_2sec {
  animation: rotate360 2s linear 3;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

.animate-rotate_3sec {
  animation: rotate360 3s linear 3;
}

@keyframes rotate_then_slide {
  0% {
    transform: rotate(0deg);
    right: 1.25rem;
  }

  40% {
    transform: rotate(180deg);
    right: 1.25rem;
  }

  100% {
    transform: rotate(180deg);
    right: -5rem;
  }
}

.animate-rotate_then_slide {
  animation: rotate_then_slide 2s ease-in-out forwards;
}

@keyframes slide_in_5 {
  0% {
    right: -5rem;
  }

  100% {
    right: 1.25rem;
  }
}

.animate-slide_in_5 {
  animation: slide_in_5 1s ease-in-out forwards;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.list-disc {
  list-style-type: disc;
}

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

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

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

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

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

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

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

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-cto_ac1_c1 {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-cto_ac1_c1) / var(--tw-border-opacity, 1));
}

.border-cto_ac2_c1 {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-cto_ac2_c1) / var(--tw-border-opacity, 1));
}

.border-cto_ac3_c1 {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-cto_ac3_c1) / var(--tw-border-opacity, 1));
}

.border-cto_ac3_c1\/60 {
  border-color: hsl(var(--color-cto_ac3_c1) / 0.6);
}

.border-cto_bkgfrm {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-cto_bkgfrm) / var(--tw-border-opacity, 1));
}

.border-cto_pritxt {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-cto_pritxt) / var(--tw-border-opacity, 1));
}

.border-cto_pritxt\/10 {
  border-color: hsl(var(--color-cto_pritxt) / 0.1);
}

.border-cto_pritxt\/20 {
  border-color: hsl(var(--color-cto_pritxt) / 0.2);
}

.border-cto_pritxt\/30 {
  border-color: hsl(var(--color-cto_pritxt) / 0.3);
}

.border-cto_pritxt\/50 {
  border-color: hsl(var(--color-cto_pritxt) / 0.5);
}

.border-cto_pritxt\/60 {
  border-color: hsl(var(--color-cto_pritxt) / 0.6);
}

.border-b-cto_ac1_c1 {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--color-cto_ac1_c1) / var(--tw-border-opacity, 1));
}

.border-l-cto_ac1_c1 {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--color-cto_ac1_c1) / var(--tw-border-opacity, 1));
}

.border-s-cto_pritxt\/30 {
  border-inline-start-color: hsl(var(--color-cto_pritxt) / 0.3);
}

.border-t-cto_ac1_c2 {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--color-cto_ac1_c2) / var(--tw-border-opacity, 1));
}

.border-t-cto_inf_bg {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--color-cto_inf_bg) / var(--tw-border-opacity, 1));
}

.bg-\[\#050708\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 8 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1da1f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#24292F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 41 47 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3b5998\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4285F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 133 244 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-cto_ac1_c1 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_ac1_c1) / var(--tw-bg-opacity, 1));
}

.bg-cto_ac1_c1\/60 {
  background-color: hsl(var(--color-cto_ac1_c1) / 0.6);
}

.bg-cto_ac1_c1\/90 {
  background-color: hsl(var(--color-cto_ac1_c1) / 0.9);
}

.bg-cto_ac2_c1 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_ac2_c1) / var(--tw-bg-opacity, 1));
}

.bg-cto_ac2_c1\/60 {
  background-color: hsl(var(--color-cto_ac2_c1) / 0.6);
}

.bg-cto_ac2_c1\/90 {
  background-color: hsl(var(--color-cto_ac2_c1) / 0.9);
}

.bg-cto_ac3_c1 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_ac3_c1) / var(--tw-bg-opacity, 1));
}

.bg-cto_ac3_c1\/60 {
  background-color: hsl(var(--color-cto_ac3_c1) / 0.6);
}

.bg-cto_ac3_c1\/90 {
  background-color: hsl(var(--color-cto_ac3_c1) / 0.9);
}

.bg-cto_bkgfrm {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_bkgfrm) / var(--tw-bg-opacity, 1));
}

.bg-cto_bkgfrm\/60 {
  background-color: hsl(var(--color-cto_bkgfrm) / 0.6);
}

.bg-cto_bkgfrm\/90 {
  background-color: hsl(var(--color-cto_bkgfrm) / 0.9);
}

.bg-cto_bkgrnd {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_bkgrnd) / var(--tw-bg-opacity, 1));
}

.bg-cto_bkgrnd\/60 {
  background-color: hsl(var(--color-cto_bkgrnd) / 0.6);
}

.bg-cto_bkgrnd\/90 {
  background-color: hsl(var(--color-cto_bkgrnd) / 0.9);
}

.bg-cto_def_bg {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_def_bg) / var(--tw-bg-opacity, 1));
}

.bg-cto_dgr_bg {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_dgr_bg) / var(--tw-bg-opacity, 1));
}

.bg-cto_dgr_bg\/30 {
  background-color: hsl(var(--color-cto_dgr_bg) / 0.3);
}

.bg-cto_inf_bg {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_inf_bg) / var(--tw-bg-opacity, 1));
}

.bg-cto_pritxt {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_pritxt) / var(--tw-bg-opacity, 1));
}

.bg-cto_pritxt\/30 {
  background-color: hsl(var(--color-cto_pritxt) / 0.3);
}

.bg-cto_pritxt\/50 {
  background-color: hsl(var(--color-cto_pritxt) / 0.5);
}

.bg-cto_pritxt\/60 {
  background-color: hsl(var(--color-cto_pritxt) / 0.6);
}

.bg-cto_suc_bg {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_suc_bg) / var(--tw-bg-opacity, 1));
}

.bg-cto_suc_bg\/50 {
  background-color: hsl(var(--color-cto_suc_bg) / 0.5);
}

.bg-cto_wrn_bg {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_wrn_bg) / var(--tw-bg-opacity, 1));
}

.bg-cto_wrn_bg\/50 {
  background-color: hsl(var(--color-cto_wrn_bg) / 0.5);
}

.bg-current {
  background-color: currentColor;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-clip-border {
  background-clip: border-box;
}

.fill-current {
  fill: currentColor;
}

.stroke-cto_ac1_c1 {
  stroke: hsl(var(--color-cto_ac1_c1) / 1);
}

.stroke-none {
  stroke: none;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.align-middle {
  vertical-align: middle;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#0a66c2\] {
  --tw-text-opacity: 1;
  color: rgb(10 102 194 / var(--tw-text-opacity, 1));
}

.text-\[\#3b5998\] {
  --tw-text-opacity: 1;
  color: rgb(59 89 152 / var(--tw-text-opacity, 1));
}

.text-\[\#bd081c\] {
  --tw-text-opacity: 1;
  color: rgb(189 8 28 / var(--tw-text-opacity, 1));
}

.text-\[\#ff0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#ff4500\] {
  --tw-text-opacity: 1;
  color: rgb(255 69 0 / var(--tw-text-opacity, 1));
}

.text-cto_ac1_c1 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_ac1_c1) / var(--tw-text-opacity, 1));
}

.text-cto_ac1_c1\/60 {
  color: hsl(var(--color-cto_ac1_c1) / 0.6);
}

.text-cto_ac1_c2 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_ac1_c2) / var(--tw-text-opacity, 1));
}

.text-cto_ac2_c1 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_ac2_c1) / var(--tw-text-opacity, 1));
}

.text-cto_ac2_c2 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_ac2_c2) / var(--tw-text-opacity, 1));
}

.text-cto_ac3_c1 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_ac3_c1) / var(--tw-text-opacity, 1));
}

.text-cto_ac3_c2 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_ac3_c2) / var(--tw-text-opacity, 1));
}

.text-cto_def_fg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_def_fg) / var(--tw-text-opacity, 1));
}

.text-cto_dgr_bg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_dgr_bg) / var(--tw-text-opacity, 1));
}

.text-cto_dgr_fg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_dgr_fg) / var(--tw-text-opacity, 1));
}

.text-cto_inf_bg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_inf_bg) / var(--tw-text-opacity, 1));
}

.text-cto_inf_fg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_inf_fg) / var(--tw-text-opacity, 1));
}

.text-cto_pritxt {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_pritxt) / var(--tw-text-opacity, 1));
}

.text-cto_pritxt\/10 {
  color: hsl(var(--color-cto_pritxt) / 0.1);
}

.text-cto_pritxt\/20 {
  color: hsl(var(--color-cto_pritxt) / 0.2);
}

.text-cto_pritxt\/30 {
  color: hsl(var(--color-cto_pritxt) / 0.3);
}

.text-cto_pritxt\/60 {
  color: hsl(var(--color-cto_pritxt) / 0.6);
}

.text-cto_pritxt\/90 {
  color: hsl(var(--color-cto_pritxt) / 0.9);
}

.text-cto_suc_bg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_suc_bg) / var(--tw-text-opacity, 1));
}

.text-cto_suc_fg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_suc_fg) / var(--tw-text-opacity, 1));
}

.text-cto_wrn_bg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_wrn_bg) / var(--tw-text-opacity, 1));
}

.text-cto_wrn_fg {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_wrn_fg) / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accent-cto_ac1_c1 {
  accent-color: hsl(var(--color-cto_ac1_c1) / 1);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --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);
}

.shadow-md {
  --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);
}

.shadow-sm {
  --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);
}

.shadow-gray-500\/40 {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-0 {
  outline-width: 0px;
}

.outline-2 {
  outline-width: 2px;
}

.outline-cto_pritxt\/60 {
  outline-color: hsl(var(--color-cto_pritxt) / 0.6);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-cto_ac2_c1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--color-cto_ac2_c1) / var(--tw-ring-opacity, 1));
}

.ring-cto_ac3_c1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--color-cto_ac3_c1) / var(--tw-ring-opacity, 1));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  background-color: hsl(var(--color-cto_pritxt));
  cursor: pointer;
}

.filter-wrapper-outer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-in-out;
}

.filter-wrapper-outer.is-open {
  grid-template-rows: 1fr;
}

.filter-wrapper-inner {
  overflow: hidden;
}

.spinner {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(farthest-side,hsl(var(--color-cto_ac3_c1)) 94%,#0000) top/9px 9px no-repeat, conic-gradient(#0000 30%,hsl(var(--color-cto_ac3_c1)));
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
  animation: spinner-003 1s infinite linear;
}

@keyframes spinner-003 {
  100% {
    transform: rotate(1turn);
  }
}

.progress {
  width: 100.8px;
  height: 16.8px;
  -webkit-mask: linear-gradient(90deg,hsl(var(--color-cto_ac3_c1)) 70%,#0000 0) left/20% 100%;
  background: linear-gradient(hsl(var(--color-cto_ac3_c1)) 0 0) left/0% 100% no-repeat hsl(var(--color-cto_ac3_c1)/0.3);
  animation: progress-009 2s infinite steps(6);
}

@keyframes progress-009 {
  100% {
    background-size: 120% 100%;
  }
}

.e-richtexteditor .e-rte-content .e-content, 
.e-richtexteditor .e-source-content .e-content, 
.e-richtexteditor .e-rte-iframe-content .e-content {
  color: hsl(var(--color-cto_pritxt)) !important;
  background-color: hsl(var(--color-cto_bkgfrm)) !important;
}

/* Syncfusion combo-box overrides */

.e-ddl.e-input-group.e-control-wrapper {
  padding-left: 0.25rem !important;
  border-radius: 0.5rem !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  color: hsl(var(--color-cto_pritxt)) !important;
  background-color: hsl(var(--color-cto_bkgfrm) / 0.8) !important;
}

.e-ddl.e-input-group.e-control-wrapper .e-input {
  border-color: hsl(var(--color-cto_pritxt) / 0.3) !important;
  border-radius: 0.5rem !important;
  box-shadow: none !important;
  padding: 0.625rem !important;
  color: hsl(var(--color-cto_pritxt)) !important;
  background-color: hsl(var(--color-cto_bkgfrm)) !important;
}

.e-ddl.e-popup {
  border-color: hsl(var(--color-cto_bkgfrm) / 0.9) !important;
}

.e-input-group.e-success,
.e-input-group.e-control-wrapper.e-success,
.e-input-group.e-success:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-input-group.e-warning,
.e-input-group.e-control-wrapper.e-warning,
.e-input-group.e-warning:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-input-group.e-error,
.e-input-group.e-control-wrapper.e-error,
.e-input-group.e-error:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
  border-color: hsl(var(--color-cto_pritxt) / 0.3) !important;
  color: hsl(var(--color-cto_pritxt)) !important;
  background-color: hsl(var(--color-cto_bkgfrm)) !important;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-input-focus.e-success,
.e-input-group.e-control-wrapper.e-input-focus.e-success,
.e-input-group.e-input-focus.warning,
.e-input-group.e-control-wrapper.e-input-focus.warning,
.e-input-group.e-input-focus.error,
.e-input-group.e-control-wrapper.e-input-focus.error {
  border-color: hsl(var(--color-cto_ac2_c1)) !important;
  border-radius: 0.5rem !important;
  box-shadow: none !important;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: hsl(var(--color-cto_pritxt) / 0.5) !important;
}

.e-content.e-dropdownbase {
  background-color: hsl(var(--color-cto_bkgfrm) / 0.9) !important;
}

.e-dropdownbase .e-list-item,
.e-dropdownbase .e-list-item.e-item-focus {
  color: hsl(var(--color-cto_pritxt)) !important;
  background-color: hsl(var(--color-cto_bkgfrm) / 0.9) !important;
}

/* End Syncfusion combo-box overrides */

@media (min-width: 768px) {
  .md\:bttn {
    cursor: pointer;
    border-radius: 0.5rem;
    border-width: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --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);
  }
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#050708\]\/90:hover {
  background-color: rgb(5 7 8 / 0.9);
}

.hover\:bg-\[\#1da1f2\]\/90:hover {
  background-color: rgb(29 161 242 / 0.9);
}

.hover\:bg-\[\#24292F\]\/90:hover {
  background-color: rgb(36 41 47 / 0.9);
}

.hover\:bg-\[\#3b5998\]\/90:hover {
  background-color: rgb(59 89 152 / 0.9);
}

.hover\:bg-\[\#4285F4\]\/90:hover {
  background-color: rgb(66 133 244 / 0.9);
}

.hover\:bg-cto_ac1_c2:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_ac1_c2) / var(--tw-bg-opacity, 1));
}

.hover\:bg-cto_ac2_c1\/90:hover {
  background-color: hsl(var(--color-cto_ac2_c1) / 0.9);
}

.hover\:bg-cto_ac3_c1\/90:hover {
  background-color: hsl(var(--color-cto_ac3_c1) / 0.9);
}

.hover\:bg-cto_bkgfrm:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_bkgfrm) / var(--tw-bg-opacity, 1));
}

.hover\:bg-cto_bkgrnd\/80:hover {
  background-color: hsl(var(--color-cto_bkgrnd) / 0.8);
}

.hover\:bg-cto_bkgrnd\/90:hover {
  background-color: hsl(var(--color-cto_bkgrnd) / 0.9);
}

.hover\:bg-cto_inf_fg:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-cto_inf_fg) / var(--tw-bg-opacity, 1));
}

.hover\:text-cto_ac1_c1:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_ac1_c1) / var(--tw-text-opacity, 1));
}

.hover\:text-cto_inf_bg:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--color-cto_inf_bg) / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.focus\:border-cto_ac2_c1:focus {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-cto_ac2_c1) / var(--tw-border-opacity, 1));
}

.focus\:border-cto_pritxt\/60:focus {
  border-color: hsl(var(--color-cto_pritxt) / 0.6);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#050708\]\/50:focus {
  --tw-ring-color: rgb(5 7 8 / 0.5);
}

.focus\:ring-\[\#1da1f2\]\/50:focus {
  --tw-ring-color: rgb(29 161 242 / 0.5);
}

.focus\:ring-\[\#24292F\]\/50:focus {
  --tw-ring-color: rgb(36 41 47 / 0.5);
}

.focus\:ring-\[\#3b5998\]\/50:focus {
  --tw-ring-color: rgb(59 89 152 / 0.5);
}

.focus\:ring-\[\#4285F4\]\/50:focus {
  --tw-ring-color: rgb(66 133 244 / 0.5);
}

.focus\:ring-cto_ac2_c1\/30:focus {
  --tw-ring-color: hsl(var(--color-cto_ac2_c1) / 0.3);
}

.focus\:ring-cto_ac3_c1\/30:focus {
  --tw-ring-color: hsl(var(--color-cto_ac3_c1) / 0.3);
}

.focus\:ring-cto_pritxt\/60:focus {
  --tw-ring-color: hsl(var(--color-cto_pritxt) / 0.6);
}

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-\[14rem\] {
    max-width: 14rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0px;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:me-1\.5 {
    margin-inline-end: 0.375rem;
  }

  .md\:me-6 {
    margin-inline-end: 1.5rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[48rem\] {
    max-height: 48rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:grid-cols-\[max-content_1fr\] {
    grid-template-columns: max-content 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-\[18rem\] {
    margin-left: 18rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-cto_pritxt\/30 {
    border-color: hsl(var(--color-cto_pritxt) / 0.3);
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:opacity-80 {
    opacity: 0.8;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:h-\[90px\] {
    height: 90px;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-\[728px\] {
    width: 728px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

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

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:hover\:bg-\[\#050708\]\/30:hover {
    background-color: rgb(5 7 8 / 0.3);
  }

  .dark\:focus\:ring-\[\#050708\]\/50:focus {
    --tw-ring-color: rgb(5 7 8 / 0.5);
  }

  .dark\:focus\:ring-\[\#1da1f2\]\/55:focus {
    --tw-ring-color: rgb(29 161 242 / 0.55);
  }

  .dark\:focus\:ring-\[\#3b5998\]\/55:focus {
    --tw-ring-color: rgb(59 89 152 / 0.55);
  }

  .dark\:focus\:ring-\[\#4285F4\]\/55:focus {
    --tw-ring-color: rgb(66 133 244 / 0.55);
  }

  .dark\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
  }
}
