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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

.xe-container {
  width: 100%;
}

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

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

@media (min-width: 992px) {
  .xe-container {
    max-width: 992px;
  }

  .xe-container {
    max-width: 992px;
  }
}

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

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

@media (min-width: 1170px) {
  .xe-container {
    max-width: 1170px;
  }

  .xe-container {
    max-width: 1170px;
  }
}

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

* {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus,a:hover {
  color: inherit;
  text-decoration: none;
}

/* 설정 페이지 */

.admin-wrap img{
  display: inline-block;
}

.admin-wrap .btn-primary {
  background-color: #6F8DFF;
}

/* about */

.xe-content img.\!xe-h-\[120px\] {
  height: 120px !important;
}

/* 기타 */

.xe-inherit-link {
  color: inherit;
  text-decoration: none;
}

.xe-shadowBottomNavigation {
  height: 79px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.30);
}

[data-theme="gongbuhae"].xe-circle--none {
  display: flex;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #141414;
  background-color: #fff;
}

[data-theme="gongbuhae"].xe-circle--outline:hover {
  border-color: #0065ff
}

[data-theme="gongbuhae"].xe-circle--outline {
  display: flex;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  color: #d7d7d7;
}

[data-theme="gongbuhae"].xe-circle--today:hover {
  border-color: #0065ff
}

[data-theme="gongbuhae"].xe-circle--today {
  display: flex;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #F7F8F9;
  color: #0065ff;
}

[data-theme="gongbuhae"].xe-circle--primary {
  display: flex;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #fff;
  background-color: #0065ff;
}

/* tooltip end */

.xe-tooltip-end {
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  background-color: #fff;
  left: 50%;
  margin-left: -4px;
}

[data-theme="gongbuhae"].xeSelect {
  display: flex;
  background: #fff;
  line-height: 24px;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.xe-checkbox[data-theme="parkManager"] .xe-checkbox__icon {
  display: none
}

.xe-checkbox[data-theme="parkManager"] input[type="checkbox"]:checked+.xe-checkbox__box .xe-checkbox__icon {
  display: flex
}

.xe-checkbox[data-theme="parkManager"] input[type="checkbox"]:checked+.xe-checkbox__box {
  background: #535FED;
  border-color: #535FED;
}

.xe-checkbox[data-theme="parkManagerAdmin"] input[type="checkbox"]:checked+.xe-checkbox__box .xe-checkbox__icon {
  display: flex
}

.xe-checkbox[data-theme="parkManagerAdmin"] input[type="checkbox"]:checked+.xe-checkbox__box {
  background: #13CCCD;
  border-color: #13CCCD;
}

.xe-checkbox[data-theme="parkManager"] input[type="radio"]:checked+.xe-checkbox__box .xe-checkbox__icon {
  display: flex
}

.xe-checkbox[data-theme="parkManager"] input[type="radio"]:checked+.xe-checkbox__box {
  background: #535FED;
  border-color: #535FED;
}

.xe-checkbox[data-theme="parkManagerAdmin"] input[type="radio"]:checked+.xe-checkbox__box .xe-checkbox__icon {
  display: flex
}

.xe-checkbox[data-theme="parkManagerAdmin"] input[type="radio"]:checked+.xe-checkbox__box {
  background: #13CCCD;
  border-color: #13CCCD;
}

.xe-pop-up.on:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

/*
@title ParkManager
*/

.btn-hair-shop {
  display: inline;
  border-radius: 14px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn-hair-shop--active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(83 95 237 / var(--tw-bg-opacity));
}

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

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

.xe-fixed {
  position: fixed;
}

.xe-absolute {
  position: absolute;
}

.\!xe-relative {
  position: relative !important;
}

.xe-relative {
  position: relative;
}

.xe-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

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

.xe-top-0 {
  top: 0px;
}

.xe-left-\[50\%\] {
  left: 50%;
}

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

.xe-right-\[-9px\] {
  right: -9px;
}

.xe-top-\[50\%\] {
  top: 50%;
}

.xe-bottom-0 {
  bottom: 0px;
}

.xe-top-\[7px\] {
  top: 7px;
}

.xe-bottom-\[2px\] {
  bottom: 2px;
}

.xe-left-\[15px\] {
  left: 15px;
}

.xe-right-0 {
  right: 0px;
}

.xe-left-0 {
  left: 0px;
}

.xe-top-\[100\%\] {
  top: 100%;
}

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

.\!xe-right-\[12px\] {
  right: 12px !important;
}

.\!xe-top-\[14px\] {
  top: 14px !important;
}

.xe-left-\[460px\] {
  left: 460px;
}

.xe-top-\[100px\] {
  top: 100px;
}

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

.xe-z-\[101\] {
  z-index: 101;
}

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

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

.xe-z-\[999\] {
  z-index: 999;
}

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

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

.\!xe-mx-\[-100\%\] {
  margin-left: -100% !important;
  margin-right: -100% !important;
}

.\!xe-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.\!xe-mx-\[0px\] {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

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

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

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

.xe-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.\!xe-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

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

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

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

.xe-mr-\[2px\] {
  margin-right: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!xe-mt-0 {
  margin-top: 0px !important;
}

.xe-mr-\[12px\] {
  margin-right: 12px;
}

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

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

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

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

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

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

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

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

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

.\!xe-ml-\[8px\] {
  margin-left: 8px !important;
}

.\!xe-mr-\[32px\] {
  margin-right: 32px !important;
}

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

.\!xe-mr-\[8px\] {
  margin-right: 8px !important;
}

.xe-mr-\[8px\] {
  margin-right: 8px;
}

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

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

.\!xe-mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

.xe-mr-\[4px\] {
  margin-right: 4px;
}

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

.xe-ml-\[-50vw\] {
  margin-left: -50vw;
}

.xe-mr-\[22px\] {
  margin-right: 22px;
}

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

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

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

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

.xe-mr-\[6px\] {
  margin-right: 6px;
}

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

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

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

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

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

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

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

.\!xe-block {
  display: block !important;
}

.xe-block {
  display: block;
}

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

.xe-inline {
  display: inline;
}

.\!xe-flex {
  display: flex !important;
}

.xe-flex {
  display: flex;
}

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

.xe-grid {
  display: grid;
}

.\!xe-hidden {
  display: none !important;
}

.xe-hidden {
  display: none;
}

.\!xe-aspect-video {
  aspect-ratio: 16 / 9 !important;
}

.xe-aspect-video {
  aspect-ratio: 16 / 9;
}

.xe-aspect-\[2\/1\.5\] {
  aspect-ratio: 2 / 1.5;
}

.\!xe-aspect-\[3\/2\] {
  aspect-ratio: 3 / 2 !important;
}

.xe-aspect-square {
  aspect-ratio: 1 / 1;
}

.xe-aspect-\[16\/9\] {
  aspect-ratio: 16 / 9;
}

.xe-aspect-\[5\/8\] {
  aspect-ratio: 5 / 8;
}

.\!xe-h-auto {
  height: auto !important;
}

.xe-h-auto {
  height: auto;
}

.xe-h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!xe-h-\[100vh\] {
  height: 100vh !important;
}

.\!xe-h-full {
  height: 100% !important;
}

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

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

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

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

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

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

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

.\!xe-h-\[16px\] {
  height: 16px !important;
}

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

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

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

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

.xe-h-\[219\.34px\] {
  height: 219.34px;
}

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

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

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

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

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

.xe-min-h-\[50vh\] {
  min-height: 50vh;
}

.\!xe-w-full {
  width: 100% !important;
}

.\!xe-w-\[100vw\] {
  width: 100vw !important;
}

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

.xe-w-auto {
  width: auto;
}

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

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

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

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

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

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

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

.xe-w-\[calc\(100\%-1px\)\] {
  width: calc(100% - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.xe-w-\[calc\(50\%-10px\)\] {
  width: calc(50% - 10px);
}

.\!xe-w-\[16px\] {
  width: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!xe-max-w-\[1140px\] {
  max-width: 1140px !important;
}

.\!xe-max-w-\[481px\] {
  max-width: 481px !important;
}

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

.xe-max-w-\[50\%\] {
  max-width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.xe-flex-none {
  flex: none;
}

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

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

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

.xe-translate-y-\[-50\%\] {
  --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));
}

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

.\!xe-translate-x-\[0\] {
  --tw-translate-x: 0 !important;
  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)) !important;
}

.\!xe-translate-x-\[-50\%\] {
  --tw-translate-x: -50% !important;
  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)) !important;
}

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

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

@-webkit-keyframes xe-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes xe-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.xe-animate-bounce {
  -webkit-animation: xe-bounce 1s infinite;
          animation: xe-bounce 1s infinite;
}

.xe-cursor-pointer {
  cursor: pointer;
}

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

.xe-snap-x {
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.xe-snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.xe-snap-center {
  scroll-snap-align: center;
}

.xe-scroll-mx-\[20px\] {
  scroll-margin-left: 20px;
  scroll-margin-right: 20px;
}

.\!xe-list-disc {
  list-style-type: disc !important;
}

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

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

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

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

.\!xe-flex-col {
  flex-direction: column !important;
}

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

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

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

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

.\!xe-items-center {
  align-items: center !important;
}

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

.\!xe-justify-start {
  justify-content: flex-start !important;
}

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

.\!xe-justify-center {
  justify-content: center !important;
}

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

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

.xe-gap-\[4px\] {
  gap: 4px;
}

.xe-gap-\[8px\] {
  gap: 8px;
}

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

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

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

.\!xe-gap-y-\[20px\] {
  row-gap: 20px !important;
}

.\!xe-gap-y-\[1px\] {
  row-gap: 1px !important;
}

.\!xe-gap-y-\[15px\] {
  row-gap: 15px !important;
}

.xe-gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.\!xe-gap-y-\[2px\] {
  row-gap: 2px !important;
}

.\!xe-gap-y-\[6px\] {
  row-gap: 6px !important;
}

.xe-gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.xe-gap-y-\[28px\] {
  row-gap: 28px;
}

.xe-gap-y-\[8px\] {
  row-gap: 8px;
}

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

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

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

.xe-gap-y-\[4px\] {
  row-gap: 4px;
}

.xe-gap-x-\[5px\] {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

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

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

.xe-gap-y-\[17px\] {
  row-gap: 17px;
}

.xe-gap-x-\[14px\] {
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.xe-gap-x-\[4px\] {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.xe-gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.xe-gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.xe-gap-x-\[6px\] {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

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

.xe-gap-x-\[28px\] {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.xe-gap-y-\[25px\] {
  row-gap: 25px;
}

.xe-gap-x-\[45px\] {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.xe-gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

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

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

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

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

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

.xe-overflow-x-clip {
  overflow-x: clip;
}

.xe-text-ellipsis {
  text-overflow: ellipsis;
}

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

.xe-break-words {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

.xe-border {
  border-width: 1px;
}

.\!xe-border-0 {
  border-width: 0px !important;
}

.\!xe-border {
  border-width: 1px !important;
}

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

.\!xe-border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.xe-border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.xe-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

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

.\!xe-border-t {
  border-top-width: 1px !important;
}

.\!xe-border-solid {
  border-style: solid !important;
}

.xe-border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.xe-border-\[\#dfdfdf\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.xe-border-\[\#B7B7B7\] {
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
}

.xe-border-\[\#DFDFDF\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.xe-border-\[\#b7b7b7\] {
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
}

.xe-border-\[\#D7D7D7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
}

.xe-border-\[\#444444\] {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}

.xe-border-\[\#444\] {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}

.xe-border-\[\#385729\] {
  --tw-border-opacity: 1;
  border-color: rgb(56 87 41 / var(--tw-border-opacity));
}

.\!xe-border-\[\#DFDFDF\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 223 223 / var(--tw-border-opacity)) !important;
}

.\!xe-border-y-\[\#DFDFDF\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(223 223 223 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(223 223 223 / var(--tw-border-opacity)) !important;
}

.xe-border-b-\[\#DFDFDF\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.xe-border-t-\[\#DFDFDF\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.\!xe-border-t-\[\#ECECEC\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 236 236 / var(--tw-border-opacity)) !important;
}

.xe-border-b-\[\#555\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 85 85 / var(--tw-border-opacity));
}

.xe-border-b-\[\#EFEFEF\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity));
}

.xe-border-b-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.\!xe-bg-\[\#F7F8F9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity)) !important;
}

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

.\!xe-bg-\[\#EDF4F4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 244 244 / var(--tw-bg-opacity)) !important;
}

.xe-bg-\[\#EEF0F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 243 / var(--tw-bg-opacity));
}

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

.xe-bg-\[\#F7F8F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity));
}

.xe-bg-\[\#f7f8f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity));
}

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

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

.xe-bg-\[\#4E34ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(78 52 237 / var(--tw-bg-opacity));
}

.xe-bg-\[\#ccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.xe-bg-\[\#dfdfdf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

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

.xe-bg-\[\#E0E0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

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

.xe-bg-\[\#222222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.xe-bg-\[\#484848\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity));
}

.xe-bg-\[\#000\]\/\[0\] {
  background-color: rgb(0 0 0 / 0);
}

.xe-bg-\[\#000\]\/\[0\.5\] {
  background-color: rgb(0 0 0 / 0.5);
}

.xe-bg-\[\#000\]\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.xe-bg-white\/\[0\.8\] {
  background-color: rgb(255 255 255 / 0.8);
}

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

.xe-bg-\[\#42CDDD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 205 221 / var(--tw-bg-opacity));
}

.xe-bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.xe-bg-\[\#2684ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 132 255 / var(--tw-bg-opacity));
}

.xe-bg-\[\#035C67\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 92 103 / var(--tw-bg-opacity));
}

.xe-bg-\[rgba\(0\,0\,0\,0\.7\)\] {
  background-color: rgba(0,0,0,0.7);
}

.xe-bg-\[rgba\(255\,255\,255\,0\.2\)\] {
  background-color: rgba(255,255,255,0.2);
}

.xe-bg-\[\#DFDFDF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.\!xe-bg-cover {
  background-size: cover !important;
}

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

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

.\!xe-bg-center {
  background-position: center !important;
}

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

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

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

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

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

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

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

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

.\!xe-py-\[40px\] {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.\!xe-px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.\!xe-py-\[24px\] {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xe-py-\[0\] {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

.xe-pl-\[33px\] {
  padding-left: 33px;
}

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

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

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

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

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

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

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

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

.xe-pt-\[0\] {
  padding-top: 0;
}

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

.xe-pr-\[36px\] {
  padding-right: 36px;
}

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

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

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

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

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

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

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

.\!xe-pr-\[13px\] {
  padding-right: 13px !important;
}

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

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

.xe-pb-\[calc\(50\%-10px\)\] {
  padding-bottom: calc(50% - 10px);
}

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

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

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

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

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

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

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

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

.xe-pr-\[13px\] {
  padding-right: 13px;
}

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

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

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

.\!xe-text-center {
  text-align: center !important;
}

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

.xe-align-middle {
  vertical-align: middle;
}

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

.xe-font-\[Avenir\] {
  font-family: Avenir;
}

.\!xe-text-\[21px\] {
  font-size: 21px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!xe-text-\[17px\] {
  font-size: 17px !important;
}

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

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

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

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

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

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

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

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

.\!xe-font-normal {
  font-weight: 400 !important;
}

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

.\!xe-font-medium {
  font-weight: 500 !important;
}

.xe-font-black {
  font-weight: 900;
}

.xe-font-\[600\] {
  font-weight: 600;
}

.xe-uppercase {
  text-transform: uppercase;
}

.\!xe-leading-\[25px\] {
  line-height: 25px !important;
}

.\!xe-leading-\[37px\] {
  line-height: 37px !important;
}

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

.\!xe-leading-\[58px\] {
  line-height: 58px !important;
}

.\!xe-leading-\[35px\] {
  line-height: 35px !important;
}

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

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

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

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

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

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

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

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

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

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

.\!xe-leading-\[1\.5\] {
  line-height: 1.5 !important;
}

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

.xe-leading-\[26\.06px\] {
  line-height: 26.06px;
}

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

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

.xe-leading-\[28\.96ox\] {
  line-height: 28.96ox;
}

.xe-leading-\[20\/27px\] {
  line-height: 20 / 27px;
}

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

.xe-leading-\[21\.72px\] {
  line-height: 21.72px;
}

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

.xe-leading-\[28\.96px\] {
  line-height: 28.96px;
}

.xe-leading-\[17\.38px\] {
  line-height: 17.38px;
}

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

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

.xe-leading-\[40\.54px\] {
  line-height: 40.54px;
}

.xe-leading-\[20\.27px\] {
  line-height: 20.27px;
}

.xe-leading-\[19\.36px\] {
  line-height: 19.36px;
}

.xe-leading-\[18\.15px\] {
  line-height: 18.15px;
}

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

.xe-leading-\[35\.75px\] {
  line-height: 35.75px;
}

.\!xe-tracking-\[-0\.0174em\] {
  letter-spacing: -0.0174em !important;
}

.\!xe-tracking-\[-0\.02em\] {
  letter-spacing: -0.02em !important;
}

.\!xe-tracking-\[-0\.04em\] {
  letter-spacing: -0.04em !important;
}

.xe-tracking-\[-0\.0092em\] {
  letter-spacing: -0.0092em;
}

.xe-tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.xe-tracking-\[-0\.0174em\] {
  letter-spacing: -0.0174em;
}

.xe-tracking-\[-0\.0062em\] {
  letter-spacing: -0.0062em;
}

.xe-tracking-\[-0\.926px\] {
  letter-spacing: -0.926px;
}

.xe-tracking-\[-0\.7px\] {
  letter-spacing: -0.7px;
}

.xe-tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.xe-tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.xe-tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}

.xe-tracking-\[-0\.017em\] {
  letter-spacing: -0.017em;
}

.xe-tracking-\[-0\.92px\] {
  letter-spacing: -0.92px;
}

.xe-tracking-\[-0\.835px\] {
  letter-spacing: -0.835px;
}

.xe-tracking-\[-0\.667px\] {
  letter-spacing: -0.667px;
}

.xe-tracking-\[-0\.47px\] {
  letter-spacing: -0.47px;
}

.xe-tracking-\[0\.0047em\] {
  letter-spacing: 0.0047em;
}

.xe-tracking-\[-0\.0047em\] {
  letter-spacing: -0.0047em;
}

.xe-tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.xe-tracking-\[-0\.0474em\] {
  letter-spacing: -0.0474em;
}

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

.xe-tracking-\[-10px\] {
  letter-spacing: -10px;
}

.xe-tracking-\[-0\.6px\] {
  letter-spacing: -0.6px;
}

.xe-tracking-\[-0\.67px\] {
  letter-spacing: -0.67px;
}

.xe-tracking-\[-0\.86px\] {
  letter-spacing: -0.86px;
}

.xe-tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}

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

.xe-tracking-\[-0\.02px\] {
  letter-spacing: -0.02px;
}

.xe-tracking-\[-0\.0099em\] {
  letter-spacing: -0.0099em;
}

.xe-tracking-\[-0\.06em\] {
  letter-spacing: -0.06em;
}

.xe-tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}

.\!xe-text-\[\#000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!xe-text-\[\#383838\] {
  --tw-text-opacity: 1 !important;
  color: rgb(56 56 56 / var(--tw-text-opacity)) !important;
}

.\!xe-text-\[\#035C67\] {
  --tw-text-opacity: 1 !important;
  color: rgb(3 92 103 / var(--tw-text-opacity)) !important;
}

.xe-text-\[\#035C67\] {
  --tw-text-opacity: 1;
  color: rgb(3 92 103 / var(--tw-text-opacity));
}

.xe-text-\[\#383838\] {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

.xe-text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.xe-text-\[\#1f1f1f\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

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

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

.xe-text-\[\#1D252F\] {
  --tw-text-opacity: 1;
  color: rgb(29 37 47 / var(--tw-text-opacity));
}

.xe-text-\[\#b7b7b7\] {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

.xe-text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.xe-text-\[\#484848\] {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

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

.xe-text-\[\#1F1F1F\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

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

.xe-text-\[\#B7B7B7\] {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

.xe-text-\[\#AEAEAE\] {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity));
}

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

.xe-text-\[\#C0C0C0\] {
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

.xe-text-\[\#D7D7D7\] {
  --tw-text-opacity: 1;
  color: rgb(215 215 215 / var(--tw-text-opacity));
}

.xe-text-\[\#9C9C9C\] {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.xe-text-\[\#878890\] {
  --tw-text-opacity: 1;
  color: rgb(135 136 144 / var(--tw-text-opacity));
}

.xe-text-\[\#6C6C6C\] {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

.xe-text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.xe-text-\[\#787878\] {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.xe-text-\[\#fff\]\/70 {
  color: rgb(255 255 255 / 0.7);
}

.xe-text-\[\#385729\] {
  --tw-text-opacity: 1;
  color: rgb(56 87 41 / var(--tw-text-opacity));
}

.xe-text-\[\#42CDDD\] {
  --tw-text-opacity: 1;
  color: rgb(66 205 221 / var(--tw-text-opacity));
}

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

.\!xe-text-\[\#42CDDD\] {
  --tw-text-opacity: 1 !important;
  color: rgb(66 205 221 / var(--tw-text-opacity)) !important;
}

.\!xe-text-\[\#777\] {
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
}

.xe-text-\[\#949494\] {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.\!xe-text-\[\#555\] {
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}

.\!xe-text-\[\#B7B7B7\] {
  --tw-text-opacity: 1 !important;
  color: rgb(183 183 183 / var(--tw-text-opacity)) !important;
}

.\!xe-text-\[\#949494\] {
  --tw-text-opacity: 1 !important;
  color: rgb(148 148 148 / var(--tw-text-opacity)) !important;
}

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

.\!xe-underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.xe-no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

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

.xe-opacity-0 {
  opacity: 0;
}

.\!xe-shadow-\[0_0_10px_rgba\(119\2c 125\2c 148\2c 0\.25\)\] {
  --tw-shadow: 0 0 10px rgba(119,125,148,0.25) !important;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.xe-shadow-\[0px_4px_8px_rgba\(0\,0\,0\,0\.18\)\] {
  --tw-shadow: 0px 4px 8px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.xe-shadow-\[0px_0px_6px_rgba\(0\,0\,0\,0\.15\)\] {
  --tw-shadow: 0px 0px 6px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.xe-shadow-\[13px_13px_0px_5px_\#42CDDD33\] {
  --tw-shadow: 13px 13px 0px 5px #42CDDD33;
  --tw-shadow-colored: 13px 13px 0px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

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

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

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

.placeholder\:xe-text-\[\#AEAEAE\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity));
}

.placeholder\:xe-text-\[\#AEAEAE\]:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity));
}

.placeholder\:xe-text-\[\#AEAEAE\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity));
}

.after\:xe-absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:xe-bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:xe-left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:xe-bottom-\[-20px\]::after {
  content: var(--tw-content);
  bottom: -20px;
}

.after\:xe-ml-\[4px\]::after {
  content: var(--tw-content);
  margin-left: 4px;
}

.after\:xe-ml-\[5px\]::after {
  content: var(--tw-content);
  margin-left: 5px;
}

.after\:xe-mr-\[6px\]::after {
  content: var(--tw-content);
  margin-right: 6px;
}

.after\:xe-block::after {
  content: var(--tw-content);
  display: block;
}

.after\:xe-h-\[9px\]::after {
  content: var(--tw-content);
  height: 9px;
}

.after\:xe-h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}

.after\:xe-w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}

.after\:xe-w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:xe-bg-\[\#C8C8C8\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity));
}

.after\:xe-bg-\[\#EFEFEF\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.after\:xe-bg-\[\#42CDDD\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(66 205 221 / var(--tw-bg-opacity));
}

.after\:xe-bg-\[\#035C67\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(3 92 103 / var(--tw-bg-opacity));
}

.after\:xe-text-\[\#FF2F01\]::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 47 1 / var(--tw-text-opacity));
}

.after\:xe-content-\[\'\*\'\]::after {
  --tw-content: '*';
  content: var(--tw-content);
}

.after\:xe-content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:xe-w-\[155px\]:first-child {
  width: 155px;
}

.last\:after\:xe-hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}

.focus-within\:xe-border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:xe-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:xe-bg-\[\#385729\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 87 41 / var(--tw-bg-opacity));
}

.hover\:xe-bg-\[\#F5F5F5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:xe-bg-\[\#35BAC9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 186 201 / var(--tw-bg-opacity));
}

.hover\:\!xe-bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:xe-bg-\[\#EFEFEF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.hover\:\!xe-bg-\[\#F8F8F8\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}

.hover\:xe-text-\[\#484848\]:hover {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

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

.hover\:xe-text-\[\#1F1F1F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

.hover\:xe-text-\[\#035b6785\]:hover {
  color: #035b6785;
}

.hover\:\!xe-underline:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.hover\:xe-opacity-\[1\]:hover {
  opacity: 1;
}

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

.hover\:xe-opacity-90:hover {
  opacity: 0.9;
}

.hover\:xe-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:xe-bg-\[\#35BAC9\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(53 186 201 / var(--tw-bg-opacity));
}

.focus\:xe-bg-\[\#F5F5F5\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.active\:xe-bg-\[\#EFEFEF\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.active\:xe-bg-\[\#2E99A6\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(46 153 166 / var(--tw-bg-opacity));
}

.active\:xe-bg-\[\#E8E8E8\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

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

.active\:xe-text-\[\#035b6785\]:active {
  color: #035b6785;
}

@media (min-width: 640px) {
  .sm\:xe-max-h-\[80vh\] {
    max-height: 80vh;
  }

  .sm\:xe-min-h-\[217px\] {
    min-height: 217px;
  }

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

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

  .sm\:xe-gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:xe-gap-y-\[44px\] {
    row-gap: 44px;
  }

  .sm\:\!xe-gap-y-\[16px\] {
    row-gap: 16px !important;
  }
}

@media (min-width: 992px) {
  .md\:xe-mt-\[0\] {
    margin-top: 0;
  }

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

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

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

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

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

  .md\:xe-justify-between {
    justify-content: space-between;
  }

  .md\:xe-gap-x-\[14px\] {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md\:xe-px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:xe-py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

  .md\:xe-leading-\[46\.34px\] {
    line-height: 46.34px;
  }

  .md\:xe-tracking-\[-0\.05em\] {
    letter-spacing: -0.05em;
  }

  .md\:xe-shadow-\[24px_24px_0px_5px_\#42CDDD33\] {
    --tw-shadow: 24px 24px 0px 5px #42CDDD33;
    --tw-shadow-colored: 24px 24px 0px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:xe-absolute {
    position: absolute;
  }

  .lg\:xe-left-auto {
    left: auto;
  }

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

  .lg\:xe-my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:xe-mr-\[20px\] {
    margin-right: 20px;
  }

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

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

  .lg\:xe-mb-\[22px\] {
    margin-bottom: 22px;
  }

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

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

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

  .lg\:xe-mb-\[6px\] {
    margin-bottom: 6px;
  }

  .lg\:xe-mb-\[13px\] {
    margin-bottom: 13px;
  }

  .lg\:xe-mb-\[7px\] {
    margin-bottom: 7px;
  }

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

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

  .lg\:xe-mb-\[4px\] {
    margin-bottom: 4px;
  }

  .lg\:xe-mb-\[160px\] {
    margin-bottom: 160px;
  }

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

  .lg\:xe-mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:\!xe-block {
    display: block !important;
  }

  .lg\:\!xe-inline {
    display: inline !important;
  }

  .lg\:\!xe-flex {
    display: flex !important;
  }

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

  .lg\:xe-grid {
    display: grid;
  }

  .lg\:\!xe-hidden {
    display: none !important;
  }

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

  .lg\:xe-aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:xe-aspect-\[5\/2\.1\] {
    aspect-ratio: 5 / 2.1;
  }

  .lg\:\!xe-h-auto {
    height: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!xe-w-\[57\%\] {
    width: 57% !important;
  }

  .lg\:\!xe-w-\[43\%\] {
    width: 43% !important;
  }

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

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

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

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

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

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

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

  .lg\:xe-w-\[calc\(25\%-12px\)\] {
    width: calc(25% - 12px);
  }

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

  .lg\:xe-min-w-\[223px\] {
    min-width: 223px;
  }

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

  .lg\:\!xe-max-w-none {
    max-width: none !important;
  }

  .lg\:\!xe-max-w-\[1140px\] {
    max-width: 1140px !important;
  }

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

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

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

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

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

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

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

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

  .lg\:\!xe-flex-row {
    flex-direction: row !important;
  }

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

  .lg\:\!xe-items-start {
    align-items: flex-start !important;
  }

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

  .lg\:xe-gap-\[15px\] {
    gap: 15px;
  }

  .lg\:\!xe-gap-y-\[40px\] {
    row-gap: 40px !important;
  }

  .lg\:\!xe-gap-x-\[82px\] {
    -moz-column-gap: 82px !important;
         column-gap: 82px !important;
  }

  .lg\:\!xe-gap-y-\[12px\] {
    row-gap: 12px !important;
  }

  .lg\:\!xe-gap-y-\[30px\] {
    row-gap: 30px !important;
  }

  .lg\:\!xe-gap-y-\[5px\] {
    row-gap: 5px !important;
  }

  .lg\:\!xe-gap-y-\[80px\] {
    row-gap: 80px !important;
  }

  .lg\:xe-gap-y-\[100px\] {
    row-gap: 100px;
  }

  .lg\:xe-gap-y-\[6px\] {
    row-gap: 6px;
  }

  .lg\:xe-gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:xe-gap-y-\[8px\] {
    row-gap: 8px;
  }

  .lg\:xe-gap-y-\[20px\] {
    row-gap: 20px;
  }

  .lg\:xe-gap-y-\[40px\] {
    row-gap: 40px;
  }

  .lg\:xe-gap-y-\[12px\] {
    row-gap: 12px;
  }

  .lg\:xe-gap-x-\[16px\] {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:xe-gap-x-\[12px\] {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:xe-gap-x-\[28px\] {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .lg\:xe-gap-x-\[60px\] {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:xe-overflow-hidden {
    overflow: hidden;
  }

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

  .lg\:xe-rounded-\[0px\] {
    border-radius: 0px;
  }

  .lg\:xe-border {
    border-width: 1px;
  }

  .lg\:xe-border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .lg\:xe-border-\[\#dfdfdf\] {
    --tw-border-opacity: 1;
    border-color: rgb(223 223 223 / var(--tw-border-opacity));
  }

  .lg\:xe-bg-\[\#F7F8F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 249 / var(--tw-bg-opacity));
  }

  .lg\:xe-bg-left {
    background-position: left;
  }

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

  .lg\:xe-p-\[28px\] {
    padding: 28px;
  }

  .lg\:\!xe-py-\[100px\] {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .lg\:\!xe-px-\[0px\] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:\!xe-py-\[24px\] {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:xe-py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

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

  .lg\:\!xe-py-\[60px\] {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .lg\:xe-py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

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

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

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

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

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

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

  .lg\:xe-pt-0 {
    padding-top: 0px;
  }

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

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

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

  .lg\:xe-pb-\[calc\(25\%-12px\)\] {
    padding-bottom: calc(25% - 12px);
  }

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

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

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

  .lg\:\!xe-text-left {
    text-align: left !important;
  }

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

  .lg\:\!xe-text-\[32px\] {
    font-size: 32px !important;
  }

  .lg\:\!xe-text-\[48px\] {
    font-size: 48px !important;
  }

  .lg\:\!xe-text-\[16px\] {
    font-size: 16px !important;
  }

  .lg\:\!xe-text-\[20px\] {
    font-size: 20px !important;
  }

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

  .lg\:\!xe-text-\[38px\] {
    font-size: 38px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!xe-text-\[15px\] {
    font-size: 15px !important;
  }

  .lg\:\!xe-font-normal {
    font-weight: 400 !important;
  }

  .lg\:\!xe-leading-\[39px\] {
    line-height: 39px !important;
  }

  .lg\:\!xe-leading-\[58px\] {
    line-height: 58px !important;
  }

  .lg\:\!xe-leading-\[46px\] {
    line-height: 46px !important;
  }

  .lg\:xe-leading-\[29px\] {
    line-height: 29px;
  }

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

  .lg\:xe-leading-\[46px\] {
    line-height: 46px;
  }

  .lg\:xe-leading-\[26px\] {
    line-height: 26px;
  }

  .lg\:xe-leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:xe-leading-\[21px\] {
    line-height: 21px;
  }

  .lg\:xe-leading-\[34px\] {
    line-height: 34px;
  }

  .lg\:xe-leading-\[80px\] {
    line-height: 80px;
  }

  .lg\:xe-leading-\[34\.75px\] {
    line-height: 34.75px;
  }

  .lg\:xe-leading-\[26\.06px\] {
    line-height: 26.06px;
  }

  .lg\:xe-leading-\[23\.17px\] {
    line-height: 23.17px;
  }

  .lg\:xe-leading-\[69\.5px\] {
    line-height: 69.5px;
  }

  .lg\:xe-leading-\[31\.86px\] {
    line-height: 31.86px;
  }

  .lg\:xe-leading-\[46\.34px\] {
    line-height: 46.34px;
  }

  .lg\:xe-leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:xe-tracking-\[-0\.03em\] {
    letter-spacing: -0.03em;
  }

  .lg\:\!xe-text-\[\#141414\] {
    --tw-text-opacity: 1 !important;
    color: rgb(20 20 20 / var(--tw-text-opacity)) !important;
  }

  .lg\:\!xe-text-\[\#484848\] {
    --tw-text-opacity: 1 !important;
    color: rgb(72 72 72 / var(--tw-text-opacity)) !important;
  }

  .lg\:xe-opacity-\[0\] {
    opacity: 0;
  }

  .lg\:xe-line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .lg\:after\:xe-bottom-\[-24px\]::after {
    content: var(--tw-content);
    bottom: -24px;
  }

  .first\:lg\:xe-w-\[240px\]:first-child {
    width: 240px;
  }
}

@media (min-width: 1170px) {
  .xl\:xe-gap-x-\[36px\] {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}
