<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.bottom-\[-18px\] {
  bottom: -18px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[43px\] {
  bottom: 43px;
}
.left-0 {
  left: 0px;
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[-6px\] {
  left: -6px;
}
.left-\[0\] {
  left: 0;
}
.left-\[2\%\] {
  left: 2%;
}
.left-\[28px\] {
  left: 28px;
}
.right-0 {
  right: 0px;
}
.right-\[0\] {
  right: 0;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[24px\] {
  right: 24px;
}
.right-\[28px\] {
  right: 28px;
}
.top-0 {
  top: 0px;
}
.top-\[0\] {
  top: 0;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[7px\] {
  top: 7px;
}
.top-\[8px\] {
  top: 8px;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[12\] {
  z-index: 12;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[99999999\] {
  z-index: 99999999;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[99\] {
  z-index: 99;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.\!m-\[0\] {
  margin: 0 !important;
}
.m-\[0_8px\] {
  margin: 0 8px;
}
.m-auto {
  margin: auto;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[48px\] {
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-\[4px\] {
  margin-top: 4px;
  margin-bottom: 4px;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.\!mb-\[2px\] {
  margin-bottom: 2px !important;
}
.\!mb-\[38px\] {
  margin-bottom: 38px !important;
}
.\!mb-\[8px\] {
  margin-bottom: 8px !important;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[0\] {
  margin-bottom: 0;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[148px\] {
  margin-bottom: 148px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[28\] {
  margin-bottom: 28;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-100px\] {
  margin-top: -100px;
}
.mt-\[-50px\] {
  margin-top: -50px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[83px\] {
  margin-top: 83px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-\[280px\] {
  height: 280px !important;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[245px\] {
  height: 245px;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[72vh\] {
  height: 72vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[230px\] {
  max-height: 230px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[72vh\] {
  min-height: 72vh;
}
.min-h-\[76vh\] {
  min-height: 76vh;
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.\!w-full {
  width: 100% !important;
}
.w-\[0\] {
  width: 0;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[33\.33\%\] {
  width: 33.33%;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[70vw\] {
  width: 70vw;
}
.w-\[96\%\] {
  width: 96%;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[30\%\] {
  min-width: 30%;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.flex-\[0_0_100\%\] {
  flex: 0 0 100%;
}
.flex-\[0_0_30\%\] {
  flex: 0 0 30%;
}
.flex-\[0_0_352px\] {
  flex: 0 0 352px;
}
.flex-\[0_0_360px\] {
  flex: 0 0 360px;
}
.flex-\[0_0_40\%\] {
  flex: 0 0 40%;
}
.flex-\[0_0_70\%\] {
  flex: 0 0 70%;
}
.translate-x-\[-100\%\] {
  --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));
}
.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));
}
.rotate-\[-9deg\] {
  --tw-rotate: -9deg;
  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-default {
  cursor: default !important;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-4 {
  gap: 1rem;
}
.self-baseline {
  align-self: baseline;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.\!border-l-0 {
  border-left-width: 0px !important;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[0\] {
  border-left-width: 0;
}
.border-r {
  border-right-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-\[\#384148\] {
  --tw-border-opacity: 1;
  border-color: rgb(56 65 72 / var(--tw-border-opacity, 1));
}
.border-\[\#54AF4B\] {
  --tw-border-opacity: 1;
  border-color: rgb(84 175 75 / var(--tw-border-opacity, 1));
}
.border-\[\#58A4AE\] {
  --tw-border-opacity: 1;
  border-color: rgb(88 164 174 / var(--tw-border-opacity, 1));
}
.border-\[\#58a4ae\] {
  --tw-border-opacity: 1;
  border-color: rgb(88 164 174 / var(--tw-border-opacity, 1));
}
.border-\[\#67B6CB\] {
  --tw-border-opacity: 1;
  border-color: rgb(103 182 203 / var(--tw-border-opacity, 1));
}
.border-\[\#C6E7F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 231 248 / var(--tw-border-opacity, 1));
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#d1d5db\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-\[\#384148\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 65 72 / var(--tw-bg-opacity, 1));
}
.bg-\[\#58A4AE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(88 164 174 / var(--tw-bg-opacity, 1));
}
.bg-\[\#58a4ae\] {
  --tw-bg-opacity: 1;
  background-color: rgb(88 164 174 / var(--tw-bg-opacity, 1));
}
.bg-\[\#67b6cb-\] {
  background-color: #67b6cb-;
}
.bg-\[\#f0efef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 239 / 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-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-\[linear-gradient\(\#c6e7f8\2c \#67b6cb\)\] {
  background-image: linear-gradient(#c6e7f8,#67b6cb);
}
.bg-contain {
  background-size: contain;
}
.bg-left-bottom {
  background-position: left bottom;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-\[4px_0\] {
  padding: 4px 0 !important;
}
.\!p-\[4x_0\] {
  padding: 4x 0 !important;
}
.\!p-\[8px_0\] {
  padding: 8px 0 !important;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[0_16px\] {
  padding: 0 16px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[16px_8px\] {
  padding: 16px 8px;
}
.p-\[2px_16px_2px_4px\] {
  padding: 2px 16px 2px 4px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-\[116px\] {
  padding-bottom: 116px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[240px\] {
  padding-bottom: 240px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[280px\] {
  padding-bottom: 280px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[38px\] {
  padding-bottom: 38px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[42px\] {
  padding-bottom: 42px;
}
.pb-\[46px\] {
  padding-bottom: 46px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[86px\] {
  padding-bottom: 86px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pl-\[56px\] {
  padding-left: 56px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[67px\] {
  padding-top: 67px;
}
.pt-\[85px\] {
  padding-top: 85px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.align-top {
  vertical-align: top;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[100px\] {
  font-size: 100px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#272727\] {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}
.text-\[\#3E0904\] {
  --tw-text-opacity: 1;
  color: rgb(62 9 4 / var(--tw-text-opacity, 1));
}
.text-\[\#58A4AE\] {
  --tw-text-opacity: 1;
  color: rgb(88 164 174 / var(--tw-text-opacity, 1));
}
.text-\[\#58a4ae\] {
  --tw-text-opacity: 1;
  color: rgb(88 164 174 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, 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-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;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html,
body {
  padding: 0;
  margin: 0;
  color: #3a2b2b;
  line-height: 1.6;
  font-size: 18px;
  /* background: radial-gradient(#d9f1fc, transparent); */
  font-family: "KoHo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-synthesis: none;
}

/* Styling for fonts */

.med {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.semibold {
  font-family: "KoHo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bold,
strong,
b {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.reg-italic {
  font-family: "KoHo", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.med-italic {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.bold-italic {
  font-family: "KoHo", sans-serif;
  font-weight: 600;
  font-style: italic;
}

/*End Styling for fonts */
.internal-page.state-details {
  background-color: rgba(182, 228, 248, 0.4);
}

.main-content {
  min-height: 74vh;
}

p,
article {
  margin-bottom: 8px;
}

h1 {
  font-size: 26px;
  font-family: "KoHo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-size: 24px;
  margin-bottom: 12px;
  position: relative;
  border-left: 1px solid #58a4ae;
  line-height: 1.1;
  font-family: "KoHo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2 .text {
  background: rgba(177, 225, 249, 0.4);
  padding: 0 32px 0 8px;
  border-top-right-radius: 28px;
  line-height: 100%;
  color: #58a4ae;
  font-family: "KoHo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2 .text:after {
  background: #58a4ae;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

h3 {
  font-size: 22px;
  font-family: "KoHo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h3.title,
.para-title {
  font-size: 24px;
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
}

h4 {
  font-size: 20px;
  font-family: "KoHo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

p a {
  color: #047da3;
  font-weight: 700;
  font-style: italic;
}

.info {
  color: #54af4b;
}

a:hover {
  color: #58a4ae;
  transition: all 0.2s;
}

a.card-heading:hover {
  background: #384148;
  color: #fff;
  transition: all 0.2s;
}

.btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 32px;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #58a4ae;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

.btn:hover {
  background: #384148;
  color: #fff;
  transition: all 0.2s;
}

.disabled {
  opacity: 0.5;
  cursor: default;
}

.error {
  color: #ff0000;
  font-size: 12px;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.img-border {
  border: 1px solid #000;
  border-radius: 4px;
}
/* Grid styling */
.main-wrapper {
  width: 88vw;
  max-width: 1400px;
  margin: 0 auto;
}

.h-68vh {
  min-height: 68vh;
}

.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.formWrap .wrapper {
  max-height: 98vh;
  overflow-y: auto;
}

.formWrap .wrapper svg {
  cursor: pointer;
}

.img-title {
  width: 100%;
  position: absolute;
  bottom: 24px;
  padding-left: 18px;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 1px 0 0 #58a4ae;
  color: #fff;
}

/* .destination-path {
  line-height: 2;
} */

.destination-path svg {
  vertical-align: middle;
  display: inline-block;
  margin-right: 18px;
}

[class*="col-"] {
  padding: 0 15px;
}

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

.global-border {
  border-bottom: 4px solid #557207;
}

.image-gallery-fullscreen-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: -28px;
}

.image-gallery-fullscreen-button:hover {
  opacity: 1;
}

.image-gallery .image-gallery-right-nav,
.image-gallery .image-gallery-left-nav {
  position: absolute !important;
  z-index: 99 !important;
}

.blue-gradient {
  background-image: linear-gradient(#c6e7f8, #67b6cb);
}

.overlay-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.overlay-card .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.overlay-card:hover .details {
  opacity: 1;
  visibility: visible;
}

.overlay-card:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}

/* Form design */

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 12px 18px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.travel-content ul {
  padding-left: 32px;
  padding-top: 8px;
}

.travel-content ul li {
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  position: relative;
}

.travel-content ul li:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  background: #3a2b2b;
  border-radius: 50%;
  left: -18px;
  opacity: 0.7;
  top: 8px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.8);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.shimmer-effect {
  font-weight: bold;
  background: linear-gradient(
    to right,
    #384148 20%,
    /* Dark gray-blue */ #e92d79 35%,
    /* Vibrant blue */ #def3fd 50%,
    /* Soft sky blue */ #e92d79 65%,
    /* Muted teal */ #384148 80% /* Dark gray-blue */
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  margin-left: 8px;
  animation: shimmer 2.5s linear infinite;
}

/* Adding a subtle glow effect to enhance visibility */
.shimmer-effect::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;

  @keyframes zoomEffect {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    50% {
      transform: scale(1.8);
      opacity: 0.6;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

/* Small animated circle */
.shimmer-effect::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -9px;
  width: 9px;
  height: 9px;
  background-color: #e92d79;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: zoomEffect 1.5s infinite ease-in-out;
}

@media (min-width: 768px) {
  .main-wrapper {
    width: 94vw;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#283238\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 50 56 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#384148\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 65 72 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#58A4AE\]:hover {
  --tw-text-opacity: 1;
  color: rgb(88 164 174 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#e0f3fd\]:hover {
  --tw-text-opacity: 1;
  color: rgb(224 243 253 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@media (min-width: 640px) {

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:flex-\[0_0_360px\] {
    flex: 0 0 360px;
  }

  .sm\:flex-\[0_0_420px\] {
    flex: 0 0 420px;
  }

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

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

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

@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

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

  .md\:mb-\[0\] {
    margin-bottom: 0;
  }

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

  .md\:mr-\[32px\] {
    margin-right: 32px;
  }

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-\[0_0_100\%\] {
    flex: 0 0 100%;
  }

  .md\:flex-\[0_0_30\%\] {
    flex: 0 0 30%;
  }

  .md\:flex-\[0_0_32\.33\%\] {
    flex: 0 0 32.33%;
  }

  .md\:flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }

  .md\:flex-\[0_0_70\%\] {
    flex: 0 0 70%;
  }

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

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[1\%\] {
    gap: 1%;
  }

  .md\:p-\[2px_26px_2px_16px\] {
    padding: 2px 26px 2px 16px;
  }

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

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

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

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

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

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

  .md\:pr-\[8px\] {
    padding-right: 8px;
  }

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

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

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

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

  .lg\:mb-\[0\] {
    margin-bottom: 0;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

  .lg\:flex-\[0_0_25\%\] {
    flex: 0 0 25%;
  }

  .lg\:flex-\[0_0_30\%\] {
    flex: 0 0 30%;
  }

  .lg\:flex-\[0_0_30\.33\%\] {
    flex: 0 0 30.33%;
  }

  .lg\:flex-\[0_0_690px\] {
    flex: 0 0 690px;
  }

  .lg\:flex-\[0_0_720px\] {
    flex: 0 0 720px;
  }

  .lg\:flex-\[0_0_75\%\] {
    flex: 0 0 75%;
  }

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

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

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

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

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {

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

  .xl\:flex-\[0_0_25\%\] {
    flex: 0 0 25%;
  }

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


/*# sourceMappingURL=816af7821f756d99.css.map*/</pre></body></html>