/* Tailwind base */
/* @import "tailwindcss/base"; */
/* Tailwind components */
/* @import "tailwindcss/components"; */
/* Custom components */
/* Tailwind utilities */
/* @import "tailwindcss/utilities"; */
/* Custom utilities */
.fui-field-container {
    border-bottom: 1px solid #000000!important;
    padding-right: 1.5rem!important;
    padding-bottom: 10px!important;
    border-radius: 0%!important;
}
.fui-type-agree .fui-field-container {
    border-bottom: 0px!important;
}
.fui-input {
    background-color: #fff200!important;
    border: 0!important;
    border-radius: 0%!important;
}
.fui-btn-container {
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    border: 1px solid #000000!important;
    border-radius: 0%!important;
    padding: 0!important;
    margin-top: 45px !important;
    /* padding-left: 16px !important;
    padding-right: 16px !important; */
    /* background-color: #ffffff!important;
    color: #000000!important;
    font-family: guardian-text, Georgia, Cambria, "Times New Roman", Times, serif!important;
    font-size: 1.125rem!important;
    font-weight: 400!important; */
}
/* .fui-btn-container:hover {
    padding-left: 16px !important;
    padding-right: 16px !important;
} */
.fui-btn {
    border: 0px!important;
    border-radius: 0%!important;
    padding: 0.75rem 2rem!important;
    margin: 0.25rem 0.5rem !important;
    background-color: #fff200 !important;
    color: #000000!important;
    font-family: guardian-text, Georgia, Cambria, "Times New Roman", Times, serif!important;
    font-size: 1.125rem!important;
    font-weight: 400!important;
}
.fui-btn:hover {
    background-color: #e3d800!important;
    transition: 150ms!important;
}
.fui-label {
    color: #000000!important;
    font-family: guardian-text, Georgia, Cambria, "Times New Roman", Times, serif!important;
    font-size: 1.125rem!important;
    font-weight: 400!important;
}
.fui-required {
    color: #000000!important;
}
.fui-instructions {
    color: #000000!important;
    font-family: guardian-text, Georgia, Cambria, "Times New Roman", Times, serif!important;
    font-size: 1rem!important;
    font-weight: 400!important;
}
.fui-checkbox-label {
    color: #000000!important;
    font-family: guardian-text, Georgia, Cambria, "Times New Roman", Times, serif!important;
    font-size: 1rem!important;
    font-weight: 400!important;
}
/* fui-alert fui-alert-success fui-alert-top-form */
.fui-alert {
    border: 0px!important;
    border-radius: 0%!important;
    padding: 0.75rem!important;
    background-color: #ffffff!important;
    color: #000000!important;
    font-family: guardian-text, Georgia, Cambria, "Times New Roman", Times, serif!important;
    font-size: 1.125rem!important;
    font-weight: 400!important;
}
/* ! tailwindcss v3.1.8 | 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.
*/
html {
  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: px-grotesk, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
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-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,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[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;
}
/*
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;
}
@font-face {
    font-family: guardian-text;
    src: url(/fonts/GuardianTextEgyp-Regular.otf?b6f56a41d380b001a60ce926cc684585);
  }
@font-face {
    font-family: guardian-text;
    src: url(/fonts/GuardianTextEgyp-Medium.otf?8e04c1fc2d8e71765f3605b6d195d1bb);
    font-weight: 500;
  }
@font-face {
    font-family: px-grotesk;
    src: url(/fonts/Px-Grotesk-Regular.woff?b45a907fbc655d1dcefc038b39f24ea4);
  }
*, ::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-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:  ;
}
::-webkit-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-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-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:  ;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
}
@media (min-width: 480px) {
    .container {
        max-width: 480px;
    }
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-right: 5rem;
        padding-left: 5rem;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
mark {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
code {
    display: block;
    word-break: break-all;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.8em;
}
.alignTop {
  vertical-align: top;
}
.alignBottom {
  vertical-align: bottom;
}
.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;
}
.logo-grid {
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
}
@media (min-width: 640px) {
.logo-grid {
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr))
}
  }
.rich-text {
    font-size: 1.125rem;
    line-height: 1.5;
}
.rich-text > * + * {
    margin-top: 2rem;
}
.rich-text p {
  }
.rich-text .rich-text-p-large {
    font-size: 1.625rem;
    line-height: 1.375;
}
.rich-text ul {
    list-style-type: disc;
    padding-left: 1.25rem;
}
.rich-text ol {
    list-style-type: decimal;
    padding-left: 1.25rem;
}
.rich-text li + li {
    margin-top: 0.5rem;
}
.rich-text h1, 
  .rich-text h2, 
  .rich-text h3, 
  .rich-text h4, 
  .rich-text h5, 
  .rich-text h6 {
    margin-top: 2.5rem;
    margin-bottom: -1rem;
    font-weight: 500;
}
.rich-text h1 {
    font-size: 1.875rem;
}
.rich-text h2 {
    font-size: 1.625rem;
}
.rich-text h3 {
    font-size: 1.375rem;
}
.rich-text h4 {
    font-size: 1.25rem;
}
.rich-text h5 {
  }
.rich-text h6 {
  }
.underline-links a {
    --tw-text-opacity: 1;
    color: rgb(26 106 226 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.underline-links a:hover {
    text-decoration-line: underline;
}
.triangle {
    margin-left: 2rem;
    display: inline-block;
    height: 0px;
    width: 0px;
    transform-origin: top right;
    --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));
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1rem solid #222222;
}
.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
#blog-indicator {
    display: none;
}
#blog-indicator.htmx-request {
    display: block;
}
#jobs-indicator {
    display: none;
}
#jobs-indicator.htmx-request {
    display: block;
}
#support-indicator {
    display: none;
}
#support-indicator.htmx-request {
    display: block;
}
.pointer-events-none {
    pointer-events: none;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.inset-y-0 {
    top: 0px;
    bottom: 0px;
}
.inset-x-0 {
    left: 0px;
    right: 0px;
}
.right-0 {
    right: 0px;
}
.top-0 {
    top: 0px;
}
.bottom-0 {
    bottom: 0px;
}
.left-0 {
    left: 0px;
}
.z-40 {
    z-index: 40;
}
.z-10 {
    z-index: 10;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-6 {
    grid-column: span 6 / span 6;
}
.col-start-1 {
    grid-column-start: 1;
}
.col-start-2 {
    grid-column-start: 2;
}
.col-end-7 {
    grid-column-end: 7;
}
.col-end-8 {
    grid-column-end: 8;
}
.col-end-12 {
    grid-column-end: 12;
}
.row-start-1 {
    grid-row-start: 1;
}
.row-start-2 {
    grid-row-start: 2;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-16 {
    margin-top: 4rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.-mt-16 {
    margin-top: -4rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.-mt-12 {
    margin-top: -3rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.-mt-1 {
    margin-top: -0.25rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mr-6 {
    margin-right: 1.5rem;
}
.ml-4 {
    margin-left: 1rem;
}
.-mt-64 {
    margin-top: -16rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.-mt-96 {
    margin-top: -24rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mt-0\.5 {
    margin-top: 0.125rem;
}
.mt-0 {
    margin-top: 0px;
}
.ml-8 {
    margin-left: 2rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-12 {
    height: 3rem;
}
.h-8 {
    height: 2rem;
}
.h-7 {
    height: 1.75rem;
}
.h-16 {
    height: 4rem;
}
.h-6 {
    height: 1.5rem;
}
.h-screen {
    height: 100vh;
}
.h-auto {
    height: auto;
}
.h-3 {
    height: 0.75rem;
}
.h-full {
    height: 100%;
}
.h-5 {
    height: 1.25rem;
}
.h-0 {
    height: 0px;
}
.h-20 {
    height: 5rem;
}
.max-h-screen-90 {
    max-height: 90vh;
}
.max-h-full {
    max-height: 100%;
}
.w-full {
    width: 100%;
}
.w-1\/2 {
    width: 50%;
}
.w-8 {
    width: 2rem;
}
.w-7 {
    width: 1.75rem;
}
.w-6 {
    width: 1.5rem;
}
.w-auto {
    width: auto;
}
.w-5 {
    width: 1.25rem;
}
.w-3 {
    width: 0.75rem;
}
.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.w-20 {
    width: 5rem;
}
.w-16 {
    width: 4rem;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-phone-frame {
    max-width: 22rem;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-xs {
    max-width: 20rem;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-screen-lg {
    max-width: 1024px;
}
.flex-1 {
    flex: 1 1 0%;
}
.-translate-x-3 {
    --tw-translate-x: -0.75rem;
    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-3 {
    --tw-translate-y: -0.75rem;
    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));
}
.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;
}
.appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.gap-y-12 {
    row-gap: 3rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.gap-y-18 {
    row-gap: 4.375rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.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));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.self-center {
    align-self: center;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.border {
    border-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-l-2 {
    border-left-width: 2px;
}
.border-r-2 {
    border-right-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-beige-light {
    --tw-border-opacity: 1;
    border-color: rgb(228 224 219 / var(--tw-border-opacity));
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-black-txt {
    --tw-border-opacity: 1;
    border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(255 242 0 / var(--tw-border-opacity));
}
.border-beige-dark {
    --tw-border-opacity: 1;
    border-color: rgb(156 147 134 / var(--tw-border-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-beige-lighter {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 0 / var(--tw-bg-opacity));
}
.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-center {
    -o-object-position: center;
       object-position: center;
}
.p-12 {
    padding: 3rem;
}
.p-8 {
    padding: 2rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pl-8 {
    padding-left: 2rem;
}
.pr-12 {
    padding-right: 3rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pb-64 {
    padding-bottom: 16rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.pl-9 {
    padding-left: 2.25rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-96 {
    padding-bottom: 24rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pr-8 {
    padding-right: 2rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-sans {
    font-family: px-grotesk, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
    font-family: guardian-text, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-xs {
    font-size: 0.875rem;
}
.text-3xl {
    font-size: 1.875rem;
}
.text-lg {
    font-size: 1.25rem;
}
.text-2xl {
    font-size: 1.625rem;
}
.text-sm {
    font-size: 1rem;
}
.text-base {
    font-size: 1.125rem;
}
.text-4xl {
    font-size: 2.5rem;
}
.text-xl {
    font-size: 1.375rem;
}
.text-6xl {
    font-size: 6.25rem;
}
.font-medium {
    font-weight: 500;
}
.uppercase {
    text-transform: uppercase;
}
.leading-none {
    line-height: 1;
}
.leading-snug {
    line-height: 1.375;
}
.leading-relaxed {
    line-height: 1.625;
}
.leading-loose {
    line-height: 2;
}
.leading-extra-tight {
    line-height: 1.15;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-beige-light {
    --tw-text-opacity: 1;
    color: rgb(228 224 219 / var(--tw-text-opacity));
}
.text-gray {
    --tw-text-opacity: 1;
    color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-beige-dark {
    --tw-text-opacity: 1;
    color: rgb(156 147 134 / var(--tw-text-opacity));
}
.text-black-txt {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-gray-dark {
    --tw-text-opacity: 1;
    color: rgb(42 40 38 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-beige {
    --tw-text-opacity: 1;
    color: rgb(172 163 154 / var(--tw-text-opacity));
}
.text-yellow {
    --tw-text-opacity: 1;
    color: rgb(255 242 0 / var(--tw-text-opacity));
}
.underline {
    text-decoration-line: underline;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.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);
}
.outline {
    outline-style: solid;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-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;
}
.duration-1000 {
    transition-duration: 1000ms;
}
.buttonshadow {
  box-shadow: 0px 2px 4px #00000029;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  border: 1px solid #e2e8f0;
  padding: 8px;
}
.hover\:border-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 242 0 / var(--tw-border-opacity));
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
    background-color: transparent;
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 0 / var(--tw-bg-opacity));
}
.hover\:text-black-txt:hover {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
    text-decoration-line: underline;
}
.group:hover .group-hover\:block {
    display: block;
}
.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}
.group:hover .group-hover\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 0 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:underline {
    text-decoration-line: underline;
}
@media (min-width: 480px) {
    .xs\:col-start-2 {
        grid-column-start: 2;
    }
    .xs\:col-end-7 {
        grid-column-end: 7;
    }
    .xs\:text-3xl {
        font-size: 1.875rem;
    }
}
@media (min-width: 640px) {
    .sm\:col-end-6 {
        grid-column-end: 6;
    }
    .sm\:block {
        display: block;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:w-24 {
        width: 6rem;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .sm\:pt-12 {
        padding-top: 3rem;
    }
    .sm\:pb-10 {
        padding-bottom: 2.5rem;
    }
}
@media (min-width: 768px) {
    .md\:col-start-2 {
        grid-column-start: 2;
    }
    .md\:col-end-8 {
        grid-column-end: 8;
    }
    .md\:-mt-16 {
        margin-top: -4rem;
    }
    .md\:-mt-8 {
        margin-top: -2rem;
    }
    .md\:mb-20 {
        margin-bottom: 5rem;
    }
    .md\:mt-20 {
        margin-top: 5rem;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:mb-16 {
        margin-bottom: 4rem;
    }
    .md\:-mt-48 {
        margin-top: -12rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-16 {
        height: 4rem;
    }
    .md\:h-20 {
        height: 5rem;
    }
    .md\:h-8 {
        height: 2rem;
    }
    .md\:w-8 {
        width: 2rem;
    }
    .md\:max-w-xl {
        max-width: 36rem;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .md\:border {
        border-width: 1px;
    }
    .md\:border-none {
        border-style: none;
    }
    .md\:border-black {
        --tw-border-opacity: 1;
        border-color: rgb(17 17 17 / var(--tw-border-opacity));
    }
    .md\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgb(17 17 17 / var(--tw-bg-opacity));
    }
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .md\:pt-16 {
        padding-top: 4rem;
    }
    .md\:pt-0 {
        padding-top: 0px;
    }
    .md\:pb-16 {
        padding-bottom: 4rem;
    }
    .md\:pb-48 {
        padding-bottom: 12rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-4xl {
        font-size: 2.5rem;
    }
    .md\:text-sm {
        font-size: 1rem;
    }
    .md\:text-2xl {
        font-size: 1.625rem;
    }
    .md\:text-lg {
        font-size: 1.25rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
    }
    .md\:text-base {
        font-size: 1.125rem;
    }
    .md\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    .md\:no-underline {
        text-decoration-line: none;
    }
    .md\:hover\:underline:hover {
        text-decoration-line: underline;
    }
    .md\:hover\:no-underline:hover {
        text-decoration-line: none;
    }
}
@media (min-width: 1024px) {
    .lg\:col-start-6 {
        grid-column-start: 6;
    }
    .lg\:col-start-2 {
        grid-column-start: 2;
    }
    .lg\:col-start-1 {
        grid-column-start: 1;
    }
    .lg\:col-start-8 {
        grid-column-start: 8;
    }
    .lg\:col-end-12 {
        grid-column-end: 12;
    }
    .lg\:col-end-6 {
        grid-column-end: 6;
    }
    .lg\:col-end-11 {
        grid-column-end: 11;
    }
    .lg\:col-end-7 {
        grid-column-end: 7;
    }
    .lg\:col-end-13 {
        grid-column-end: 13;
    }
    .lg\:col-end-3 {
        grid-column-end: 3;
    }
    .lg\:col-end-5 {
        grid-column-end: 5;
    }
    .lg\:row-start-1 {
        grid-row-start: 1;
    }
    .lg\:row-end-2 {
        grid-row-end: 2;
    }
    .lg\:mt-24 {
        margin-top: 6rem;
    }
    .lg\:-mt-16 {
        margin-top: -4rem;
    }
    .lg\:mb-32 {
        margin-bottom: 8rem;
    }
    .lg\:mt-4 {
        margin-top: 1rem;
    }
    .lg\:mt-16 {
        margin-top: 4rem;
    }
    .lg\:mr-5 {
        margin-right: 1.25rem;
    }
    .lg\:-mt-64 {
        margin-top: -16rem;
    }
    .lg\:mt-12 {
        margin-top: 3rem;
    }
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    .lg\:mb-20 {
        margin-bottom: 5rem;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-26 {
        height: 6.5rem;
    }
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .lg\:pb-18 {
        padding-bottom: 4.375rem;
    }
    .lg\:pt-16 {
        padding-top: 4rem;
    }
    .lg\:pb-12 {
        padding-bottom: 3rem;
    }
    .lg\:pb-0 {
        padding-bottom: 0px;
    }
    .lg\:pb-20 {
        padding-bottom: 5rem;
    }
    .lg\:pt-24 {
        padding-top: 6rem;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem;
    }
    .lg\:pb-64 {
        padding-bottom: 16rem;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
    }
    .lg\:text-lg {
        font-size: 1.25rem;
    }
    .lg\:text-5xl {
        font-size: 3.75rem;
    }
    .lg\:text-base {
        font-size: 1.125rem;
    }
    .lg\:text-xl {
        font-size: 1.375rem;
    }
    .lg\:text-2xl {
        font-size: 1.625rem;
    }
}
@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }
    @media (min-width: 480px) {
        .xl\:container {
            max-width: 480px;
        }
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px;
            padding-right: 2.5rem;
            padding-left: 2.5rem;
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px;
            padding-right: 4rem;
            padding-left: 4rem;
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px;
            padding-right: 5rem;
            padding-left: 5rem;
        }
    }
    @media (min-width: 1536px) {
        .xl\:container {
            max-width: 1536px;
        }
    }
    .xl\:col-start-2 {
        grid-column-start: 2;
    }
    .xl\:col-start-1 {
        grid-column-start: 1;
    }
    .xl\:col-start-6 {
        grid-column-start: 6;
    }
    .xl\:col-start-7 {
        grid-column-start: 7;
    }
    .xl\:col-start-9 {
        grid-column-start: 9;
    }
    .xl\:col-start-8 {
        grid-column-start: 8;
    }
    .xl\:col-start-5 {
        grid-column-start: 5;
    }
    .xl\:col-end-8 {
        grid-column-end: 8;
    }
    .xl\:col-end-13 {
        grid-column-end: 13;
    }
    .xl\:col-end-6 {
        grid-column-end: 6;
    }
    .xl\:col-end-12 {
        grid-column-end: 12;
    }
    .xl\:col-end-7 {
        grid-column-end: 7;
    }
    .xl\:row-start-1 {
        grid-row-start: 1;
    }
    .xl\:mt-0 {
        margin-top: 0px;
    }
    .xl\:mt-12 {
        margin-top: 3rem;
    }
    .xl\:-mt-32 {
        margin-top: -8rem;
    }
    .xl\:-mt-12 {
        margin-top: -3rem;
    }
    .xl\:mt-32 {
        margin-top: 8rem;
    }
    .xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .xl\:mt-6 {
        margin-top: 1.5rem;
    }
    .xl\:mt-16 {
        margin-top: 4rem;
    }
    .xl\:mt-8 {
        margin-top: 2rem;
    }
    .xl\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:grid {
        display: grid;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-32 {
        height: 8rem;
    }
    .xl\:w-auto {
        width: auto;
    }
    .xl\:w-1\/2 {
        width: 50%;
    }
    .xl\:max-w-none {
        max-width: none;
    }
    .xl\:max-w-screen-xl {
        max-width: 1280px;
    }
    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:items-center {
        align-items: center;
    }
    .xl\:justify-start {
        justify-content: flex-start;
    }
    .xl\:justify-between {
        justify-content: space-between;
    }
    .xl\:gap-x-8 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .xl\:gap-y-12 {
        row-gap: 3rem;
    }
    .xl\: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));
    }
    .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }
    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .xl\:pl-8 {
        padding-left: 2rem;
    }
    .xl\:pr-32 {
        padding-right: 8rem;
    }
    .xl\:pb-20 {
        padding-bottom: 5rem;
    }
    .xl\:pt-36 {
        padding-top: 9rem;
    }
    .xl\:pb-36 {
        padding-bottom: 9rem;
    }
    .xl\:pt-12 {
        padding-top: 3rem;
    }
    .xl\:pt-16 {
        padding-top: 4rem;
    }
    .xl\:pb-16 {
        padding-bottom: 4rem;
    }
    .xl\:text-5xl {
        font-size: 3.75rem;
    }
    .xl\:text-3xl {
        font-size: 1.875rem;
    }
    .xl\:text-4xl {
        font-size: 2.5rem;
    }
    .xl\:text-base {
        font-size: 1.125rem;
    }
    .xl\:text-7xl {
        font-size: 7.5rem;
    }
    .xl\:text-xl {
        font-size: 1.375rem;
    }
    .xl\:font-medium {
        font-weight: 500;
    }
    .xl\:leading-none {
        line-height: 1;
    }
}
@media (min-width: 1536px) {
    .\32xl\:-mt-96 {
        margin-top: -24rem;
    }
    .\32xl\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .\32xl\:pb-96 {
        padding-bottom: 24rem;
    }
}


