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

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

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.top-\[6\.5\%\] {
  top: 6.5%;
}

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

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

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

.\!mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[17\.11px\] {
  margin-top: 17.11px;
}

.mt-\[3\.42px\] {
  margin-top: 3.42px;
}

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

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

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

.mt-\[6\.84px\] {
  margin-top: 6.84px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

.h-\[244\.652px\] {
  height: 244.652px;
}

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

.h-\[3\.422px\] {
  height: 3.422px;
}

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

.h-\[337\.6px\] {
  height: 337.6px;
}

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

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

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

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

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

.h-\[74\.2px\] {
  height: 74.2px;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-6 {
  width: 1.5rem;
}

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

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

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

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

.w-\[22\.4px\] {
  width: 22.4px;
}

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

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

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

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

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

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

.w-\[508\.5px\] {
  width: 508.5px;
}

.w-\[642\.34px\] {
  width: 642.34px;
}

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

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

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

.w-\[74\.6px\] {
  width: 74.6px;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.max-w-\[368\.34px\] {
  max-width: 368.34px;
}

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

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

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

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

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

.max-w-\[53\.63px\] {
  max-width: 53.63px;
}

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

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

.max-w-\[709\.5px\] {
  max-width: 709.5px;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[1\.71px\] {
  gap: 1.71px;
}

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

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

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

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

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

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

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

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

.gap-\[15\.9px\] {
  gap: 15.9px;
}

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

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

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

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

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

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

.gap-\[3\.42px\] {
  gap: 3.42px;
}

.gap-\[3\.64px\] {
  gap: 3.64px;
}

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

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

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

.gap-\[5\.13px\] {
  gap: 5.13px;
}

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

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

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

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

.gap-\[9\.22px\] {
  gap: 9.22px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[1\.82px\] {
  border-radius: 1.82px;
}

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

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

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

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

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

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

.rounded-\[85\.554px\] {
  border-radius: 85.554px;
}

.rounded-\[855\.537px\] {
  border-radius: 855.537px;
}

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

.rounded-bl-\[8\.555px\] {
  border-bottom-left-radius: 8.555px;
}

.rounded-br-\[8\.555px\] {
  border-bottom-right-radius: 8.555px;
}

.border {
  border-width: 1px;
}

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

.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}

.border-b-\[0\.856px\] {
  border-bottom-width: 0.856px;
}

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

.border-\[\#398391\] {
  --tw-border-opacity: 1;
  border-color: rgb(57 131 145 / var(--tw-border-opacity, 1));
}

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

.border-b-\[rgba\(102\2c 102\2c 102\2c 0\.4\)\] {
  border-bottom-color: rgba(102,102,102,0.4);
}

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

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

.bg-\[\#A6D3D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(166 211 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CDE0E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 224 228 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#D80604\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 6 4 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DCDEE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 222 224 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#F2F6FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 250 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F6664F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 102 79 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F2EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 235 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-top-option-active {
  background-image: linear-gradient(2deg, #376566 -21.73%, #237A74 108.68%);;
}

.p-4 {
  padding: 1rem;
}

.p-\[13\.69px\] {
  padding: 13.69px;
}

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

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

.px-\[13\.69px\] {
  padding-left: 13.69px;
  padding-right: 13.69px;
}

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

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

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

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

.px-\[5\.46px\] {
  padding-left: 5.46px;
  padding-right: 5.46px;
}

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

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

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

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

.py-\[1\.72px\] {
  padding-top: 1.72px;
  padding-bottom: 1.72px;
}

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

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

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

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

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

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

.pb-\[25\.35px\] {
  padding-bottom: 25.35px;
}

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

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

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

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

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

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

.font-DomaineDisplayNarrow {
  font-family: Domaine Display Narrow, sans-serif;
}

.font-Georgia {
  font-family: Georgia, sans-serif;
}

.font-Helvetica {
  font-family: Helvetica, sans-serif;
}

.font-HelveticaNeue {
  font-family: Helvetica Neue, sans-serif;
}

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

.font-MyriadPro {
  font-family: Myriad Pro, sans-serif;
}

.font-Roboto {
  font-family: Roboto, sans-serif;
}

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

.text-\[11\.978px\] {
  font-size: 11.978px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[6\.844px\] {
  font-size: 6.844px;
}

.text-\[9\.8px\] {
  font-size: 9.8px;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[10\.266px\] {
  line-height: 10.266px;
}

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

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

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

.leading-\[14\.56px\] {
  line-height: 14.56px;
}

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

.leading-\[15\.4px\] {
  line-height: 15.4px;
}

.leading-\[15\.6px\] {
  line-height: 15.6px;
}

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

.leading-\[18\.72px\] {
  line-height: 18.72px;
}

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

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

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

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

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

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

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

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

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

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

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

.leading-\[32\.4px\] {
  line-height: 32.4px;
}

.leading-\[40\.5px\] {
  line-height: 40.5px;
}

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

.leading-\[48\.4px\] {
  line-height: 48.4px;
}

.leading-\[52\.8px\] {
  line-height: 52.8px;
}

.leading-\[8\.4px\] {
  line-height: 8.4px;
}

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

.leading-normal {
  line-height: 1.5;
}

.tracking-\[-0\.18px\] {
  letter-spacing: -0.18px;
}

.tracking-\[-0\.428px\] {
  letter-spacing: -0.428px;
}

.tracking-\[0\.14px\] {
  letter-spacing: 0.14px;
}

.tracking-\[0\.15px\] {
  letter-spacing: 0.15px;
}

.tracking-\[0\.187px\] {
  letter-spacing: 0.187px;
}

.tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}

.tracking-\[0\.428px\] {
  letter-spacing: 0.428px;
}

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

.tracking-\[0\.88px\] {
  letter-spacing: 0.88px;
}

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

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

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

.text-\[\#03918B\] {
  --tw-text-opacity: 1;
  color: rgb(3 145 139 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.text-\[\#398391\] {
  --tw-text-opacity: 1;
  color: rgb(57 131 145 / var(--tw-text-opacity, 1));
}

.text-\[\#503830\] {
  --tw-text-opacity: 1;
  color: rgb(80 56 48 / var(--tw-text-opacity, 1));
}

.text-\[\#5F6061\] {
  --tw-text-opacity: 1;
  color: rgb(95 96 97 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.accent-\[\#03918B\] {
  accent-color: #03918B;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

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

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

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

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

@font-face {
  font-family: 'Helvetica';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/Helvetica.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

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

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/Helvetica.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

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

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/HelveticaNeueMedium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Domaine Display Narrow';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/DomaineDispNar-Semibold.otf') format('opentype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Domaine Display Narrow';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/DomaineDispNar-SemiboldItalic.otf') format('opentype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'Georgia';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/Georgia+Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/Myriad+Pro+Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/Myriad+Pro+Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Roboto';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/Roboto-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Roboto';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/Roboto-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Roboto';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/Roboto-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

input:checked + label .unchecked-icon {
  display: none;
}

input:checked + label .checked-icon {
  display: block;
}

.pricing-container-box-shadow {
  box-shadow: 0 7.296px 3.648px 0 rgba(0, 0, 0, 0.10), 0 -27.361px 7.296px 0 rgba(0, 0, 0, 0.00), 0 -17.328px 7.296px 0 rgba(0, 0, 0, 0.02), 0 -10.032px 5.472px 0 rgba(0, 0, 0, 0.06), 0 -4.56px 4.56px 0 rgba(0, 0, 0, 0.10), 0 -0.912px 2.736px 0 rgba(0, 0, 0, 0.12);
}

.top-option-active-bg {
  background: linear-gradient(2deg, #376566 -21.73%, #237A74 108.68%)
}

.order-button-bg {
  background: linear-gradient(180deg, #FFE259 -18.49%, #FFA751 166.63%), linear-gradient(2deg, #EBAB00 -2.44%, #FFE500 31.51%, #FFFCA9 95.25%, #FFE500 97.75%), #FFF;
  box-shadow: 0 2.007px 0 0 #C89C01, 0 3.011px 13.048px 0 rgba(240, 152, 49, 0.50);
}

.pricing-container-main-box {
  border-radius: 8.555px;
  border: 0.856px solid rgba(102, 102, 102, 0.40);
  background: #FFF;
  box-shadow: 0 1.711px 2.567px 0 rgba(0, 0, 0, 0.10);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  border-radius: 12.5px;
  margin-right: 9.41px !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 50%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 100%;
}

.mySwiper .swiper-slide:last-child {
  margin-right: 0 !important;
}

.mySwiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000080;
  transition: background 0.3s ease;
  pointer-events: none;
}

.mySwiper .swiper-slide-thumb-active::after {
  background: transparent;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.runner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.runner-track {
  display: flex;
  gap: 28px;
  animation: scroll 80s linear infinite;
}

.answer p:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .runner-track {
    gap: 56.21px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-85%);
  }
}

/*****************************************************popupmodal**********************************************************************************/

.popupmodal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  font-size: 13px;
  display: none;
  z-index:10;
}

.popupmodal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupmodal .popupmodal-wrap {
  max-width: 700px;
  width: calc(100% - 60px);
  max-height: 500px;
  height: auto;
  min-height: 40%;
  position: relative;
  background-color: #fff;
  padding: 50px;
  margin: auto 10px;
  box-shadow: 0px 0px 8px rgb(1 1 1 / 32%);
  border-radius: 5px;
}

.popupmodal .popupmodal-header {
  margin-bottom: 25px
}

.popupmodal .popupmodal-title {
  color:#000;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

.popupmodal .popupmodal-close {
  color:#000;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.popupmodal .popupmodal-body a {
  pointer-events: none;
  cursor:default;
  word-wrap: break-word;
  color: #000;
  font-family: 'Myriad Pro';
  line-height: normal;
}

.popupmodal .popupmodal-body {
  overflow-y:scroll;
  max-height: 323px;
}

/**************************************************************************************************************************************************************************************/

@media (min-width: 1024px) {
  .checked-icon, .unchecked-icon {
    height: 25px !important;
    width: 25px !important;
  }

  .checkout-2-bg {
    background-image: url("https://dq40mn20rnss1.cloudfront.net/elimipure/PGC-EP-GS/checkout-bg-desk.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .swiper {
    width: 540px !important;
    height: 540px !important;
  }

  .mySwiper .swiper-slide {
    height: 124.83px !important;
    width: 124.83px !important;
  }

  .swiper-wrapper {
    margin-left: 10px !important;
  }

  .mySwiper2 {
    border-radius: 18px;
  }

  .swiper-slide img {
    border-radius: 18px;
  }

  .swiper-slide:not(:last-child) {
    margin-right: 11px !important;
  }

  .mySwiper .swiper-slide:last-child {
    margin-right: 11px !important;
  }
}

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

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

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

.hover\:bg-\[\#A6D3D9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(166 211 217 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:outline:hover {
  outline-style: solid;
}

.hover\:outline-1:hover {
  outline-width: 1px;
}

.hover\:outline-\[\#333\]:hover {
  outline-color: #333;
}

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

.peer:checked ~ .peer-checked\:bg-\[\#F8FFF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 247 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:shadow-\[0_0_0_1\.7px_\#03918B\] {
  --tw-shadow: 0 0 0 1.7px #03918B;
  --tw-shadow-colored: 0 0 0 1.7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1280px) {
  .max-xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

  .max-lg\:max-w-\[189\.92px\] {
    max-width: 189.92px;
  }

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

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

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

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

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

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

@media not all and (min-width: 640px) {
  .max-sm\:block {
    display: block;
  }
}

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:m-auto {
    margin: auto;
  }

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

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

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

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

  .lg\:mb-\[63\.45px\] {
    margin-bottom: 63.45px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-\[39\.4px\] {
    margin-top: 39.4px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-\[101\.32px\] {
    height: 101.32px;
  }

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

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

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

  .lg\:h-\[691\.52px\] {
    height: 691.52px;
  }

  .lg\:w-\[101\.32px\] {
    width: 101.32px;
  }

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

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

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

  .lg\:w-\[370\.35px\] {
    width: 370.35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[878\.2px\] {
    max-width: 878.2px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .lg\:gap-\[13\.27px\] {
    gap: 13.27px;
  }

  .lg\:gap-\[15\.02px\] {
    gap: 15.02px;
  }

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

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

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

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

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

  .lg\:gap-\[35\.37px\] {
    gap: 35.37px;
  }

  .lg\:gap-\[4\.97px\] {
    gap: 4.97px;
  }

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

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

  .lg\:gap-\[56\.21px\] {
    gap: 56.21px;
  }

  .lg\:gap-\[63\.23px\] {
    gap: 63.23px;
  }

  .lg\:gap-\[64\.23px\] {
    gap: 64.23px;
  }

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

  .lg\:gap-\[75\.27px\] {
    gap: 75.27px;
  }

  .lg\:gap-\[80\.29px\] {
    gap: 80.29px;
  }

  .lg\:rounded-\[2\.485px\] {
    border-radius: 2.485px;
  }

  .lg\:rounded-\[42\.154px\] {
    border-radius: 42.154px;
  }

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

  .lg\:bg-\[\#A6D3D9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(166 211 217 / 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-4 {
    padding: 1rem;
  }

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

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

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

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

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

  .lg\:px-\[7\.46px\] {
    padding-left: 7.46px;
    padding-right: 7.46px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .lg\:py-\[3\.37px\] {
    padding-top: 3.37px;
    padding-bottom: 3.37px;
  }

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

  .lg\:py-\[64\.23px\] {
    padding-top: 64.23px;
    padding-bottom: 64.23px;
  }

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

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

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

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

  .lg\:pb-\[64\.72px\] {
    padding-bottom: 64.72px;
  }

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

  .lg\:pb-\[80\.29px\] {
    padding-bottom: 80.29px;
  }

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

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-\[52\.19px\] {
    padding-right: 52.19px;
  }

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

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

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

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

  .lg\:pt-\[59\.26px\] {
    padding-top: 59.26px;
  }

  .lg\:pt-\[64\.23px\] {
    padding-top: 64.23px;
  }

  .lg\:pt-\[81\.73px\] {
    padding-top: 81.73px;
  }

  .lg\:pt-\[93\.34px\] {
    padding-top: 93.34px;
  }

  .lg\:pl-\[2px\] {
    padding-left: 2px;
  }

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

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

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

  .lg\:font-HelveticaNeue {
    font-family: Helvetica Neue, sans-serif;
  }

  .lg\:font-Inter {
    font-family: Inter, sans-serif;
  }

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

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

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

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

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

  .lg\:text-\[17\.062px\] {
    font-size: 17.062px;
  }

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

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

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

  .lg\:text-\[19\.882px\] {
    font-size: 19.882px;
  }

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

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

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

  .lg\:text-\[30\.11px\] {
    font-size: 30.11px;
  }

  .lg\:text-\[36\.123px\] {
    font-size: 36.123px;
  }

  .lg\:text-\[36\.132px\] {
    font-size: 36.132px;
  }

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

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

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

  .lg\:text-\[56\.205px\] {
    font-size: 56.205px;
  }

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

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

  .lg\:text-\[8\.029px\] {
    font-size: 8.029px;
  }

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

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

  .lg\:leading-\[12\.044px\] {
    line-height: 12.044px;
  }

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

  .lg\:leading-\[15\.657px\] {
    line-height: 15.657px;
  }

  .lg\:leading-\[18\.066px\] {
    line-height: 18.066px;
  }

  .lg\:leading-\[18\.06px\] {
    line-height: 18.06px;
  }

  .lg\:leading-\[18\.789px\] {
    line-height: 18.789px;
  }

  .lg\:leading-\[19\.823px\] {
    line-height: 19.823px;
  }

  .lg\:leading-\[19\.882px\] {
    line-height: 19.882px;
  }

  .lg\:leading-\[20\.073px\] {
    line-height: 20.073px;
  }

  .lg\:leading-\[21\.679px\] {
    line-height: 21.679px;
  }

  .lg\:leading-\[25\.694px\] {
    line-height: 25.694px;
  }

  .lg\:leading-\[27\.3px\] {
    line-height: 27.3px;
  }

  .lg\:leading-\[28\.906px\] {
    line-height: 28.906px;
  }

  .lg\:leading-\[28\.9px\] {
    line-height: 28.9px;
  }

  .lg\:leading-\[29\.823px\] {
    line-height: 29.823px;
  }

  .lg\:leading-\[30\.11px\] {
    line-height: 30.11px;
  }

  .lg\:leading-\[40\.648px\] {
    line-height: 40.648px;
  }

  .lg\:leading-\[46\.872px\] {
    line-height: 46.872px;
  }

  .lg\:leading-\[46\.972px\] {
    line-height: 46.972px;
  }

  .lg\:leading-\[48\.778px\] {
    line-height: 48.778px;
  }

  .lg\:leading-\[50\.585px\] {
    line-height: 50.585px;
  }

  .lg\:leading-\[72\.264px\] {
    line-height: 72.264px;
  }

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

  .lg\:tracking-\[-0\.181px\] {
    letter-spacing: -0.181px;
  }

  .lg\:tracking-\[-0\.502px\] {
    letter-spacing: -0.502px;
  }

  .lg\:tracking-\[0\.171px\] {
    letter-spacing: 0.171px;
  }

  .lg\:tracking-\[0\.188px\] {
    letter-spacing: 0.188px;
  }

  .lg\:tracking-\[0\.321px\] {
    letter-spacing: 0.321px;
  }

  .lg\:tracking-\[0\.502px\] {
    letter-spacing: 0.502px;
  }

  .lg\:tracking-\[1\.124px\] {
    letter-spacing: 1.124px;
  }

  .lg\:tracking-\[1\.204px\] {
    letter-spacing: 1.204px;
  }

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

  .peer:checked ~ .lg\:peer-checked\:shadow-\[0_0_0_2\.007px_\#03918B\] {
    --tw-shadow: 0 0 0 2.007px #03918B;
    --tw-shadow-colored: 0 0 0 2.007px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:ml-\[370px\] {
    margin-left: 370px;
  }

  .xl\:max-w-\[639\.33px\] {
    max-width: 639.33px;
  }

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

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-\[200px\] {
    padding-left: 200px;
  }
}









