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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-1 {
  inset: -0.25rem;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-left-full {
  left: -100%;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-27\%\] {
  bottom: -27%;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

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

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

.left-\[8\%\] {
  left: 8%;
}

.right-3 {
  right: 0.75rem;
}

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

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

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-\[43vh\] {
  top: 43vh;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

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

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

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

.\!size-14 {
  width: 3.5rem !important;
  height: 3.5rem !important;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

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

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

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

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

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

.\!w-10 {
  width: 2.5rem !important;
}

.\!w-2 {
  width: 0.5rem !important;
}

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

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

.w-1 {
  width: 0.25rem;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.w-\[this-is\\\\\] {
  width: this-is\\;
}

.w-\[this-is\] {
  width: this-is;
}

.w-\[weird-and-invalid\] {
  width: weird-and-invalid;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

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

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

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

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

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

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

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

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

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

.rotate-\[-90deg\] {
  --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));
}

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

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

.transform-cpu {
  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-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
  transform: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

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

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

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

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

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

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

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

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

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

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

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

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

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

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

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

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-baseline {
  place-items: baseline;
}

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

.content-normal {
  align-content: normal;
}

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

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

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

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

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.content-baseline {
  align-content: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

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

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

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

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

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

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

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

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-clip {
  text-overflow: clip;
}

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

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

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

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

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-e {
  border-inline-end-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

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

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

.border-s {
  border-inline-start-width: 1px;
}

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

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

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

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

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

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

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

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

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

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

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

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

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

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

.border-t-transparent {
  border-top-color: transparent;
}

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

.bg-\[\#1F53A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#75BEE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(117 190 231 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#E9F5F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 245 247 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#EFA00B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 160 11 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

.bg-\[rgb\(0\2c 0\2c 0\2c 0\.6\)\] {
  background-color: rgb(0,0,0,0.6);
}

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

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.from-\[\#FF0000\] {
  --tw-gradient-from: #FF0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-dark {
  --tw-gradient-from: rgba(31, 83, 166, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(31, 83, 166, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-blue-dark {
  --tw-gradient-to: rgba(31, 83, 166, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(31, 83, 166, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.to-blue-light {
  --tw-gradient-to: rgba(117, 190, 231, 1) var(--tw-gradient-to-position);
}

.to-red-800 {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-\[right_14px_center\] {
  background-position: right 14px center;
}

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

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

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

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

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

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

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

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

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

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

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

.pb-32 {
  padding-bottom: 8rem;
}

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

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

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

.pe-6 {
  padding-inline-end: 1.5rem;
}

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

.pl-28 {
  padding-left: 7rem;
}

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

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

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-text-top {
  vertical-align: text-top;
}

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

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

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

.font-Figtree {
  font-family: Figtree, Figtree;
}

.font-Playfair {
  font-family: Playfair Display, Playfair Display;
}

.font-Satoshi_Variable {
  font-family: Satoshi Variable, Satoshi Variable;
}

.font-dm_sans {
  font-family: DM Sans, DM Sans;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-satoshi {
  font-family: Satoshi, sans-serif;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

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

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

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

.leading-none {
  line-height: 1;
}

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

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

.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

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

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

.text-\[\#1F53A6\] {
  --tw-text-opacity: 1;
  color: rgb(31 83 166 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-\[\#336699\]\/\[\.35\] {
  color: rgb(51 102 153 / .35);
}

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

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

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

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

.text-\[\#959BA0\] {
  --tw-text-opacity: 1;
  color: rgb(149 155 160 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

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

.text-transparent {
  color: transparent;
}

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

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

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

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

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

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

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-80 {
  opacity: 0.8;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

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

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

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

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

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

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

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

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

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

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

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

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

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

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}

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

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

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_0_8\.9px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-drop-shadow: drop-shadow(0 0 8.9px rgba(0,0,0,0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

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

.filter-none {
  filter: none;
}

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

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

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

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

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

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.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-300 {
  transition-duration: 300ms;
}

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

.duration-\[0\.8s\] {
  transition-duration: 0.8s;
}

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

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

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

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

.forced-color-adjust-auto {
  forced-color-adjust: auto;
}

.forced-color-adjust-none {
  forced-color-adjust: none;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

@media (min-width: 1024px) {
  .custom-scrollbar::-webkit-scrollbar {
    width: 8px;
  }
}

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 16px;
  background-color: #EAEAEA;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #EFA00B;
  border-radius: 16px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #EFA00B;
}

/* test */

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 100%) {
    .sm\:container {
      max-width: 100%;
    }
  }

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

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

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

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

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

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

.placeholder\:block::-moz-placeholder {
  display: block;
}

.placeholder\:block::placeholder {
  display: block;
}

.placeholder\:inline::-moz-placeholder {
  display: inline;
}

.placeholder\:inline::placeholder {
  display: inline;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#1F53A6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(31 83 166 / var(--tw-text-opacity, 1));
}

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

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

.before\:hover\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:hover\:text-center:hover:focus {
  text-align: center;
}

.hover\:focus\:text-center:focus:hover {
  text-align: center;
}

.peer:checked ~ .peer-checked\:right-0 {
  right: 0px;
}

.peer:checked ~ .peer-checked\:w-\[200px\] {
  width: 200px;
}

.peer:checked ~ .peer-checked\:opacity-0 {
  opacity: 0;
}

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

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

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

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:right-\[-60px\] {
    right: -60px;
  }

  .md\:top-\[50vh\] {
    top: 50vh;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-10 {
    width: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:relative {
    position: relative;
  }

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

  .lg\:left-\[44\%\] {
    left: 44%;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-12 {
    width: 3rem;
    height: 3rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

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

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

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

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

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

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

  .lg\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

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

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

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

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

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

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

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }

  .xl\:relative {
    position: relative;
  }

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

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

  .xl\:hidden {
    display: none;
  }

  .xl\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .xl\:\!h-\[540px\] {
    height: 540px !important;
  }

  .xl\:h-auto {
    height: auto;
  }

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

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

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-\[45vw\] {
    max-width: 45vw;
  }

  .xl\:max-w-\[50vw\] {
    max-width: 50vw;
  }

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

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:border-b-\[3px\] {
    border-bottom-width: 3px;
  }

  .xl\:border-\[\#00A3C8\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 163 200 / var(--tw-border-opacity, 1));
  }

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

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

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

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

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

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

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

  .xl\:pt-20 {
    padding-top: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .xl\:after\:bottom-\[-30PX\]::after {
    content: var(--tw-content);
    bottom: -30PX;
  }

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

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

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

  .xl\:after\:rounded-full::after {
    content: var(--tw-content);
    border-radius: 9999px;
  }

  .xl\:after\:bg-\[\#F6A821\]::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(246 168 33 / var(--tw-bg-opacity, 1));
  }

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

@media (min-width: 1536px) {
  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-24 {
    gap: 6rem;
  }

  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

@media (min-width: 1680px) {
  .\33xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\33xl\:max-h-\[400px\] {
    max-height: 400px;
  }

  .\33xl\:min-h-\[800px\] {
    min-height: 800px;
  }

  .\33xl\:w-\[35\%\] {
    width: 35%;
  }

  .\33xl\:w-\[35px\] {
    width: 35px;
  }

  .\33xl\:w-\[65\%\] {
    width: 65%;
  }

  .\33xl\:gap-20 {
    gap: 5rem;
  }

  .\33xl\:gap-8 {
    gap: 2rem;
  }

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

  .\33xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

  .\33xl\:text-\[26px\] {
    font-size: 26px;
  }

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

  .\33xl\:text-\[30px\] {
    font-size: 30px;
  }

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

  .\33xl\:text-\[70px\] {
    font-size: 70px;
  }
}

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}

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

.\[\&\.active\]\:-left-0.active {
  left: -0px;
}

.\[\&\.active\]\:translate-y-full.active {
  --tw-translate-y: 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));
}

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

.\[\&\.active\]\:bg-\[\#1F53A6\].active {
  --tw-bg-opacity: 1;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:p-4.active {
  padding: 1rem;
}

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

.\[\&\.active_\.accordion-details\]\:text-white.active .accordion-details {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\.active_\.accordion-panel\]\:text-white.active .accordion-panel {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\.active_\.close-menu-btn\]\:block.active .close-menu-btn {
  display: block;
}

.\[\&\.active_\.ham-menu\]\:hidden.active .ham-menu {
  display: none;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#CACACA\]::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#EFEFEF\]::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar\]\:w-\[6px\]::-webkit-scrollbar {
  width: 6px;
}

@media (min-width: 1024px) {
  .lg\:\[\&\:nth-child\(even\)\]\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.\[\&\>\#select-loc\]\:w-\[106\%\]>#select-loc {
  width: 106%;
}

.\[\&\>\.active\]\:text-black>.active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&\>\.input-wrap\>input\]\:\!mt-6>.input-wrap>input {
  margin-top: 1.5rem !important;
}

.\[\&\>button\.active\]\:border-b-2>button.active {
  border-bottom-width: 2px;
}

.\[\&\>button\.active\]\:border-\[\#EFA00B\]>button.active {
  --tw-border-opacity: 1;
  border-color: rgb(239 160 11 / var(--tw-border-opacity, 1));
}

.\[\&\>button\]\:border-b-2>button {
  border-bottom-width: 2px;
}

.\[\&\>button\]\:border-b-transparent>button {
  border-bottom-color: transparent;
}

.\[\&\>button\]\:pb-1>button {
  padding-bottom: 0.25rem;
}

.\[\&\>button\]\:outline-none>button {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&\>ol\>li\:nth-child\(\)\:\:marker\]\:bg-\[\#1F53A6\]>ol>li:nth-child()::marker {
  --tw-bg-opacity: 1;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1));
}

.\[\&_\*\]\:h-full * {
  height: 100%;
}

.\[\&_\*\]\:font-dm_sans * {
  font-family: DM Sans, DM Sans;
}

.\[\&_\*\]\:outline-none * {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.cf7-button\]\:mt-10 .cf7-button {
  margin-top: 2.5rem;
}

.\[\&_\.cf7-button\]\:rounded-lg .cf7-button {
  border-radius: 0.5rem;
}

.\[\&_\.cf7-button_input\]\:-mt-1 .cf7-button input {
  margin-top: -0.25rem;
}

.\[\&_\.cf7-button_input\]\:bg-\[\#1F53A6\] .cf7-button input {
  --tw-bg-opacity: 1;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1));
}

.\[\&_\.cf7-button_input\]\:font-dm_sans .cf7-button input {
  font-family: DM Sans, DM Sans;
}

.\[\&_\.cf7-button_input\]\:text-\[20px\] .cf7-button input {
  font-size: 20px;
}

.\[\&_\.cf7-button_input\]\:font-medium .cf7-button input {
  font-weight: 500;
}

.\[\&_\.cf7-button_input\]\:text-white .cf7-button input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.cf7-full\]\:mt-6 .cf7-full {
  margin-top: 1.5rem;
}

.\[\&_\.cf7-full_select\]\:mt-4 .cf7-full select {
  margin-top: 1rem;
}

.\[\&_\.cf7-full_select\]\:w-full .cf7-full select {
  width: 100%;
}

.\[\&_\.cf7-full_select\]\:cursor-pointer .cf7-full select {
  cursor: pointer;
}

.\[\&_\.cf7-full_select\]\:appearance-none .cf7-full select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.\[\&_\.cf7-full_select\]\:rounded-2xl .cf7-full select {
  border-radius: 1rem;
}

.\[\&_\.cf7-full_select\]\:bg-\[length\:16px_10px\] .cf7-full select {
  background-size: 16px 10px;
}

.\[\&_\.cf7-full_select\]\:bg-\[right_1rem_center\] .cf7-full select {
  background-position: right 1rem center;
}

.\[\&_\.cf7-full_select\]\:bg-no-repeat .cf7-full select {
  background-repeat: no-repeat;
}

.\[\&_\.cf7-full_select\]\:px-4 .cf7-full select {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_\.cf7-full_select\]\:py-3 .cf7-full select {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\.cf7-full_select\]\:text-\[16px\] .cf7-full select {
  font-size: 16px;
}

.\[\&_\.cf7-full_select\]\:text-\[\#959BA0\] .cf7-full select {
  --tw-text-opacity: 1;
  color: rgb(149 155 160 / var(--tw-text-opacity, 1));
}

.\[\&_\.cf7-full_select\]\:outline-none .cf7-full select {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.cf7-half\]\:mt-6 .cf7-half {
  margin-top: 1.5rem;
}

.\[\&_\.cf7-wrapper\]\:flex .cf7-wrapper {
  display: flex;
}

.\[\&_\.cf7-wrapper\]\:flex-col .cf7-wrapper {
  flex-direction: column;
}

.\[\&_\.cf7-wrapper\]\:gap-6 .cf7-wrapper {
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.cf7-wrapper\]\:flex-row .cf7-wrapper {
    flex-direction: row;
  }

  .lg\:\[\&_\.cf7-wrapper\]\:gap-16 .cf7-wrapper {
    gap: 4rem;
  }
}

.\[\&_\.cf7-wrapper_\.cf7-half_input\]\:w-full .cf7-wrapper .cf7-half input {
  width: 100%;
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.cf7-wrapper_\.cf7-half_input\]\:w-\[40\%\] .cf7-wrapper .cf7-half input {
    width: 40%;
  }
}

.\[\&_\.content-4_h2\]\:text-center .content-4 h2 {
  text-align: center;
}

.\[\&_\.content-4_li_h4\]\:font-Playfair .content-4 li h4 {
  font-family: Playfair Display, Playfair Display;
}

.\[\&_\.content-4_li_h4\]\:text-\[20px\] .content-4 li h4 {
  font-size: 20px;
}

.\[\&_\.content-4_li_h4\]\:font-semibold .content-4 li h4 {
  font-weight: 600;
}

@media (min-width: 1280px) {
  .xl\:\[\&_\.content-4_li_h4\]\:text-\[28px\] .content-4 li h4 {
    font-size: 28px;
  }
}

.\[\&_\.form-row\]\:mt-2 .form-row {
  margin-top: 0.5rem;
}

.\[\&_\.form-row\]\:grid .form-row {
  display: grid;
}

.\[\&_\.form-row\]\:gap-2 .form-row {
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.form-row\]\:grid-cols-2 .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:\[\&_\.form-row\]\:gap-6 .form-row {
    gap: 1.5rem;
  }
}

.\[\&_\.form-wrap\]\:flex .form-wrap {
  display: flex;
}

.\[\&_\.form-wrap\]\:flex-col .form-wrap {
  flex-direction: column;
}

.\[\&_\.form-wrap\]\:gap-4 .form-wrap {
  gap: 1rem;
}

.\[\&_\.form-wrap\]\:space-y-4 .form-wrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.form-wrap\]\:flex-row .form-wrap {
    flex-direction: row;
  }
}

.\[\&_\.input-wrap_select\]\:\!w-full .input-wrap select {
  width: 100% !important;
}

.\[\&_\.input-wrap_select\]\:rounded-2xl .input-wrap select {
  border-radius: 1rem;
}

.\[\&_\.input-wrap_select\]\:\!px-4 .input-wrap select {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\[\&_\.input-wrap_select\]\:py-3 .input-wrap select {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\.input-wrap_select\]\:outline-none .input-wrap select {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.owl-dots\>\.owl-dot\.active\]\:\!bg-\[\#1F53A6\] .owl-dots>.owl-dot.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_\.owl-dots\>\.owl-dot\.active\]\:\!bg-\[\#75BEE7\] .owl-dots>.owl-dot.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(117 190 231 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_\.owl-dots\>\.owl-dot\.active\]\:\!bg-\[\#F1F1F1\] .owl-dots>.owl-dot.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_\.owl-dots\>\.owl-dot\.active\]\:\!bg-white .owl-dots>.owl-dot.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_\.owl-dots\>\.owl-dot\]\:\!bg-\[\#0B3B86\] .owl-dots>.owl-dot {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 59 134 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_\.owl-dots\>\.owl-dot\]\:\!bg-\[\#F1F1F1\] .owl-dots>.owl-dot {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .md\:\[\&_\.owl-item\.center\>div\]\:border-x-2 .owl-item.center>div {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .md\:\[\&_\.owl-item\.center\>div\]\:border-\[\#ffffff54\] .owl-item.center>div {
    border-color: #ffffff54;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.owl-nav\.disabled\]\:\!block .owl-nav.disabled {
    display: block !important;
  }
}

.\[\&_\.owl-nav\>button\]\:flex .owl-nav>button {
  display: flex;
}

.\[\&_\.owl-nav\>button\]\:size-8 .owl-nav>button {
  width: 2rem;
  height: 2rem;
}

.\[\&_\.owl-nav\>button\]\:items-center .owl-nav>button {
  align-items: center;
}

.\[\&_\.owl-nav\>button\]\:justify-center .owl-nav>button {
  justify-content: center;
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.owl-nav\>button\]\:size-12 .owl-nav>button {
    width: 3rem;
    height: 3rem;
  }
}

.\[\&_\.owl-nav\]\:absolute .owl-nav {
  position: absolute;
}

.\[\&_\.owl-nav\]\:bottom-\[96px\] .owl-nav {
  bottom: 96px;
}

.\[\&_\.owl-nav\]\:right-\[7\%\] .owl-nav {
  right: 7%;
}

.\[\&_\.owl-nav\]\:right-\[90px\] .owl-nav {
  right: 90px;
}

.\[\&_\.owl-nav\]\:top-\[-10\%\] .owl-nav {
  top: -10%;
}

.\[\&_\.owl-nav\]\:top-\[-66px\] .owl-nav {
  top: -66px;
}

.\[\&_\.owl-nav\]\:\!justify-between .owl-nav {
  justify-content: space-between !important;
}

.\[\&_\.owl-nav\]\:gap-44 .owl-nav {
  gap: 11rem;
}

@media (min-width: 640px) {
  .sm\:\[\&_\.owl-nav\]\:bottom-\[-35px\] .owl-nav {
    bottom: -35px;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.owl-nav\]\:bottom-\[-40px\] .owl-nav {
    bottom: -40px;
  }

  .lg\:\[\&_\.owl-nav\]\:bottom-\[-50px\] .owl-nav {
    bottom: -50px;
  }

  .lg\:\[\&_\.owl-nav\]\:\!block .owl-nav {
    display: block !important;
  }

  .lg\:\[\&_\.owl-nav\]\:gap-40 .owl-nav {
    gap: 10rem;
  }
}

.\[\&_\.owl-nav_img\]\:w-\[20px\] .owl-nav img {
  width: 20px;
}

@media (min-width: 768px) {
  .md\:\[\&_\.owl-nav_img\]\:w-\[25px\] .owl-nav img {
    width: 25px;
  }
}

.\[\&_\.owl-next\]\:\!bg-\[\#EFA00B\] .owl-next {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 160 11 / var(--tw-bg-opacity, 1)) !important;
}

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

.\[\&_\.owl-next\]\:\!text-white .owl-next {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.owl-next\]\:text-\[\#1F53A6\] .owl-next {
  --tw-text-opacity: 1;
  color: rgb(31 83 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.owl-next\]\:\!bg-\[\#FFFFFF\] .owl-next {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }
}

.\[\&_\.owl-prev\]\:\!bg-\[\#EFA00B\] .owl-prev {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 160 11 / var(--tw-bg-opacity, 1)) !important;
}

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

.\[\&_\.owl-prev\]\:\!text-white .owl-prev {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.owl-stage\]\:flex .owl-stage {
  display: flex;
}

.\[\&_\.owl-stage\]\:h-full .owl-stage {
  height: 100%;
}

.\[\&_\.owl-stage_\.owl-item\>div\]\:h-full .owl-stage .owl-item>div {
  height: 100%;
}

.\[\&_\.owl-stage_\.owl-item\]\:h-auto .owl-stage .owl-item {
  height: auto;
}

.\[\&_\.select-wrap\>div\]\:w-full .select-wrap>div {
  width: 100%;
}

.\[\&_\.select-wrap\]\:grid .select-wrap {
  display: grid;
}

.\[\&_\.select-wrap\]\:grid-cols-2 .select-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.\[\&_\.select-wrap\]\:gap-4 .select-wrap {
  gap: 1rem;
}

.\[\&_\.site-footer\]\:hidden .site-footer {
  display: none;
}

.\[\&_\.site-header\]\:hidden .site-header {
  display: none;
}

.\[\&_\.submit-btn\>input\[type\=submit\]\]\:text-white .submit-btn>input[type=submit] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.submit-btn\>input\]\:bg-\[\#1F53A6\] .submit-btn>input {
  --tw-bg-opacity: 1;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1));
}

.\[\&_\.submit-btn\]\:cursor-pointer .submit-btn {
  cursor: pointer;
}

.\[\&_\.submit-btn\]\:bg-\[\#1F53A6\] .submit-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1));
}

.\[\&_\.submit-btn\]\:px-6 .submit-btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&_\.submit-btn\]\:py-3 .submit-btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\.submit-btn\]\:font-semibold .submit-btn {
  font-weight: 600;
}

.\[\&_\.submit-btn\]\:tracking-widest .submit-btn {
  letter-spacing: 0.1em;
}

.\[\&_\.submit-btn\]\:text-white .submit-btn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.submit-btn\]\:outline-none .submit-btn {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.submit-btn\]\:transition-all .submit-btn {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.submit-btn\]\:duration-300 .submit-btn {
  transition-duration: 300ms;
}

.\[\&_\.submit-btn\]\:ease-in-out .submit-btn {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .\[\&_\.submit-btn\]\:lg\:px-8 .submit-btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.\[\&_\.submit-wrap\]\:w-full .submit-wrap {
  width: 100%;
}

.\[\&_\.submit-wrap\]\:rounded-full .submit-wrap {
  border-radius: 9999px;
}

.\[\&_\.submit-wrap\]\:text-center .submit-wrap {
  text-align: center;
}

.\[\&_\.submit-wrap_p\]\:w-\[300px\] .submit-wrap p {
  width: 300px;
}

.\[\&_\.wpcf7-email\]\:w-\[230px\] .wpcf7-email {
  width: 230px;
}

@media (min-width: 640px) {
  .sm\:\[\&_\.wpcf7-email\]\:w-\[260px\] .wpcf7-email {
    width: 260px;
  }
}

@media (min-width: 1280px) {
  .xl\:\[\&_\.wpcf7-email\]\:w-auto .wpcf7-email {
    width: auto;
  }
}

.\[\&_\.wpcf7-form-control-wrap\]\:block .wpcf7-form-control-wrap {
  display: block;
}

.\[\&_\.wpcf7-form-control-wrap_input\]\:text-\[14px\] .wpcf7-form-control-wrap input {
  font-size: 14px;
}

.\[\&_\.wpcf7-form-control-wrap_input\]\:font-normal .wpcf7-form-control-wrap input {
  font-weight: 400;
}

.\[\&_\.wpcf7-list-item_input\]\:\!mt-0 .wpcf7-list-item input {
  margin-top: 0px !important;
}

.\[\&_\.wpcf7-list-item_input\]\:\!size-\[18px\] .wpcf7-list-item input {
  width: 18px !important;
  height: 18px !important;
}

.\[\&_\.wpcf7-list-item_label\]\:m-0 .wpcf7-list-item label {
  margin: 0px;
}

.\[\&_\.wpcf7-list-item_label\]\:flex .wpcf7-list-item label {
  display: flex;
}

.\[\&_\.wpcf7-list-item_label\]\:items-center .wpcf7-list-item label {
  align-items: center;
}

.\[\&_\.wpcf7-list-item_label\]\:gap-3 .wpcf7-list-item label {
  gap: 0.75rem;
}

.\[\&_\.wpcf7-list-item_span\]\:text-\[14px\] .wpcf7-list-item span {
  font-size: 14px;
}

.\[\&_\.wpcf7-list-item_span\]\:leading-\[1\.1\] .wpcf7-list-item span {
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.wpcf7-list-item_span\]\:text-\[20px\] .wpcf7-list-item span {
    font-size: 20px;
  }
}

.\[\&_\.wpcf7-radio\]\:mt-4 .wpcf7-radio {
  margin-top: 1rem;
}

.\[\&_\.wpcf7-radio\]\:flex .wpcf7-radio {
  display: flex;
}

.\[\&_\.wpcf7-radio\]\:flex-col .wpcf7-radio {
  flex-direction: column;
}

.\[\&_\.wpcf7-radio\]\:gap-6 .wpcf7-radio {
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .md\:\[\&_\.wpcf7-radio\]\:flex-row .wpcf7-radio {
    flex-direction: row;
  }
}

.\[\&_button\>img\]\:mx-auto button>img {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_button\>img\]\:hidden button>img {
  display: none;
}

.\[\&_button\>img\]\:h-\[10px\] button>img {
  height: 10px;
}

.\[\&_button\]\:\!bg-\[\#1F53A6\] button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1)) !important;
}

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

.\[\&_div\]\:mt-6 div {
  margin-top: 1.5rem;
}

.\[\&_div\]\:px-4 div {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .lg\:\[\&_div\]\:px-8 div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.\[\&_footer\]\:hidden footer {
  display: none;
}

.\[\&_form\]\:grid form {
  display: grid;
}

.\[\&_form\]\:w-full form {
  width: 100%;
}

.\[\&_form\]\:grid-cols-1 form {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.\[\&_form\]\:gap-5 form {
  gap: 1.25rem;
}

.\[\&_h2\]\:mt-4 h2 {
  margin-top: 1rem;
}

.\[\&_h2\]\:mt-6 h2 {
  margin-top: 1.5rem;
}

.\[\&_h2\]\:text-center h2 {
  text-align: center;
}

.\[\&_h2\]\:font-Playfair h2 {
  font-family: Playfair Display, Playfair Display;
}

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

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

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

.\[\&_h2\]\:font-medium h2 {
  font-weight: 500;
}

.\[\&_h2\]\:font-semibold h2 {
  font-weight: 600;
}

.\[\&_h2\]\:leading-\[1\.1\] h2 {
  line-height: 1.1;
}

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

.\[\&_h2\]\:text-white h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .\[\&_h2\]\:md\:text-\[30px\] h2 {
    font-size: 30px;
  }

  .\[\&_h2\]\:md\:text-\[40px\] h2 {
    font-size: 40px;
  }

  .md\:\[\&_h2\]\:text-\[30px\] h2 {
    font-size: 30px;
  }

  .md\:\[\&_h2\]\:text-\[34px\] h2 {
    font-size: 34px;
  }

  .md\:\[\&_h2\]\:text-\[40px\] h2 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_h2\]\:max-w-\[85\%\] h2 {
    max-width: 85%;
  }

  .\[\&_h2\]\:lg\:text-\[30px\] h2 {
    font-size: 30px;
  }

  .\[\&_h2\]\:lg\:text-\[36px\] h2 {
    font-size: 36px;
  }

  .lg\:\[\&_h2\]\:text-\[30px\] h2 {
    font-size: 30px;
  }

  .lg\:\[\&_h2\]\:text-\[40px\] h2 {
    font-size: 40px;
  }

  .lg\:\[\&_h2\]\:text-\[50px\] h2 {
    font-size: 50px;
  }

  .lg\:\[\&_h2\]\:text-\[55px\] h2 {
    font-size: 55px;
  }
}

@media (min-width: 1280px) {
  .\[\&_h2\]\:xl\:text-\[40px\] h2 {
    font-size: 40px;
  }

  .\[\&_h2\]\:xl\:text-\[60px\] h2 {
    font-size: 60px;
  }

  .xl\:\[\&_h2\]\:text-\[30px\] h2 {
    font-size: 30px;
  }

  .xl\:\[\&_h2\]\:text-\[40px\] h2 {
    font-size: 40px;
  }

  .xl\:\[\&_h2\]\:text-\[50px\] h2 {
    font-size: 50px;
  }

  .xl\:\[\&_h2\]\:text-\[60px\] h2 {
    font-size: 60px;
  }
}

@media (min-width: 1680px) {
  .\33xl\:\[\&_h2\]\:text-\[40px\] h2 {
    font-size: 40px;
  }

  .\33xl\:\[\&_h2\]\:text-\[70px\] h2 {
    font-size: 70px;
  }
}

.\[\&_h3\]\:mt-4 h3 {
  margin-top: 1rem;
}

.\[\&_h3\]\:mt-6 h3 {
  margin-top: 1.5rem;
}

.\[\&_h3\]\:font-Playfair h3 {
  font-family: Playfair Display, Playfair Display;
}

.\[\&_h3\]\:font-dm_sans h3 {
  font-family: DM Sans, DM Sans;
}

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

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

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

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

.\[\&_h3\]\:font-medium h3 {
  font-weight: 500;
}

.\[\&_h3\]\:font-normal h3 {
  font-weight: 400;
}

.\[\&_h3\]\:font-semibold h3 {
  font-weight: 600;
}

.\[\&_h3\]\:text-\[\#2A2A2A\] h3 {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:underline h3 {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .lg\:\[\&_h3\]\:text-\[20px\] h3 {
    font-size: 20px;
  }

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

  .lg\:\[\&_h3\]\:text-\[30px\] h3 {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .xl\:\[\&_h3\]\:text-\[24px\] h3 {
    font-size: 24px;
  }

  .xl\:\[\&_h3\]\:text-\[38px\] h3 {
    font-size: 38px;
  }
}

@media (min-width: 1680px) {
  .\33xl\:\[\&_h3\]\:text-\[24px\] h3 {
    font-size: 24px;
  }
}

.\[\&_h4\]\:mt-2 h4 {
  margin-top: 0.5rem;
}

.\[\&_h4\]\:font-dm_sans h4 {
  font-family: DM Sans, DM Sans;
}

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

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

.\[\&_h4\]\:font-bold h4 {
  font-weight: 700;
}

.\[\&_h4\]\:font-normal h4 {
  font-weight: 400;
}

.\[\&_h4\]\:leading-\[1\.1\] h4 {
  line-height: 1.1;
}

.\[\&_h4\]\:text-\[\#212121\] h4 {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lg\:\[\&_h4\]\:text-\[20px\] h4 {
    font-size: 20px;
  }

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

.\[\&_header\]\:hidden header {
  display: none;
}

.\[\&_iframe\]\:h-\[315px\] iframe {
  height: 315px;
}

.\[\&_iframe\]\:\!w-full iframe {
  width: 100% !important;
}

.\[\&_img\]\:w-4 img {
  width: 1rem;
}

.\[\&_input\:\:placeholder\]\:text-\[16px\] input::-moz-placeholder {
  font-size: 16px;
}

.\[\&_input\:\:placeholder\]\:text-\[16px\] input::placeholder {
  font-size: 16px;
}

.\[\&_input\:\:placeholder\]\:text-\[\#D4D4D4\] input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.\[\&_input\:\:placeholder\]\:text-\[\#D4D4D4\] input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .\[\&_input\:\:placeholder\]\:xl\:text-\[20px\] input::-moz-placeholder {
    font-size: 20px;
  }
  .\[\&_input\:\:placeholder\]\:xl\:text-\[20px\] input::placeholder {
    font-size: 20px;
  }
}

.\[\&_input\:focus\]\:outline-none input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_input\[type\=checkbox\]\]\:mt-0 input[type=checkbox] {
  margin-top: 0px;
}

.\[\&_input\[type\=checkbox\]\]\:h-\[18px\] input[type=checkbox] {
  height: 18px;
}

.\[\&_input\[type\=checkbox\]\]\:w-\[18px\] input[type=checkbox] {
  width: 18px;
}

.\[\&_input\[type\=checkbox\]\]\:\!appearance-none input[type=checkbox] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.\[\&_input\[type\=checkbox\]\]\:rounded input[type=checkbox] {
  border-radius: 0.25rem;
}

.\[\&_input\[type\=checkbox\]\]\:border-\[3px\] input[type=checkbox] {
  border-width: 3px;
}

.\[\&_input\[type\=checkbox\]\]\:border-\[\#000\] input[type=checkbox] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\[\&_input\[type\=checkbox\]\]\:px-1 input[type=checkbox] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&_input\[type\=checkbox\]\]\:py-1 input[type=checkbox] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\[\&_input\[type\=checkbox\]\]\:text-white input[type=checkbox] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_input\[type\=checkbox\]\]\:checked\:border-\[\#000\]:checked input[type=checkbox] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\[\&_input\[type\=checkbox\]\]\:checked\:\!bg-\[blue\]:checked input[type=checkbox] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 255 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_input\[type\=checkbox\]\]\:focus\:ring-0:focus input[type=checkbox] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.\[\&_input\[type\=submit\]\]\:ml-auto input[type=submit] {
  margin-left: auto;
}

.\[\&_input\[type\=submit\]\]\:block input[type=submit] {
  display: block;
}

.\[\&_input\[type\=submit\]\]\:w-full input[type=submit] {
  width: 100%;
}

.\[\&_input\[type\=submit\]\]\:\!cursor-pointer input[type=submit] {
  cursor: pointer !important;
}

.\[\&_input\[type\=submit\]\]\:cursor-pointer input[type=submit] {
  cursor: pointer;
}

.\[\&_input\[type\=submit\]\]\:rounded-lg input[type=submit] {
  border-radius: 0.5rem;
}

.\[\&_input\[type\=submit\]\]\:bg-\[\#1F53A6\] input[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 83 166 / var(--tw-bg-opacity, 1));
}

.\[\&_input\[type\=submit\]\]\:p-2 input[type=submit] {
  padding: 0.5rem;
}

.\[\&_input\[type\=submit\]\]\:px-0 input[type=submit] {
  padding-left: 0px;
  padding-right: 0px;
}

.\[\&_input\[type\=submit\]\]\:py-3 input[type=submit] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_input\[type\=submit\]\]\:text-\[16px\] input[type=submit] {
  font-size: 16px;
}

.\[\&_input\[type\=submit\]\]\:font-bold input[type=submit] {
  font-weight: 700;
}

.\[\&_input\[type\=submit\]\]\:font-normal input[type=submit] {
  font-weight: 400;
}

.\[\&_input\[type\=submit\]\]\:text-white input[type=submit] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lg\:\[\&_input\[type\=submit\]\]\:w-\[10\%\] input[type=submit] {
    width: 10%;
  }

  .\[\&_input\[type\=submit\]\]\:lg\:text-\[20px\] input[type=submit] {
    font-size: 20px;
  }
}

.\[\&_input\]\:mt-2 input {
  margin-top: 0.5rem;
}

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

.\[\&_input\]\:w-full input {
  width: 100%;
}

.\[\&_input\]\:max-w-\[180px\] input {
  max-width: 180px;
}

.\[\&_input\]\:rounded-2xl input {
  border-radius: 1rem;
}

.\[\&_input\]\:rounded-\[50px\] input {
  border-radius: 50px;
}

.\[\&_input\]\:rounded-full input {
  border-radius: 9999px;
}

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

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

.\[\&_input\]\:bg-\[\#F1F1F1\] input {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.\[\&_input\]\:px-4 input {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_input\]\:px-6 input {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&_input\]\:py-1 input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\[\&_input\]\:py-3 input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_input\]\:py-4 input {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.\[\&_input\]\:font-semibold input {
  font-weight: 600;
}

.\[\&_input\]\:text-\[\#A7A7A7\] input {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity, 1));
}

.\[\&_input\]\:outline-none input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:\[\&_input\]\:\!outline-none input:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (min-width: 1024px) {
  .\[\&_input\]\:lg\:h-\[60px\] input {
    height: 60px;
  }
}

.\[\&_label\>input\[type\=\'radio\'\]\]\:accent-\[\#1F53A6\] label>input[type='radio'] {
  accent-color: #1F53A6;
}

.\[\&_label\]\:mt-6 label {
  margin-top: 1.5rem;
}

.\[\&_label\]\:flex label {
  display: flex;
}

.\[\&_label\]\:items-start label {
  align-items: flex-start;
}

.\[\&_label\]\:justify-center label {
  justify-content: center;
}

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

.\[\&_label\]\:px-4 label {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.\[\&_label\]\:font-medium label {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .lg\:\[\&_label\]\:text-\[20px\] label {
    font-size: 20px;
  }
}

.\[\&_li\:\:after\]\:absolute li::after {
  position: absolute;
}

.\[\&_li\:\:after\]\:left-\[4px\] li::after {
  left: 4px;
}

.\[\&_li\:\:after\]\:top-1 li::after {
  top: 0.25rem;
}

.\[\&_li\:\:after\]\:text-\[10px\] li::after {
  font-size: 10px;
}

.\[\&_li\:\:after\]\:font-bold li::after {
  font-weight: 700;
}

.\[\&_li\:\:after\]\:text-\[\#1F53A6\] li::after {
  --tw-text-opacity: 1;
  color: rgb(31 83 166 / var(--tw-text-opacity, 1));
}

.\[\&_li\:\:after\]\:content-\[\'\2713\'\] li::after {
  --tw-content: '✓';
  content: var(--tw-content);
}

.\[\&_li\:\:before\]\:absolute li::before {
  position: absolute;
}

.\[\&_li\:\:before\]\:left-0 li::before {
  left: 0px;
}

.\[\&_li\:\:before\]\:top-1 li::before {
  top: 0.25rem;
}

.\[\&_li\:\:before\]\:size-4 li::before {
  width: 1rem;
  height: 1rem;
}

.\[\&_li\:\:before\]\:rounded-full li::before {
  border-radius: 9999px;
}

.\[\&_li\:\:before\]\:bg-\[\#D9D9D9\] li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.\[\&_li\:\:before\]\:content-\[\'\'\] li::before {
  --tw-content: '';
  content: var(--tw-content);
}

.\[\&_li\]\:relative li {
  position: relative;
}

.\[\&_li\]\:mt-2 li {
  margin-top: 0.5rem;
}

.\[\&_li\]\:list-disc li {
  list-style-type: disc;
}

.\[\&_li\]\:list-none li {
  list-style-type: none;
}

.\[\&_li\]\:pl-8 li {
  padding-left: 2rem;
}

.\[\&_li\]\:font-dm_sans li {
  font-family: DM Sans, DM Sans;
}

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

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

.\[\&_li\]\:font-normal li {
  font-weight: 400;
}

@media (min-width: 1024px) {
  .lg\:\[\&_li\]\:text-\[20px\] li {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .\[\&_li\]\:xl\:text-\[16px\] li {
    font-size: 16px;
  }
}

.\[\&_li_h4\]\:font-dm_sans li h4 {
  font-family: DM Sans, DM Sans;
}

.\[\&_li_h4\]\:text-\[20px\] li h4 {
  font-size: 20px;
}

.\[\&_li_h4\]\:font-semibold li h4 {
  font-weight: 600;
}

@media (min-width: 1280px) {
  .xl\:\[\&_li_h4\]\:text-\[24px\] li h4 {
    font-size: 24px;
  }
}

.\[\&_li_p\]\:mt-4 li p {
  margin-top: 1rem;
}

.\[\&_li_p\]\:font-dm_sans li p {
  font-family: DM Sans, DM Sans;
}

.\[\&_li_p\]\:text-\[20px\] li p {
  font-size: 20px;
}

.\[\&_li_p\]\:font-normal li p {
  font-weight: 400;
}

.\[\&_li_p\]\:leading-\[1\.2\] li p {
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .xl\:\[\&_li_p\]\:text-\[24px\] li p {
    font-size: 24px;
  }
}

.\[\&_ol\>li\>strong\]\:font-Playfair ol>li>strong {
  font-family: Playfair Display, Playfair Display;
}

.\[\&_ol\>li\>strong\]\:text-\[20px\] ol>li>strong {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .lg\:\[\&_ol\>li\>strong\]\:text-\[28px\] ol>li>strong {
    font-size: 28px;
  }
}

.\[\&_ol\>li\]\:mt-6 ol>li {
  margin-top: 1.5rem;
}

.\[\&_ol\>li\]\:list-decimal ol>li {
  list-style-type: decimal;
}

.\[\&_ol\>li\]\:pb-4 ol>li {
  padding-bottom: 1rem;
}

.\[\&_ol\>li\]\:pl-6 ol>li {
  padding-left: 1.5rem;
}

.\[\&_ol\>li\]\:font-dm_sans ol>li {
  font-family: DM Sans, DM Sans;
}

.\[\&_ol\>li\]\:text-\[16px\] ol>li {
  font-size: 16px;
}

.\[\&_ol\>li\]\:font-normal ol>li {
  font-weight: 400;
}

.\[\&_ol\>li\]\:leading-\[1\.3\] ol>li {
  line-height: 1.3;
}

.\[\&_ol\>li\]\:text-white ol>li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lg\:\[\&_ol\>li\]\:text-\[18px\] ol>li {
    font-size: 18px;
  }

  .lg\:\[\&_ol\>li\]\:text-\[20px\] ol>li {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .\[\&_ol\>li\]\:xl\:border-b-\[3px\] ol>li {
    border-bottom-width: 3px;
  }

  .\[\&_ol\>li\]\:xl\:border-\[\#00A3C8\] ol>li {
    --tw-border-opacity: 1;
    border-color: rgb(0 163 200 / var(--tw-border-opacity, 1));
  }

  .xl\:\[\&_ol\>li\]\:text-\[20px\] ol>li {
    font-size: 20px;
  }

  .xl\:\[\&_ol\>li\]\:text-\[24px\] ol>li {
    font-size: 24px;
  }
}

.\[\&_ol\]\:mt-14 ol {
  margin-top: 3.5rem;
}

.\[\&_ol\]\:grid ol {
  display: grid;
}

.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}

.\[\&_ol\]\:gap-14 ol {
  gap: 3.5rem;
}

@media (min-width: 1280px) {
  .\[\&_ol\]\:xl\:grid-cols-2 ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:\[\&_ol\]\:gap-20 ol {
    gap: 5rem;
  }
}

.\[\&_owl-nav\]\:\!block owl-nav {
  display: block !important;
}

.\[\&_p\>a\]\:mx-8 p>a {
  margin-left: 2rem;
  margin-right: 2rem;
}

.\[\&_p\>a\]\:mt-6 p>a {
  margin-top: 1.5rem;
}

.\[\&_p\>a\]\:inline-block p>a {
  display: inline-block;
}

.\[\&_p\>a\]\:font-dm_sans p>a {
  font-family: DM Sans, DM Sans;
}

.\[\&_p\>a\]\:font-semibold p>a {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .\[\&_p\>a\]\:lg\:text-\[24px\] p>a {
    font-size: 24px;
  }
}

.\[\&_p\>img\]\:h-\[21px\] p>img {
  height: 21px;
}

.\[\&_p\>img\]\:\!w-\[15px\] p>img {
  width: 15px !important;
}

@media (min-width: 1280px) {
  .xl\:\[\&_p\>img\]\:h-\[25px\] p>img {
    height: 25px;
  }

  .xl\:\[\&_p\>img\]\:\!w-\[18px\] p>img {
    width: 18px !important;
  }
}

.\[\&_p\]\:mb-6 p {
  margin-bottom: 1.5rem;
}

.\[\&_p\]\:mt-2 p {
  margin-top: 0.5rem;
}

.\[\&_p\]\:mt-3 p {
  margin-top: 0.75rem;
}

.\[\&_p\]\:mt-4 p {
  margin-top: 1rem;
}

.\[\&_p\]\:mt-6 p {
  margin-top: 1.5rem;
}

.\[\&_p\]\:mt-8 p {
  margin-top: 2rem;
}

.\[\&_p\]\:flex p {
  display: flex;
}

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

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

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

.\[\&_p\]\:max-w-\[700px\] p {
  max-width: 700px;
}

.\[\&_p\]\:items-center p {
  align-items: center;
}

.\[\&_p\]\:gap-2 p {
  gap: 0.5rem;
}

.\[\&_p\]\:font-dm_sans p {
  font-family: DM Sans, DM Sans;
}

.\[\&_p\]\:font-satoshi p {
  font-family: Satoshi, sans-serif;
}

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

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

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

.\[\&_p\]\:text-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_p\]\:font-medium p {
  font-weight: 500;
}

.\[\&_p\]\:font-normal p {
  font-weight: 400;
}

.\[\&_p\]\:leading-\[1\.1\] p {
  line-height: 1.1;
}

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

.\[\&_p\]\:leading-\[1\.3\] p {
  line-height: 1.3;
}

.\[\&_p\]\:leading-\[1\.4\] p {
  line-height: 1.4;
}

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

.\[\&_p\]\:text-\[\#2A2A2A\] p {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .\[\&_p\]\:lg\:mt-4 p {
    margin-top: 1rem;
  }

  .\[\&_p\]\:lg\:mt-6 p {
    margin-top: 1.5rem;
  }

  .lg\:\[\&_p\]\:mt-6 p {
    margin-top: 1.5rem;
  }

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

  .\[\&_p\]\:lg\:text-\[20px\] p {
    font-size: 20px;
  }

  .lg\:\[\&_p\]\:text-\[20px\] p {
    font-size: 20px;
  }

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

@media (min-width: 1280px) {
  .xl\:\[\&_p\]\:mt-6 p {
    margin-top: 1.5rem;
  }

  .\[\&_p\]\:xl\:text-\[16px\] p {
    font-size: 16px;
  }

  .\[\&_p\]\:xl\:text-\[18px\] p {
    font-size: 18px;
  }

  .\[\&_p\]\:xl\:text-\[20px\] p {
    font-size: 20px;
  }

  .\[\&_p\]\:xl\:text-\[24px\] p {
    font-size: 24px;
  }

  .xl\:\[\&_p\]\:text-\[16px\] p {
    font-size: 16px;
  }

  .xl\:\[\&_p\]\:text-\[24px\] p {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .\[\&_p\]\:2xl\:text-\[16px\] p {
    font-size: 16px;
  }
}

@media (min-width: 1680px) {
  .\33xl\:\[\&_p\]\:text-\[24px\] p {
    font-size: 24px;
  }
}

.\[\&_select\:focus\]\:outline-none select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_select\]\:\!w-full select {
  width: 100% !important;
}

.\[\&_select\]\:w-\[70\%\] select {
  width: 70%;
}

.\[\&_select\]\:w-full select {
  width: 100%;
}

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

.\[\&_select\]\:rounded-full select {
  border-radius: 9999px;
}

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

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

.\[\&_select\]\:bg-\[\#F1F1F1\] select {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.\[\&_select\]\:bg-\[length\:16px_10px\] select {
  background-size: 16px 10px;
}

.\[\&_select\]\:bg-\[right_1rem_center\] select {
  background-position: right 1rem center;
}

.\[\&_select\]\:bg-no-repeat select {
  background-repeat: no-repeat;
}

.\[\&_select\]\:px-6 select {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&_select\]\:py-1 select {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\[\&_select\]\:py-4 select {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.\[\&_select\]\:font-semibold select {
  font-weight: 600;
}

.\[\&_select\]\:leading-\[1\.5\] select {
  line-height: 1.5;
}

.\[\&_select\]\:text-\[\#A7A7A7\] select {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity, 1));
}

.\[\&_select\]\:text-\[\#D4D4D4\] select {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .\[\&_select\]\:xl\:text-\[20px\] select {
    font-size: 20px;
  }
}

.\[\&_span\]\:mt-4 span {
  margin-top: 1rem;
}

.\[\&_span\]\:flex span {
  display: flex;
}

.\[\&_span\]\:\!w-full span {
  width: 100% !important;
}

.\[\&_span\]\:items-start span {
  align-items: flex-start;
}

.\[\&_span\]\:gap-2 span {
  gap: 0.5rem;
}

.\[\&_span\]\:font-Lato span {
  font-family: Lato, sans-serif;
}

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

.\[\&_span\]\:font-normal span {
  font-weight: 400;
}

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

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

@media (min-width: 1024px) {
  .lg\:\[\&_span\]\:text-\[18px\] span {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .\[\&_span\]\:xl\:text-\[20px\] span {
    font-size: 20px;
  }
}

.\[\&_textarea\]\:h-\[150px\] textarea {
  height: 150px;
}

.\[\&_textarea\]\:w-full textarea {
  width: 100%;
}

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

.\[\&_textarea\]\:rounded-\[30px\] textarea {
  border-radius: 30px;
}

.\[\&_textarea\]\:bg-\[\#F1F1F1\] textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.\[\&_textarea\]\:p-\[20px_24px\] textarea {
  padding: 20px 24px;
}

.\[\&_textarea\]\:px-6 textarea {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&_textarea\]\:py-6 textarea {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.\[\&_textarea\]\:font-semibold textarea {
  font-weight: 600;
}

.focus\:\[\&_textarea\]\:\!outline-none textarea:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.\[\&_th\]\:font-Inter th {
  font-family: Inter, sans-serif;
}

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

.\[\&_th\]\:font-semibold th {
  font-weight: 600;
}

@media (min-width: 768px) {
  .md\:\[\&_th\]\:text-\[20px\] th {
    font-size: 20px;
  }
}

@media (min-width: 1680px) {
  .\33xl\:\[\&_th\]\:text-\[30px\] th {
    font-size: 30px;
  }
}

.\[\&_ul\>li\]\:mx-8 ul>li {
  margin-left: 2rem;
  margin-right: 2rem;
}

.\[\&_ul\>li\]\:mt-2 ul>li {
  margin-top: 0.5rem;
}

.\[\&_ul\>li\]\:mt-4 ul>li {
  margin-top: 1rem;
}

.\[\&_ul\>li\]\:list-disc ul>li {
  list-style-type: disc;
}

.\[\&_ul\>li\]\:overflow-visible ul>li {
  overflow: visible;
}

.\[\&_ul\>li\]\:bg-\[length\:18px\] ul>li {
  background-size: 18px;
}

.\[\&_ul\>li\]\:bg-\[position\:0_0px\] ul>li {
  background-position: 0 0px;
}

.\[\&_ul\>li\]\:bg-\[position\:0_2px\] ul>li {
  background-position: 0 2px;
}

.\[\&_ul\>li\]\:bg-no-repeat ul>li {
  background-repeat: no-repeat;
}

.\[\&_ul\>li\]\:pl-\[34px\] ul>li {
  padding-left: 34px;
}

.\[\&_ul\>li\]\:font-dm_sans ul>li {
  font-family: DM Sans, DM Sans;
}

.\[\&_ul\>li\]\:text-\[16px\] ul>li {
  font-size: 16px;
}

.\[\&_ul\>li\]\:font-light ul>li {
  font-weight: 300;
}

.\[\&_ul\>li\]\:font-normal ul>li {
  font-weight: 400;
}

.\[\&_ul\>li\]\:leading-\[1\.3\] ul>li {
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .lg\:\[\&_ul\>li\]\:bg-\[position\:0_2px\] ul>li {
    background-position: 0 2px;
  }

  .lg\:\[\&_ul\>li\]\:text-\[18px\] ul>li {
    font-size: 18px;
  }

  .lg\:\[\&_ul\>li\]\:text-\[20px\] ul>li {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .xl\:\[\&_ul\>li\]\:bg-\[length\:20px\] ul>li {
    background-size: 20px;
  }

  .xl\:\[\&_ul\>li\]\:bg-\[position\:0_9px\] ul>li {
    background-position: 0 9px;
  }

  .\[\&_ul\>li\]\:xl\:text-\[18px\] ul>li {
    font-size: 18px;
  }

  .\[\&_ul\>li\]\:xl\:text-\[20px\] ul>li {
    font-size: 20px;
  }
}

.\[\&_ul\]\:mt-4 ul {
  margin-top: 1rem;
}

.\[\&_ul\]\:mt-6 ul {
  margin-top: 1.5rem;
}

.\[\&_ul\]\:font-dm_sans ul {
  font-family: DM Sans, DM Sans;
}

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

.\[\&_ul\]\:text-white ul {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .admin-bar .xl\:\[\.admin-bar_\&\]\:top-8 {
    top: 2rem;
  }
}

.slick-active .\[\.slick-active_\&\]\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slick-active .\[\.slick-active_\&\]\:opacity-100 {
  opacity: 1;
}

a:hover>.\[a\:hover\>\&\]\:visible {
  visibility: visible;
}
