/*! tailwindcss v4.1.14 | 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;
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-black: #000;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-bounce: bounce 1s infinite;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .invisible\! {
    visibility: hidden !important;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-0\! {
    top: calc(var(--spacing) * 0) !important;
  }
  .top-\[-100vh\] {
    top: -100vh;
  }
  .top-\[14px\] {
    top: 14px;
  }
  .top-\[100\%\] {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .bottom-\[40px\] {
    bottom: 40px;
  }
  .bottom-\[50\%\] {
    bottom: 50%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[100\%\]\! {
    left: 100% !important;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-1000 {
    z-index: 1000;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[-99999\] {
    z-index: -99999;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[101\] {
    z-index: 101;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .float-none {
    float: none;
  }
  .clear-both {
    clear: both;
  }
  .container {
    width: 100%;
    @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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-34 {
    margin: calc(var(--spacing) * 34);
  }
  .m-38 {
    margin: calc(var(--spacing) * 38);
  }
  .m-71 {
    margin: calc(var(--spacing) * 71);
  }
  .m-143 {
    margin: calc(var(--spacing) * 143);
  }
  .m-196 {
    margin: calc(var(--spacing) * 196);
  }
  .m-197 {
    margin: calc(var(--spacing) * 197);
  }
  .m-214 {
    margin: calc(var(--spacing) * 214);
  }
  .m-223 {
    margin: calc(var(--spacing) * 223);
  }
  .m-280 {
    margin: calc(var(--spacing) * 280);
  }
  .m-339 {
    margin: calc(var(--spacing) * 339);
  }
  .m-540 {
    margin: calc(var(--spacing) * 540);
  }
  .m-557 {
    margin: calc(var(--spacing) * 557);
  }
  .m-\[0_auto\] {
    margin: 0 auto;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-auto\! {
    margin-inline: auto !important;
  }
  .my-0\! {
    margin-block: calc(var(--spacing) * 0) !important;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[40px\]\! {
    margin-top: 40px !important;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-\[14px\] {
    margin-right: 14px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-4\! {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\]\! {
    margin-bottom: 30px !important;
  }
  .mb-\[40px\]\! {
    margin-bottom: 40px !important;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-0\! {
    margin-left: calc(var(--spacing) * 0) !important;
  }
  .ml-\[-48px\] {
    margin-left: -48px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[0\] {
    height: 0;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[5em\] {
    height: 5em;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[121px\] {
    height: 121px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[175px\] {
    height: 175px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .max-h-\[135px\] {
    max-height: 135px;
  }
  .max-h-\[208px\]\! {
    max-height: 208px !important;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[90000px\] {
    max-height: 90000px;
  }
  .min-h-\[0\] {
    min-height: 0;
  }
  .min-h-\[100\%\] {
    min-height: 100%;
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[250px\] {
    min-height: 250px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-\[1117px\] {
    min-height: 1117px;
  }
  .min-h-\[calc\(100vh_-_80px\)\] {
    min-height: calc(100vh - 80px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[103px\] {
    width: 103px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[410px\] {
    width: 410px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-\[83\.75rem\] {
    max-width: 83.75rem;
  }
  .max-w-\[155px\] {
    max-width: 155px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[916px\] {
    max-width: 916px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1340px\] {
    max-width: 1340px;
  }
  .max-w-\[1728px\] {
    max-width: 1728px;
  }
  .max-w-\[calc\(24px_\+_20px\)\] {
    max-width: calc(24px + 20px);
  }
  .max-w-\[calc\(32px_\+_20px\)\] {
    max-width: calc(32px + 20px);
  }
  .max-w-\[calc\(40px_\+_20px\)\] {
    max-width: calc(40px + 20px);
  }
  .max-w-\[calc\(48px_\+_20px\)\] {
    max-width: calc(48px + 20px);
  }
  .max-w-\[calc\(\{\{icon_list_settings\.icon_size\}\}_\+_20px\)\] {
    max-width: calc({{icon list settings.icon size}} + 20px);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_1_auto\] {
    flex: 0 1 auto;
  }
  .flex-\[1_0_auto\] {
    flex: 1 0 auto;
  }
  .flex-\[1_1_0px\] {
    flex: 1 1 0px;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .basis-1\/4 {
    flex-basis: 25%;
  }
  .basis-2\/3 {
    flex-basis: calc(2/3 * 100%);
  }
  .basis-3\/4 {
    flex-basis: calc(3/4 * 100%);
  }
  .basis-5\/6 {
    flex-basis: calc(5/6 * 100%);
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-\[0\] {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-center {
    scroll-snap-align: center;
  }
  .scroll-pt-\[0px\]\! {
    scroll-padding-top: 0px !important;
  }
  .list-none {
    list-style-type: none !important;
  }
  .list-none\! {
    list-style-type: none !important;
  }
  .\[grid-template-columns\:repeat\(auto-fit\,minmax\(min\(300px\,100\%\)\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(min(300px, 100%),1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .content-end {
    align-content: flex-end;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-start\! {
    justify-content: flex-start !important;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[0_8px_8px_0\] {
    border-radius: 0 8px 8px 0;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[8px_0_0_8px\] {
    border-radius: 8px 0 0 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-bl-\[24px\] {
    border-bottom-left-radius: 24px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[2px\]\! {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-\[2px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-none\! {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-black\! {
    border-color: var(--color-black) !important;
  }
  .border-bravo\! {
    border-color: #777777 !important;
  }
  .border-charlie\! {
    border-color: #888888 !important;
  }
  .border-grey {
    border-color: #CACACA;
  }
  .border-primary\! {
    border-color: #2199e8 !important;
  }
  .border-white\! {
    border-color: #FEFEFE !important;
  }
  .bg-\[rgba\(0\,0\,0\,0\.7\)\] {
    background-color: rgba(0,0,0,0.7);
  }
  .bg-\[rgba\(0\,0\,0\,0\.25\)\] {
    background-color: rgba(0,0,0,0.25);
  }
  .bg-\[rgba\(3\,32\,58\,0\.64\)\] {
    background-color: rgba(3,32,58,0.64);
  }
  .bg-\[rgba\(251\,250\,247\,0\.9\)\] {
    background-color: rgba(251,250,247,0.9);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\! {
    background-color: var(--color-black) !important;
  }
  .bg-bravo {
    background-color: #777777;
  }
  .bg-bravo\! {
    background-color: #777777 !important;
  }
  .bg-charlie {
    background-color: #888888;
  }
  .bg-charlie\! {
    background-color: #888888 !important;
  }
  .bg-grey {
    background-color: #CACACA;
  }
  .bg-primary {
    background-color: #2199e8;
  }
  .bg-primary\! {
    background-color: #2199e8 !important;
  }
  .bg-white {
    background-color: #FEFEFE;
  }
  .bg-white\! {
    background-color: #FEFEFE !important;
  }
  .bg-\[url\(\'\/app\/themes\/tde\/assets\/img\/TDE-Logo-Black\.svg\'\)\] {
    background-image: url('/app/themes/tde/assets/img/TDE-Logo-Black.svg');
  }
  .bg-\[url\(\'\/app\/themes\/tde\/assets\/img\/icons\/quote-bg\.svg\'\)\] {
    background-image: url('/app/themes/tde/assets/img/icons/quote-bg.svg');
  }
  .bg-\[url\(\.\/assets\/img\/icons\/play\.svg\)\] {
    background-image: url(./assets/img/icons/play.svg);
  }
  .bg-none {
    background-image: none;
  }
  .bg-\[20\%_auto\] {
    background-size: 20% auto;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[25\%_auto\] {
    background-size: 25% auto;
  }
  .bg-size-\[75\%_auto\] {
    background-size: 75% auto;
  }
  .bg-size-\[200px_150px\] {
    background-size: 200px 150px;
  }
  .bg-\[50\%_20px\] {
    background-position: 50% 20px;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-4\! {
    padding: calc(var(--spacing) * 4) !important;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[0\.85em_1em\]\! {
    padding: 0.85em 1em !important;
  }
  .p-\[0_1rem_1rem\]\! {
    padding: 0 1rem 1rem !important;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[15px\]\! {
    padding: 15px !important;
  }
  .p-\[20px\]\! {
    padding: 20px !important;
  }
  .p-\[20px_0px\] {
    padding: 20px 0px;
  }
  .p-\[20px_20px_40px_20px\] {
    padding: 20px 20px 40px 20px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-8\! {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  .px-\[1\.25rem\] {
    padding-inline: 1.25rem;
  }
  .px-\[1\.65rem\]\! {
    padding-inline: 1.65rem !important;
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[7\.5px\] {
    padding-inline: 7.5px;
  }
  .px-\[8px\]\! {
    padding-inline: 8px !important;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[18px\]\! {
    padding-inline: 18px !important;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[25px\]\! {
    padding-inline: 25px !important;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[1\.5rem\] {
    padding-block: 1.5rem;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .py-\[15px\]\! {
    padding-block: 15px !important;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[20px\]\! {
    padding-block: 20px !important;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[24px\]\! {
    padding-block: 24px !important;
  }
  .py-\[35px\]\! {
    padding-block: 35px !important;
  }
  .py-\[38px\] {
    padding-block: 38px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[14px\]\! {
    padding-top: 14px !important;
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[35px\]\! {
    padding-top: 35px !important;
  }
  .pt-\[70px\]\! {
    padding-top: 70px !important;
  }
  .pt-\[157px\] {
    padding-top: 157px;
  }
  .pr-0\! {
    padding-right: calc(var(--spacing) * 0) !important;
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pr-\[15px\]\! {
    padding-right: 15px !important;
  }
  .pr-\[30px\]\! {
    padding-right: 30px !important;
  }
  .pr-\[45px\] {
    padding-right: 45px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-0\! {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[1\.65rem\]\! {
    padding-bottom: 1.65rem !important;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[18px\]\! {
    padding-bottom: 18px !important;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[27px\]\! {
    padding-bottom: 27px !important;
  }
  .pb-\[35px\]\! {
    padding-bottom: 35px !important;
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[70px\]\! {
    padding-bottom: 70px !important;
  }
  .pb-\[157px\] {
    padding-bottom: 157px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[1rem\]\! {
    padding-left: 1rem !important;
  }
  .pl-\[16px\]\! {
    padding-left: 16px !important;
  }
  .pl-\[25px\] {
    padding-left: 25px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-\[-apple-system\,_BlinkMacSystemFont\,\'Segoe_UI\'\,Roboto\,Oxygen\,Ubuntu\,Cantarell\,\'Open_Sans\'\,\'Helvetica_Neue\'\,sans-serif\] {
    font-family: -apple-system, BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
  }
  .font-\[Fontello\] {
    font-family: Fontello;
  }
  .font-\[fontello\] {
    font-family: fontello;
  }
  .font-\[sans-serif\]\! {
    font-family: sans-serif !important;
  }
  .font-mgp-display {
    font-family: MGP Display, sans-serif;
  }
  .font-mgp-display-bold-expanded {
    font-family: MGP Display Bold Expanded, sans-serif;
  }
  .font-mgp-display-light {
    font-family: MGP Display Light, sans-serif;
  }
  .font-mgp-display-medium {
    font-family: MGP Display Medium, sans-serif;
  }
  .font-mgp-display-vf {
    font-family: MGP Display VF, sans-serif;
  }
  .font-mgp-text {
    font-family: MGP Text, sans-serif;
  }
  .font-mgp-text-condensed {
    font-family: MGP Text Condensed, sans-serif;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[20px\]\! {
    font-size: 20px !important;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\]\! {
    font-size: 26px !important;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[30px\]\! {
    font-size: 30px !important;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .text-\[155px\] {
    font-size: 155px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1em\] {
    --tw-leading: 1em;
    line-height: 1em;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\]\! {
    --tw-leading: 26px !important;
    line-height: 26px !important;
  }
  .leading-\[30px\]\! {
    --tw-leading: 30px !important;
    line-height: 30px !important;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[34px\]\! {
    --tw-leading: 34px !important;
    line-height: 34px !important;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-bold\! {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-semibold\! {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#FEFEFE\] {
    color: #FEFEFE;
  }
  .text-black\! {
    color: var(--color-black) !important;
  }
  .text-bravo\! {
    color: #777777 !important;
  }
  .text-charlie\! {
    color: #888888 !important;
  }
  .text-inherit {
    color: inherit;
  }
  .text-primary {
    color: #2199e8;
  }
  .text-primary\! {
    color: #2199e8 !important;
  }
  .text-white {
    color: #FEFEFE;
  }
  .text-white\! {
    color: #FEFEFE !important;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .uppercase\! {
    text-transform: uppercase !important;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100\! {
    opacity: 100% !important;
  }
  .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);
  }
  .shadow-\[0_0_50px_0_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0 0 50px 0 var(--tw-shadow-color, rgba(0,0,0,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_15px_2px_rgba\(218\,214\,205\,0\.9\)\] {
    --tw-shadow: 0px 0px 15px 2px var(--tw-shadow-color, rgba(218,214,205,0.9));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[5px_5px_20px_rgba\(0\,0\,0\,0\.5\)\] {
    --tw-shadow: 5px 5px 20px var(--tw-shadow-color, rgba(0,0,0,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[padding_0s_0\.3s\] {
    transition-property: padding 0s 0.3s;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[transform_0s_0\.3s\] {
    transition-property: transform 0s 0.3s;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-all\! {
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-300\! {
    --tw-duration: 300ms !important;
    transition-duration: 300ms !important;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .text-shadow-\[0px_1px_4px_rgba\(0\,0\,0\,0\.35\)\] {
    text-shadow: 0px 1px 4px var(--tw-text-shadow-color, rgba(0,0,0,0.35));
  }
  .text-shadow-lg {
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .not-last\:mr-8 {
    &:not(*:last-child) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:max-h-\[90000px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        max-height: 90000px;
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-\[1\.1\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .group-hover\:overflow-visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        overflow: visible;
      }
    }
  }
  .group-hover\:bg-\[21\%_auto\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-size: 21% auto;
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #2199e8;
      }
    }
  }
  .group-hover\:opacity-50 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 50%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.has-promotion\]\:border-t-\[1px_solid_rgba\(255\,255\,255\,0\.2\)\] {
    &:is(:where(.group):is(.has-promotion) *) {
      border-top-color: 1px solid rgba(255,255,255,0.2);
    }
  }
  .group-\[\.has-promotion\]\:pt-\[30px\] {
    &:is(:where(.group):is(.has-promotion) *) {
      padding-top: 30px;
    }
  }
  .group-\[\.has-promotion\]\:text-left {
    &:is(:where(.group):is(.has-promotion) *) {
      text-align: left;
    }
  }
  .group-\[\.has-promotion\]\:text-left\! {
    &:is(:where(.group):is(.has-promotion) *) {
      text-align: left !important;
    }
  }
  .group-\[\.has-promotion\]\:font-\[-apple-system\,_BlinkMacSystemFont\,\'Segoe_UI\'\,Roboto\,Oxygen\,Ubuntu\,Cantarell\,\'Open_Sans\'\,\'Helvetica_Neue\'\,sans-serif\] {
    &:is(:where(.group):is(.has-promotion) *) {
      font-family: -apple-system, BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    }
  }
  .group-\[\.has-promotion\]\:text-\[14px\] {
    &:is(:where(.group):is(.has-promotion) *) {
      font-size: 14px;
    }
  }
  .group-\[\.has-promotion\]\:font-bold {
    &:is(:where(.group):is(.has-promotion) *) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .group-\[\.has-promotion\]\:text-white {
    &:is(:where(.group):is(.has-promotion) *) {
      color: #FEFEFE;
    }
  }
  .group-\[\.has-promotion\]\:normal-case {
    &:is(:where(.group):is(.has-promotion) *) {
      text-transform: none;
    }
  }
  .placeholder\:text-white {
    &::placeholder {
      color: #FEFEFE;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:z-\[-1\] {
    &::before {
      content: var(--tw-content);
      z-index: -1;
    }
  }
  .before\:m-0 {
    &::before {
      content: var(--tw-content);
      margin: calc(var(--spacing) * 0);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-\[rgba\(119\,119\,119\,0\.8\)\] {
    &::before {
      content: var(--tw-content);
      background-color: rgba(119,119,119,0.8);
    }
  }
  .before\:p-0 {
    &::before {
      content: var(--tw-content);
      padding: calc(var(--spacing) * 0);
    }
  }
  .before\:shadow-\[inset_0_6px_8px_-3px_rgba\(0\,0\,0\,0\.6\)\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: inset 0 6px 8px -3px var(--tw-shadow-color, rgba(0,0,0,0.6));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .before\:content-\[\'\\2014\\0020\'\] {
    &::before {
      --tw-content: '\2014\0020';
      content: var(--tw-content);
    }
  }
  .before\:content-\[\'\\e800\'\] {
    &::before {
      --tw-content: '\e800';
      content: var(--tw-content);
    }
  }
  .before\:content-\[\'\\e828\'\] {
    &::before {
      --tw-content: '\e828';
      content: var(--tw-content);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .after\:top-\[0\] {
    &::after {
      content: var(--tw-content);
      top: 0;
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:right-\[0\] {
    &::after {
      content: var(--tw-content);
      right: 0;
    }
  }
  .after\:right-\[20px\] {
    &::after {
      content: var(--tw-content);
      right: 20px;
    }
  }
  .after\:bottom-\[0\] {
    &::after {
      content: var(--tw-content);
      bottom: 0;
    }
  }
  .after\:left-\[0\] {
    &::after {
      content: var(--tw-content);
      left: 0;
    }
  }
  .after\:z-1 {
    &::after {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .after\:mt-\[-3px\] {
    &::after {
      content: var(--tw-content);
      margin-top: -3px;
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:-translate-y-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:transform {
    &::after {
      content: var(--tw-content);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .after\:border-b {
    &::after {
      content: var(--tw-content);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .after\:border-black\/25 {
    &::after {
      content: var(--tw-content);
      border-color: color-mix(in srgb, #000 25%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 25%, transparent);
      }
    }
  }
  .after\:bg-primary {
    &::after {
      content: var(--tw-content);
      background-color: #2199e8;
    }
  }
  .after\:bg-\[url\(\.\/assets\/img\/icons\/play\.svg\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url(./assets/img/icons/play.svg);
    }
  }
  .after\:bg-auto {
    &::after {
      content: var(--tw-content);
      background-size: auto;
    }
  }
  .after\:bg-size-\[20\%_auto\] {
    &::after {
      content: var(--tw-content);
      background-size: 20% auto;
    }
  }
  .after\:bg-center {
    &::after {
      content: var(--tw-content);
      background-position: center;
    }
  }
  .after\:bg-no-repeat {
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .after\:pt-\[66\%\] {
    &::after {
      content: var(--tw-content);
      padding-top: 66%;
    }
  }
  .after\:font-\[\'fontello\'\] {
    &::after {
      content: var(--tw-content);
      font-family: 'fontello';
    }
  }
  .after\:font-\[Fontello\] {
    &::after {
      content: var(--tw-content);
      font-family: Fontello;
    }
  }
  .after\:text-\[1\.25rem\] {
    &::after {
      content: var(--tw-content);
      font-size: 1.25rem;
    }
  }
  .after\:text-\[1\.125rem\] {
    &::after {
      content: var(--tw-content);
      font-size: 1.125rem;
    }
  }
  .after\:text-\[5rem\] {
    &::after {
      content: var(--tw-content);
      font-size: 5rem;
    }
  }
  .after\:leading-\[1\.75rem\] {
    &::after {
      content: var(--tw-content);
      --tw-leading: 1.75rem;
      line-height: 1.75rem;
    }
  }
  .after\:leading-\[1em\]\! {
    &::after {
      content: var(--tw-content);
      --tw-leading: 1em !important;
      line-height: 1em !important;
    }
  }
  .after\:font-bold {
    &::after {
      content: var(--tw-content);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .after\:text-white {
    &::after {
      content: var(--tw-content);
      color: #FEFEFE;
    }
  }
  .after\:opacity-0 {
    &::after {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .after\:opacity-70 {
    &::after {
      content: var(--tw-content);
      opacity: 70%;
    }
  }
  .after\:mix-blend-multiply {
    &::after {
      content: var(--tw-content);
      mix-blend-mode: multiply;
    }
  }
  .after\:transition-\[opacity\] {
    &::after {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all !important;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
      transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
    }
  }
  .after\:transition-transform {
    &::after {
      content: var(--tw-content);
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:delay-500 {
    &::after {
      content: var(--tw-content);
      transition-delay: 500ms;
    }
  }
  .after\:duration-200 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .after\:duration-300 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .after\:duration-500 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .after\:ease-out {
    &::after {
      content: var(--tw-content);
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .after\:content-\[\"\>\"\] {
    &::after {
      --tw-content: ">";
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\>\'\] {
    &::after {
      --tw-content: '>';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\\e80a\'\] {
    &::after {
      --tw-content: '\e80a';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\\e80f\'\] {
    &::after {
      --tw-content: '\e80f';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\\e801\'\] {
    &::after {
      --tw-content: '\e801';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\\\'\>\\\'\] {
    &::after {
      --tw-content: \'>\';
      content: var(--tw-content);
    }
  }
  .group-hover\:after\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          opacity: 0%;
        }
      }
    }
  }
  .group-hover\:after\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          opacity: 70%;
        }
      }
    }
  }
  .group-\[\.has-child\]\:after\:mb-\[-5px\] {
    &:is(:where(.group):is(.has-child) *) {
      &::after {
        content: var(--tw-content);
        margin-bottom: -5px;
      }
    }
  }
  .group-\[\.has-child\]\:after\:ml-\[10px\] {
    &:is(:where(.group):is(.has-child) *) {
      &::after {
        content: var(--tw-content);
        margin-left: 10px;
      }
    }
  }
  .group-\[\.has-child\]\:after\:font-\[Fontello\] {
    &:is(:where(.group):is(.has-child) *) {
      &::after {
        content: var(--tw-content);
        font-family: Fontello;
      }
    }
  }
  .group-\[\.has-child\]\:after\:text-\[20px\] {
    &:is(:where(.group):is(.has-child) *) {
      &::after {
        content: var(--tw-content);
        font-size: 20px;
      }
    }
  }
  .group-\[\.has-child\]\:after\:content-\[\'\\e816\'\] {
    &:is(:where(.group):is(.has-child) *) {
      &::after {
        --tw-content: '\e816';
        content: var(--tw-content);
      }
    }
  }
  .group-\[\.is-active\]\:after\:rotate-180 {
    &:is(:where(.group):is(.is-active) *) {
      &::after {
        content: var(--tw-content);
        rotate: 180deg;
      }
    }
  }
  .first\:border-t {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:after\:hidden {
    &:last-child {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .first-of-type\:mr-4 {
    &:first-of-type {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .last-of-type\:mr-0 {
    &:last-of-type {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[1\.05\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .hover\:cursor-default {
    &:hover {
      @media (hover: hover) {
        cursor: default;
      }
    }
  }
  .hover\:bg-\[\#5f5f5f\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #5f5f5f !important;
      }
    }
  }
  .hover\:bg-\[\#6d6d6d\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #6d6d6d !important;
      }
    }
  }
  .hover\:bg-\[\#147cc0\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #147cc0 !important;
      }
    }
  }
  .hover\:bg-\[\#656565\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #656565 !important;
      }
    }
  }
  .hover\:bg-\[\#cccccc\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #cccccc !important;
      }
    }
  }
  .hover\:bg-\[rgba\(0\,0\,0\,0\.65\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(0,0,0,0.65);
      }
    }
  }
  .hover\:bg-black\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black) !important;
      }
    }
  }
  .hover\:bg-bravo\! {
    &:hover {
      @media (hover: hover) {
        background-color: #777777 !important;
      }
    }
  }
  .hover\:bg-charlie\! {
    &:hover {
      @media (hover: hover) {
        background-color: #888888 !important;
      }
    }
  }
  .hover\:bg-primary\! {
    &:hover {
      @media (hover: hover) {
        background-color: #2199e8 !important;
      }
    }
  }
  .hover\:bg-white\! {
    &:hover {
      @media (hover: hover) {
        background-color: #FEFEFE !important;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-black\! {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black) !important;
      }
    }
  }
  .hover\:text-bravo\! {
    &:hover {
      @media (hover: hover) {
        color: #777777 !important;
      }
    }
  }
  .hover\:text-charlie\! {
    &:hover {
      @media (hover: hover) {
        color: #888888 !important;
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: #2199e8;
      }
    }
  }
  .hover\:text-primary\! {
    &:hover {
      @media (hover: hover) {
        color: #2199e8 !important;
      }
    }
  }
  .hover\:text-white\! {
    &:hover {
      @media (hover: hover) {
        color: #FEFEFE !important;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .after\:hover\:translate-y-\[-12px\] {
    &::after {
      content: var(--tw-content);
      &:hover {
        @media (hover: hover) {
          --tw-translate-y: -12px;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .hover\:after\:bg-size-\[21\%_auto\] {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          background-size: 21% auto;
        }
      }
    }
  }
  .after\:hover\:opacity-\[0\.8\] {
    &::after {
      content: var(--tw-content);
      &:hover {
        @media (hover: hover) {
          opacity: 0.8;
        }
      }
    }
  }
  .focus\:pointer-events-none {
    &:focus {
      pointer-events: none;
    }
  }
  .focus\:h-\[400px\] {
    &:focus {
      height: 400px;
    }
  }
  .focus\:h-\[720px\] {
    &:focus {
      height: 720px;
    }
  }
  .focus\:text-white\! {
    &:focus {
      color: #FEFEFE !important;
    }
  }
  .focus\:opacity-0 {
    &:focus {
      opacity: 0%;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-black {
    &:focus {
      --tw-ring-color: var(--color-black);
    }
  }
  .focus\:ring-bravo {
    &:focus {
      --tw-ring-color: #777777;
    }
  }
  .focus\:ring-charlie {
    &:focus {
      --tw-ring-color: #888888;
    }
  }
  .focus\:ring-primary {
    &:focus {
      --tw-ring-color: #2199e8;
    }
  }
  .focus\:ring-white {
    &:focus {
      --tw-ring-color: #FEFEFE;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:h-auto {
    @media (width >= 40rem) {
      height: auto;
    }
  }
  .sm\:w-\[calc\(50\%-1rem\)\] {
    @media (width >= 40rem) {
      width: calc(50% - 1rem);
    }
  }
  .sm\:flex-wrap {
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
  }
  .sm\:overflow-hidden {
    @media (width >= 40rem) {
      overflow: hidden;
    }
  }
  .sm\:text-\[90px\] {
    @media (width >= 40rem) {
      font-size: 90px;
    }
  }
  .sm\:text-\[100px\] {
    @media (width >= 40rem) {
      font-size: 100px;
    }
  }
  .sm\:leading-\[90px\] {
    @media (width >= 40rem) {
      --tw-leading: 90px;
      line-height: 90px;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mr-0 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-\[1px\] {
    @media (width >= 48rem) {
      margin-left: 1px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:w-\[calc\(33\.3333\%-1rem\)\] {
    @media (width >= 48rem) {
      width: calc(33.3333% - 1rem);
    }
  }
  .md\:max-w-\[calc\(\(100\%-3rem\)\/2\)\] {
    @media (width >= 48rem) {
      max-width: calc((100% - 3rem) / 2);
    }
  }
  .md\:min-w-\[calc\(\(100\%-3rem\)\/2\)\] {
    @media (width >= 48rem) {
      min-width: calc((100% - 3rem) / 2);
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:px-\[35px\] {
    @media (width >= 48rem) {
      padding-inline: 35px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\[103px\] {
    @media (width >= 48rem) {
      font-size: 103px;
    }
  }
  .md\:leading-\[103px\] {
    @media (width >= 48rem) {
      --tw-leading: 103px;
      line-height: 103px;
    }
  }
  .md\:after\:hidden {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mr-6 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[30px\] {
    @media (width >= 64rem) {
      margin-bottom: 30px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[550px\] {
    @media (width >= 64rem) {
      height: 550px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:min-h-\[400px\] {
    @media (width >= 64rem) {
      min-height: 400px;
    }
  }
  .lg\:w-\[880px\] {
    @media (width >= 64rem) {
      width: 880px;
    }
  }
  .lg\:w-\[calc\(16\.6667\%-1rem\)\] {
    @media (width >= 64rem) {
      width: calc(16.6667% - 1rem);
    }
  }
  .lg\:w-\[calc\(20\%-1rem\)\] {
    @media (width >= 64rem) {
      width: calc(20% - 1rem);
    }
  }
  .lg\:w-\[calc\(25\%-1rem\)\] {
    @media (width >= 64rem) {
      width: calc(25% - 1rem);
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[337px\] {
    @media (width >= 64rem) {
      max-width: 337px;
    }
  }
  .lg\:max-w-\[calc\(\(100\%-3rem\)\/3\)\] {
    @media (width >= 64rem) {
      max-width: calc((100% - 3rem) / 3);
    }
  }
  .lg\:min-w-\[calc\(\(100\%-3rem\)\/3\)\] {
    @media (width >= 64rem) {
      min-width: calc((100% - 3rem) / 3);
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:basis-1\/2 {
    @media (width >= 64rem) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .lg\:basis-2\/3 {
    @media (width >= 64rem) {
      flex-basis: calc(2/3 * 100%);
    }
  }
  .lg\:basis-3\/4 {
    @media (width >= 64rem) {
      flex-basis: calc(3/4 * 100%);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:overflow-y-visible {
    @media (width >= 64rem) {
      overflow-y: visible;
    }
  }
  .lg\:rounded-l-\[24px\] {
    @media (width >= 64rem) {
      border-top-left-radius: 24px;
      border-bottom-left-radius: 24px;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[24px\]\! {
    @media (width >= 64rem) {
      padding-inline: 24px !important;
    }
  }
  .lg\:px-\[75px\] {
    @media (width >= 64rem) {
      padding-inline: 75px;
    }
  }
  .lg\:pt-\[20px\]\! {
    @media (width >= 64rem) {
      padding-top: 20px !important;
    }
  }
  .lg\:pr-\[14px\] {
    @media (width >= 64rem) {
      padding-right: 14px;
    }
  }
  .lg\:pb-9 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:pb-\[24px\]\! {
    @media (width >= 64rem) {
      padding-bottom: 24px !important;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-\[14px\] {
    @media (width >= 64rem) {
      padding-left: 14px;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .after\:lg\:bg-size-\[15\%_auto\] {
    &::after {
      content: var(--tw-content);
      @media (width >= 64rem) {
        background-size: 15% auto;
      }
    }
  }
  .hover\:after\:lg\:bg-size-\[16\%_auto\] {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          @media (width >= 64rem) {
            background-size: 16% auto;
          }
        }
      }
    }
  }
  .xl\:col-span-6 {
    @media (width >= 80rem) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[100\%\] {
    @media (width >= 80rem) {
      height: 100%;
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 80rem) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:w-\[calc\(11\.1111\%-1rem\)\] {
    @media (width >= 80rem) {
      width: calc(11.1111% - 1rem);
    }
  }
  .xl\:w-\[calc\(12\.5\%-1rem\)\] {
    @media (width >= 80rem) {
      width: calc(12.5% - 1rem);
    }
  }
  .xl\:w-\[calc\(14\.2857\%-1rem\)\] {
    @media (width >= 80rem) {
      width: calc(14.2857% - 1rem);
    }
  }
  .xl\:max-w-\[1728px\] {
    @media (width >= 80rem) {
      max-width: 1728px;
    }
  }
  .xl\:max-w-\[calc\(\(100\%-4rem\)\/4\)\] {
    @media (width >= 80rem) {
      max-width: calc((100% - 4rem) / 4);
    }
  }
  .xl\:min-w-\[calc\(\(100\%-4rem\)\/4\)\] {
    @media (width >= 80rem) {
      min-width: calc((100% - 4rem) / 4);
    }
  }
  .xl\:basis-1\/2 {
    @media (width >= 80rem) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .xl\:basis-full {
    @media (width >= 80rem) {
      flex-basis: 100%;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:justify-end {
    @media (width >= 80rem) {
      justify-content: flex-end;
    }
  }
  .xl\:bg-none\! {
    @media (width >= 80rem) {
      background-image: none !important;
    }
  }
  .xl\:p-0 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-12 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:px-14 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .xl\:py-\[35px\]\! {
    @media (width >= 80rem) {
      padding-block: 35px !important;
    }
  }
  .xl\:py-\[94px\] {
    @media (width >= 80rem) {
      padding-block: 94px;
    }
  }
  .xl\:pt-14 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .xl\:pr-\[43px\]\! {
    @media (width >= 80rem) {
      padding-right: 43px !important;
    }
  }
  .xl\:pb-0 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:pb-0\! {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .xl\:text-left {
    @media (width >= 80rem) {
      text-align: left;
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:basis-1\/2 {
    @media (width >= 96rem) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .\32 xl\:basis-2\/3 {
    @media (width >= 96rem) {
      flex-basis: calc(2/3 * 100%);
    }
  }
  .\32 xl\:justify-around {
    @media (width >= 96rem) {
      justify-content: space-around;
    }
  }
  .\32 xl\:pl-0 {
    @media (width >= 96rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .print\:hidden {
    @media print {
      display: none;
    }
  }
  .child-p\:mb-4 {
    & > p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_a\]\:text-blue-600 {
    & a {
      color: var(--color-blue-600);
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_a\:hover\]\:text-blue-800 {
    & a:hover {
      color: var(--color-blue-800);
    }
  }
  .\[\&_h3\]\:font-mgp-text-bold\! {
    & h3 {
      font-family: MGP Text Bold, sans-serif !important;
    }
  }
  .\[\&_h3\]\:text-\[32px\]\! {
    & h3 {
      font-size: 32px !important;
    }
  }
  .\[\&\.open\]\:absolute {
    &.open {
      position: absolute;
    }
  }
  .\[\&\.open\]\:flex\! {
    &.open {
      display: flex !important;
    }
  }
  .\[\&\.open\]\:before\:absolute {
    &.open {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .\[\&\.open\]\:before\:top-0 {
    &.open {
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&\.open\]\:before\:left-0 {
    &.open {
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&\.open\]\:before\:h-\[100vh\] {
    &.open {
      &::before {
        content: var(--tw-content);
        height: 100vh;
      }
    }
  }
  .\[\&\.open\]\:before\:w-full {
    &.open {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .\[\&\.open\]\:before\:bg-\[rgb\(33\,153\,232\)\] {
    &.open {
      &::before {
        content: var(--tw-content);
        background-color: rgb(33,153,232);
      }
    }
  }
  .\[\&\.open\]\:before\:shadow-\[inset_0_6px_8px_-3px_rgba\(0\,0\,0\,0\.6\)\] {
    &.open {
      &::before {
        content: var(--tw-content);
        --tw-shadow: inset 0 6px 8px -3px var(--tw-shadow-color, rgba(0,0,0,0.6));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .\[\&\.tde-gdpr--open\]\:pointer-events-auto {
    &.tde-gdpr--open {
      pointer-events: auto;
    }
  }
  .\[\&\.tde-gdpr--open\]\:opacity-100 {
    &.tde-gdpr--open {
      opacity: 100%;
    }
  }
  .\[\.closed\]\:translate-x-\[-100\%\] {
    &:is(.closed) {
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\.open\]\:top-\[100\%\]\! {
    &:is(.open) {
      top: 100% !important;
    }
  }
  .\[\.open\]\:block {
    &:is(.open) {
      display: block;
    }
  }
  .\[\.open\]\:opacity-100 {
    &:is(.open) {
      opacity: 100%;
    }
  }
  .\[\.open\]\:transition-\[opacity_0\.3s_0s\,transform_0\.3s_0s\,top_0s_0s\,padding_0s_0s\,max-height_0s_0s\] {
    &:is(.open) {
      transition-property: opacity 0.3s 0s,transform 0.3s 0s,top 0s 0s,padding 0s 0s,max-height 0s 0s;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[data-submenu\]\:visible {
    &:is(data-submenu) {
      visibility: visible;
    }
  }
  .\[\&\>\*\]\:mb-4 {
    &>* {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>\*\]\:font-mgp-text {
    &>* {
      font-family: MGP Text, sans-serif;
    }
  }
  .\[\&\>\*\]\:font-mgp-text\! {
    &>* {
      font-family: MGP Text, sans-serif !important;
    }
  }
  .\[\&\>\*\:last-child\]\:mb-0 {
    &>*:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>\.gfield_label\]\:text-white\! {
    &>.gfield label {
      color: #FEFEFE !important;
    }
  }
  .\[\&\>p\]\:mb-2 {
    &>p {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>p\]\:mb-5 {
    &>p {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\[body\.admin-bar_\&\]\:min-h-\[calc\(100vh-32px\)\] {
    body.admin-bar & {
      min-height: calc(100vh - 32px);
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
