/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 2000px) {
      max-width: 2000px;
    }
    @media (width >= 3000px) {
      max-width: 3000px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .min-h-\[480px\] {
    min-height: 480px;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
}
:root {
  --red-color: oklch(from #e3003a l c h);
  --red-hover-color: oklch(from #8f153c l c h);
  --red-light-color: oklch(from #e3003a 99% c h);
  --grau-color: oklch(from #fafafa l c h);
  --grau-hover-color: oklch(from #c9c9c9 l c h);
  --gradient-default: radial-gradient(693% 93% at 18% 41%,var(--red-hover-color, #8f153c) 5%,var(--red-color, #e3003a) 38.5%);
  --text-color: oklch(from #605f65 l c h);
  --text-white: oklch(from #fafafa l c h);
  --white: oklch(from #ffffff l c h);
  --black: oklch(from #272727 l c h);
  --core-border-radius: 16px;
  --body-font-size: 18px;
  --body-line-height: 1.35;
  --font-sicherung: '-apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue';
  --font-family: 'Gomme Sans W04 Regular', var(--font-sicherung), sans-serif;
  --font-bold: 'Gomme Sans W04 Bold', var(--font-sicherung), sans-serif;
  --font-semibold: 'Gomme Sans W04 SemiBold', var(--font-sicherung), sans-serif;
  --font-ethnocentric: 'Ethnocentric W00 Book', var(--font-sicherung), sans-serif;
  --top-box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.35);
  --box-shadow-sm: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
  --box-shadow-lg: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
  --box-shadow-xl: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
  --text-shadow-sm: 0 4px 6px #0000001a;
  --text-shadow-lg: 0 10px 12px #0000001a;
  --text-shadow-xl: 0 20px 22px #0000001a;
}
html, body {
  background-color: var(--grau-color);
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  overflow: visible;
}
.post, .page {
  background-color: var(--grau-color);
  margin: 0;
}
.container {
  max-width: min(88.88rem, 100%);
  margin-inline: auto;
}
.elementor-widget-shortcode {
  width: 100%;
}
#colophon {
  background-color: var(--text-color);
  color: var(--text-white);
  padding-block: 20px;
}
h1, .h1 {
  font-size: var(--heading-h1-font-size, clamp(36px, calc(36px + .25vw), 3rem));
  line-height: var(--heading-h1-line-height, 1.35);
}
h2, .h2 {
  font-size: var(--heading-h2-font-size, clamp(32px, calc(32px + .25vw), 2.75rem));
  line-height: var(--heading-h2-line-height, 1.35);
}
h3, .h3 {
  font-size: var(--heading-h3-font-size, clamp(28px, calc(28px + .25vw), 2.5rem));
  line-height: var(--heading-h3-line-height, 1.35);
}
h4, .h4 {
  font-size: var(--heading-h4-font-size, clamp(24px, calc(24px + .25vw), 2.25rem));
  line-height: var(--heading-h4-line-height, 1.35);
}
h5, .h5 {
  font-size: var(--heading-h5-font-size, clamp(20px, calc(20px + .25vw), 2rem));
  line-height: var(--heading-h5-line-height, 1.35);
}
h6, .h6 {
  font-size: var(--heading-h6-font-size, clamp(16px, calc(16px + .25vw), 1.75rem));
  line-height: var(--heading-h6-line-height, 1.35);
}
body :where(h1, h2, h3, h4, h5, h6) {
  color: var(--text-color);
  font-weight: 600;
}
.font-family {
  font-family: var(--font-family);
}
.font-ethnocentric {
  font-family: var(--font-ethnocentric);
}
.font-bold {
  font-family: var(--font-bold);
}
.font-semibold {
  font-family: var(--font-semibold);
}
p {
  margin-bottom: 1rem;
}
textarea {
  resize: none !important;
}
.gradient-default {
  background: var(--gradient-default);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.gradient-from-bottom {
  background: linear-gradient(180deg, var(--red-color) 0%, var(--red-hover-color) 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-grau {
  background-color: var(--grau-color);
}
.default-text-color, .default-text-color :where(h1,h2,h3,h4,h5,h6,span,a,p,li,div) {
  color: var(--text-color) !important;
}
.red-color {
  color: var(--red-color) !important;
}
@scope (.contac-form-wrapper) {
  .contac-form__form {
    background-color: var(--grau-color);
    border-radius: var(--core-border-radius);
    -webkit-border-radius: var(--core-border-radius);
    -moz-border-radius: var(--core-border-radius);
    -ms-border-radius: var(--core-border-radius);
    -o-border-radius: var(--core-border-radius);
  }
  .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block: 20px;
  }
  .wie-helfen-wrapper, .wie-erreichen-wrapper, .wie-ihr-name-wrapper {
    padding: 20px 10px;
  }
  .wpcf7-response-output {
    color: var(--text-color);
  }
  input[type="date"]:focus-visible, input[type="date"]:visited, input[type="email"]:focus-visible, input[type="email"]:visited, input[type="number"]:focus-visible, input[type="number"]:visited, input[type="password"]:focus-visible, input[type="password"]:visited, input[type="search"]:focus-visible, input[type="search"]:visited, input[type="tel"]:focus-visible, input[type="tel"]:visited, input[type="text"]:focus-visible, input[type="text"]:visited, select:visited, select:focus-visible, textarea:visited, textarea:focus-visible {
    border-color: transparent !important;
    border: 0 none !important;
    outline-color: transparent;
    outline: 0 none;
  }
  .wie-helfen-wrapper:focus-within, .wie-erreichen-wrapper:focus-within {
    outline: 2px solid var(--red-color);
    border-radius: 16px;
    box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.25);
  }
  .wie-helfen-wrapper:before, .wie-erreichen-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 100%;
  }
  .wie-helfen-wrapper:focus-within:before, .wie-erreichen-wrapper:focus-within:before {
    background: var(--red-color);
  }
  .wie-ihr-name-wrapper input.wpcf7-form-control {
    width: 100%;
    border: 1px solid var(--grau-hover-color);
    &:focus-visible {
      border: 1px solid var(--grau-hover-color) !important;
    }
  }
  input.wpcf7-submit {
    border-radius: 16px;
    padding: 12px 24px;
    background: var(--red-color);
    color: #fff;
    cursor: pointer;
  }
  input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--red-hover-color);
  }
  .kontakt-formular-text-dark p {
    color: var(--text-color );
  }
  .kontakt-formular-text-dark a {
    color: var(--text-color);
    font-weight: 700;
  }
  .wie-helfen-wrapper textarea, .wie-erreichen-wrapper textarea {
    min-height: 126px;
    border-radius: 6px;
  }
  .wie-helfen-wrapper label, .wie-erreichen-wrapper > label {
    padding-bottom: 10px;
  }
  .contac-form-map {
    background-color: var(--grau-color);
    border-radius: var(--core-border-radius);
    -webkit-border-radius: var(--core-border-radius);
    -moz-border-radius: var(--core-border-radius);
    -ms-border-radius: var(--core-border-radius);
    -o-border-radius: var(--core-border-radius);
  }
  .contac-form-map iframe {
    min-height: 600px;
    border-radius: var(--core-border-radius);
    -webkit-border-radius: var(--core-border-radius);
    -moz-border-radius: var(--core-border-radius);
    -ms-border-radius: var(--core-border-radius);
    -o-border-radius: var(--core-border-radius);
  }
  .contac-form-addr {
    background-color: var(--grau-color);
    border-radius: var(--core-border-radius);
    -webkit-border-radius: var(--core-border-radius);
    -moz-border-radius: var(--core-border-radius);
    -ms-border-radius: var(--core-border-radius);
    -o-border-radius: var(--core-border-radius);
  }
  .contac-form-offnungszeiten {
    background-color: var(--grau-color);
    border-radius: var(--core-border-radius);
    -webkit-border-radius: var(--core-border-radius);
    -moz-border-radius: var(--core-border-radius);
    -ms-border-radius: var(--core-border-radius);
    -o-border-radius: var(--core-border-radius);
  }
}
#masthead {
  padding-block: 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--grau-color);
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
body.logged-in.admin-bar #masthead {
  top: 32px;
}
@scope ( #masthead ) {
  .container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .site-branding {
    max-width: 320px;
  }
  .main-navigation {
    display: block;
    width: 100%;
  }
  .main-navigation a {
    color: var(--text-color);
    &:active {
      color: var(--text-color);
    }
    &:focus {
      color: var(--text-color);
    }
    &:visited {
      color: var(--text-color);
    }
    &:hover {
      color: var(--red-color);
    }
  }
  .main-navigation ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
  }
}
@scope (.service-buttons-wrapper) {
  .owl-item .uc_dark_carousel_content {
    --border-bottom-width: 1px !important;
    --border-color: var(--token-2eca119b-1251-4bde-926f-e355eb46901a, rgb(227, 0, 58)) !important;
    --border-left-width: 1px !important;
    --border-right-width: 1px !important;
    --border-style: solid !important;
    --border-top-width: 1px !important;
    background: linear-gradient(180deg, var(--red-color) 0%, var(--red-hover-color) 100%) !important;
    border-radius: 25px !important;
    opacity: 1 !important;
  }
  .uc_dark_carousel_content :where(h1,h2,h3,h4,h5,h6,p,span,li,a) {
    color: var(--white);
  }
  .ue-title {
    text-align: center;
  }
}
.marquee-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  padding: 20px 0;
  mask-image: linear-gradient( to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) );
}
.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--marquee-speed) linear infinite;
}
.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}
.marquee-reverse .marquee-content {
  animation-direction: reverse;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.item {
  font-size: 1.25rem;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: -0.02em;
  cursor: default;
  --border-bottom-width: 1px;
  --border-color: var(--token-2eca119b-1251-4bde-926f-e355eb46901a, rgb(227, 0, 58));
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  background: linear-gradient(180deg, var(--token-8c0d1784-3907-4196-8f7f-fc8824c5ff39, rgb(227, 0, 58)) 0%, var(--token-a41c0f36-876d-4b8f-b61e-caf8c2531924, rgb(143, 21, 60)) 100%);
  border-radius: 25px;
  opacity: 1;
  padding: 12px 24px;
}
.sentence {
  font-size: 2.5rem;
  font-weight: 400;
  color: #888;
  opacity: 0.8;
  font-style: italic;
}
.hero-video-wrapper {
  background: var(--gradient-default);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-video-wrapper video {
  aspect-ratio: 3 / 2;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 85dvh;
}
.intro-image-wrapper img {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
@scope ( .service-wrapper ) {
  .e-con-inner :where(h1,h2,h3,h4,h5,h6,p,span,li,a):not(.bg-grau) {
    color: var(--text-white );
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .e-con-inner .bg-grau :where(h1,h2,h3,h4,h5,h6) {
    color: var(--red-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .e-con-inner .bg-grau :where(p,span,li,a) {
    color: var(--text-color);
  }
  h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  p {
    margin-bottom: 0;
  }
  .home-card-content {
    min-height: 160px;
  }
  .home-card-icon-wrapper svg {
    max-width: 42px;
    border: 2px solid var(--red-color);
    padding: 5px;
    border-radius: 4px;
  }
  .werbetechnik-icon svg g {
    transform: translateX(7px);
  }
  .home-card-wrapper {
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    &:hover {
      transform: scale(1.1) rotate(5deg) rotateX(5deg) rotateY(5deg);
      will-change: transform;
      -webkit-transform: scale(1.1) rotate(5deg) rotateX(5deg) rotateY(5deg);
      -moz-transform: scale(1.1) rotate(5deg) rotateX(5deg) rotateY(5deg);
      -ms-transform: scale(1.1) rotate(5deg) rotateX(5deg) rotateY(5deg);
      -o-transform: scale(1.1) rotate(5deg) rotateX(5deg) rotateY(5deg);
    }
  }
  .card-svg-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@scope ( .so-arbeiten-wir-wrapper ) {
  .e-con-inner :where(h1,h2,h3,h4,h5,h6,p,span,li,a):not(.bg-grau) {
    color: var(--text-white );
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .e-con-inner .bg-grau :where(h1,h2,h3,h4,h5,h6,p,span,li,a) {
    color: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .e-con-inner .bg-grau h2 {
    color: var(--red-color);
  }
  h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  p {
    margin-bottom: 0;
  }
}
@scope (.vollfolierung-wrapper) {
  .vollfolierung-card-wrapper img {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@scope (.kontakt-wrapper) {
  :where(h2, h3, h4, h5, h6) {
    color: var(--text-white) !important;
  }
}
.border-radius-default {
  border-radius: var(--core-border-radius);
  -webkit-border-radius: var(--core-border-radius);
  -moz-border-radius: var(--core-border-radius);
  -ms-border-radius: var(--core-border-radius);
  -o-border-radius: var(--core-border-radius);
}
.border-radius-sm {
  border-radius: calc(var(--core-border-radius) / 2);
  -webkit-border-radius: calc(var(--core-border-radius) / 2);
  -moz-border-radius: calc(var(--core-border-radius) / 2);
  -ms-border-radius: calc(var(--core-border-radius) / 2);
  -o-border-radius: calc(var(--core-border-radius) / 2);
}
.border-radius-lg {
  border-radius: calc(var(--core-border-radius) * 1.25);
  -webkit-border-radius: calc(var(--core-border-radius) * 1.25);
  -moz-border-radius: calc(var(--core-border-radius) * 1.25);
  -ms-border-radius: calc(var(--core-border-radius) * 1.25);
  -o-border-radius: calc(var(--core-border-radius) * 1.25);
}
.border-radius-xl {
  border-radius: calc(var(--core-border-radius) * 1.5);
  -webkit-border-radius: calc(var(--core-border-radius) * 1.5);
  -moz-border-radius: calc(var(--core-border-radius) * 1.5);
  -ms-border-radius: calc(var(--core-border-radius) * 1.5);
  -o-border-radius: calc(var(--core-border-radius) * 1.5);
}
.shadow-default {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-default-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-default-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-default-2xl {
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
