@font-face {
    font-family: avenir-book;
    src: url(../public/fonts/avenir-book.otf);
}

@font-face {
    font-family: avenir-roman;
    src: url(../public/fonts/avenir-roman.otf);
}

@font-face {
    font-family: avenir-black;
    src: url(../public/fonts/avenir-black.otf);
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

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

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
    scroll-behavior: smooth;
}

body {
        background: #253d98;
        background: linear-gradient(
            169deg,
            rgba(37, 61, 152, 1) 0%,
            rgba(8, 22, 52, 1) 35%,
            rgba(6, 14, 33, 1) 100%
        );
    }

.body-bg {
        background: #253d98;
        background: linear-gradient(
            169deg,
            rgb(21, 40, 98) 0%,
            rgba(8, 22, 52, 1) 35%,
            rgba(6, 14, 33, 1) 100%
        );
    }

h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

@media (min-width: 768px) {

    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {

    h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

.heading-bg {
        background: #b6976e;
        background: linear-gradient(
            90deg,
            rgba(182, 151, 110, 1) 0%,
            rgba(220, 190, 150, 1) 18%,
            rgba(244, 215, 176, 1) 33%,
            rgba(253, 225, 186, 1) 42%,
            rgba(229, 200, 160, 1) 54%,
            rgba(195, 164, 123, 1) 74%,
            rgba(182, 151, 110, 1) 84%
        );
        width: -moz-fit-content;
        width: fit-content;
        border-bottom-right-radius: 1.5rem;
        border-top-left-radius: 1.5rem;
        --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);
    }

@media (min-width: 1024px) {

    .heading-bg {
        border-bottom-right-radius: 1.8rem;
        border-top-left-radius: 1.8rem;
    }
}

.heading-variant-1 {
    font-family: Times New Roman, serif;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(33 49 107 / var(--tw-text-opacity, 1));
}

.heading-variant-2 {
        -webkit-text-stroke: 0.5px #f1ece0;
        text-stroke: 0.5px #f1ece0;
        background: linear-gradient(
            90deg,
            rgba(182, 151, 110, 1) 0%,
            rgba(220, 190, 150, 1) 18%,
            rgba(244, 215, 176, 1) 33%,
            rgba(253, 225, 186, 1) 42%,
            rgba(229, 200, 160, 1) 54%,
            rgba(195, 164, 123, 1) 74%,
            rgba(182, 151, 110, 1) 84%
        );
        -webkit-background-clip: text;
                background-clip: text;
        font-family: Times New Roman, serif;
        font-weight: 700;
        color: transparent;
    }

h3 {
    font-size: 30px;
}

@media (min-width: 1024px) {

    h3 {
        font-size: 40px;
    }
}

p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 1024px) {

    p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.main-ele {
        opacity: 0;
        transform: scale(0.8);
        transition: 1s;
    }

.main-ele.down {
        transform: translateY(40px) scale(0.8);
    }

.main-ele.appear {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

.main-ele.delay-1 {
        transition-delay: 0.2s;
    }

.main-ele.delay-2 {
        transition-delay: 0.4s;
    }

.main-ele.delay-3 {
        transition-delay: 0.6s;
    }

.ele {
        opacity: 0;
        transform: translateY(50px);
    }

.ele.appear {
            transition: 1s;
            opacity: 1;
            transform: translateY(0);
        }

nav {
        transition: 0.5s;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 90;
        display: flex;
        height: 5rem;
        width: 100%;
        background-color: transparent;
        font-family: Inter, serif;
    }

@media (min-width: 1024px) {

    nav {
        height: 120px;
    }
}

nav.fill {
    height: 3.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(13 28 69 / var(--tw-bg-opacity, 1));
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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);
}

@media (min-width: 1024px) {

    nav.fill {
        height: 5rem;
    }
}

.nav-wrap {
        transition: 0.2s;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        width: 100%;
        max-width: 1536px;
        align-items: center;
        justify-content: space-between;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

@media (min-width: 1024px) {

    .nav-wrap {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

nav .menu {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

@media (min-width: 1024px) {

    nav .menu {
        display: flex;
    }
}

@media (min-width: 1280px) {

    nav .menu {
        gap: 3.5rem;
    }
}

.menu-link {
    cursor: pointer;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: transparent;
    padding-bottom: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    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;
}

.menu .menu-link:hover,
    .menu .menu-link:active {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

nav .menu-btn {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

@media (min-width: 1024px) {

    nav .menu-btn {
        display: none;
    }
}

nav .menu-btn .line {
    height: 0.125rem;
    width: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

nav .dropdown a:hover {
    text-decoration-line: underline;
}

.mobile-menu {
        transition: 0.3s;
        position: absolute;
        right: -100%;
        top: 0px;
        z-index: 500;
        display: flex;
        height: 100vh;
        width: 100%;
        justify-content: center;
        overflow-y: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(13 28 69 / var(--tw-bg-opacity, 1));
    }

.mobile-menu.slide-in {
        right: 0;
    }

.mobile-menu .menu-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dropdown-mobile a {
    font-weight: 600;
}

.primary-btn {
        background: #b6976e;
        background: linear-gradient(
            90deg,
            rgba(182, 151, 110, 1) 0%,
            rgba(220, 190, 150, 1) 18%,
            rgba(244, 215, 176, 1) 33%,
            rgba(253, 225, 186, 1) 42%,
            rgba(229, 200, 160, 1) 54%,
            rgba(195, 164, 123, 1) 74%,
            rgba(182, 151, 110, 1) 84%
        );
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer;
        border-radius: 9999px;
        font-family: Inter, serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        --tw-text-opacity: 1;
        color: rgb(104 69 52 / var(--tw-text-opacity, 1));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }

.primary-btn:hover {
    --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);
    --tw-shadow-color: rgb(182 151 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
    --tw-brightness: brightness(1.1);
    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);
}

.secondary-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(6 14 33 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: avenir-book, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1.1 !important;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.secondary-btn:hover {
    --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);
    --tw-brightness: brightness(1.1);
    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);
}

@media (min-width: 768px) {

    .secondary-btn {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.secondary-btn span {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #060E21 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(6 14 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(8 22 52 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #081634 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #253D98 var(--tw-gradient-to-position);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
}

.tertiary-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 9999px;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #253D98 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 61 152 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #112253 var(--tw-gradient-to-position);
    font-family: Inter, serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    line-height: 1.1 !important;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.tertiary-btn:hover {
    --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);
    --tw-brightness: brightness(1.1);
    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);
}

@media (min-width: 768px) {

    .tertiary-btn {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

input,
    select {
        border-width: 2px;
        margin-bottom: 1rem;
        width: 100%;
        border-radius: 9999px;
        --tw-border-opacity: 1;
        border-color: rgb(33 49 107 / var(--tw-border-opacity, 1));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-family: Inter, serif;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(33 49 107 / var(--tw-text-opacity, 1));
    }

input::-moz-placeholder, select::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(33 49 107 / var(--tw-placeholder-opacity, 1));
}

input::placeholder,
    select::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(33 49 107 / var(--tw-placeholder-opacity, 1));
}

input:focus,
    select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media (min-width: 1024px) {

    input,
    select {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.mobileInputWrapper {
        border-width: 2px;
        border-radius: 9999px;
        --tw-border-opacity: 1;
        border-color: rgb(33 49 107 / var(--tw-border-opacity, 1));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

.mobileInputWrapper input {
    background-color: transparent;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */

input[type="number"] {
        -moz-appearance: textfield;
    }

input.checkbox {
    margin-left: 0px;
    margin-right: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
        display: inline-block;
}

label.checkbox {
        width: calc(100% - 32px);
    }

#rcaptcha {
        max-width: calc(100vw - 40px);
        overflow-x: auto;
        overflow-y: hidden;
    }

.deal {
    display: flex;
    flex-direction: column;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.deal .icon-deal {
    width: 100%;
    max-width: 6rem;
}

@media (min-width: 1024px) {

    .deal .icon-deal {
        max-width: 115px;
    }
}

.deal p {
    margin-top: 0.75rem;
    text-align: center;
    font-family: avenir-book, sans-serif;
}

.deal p span {
    display: block;
    font-family: Times New Roman, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

@media (min-width: 1024px) {

    .deal p span {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.featured-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 430px;
    --tw-translate-y: 5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(245 240 235 / var(--tw-bg-opacity, 1));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.8s;
}

@media (min-width: 1024px) {

    .featured-container {
        margin-left: unset;
        margin-right: unset;
        width: 30%;
        min-width: 400px;
        max-width: none;
    }
}

.featured-container.animate {
    --tw-translate-y: 0px;
    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));
    opacity: 1;
}

.featured-container .tag {
    position: absolute;
    left: 0px;
    top: 2rem;
    padding: 0.125rem;
    padding-left: 0px;
}

.featured-container .tag .inner {
                background: linear-gradient(
                    90deg,
                    rgba(182, 151, 110, 1) 0%,
                    rgba(220, 190, 150, 1) 18%,
                    rgba(244, 215, 176, 1) 33%,
                    rgba(253, 225, 186, 1) 42%,
                    rgba(229, 200, 160, 1) 54%,
                    rgba(195, 164, 123, 1) 74%,
                    rgba(182, 151, 110, 1) 84%
                );
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                -webkit-background-clip: text;
                        background-clip: text;
                padding-left: 0.875rem;
                padding-right: 0.875rem;
                padding-top: 0.625rem;
                padding-bottom: 0.625rem;
                text-align: center;
                font-family: Albert Sans, serif;
                font-size: 0.75rem;
                line-height: 1rem;
                font-weight: 600;
                line-height: 1 !important;
                color: transparent;
            }

@media (min-width: 1024px) {

    .featured-container .tag .inner {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        font-size: 14px;
    }
}

.featured-container .selling-fast {
    position: absolute;
    bottom: 0px;
    right: 0.875rem;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
    padding: 0.125rem;
    padding-bottom: 0px;
}

@media (min-width: 768px) {

    .featured-container .selling-fast {
        right: 1.25rem;
    }
}

@media (min-width: 1024px) {

    .featured-container .selling-fast {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
}

.featured-container .selling-fast .inner {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {

    .featured-container .selling-fast .inner {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
}

.featured-container .selling-fast img {
    height: auto;
    width: 0.75rem;
}

@media (min-width: 1024px) {

    .featured-container .selling-fast img {
        width: 1rem;
    }
}

.featured-container .selling-fast p {
    font-family: Inter, serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
}

@media (min-width: 1024px) {

    .featured-container .selling-fast p {
        font-size: 14px;
    }
}

.featured-container .thumbnail-img {
    height: auto;
    width: 100%;
}

.featured-container .details-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-bottom: 1rem;
    padding-top: 0.625rem;
}

@media (min-width: 768px) {

    .featured-container .details-container {
        padding-bottom: 1.25rem;
        padding-top: 0.75rem;
    }
}

.featured-container .details-container .title-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 1rem;
    text-align: center;
}

@media (min-width: 768px) {

    .featured-container .details-container .title-container {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1.25rem;
    }
}

.featured-container .details-container .title-container h4 {
    margin-bottom: 0.625rem;
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #060E21 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(6 14 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(8 22 52 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #081634 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #253D98 var(--tw-gradient-to-position);
    -webkit-background-clip: text;
            background-clip: text;
    font-family: Times New Roman, serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: transparent;
}

@media (min-width: 1024px) {

    .featured-container .details-container .title-container h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.featured-container .details-container .title-container p {
    font-family: avenir-roman, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(88 62 47 / var(--tw-text-opacity, 1));
}

.featured-container .details-container .icons-container {
    display: grid;
    row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 768px) {

    .featured-container .details-container .icons-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.featured-container .details-container .icons-container .icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 768px) {

    .featured-container .details-container .icons-container .icon-container {
        flex-direction: column;
    }
}

.featured-container .details-container .icons-container .icon-container .icon {
    height: 38px;
    width: auto;
}

.featured-container .details-container .icons-container .icon-container p {
    margin-left: 0.5rem;
    text-align: start;
    font-family: Inter, serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    line-height: 1.2 !important;
}

@media (min-width: 768px) {

    .featured-container .details-container .icons-container .icon-container p {
        margin-left: 0px;
        margin-top: 0.75rem;
        text-align: center;
    }
}

.featured-container .details-container .cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 1.25rem;
}

@media (min-width: 640px) {

    .featured-container .details-container .cta-container {
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 768px) {

    .featured-container .details-container .cta-container {
        flex-direction: row;
        justify-content: space-between;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.75rem;
    }
}

.featured-container .details-container .cta-container .price-container {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #060E21 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(6 14 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(8 22 52 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #081634 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #253D98 var(--tw-gradient-to-position);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
}

.featured-container .details-container .cta-container .price-container p {
    text-align: start;
    font-family: Inter, serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

@media (min-width: 640px) {

    .featured-container .details-container .cta-container .price-container p {
        text-align: center;
    }
}

@media (min-width: 768px) {

    .featured-container .details-container .cta-container .price-container p {
        text-align: start;
    }
}

@media (min-width: 1024px) {

    .featured-container .details-container .cta-container .price-container p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.featured-container .details-container .cta-container .price-container h6 {
    font-family: Inter, serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 800;
}

@media (min-width: 768px) {

    .featured-container .details-container .cta-container .price-container h6 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {

    .featured-container .details-container .cta-container .price-container h6 {
        font-size: 27px;
    }
}

.featured-container .details-container .cta-container .learn-more-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {

    .featured-container .details-container .cta-container .learn-more-btn {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.asterisk {
    position: relative;
    top: -5px;
    --tw-text-opacity: 1;
    color: rgb(6 14 33 / var(--tw-text-opacity, 1));
}

.splide#splide-events .splide__arrow {
    top: 66%;
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(241 236 224 / var(--tw-bg-opacity, 1));
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 500px) {

    .splide#splide-events .splide__arrow {
        height: 2.25rem;
        width: 2.25rem;
    }
}

.splide#splide-events .splide__arrow img {
    height: auto;
    width: 18px;
}

@media (min-width: 500px) {

    .splide#splide-events .splide__arrow img {
        width: 22px;
    }
}

.splide#splide-events .splide__arrow:disabled {
    opacity: 0;
}

.splide#splide-events .splide__arrow--next {
    right: -0.75rem;
}

@media (min-width: 500px) {

    .splide#splide-events .splide__arrow--next {
        right: 0px;
    }
}

@media (min-width: 768px) {

    .splide#splide-events .splide__arrow--next {
        right: -2.75rem;
    }
}

.splide#splide-events .splide__arrow--prev {
    left: -0.75rem;
}

@media (min-width: 500px) {

    .splide#splide-events .splide__arrow--prev {
        left: 0px;
    }
}

@media (min-width: 768px) {

    .splide#splide-events .splide__arrow--prev {
        left: -2.75rem;
    }
}

.event-card {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 340px;
    flex-direction: column;
    align-items: center;
}

.event-card .thumbnail-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.event-card .thumbnail-container .event-img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.event-card .event-content-container {
            background: linear-gradient(131deg,rgba(220, 190, 150, 1) 0%, rgba(244, 215, 176, 1) 20%, rgba(253, 225, 186, 1) 35%, rgba(229, 200, 160, 1) 51%, rgba(195, 164, 123, 1) 77%, rgba(182, 151, 110, 1) 96%);
            position: relative;
            display: flex;
            height: 100%;
            width: 100%;
            flex-direction: column;
        }

.event-card .coming-soon-tag {
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: 18px;
    border-width: 1px;
    border-right-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(148 105 62 / var(--tw-border-opacity, 1));
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #BD935D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(189 147 93 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #785D3B var(--tw-gradient-to-position);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.625rem;
    padding-left: 0.875rem;
    font-family: Inter, serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(255 239 223 / var(--tw-text-opacity, 1));
}

.event-card .event-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.25rem;
    padding-bottom: 0.875rem;
    font-family: avenir-roman, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(88 62 47 / var(--tw-text-opacity, 1));
}

.event-card .event-content .event-title {
    min-height: 2.75rem;
    font-family: Times New Roman, serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2 !important;
    --tw-text-opacity: 1;
    color: rgb(88 62 47 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .event-card .event-content .event-title {
        min-height: 3rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.event-card .event-learn-more-container {
    margin-top: auto;
    display: flex;
    width: 100%;
    justify-content: center;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(148 105 62 / var(--tw-border-opacity, 1));
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.event-card .event-learn-more-container .event-btn {
    border-bottom-width: 1px;
    border-color: transparent;
    font-family: Inter, serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(148 105 62 / var(--tw-text-opacity, 1));
    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;
}

.event-card .event-learn-more-container .event-btn:hover {
    --tw-border-opacity: 1;
    border-color: rgb(148 105 62 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {

    .event-card .event-learn-more-container .event-btn {
        font-size: 15px;
    }
}

.sales-gallery-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sales-gallery-container .frame {
    height: auto;
    min-height: 340px;
    width: 100%;
    max-width: 360px;
}

@media (min-width: 1024px) {

    .sales-gallery-container .frame {
        max-width: 500px;
    }
}

.sales-gallery-container .details-container {
    position: absolute;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.sales-gallery-container .title {
    font-family: Inter, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    line-height: 1.2 !important;
    --tw-text-opacity: 1;
    color: rgb(104 69 52 / var(--tw-text-opacity, 1));
}

@media (min-width: 500px) {

    .sales-gallery-container .title {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .sales-gallery-container .title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.sales-gallery-container .details {
    font-family: Inter, serif;
    font-size: 14px !important;
    line-height: 1.25 !important;
    letter-spacing: 0em !important;
    --tw-text-opacity: 1;
    color: rgb(104 69 52 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .sales-gallery-container .details {
        font-size: 15px !important;
    }
}

@media (min-width: 1024px) {

    .sales-gallery-container .details {
        font-size: 17px !important;
    }
}

.sales-gallery-container .icon {
    height: auto;
    width: 2.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.sales-gallery-container .icon:hover {
    --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));
}

@media (min-width: 500px) {

    .sales-gallery-container .icon {
        width: 48px;
    }
}

@media (min-width: 1024px) {

    .sales-gallery-container .icon {
        width: 55px;
    }
}

.sales-gallery-container .icon-phone {
    width: 18px;
}

@media (min-width: 768px) {

    .sales-gallery-container .icon-phone {
        width: 20px;
    }
}

@media (min-width: 1024px) {

    .sales-gallery-container .icon-phone {
        width: 25px;
    }
}

.footer-icon {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.footer-icon:hover {
    --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));
}

.project-modal {
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -100;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.65;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.project-modal.show {
    visibility: visible;
    z-index: 100;
    opacity: 1;
}

.project-modal .modal-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 93%;
    max-width: 1412px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #22388C var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(34 56 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(8 22 52 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #081634 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-via-position: 60%;
    --tw-gradient-to: #07122A var(--tw-gradient-to-position);
}

.project-modal .modal-content .close-btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 10;
    cursor: pointer;
}

.project-modal .modal-content .facade-container .thumbnail {
    margin-left: auto;
    margin-right: auto;
    margin-left: -1.25rem;
    height: auto;
    width: 100%;
    max-width: 505px;
}

@media (min-width: 500px) {

    .project-modal .modal-content .facade-container .thumbnail {
        margin-left: auto;
    }
}

@media (min-width: 1024px) {

    .project-modal .modal-content .facade-container .thumbnail {
        margin-left: unset;
        margin-right: unset;
        margin-left: -1.25rem;
        max-width: 706px;
    }
}

.project-modal .modal-content .logo-container {
                background: linear-gradient(
                                90deg,
                                rgba(182, 151, 110, 1) 0%,
                                rgba(220, 190, 150, 1) 18%,
                                rgba(244, 215, 176, 1) 33%,
                                rgba(253, 225, 186, 1) 42%,
                                rgba(229, 200, 160, 1) 54%,
                                rgba(195, 164, 123, 1) 74%,
                                rgba(182, 151, 110, 1) 84%
                );
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 1rem;
                width: -moz-fit-content;
                width: fit-content;
                border-radius: 10px;
                padding: 0.25rem;
            }

@media (min-width: 768px) {

    .project-modal .modal-content .logo-container {
        margin-bottom: 1.5rem;
    }
}

.project-modal .modal-content .logo-container .inner {
    border-radius: 10px;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #E3C489 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(227 196 137 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #F2E6D2 var(--tw-gradient-to-position);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.project-modal .modal-content .details-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 658px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.75rem;
    font-family: Inter, serif;
}

@media (min-width: 1024px) {

    .project-modal .modal-content .details-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 3rem;
    }
}

.project-modal .modal-content .details-container .title {
    text-align: center;
    font-family: Inter, serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 1.2 !important;
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .project-modal .modal-content .details-container .title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .project-modal .modal-content .details-container .title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.project-modal .modal-content .details-container .description {
    margin-top: 1rem;
    text-align: justify;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.025em !important;
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .project-modal .modal-content .details-container .description {
        margin-top: 1.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {

    .project-modal .modal-content .details-container .description {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.project-modal .modal-content .details-container .features-list {
    margin-top: 1rem;
    display: grid;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    row-gap: 1rem;
}

@media (min-width: 500px) {

    .project-modal .modal-content .details-container .features-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {

    .project-modal .modal-content .details-container .features-list {
        margin-top: 1.75rem;
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
        row-gap: 1.75rem;
    }
}

.project-modal .modal-content .details-container .features-list .feature-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}

.project-modal .modal-content .details-container .features-list .feature-item .icon {
    height: auto;
    width: 2.25rem;
}

@media (min-width: 768px) {

    .project-modal .modal-content .details-container .features-list .feature-item .icon {
        width: 2.75rem;
    }
}

.project-modal .modal-content .details-container .features-list .feature-item .feature-text {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.025em !important;
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

    .project-modal .modal-content .details-container .features-list .feature-item .feature-text {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.project-modal .modal-content .details-container .price-container {
    margin-top: 1.25rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(245 240 235 / var(--tw-border-opacity, 1));
    padding-bottom: 0.375rem;
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .project-modal .modal-content .details-container .price-container {
        margin-top: 2rem;
    }
}

.project-modal .modal-content .details-container .price-container p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

    .project-modal .modal-content .details-container .price-container p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.project-modal .modal-content .details-container .price-container h6 {
    font-family: Inter, serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

    .project-modal .modal-content .details-container .price-container h6 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.project-modal .modal-content .details-container .price-container .asterisk {
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
}

.project-modal .modal-content .details-container .primary-btn {
    text-align: center;
}

.project-modal .modal-content .fp-btns {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project-modal .modal-content .fp-btns .fp-btn {
    border-radius: 60px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-family: Inter, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(245 240 235 / var(--tw-text-opacity, 1));
    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;
}

.project-modal .modal-content .fp-btns .fp-btn:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .project-modal .modal-content .fp-btns .fp-btn {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .project-modal .modal-content .fp-btns .fp-btn {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.project-modal .modal-content .fp-btns .fp-btn.active {
    --tw-bg-opacity: 1;
    background-color: rgb(245 240 235 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(104 69 52 / var(--tw-text-opacity, 1));
}

.project-modal .modal-content .fp-content {
    margin-bottom: 3.5rem;
    margin-top: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(245 240 235 / var(--tw-bg-opacity, 1));
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {

    .project-modal .modal-content .fp-content {
        flex-direction: row;
        justify-content: center;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.project-modal .modal-content .fp-content.active {
    display: flex;
}

.project-modal .modal-content .fp-content .fp-details-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 24px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

@media (min-width: 768px) {

    .project-modal .modal-content .fp-content .fp-details-container {
        max-width: 283px;
        border-radius: 30px;
    }
}

.project-modal .modal-content .fp-content .fp-details-container .title {
    font-family: Inter, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    line-height: 1.25 !important;
    --tw-text-opacity: 1;
    color: rgb(104 69 52 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .project-modal .modal-content .fp-content .fp-details-container .title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .project-modal .modal-content .fp-content .fp-details-container .title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.project-modal .modal-content .fp-content .fp-details-container .details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 768px) {

    .project-modal .modal-content .fp-content .fp-details-container .details {
        flex-direction: column;
    }
}

.project-modal .modal-content .fp-content .fp-details-container .details p {
    font-family: Inter, serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0em;
    --tw-text-opacity: 1;
    color: rgb(104 69 52 / var(--tw-text-opacity, 1));
}

@media (min-width: 500px) {

    .project-modal .modal-content .fp-content .fp-details-container .details p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 768px) {

    .project-modal .modal-content .fp-content .fp-details-container .details p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .project-modal .modal-content .fp-content .fp-details-container .details p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.splide.splide-project .splide__pagination {
    left: -34%;
    bottom: 2.3em;
}

@media (min-width: 500px) {

    .splide.splide-project .splide__pagination {
        left: -23%;
    }
}

@media (min-width: 1024px) {

    .splide.splide-project .splide__pagination {
        left: -34%;
    }
}

.splide.splide-project .splide__pagination__page.is-active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.splide.splide-project .splide__pagination__page {
    margin: 0.5rem;
    height: 0.375rem;
    width: 0.375rem;
    opacity: 1;
}

.splide.splide-project .splide__arrow {
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(245 240 235 / var(--tw-bg-opacity, 1));
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 500px) {

    .splide.splide-project .splide__arrow {
        height: 2.25rem;
        width: 2.25rem;
    }
}

.splide.splide-project .splide__arrow img {
    height: auto;
    width: 18px;
}

@media (min-width: 500px) {

    .splide.splide-project .splide__arrow img {
        width: 22px;
    }
}

.splide.splide-project .splide__arrow:disabled {
    opacity: 0;
}

.splide.splide-project .splide__arrow--next {
    right: 3em;
}

@media (min-width: 500px) {

    .splide.splide-project .splide__arrow--next {
        right: 1em;
    }
}

@media (min-width: 1024px) {

    .splide.splide-project .splide__arrow--next {
        right: 3.5em;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-bottom-\[90px\] {
    bottom: -90px;
}

.-left-10 {
    left: -2.5rem;
}

.-left-8 {
    left: -2rem;
}

.-left-\[12rem\] {
    left: -12rem;
}

.-right-10 {
    right: -2.5rem;
}

.-right-\[25rem\] {
    right: -25rem;
}

.-top-1\.5 {
    top: -0.375rem;
}

.-top-\[1rem\] {
    top: -1rem;
}

.-top-\[2rem\] {
    top: -2rem;
}

.-top-\[3rem\] {
    top: -3rem;
}

.-top-\[9rem\] {
    top: -9rem;
}

.bottom-0 {
    bottom: 0px;
}

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

.bottom-10 {
    bottom: 2.5rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.right-0 {
    right: 0px;
}

.right-1\.5 {
    right: 0.375rem;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.top-0 {
    top: 0px;
}

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

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.top-7 {
    top: 1.75rem;
}

.top-\[13rem\] {
    top: 13rem;
}

.top-\[18rem\] {
    top: 18rem;
}

.top-\[20rem\] {
    top: 20rem;
}

.top-\[30px\] {
    top: 30px;
}

.top-\[4rem\] {
    top: 4rem;
}

.top-\[5rem\] {
    top: 5rem;
}

.top-\[72rem\] {
    top: 72rem;
}

.top-\[7rem\] {
    top: 7rem;
}

.z-10 {
    z-index: 10;
}

.z-30 {
    z-index: 30;
}

.m-auto {
    margin: auto;
}

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

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.\!mb-20 {
    margin-bottom: 5rem !important;
}

.\!mb-\[70px\] {
    margin-bottom: 70px !important;
}

.-mt-5 {
    margin-top: -1.25rem;
}

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

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

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

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

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

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

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

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

.ml-4 {
    margin-left: 1rem;
}

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

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-11 {
    margin-top: 2.75rem;
}

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

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

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

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

.mt-3\.5 {
    margin-top: 0.875rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

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

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

.mt-auto {
    margin-top: auto;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0px;
}

.h-7 {
    height: 1.75rem;
}

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

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.max-h-\[300px\] {
    max-height: 300px;
}

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

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

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-20 {
    width: 5rem;
}

.w-3 {
    width: 0.75rem;
}

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}

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

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

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

.w-\[145\%\] {
    width: 145%;
}

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

.w-\[22vw\] {
    width: 22vw;
}

.w-\[240vw\] {
    width: 240vw;
}

.w-\[24vw\] {
    width: 24vw;
}

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

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

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

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

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

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

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

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

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

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

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

.max-w-7xl {
    max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-md {
    max-width: 28rem;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

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

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

.rotate-\[150deg\] {
    --tw-rotate: 150deg;
    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;
}

.resize {
    resize: both;
}

.appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

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

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

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

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

.flex-wrap {
    flex-wrap: wrap;
}

.items-end {
    align-items: flex-end;
}

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

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

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

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}

.gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}

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

.gap-y-10 {
    row-gap: 2.5rem;
}

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

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-3\.5 {
    row-gap: 0.875rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

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

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

.rounded-md {
    border-radius: 0.375rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-brown-1 {
    --tw-border-opacity: 1;
    border-color: rgb(182 151 110 / var(--tw-border-opacity, 1));
}

.border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgb(245 240 235 / var(--tw-border-opacity, 1));
}

.bg-\[\#28D366FF\] {
    background-color: #28D366FF;
}

.bg-blue-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 28 69 / var(--tw-bg-opacity, 1));
}

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

.bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 240 235 / var(--tw-bg-opacity, 1));
}

.bg-white-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(230 219 207 / var(--tw-bg-opacity, 1));
}

.bg-bg-main {
    background-image: url('../public/images/bg-main.png');
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#22388C\] {
    --tw-gradient-from: #22388C var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(34 56 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#081634\] {
    --tw-gradient-to: rgb(8 22 52 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #081634 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-60\% {
    --tw-gradient-via-position: 60%;
}

.to-\[\#07122A\] {
    --tw-gradient-to: #07122A var(--tw-gradient-to-position);
}

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

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

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

.object-\[5\%\] {
    -o-object-position: 5%;
       object-position: 5%;
}

.p-5 {
    padding: 1.25rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

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

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

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

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

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

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

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

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

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

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

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

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

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

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

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

.pt-12 {
    padding-top: 3rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

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

.pt-\[5rem\] {
    padding-top: 5rem;
}

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

.font-avenir-black {
    font-family: avenir-black, sans-serif;
}

.font-avenir-book {
    font-family: avenir-book, sans-serif;
}

.font-avenir-roman {
    font-family: avenir-roman, sans-serif;
}

.font-inter {
    font-family: Inter, serif;
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-times {
    font-family: Times New Roman, serif;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

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

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

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

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

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

.font-medium {
    font-weight: 500;
}

.italic {
    font-style: italic;
}

.leading-tight {
    line-height: 1.25;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-4 {
    --tw-text-opacity: 1;
    color: rgb(13 28 69 / var(--tw-text-opacity, 1));
}

.text-blue-5 {
    --tw-text-opacity: 1;
    color: rgb(33 49 107 / var(--tw-text-opacity, 1));
}

.text-brown-4 {
    --tw-text-opacity: 1;
    color: rgb(71 46 13 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.text-white-3 {
    --tw-text-opacity: 1;
    color: rgb(241 236 224 / var(--tw-text-opacity, 1));
}

.underline {
    text-decoration-line: underline;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-90 {
    opacity: 0.9;
}

.mix-blend-lighten {
    mix-blend-mode: lighten;
}

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

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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;
}

.duration-300 {
    transition-duration: 300ms;
}

.country {
    width: 33% !important;
    font-size: 12px;
    position: absolute;
    left: 0px;
    padding-left: 1.25rem;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(33 49 107 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .country {
        padding-left: 2.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.mobileInput {
    border-width: 0px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

@media (min-width: 768px) {

    .mobileInput {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.iti {
    width: 100% !important;
}

.iti__flag-container {
    width: calc(33% + 15px) !important;
    border-right-width: 1px;
    border-color: rgb(33 49 107 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.4;
    padding-right: 0.25rem;
}

.iti__arrow {
    border-top-width: 4px !important;
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(33 49 107 / var(--tw-border-opacity, 1)) !important;
}

@media only screen and (min-width: 768px) {
    .iti__arrow {
        border-width: 6px !important;
        border-bottom: 0 !important;
    }
}

.iti__selected-flag {
    justify-content: flex-end !important;
}

.iti__flag {
    display: none;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"] {
    width: 62%;
    padding-left: 12px !important;
    margin-left: calc(33% + 15px) !important;
}

@media only screen and (min-width: 768px) {
    .iti--allow-dropdown input,
    .iti--allow-dropdown input[type="tel"] {
        margin-left: calc(33% + 30px) !important;
        padding-left: 20px !important;
    }
}

.iti__country-list {
    color: black !important;
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

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

.hover\:brightness-90:hover {
    --tw-brightness: brightness(.9);
    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);
}

.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
    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\: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));
}

@media (min-width: 500px) {

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

    .fm\:w-\[125\%\] {
        width: 125%;
    }

    .fm\:max-w-\[200px\] {
        max-width: 200px;
    }

    .fm\:gap-x-4 {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }

    .fm\:gap-y-5 {
        row-gap: 1.25rem;
    }
}

@media (min-width: 640px) {

    .sm\:max-w-none {
        max-width: none;
    }

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

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

@media (min-width: 768px) {

    .md\:-bottom-\[10vw\] {
        bottom: -10vw;
    }

    .md\:bottom-0 {
        bottom: 0px;
    }

    .md\:bottom-12 {
        bottom: 3rem;
    }

    .md\:left-0 {
        left: 0px;
    }

    .md\:right-0 {
        right: 0px;
    }

    .md\:right-\[8\%\] {
        right: 8%;
    }

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

    .md\:top-\[24rem\] {
        top: 24rem;
    }

    .md\:top-\[9rem\] {
        top: 9rem;
    }

    .md\:top-\[unset\] {
        top: unset;
    }

    .md\:\!mb-\[110px\] {
        margin-bottom: 110px !important;
    }

    .md\:-mt-28 {
        margin-top: -7rem;
    }

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

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

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

    .md\:mt-5 {
        margin-top: 1.25rem;
    }

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

    .md\:block {
        display: block;
    }

    .md\:h-8 {
        height: 2rem;
    }

    .md\:min-h-\[850px\] {
        min-height: 850px;
    }

    .md\:w-16 {
        width: 4rem;
    }

    .md\:w-\[144px\] {
        width: 144px;
    }

    .md\:w-\[170vw\] {
        width: 170vw;
    }

    .md\:w-\[194px\] {
        width: 194px;
    }

    .md\:w-\[30\%\] {
        width: 30%;
    }

    .md\:w-\[360px\] {
        width: 360px;
    }

    .md\:w-\[70\%\] {
        width: 70%;
    }

    .md\:w-full {
        width: 100%;
    }

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

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

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

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

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

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

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

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:gap-5 {
        gap: 1.25rem;
    }

    .md\:object-fill {
        -o-object-fit: fill;
           object-fit: fill;
    }

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

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

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

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

    .md\:\!pb-\[38px\] {
        padding-bottom: 38px !important;
    }

    .md\:pb-0 {
        padding-bottom: 0px;
    }

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

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

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

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

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

    .md\:opacity-100 {
        opacity: 1;
    }
}

@media (min-width: 1024px) {

    .lg\:-bottom-2 {
        bottom: -0.5rem;
    }

    .lg\:-left-\[25rem\] {
        left: -25rem;
    }

    .lg\:-right-16 {
        right: -4rem;
    }

    .lg\:-top-\[10rem\] {
        top: -10rem;
    }

    .lg\:-top-\[14vw\] {
        top: -14vw;
    }

    .lg\:-top-\[5vw\] {
        top: -5vw;
    }

    .lg\:-top-\[8rem\] {
        top: -8rem;
    }

    .lg\:right-7 {
        right: 1.75rem;
    }

    .lg\:top-7 {
        top: 1.75rem;
    }

    .lg\:top-\[11rem\] {
        top: 11rem;
    }

    .lg\:top-\[12rem\] {
        top: 12rem;
    }

    .lg\:top-\[15rem\] {
        top: 15rem;
    }

    .lg\:top-\[2rem\] {
        top: 2rem;
    }

    .lg\:top-\[36rem\] {
        top: 36rem;
    }

    .lg\:top-\[52rem\] {
        top: 52rem;
    }

    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .lg\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .lg\:\!mb-\[100px\] {
        margin-bottom: 100px !important;
    }

    .lg\:-mt-5 {
        margin-top: -1.25rem;
    }

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

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

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

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

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

    .lg\:mt-10 {
        margin-top: 2.5rem;
    }

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

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

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

    .lg\:min-h-\[900px\] {
        min-height: 900px;
    }

    .lg\:w-16 {
        width: 4rem;
    }

    .lg\:w-\[105px\] {
        width: 105px;
    }

    .lg\:w-\[115px\] {
        width: 115px;
    }

    .lg\:w-\[145px\] {
        width: 145px;
    }

    .lg\:w-\[155px\] {
        width: 155px;
    }

    .lg\:w-\[180px\] {
        width: 180px;
    }

    .lg\:w-\[190px\] {
        width: 190px;
    }

    .lg\:w-\[210px\] {
        width: 210px;
    }

    .lg\:w-\[510px\] {
        width: 510px;
    }

    .lg\:w-\[85px\] {
        width: 85px;
    }

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

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

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
             column-gap: 3rem;
    }

    .lg\:gap-x-16 {
        -moz-column-gap: 4rem;
             column-gap: 4rem;
    }

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

    .lg\:object-fill {
        -o-object-fit: fill;
           object-fit: fill;
    }

    .lg\:object-center {
        -o-object-position: center;
           object-position: center;
    }

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

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

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

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

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

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

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

    .lg\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

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

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

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

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

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

    .lg\:pt-12 {
        padding-top: 3rem;
    }

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

    .lg\:pt-8 {
        padding-top: 2rem;
    }

    .lg\:pt-\[11rem\] {
        padding-top: 11rem;
    }

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

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

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

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

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

@media (min-width: 1280px) {

    .xl\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }

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

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

    .xl\:pt-24 {
        padding-top: 6rem;
    }
}

@media (min-width: 1536px) {

    .\32xl\:gap-16 {
        gap: 4rem;
    }

    .\32xl\:gap-y-16 {
        row-gap: 4rem;
    }
}

@media (min-width: 1920px) {

    .\33xl\:-bottom-\[12rem\] {
        bottom: -12rem;
    }

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

