/*
! tailwindcss v3.0.23 | 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.
*/

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

/*
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-size: 100%; /* 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:-ms-input-placeholder,
textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
    display: none;
}

*,
::before,
::after {
    --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%;
}
@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;
    }
}
@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;
}
.pointer-events-none {
    pointer-events: none;
}
.visible {
    visibility: visible;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.inset-y-0 {
    top: 0px;
    bottom: 0px;
}
.right-0 {
    right: 0px;
}
.z-20 {
    z-index: 20;
}
.order-last {
    order: 9999;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-7 {
    grid-column: span 7 / span 7;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.m-10 {
    margin: 2.5rem;
}
.m-0 {
    margin: 0px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.ml-auto {
    margin-left: auto;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mr-auto {
    margin-right: auto;
}
.mr-3 {
    margin-right: 0.75rem;
}
.-mt-20 {
    margin-top: -5rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-full {
    height: 100%;
}
.h-\[100px\] {
    height: 100px;
}
.h-32 {
    height: 8rem;
}
.h-24 {
    height: 6rem;
}
.h-96 {
    height: 24rem;
}
.h-64 {
    height: 16rem;
}
.h-4 {
    height: 1rem;
}
.h-6 {
    height: 1.5rem;
}
.w-full {
    width: 100%;
}
.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.w-1\/2 {
    width: 50%;
}
.w-4 {
    width: 1rem;
}
.w-6 {
    width: 1.5rem;
}
.-translate-y-8 {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes enter-fade-l {
    0% {
        transform: translate(-300px, 0px) scale(0.9) rotateZ(-15deg);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px) scale(1) rotateZ(0deg);
        opacity: 1;
    }
}
@keyframes enter-fade-l {
    0% {
        transform: translate(-300px, 0px) scale(0.9) rotateZ(-15deg);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px) scale(1) rotateZ(0deg);
        opacity: 1;
    }
}
.animate-enter-fade-l {
    -webkit-animation: enter-fade-l 0.7s ease-out;
    animation: enter-fade-l 0.7s ease-out;
}
.resize-none {
    resize: none;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.grid-flow-row {
    grid-auto-flow: row;
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.place-items-center {
    place-items: center;
}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.gap-4 {
    gap: 1rem;
}
.gap-16 {
    gap: 4rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.gap-y-16 {
    row-gap: 4rem;
}
.self-center {
    align-self: center;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-tr-\[6rem\] {
    border-top-right-radius: 6rem;
}
.rounded-bl-\[6rem\] {
    border-bottom-left-radius: 6rem;
}
.rounded-br-\[1rem\] {
    border-bottom-right-radius: 1rem;
}
.rounded-tl-\[1rem\] {
    border-top-left-radius: 1rem;
}
.rounded-br-\[10rem\] {
    border-bottom-right-radius: 10rem;
}
.rounded-tl-\[12rem\] {
    border-top-left-radius: 12rem;
}
.border {
    border-width: 1px;
}
.border-l-4 {
    border-left-width: 4px;
}
.border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 128 / var(--tw-bg-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}
.bg-ternary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary {
    --tw-gradient-from: #000080;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgb(0 0 128 / 0));
}
.to-transparent {
    --tw-gradient-to: transparent;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-repeat-y {
    background-repeat: repeat-y;
}
.fill-current {
    fill: currentColor;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.object-center {
    -o-object-position: center;
    object-position: center;
}
.p-3 {
    padding: 0.75rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-4 {
    padding: 1rem;
}
.p-16 {
    padding: 4rem;
}
.p-2 {
    padding: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-8 {
    padding-right: 2rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pt-28 {
    padding-top: 7rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.font-bold {
    font-weight: 700;
}
.font-normal {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-extrabold {
    font-weight: 800;
}
.leading-relaxed {
    line-height: 1.625;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-8 {
    line-height: 2rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 0 128 / var(--tw-text-opacity));
}
.text-blue {
    --tw-text-opacity: 1;
    color: rgb(0 0 255 / var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(37 37 37 / var(--tw-text-opacity));
}
.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-rose-700 {
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity));
}
.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity));
}
.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.underline-offset-8 {
    text-underline-offset: 8px;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
        0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px 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;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke,
        -webkit-text-decoration-color;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.delay-150 {
    transition-delay: 150ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html {
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}
/* h1, h2, h3, h4, h5{
        font-family: 'Abril Fatface', serif;
    } */
.font-primary {
    font-family: "Verdana Bold", serif;
}
.font-secondary {
    font-family: "Poppins", sans-serif;
}
.btn {
    position: relative;
}
.btn:after,
.btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all 0.4s, opacity 0.1s 0.4s;
}
.btn:after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #000080;
    border-right: 3px solid #000080;
    opacity: 0;
}
.btn:before {
    top: 0;
    left: 0;
    border-left: 3px solid #000080;
    border-top: 3px solid #000080;
    opacity: 0;
}
.btn:hover:after,
.btn:hover:before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transition: 0.9s, opacity 0.1s;
    opacity: 1;
}
/* ul li::before {
        content: "\2022";
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        color: #000080;
    } */
/* partner slider */

@font-face {
    font-family: "Verdana Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Verdana Bold"), url("/assetes/Verdana-Bold.woff") format("woff");
}

.velo-slider__hint > span,
.btn-draw {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

header {
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.velo-slides a {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.btn-draw {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.4s ease-in-out;
    color: #00ffc8;
    margin-left: 2.3em;
}
.btn-draw:after {
    content: "";
    top: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #00ffc8;
}
.btn-draw:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.4em;
    height: 1px;
    width: 3em;
    background-color: #00ffc8;
    transition: all 0.25s ease;
}
.btn-draw .btn-draw__text {
    position: relative;
    display: block;
    padding: 0.7555em 2.29em;
    line-height: 1.5;
    transition: transform 0.5s ease;
}
.btn-draw .btn-draw__text:before,
.btn-draw .btn-draw__text:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #00ffc8;
}
.btn-draw .btn-draw__text:before {
    top: 0;
    left: 0;
    transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text:after {
    bottom: 0;
    right: 0;
    transition: width 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text > span:before,
.btn-draw .btn-draw__text > span:after {
    content: "";
    position: absolute;
    height: 0;
    width: 1px;
    background-color: #00ffc8;
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.btn-draw .btn-draw__text > span:before {
    left: 0;
    bottom: 0;
    transition: height 0.15s 0 cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text > span:after {
    right: 0;
    top: 0;
    transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (hover) {
    .btn-draw:hover,
    .velo-slides a:hover .btn-draw {
        cursor: pointer;
        color: #00ffc8;
    }
    .btn-draw:hover:before,
    .velo-slides a:hover .btn-draw:before {
        width: 0;
        transition: all 0.4s ease;
    }
    .btn-draw:hover .btn-draw__text,
    .velo-slides a:hover .btn-draw .btn-draw__text {
        transform: translateX(-2.2em);
        transition: transform 0.5s ease, width 1s ease;
    }
    .btn-draw:hover .btn-draw__text:before,
    .velo-slides a:hover .btn-draw .btn-draw__text:before {
        width: 100%;
        max-width: 100%;
        transition: width 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .btn-draw:hover .btn-draw__text:after,
    .velo-slides a:hover .btn-draw .btn-draw__text:after {
        width: 100%;
        transition: width 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .btn-draw:hover .btn-draw__text > span:before,
    .velo-slides a:hover .btn-draw .btn-draw__text > span:before {
        left: 0;
        height: 100%;
        transition: height 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .btn-draw:hover .btn-draw__text > span:after,
    .velo-slides a:hover .btn-draw .btn-draw__text > span:after {
        right: 0;
        height: 100%;
        transition: height 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    }
}

.btn-draw.btn--white {
    color: #fff;
}
.btn-draw.btn--white:before,
.btn-draw.btn--white:after,
.btn-draw.btn--white .btn-draw__text:before,
.btn-draw.btn--white .btn-draw__text:after,
.btn-draw.btn--white .btn-draw__text > span:before,
.btn-draw.btn--white .btn-draw__text > span:after {
    background-color: #fff;
}
.btn-draw.btn--white:hover,
.velo-slides a:hover .btn-draw.btn--white {
    color: #fff;
}

header {
    font-family: "Montserrat", Georgia, serif;
    line-height: 1.6;
    font-size: 100%;
}
@media (min-width: 32em) {
    header {
        font-size: 102%;
    }
}
@media (min-width: 54em) {
    header {
        font-size: 103%;
    }
}
@media (min-width: 65em) {
    header {
        font-size: 107%;
    }
}
@media (min-width: 75em) {
    header {
        font-size: 110%;
    }
}
@media (min-width: 91em) {
    header {
        font-size: 120%;
    }
}
@media (min-width: 115em) {
    header {
        font-size: 130%;
    }
}
@media (min-width: 130em) {
    header {
        font-size: 140%;
    }
}

.velo-slides h1,
.velo-slides h2,
.velo-slides h3,
.velo-slides h4,
.velo-slides h5,
.velo-slides h6 {
    font-family: "Verdana Bold", Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
}

.velo-slides {
    z-index: 8;
    position: relative;
    height: calc(100vh - 70px);
    background-color: #111;
}
.velo-slides[data-velo-slider="on"] {
    overflow: hidden;
}

.velo-slide {
    height: calc(100vh - 70px);
    z-index: 4;
}
@media (min-width: 54em) and (max-width: 65em) {
    .velo-slide {
        font-size: 80%;
    }
}
@media (min-width: 54em) and (min-height: 0) and (max-height: 45em) {
    .velo-slide {
        font-size: 70%;
    }
}
[data-velo-slider="on"] .velo-slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.velo-slide.is-active {
    z-index: 8;
}
.velo-slide__bg {
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    color: #111;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #111;
    overflow: hidden;
}
.velo-slide__bg:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background: #111;
}
.velo-slide__figure {
    z-index: 0;
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 0.5s ease;
}
.is-hovering .velo-slide__figure {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
.velo-slide__vid-wrap {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.5s ease;
}
.velo-slide__vid-wrap:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background: #111;
}
.is-hovering .velo-slide__vid-wrap {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
.velo-slide__vid {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.velo-slide__header {
    z-index: 9;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow-y: hidden;
    padding: 6%;
}
.velo-slide__pretitle {
    color: #fff;
    max-width: 22em;
}
@media (min-width: 54em) {
    .velo-slide__pretitle {
        margin-left: 7%;
    }
}
.velo-slide__title {
    margin-bottom: 0.1em;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.025em;
    font-weight: 700;
    font-size: 2.25em;
}
@media (min-width: 54em) {
    .velo-slide__title {
        font-size: 5em;
    }
}
@media (min-width: 65em) {
    .velo-slide__title {
        font-size: 5em;
    }
}
@media (min-width: 91em) {
    .velo-slide__title {
        font-size: 5em;
    }
}
.velo-slide__text {
    color: #fff;
    max-width: 30em;
    display: block;
    margin: 1em 0 1.5em 1%;
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: 300;
}
.velo-slide__btn {
    opacity: 0;
}
@media (min-width: 54em) {
    .velo-slide__btn {
        margin-left: 1vw;
    }
}
.is-active .velo-slide__btn {
    opacity: 1;
}
.velo-slide__btn > a > span {
    opacity: 0;
    overflow-y: hidden;
    transform: translate3d(0, 100%, 0);
}
.is-active .velo-slide__btn > a > span {
    opacity: 1;
    z-index: 9999;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s ease, opacity 0.8s ease;
}

.velo-slides[data-velo-theme="light"] {
    /* background: #212121; */
    /* border: 1em solid #c5cac5; */
}
.velo-slides[data-velo-theme="light"] .velo-slide {
    /* margin-top: -1em; */
}
.velo-slides[data-velo-theme="light"] .velo-slide__bg {
    color: #c5cac5;
}

[data-velo-theme="dark"] {
    background: #111;
}
[data-velo-theme="dark"] .velo-slides__bg {
    background-color: #111;
    filter: grayscale(100%);
}

.oh {
    display: block;
    overflow-y: hidden;
    padding: 0.02em 0;
}

.oh span {
    display: inline-block;
    transform: translate3d(0, 140%, 0);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.8s ease;
}

.is-active .oh span {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1),
        opacity 0.1s ease;
}

.is-active .oh:nth-of-type(2n) span {
    transition-delay: 0.2s;
}

.velo-slides .border,
.velo-slides .border:before,
.velo-slides .border:after,
.velo-slides .border span {
    z-index: 91;
    position: fixed;
    background-color: currentColor;
    transition: 0.35s ease-in-out;
}
.is-hovering .border,
.is-hovering .border:before,
.is-hovering .border:after,
.is-hovering .border span {
    transition: 0.5s ease-in-out;
}
.velocity-animating .border,
.velocity-animating .border:before,
.velocity-animating .border:after,
.velocity-animating .border span {
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.velo-slides .border {
    top: 0;
    left: 0;
    width: 100%;
    height: 0vw;
    border: unset !important;
}
@media (min-width: 54em) {
    .velo-slides .border {
        height: 10vw;
    }
}
@media (min-width: 91em) {
    .velo-slides .border {
        height: 7vw;
    }
}
@media (min-width: 115em) {
    .velo-slides .border {
        height: 7vw;
    }
}
.is-hovering .border {
    height: 0vw;
}
.velocity-animating .border {
    height: 8vw;
}
@media (min-width: 54em) {
    .velocity-animating .border {
        height: 12vw;
    }
}

.velo-slides .border:before {
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0vw;
}
@media (min-width: 54em) {
    .velo-slides .border:before {
        width: 10vw;
    }
}
@media (min-width: 91em) {
    .velo-slides .border:before {
        width: 7vw;
    }
}
@media (min-width: 115em) {
    .velo-slides .border:before {
        width: 7vw;
    }
}
.is-hovering .border:before {
    width: 0vw;
}
.velocity-animating .border:before {
    width: 8vw;
}
@media (min-width: 54em) {
    .velocity-animating .border:before {
        width: 12vw;
    }
}

.velo-slides .border:after {
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0vw;
}
@media (min-width: 54em) {
    .velo-slides .border:after {
        width: 10vw;
    }
}
@media (min-width: 91em) {
    .velo-slides .border:after {
        width: 7vw;
    }
}
@media (min-width: 115em) {
    .velo-slides .border:after {
        width: 7vw;
    }
}
.is-hovering .border:after {
    width: 0vw;
}
.velocity-animating .border:after {
    width: 8vw;
}
@media (min-width: 54em) {
    .velocity-animating .border:after {
        width: 12vw;
    }
}

.velocity-animating .border span {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0vw;
}
@media (min-width: 54em) {
    .velocity-animating .border span {
        height: 10vw;
    }
}
@media (min-width: 91em) {
    .velocity-animating .border span {
        height: 7vw;
    }
}
@media (min-width: 115em) {
    .velocity-animating .border span {
        height: 7vw;
    }
}
.is-hovering .border span {
    height: 0vw;
}
.velocity-animating .border span {
    height: 8vw;
}
@media (min-width: 54em) {
    .velocity-animating .border span {
        height: 12vw;
    }
}

.velo-slider__hint {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: calc(100vh - 70px);
    width: 4em;
    font-size: 0.9em;
    color: #fff;
}
@media (min-width: 54em) {
    .velo-slider__hint {
        display: block;
    }
}
.velo-slider__hint > span {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%) rotate(-90deg);
    overflow: hidden;
}
.velo-slider__hint > span > span {
    display: inline-block;
    transform: translateY(-110%);
}
.is-active .velo-slider__hint > span > span {
    opacity: 1;
    top: 50%;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0%);
    transition: 0.4 ease;
}

.velo-slides-nav {
    /* lateral navigation */
    position: absolute;
    z-index: 91;
    right: 3%;
    bottom: 1em;
}
@media (min-width: 54em) {
    .velo-slides-nav {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
}
.velo-slides-nav__list {
    list-style: none;
}
.velo-slides-nav li:first-child {
    margin-bottom: 0.25em;
}
.velo-slides-nav a {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.5s ease, text-shadow 0.5s ease;
}
.velo-slides-nav a:hover {
    color: white;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
    transition: color 0.5s ease, text-shadow 0.5s ease;
}
.velo-slides-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.velo-slides-nav i {
    font-size: 2.2em;
}
@media (min-width: 54em) {
    .velo-slides-nav i {
        font-size: 1.5em;
    }
}

@font-face {
    font-family: "ssicons";
    src: url("data:application/x-font-ttf;charset=utf-8;base64,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")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ssicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-down-chev:before {
    content: "";
}

.icon-right-chev:before {
    content: "";
}

.icon-up-chev:before {
    content: "";
}

.icon-left-chev:before {
    content: "";
}

.icon-up-arrow:before {
    content: "";
}

.icon-down-arrow:before {
    content: "";
}

.icon-left-arrow:before {
    content: "";
}

.icon-right-arrow:before {
    content: "";
}

/* Hero */
/* .hero, .hero .velo-slide, .hero .velo-slides {
    max-height: calc(100vh - 40px);
} */
@media only screen and (max-width: 600px) {
    .hero,
    .hero .velo-slide,
    .hero .velo-slides {
        max-height: calc(100vh - 80px);
    }
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
}
.hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity));
}
.hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity));
}
.hover\:opacity-90:hover {
    opacity: 0.9;
}
.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));
}
.focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
@media (prefers-color-scheme: dark) {
    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dark\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
    }

    .dark\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    }

    .dark\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
    }
}
@media (min-width: 640px) {
    .sm\:ml-10 {
        margin-left: 2.5rem;
    }

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

    .sm\:h-9 {
        height: 2.25rem;
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 768px) {
    .md\:ml-auto {
        margin-left: auto;
    }

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

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

    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

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

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

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

    .md\:gap-y-32 {
        row-gap: 8rem;
    }

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

    .md\:p-2 {
        padding: 0.5rem;
    }

    .md\:p-0 {
        padding: 0px;
    }

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

    .md\:pl-36 {
        padding-left: 9rem;
    }

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

    .md\:font-medium {
        font-weight: 500;
    }
}
@media (min-width: 1024px) {
    .lg\:order-first {
        order: -9999;
    }

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

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

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

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

    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:w-3\/5 {
        width: 60%;
    }

    .lg\:grid-flow-col {
        grid-auto-flow: column;
    }

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

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

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

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

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

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

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