/* Fonts Import */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-SemiBold.ttf') format('truetype');
}


/*
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)
*/

*:where(.luby-lamina-container,.luby-lamina-container *),
::before:where(.luby-lamina-container,.luby-lamina-container *),
::after:where(.luby-lamina-container,.luby-lamina-container *) {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before:where(.luby-lamina-container,.luby-lamina-container *),
::after:where(.luby-lamina-container,.luby-lamina-container *) {
  --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.
*/

.luby-lamina-container {
  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: Open Sans;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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.
*/

.luby-lamina-container {
  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:where(.luby-lamina-container,.luby-lamina-container *) {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

abbr:where([title]):where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

h1:where(.luby-lamina-container,.luby-lamina-container *),
h2:where(.luby-lamina-container,.luby-lamina-container *),
h3:where(.luby-lamina-container,.luby-lamina-container *),
h4:where(.luby-lamina-container,.luby-lamina-container *),
h5:where(.luby-lamina-container,.luby-lamina-container *),
h6:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: inherit;
  font-weight: inherit;
}

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

a:where(.luby-lamina-container,.luby-lamina-container *) {
  color: inherit;
  text-decoration: inherit;
}

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

b:where(.luby-lamina-container,.luby-lamina-container *),
strong:where(.luby-lamina-container,.luby-lamina-container *) {
  font-weight: bolder;
}

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

code:where(.luby-lamina-container,.luby-lamina-container *),
kbd:where(.luby-lamina-container,.luby-lamina-container *),
samp:where(.luby-lamina-container,.luby-lamina-container *),
pre:where(.luby-lamina-container,.luby-lamina-container *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: 80%;
}

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

sub:where(.luby-lamina-container,.luby-lamina-container *),
sup:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.luby-lamina-container,.luby-lamina-container *) {
  bottom: -0.25em;
}

sup:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *),
input:where(.luby-lamina-container,.luby-lamina-container *),
optgroup:where(.luby-lamina-container,.luby-lamina-container *),
select:where(.luby-lamina-container,.luby-lamina-container *),
textarea:where(.luby-lamina-container,.luby-lamina-container *) {
  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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button:where(.luby-lamina-container,.luby-lamina-container *),
select:where(.luby-lamina-container,.luby-lamina-container *) {
  text-transform: none;
}

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

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

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

:-moz-focusring:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *) {
  box-shadow: none;
}

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

progress:where(.luby-lamina-container,.luby-lamina-container *) {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button:where(.luby-lamina-container,.luby-lamina-container *),
::-webkit-outer-spin-button:where(.luby-lamina-container,.luby-lamina-container *) {
  height: auto;
}

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

[type='search']:where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration:where(.luby-lamina-container,.luby-lamina-container *) {
  -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:where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary:where(.luby-lamina-container,.luby-lamina-container *) {
  display: list-item;
}

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

blockquote:where(.luby-lamina-container,.luby-lamina-container *),
dl:where(.luby-lamina-container,.luby-lamina-container *),
dd:where(.luby-lamina-container,.luby-lamina-container *),
h1:where(.luby-lamina-container,.luby-lamina-container *),
h2:where(.luby-lamina-container,.luby-lamina-container *),
h3:where(.luby-lamina-container,.luby-lamina-container *),
h4:where(.luby-lamina-container,.luby-lamina-container *),
h5:where(.luby-lamina-container,.luby-lamina-container *),
h6:where(.luby-lamina-container,.luby-lamina-container *),
hr:where(.luby-lamina-container,.luby-lamina-container *),
figure:where(.luby-lamina-container,.luby-lamina-container *),
p:where(.luby-lamina-container,.luby-lamina-container *),
pre:where(.luby-lamina-container,.luby-lamina-container *) {
  margin: 0;
}

fieldset:where(.luby-lamina-container,.luby-lamina-container *) {
  margin: 0;
  padding: 0;
}

legend:where(.luby-lamina-container,.luby-lamina-container *) {
  padding: 0;
}

ol:where(.luby-lamina-container,.luby-lamina-container *),
ul:where(.luby-lamina-container,.luby-lamina-container *),
menu:where(.luby-lamina-container,.luby-lamina-container *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog:where(.luby-lamina-container,.luby-lamina-container *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *), textarea::-moz-placeholder:where(.luby-lamina-container,.luby-lamina-container *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder:where(.luby-lamina-container,.luby-lamina-container *),
textarea::placeholder:where(.luby-lamina-container,.luby-lamina-container *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.luby-lamina-container,.luby-lamina-container *),
[role="button"]:where(.luby-lamina-container,.luby-lamina-container *) {
  cursor: pointer;
}

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

:disabled:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *),
svg:where(.luby-lamina-container,.luby-lamina-container *),
video:where(.luby-lamina-container,.luby-lamina-container *),
canvas:where(.luby-lamina-container,.luby-lamina-container *),
audio:where(.luby-lamina-container,.luby-lamina-container *),
iframe:where(.luby-lamina-container,.luby-lamina-container *),
embed:where(.luby-lamina-container,.luby-lamina-container *),
object:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *),
video:where(.luby-lamina-container,.luby-lamina-container *) {
  max-width: 100%;
  height: auto;
}

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

[hidden]:where(.luby-lamina-container,.luby-lamina-container *) {
  display: none;
}

*, ::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:  ;
}

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

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

.luby-absolute {
  position: absolute;
}

.luby-relative {
  position: relative;
}

.luby-inset-x-0 {
  left: 0px;
  right: 0px;
}

.luby-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.luby-bottom-\[-1px\] {
  bottom: -1px;
}

.luby-left-\[62px\] {
  left: 62px;
}

.luby-top-\[70px\] {
  top: 70px;
}

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

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

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

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

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

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

.luby-mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

.luby-mb-11 {
  margin-bottom: 2.75rem;
}

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

.luby-mb-14 {
  margin-bottom: 3.5rem;
}

.luby-mb-16 {
  margin-bottom: 4rem;
}

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

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

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

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

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

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

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

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

.luby-mb-9 {
  margin-bottom: 2.25rem;
}

.luby-mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.luby-mb-\[18px\] {
  margin-bottom: 18px;
}

.luby-mb-\[93px\] {
  margin-bottom: 93px;
}

.luby-ml-16 {
  margin-left: 4rem;
}

.luby-mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

.luby-block {
  display: block;
}

.luby-flex {
  display: flex;
}

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

.luby-grid {
  display: grid;
}

.luby-hidden {
  display: none;
}

.luby-h-0 {
  height: 0px;
}

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

.luby-h-16 {
  height: 4rem;
}

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

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

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

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

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

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

.luby-w-14 {
  width: 3.5rem;
}

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

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

.luby-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.luby-w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.luby-max-w-sm {
  max-width: 24rem;
}

.luby-translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.luby-cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.luby-gap-1 {
  gap: 0.25rem;
}

.luby-gap-10 {
  gap: 2.5rem;
}

.luby-gap-2 {
  gap: 0.5rem;
}

.luby-gap-2\.5 {
  gap: 0.625rem;
}

.luby-gap-3 {
  gap: 0.75rem;
}

.luby-gap-6 {
  gap: 1.5rem;
}

.luby-gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

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

.luby-gap-y-2\.5 {
  row-gap: 0.625rem;
}

.luby-gap-y-\[18px\] {
  row-gap: 18px;
}

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

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

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

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

.luby-rounded-2xl {
  border-radius: 1rem;
}

.luby-rounded-\[10px\] {
  border-radius: 10px;
}

.luby-rounded-\[30px\] {
  border-radius: 30px;
}

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

.luby-border-b-4 {
  border-bottom-width: 4px;
}

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

.luby-bg-\[\#2D2D2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 44 / var(--tw-bg-opacity));
}

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

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

.luby-bg-\[url\(https\:\/\/djibrasil\.vtexassets\.com\/arquivos\/dji-mini-4-pro-banner\.png\)\] {
  background-image: url(https://djibrasil.vtexassets.com/arquivos/dji-mini-4-pro-banner.png);
}

.luby-bg-\[url\(https\:\/\/djibrasil\.vtexassets\.com\/arquivos\/dji-mini-4-pro-recursos-intuitivos\.png\)\] {
  background-image: url(https://djibrasil.vtexassets.com/arquivos/dji-mini-4-pro-recursos-intuitivos.png);
}

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

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

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

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

.luby-p-4 {
  padding: 1rem;
}

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

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

.luby-px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

.luby-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.luby-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

.luby-px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}

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

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

.luby-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.luby-pt-14 {
  padding-top: 3.5rem;
}

.luby-pt-20 {
  padding-top: 5rem;
}

.luby-pt-28 {
  padding-top: 7rem;
}

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

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

.luby-pt-\[75px\] {
  padding-top: 75px;
}

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

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

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

.luby-font-sans {
  font-family: Open Sans;
}

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

.luby-text-4xl\/\[110\%\] {
  font-size: 2.25rem;
  line-height: 110%;
}

.luby-text-\[1\.625rem\]\/\[110\%\] {
  font-size: 1.625rem;
  line-height: 110%;
}

.luby-text-\[1\.625rem\]\/\[115\%\] {
  font-size: 1.625rem;
  line-height: 115%;
}

.luby-text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.luby-text-\[2\.375rem\] {
  font-size: 2.375rem;
}

.luby-text-\[2\.375rem\]\/\[110\%\] {
  font-size: 2.375rem;
  line-height: 110%;
}

.luby-text-\[2\.5rem\]\/\[110\%\] {
  font-size: 2.5rem;
  line-height: 110%;
}

.luby-text-\[2\.75rem\]\/\[110\%\] {
  font-size: 2.75rem;
  line-height: 110%;
}

.luby-text-\[22px\] {
  font-size: 22px;
}

.luby-text-\[26px\] {
  font-size: 26px;
}

.luby-text-\[2rem\]\/\[110\%\] {
  font-size: 2rem;
  line-height: 110%;
}

.luby-text-\[2rem\]\/\[120\%\] {
  font-size: 2rem;
  line-height: 120%;
}

.luby-text-\[32px\] {
  font-size: 32px;
}

.luby-text-\[36px\]\/\[110\%\] {
  font-size: 36px;
  line-height: 110%;
}

.luby-text-\[38px\] {
  font-size: 38px;
}

.luby-text-\[38px\]\/\[41\.8px\] {
  font-size: 38px;
  line-height: 41.8px;
}

.luby-text-\[40px\] {
  font-size: 40px;
}

.luby-text-\[44px\] {
  font-size: 44px;
}

.luby-text-\[44px\]\/\[100\%\] {
  font-size: 44px;
  line-height: 100%;
}

.luby-text-base\/\[122\%\] {
  font-size: 1rem;
  line-height: 122%;
}

.luby-text-lg\/\[133\.333\%\] {
  font-size: 1.125rem;
  line-height: 133.333%;
}

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

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

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

.luby-text-xs\/\[111\%\] {
  font-size: 0.75rem;
  line-height: 111%;
}

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

.luby-leading-\[110\%\] {
  line-height: 110%;
}

.luby-leading-\[120\%\] {
  line-height: 120%;
}

.luby-leading-\[122\%\] {
  line-height: 122%;
}

.luby-leading-\[130\%\] {
  line-height: 130%;
}

.luby-leading-\[41\.8px\] {
  line-height: 41.8px;
}

.luby-tracking-\[-0\.258px\] {
  letter-spacing: -0.258px;
}

.luby-tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}

.luby-tracking-\[-0\.36px\] {
  letter-spacing: -0.36px;
}

.luby-tracking-\[-0\.44px\] {
  letter-spacing: -0.44px;
}

.luby-tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}

.luby-tracking-\[-0\.52px\] {
  letter-spacing: -0.52px;
}

.luby-tracking-\[-0\.64px\] {
  letter-spacing: -0.64px;
}

.luby-tracking-\[-0\.72px\] {
  letter-spacing: -0.72px;
}

.luby-tracking-\[-0\.76px\] {
  letter-spacing: -0.76px;
}

.luby-tracking-\[-0\.88px\] {
  letter-spacing: -0.88px;
}

.luby-tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}

.luby-tracking-\[-2\%\] {
  letter-spacing: -2%;
}

.luby-text-\[\#383838\] {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

.luby-text-\[\#D1D1D1\] {
  --tw-text-opacity: 1;
  color: rgb(209 209 209 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px) {
  .luby-border-bottom-solid {
    border-bottom-style: solid;
  }
}

.luby-tab-active-dark {
  color: #000;
  border-color: #000;
}

.luby-tab-inactive-dark {
  color: #A3A3A3;
  border-color: #C8C8C8;
}

.luby-tab-active {
  color: #fff;
}

.luby-tab-inactive {
  color: #ffffffa6;
}

.luby-lamina-container .swiper {
  width: 100%;
  height: 100%;
}

.luby-lamina-container .swiper-slide {
  width: 374px !important;
  height: 185px !important;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .luby-lamina-container .swiper-slide {
    width: 650px !important;
    height: 370px !important;
  }
}

@media (min-width: 800px) {
  .luby-lamina-container .swiper-slide {
    width: 890px !important;
    height: 500px !important;
  }
}

@media (min-width: 1280px) {
  .luby-lamina-container .swiper-slide {
    width: 1200px !important;
    height: 600px !important;
  }
}

.luby-lamina-container .swiper-pagination-bullets {
  display: flex;
  align-items: center;
}

.luby-lamina-container .swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
  z-index: 9;
  opacity: 1;
  margin: 0px !important;
}

.luby-lamina-container .swiper-pagination-bullet::before {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 88rem;
  background-color: hsla(0, 0%, 100%, .3);
  transition: all .3s ease;
}

.luby-lamina-container .swiper-pagination-bullet-active::before {
  background-color: white;
}

.luby-lamina-container .swiper-btn {
  border: 1px solid hsla(0, 0%, 100%, .45);
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.luby-lamina-container .swiper-button-disabled {
  border: 1px solid hsla(0, 0%, 100%, .45);
  color: hsla(0, 0%, 100%, .45);
}

.luby-lamina-container .swiper-button-disabled svg {
  color: hsla(0, 0%, 100%, .45);
}

@media (min-width: 640px) {
  .sm\:luby-ml-0 {
    margin-left: 0px;
  }

  .sm\:luby-scale-\[1\.2\] {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    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));
  }

  .sm\:luby-pb-20 {
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .md\:luby-left-\[36px\] {
    left: 36px;
  }

  .md\:luby-top-\[148px\] {
    top: 148px;
  }

  .md\:luby-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:luby-mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .md\:luby-grid {
    display: grid;
  }

  .md\:luby-hidden {
    display: none;
  }

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

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

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

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

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

  .md\:luby-max-w-sm {
    max-width: 24rem;
  }

  .md\:luby-flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .md\:luby-gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

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

  .md\:luby-border-b-\[\#ffffff26\] {
    border-bottom-color: #ffffff26;
  }

  .md\:luby-bg-\[url\(https\:\/\/djibrasil\.vtexassets\.com\/arquivos\/dji-mini-4-pro-banner-desktop\.png\)\] {
    background-image: url(https://djibrasil.vtexassets.com/arquivos/dji-mini-4-pro-banner-desktop.png);
  }

  .md\:luby-bg-center {
    background-position: center;
  }

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

  .md\:luby-text-\[38px\] {
    font-size: 38px;
  }

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

  .md\:luby-text-lg\/\[111\%\] {
    font-size: 1.125rem;
    line-height: 111%;
  }

  .md\:luby-text-lg\/\[133\%\] {
    font-size: 1.125rem;
    line-height: 133%;
  }

  .md\:luby-text-lg\/\[133\.333\%\] {
    font-size: 1.125rem;
    line-height: 133.333%;
  }

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

@media (min-width: 1024px) {
  .lg\:luby-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;
  }

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

  .lg\:luby-left-\[101px\] {
    left: 101px;
  }

  .lg\:luby-col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:luby-mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:luby-mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:luby-mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

  .lg\:luby-mb-\[114px\] {
    margin-bottom: 114px;
  }

  .lg\:luby-mb-\[29px\] {
    margin-bottom: 29px;
  }

  .lg\:luby-mb-\[38px\] {
    margin-bottom: 38px;
  }

  .lg\:luby-mb-\[46px\] {
    margin-bottom: 46px;
  }

  .lg\:luby-mb-\[52px\] {
    margin-bottom: 52px;
  }

  .lg\:luby-mb-\[53px\] {
    margin-bottom: 53px;
  }

  .lg\:luby-mb-\[54px\] {
    margin-bottom: 54px;
  }

  .lg\:luby-mb-\[61px\] {
    margin-bottom: 61px;
  }

  .lg\:luby-mb-\[92px\] {
    margin-bottom: 92px;
  }

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

  .lg\:luby-block {
    display: block;
  }

  .lg\:luby-inline-flex {
    display: inline-flex;
  }

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

  .lg\:luby-h-36 {
    height: 9rem;
  }

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

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

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

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

  .lg\:luby-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .lg\:luby-max-w-5xl {
    max-width: 64rem;
  }

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

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

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

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

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

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

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

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

  .lg\:luby-max-w-none {
    max-width: none;
  }

  .lg\:luby-flex-initial {
    flex: 0 1 auto;
  }

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

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

  .lg\:luby-flex-col {
    flex-direction: column;
  }

  .lg\:luby-justify-center {
    justify-content: center;
  }

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

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

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

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

  .lg\:luby-whitespace-normal {
    white-space: normal;
  }

  .lg\:luby-bg-\[\#F6F6F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  }

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

  .lg\:luby-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:luby-pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:luby-pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:luby-pb-\[120px\] {
    padding-bottom: 120px;
  }

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

  .lg\:luby-pt-0 {
    padding-top: 0px;
  }

  .lg\:luby-pt-28 {
    padding-top: 7rem;
  }

  .lg\:luby-pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:luby-pt-\[135px\] {
    padding-top: 135px;
  }

  .lg\:luby-text-left {
    text-align: left;
  }

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

  .lg\:luby-text-2xl\/\[122\%\] {
    font-size: 1.5rem;
    line-height: 122%;
  }

  .lg\:luby-text-2xl\/\[133\%\] {
    font-size: 1.5rem;
    line-height: 133%;
  }

  .lg\:luby-text-2xl\/\[133\.333\%\] {
    font-size: 1.5rem;
    line-height: 133.333%;
  }

  .lg\:luby-text-2xl\/\[140\%\] {
    font-size: 1.5rem;
    line-height: 140%;
  }

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

  .lg\:luby-text-5xl\/\[110\%\] {
    font-size: 3rem;
    line-height: 110%;
  }

  .lg\:luby-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:luby-text-6xl\/\[110\%\] {
    font-size: 3.75rem;
    line-height: 110%;
  }

  .lg\:luby-text-\[1\.625rem\]\/\[normal\] {
    font-size: 1.625rem;
    line-height: normal;
  }

  .lg\:luby-text-\[2\.5rem\]\/\[120\%\] {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .lg\:luby-text-\[3\.75rem\]\/\[110\%\] {
    font-size: 3.75rem;
    line-height: 110%;
  }

  .lg\:luby-text-\[32px\] {
    font-size: 32px;
  }

  .lg\:luby-text-\[44px\] {
    font-size: 44px;
  }

  .lg\:luby-text-\[48px\] {
    font-size: 48px;
  }

  .lg\:luby-text-\[80px\] {
    font-size: 80px;
  }

  .lg\:luby-text-\[80px\]\/\[110\%\] {
    font-size: 80px;
    line-height: 110%;
  }

  .lg\:luby-text-\[88px\]\/\[110\%\] {
    font-size: 88px;
    line-height: 110%;
  }

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

  .lg\:luby-tracking-\[-0\.36px\] {
    letter-spacing: -0.36px;
  }

  .lg\:luby-tracking-\[-0\.48px\] {
    letter-spacing: -0.48px;
  }

  .lg\:luby-tracking-\[-0\.64px\] {
    letter-spacing: -0.64px;
  }

  .lg\:luby-tracking-\[-0\.96px\] {
    letter-spacing: -0.96px;
  }

  .lg\:luby-tracking-\[-1\.6px\] {
    letter-spacing: -1.6px;
  }

  .lg\:luby-text-\[\#4BDEF2\] {
    --tw-text-opacity: 1;
    color: rgb(75 222 242 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:luby-relative {
    position: relative;
  }

  .xl\:luby--top-8 {
    top: -2rem;
  }

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

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

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

  .xl\:luby-mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:luby-mb-24 {
    margin-bottom: 6rem;
  }

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

  .xl\:luby-mb-\[70px\] {
    margin-bottom: 70px;
  }

  .xl\:luby-mb-\[90px\] {
    margin-bottom: 90px;
  }

  .xl\:luby-ml-auto {
    margin-left: auto;
  }

  .xl\:luby-block {
    display: block;
  }

  .xl\:luby-hidden {
    display: none;
  }

  .xl\:\!luby-h-full {
    height: 100% !important;
  }

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

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

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

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

  .xl\:luby-max-w-3xl {
    max-width: 48rem;
  }

  .xl\:luby-max-w-\[1007px\] {
    max-width: 1007px;
  }

  .xl\:luby-max-w-\[1088px\] {
    max-width: 1088px;
  }

  .xl\:luby-max-w-\[1148px\] {
    max-width: 1148px;
  }

  .xl\:luby-max-w-\[1188px\] {
    max-width: 1188px;
  }

  .xl\:luby-max-w-\[1196px\] {
    max-width: 1196px;
  }

  .xl\:luby-max-w-\[1200px\] {
    max-width: 1200px;
  }

  .xl\:luby-max-w-\[668px\] {
    max-width: 668px;
  }

  .xl\:luby-max-w-\[926px\] {
    max-width: 926px;
  }

  .xl\:luby-max-w-\[954px\] {
    max-width: 954px;
  }

  .xl\:luby-flex-1 {
    flex: 1 1 0%;
  }

  .xl\:\!luby-translate-x-\[26\%\] {
    --tw-translate-x: 26% !important;
    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)) !important;
  }

  .xl\:luby-scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
  }

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

  .xl\:luby-items-end {
    align-items: flex-end;
  }

  .xl\:luby-gap-6 {
    gap: 1.5rem;
  }

  .xl\:luby-whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:luby-bg-cover {
    background-size: cover;
  }

  .xl\:luby-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:luby-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

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

  .xl\:luby-pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:luby-pt-28 {
    padding-top: 7rem;
  }

  .xl\:luby-tracking-\[-0\.48px\] {
    letter-spacing: -0.48px;
  }

  .xl\:luby-tracking-\[-1\.76px\] {
    letter-spacing: -1.76px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:luby-top-0 {
    top: 0px;
  }

  .\32xl\:\!luby-translate-x-\[5\%\] {
    --tw-translate-x: 5% !important;
    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)) !important;
  }

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

  .\32xl\:luby-pt-\[105px\] {
    padding-top: 105px;
  }
}
