/*! tailwindcss v4.1.12 | 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-50: oklch(97% 0.014 254.604);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-0\! {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mb-0\! {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-\[30px_20px\] {
    padding: 30px 20px;
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-50 {
    padding-top: calc(var(--spacing) * 50);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .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-\[23\.04px\]\! {
    font-size: 23.04px !important;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .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,);
  }
  .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,);
  }
  .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, backdrop-filter, display, visibility, 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));
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 48rem) {
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
@layer theme {
  :root {
    --color-button-main: #1c14d5;
    --color-button-main-gold: linear-gradient(180deg, #e5ecff 0%, #c4cbff 100%);
    --color-nav-menu: #575757;
    --color-button-main-hover: #c7daf8;
    --color-footer: #04405e;
    --color-footer-list-item: #1c14d5;
    --color-hero-overlay: rgba(27 12, 107, 0.7);
    --color-hero-countdown-border: #1c90f6;
    --color-hero-countdown-text: #1c90f5;
  }
}
button.main {
  background: var(--color-button-main);
  color: white;
  border-color: var(--color-button-main) !important;
}
button.main:hover,
button.main.gold:hover {
  color: var(--color-button-main-hover) !important;
  border-color: var(--color-button-main-hover) !important;
  cursor: pointer;
}
button.main.gold {
  background: var(--color-button-main-gold) !important;
  color: #000 !important;
  border: 1px solid #c7daf8 !important;
}
.text-highlight {
  background-color: #c7daf8;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}
.text-title-highlight {
  color: var(--color-button-main-hover);
}
.hero__overlay {
  background: var(--color-hero-overlay);
}
@media (max-width: 1024px) {
  .hero__overlay {
    background: #000;
  }
  .hero__overlay-keydates .item {
    width: calc(20% - 20px);
  }
}
@media (max-width: 767px) {
  .hero__overlay-keydates .item {
    width: calc(50% - 20px);
  }
}
.animated-button {
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
  white-space: nowrap;
  align-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.animated-button .button-arrow {
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
  font-size: 0.9em;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.animated-button .button-text {
  display: inline-block;
  transition: transform 0.3s ease;
}
.animated-button:hover .button-arrow {
  left: 8px;
  opacity: 1;
}
.animated-button:hover .button-text {
  transform: translateX(8px);
}
.animated-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}
.animated-button:hover::before {
  left: 100%;
}
.animated-button > * {
  position: relative;
  z-index: 2;
}
.page-banner,
.page-banner-center {
  background-image: url('../img/assets/Desktop/BBS-innerpage.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner__banner-logo-img {
  height: 150px;
}
.bg-intro {
  background-image: url('../img/assets/Desktop/intro-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-learnhow {
  background-image: url('../img/assets/Desktop/learnhow-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-partners {
  background: white;
}
.bg-about-summit {
  background-image: url('../img/assets/web/BBSAbouttheSummitHome.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-why-should-attend {
  background-image: url('../img/assets/web/BBSNeedHelpHome.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-locations {
  background: #1b0c6b;
}
.bg-summit-speakers {
  background-image: url('../img/assets/Desktop/speakers-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-summit-speakers h2,
  .bg-summit-speakers .mod-speakers__speaker-item-name {
  color: var(--color-white);
}
.bg-summit-speakers .mod-speakers__speaker-item-jobcompany {
  color: var(--color-white);
}
.bg-ticket-pricing-summit {
  background-image: url('../img/assets/Desktop/ticketpricing.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-ticket-pricing-summit h1 {
  color: var(--color-white);
}
.bg-event-organiser h2 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
}
.shared-background-wrapper.bg-shared {
  background-image: url('../img/assets/Desktop/abouttheawards-desktop.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.shared-background-wrapper.bg-shared .modular {
  background: transparent !important;
}
.shared-background-wrapper.bg-shared-keyticket {
  background-image: url('../img/assets/Desktop/howtoenter-keydates-desktop.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.shared-background-wrapper.bg-shared-alt {
  background: linear-gradient(
      45deg,
      rgba(255, 107, 107, 0.2) 0%,
      rgba(76, 205, 196, 0.2) 100%
    );
}
.shared-background-wrapper.bg-shared-alt .modular {
  background: transparent !important;
}
.shared-background-wrapper.bg-shared-dark {
  background-color: var(--color-gray-900);
}
.shared-background-wrapper.bg-shared-dark .modular {
  background: transparent !important;
}
.shared-background-wrapper.bg-shared-light {
  background-color: var(--color-gray-100);
}
.shared-background-wrapper.bg-shared-light .modular {
  background: transparent !important;
}
.shared-background-wrapper.bg-shared-introwhyshould {
  background-image: url('../img/assets/Desktop/intro-bg-whyoushould.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.shared-background-wrapper.bg-shared-introwhyshould .modular {
  background: transparent !important;
}
.shared-background-wrapper.bg-shared-gradient {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-gray-100);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to: var(--color-blue-50);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shared-background-wrapper.bg-shared-gradient .modular {
  background: transparent !important;
}
.bg-who {
  background-image: url('../img/assets/Desktop/who-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.why-enter-sc__section-title-h2 {
  color: var(--color-white);
}
.why-enter-sc__sc-item {
  background: rgba(28, 20, 213, 0.25) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(25px) brightness(0.8);
  -webkit-backdrop-filter: blur(25px) brightness(0.8);
  border-style: var(--tw-border-style);
  border-width: 0px;
  --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);
}
.why-enter-sc__text {
  flex: 1;
}
.why-enter-sc__text h4 {
  margin-top: calc(var(--spacing) * 0);
}
.mod-ticket__ticket-item {
  background: rgba(45, 25, 120, 0.25) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(25px) brightness(0.8);
  -webkit-backdrop-filter: blur(25px) brightness(0.8);
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.mod-ticket__ticket-item h4,
    .mod-ticket__ticket-item h3 strong,
    .mod-ticket__ticket-item p {
  color: var(--color-white);
}
.mod-ticket__ticket-item .disabled-overlay {
  background-color: rgba(44, 7, 105, 0.32);
}
.mod-ticket__premium-section {
  margin-top: calc(var(--spacing) * 8);
}
.mod-ticket__premium-section h2, .mod-ticket__premium-section p {
  color: var(--color-white) !important;
}
.mod-ticket__membership-text {
  margin-top: calc(var(--spacing) * 12);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 8);
  text-align: center;
  color: var(--color-white);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mod-ticket__membership-text h2 {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .mod-ticket__membership-text h2 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.mod-ticket__membership-text strong {
  margin-bottom: calc(var(--spacing) * 5);
  font-size: 18px;
}
.mod-ticket__membership-text h4 {
  margin-bottom: calc(var(--spacing) * 5);
  font-size: 23.04px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.mod-ticket__membership-text ul {
  margin-block: calc(var(--spacing) * 8);
}
.mod-ticket__membership-text li {
  margin-bottom: calc(var(--spacing) * 2);
}
.final-word-section {
  font-size: 18px;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-white);
}
.final-word-section h4 {
  margin-bottom: calc(var(--spacing) * 5);
  font-size: 23.04px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.final-word-section p {
  margin-bottom: calc(var(--spacing) * 5);
}
.bg-finalword {
  background-image: url('../img/assets/Desktop/finalword-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-speaker {
  background: transparent
    linear-gradient(
      180deg,
      rgba(132, 215, 255, 0.2) 0%,
      rgba(129, 212, 252, 0.2) 3%,
      rgba(14, 97, 137, 0.2) 100%
    );
}
.sponsorship {
  background-image: url('../img/assets/Desktop/becomeapartner-desktop.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sponsorship .sponsor-container
    .sponsor-details
    .sponsor-content
    .sponsor-details-content
    p,
  .sponsorship .sponsor-container
    .sponsor-details
    .sponsor-content
    .sponsorship-contacts
    p.name,
  .sponsorship .sponsor-container
    .sponsor-details
    .sponsor-content
    .sponsorship-contacts
    p.phone,
  .sponsorship .sponsor-container
    .sponsor-details
    .sponsor-content
    .sponsorship-contacts
    p.email
    a,
  .sponsorship .sponsor-form
    .mauticform_wrapper
    .mauticform-page-wrapper
    .mauticform-row.mauticform-radiogrp
    label,
  .sponsorship .sponsor-form
    .mauticform_wrapper
    .mauticform-page-wrapper
    .mauticform-row.mauticform-checkboxgrp
    label,
  .sponsorship .sponsor-form
    .mauticform_wrapper
    .mauticform-page-wrapper
    .mauticform-row.full-width
    label {
  color: var(--color-black);
}
.sponsorship h2 {
  color: var(--color-black);
}
.sponsorship ul {
  color: var(--color-black);
}
.sponsorship a {
  color: var(--color-black);
}
.contact-page__section-title-h1 {
  color: #1B0C6B;
}
.contact-page__contact-wrapper ul li {
  color: #575757;
}
.contact-page__contact-form
    .mauticform_wrapper
    .mauticform-page-wrapper
    .mauticform-row
    .mauticform-button {
  background: var(--color-button-main);
  color: white;
  border: 1px solid var(--color-button-main) !important;
}
.contact-page__contact-form
    .mauticform_wrapper
    .mauticform-page-wrapper
    .mauticform-row
    .mauticform-button:hover {
  background: transparent;
  color: var(--color-button-main) !important;
}
.about-page__content.item_summit {
  min-height: auto;
  padding-top: 100px;
}
@media (width >= 64rem) {
  .about-page__content.item_summit {
    min-height: 480px;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.location__location-container {
  padding-right: 0;
}
.location__location-banner {
  border-radius: 0;
  background: #777777;
}
.location__location-banner-orange {
  background: #1C14D5;
}
.location__loc-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.location__loc-title {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.location__loc-date {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}
.location__loc-item {
  background: #000;
  border-radius: 0;
  min-height: 340px;
  border: none;
}
.location__loc-item .thumb-container {
  padding: 0 15px;
}
.location__eventdetails-item {
  margin-bottom: 10px;
}
.location__eventdetails-item span {
  font-size: 12px;
}
.location__eventdetails-item strong {
  font-size: 14px;
}
.location .section-title h2 {
  text-align: center;
}
.location__loc-state {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
.location__ticket-info {
  margin-top: 23px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.location .ticket-info {
  display: flex;
  flex-direction: column;
}
.location .ticket-info__key {
  color: #c37f00;
  font-size: 12px;
  margin-bottom: 5px;
}
.location .ticket-info__value {
  font-weight: 600;
  font-size: 14px;
}
.location__register {
  text-align: center;
}
.location__map-state-date-item-date {
  color: var(--color-white);
}
.location__cta-buttons a button {
  display: inline-block;
}
@media (width < 40rem) {
  .location__cta-buttons a button {
    margin: 5px;
  }
}
@media (width < 40rem) {
  .location__cta-buttons a button {
    width: 200px;
  }
}
.location__location-map {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 900px;
}
.location__location-map img {
  width: 100%;
  height: auto;
  display: block;
}
.location__map-point {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.location__QLD {
  top: 56%;
  left: 84%;
}
.location__NSW {
  top: 70%;
  left: 80%;
}
.location__VIC {
  top: 84%;
  left: 71%;
}
.location__SA {
  top: 73%;
  left: 60%;
}
.location__WA {
  top: 64%;
  left: 20%;
}
.location__location-content {
  font-size: 18px;
  color: var(--color-white);
}
@media (min-width: 1024px) {
  .location__loc-item-close {
    display: none;
  }
  .location__location-container {
    flex-direction: column;
    align-items: center;
  }
  .location__location-map {
    width: 100%;
    max-width: 900px;
    position: relative;
  }
  .location__location-map-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .location__location-content {
    width: 100%;
  }
  .location__location-modal {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 100px;
    justify-content: center;
    margin-bottom: 45px;
  }
  .location__loc-item {
    display: block !important;
    opacity: 1;
    width: calc(100% * 1 / 5);
  }
  .location__loc-item .thumb-container {
    padding: 0 15px;
  }
  .location__loc-item.slide-up {
    margin-top: -50px;
  }
  .location__loc-item-state--active {
    transform: translateY(-30px);
    transition: transform 0.3s ease-out;
  }
}
@media (max-width: 1024px) {
  .location__location-modal--active {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #0000008f;
    border-radius: 0;
    z-index: 999;
  }
  .location__loc-item-close {
    display: block;
    right: 0;
  }
  .location__location-map img {
    height: auto !important;
  }
  .location__loc-item-close img {
    position: relative;
  }
  .location__register {
    margin-top: calc(var(--spacing) * 5);
  }
}
@media (max-width: 543px) {
  .location__QLD {
    top: 53%;
    left: 86%;
  }
  .location__NSW {
    top: 67%;
    left: 82%;
  }
  .location__VIC {
    top: 81%;
    left: 73%;
  }
  .location__SA {
    top: 72%;
    left: 64%;
  }
  .location__WA {
    top: 61%;
    left: 24%;
  }
}
.footer {
  background-image: url('../img/assets/Desktop/BBS-innerpage.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer__footer-logo-img {
  margin-bottom: 0;
}
.footer ul li i {
  color: var(--color-footer-list-item);
  background: #fff;
}
#our-partners.modular button.main:hover {
  border-color: var(--color-button-main-gold) !important;
  color: var(--color-button-main-gold) !important;
}
.ticket-locations .mod-ticket__ticket-item {
  min-height: auto;
  width: 100%;
}
@media (width >= 64rem) {
  .ticket-locations .mod-ticket__ticket-item {
    flex: 1;
  }
}
.mod-about .section-title {
  margin-bottom: 15px !important;
}
.mod-about__content-desktop h4 {
  font-size: 23.04px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.mod-about__content-desktop p {
  font-size: 18px;
}
.mod-about__content-desktop::before {
  display: none !important;
}
.mod-about__content-mobile {
  display: none !important;
}
.mod-about__content-mobile::before {
  display: none !important;
}
.mod-about__learn-item {
  margin-inline: calc(var(--spacing) * 5);
  align-items: flex-start;
  justify-content: flex-start;
}
@media (width >= 48rem) {
  .mod-about__learn-item {
    margin-inline: calc(var(--spacing) * 0);
  }
}
.mod-about__learn-item {
  background: #1C14D540 0% 0% no-repeat padding-box;
  backdrop-filter: blur(25px) brightness(0.8);
  -webkit-backdrop-filter: blur(25px) brightness(0.8);
}
.mod-about__learn-item-text h4 {
  font-size: 23.04px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.mod-about__learn-item-text p {
  font-size: 16px;
}
.learn-how h1, .learn-how h2, .learn-how h3, .learn-how h4 {
  color: var(--color-white);
}
.learn-how h4 {
  font-size: 23.04px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.learn-how__top-section-content {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 12);
  background: rgba(28, 20, 213, 0.25) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(25px) brightness(0.8);
  -webkit-backdrop-filter: blur(25px) brightness(0.8);
}
section.intro {
  padding-bottom: calc(var(--spacing) * 0);
}
.execution-focused {
  color: var(--color-black);
}
.execution-focused p {
  margin-top: calc(var(--spacing) * 6);
  font-size: 18px;
}
.execution-focused .content {
  margin-block: calc(var(--spacing) * 0);
}
.who-should-enter h1, .who-should-enter h2, .who-should-enter h3, .who-should-enter h4 {
  color: var(--color-white);
}
.who-should-enter h4 {
  margin-top: calc(var(--spacing) * 0);
  text-align: left;
  font-size: 18px;
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.who-should-enter__top-section-content {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 12);
  background: rgba(28, 20, 213, 0.25) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(25px) brightness(0.8);
  -webkit-backdrop-filter: blur(25px) brightness(0.8);
  border-radius: 16px;
}
.who-should-enter__who-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 6);
}
@media (width >= 48rem) {
  .who-should-enter__who-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .who-should-enter__who-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.who-should-enter__who-wrapper::before {
  display: none !important;
}
.who-should-enter__why-section-wrapper {
  padding-inline: calc(var(--spacing) * 5);
}
.who-should-enter__who-item {
  margin-inline: calc(var(--spacing) * 5);
  min-height: auto;
  width: auto;
  align-items: flex-start;
  gap: calc(var(--spacing) * 6);
  border-radius: var(--radius-lg);
  padding: calc(var(--spacing) * 6);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .who-should-enter__who-item {
    margin-inline: calc(var(--spacing) * 0);
  }
}
.who-should-enter__who-item {
  background: rgba(28, 20, 213, 0.15) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(15px) brightness(0.9);
  -webkit-backdrop-filter: blur(15px) brightness(0.9);
  transition: all 0.3s ease;
}
.who-should-enter__who-item:hover {
  background: rgba(28, 20, 213, 0.25) 0% 0% no-repeat padding-box;
  transform: translateY(-4px);
}
@media (width >= 64rem) {
  .who-should-enter__who-item:last-child:nth-child(3n + 1) {
    grid-column-start: 2;
  }
}
.who-should-enter__who-item img {
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
}
.who-should-enter__img-item {
  width: auto;
}
.who-should-enter__icon-wrapper {
  flex-shrink: 0;
}
.who-should-enter__icon {
  height: calc(var(--spacing) * 12);
  width: calc(var(--spacing) * 12);
  filter: brightness(1.2);
}
.who-should-enter__content h3 {
  font-size: 18px;
}
.who-should-enter__closing-section {
  padding-block: calc(var(--spacing) * 8);
}
.who-should-enter__closing-text {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .who-should-enter__closing-text {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.who-should-enter__why-section {
  padding: calc(var(--spacing) * 8);
  text-align: center;
  color: var(--color-white);
}
@media (width >= 48rem) {
  .who-should-enter__why-section {
    padding: calc(var(--spacing) * 12);
  }
}
.who-should-enter__why-section {
  background: transparent linear-gradient(180deg, rgba(38, 51, 149, 0.65) 0%, rgba(11, 16, 51, 0.65) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  backdrop-filter: blur(6px) brightness(0.6);
  -webkit-backdrop-filter: blur(6px) brightness(0.6);
}
.who-should-enter__why-title {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width >= 48rem) {
  .who-should-enter__why-title {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.who-should-enter__why-subtitle {
  margin-bottom: calc(var(--spacing) * 8);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
@media (width >= 48rem) {
  .who-should-enter__why-subtitle {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.who-should-enter__why-points {
  margin-bottom: calc(var(--spacing) * 8);
}
.who-should-enter__why-points p {
  margin-bottom: calc(var(--spacing) * 2);
}
.who-should-enter__why-execution {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
@media (width >= 48rem) {
  .who-should-enter__why-execution {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.powerful-moments {
  padding-block: calc(var(--spacing) * 16);
  color: var(--color-black);
}
.powerful-moments__content {
  margin-inline: auto;
  max-width: var(--container-5xl);
  padding-inline: calc(var(--spacing) * 4);
}
.powerful-moments__title {
  margin-bottom: calc(var(--spacing) * 12);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width >= 48rem) {
  .powerful-moments__title {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 64rem) {
  .powerful-moments__title {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.powerful-moments__section {
  margin-bottom: calc(var(--spacing) * 8);
}
.powerful-moments__label {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width >= 48rem) {
  .powerful-moments__label {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.powerful-moments__text {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
@media (width >= 48rem) {
  .powerful-moments__text {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.powerful-moments__tagline {
  margin-top: calc(var(--spacing) * 12);
}
.powerful-moments__tagline-main {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width >= 48rem) {
  .powerful-moments__tagline-main {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.powerful-moments__tagline-sub {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
@media (width >= 48rem) {
  .powerful-moments__tagline-sub {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.bg-powerful {
  background-image: url('../img/assets/Desktop/powerful-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@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-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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
    }
  }
}
