@tailwind base;
@tailwind components;
@tailwind utilities;

/*
! tailwindcss v3.3.3 | 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.
*/

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: ui-sans-serif, 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 */
    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.
*/

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: 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 {
    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 */
    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 */
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.animate-spin {
    animation: spin 1s linear infinite;
}

/*
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: ;
}

::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: ;
}
/* CSS Navbar */
header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 28px 12%;
    transition: all .50s ease;
   
}
.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.logo {
    display: flex;
    align-items: center;
}
.navbar {
    display: flex;
    text-transform: uppercase;
}
.navbar a{
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 5px 0;
    margin: 0px 30px;
    transition: all .50s ease;
}
.navbar a:hover {
    color: #F15B28;
}
.navbar a.active {
    color: #F15B28;
} 
.main {
    display: flex; 
    align-items: center;
}
.main a:hover {
    cursor: pointer;
    color: #F15B28;
}
#menu-icon {
    cursor: pointer;
    display: none;
}

.container {
    width: 100%;
}
@media (max-width: 1090px) {
    #menu-icon {
        display: block;
    }
    header {
        padding: 16px 8%;
    }
    .navbar {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* border-radius: 10px; */
        transition: all .50s ease;
    }
    .navbar a {
        display: block;
        margin: 12px 0;
        padding: 0px 25px;
        transition: all .50s ease;
    }
    .navbar a:hover {
        color: #F15B28;
        transform: translateY(5px);
    }
    .navbar a.active {
        color: #F15B28;
    }
    .navbar.open {
        right: 0%;
    }
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
    header {
        padding: 18px 8%;
    }
    .navbar a {
        padding: 5px 0px;
        margin: 0px 20px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.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;
}
.static {
    position: static;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    inset: 0px;
}
.-top-14 {
    top: -3.5rem /* -56px */;
}
.-top-16 {
    top: -4rem;
}
.-top-20 {
    top: -5rem /* -80px */;
}
.-top-28 {
    top: -7rem;
}
.-top-1 {
    top: -0.25rem /* -4px */;
}
.-top-5 {
    top: -1.25rem /* -20px */;
}
.-top-40 {
    top: -10rem;
}
.bottom-40 {
    bottom: 10rem;
}
.bottom-5 {
    bottom: 1.25rem;
}
.left-0 {
    left: 0px;
}
.left-1 {
    left: 0.25rem;
}
.left-1\/2 {
    left: 50%;
}
.left-40 {
    left: 10rem;
}
.left-9 {
    left: 2.5rem;
}
.left-48 {
    left: 12rem;
}
.left-56 {
    left: 14rem;
}
.right-0 {
    right: 0px;
}
.right-12 {
    right: 3rem;
}
.top-0 {
    top: 0px;
}
.top-1\/2 {
    top: 50%;
}
.top-10 {
    top: 2.5rem;
}
.top-52 {
    top: 13rem;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-30 {
    z-index: 30;
}
.-m-12 {
    margin: -3rem;
}
.-m-3 {
    margin: -0.75rem;
}
.-m-4 {
    margin: -1rem;
}
.m-auto {
    margin: auto;
}
.mx-3 {
    margin-left: 0.75rem/* 12px */;
    margin-right: 0.75rem/* 12px */;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-3 {
    margin-top: 0.75rem/* 12px */;
    margin-bottom: 0.75rem/* 12px */;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
}
.mb-0 {
        margin-bottom: 0px;
}
.-mb-10 {
    margin-bottom: -2.5rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-20 {
    margin-bottom: 5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.ml-3 {
    margin-left: 0.75rem/* 12px */;
}
.ml-5 {
    margin-left: 1.25rem;
}
.ml-7 {
    margin-left: 1.75rem/* 28px */;
}
.ml-8 {
    margin-left: 2rem/* 32px */;
}
.ml-10 {
    margin-left: 2.5rem;
}
.ml-14 {
    margin-left: 3.5rem/* 56px */;
}
.ml-20 {
    margin-left: 5rem/* 80px */;
}
.ml-28 {
    margin-left: 7rem/* 112px */;
}
.mr-5 {
    margin-right: 1.25rem;
}
.-mt-0 {
    margin-top: -0px;
}
.-mt-10 {
    margin-top: -2.5rem /* -40px */;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-11 {
    margin-top: 2.75rem/* 44px */;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.hidden {
    display: none;
}
.h-\[460px\] {
    height: 460px;
}
.h-1 {
    height: 0.25rem;
}
.h-10 {
    height: 2.5rem;
}
.h-20 {
    height: 5rem;
}
.h-3 {
    height: 0.75rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem/* 20px */;
}
.w-5 {
    width: 1.25rem/* 20px */;
}
.h-24 {
    height: 6rem /* 96px */;
}
.h-40 {
    height: 10rem;
}
.h-56 {
    height: 14rem;
}
.h-6 {
    height: 1.5rem;
}
.h-\[720px\] {
    height: 720px;
}
.h-full {
    height: 100%;
}
.h-72 {
    height: 18rem;
}
.h-52 {
    height: 13rem;
}
.h-48 {
    height: 12rem;
}
.h-36 {
    height: 9rem;
}
.h-2 {
    height: 0.5rem;
}
.max-h-0 {
    max-height: 0px;
}
.max-h-7 {
    max-height: 1.75rem/* 28px */;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-10 {
    width: 2.5rem;
}
.w-2\/3 {
    width: 66.666667%;
}
.w-20 {
    width: 5rem;
}
.w-3 {
    width: 0.75rem;
}
.w-3\/4 {
    width: 75%;
}
.w-3\/12 {
    width: 25%;
}
.w-4 {
    width: 1rem;
}
.w-5\/6 {
    width: 83.333333%;
}
.w-1\/12 {
    width: 8.333333%;
}
.w-5\/12 {
    width: 41.666667%;
}
.w-6\/12 {
    width: 50%;
}
.w-7\/12 {
    width: 58.333333%;
}
.w-8\/12 {
    width: 66.666667%;
}
.w-10\/12 {
    width: 83.333333%;
}
.w-6 {
    width: 1.5rem;
}
.w-60 {
    width: 15rem;
}
.w-64 {
    width: 16rem;
}
.w-full {
    width: 100%;
}
.w-72 {
    width: 18rem;
}
.w-52 {
    width: 13rem;
}
.w-48 {
    width: 12rem;
}
.w-36 {
    width: 9rem;
}
.w-1\/4 {
    width: 25%;
}
.w-2 {
    width: 0.5rem;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
    cursor: pointer;
}
.grid {
    display: grid;
}
.grid-template-columns: repeat(4, minmax(0, 1fr));

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.list-none {
    list-style-type: none;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-5 {
    gap: 1.25rem/* 20px */;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-12 {
    gap: 3rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-20 {
    gap: 5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6 {
    gap: 1.5rem /* 24px */;
}
.gap-8 {
    gap: 2rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.gap-y-2 {
    row-gap: 0.5rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.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-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)));
}
.overflow-hidden {
    overflow: hidden;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-2 {
    border-width: 2px;
}
.border-4 {
    border-width: 4px;
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-\[\#170F40\] {
    --tw-bg-opacity: 1;
    background-color: rgb(23 15 64 / var(--tw-bg-opacity));
}
.bg-\[\#F15B2814\] {
    background-color: #f15b2814;
}
.bg-\[\#F15B28\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 91 40 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
}
.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}
.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}
.bg-\[url\(\'\/assets\/abstract\.png\'\)\] {
    background-image: url("/assets/abstract.png");
}
.bg-\[url\(\'\/assets\/background_image\.png\'\)\] {
    background-image: url("/assets/background_image.png");
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.object-center {
    -o-object-position: center;
    object-position: center;
}
.p-1 {
    padding: 0.25rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-12 {
    padding: 3rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-20 {
    padding-left: 5rem/* 80px */;
    padding-right: 5rem/* 80px */;
}
.px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-8 {
    padding-top: 2rem /* 32px */;
    padding-bottom: 2rem /* 32px */;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-11 {
    padding-top: 2.75rem/* 44px */;
    padding-bottom: 2.75rem/* 44px */;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.pt-32 {
    padding-top: 8rem;
}
.py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
}
.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.pb-8 {
    padding-bottom: 2rem/* 32px */;
}
.pb-11 {
    padding-bottom: 2.75rem/* 44px */;
}
.pb-16 {
    padding-bottom: 4rem/* 64px */;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pb-44 {
    padding-bottom: 11rem/* 176px */;
}
.pb-32 {
    padding-bottom: 8rem /* 128px */;
}
.pt-6 {
    padding-top: 1.5rem/* 24px */;
}
.pt-11 {
    padding-top: 2.75rem/* 44px */;
}
.pt-12 {
    padding-top: 3rem;
}
.pt-14 {
    padding-top: 3.5rem/* 56px */;
}
.pt-20 {
    padding-top: 5rem/* 80px */;
}
.pt-28 {
    padding-top: 7rem/* 112px */;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-start {
    text-align: start;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.text-7xl {
    font-size: 4.5rem /* 72px */;
    line-height: 77.45px;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.title-hero-home {
    font-size: 64px;
    font-weight: 800;
    line-height: 77.45px;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-8 {
    line-height: 2rem;
}
.leading-relaxed {
    line-height: 1.625;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.text-\[\#170F40\] {
    --tw-text-opacity: 1;
    color: rgb(23 15 64 / var(--tw-text-opacity));
}
.text-\[\#514E4E\] {
    --tw-text-opacity: 1;
    color: rgb(81 78 78 / var(--tw-text-opacity));
}
.text-\[\#797985\] {
    --tw-text-opacity: 1;
    color: rgb(121 121 133 / var(--tw-text-opacity));
}
.text-\[\#9A9898\] {
    --tw-text-opacity: 1;
    color: rgb(154 152 152 / var(--tw-text-opacity));
}
.text-\[\#F15B28\] {
    --tw-text-opacity: 1;
    color: rgb(241 91 40 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
        drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
.transition-colors {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-700 {
    transition-duration: 700ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
}
.group:focus .group-focus\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.group:focus .group-focus\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.group:focus .group-focus\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
@media (prefers-color-scheme: dark) {
    .dark\:bg-gray-800\/30 {
        background-color: rgb(31 41 55 / 0.3);
    }

    .dark\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity));
    }

    .group:hover .dark\:group-hover\:bg-gray-800\/60 {
        background-color: rgb(31 41 55 / 0.6);
    }

    .group:focus .dark\:group-focus\:ring-gray-800\/70 {
        --tw-ring-color: rgb(31 41 55 / 0.7);
    }
}
@media (min-width: 640px) {
    .title-hero-home {
        font-size: 28px;
        font-weight: 800;
        line-height: 34px;
    }
    .sm\:mr-10 {
        margin-right: 2.5rem;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:pr-16 {
        padding-right: 4rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}
@media (min-width: 768px) {
    .md\:max-h-full {
        max-height: 100%;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:w-11\/12 {
        width: 91.666667%;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:hidden {
        display: none;
    }
    .md\:block {
        display: block;
    }
    .md\:h-\[720px\] {
        height: 720px;
    }
    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .md\:mx-48 {
        margin-left: 12rem /* 192px */;
        margin-right: 12rem /* 192px */;
    }

    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:mb-20 {
        margin-bottom: 5rem;
    }
    .md\:ml-0 {
        margin-left: 0px;
    }
    .md\:ml-10 {
        margin-left: 2.5rem;
    }
    .md\:ml-40 {
        margin-left: 10rem /* 160px */;
    }
    .md\:ml-48 {
        margin-left: 12rem /* 192px */;
    }
    .md\:mr-44 {
        margin-right: 11rem /* 176px */;
    }
    .md\:mr-48 {
        margin-right: 12rem /* 192px */;
    }
    .ml-custom {
        margin-left: 10rem /* 160px */;
    }

    .md\:ml-auto {
        margin-left: auto;
    }

    .md\:mr-auto {
        margin-right: auto;
    }

    .md\:-mt-0 {
        margin-top: -0px;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:mt-4 {
        margin-top: 1rem/* 16px */;
    }
    .md\:mt-11 {
        margin-top: 2.75rem/* 44px */;
    }

    .md\:h-96 {
        height: 24rem;
    }

    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:flex {
        display: flex;
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-grow {
        flex-grow: 1;
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .md\:items-start {
        align-items: flex-start;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:pb-0 {
        padding-bottom: 0px;
    }
    .md\:pt-11 {
        padding-top: 2.75rem/* 44px */;
    }
    .md\:pt-14 {
        padding-top: 3.5rem/* 56px */;
    }
    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .md\:py-8 {
        padding-top: 2rem /* 32px */;
        padding-bottom: 2rem /* 32px */;
    }
    .md\:py-11 {
        padding-top: 2.75rem/* 44px */;
        padding-bottom: 2.75rem/* 44px */;
    }
    .md\:py-8 {
        padding-top: 2rem /* 32px */;
        padding-bottom: 2rem /* 32px */;
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .md\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .md\:pl-16 {
        padding-left: 4rem;
    }

    .md\:pl-20 {
        padding-left: 5rem;
    }

    .md\:pl-4 {
        padding-left: 1rem;
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .md\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .md\:text-7xl {
        font-size: 4.5rem /* 72px */;
        line-height: 77.45px;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-start {
        text-align: start;
    }   
    .md\:left-40 {
        left: 10rem;
    }
    .md\:left-48 {
        left: 12rem;
    }
    .md\:left-56 {
        left: 14rem;
    }
    .md\:right-12 {
        right: 3rem;
    }
    .md\:w-6\/12 {
        width: 50%;
    }
    .md\:w-7\/12 {
        width: 58.333333%;
    }
    .md\:w-3\/12 {
        width: 25%;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:w-2\/3 {
        width: 66.666667%;
    }
    .md\:w-64 {
        width: 16rem/* 256px */;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }
    .md\:gap-20 {
        gap: 5rem;
    }
    .md\:h-40 {
        height: 10rem;
    }
    .md\:-top-40 {
        top: -10rem /* -160px */;
    }
}
@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .lg\:ml-0 {
        margin-left: 0px;
    }
    .lg\:ml-20 {
        margin-left: 5rem/* 80px */;
    }
    .lg\:ml-28 {
        margin-left: 7rem/* 112px */;
    }
    
    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:inline-block {
        display: inline-block;
    }
    .lg\:w-64 {
        width: 16rem;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
    .lg\:w-3\/12 {
        width: 25%;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }
    .lg\:w-7\/12 {
        width: 58.333333%;
    }
    .lg\:w-8\/12 {
        width: 66.666667%;
    }
    .lg\:w-10\/12 {
        width: 83.333333%;
    }
    .lg\:w-full {
        width: 100%;
    }

    .lg\:max-w-md {
        max-width: 28rem/* 448px */;
    }

    .lg\:max-w-lg {
        max-width: 32rem;
    }

    .lg\:flex-grow {
        flex-grow: 1;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:pb-44 {
        padding-bottom: 11rem/* 176px */;
    }
    .lg\:pl-20 {
        padding-left: 5rem;
    }
    .lg\:px-20 {
        padding-left: 5rem/* 80px */;
        padding-right: 5rem/* 80px */;
    }
    .lg\:px-36 {
        padding-left: 9rem/* 144px */;
        padding-right: 9rem/* 144px */;
    }
    .lg\:pl-24 {
        padding-left: 6rem;
    }

    .lg\:pl-8 {
        padding-left: 2rem;
    }

    .lg\:pr-24 {
        padding-right: 6rem;
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .lg\:py-12 {
        padding-top: 3rem/* 48px */;
        padding-bottom: 3rem/* 48px */;
    }
    .lg\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .lg\:pt-44 {
        padding-top: 11rem;
    }
    .lg\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .lg\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .lg\:left-40 {
        left: 10rem;
    }
    .lg\:left-48 {
        left: 12rem;
    }
    .lg\:left-56 {
        left: 14rem;
    }
    .lg\:left-52 {
        left: 13rem /* 208px */;
    }
    .lg\:left-64 {
        left: 16rem /* 256px */;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}
@media (min-width: 1280px) {
    .xl\:hidden {
        display: none;
    }
    .xl\:w-1\/4 {
        width: 25%;
    }
    .xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .xl\:flex {
        display: flex;
    }
}
