

/*** source: banzai/at_work/front/shared/styles.css ***/

@import url('https://static-app-misc.banzai.org/css/variables5.css');

@font-face {
  font-family: 'VC Banzai Cardinal';

  src:
    url('https://static-app-misc.teachbanzai.com/fonts/VCBanzaiCardinalVF.woff2') format('woff2-variations'),
    url('https://static-app-misc.teachbanzai.com/fonts/VCBanzaiCardinalVF.woff2') format('woff2');

  font-weight: 1 900;

  font-stretch: 75% 100%;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

/* Custom utility classes */

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

.display {
  font-size: var(--bz-size-3xl, 2.5rem);
  line-height: 1;
  letter-spacing: 0em;
  font-variation-settings: var(--bz-variation-semibold);
  font-size: var(--bz-size-2xl, 2rem);
}

@media (min-width: 768px) {
  .display {
    font-size: var(--bz-size-4xl, 3rem);
  }
}

@media (min-width: 1300px) {
  .display {
    font-size: var(--bz-size-6xl, 3.75rem);
  }
}

.title-base {
  font-size: var(--bz-size-xl, 1.5rem);
  line-height: 1;
  letter-spacing: -0.015rem;
  font-variation-settings: var(--bz-variation-medium);
}

.title-sm {
  line-height: 1;
  letter-spacing: -0.015rem;
  font-variation-settings: var(--bz-variation-medium);
  font-size: var(--bz-size-xl, 1.5rem);
}

.title,
.title-md {
  font-size: var(--bz-size-xl, 1.5rem);
  line-height: 1;
  letter-spacing: -0.015rem;
  font-variation-settings: var(--bz-variation-medium);
  font-size: var(--bz-size-1xl, 1.875rem);
}

.title-lg {
  font-size: var(--bz-size-xl, 1.5rem);
  line-height: 1;
  letter-spacing: -0.015rem;
  font-variation-settings: var(--bz-variation-medium);
  font-size: var(--bz-size-3xl, 2.5rem);
}

.overline-sm {
  font-size: var(--bz-size-xss, 0.75rem);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12rem;
  font-variation-settings: var(--bz-variation-bold);
}

.label {
  font-size: var(--bz-size-sm, 1rem);
  font-variation-settings: var(--bz-variation-semibold);
}

@media (min-width: 768px) {
  .label {
    font-size: var(--bz-size-md, 1.125rem);
  }
}

@media (min-width: 1300px) {
  .label {
    font-size: var(--bz-size-xl, 1.5rem);
  }
}

.body-sm {
  font-size: var(--bz-size-sm, 1rem);
  line-height: 1.5;
  letter-spacing: 0.025rem;
  font-variation-settings: var(--bz-variation-light);
}

.body-md {
  font-size: var(--bz-size-sm, 1rem);
  line-height: 1.5;
  letter-spacing: 0.025rem;
  font-variation-settings: var(--bz-variation-light);
  font-size: var(--bz-size-md, 1.125rem);
}

.label-md {
  font-size: var(--bz-size-xss, 0.75rem);
  font-variation-settings: var(--bz-variation-light);
  font-size: var(--bz-size-xs, 0.875rem);
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
}

.wc-dropdown {
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  position: absolute;
  top: calc(100% + 0.5rem);
  display: none;
  width: 280px;
  background-color: var(--bz-color-neutral-19);
  padding: 0.75rem;
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.group\/dropdown:focus-within .wc-dropdown {
  display: block;
}

.group\/dropdown:hover .wc-dropdown {
  display: block;
}

.input {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--bz-color-neutral-18);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: var(--bz-font-main, VC Banzai Cardinal, sans-serif);
  line-height: 1.5;
  font-variation-settings: var(--bz-variation-regular);
}

.input::-moz-placeholder {
  color: var(--bz-color-neutral-1);
}

.input::placeholder {
  color: var(--bz-color-neutral-1);
}

.input:focus-within {
  outline-color: var(--bz-color-neutral-1);
}

.input:hover {
  border-color: var(--bz-color-neutral-3);
}

.chip {
  display: inline-block;
  height: 2rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: var(--bz-color-neutral-18);
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: var(--bz-font-main, VC Banzai Cardinal, sans-serif);
  font-size: var(--bz-size-sm, 1rem);
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-variation-settings: var(--bz-variation-regular);
}

.chip:hover {
  background-color: var(--bz-color-darken);
}

.t-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .t-container {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 1300px) {
  .t-container {
    max-width: 1440px;
    padding-left: 65px;
    padding-right: 65px;
  }
}

.link {
  color: var(--bz-color-primary-1);
  font-variation-settings: var(--bz-variation-bold);
}

.link:hover {
  opacity: 0.8;
}

.card {
  display: inline-block;
  border-radius: 1rem;
  background-color: var(--bz-color-neutral-20);
  --tw-shadow: var(--bz-shadow-light);
  --tw-shadow-colored: var(--bz-shadow-light);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* INPUTS */

.input {
  min-height: 3.5rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--bz-color-neutral-17);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: var(--bz-font-main, VC Banzai Cardinal, sans-serif);
  font-size: var(--bz-size-md, 1.125rem);
  line-height: 1.5;
  letter-spacing: var(--bz-tracking-base, 0.025rem);
  font-variation-settings: var(--bz-variation-regular);
}

.input::-moz-placeholder {
  color: var(--bz-color-neutral-7);
}

.input::placeholder {
  color: var(--bz-color-neutral-7);
}

.input:focus-within {
  outline-color: var(--bz-color-neutral-1);
}

.input:hover {
  border-color: var(--bz-color-neutral-2);
}

.input:disabled {
  --tw-shadow: var(--bz-shadow-disabled);
  --tw-shadow-colored: var(--bz-shadow-disabled);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input:hover:disabled {
  cursor: not-allowed;
  border-color: var(--bz-color-neutral-18);
}

.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;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-12 {
  top: 3rem;
}

.top-20 {
  top: 5rem;
}

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

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

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

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

.m-4 {
  margin: 1rem;
}

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

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

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

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

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

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

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

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

.ml-\[1\.125rem\] {
  margin-left: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-12 {
  max-height: 3rem;
}

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

.max-h-\[calc\(100vh-20rem\)\] {
  max-height: calc(100vh - 20rem);
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.w-0 {
  width: 0px;
}

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

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

.w-10 {
  width: 2.5rem;
}

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

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

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

.origin-bottom-left {
  transform-origin: bottom left;
}

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

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

.translate-y-\[-3px\] {
  --tw-translate-y: -3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

.grid-cols-\[1\.5rem_auto\] {
  grid-template-columns: 1.5rem auto;
}

.grid-cols-\[24px_auto\] {
  grid-template-columns: 24px auto;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.border-x {
  border-left-width: var(--bz-border-width);
  border-right-width: var(--bz-border-width);
}

.border-b {
  border-bottom-width: var(--bz-border-width);
}

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

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

.border-t-\[3px\] {
  border-top-width: 3px;
}

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

.border-danger-1 {
  border-color: var(--bz-color-danger-1);
}

.border-neutral-12 {
  border-color: var(--bz-color-neutral-12);
}

.border-neutral-15 {
  border-color: var(--bz-color-neutral-15);
}

.border-neutral-17 {
  border-color: var(--bz-color-neutral-17);
}

.border-neutral-18 {
  border-color: var(--bz-color-neutral-18);
}

.border-neutral-3 {
  border-color: var(--bz-color-neutral-3);
}

.bg-neutral-1 {
  background-color: var(--bz-color-neutral-1);
}

.bg-neutral-19 {
  background-color: var(--bz-color-neutral-19);
}

.bg-neutral-2 {
  background-color: var(--bz-color-neutral-2);
}

.bg-neutral-20 {
  background-color: var(--bz-color-neutral-20);
}

.bg-overlay {
  background-color: var(--bz-color-overlay);
}

.bg-primary-1 {
  background-color: var(--bz-color-primary-1);
}

.bg-secondary-1 {
  background-color: var(--bz-color-secondary-1);
}

.bg-tertiary-1 {
  background-color: var(--bz-color-tertiary-1);
}

.bg-transparent {
  background-color: var(--bz-color-transparent);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[2\.125rem\] {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

.pb-4 {
  padding-bottom: 1rem;
}

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

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

.pl-12 {
  padding-left: 3rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

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

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[100\%\] {
  padding-top: 100%;
}

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

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

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

.indent-\[\.03rem\] {
  text-indent: 0.03rem;
}

.indent-\[0\.023\] {
  text-indent: 0.023;
}

.font-main {
  font-family: var(--bz-font-main, VC Banzai Cardinal, sans-serif);
}

.text-1xl {
  font-size: var(--bz-size-1xl, 1.875rem);
}

.text-2xl {
  font-size: var(--bz-size-2xl, 2rem);
}

.text-3xl {
  font-size: var(--bz-size-3xl, 2.5rem);
}

.text-4xl {
  font-size: var(--bz-size-4xl, 3rem);
}

.text-lg {
  font-size: var(--bz-size-lg, 1.25rem);
}

.text-md {
  font-size: var(--bz-size-md, 1.125rem);
}

.text-sm {
  font-size: var(--bz-size-sm, 1rem);
}

.text-xl {
  font-size: var(--bz-size-xl, 1.5rem);
}

.text-xs {
  font-size: var(--bz-size-xs, 0.875rem);
}

.text-xxs {
  font-size: var(--bz-size-xss, 0.75rem);
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-3 {
  line-height: 0.75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[1\.42\] {
  line-height: 1.42;
}

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

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

.tracking-\[\.0225rem\] {
  letter-spacing: 0.0225rem;
}

.tracking-\[\.12rem\] {
  letter-spacing: 0.12rem;
}

.tracking-\[0\.023rem\] {
  letter-spacing: 0.023rem;
}

.text-danger-1 {
  color: var(--bz-color-danger-1);
}

.text-neutral-1 {
  color: var(--bz-color-neutral-1);
}

.text-neutral-17 {
  color: var(--bz-color-neutral-17);
}

.text-neutral-2 {
  color: var(--bz-color-neutral-2);
}

.text-neutral-20 {
  color: var(--bz-color-neutral-20);
}

.text-neutral-7 {
  color: var(--bz-color-neutral-7);
}

.text-neutral-9 {
  color: var(--bz-color-neutral-9);
}

.text-on-primary {
  color: var(--bz-color-on-primary);
}

.text-on-secondary {
  color: var(--bz-color-on-secondary);
}

.text-on-tertiary {
  color: var(--bz-color-on-tertiary);
}

.text-primary-1 {
  color: var(--bz-color-primary-1);
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

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

.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,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    fill,
    stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.text-display-lg-regular {
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0rem;
  font-variation-settings: var(--bz-variation-regular, 'wght' 360, 'wdth' 250);
}

.text-title-sm-light {
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: -0.015rem;
  font-variation-settings: var(--bz-variation-light, 'wght' 320, 'wdth' 250);
}

.text-title-md-regular {
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: -0.018755rem;
  font-variation-settings: var(--bz-variation-regular, 'wght' 360, 'wdth' 250);
}

.text-body-sm-light {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.0225rem;
  font-variation-settings: var(--bz-variation-light, 'wght' 320, 'wdth' 250);
}

.text-body-sm-regular {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.0225rem;
  font-variation-settings: var(--bz-variation-regular, 'wght' 360, 'wdth' 250);
}

.text-body-sm-medium {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.0225rem;
  font-variation-settings: var(--bz-variation-medium, 'wght' 400, 'wdth' 250);
}

.text-body-md-light {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.025rem;
  font-variation-settings: var(--bz-variation-light, 'wght' 320, 'wdth' 250);
}

.text-label-md-light {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-variation-settings: var(--bz-variation-light, 'wght' 320, 'wdth' 250);
}

.text-label-md-regular {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-variation-settings: var(--bz-variation-regular, 'wght' 360, 'wdth' 250);
}

.font-vs-light {
  font-variation-settings: var(--bz-variation-light);
}

.font-vs-regular {
  font-variation-settings: var(--bz-variation-regular);
}

.font-vs-medium {
  font-variation-settings: var(--bz-variation-medium);
}

.font-vs-semibold {
  font-variation-settings: var(--bz-variation-semibold);
}

.font-vs-bold {
  font-variation-settings: var(--bz-variation-bold);
}

/* Elements */

body {
  font-family: var(--bz-font-main);
  font-variation-settings: var(--bz-variation-regular);
  font-size: 1rem;
  letter-spacing: 0.03rem;
  text-indent: 0.03rem;
  line-height: 1.5;
  color: var(--bz-color-neutral-100);
  /* scroll-behavior: smooth; */
}

a {
  cursor: pointer;
}

.btn-group button,
.btn-group a {
  border-radius: 0;
  border-right: none;
}

.btn-group button:first-child,
.btn-group a:first-child {
  border-radius: 9999px 0 0 9999px;
}

.btn-group button:last-child,
.btn-group a:last-child {
  border-radius: 0 9999px 9999px 0;
  border-right: 2px solid var(--bz-color-neutral-600);
}

.btn-group button[variant='primary'] {
  border-right: 2px solid var(--bz-color-neutral-1000);
}

.btn-group button[variant='primary']:last-child {
  border-right: none;
}

.input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  --webkit-appearance: none;
  content: url(https://static-app-misc.banzai.org/img/icons/cancellation-x.svg);
  cursor: pointer;
  opacity: 1;
  line-height: 1;
}

/* 
input[type='checkbox']:checked + div .empty-box {
  display: none;
}

input[type='checkbox']:checked + div .checked-box {
  display: inline-block;
} */

.hero-carousel::part(bullet-active) {
  background-color: var(--bz-color-neutral-20);
}

.hero-carousel::part(bullet) {
  background-color: var(--bz-color-neutral-10);
}

.hide-scrollbar {
  scrollbar-width: none;
  /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera, Edge */
}

/** Expanded Cards **/

.expanded-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.font-vs-semibold {
  font-variation-settings: var(--bz-variation-semibold);
}

.common-button {
  display: inline-block;
  min-height: 3rem;
  border-radius: 9999px;
  font-family: var(--bz-font-main, VC Banzai Cardinal, sans-serif);
  font-size: var(--bz-size-sm, 1rem);
  line-height: 1;
  letter-spacing: var(--bz-tracking-base, 0.025rem);
  text-indent: var(--bz-tracking-base);
  font-variation-settings: var(--bz-variation-semibold);
}

.common-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 1300px) {
  .common-button {
    font-size: var(--bz-size-md, 1.125rem);
  }
}

.button-inner {
  display: flex;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.icon-button {
  border-radius: 9999px;
  line-height: 0;
}

.icon-button:hover {
  background-color: var(--bz-color-darken);
}

.underline-button-inner {
  font-size: var(--bz-size-sm, 1rem);
  line-height: 1;
  color: var(--bz-color-primary-1);
  font-variation-settings: var(--bz-variation-semibold);
}

.group\/ubtn:hover .underline-button-inner {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .underline-button-inner {
    font-size: var(--bz-size-md, 1.125rem);
  }
}

.offers-carousel::part(bullet-active) {
  background-color: var(--bz-color-neutral-1);
}

.offers-carousel::part(bullet) {
  background-color: var(--bz-color-neutral-8);
}

.offers-carousel::part(pagination) {
  bottom: -0.25rem;
}

@media (min-width: 768px) {
  .md\:title-sm {
    line-height: 1;
    letter-spacing: -0.015rem;
    font-variation-settings: var(--bz-variation-medium);
    font-size: var(--bz-size-xl, 1.5rem);
  }

  .md\:title-md {
    font-size: var(--bz-size-xl, 1.5rem);
    line-height: 1;
    letter-spacing: -0.015rem;
    font-variation-settings: var(--bz-variation-medium);
    font-size: var(--bz-size-1xl, 1.875rem);
  }

  .md\:body-md {
    font-size: var(--bz-size-sm, 1rem);
    line-height: 1.5;
    letter-spacing: 0.025rem;
    font-variation-settings: var(--bz-variation-light);
    font-size: var(--bz-size-md, 1.125rem);
  }

  .md\:t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  @media (min-width: 768px) {
    .md\:t-container {
      max-width: none;
      padding-left: 5%;
      padding-right: 5%;
    }
  }

  @media (min-width: 1300px) {
    .md\:t-container {
      max-width: 1440px;
      padding-left: 65px;
      padding-right: 65px;
    }
  }
}

@media (min-width: 1300px) {
  .lg\:headline-lg {
    line-height: 1;
    letter-spacing: -0.035rem;
    font-variation-settings: var(--bz-variation-medium);
    font-size: var(--bz-size-5xl, 3.5rem);
  }

  .lg\:title-sm {
    line-height: 1;
    letter-spacing: -0.015rem;
    font-variation-settings: var(--bz-variation-medium);
    font-size: var(--bz-size-xl, 1.5rem);
  }

  .lg\:body-sm {
    font-size: var(--bz-size-sm, 1rem);
    line-height: 1.5;
    letter-spacing: 0.025rem;
    font-variation-settings: var(--bz-variation-light);
  }

  .lg\:body-md {
    font-size: var(--bz-size-sm, 1rem);
    line-height: 1.5;
    letter-spacing: 0.025rem;
    font-variation-settings: var(--bz-variation-light);
    font-size: var(--bz-size-md, 1.125rem);
  }

  .lg\:body-lg {
    font-size: var(--bz-size-sm, 1rem);
    line-height: 1.5;
    letter-spacing: 0.025rem;
    font-variation-settings: var(--bz-variation-light);
    font-size: var(--bz-size-lg, 1.25rem);
  }
}

.hover\:bg-darken:hover {
  background-color: var(--bz-color-darken);
}

.hover\:bg-neutral-18:hover {
  background-color: var(--bz-color-neutral-18);
}

.hover\:bg-neutral-9:hover {
  background-color: var(--bz-color-neutral-9);
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:shadow-hover:hover {
  --tw-shadow: var(--bz-shadow-hover);
  --tw-shadow-colored: var(--bz-shadow-hover);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.disabled\:shadow-disabled:disabled {
  --tw-shadow: var(--bz-shadow-disabled);
  --tw-shadow-colored: var(--bz-shadow-disabled);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group\/mdropdown[open] .group-open\/mdropdown\:block {
  display: block;
}

.group\/mdropdown[open] .group-open\/mdropdown\:hidden {
  display: none;
}

.data-\[nav-open\=true\]\:left-0[data-nav-open='true'] {
  left: 0px;
}

.group\/mobile-nav[data-nav-open='true'] .group-data-\[nav-open\=true\]\/mobile-nav\:right-0 {
  right: 0px;
}

@media (min-width: 768px) {
  .md\:-bottom-\[4px\] {
    bottom: -4px;
  }

  .md\:-bottom-\[6px\] {
    bottom: -6px;
  }

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

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

  .md\:m-6 {
    margin: 1.5rem;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[3\.75rem\] {
    height: 3.75rem;
  }

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

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

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

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

  .md\:min-h-\[3\.75rem\] {
    min-height: 3.75rem;
  }

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

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

  .md\:w-56 {
    width: 14rem;
  }

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

  .md\:w-\[calc\(\(100\%-96px\)\/5\)\] {
    width: calc((100% - 96px) / 5);
  }

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

  .md\:max-w-\[20\.5rem\] {
    max-width: 20.5rem;
  }

  .md\:max-w-\[220px\] {
    max-width: 220px;
  }

  .md\:max-w-none {
    max-width: none;
  }

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

  .md\:flex-grow {
    flex-grow: 1;
  }

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

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

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

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

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

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

  .md\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-\[3\.75rem\] {
    padding-bottom: 3.75rem;
  }

  .md\:pl-\[12\%\] {
    padding-left: 12%;
  }

  .md\:pl-\[6\%\] {
    padding-left: 6%;
  }

  .md\:pr-\[12\%\] {
    padding-right: 12%;
  }

  .md\:pr-\[5\%\] {
    padding-right: 5%;
  }

  .md\:pr-\[6\%\] {
    padding-right: 6%;
  }

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

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

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

  .md\:text-md {
    font-size: var(--bz-size-md, 1.125rem);
  }

  .md\:text-xl {
    font-size: var(--bz-size-xl, 1.5rem);
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:text-display-xl-regular {
    font-size: 6.75rem;
    line-height: 100%;
    letter-spacing: 0rem;
    font-variation-settings: var(--bz-variation-regular, 'wght' 360, 'wdth' 250);
  }

  .md\:text-title-md-light {
    font-size: 1.875rem;
    line-height: 2rem;
    letter-spacing: -0.018755rem;
    font-variation-settings: var(--bz-variation-light, 'wght' 320, 'wdth' 250);
  }

  .md\:text-title-lg-regular {
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: -0.02rem;
    font-variation-settings: var(--bz-variation-regular, 'wght' 360, 'wdth' 250);
  }

  .md\:hover\:bg-neutral-18:hover {
    background-color: var(--bz-color-neutral-18);
  }
}

@media (min-width: 992px) {
  .md2\:m-0 {
    margin: 0px;
  }

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

  .md2\:max-w-none {
    max-width: none;
  }

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

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

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

  .md2\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md2\:gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md2\:gap-x-\[3\.375rem\] {
    -moz-column-gap: 3.375rem;
    column-gap: 3.375rem;
  }

  .md2\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md2\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md2\:bg-neutral-20 {
    background-color: var(--bz-color-neutral-20);
  }

  .md2\:px-\[4\.5rem\] {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md2\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md2\:pb-\[3\.75rem\] {
    padding-bottom: 3.75rem;
  }

  .md2\:pt-12 {
    padding-top: 3rem;
  }
}

@media (min-width: 1300px) {
  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

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

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

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

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

  .lg\:min-h-\[4\.5rem\] {
    min-height: 4.5rem;
  }

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

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

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

  .lg\:w-full {
    width: 100%;
  }

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

  .lg\:max-w-\[306px\] {
    max-width: 306px;
  }

  .lg\:max-w-\[870px\] {
    max-width: 870px;
  }

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:px-\[6rem\] {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pb-\[5\.25rem\] {
    padding-bottom: 5.25rem;
  }

  .lg\:pb-\[6rem\] {
    padding-bottom: 6rem;
  }

  .lg\:pl-\[31px\] {
    padding-left: 31px;
  }

  .lg\:pl-\[79px\] {
    padding-left: 79px;
  }

  .lg\:pr-\[31px\] {
    padding-right: 31px;
  }

  .lg\:pr-\[79px\] {
    padding-right: 79px;
  }

  .lg\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

  .lg\:text-lg {
    font-size: var(--bz-size-lg, 1.25rem);
  }

  .lg\:text-md {
    font-size: var(--bz-size-md, 1.125rem);
  }

  .lg\:text-sm {
    font-size: var(--bz-size-sm, 1rem);
  }

  .lg\:font-vs-light {
    font-variation-settings: var(--bz-variation-light);
  }
}
