@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lalezar&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* 
    Theme Name: Ridebustang
    Theme URI: http://example.com
    Author: DigitalGregg
    Version: 3.0
    Description: A simple one-page theme
*/

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

.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1200px){
  .\!container{
    max-width: 1200px !important;
  }

  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1440px){
  .\!container{
    max-width: 1440px !important;
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .container{
    max-width: 1440px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 1920px){
  .\!container{
    max-width: 1920px !important;
  }

  .container{
    max-width: 1920px;
  }
}

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-\[0_0_0_auto\]{
  inset: 0 0 0 auto;
}

.inset-\[0_auto_0_0\]{
  inset: 0 auto 0 0;
}

.bottom-0{
  bottom: 0px;
}

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

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

.bottom-\[-8vw\]{
  bottom: -8vw;
}

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

.left-0{
  left: 0px;
}

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

.left-\[-266px\]{
  left: -266px;
}

.left-\[10px\]{
  left: 10px;
}

.left-\[6px\]{
  left: 6px;
}

.right-0{
  right: 0px;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-\[10px\]{
  right: 10px;
}

.right-\[18px\]{
  right: 18px;
}

.right-\[20px\]{
  right: 20px;
}

.right-\[50\%\]{
  right: 50%;
}

.top-0{
  top: 0px;
}

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

.top-4{
  top: 1rem;
}

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

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

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

.top-\[calc\(100\%\+4px\)\]{
  top: calc(100% + 4px);
}

.top-full{
  top: 100%;
}

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

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

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

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

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

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

.z-\[100\]{
  z-index: 100;
}

.z-\[10\]{
  z-index: 10;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[60\]{
  z-index: 60;
}

.z-\[99999\]{
  z-index: 99999;
}

.order-2{
  order: 2;
}

.m-\[3px_2\.5px\]{
  margin: 3px 2.5px;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[25px\]{
  margin-left: 25px;
  margin-right: 25px;
}

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

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

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

.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-\[15px\]{
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[24px\]{
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-\[28px\]{
  margin-top: 28px;
  margin-bottom: 28px;
}

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

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

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

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

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

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

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[16px\]{
  margin-bottom: 16px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[24px\]{
  margin-bottom: 24px;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.mb-\[32px\]{
  margin-bottom: 32px;
}

.mb-\[3px\]{
  margin-bottom: 3px;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.ml-\[32px\]{
  margin-left: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.\!table{
  display: table !important;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[1224\/792\]{
  aspect-ratio: 1224/792;
}

.h-0\.5{
  height: 0.125rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[100\%\]{
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[26\.389vw\]{
  height: 26.389vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[58\.667vw\]{
  height: 58.667vw;
}

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

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

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

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

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

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

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

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

.h-\[auto\]{
  height: auto;
}

.h-\[calc\(100\%-50px\)\]{
  height: calc(100% - 50px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-0{
  max-height: 0px;
}

.max-h-\[100vh\]{
  max-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[49\.306vw\]{
  width: 49.306vw;
}

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

.w-\[61\.333vw\]{
  width: 61.333vw;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

.min-w-16{
  min-width: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1{
  flex: 1 1 0%;
}

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

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.touch-manipulation{
  touch-action: manipulation;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.justify-end{
  justify-content: flex-end;
}

.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-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[11px\]{
  gap: 11px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[14px\]{
  gap: 14px;
}

.gap-\[16px\]{
  gap: 16px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[24px\]{
  gap: 24px;
}

.gap-\[2px\]{
  gap: 2px;
}

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

.gap-\[32px\]{
  gap: 32px;
}

.gap-\[36px\]{
  gap: 36px;
}

.gap-\[40px\]{
  gap: 40px;
}

.gap-\[44px\]{
  gap: 44px;
}

.gap-\[46px\]{
  gap: 46px;
}

.gap-\[50px\]{
  gap: 50px;
}

.gap-\[6px\]{
  gap: 6px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[16px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[36px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(36px * var(--tw-space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[6px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6px * var(--tw-space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[\#E7E7E7\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

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

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg{
  border-radius: 0.5rem;
}

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

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-\[16px\]{
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rounded-tl-\[10px\]{
  border-top-left-radius: 10px;
}

.border{
  border-width: 1px;
}

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

.border-\[1\.5px\]{
  border-width: 1.5px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-\[1px\]{
  border-top-width: 1px;
}

.\!border-\[\#5B1B74\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(91 27 116 / var(--tw-border-opacity, 1)) !important;
}

.\!border-\[\#EBEBEB\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#0000002B\]{
  border-color: #0000002B;
}

.border-\[\#0D60A2\]{
  --tw-border-opacity: 1;
  border-color: rgb(13 96 162 / var(--tw-border-opacity, 1));
}

.border-\[\#111111\]{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}

.border-\[\#454545\]{
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity, 1));
}

.border-\[\#4C562A\]{
  --tw-border-opacity: 1;
  border-color: rgb(76 86 42 / var(--tw-border-opacity, 1));
}

.border-\[\#540D6A\]{
  --tw-border-opacity: 1;
  border-color: rgb(84 13 106 / var(--tw-border-opacity, 1));
}

.border-\[\#702F8A\]{
  --tw-border-opacity: 1;
  border-color: rgb(112 47 138 / var(--tw-border-opacity, 1));
}

.border-\[\#B2A8A8\]{
  --tw-border-opacity: 1;
  border-color: rgb(178 168 168 / var(--tw-border-opacity, 1));
}

.border-\[\#BFBFBF\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity, 1));
}

.border-\[\#D0D0D0\]{
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
}

.border-\[\#DDD1F0\]{
  --tw-border-opacity: 1;
  border-color: rgb(221 209 240 / var(--tw-border-opacity, 1));
}

.border-\[\#E7E7E7\]{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.border-\[\#EFC8FF\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 200 255 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF21\]{
  border-color: #FFFFFF21;
}

.border-\[\#FFFFFF5C\]{
  border-color: #FFFFFF5C;
}

.border-\[\#FFFFFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-\[\#fff\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

.border-bustang-primary-500{
  border-color: var(--Bustang-Primary-500);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-label-border{
  border-color: var(--Label-Border);
}

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

.border-opacity-\[17\%\]{
  --tw-border-opacity: 17%;
}

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

.bg-\[\#0000004D\]{
  background-color: #0000004D;
}

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

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

.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#008095\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 149 / var(--tw-bg-opacity, 1));
}

.bg-\[\#111111\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.bg-\[\#141414\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1D0A28\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 10 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2DAA53\]{
  --tw-bg-opacity: 1;
  background-color: rgb(45 170 83 / var(--tw-bg-opacity, 1));
}

.bg-\[\#316FF6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(49 111 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#39124b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(57 18 75 / var(--tw-bg-opacity, 1));
}

.bg-\[\#540D6A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(84 13 106 / var(--tw-bg-opacity, 1));
}

.bg-\[\#551D6F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(85 29 111 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5B2573\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 37 115 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6A2C91\]{
  --tw-bg-opacity: 1;
  background-color: rgb(106 44 145 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6E2F8A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(110 47 138 / var(--tw-bg-opacity, 1));
}

.bg-\[\#702F8A29\]{
  background-color: #702F8A29;
}

.bg-\[\#702F8A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(112 47 138 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A943D2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(169 67 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D2CFE1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 207 225 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0E6FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 230 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2B949\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 185 73 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F3F3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6FFF7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 255 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7E2FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 226 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAEEFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 238 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAEFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 239 255 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ebcaf8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 202 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-bustang-primary-100{
  background-color: var(--Bustang-Primary-100);
}

.bg-bustang-primary-500{
  background-color: var(--Bustang-Primary-500);
}

.bg-foreground{
  background-color: var(--foreground);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

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

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-\[32\%\]{
  --tw-bg-opacity: 32%;
}

.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c _rgba\(255\2c 255\2c 255\2c \.2\)_0\%\2c _rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\]{
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
}

.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c _rgba\(255\2c _255\2c _255\2c _0\.8\)_0\%\2c _rgba\(255\2c _255\2c _255\2c _0\)_100\%\)\]{
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-\[url\(\'\.\/assets\/images\/Bustang_Web_Additional_Info\.jpg\'\)\]{
  background-image: url('./assets/images/Bustang_Web_Additional_Info.jpg');
}

.bg-\[url\(\'\.\/assets\/images\/arive-at-bg\.png\'\)\]{
  background-image: url('./assets/images/arive-at-bg.png');
}

.bg-\[url\(\'\.\/assets\/images\/career-job-bg\.png\'\)\]{
  background-image: url('./assets/images/career-job-bg.png');
}

.bg-\[url\(\'\.\/assets\/images\/enjoy-a-day-bg\.png\'\)\]{
  background-image: url('./assets/images/enjoy-a-day-bg.png');
}

.bg-\[url\(\'\.\/assets\/images\/services-bg\.png\'\)\]{
  background-image: url('./assets/images/services-bg.png');
}

.bg-\[url\(\'\.\/assets\/images\/valid-bg-one\.png\'\)\]{
  background-image: url('./assets/images/valid-bg-one.png');
}

.bg-\[url\(\'\/images\/bg-app\.png\'\)\]{
  background-image: url('/images/bg-app.png');
}

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

.from-\[\#1F0D2B\]{
  --tw-gradient-from: #1F0D2B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 13 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

.bg-\[left\]{
  background-position: left;
}

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

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

.stroke-\[\#702F8A\]{
  stroke: #702F8A;
}

.stroke-black{
  stroke: #000;
}

.stroke-bustang-primary-500{
  stroke: var(--Bustang-Primary-500);
}

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

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

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

.object-right{
  -o-object-position: right;
     object-position: right;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[0px_0px_18px_24px\]{
  padding: 0px 0px 18px 24px;
}

.p-\[10\.5px_20px\]{
  padding: 10.5px 20px;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[12px\]{
  padding: 12px;
}

.p-\[13px_24px\]{
  padding: 13px 24px;
}

.p-\[13px_28px\]{
  padding: 13px 28px;
}

.p-\[14px_20px\]{
  padding: 14px 20px;
}

.p-\[15px\]{
  padding: 15px;
}

.p-\[16px\]{
  padding: 16px;
}

.p-\[16px_20px\]{
  padding: 16px 20px;
}

.p-\[19px_16px\]{
  padding: 19px 16px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[20px_16px\]{
  padding: 20px 16px;
}

.p-\[27px\]{
  padding: 27px;
}

.p-\[2px_18px\]{
  padding: 2px 18px;
}

.p-\[30px\]{
  padding: 30px;
}

.p-\[32px\]{
  padding: 32px;
}

.p-\[40px\]{
  padding: 40px;
}

.p-\[40px_20px_56px\]{
  padding: 40px 20px 56px;
}

.p-\[5px\]{
  padding: 5px;
}

.p-\[5px_12px\]{
  padding: 5px 12px;
}

.p-\[60px_0\]{
  padding: 60px 0;
}

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

.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-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

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

.px-\[25\.5px\]{
  padding-left: 25.5px;
  padding-right: 25.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-\[6\.5px\]{
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}

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

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

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

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

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-3{
  padding-right: 0.75rem;
}

.pt-0{
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-bottom{
  vertical-align: bottom;
}

.font-\[family-name\:var\(--font-helvetica-standard\)\]{
  font-family: var(--font-helvetica-standard);
}

.font-helvetica{
  font-family: var(--font-helvetica-neue);
}

.font-inter{
  font-family: var(--font-inter);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[400\]{
  font-weight: 400;
}

.font-\[500\]{
  font-weight: 500;
}

.font-\[700\]{
  font-weight: 700;
}

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

.font-extrabold{
  font-weight: 800;
}

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

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[100\%\]{
  line-height: 100%;
}

.leading-\[120\%\]{
  line-height: 120%;
}

.leading-\[127\%\]{
  line-height: 127%;
}

.leading-\[140\%\]{
  line-height: 140%;
}

.leading-\[160\%\]{
  line-height: 160%;
}

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

.leading-\[180\%\]{
  line-height: 180%;
}

.leading-\[200\%\]{
  line-height: 200%;
}

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

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

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

.tracking-\[0\%\]{
  letter-spacing: 0%;
}

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

.tracking-\[2\%\]{
  letter-spacing: 2%;
}

.\!text-\[\#602878\]{
  --tw-text-opacity: 1 !important;
  color: rgb(96 40 120 / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#00000066\]{
  color: #00000066;
}

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#0D60A2\]{
  --tw-text-opacity: 1;
  color: rgb(13 96 162 / var(--tw-text-opacity, 1));
}

.text-\[\#111111\]{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.text-\[\#111\]{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.text-\[\#260B2F\]{
  --tw-text-opacity: 1;
  color: rgb(38 11 47 / var(--tw-text-opacity, 1));
}

.text-\[\#4E4E4E\]{
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity, 1));
}

.text-\[\#595959\]{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}

.text-\[\#5D2374\]{
  --tw-text-opacity: 1;
  color: rgb(93 35 116 / var(--tw-text-opacity, 1));
}

.text-\[\#5E5E5E\]{
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity, 1));
}

.text-\[\#602878\]{
  --tw-text-opacity: 1;
  color: rgb(96 40 120 / var(--tw-text-opacity, 1));
}

.text-\[\#6E2F8A\]{
  --tw-text-opacity: 1;
  color: rgb(110 47 138 / var(--tw-text-opacity, 1));
}

.text-\[\#702F8A\]{
  --tw-text-opacity: 1;
  color: rgb(112 47 138 / var(--tw-text-opacity, 1));
}

.text-\[\#A9A9A9\]{
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity, 1));
}

.text-\[\#B0B0AB\]{
  --tw-text-opacity: 1;
  color: rgb(176 176 171 / var(--tw-text-opacity, 1));
}

.text-\[\#B2A8A8\]{
  --tw-text-opacity: 1;
  color: rgb(178 168 168 / var(--tw-text-opacity, 1));
}

.text-\[\#F87171\]{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFFB2\]{
  color: #FFFFFFB2;
}

.text-\[\#FFFFFFCC\]{
  color: #FFFFFFCC;
}

.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.text-bustang-primary-500{
  color: var(--Bustang-Primary-500);
}

.text-bustang-primary-800{
  color: var(--Bustang-Primary-800);
}

.text-foreground{
  color: var(--foreground);
}

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

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

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

.opacity-0{
  opacity: 0;
}

.opacity-\[19\%\]{
  opacity: 19%;
}

.opacity-\[60\%\]{
  opacity: 60%;
}

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

.shadow-\[0px_4px_4px_0px_\#00000040\]{
  --tw-shadow: 0px 4px 4px 0px #00000040;
  --tw-shadow-colored: 0px 4px 4px 0px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

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

.ring-\[\#F87171\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.blur-\[470px\]{
  --tw-blur: blur(470px);
  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);
}

.blur-\[484px\]{
  --tw-blur: blur(484px);
  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);
}

.blur-md{
  --tw-blur: blur(12px);
  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);
}

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

.backdrop-blur-\[150\%\]{
  --tw-backdrop-blur: blur(150%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[150px\]{
  --tw-backdrop-blur: blur(150px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[20px\]{
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: var(--font-helvetica-neue);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .btn{
    border-radius: 12px;
  }
}

.btn-primary{
  height: 48px;
  background-color: var(--Bustang-Primary-500);
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .btn-primary{
    height: 54px;
    padding: 18px 24px;
    font-size: 18px;
  }

  .btn-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(91 27 116 / var(--tw-bg-opacity, 1));
  }
}

.btn-outline{
  height: 48px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

@media (min-width: 768px){
  .btn-outline{
    height: 54px;
    padding: 18px 24px;
    font-size: 18px;
  }

  .btn-outline:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(91 27 116 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.\[appearance\:none\]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.\[background\:linear-gradient\(269\.98deg\2c rgba\(0\2c 0\2c 0\2c 0\.3\)_0\.02\%\2c rgba\(0\2c 0\2c 0\2c 0\.8\)_99\.98\%\)\]{
  background: linear-gradient(269.98deg,rgba(0,0,0,0.3) 0.02%,rgba(0,0,0,0.8) 99.98%);
}

:root {
  --Bustang-Primary-50: #faeeff;
  --Bustang-Primary-100: #f0e6ff;
  --Bustang-Primary-200: #e4d1ff;
  --Bustang-Primary-300: #dac6f7;
  --Bustang-Primary-500: #702f8a;
  --Bustang-Primary-700: #472057;
  --Bustang-Primary-800: #2f143a;
  --Bustang-Primary-900: #260b2f;
  --Outrider-Teal: #409ec9;
  --Purple-100: #fbf7fe;
  --Purple-200: #de98fa;
  --Purple-300: #f8deff;
  --Purple-400: #674a73;
  --Purple-500: #a900ed;
  --Purple-800: #8e3ca7;
  --Purple-900: #421e52;
  --Pink-200: #ffeaea;
  --Yellow-200: #fff5d7;
  --Yellow: #e2aa00;
  --Label-Border: #d2cfe1;
  --Gray-50: #f6f6fc;
  --Gray-100: #ededed;
  --Gray-500: #a4a6b5;
  --Subtitle-text: #686f7d;
  --Green: #009116;
  --Mint-Green: #f0faf3;
  --Mint-Green-100: #e5ffec;
  --Mint-Green-300: #caffcb;
  --red-light: #ff4b55;
  --red-100: #ff3b30;
  --red-200: #f22934;
  --red: #d20412;
  --Alert-Red: #ee0000;
  --Red-deep: #b60f18;
  --blue-50: #fbf9fd;
  --blue-100: #dee5ff;
  --blue-200: #e1f5ff;
  --blue-300: #74aeec;
  --blue-700: #007aff;
  --sky-blue: #edf9ff;
  --blue-green: #4a7a87;
  --blue-gray: #f1f5f9;
  --cyan-100: #deffff;
  --white-smoke: #f9f9f9;
  --Lavender-Mist: #f9f6fc;
  --Lavender-Blue: #beccff;
  --foreground: #111111;
  --snowtang-border: #2373b0;
  --snowtang-bg: #e3f3ff;
  --ramsroute-border: #1f4d2b;
  --ramsroute-bg: #e5ffec;
  --broncos-border: #e7680d;
  --broncos-bg: #fdf0e7;
  --pegasus-border: #009de6;
  --pegasus-bg: #e6f5fc;
  --outrider-border: #409ec9;
  --outrider-bg: #e1f5ff;
  --bustangeast-border: #018504;
  --bustangeast-bg: #e6f3e6;
  --font-lufga: "Lufga", sans-serif;
  --font-lalezar: "Lalezar", system-ui;
  --font-montserrat: "Montserrat", sans-serif;
  --font-helvetica-neue: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-helvetica-standard: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  --font-inter: "Inter", sans-serif;
}

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

  src: url("./assets/fonts/lufga/LufgaRegular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

  src: url("./assets/fonts/lufga/LufgaMedium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

  src: url("./assets/fonts/lufga/LufgaSemiBold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

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

  src: url("./assets/fonts/lufga/LufgaBold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";

  src: url("./assets/fonts/helvetica/HelveticaNeueThin.otf") format("opentype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";

  src: url("./assets/fonts/helvetica/HelveticaNeueLight.otf") format("opentype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";

  src: url("./assets/fonts/helvetica/HelveticaNeueRoman.otf") format("opentype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";

  src: url("./assets/fonts/helvetica/HelveticaNeueBold.otf") format("opentype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

/* CSS variable for usage */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-helvetica-neue);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--foreground);
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: static !important;
  top: 0px !important;
}

.main-menu::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: -20px 0 -45px;
  z-index: -1;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 25%,
    rgba(0, 0, 0, 0)
  );
}

.select-label {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.select-trigger{
  display: flex;
  height: 54px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--Label-Border);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.select-trigger::file-selector-button{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--foreground);
}

.select-trigger:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(1px + 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);
}

.select-trigger:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

@media (min-width: 768px){
  .select-trigger{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.select-placeholder{
  color: #00000066;
}

.select-placeholder.active{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.dropdown-options{
  position: absolute;
  z-index: 10;
  margin-top: 0.25rem;
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
}

.dropdown-option{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--foreground);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.dropdown-option:hover{
  background-color: var(--Gray-50);
}

.dropdown-option.selected{
  background-color: var(--Bustang-Primary-50);
}

.dropdown-subtext{
  font-size: 0.75rem;
  line-height: 1rem;
}

.remove-top-slider .top-tier-slider {
  display: none;
}

.remove-top-slider .hero-menu {
  top: 20px !important;
}

.hero-background {
  /* background: url("./assets/images/hero-bg.png"); */
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background::before {
  content: " ";
  background: linear-gradient(
    270.1deg,
    rgba(0, 0, 0, 0) -10.96%,
    rgba(0, 0, 0, 0.8) 109.93%
  );
  position: absolute;
  /* top: 40px; */
  left: 0;
  /* height: calc(100% - 40px); */
  height: 100%;
  width: 100%;
  z-index: 1;
}

.z-slider-progress {
  position: relative;
}

.z-slider-progress::after {
  content: "";
  position: absolute;
  inset: -20px -10px;
}

.z-slider-progress span {
  transform-origin: left;
  transform: translateX(-100%);
}

.z-slider-progress.slide-active span {
  transition: transform calc(var(--z-slider-speed, 80000) * 1ms) linear;
}

.z-slider-progress:has(~ .z-slider-progress.slide-active) span,
.z-slider-progress.slide-active span {
  transform: none;
}

.remove-top-slider .hero-background::before {
  top: 0;
  height: calc(100%);
}

.slide-deactive {
  opacity: 0;
  transition: none;
  transform: translateY(-50%);
}

.slide-active {
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(0%);
}

.slide-img-deactive {
  /* transition: all 1s; */
  /* display: none; */
  transform: translateX(100%);
}

.tns-inner {
  height: 100%;
}

.bus_slider.tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle;
}

.transitioned {
  transition: all 0.3s;
}

.alert_route-select button {
  border-radius: 10px !important;
}

.touch-manipulation {
  touch-action: manipulation;
  z-index: 10;
}

.contact_form-bg{
  background-image: url('./assets/images/form-bg.png');
}

.route_additional_info-desc ul {
  padding-left: 30px;
  margin-top: 16px;
}

.route_additional_info-desc ul li {
  list-style: disc;
}

.select-arrow-wrap {
  position: relative;
}

.select-arrow-wrap::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 auto;
  width: 50px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 9s-4.419 6-6 6c-1.581 0-6-6-6-6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 9s-4.419 6-6 6c-1.581 0-6-6-6-6'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: transform 0.3s;
}

.select-arrow-wrap:focus-within::before {
  transform: rotate(180deg);
}

.has-overflow {
  position: relative;
  padding-right: 80px;
  -webkit-mask-image: linear-gradient(to left, transparent, tan 80px);
          mask-image: linear-gradient(to left, transparent, tan 80px);
}

#wpadminbar {
  z-index: 99 !important;
}

.relevanssi-live-search-results-showing {
  width: 100% !important;
  inset: 0 0 auto 0 !important;
  min-height: 32px !important;
}

.relevanssi-live-search-results .rlv-has-spinner {
  position: absolute;
  left: -20px;
  top: -37px;
  scale: 0.2;
}

.relevanssi-live-search-results .relevanssi-live-search-result-status p {
  padding: 0 5px;
}

.mask-bottom-10 {
  -webkit-mask-image: linear-gradient(tan 75%, transparent);
          mask-image: linear-gradient(tan 75%, transparent);
}

select option {
  color: #000 !important;
}

.select-black-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 9s-4.419 6-6 6c-1.581 0-6-6-6-6'/%3E%3C/svg%3E") !important;
}

@media (max-width: 1024px) {
  .service-left-arrow,
  .service-right-arrow {
    width: 50px;
    height: 50px;
  }
}

.select-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 9s-4.419 6-6 6c-1.581 0-6-6-6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}

.select-arrow.bg-black,
.select-arrow.bg-transparent {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 9s-4.419 6-6 6c-1.581 0-6-6-6-6'/%3E%3C/svg%3E");
}

.has-overflow {
  position: relative;
  padding-right: 80px;
  -webkit-mask-image: linear-gradient(to left, transparent, tan 80px);
  mask-image: linear-gradient(to left, transparent, tan 80px);
}

#wpadminbar {
  z-index: 99 !important;
}

.relevanssi-live-search-results-showing {
  width: 100% !important;
  inset: 0 0 auto 0 !important;
}

.relevanssi-live-search-results .rlv-has-spinner {
  position: absolute;
  left: -20px;
  top: -37px;
  scale: 0.2;
}

.relevanssi-live-search-results .relevanssi-live-search-result-status p {
  padding: 0 5px;
}

@media not all and (min-width: 1024px){
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }

  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }

  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .max-lg\:container{
      max-width: 1024px;
    }
  }

  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .max-lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .max-lg\:container{
      max-width: 1200px;
    }
  }

  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .max-lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .max-lg\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1440px){
    .max-lg\:container{
      max-width: 1440px;
      padding-right: 100px;
      padding-left: 100px;
    }
  }

  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .max-lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .max-lg\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1440px){
    .max-lg\:container{
      max-width: 1440px;
      padding-right: 100px;
      padding-left: 100px;
    }
  }

  @media (min-width: 1920px){
    .max-lg\:container{
      max-width: 1920px;
    }
  }
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

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

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

.file\:text-foreground::file-selector-button{
  color: var(--foreground);
}

.placeholder\:text-\[\#B2A8A8\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(178 168 168 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#B2A8A8\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(178 168 168 / var(--tw-text-opacity, 1));
}

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

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

.hover\:border-bustang-primary-500:hover{
  border-color: var(--Bustang-Primary-500);
}

.hover\:bg-\[\#00000052\]:hover{
  background-color: #00000052;
}

.hover\:bg-\[\#36233f80\]:hover{
  background-color: #36233f80;
}

.hover\:bg-\[\#702F8A\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 47 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#C2C2C226\]:hover{
  background-color: #C2C2C226;
}

.hover\:bg-\[\#FAEEFF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 238 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FFFF\]:hover{
  background-color: #FFFF;
}

.hover\:bg-bustang-primary-500:hover{
  background-color: var(--Bustang-Primary-500);
}

.hover\:bg-gray-100:hover{
  background-color: var(--Gray-100);
}

.hover\:bg-gray-50:hover{
  background-color: var(--Gray-50);
}

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

.hover\:text-\[\#5B1B74\]:hover{
  --tw-text-opacity: 1;
  color: rgb(91 27 116 / var(--tw-text-opacity, 1));
}

.hover\:text-bustang-primary-500:hover{
  color: var(--Bustang-Primary-500);
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

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

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:transition-all:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.hover\:ease-in-out:hover{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.focus\:border-bustang-primary-500:focus{
  border-color: var(--Bustang-Primary-500);
}

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

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-0:focus-visible{
  --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(0px + 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);
}

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

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:opacity-\[0\.5\]:disabled{
  opacity: 0.5;
}

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

.group:hover .group-hover\:stroke-\[red\]{
  stroke: red;
}

.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}

.group:hover .group-hover\:text-bustang-primary-500{
  color: var(--Bustang-Primary-500);
}

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

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.aria-selected\:\!bg-white[aria-selected="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.aria-selected\:text-black[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.aria-selected\:hover\:\!border-white:hover[aria-selected="true"]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.aria-selected\:hover\:\!bg-white:hover[aria-selected="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

@media not all and (min-width: 1024px){
  .max-lg\:bottom-0{
    bottom: 0px;
  }

  .max-lg\:top-\[-420px\]{
    top: -420px;
  }

  .max-lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:mt-\[14px\]{
    margin-top: 14px;
  }

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

  .max-lg\:flex{
    display: flex;
  }

  .max-lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .max-lg\:flex-col{
    flex-direction: column;
  }

  .max-lg\:items-center{
    align-items: center;
  }

  .max-lg\:gap-\[24px\]{
    gap: 24px;
  }

  .max-lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .max-lg\:px-\[16px\]{
    padding-left: 16px;
    padding-right: 16px;
  }

  .max-lg\:pl-5{
    padding-left: 1.25rem;
  }

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

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

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

  .max-lg\:text-center{
    text-align: center;
  }
}

@media (max-width: 1023px){
  .max-\[1023px\]\:min-h-\[639px\]{
    min-height: 639px;
  }
}

@media not all and (min-width: 768px){
  .max-md\:hidden{
    display: none;
  }

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

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

  .max-md\:min-h-screen{
    min-height: 100vh;
  }

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

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

  .max-md\:translate-x-\[50\%\]{
    --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));
  }

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

  .max-md\:items-center{
    align-items: center;
  }

  .max-md\:justify-center{
    justify-content: center;
  }

  .max-md\:gap-\[16px\]{
    gap: 16px;
  }

  .max-md\:bg-\[url\(\'\/images\/download-apps-bg\.jpg\'\)\]{
    background-image: url('/images/download-apps-bg.jpg');
  }

  .max-md\:bg-center{
    background-position: center;
  }

  .max-md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .max-md\:text-center{
    text-align: center;
  }
}

@media not all and (min-width: 640px){
  .max-sm\:flex-col{
    flex-direction: column;
  }
}

@media (min-width: 640px){
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mt-\[65px\]{
    margin-top: 65px;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:max-h-none{
    max-height: none;
  }

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

  .sm\:\!text-\[36px\]{
    font-size: 36px !important;
  }
}

@media (min-width: 768px){
  .md\:invisible{
    visibility: hidden;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:bottom-\[-25px\]{
    bottom: -25px;
  }

  .md\:right-\[-202px\]{
    right: -202px;
  }

  .md\:right-\[-30px\]{
    right: -30px;
  }

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

  .md\:order-none{
    order: 0;
  }

  .md\:my-\[14px\]{
    margin-top: 14px;
    margin-bottom: 14px;
  }

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

  .md\:mb-\[20px\]{
    margin-bottom: 20px;
  }

  .md\:mb-\[24px\]{
    margin-bottom: 24px;
  }

  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-12{
    height: 3rem;
  }

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

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

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

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

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

  .md\:h-auto{
    height: auto;
  }

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

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-48{
    width: 12rem;
  }

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

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

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

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

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

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

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

  .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-4{
    gap: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-\[100px_58px\]{
    padding: 100px 58px;
  }

  .md\:p-\[16px_28px\]{
    padding: 16px 28px;
  }

  .md\:p-\[20px\]{
    padding: 20px;
  }

  .md\:p-\[21\.5px_20px\]{
    padding: 21.5px 20px;
  }

  .md\:p-\[24px\]{
    padding: 24px;
  }

  .md\:p-\[25px_20px\]{
    padding: 25px 20px;
  }

  .md\:p-\[30px\]{
    padding: 30px;
  }

  .md\:p-\[80px_0\]{
    padding: 80px 0;
  }

  .md\:p-\[90px_0\]{
    padding: 90px 0;
  }

  .md\:px-\[32px\]{
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[107px\]{
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .md\:py-\[112px\]{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:py-\[99px\]{
    padding-top: 99px;
    padding-bottom: 99px;
  }

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

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

  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }

  .md\:pb-\[40px\]{
    padding-bottom: 40px;
  }

  .md\:pb-\[78px\]{
    padding-bottom: 78px;
  }

  .md\:pb-\[79px\]{
    padding-bottom: 79px;
  }

  .md\:pb-\[80px\]{
    padding-bottom: 80px;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-left{
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[100\%\]{
    line-height: 100%;
  }

  .md\:leading-\[127\%\]{
    line-height: 127%;
  }

  .md\:leading-\[18px\]{
    line-height: 18px;
  }

  .md\:leading-\[24px\]{
    line-height: 24px;
  }

  .md\:leading-\[27px\]{
    line-height: 27px;
  }

  .md\:text-foreground{
    color: var(--foreground);
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

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

  .lg\:bottom-\[-420px\]{
    bottom: -420px;
  }

  .lg\:bottom-\[41px\]{
    bottom: 41px;
  }

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

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

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

  .lg\:right-\[21px\]{
    right: 21px;
  }

  .lg\:top-\[-380px\]{
    top: -380px;
  }

  .lg\:top-\[21px\]{
    top: 21px;
  }

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

  .lg\:top-\[calc\(50\%-245\.5px\)\]{
    top: calc(50% - 245.5px);
  }

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

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

  .lg\:mb-\[20px\]{
    margin-bottom: 20px;
  }

  .lg\:mr-\[128px\]{
    margin-right: 128px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[calc\(100\%-40px\)\]{
    height: calc(100% - 40px);
  }

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

  .lg\:h-screen{
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[calc\(50\%-25px\)\]{
    width: calc(50% - 25px);
  }

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

  .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }

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

  .lg\:max-w-\[50vw\]{
    max-width: 50vw;
  }

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

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

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

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

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

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

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

  .lg\:items-start{
    align-items: flex-start;
  }

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

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

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

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

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

  .lg\:gap-\[16px\]{
    gap: 16px;
  }

  .lg\:gap-\[20px\]{
    gap: 20px;
  }

  .lg\:gap-\[24px\]{
    gap: 24px;
  }

  .lg\:gap-\[32px\]{
    gap: 32px;
  }

  .lg\:gap-\[56px\]{
    gap: 56px;
  }

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

  .lg\:gap-\[79px\]{
    gap: 79px;
  }

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

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

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

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

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

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-\[100px_0\]{
    padding: 100px 0;
  }

  .lg\:p-\[120px_0\]{
    padding: 120px 0;
  }

  .lg\:p-\[17px_24px\]{
    padding: 17px 24px;
  }

  .lg\:p-\[26px\]{
    padding: 26px;
  }

  .lg\:p-\[30px\]{
    padding: 30px;
  }

  .lg\:p-\[40px\]{
    padding: 40px;
  }

  .lg\:p-\[60px\]{
    padding: 60px;
  }

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

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

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

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

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

  .lg\:px-\[52\.6px\]{
    padding-left: 52.6px;
    padding-right: 52.6px;
  }

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

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-0{
    padding-top: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[140\%\%\]{
    line-height: 140%%;
  }

  .lg\:leading-\[140\%\]{
    line-height: 140%;
  }

  .lg\:leading-\[160\%\]{
    line-height: 160%;
  }

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

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

  .lg\:hover\:border-\[\#0f0e0f\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(15 14 15 / var(--tw-border-opacity, 1));
  }

  .lg\:hover\:border-\[\#702F8A\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(112 47 138 / var(--tw-border-opacity, 1));
  }

  .lg\:hover\:\!bg-transparent:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:bg-\[\#5B1B74\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(91 27 116 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-\[\#702F8A\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(112 47 138 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:\!text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

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

  .group:hover .lg\:group-hover\:\!border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .group:hover .lg\:group-hover\:stroke-white{
    stroke: #fff;
  }
}

@media (min-width: 1200px){
  .xl\:bottom-\[-60px\]{
    bottom: -60px;
  }

  .xl\:right-\[-50px\]{
    right: -50px;
  }

  .xl\:order-\[-1\]{
    order: -1;
  }

  .xl\:my-\[10px\]{
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .xl\:gap-\[24px\]{
    gap: 24px;
  }

  .xl\:pb-\[58px\]{
    padding-bottom: 58px;
  }

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

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

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

@media (min-width: 1440px){
  .\32xl\:w-\[calc\(50\%-50px\)\]{
    width: calc(50% - 50px);
  }
}

@media (min-width: 1920px){
  .\33xl\:max-w-\[750px\]{
    max-width: 750px;
  }
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:absolute::-webkit-calendar-picker-indicator{
  position: absolute;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:inset-0::-webkit-calendar-picker-indicator{
  inset: 0px;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:h-full::-webkit-calendar-picker-indicator{
  height: 100%;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:w-full::-webkit-calendar-picker-indicator{
  width: 100%;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:cursor-pointer::-webkit-calendar-picker-indicator{
  cursor: pointer;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:opacity-0::-webkit-calendar-picker-indicator{
  opacity: 0;
}

.\[\&\:\:-webkit-datetime-edit-fields-wrapper\]\:appearance-none::-webkit-datetime-edit-fields-wrapper{
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\>\.dropdown-parent\]\:\!h-\[48px\]>.dropdown-parent{
  height: 48px !important;
}

.hover\:\[\&_div\]\:cursor-pointer div:hover{
  cursor: pointer;
}

.hover\:\[\&_div\]\:bg-\[\#FFFFFF6B\] div:hover{
  background-color: #FFFFFF6B;
}
