/*
! tailwindcss v3.4.10 | 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: #e5e7eb;
  /* 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;
}

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

.luby-relative {
  position: relative;
}

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

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

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

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

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

.luby-mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.luby-block {
  display: block;
}

.luby-flex {
  display: flex;
}

.luby-grid {
  display: grid;
}

.luby-hidden {
  display: none;
}

.luby-size-\[212px\] {
  width: 212px;
  height: 212px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.luby-scale-\[1\.406\] {
  --tw-scale-x: 1.406;
  --tw-scale-y: 1.406;
  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-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

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

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

.luby-gap-5 {
  gap: 1.25rem;
}

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

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

.luby-gap-\[30px\] {
  gap: 30px;
}

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

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

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

.luby-bg-\[\#319E47\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 158 71 / var(--tw-bg-opacity));
}

.luby-bg-\[\#E8E8EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 234 / var(--tw-bg-opacity));
}

.luby-bg-\[\#EBEBEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 236 / 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-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.luby-object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

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

.luby-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.luby-py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.luby-font-light {
  font-weight: 300;
}

.luby-leading-\[1\.22\] {
  line-height: 1.22;
}

.luby-leading-\[22px\] {
  line-height: 22px;
}

.luby-leading-\[42px\] {
  line-height: 42px;
}

.luby-leading-\[calc\(4\/3\)\] {
  line-height: calc(4 / 3);
}

.luby-tracking-\[\.1em\] {
  letter-spacing: .1em;
}

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

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Black.woff") format("woff");

  font-weight: 900;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Bold.woff") format("woff");

  font-weight: 700;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Medium.woff") format("woff");

  font-weight: 500;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Regular.woff") format("woff");

  font-weight: 400;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Light.woff") format("woff");

  font-weight: 300;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Extralight.woff") format("woff");

  font-weight: 200;
}

* {
  font-family: "Elza", sans-serif;
}

@media (min-width: 425px) {
  .xxs\:luby-min-w-\[640px\] {
    min-width: 640px;
  }
}

@media (min-width: 540px) {
  .xs\:luby-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:luby-gap-\[51px\] {
    gap: 51px;
  }

  .xs\:luby-gap-\[60px\] {
    gap: 60px;
  }

  .xs\:luby-rounded {
    border-radius: 33px;
  }

  .xs\:luby-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:luby-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

  .xs\:luby-py-\[84px\] {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .xs\:luby-pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:luby-pb-\[68px\] {
    padding-bottom: 68px;
  }

  .xs\:luby-pl-\[53px\] {
    padding-left: 53px;
  }

  .xs\:luby-pr-\[51px\] {
    padding-right: 51px;
  }

  .xs\:luby-pr-\[52px\] {
    padding-right: 52px;
  }

  .xs\:luby-pr-\[67px\] {
    padding-right: 67px;
  }

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

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

@media (min-width: 760px) {
  .min-\[760px\]\:luby-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .sm\:luby-mt-\[60px\] {
    margin-top: 60px;
  }

  .sm\:luby-gap-4 {
    gap: 1rem;
  }

  .sm\:luby-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

  .md\:luby-mt-\[-23px\] {
    margin-top: -23px;
  }

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

  .md\: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));
  }

  .md\:luby-scale-\[1\.125\] {
    --tw-scale-x: 1.125;
    --tw-scale-y: 1.125;
    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));
  }

  .md\:luby-gap-\[53px\] {
    gap: 53px;
  }

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

@media (min-width: 1024px) {
  .lg\:luby-mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:luby-mt-\[-30px\] {
    margin-top: -30px;
  }

  .lg\:luby-mt-\[46px\] {
    margin-top: 46px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:luby-px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

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

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

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

  .lg\:luby-py-\[106px\] {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .lg\:luby-py-\[148px\] {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .lg\:luby-py-\[164px\] {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .lg\:luby-py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:luby-py-\[94px\] {
    padding-top: 94px;
    padding-bottom: 94px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:luby-leading-\[25px\] {
    line-height: 25px;
  }

  .lg\:luby-leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:luby-leading-\[42px\] {
    line-height: 42px;
  }

  .lg\:luby-leading-\[46px\] {
    line-height: 46px;
  }

  .lg\:luby-leading-\[56px\] {
    line-height: 56px;
  }
}

@media (min-width: 1280px) {
  .xl\:luby-mt-\[42px\] {
    margin-top: 42px;
  }

  .xl\:luby-mt-\[54px\] {
    margin-top: 54px;
  }

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

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

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

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

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

  .xl\:luby-py-\[93px\] {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .xl\:luby-pl-\[114px\] {
    padding-left: 114px;
  }

  .xl\:luby-pr-\[122px\] {
    padding-right: 122px;
  }
}

@media (min-width: 1366px) {
  .xxl\:luby-inline {
    display: inline;
  }

  .xxl\:luby-gap-\[60px\] {
    gap: 60px;
  }
}

@media (min-width: 1440px) {
  .xxxl\:luby-h-\[89px\] {
    height: 89px;
  }
}
