/*
! tailwindcss v3.4.3 | 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] {
  display: none;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

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

.h-\[146\.2px\] {
  height: 146.2px;
}

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

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

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

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

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

.h-\[19\.656px\] {
  height: 19.656px;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[39\.9px\] {
  height: 39.9px;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

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

.max-h-dvh {
  max-height: 100dvh;
}

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

.min-h-dvh {
  min-height: 100dvh;
}

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

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

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

.w-\[115\.74px\] {
  width: 115.74px;
}

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

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

.w-\[119\.01px\] {
  width: 119.01px;
}

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

.w-\[121\.98px\] {
  width: 121.98px;
}

.w-\[123\.56px\] {
  width: 123.56px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[56\.02px\] {
  width: 56.02px;
}

.w-\[78\.76px\] {
  width: 78.76px;
}

.w-\[81\.96px\] {
  width: 81.96px;
}

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

.w-\[94\.3px\] {
  width: 94.3px;
}

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

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

.max-w-\[108\.75px\] {
  max-width: 108.75px;
}

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

.max-w-\[109\.75px\] {
  max-width: 109.75px;
}

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

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

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

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

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

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

.max-w-\[204\.8px\] {
  max-width: 204.8px;
}

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

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

.max-w-\[276\.5px\] {
  max-width: 276.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[651\.41px\] {
  max-width: 651.41px;
}

.max-w-\[655\.64px\] {
  max-width: 655.64px;
}

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

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

.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-row {
  flex-direction: row;
}

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

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

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

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

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

.justify-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-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

.gap-\[5\.95px\] {
  gap: 5.95px;
}

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

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

.gap-\[7\.7px\] {
  gap: 7.7px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

.gap-x-\[13\.2px\] {
  -moz-column-gap: 13.2px;
       column-gap: 13.2px;
}

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

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-\[0\.744px\] {
  border-width: 0.744px;
}

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

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

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

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

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

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

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

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

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

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

.border-\[rgba\(0\2c 0\2c 0\2c 0\.70\)\] {
  border-color: rgba(0,0,0,0.70);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  border-color: rgba(255,255,255,0.8);
}

.border-\[rgba\(45\2c 57\2c 76\2c 0\.10\)\] {
  border-color: rgba(45,57,76,0.10);
}

.border-\[rgba\(56\2c 49\2c 44\2c 0\.2\)\] {
  border-color: rgba(56,49,44,0.2);
}

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

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

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

.bg-\[\#116F53\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 111 83 / var(--tw-bg-opacity));
}

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

.bg-\[\#1C624D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 98 77 / var(--tw-bg-opacity));
}

.bg-\[\#1e4047\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 71 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.bg-\[\#DEEBE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 235 231 / var(--tw-bg-opacity));
}

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

.bg-\[\#ECF5EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 245 239 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-\[\#FB513A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 81 58 / var(--tw-bg-opacity));
}

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

.bg-\[\#e34134\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 65 52 / var(--tw-bg-opacity));
}

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

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

.bg-\[rgb\(247\2c 244\2c 240\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 240 / var(--tw-bg-opacity));
}

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

.bg-\[rgba\(255\2c 188\2c 138\2c 0\.60\)\] {
  background-color: rgba(255,188,138,0.60);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  background-color: rgba(255,255,255,0.5);
}

.bg-\[rgba\(80\2c 56\2c 48\2c 0\.50\)\] {
  background-color: rgba(80,56,48,0.50);
}

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

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

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

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

.pb-\[19\.25px\] {
  padding-bottom: 19.25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.indent-3 {
  text-indent: 0.75rem;
}

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

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

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

.font-WorkSans {
  font-family: "Work Sans", sans-serif;
}

.font-\[\'Pluto\'\] {
  font-family: 'Pluto';
}

.font-\[\'Roboto\'\] {
  font-family: 'Roboto';
}

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

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

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

.text-\[11\.905px\] {
  font-size: 11.905px;
}

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

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

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

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

.text-\[12px\]\/\[14px\] {
  font-size: 12px;
  line-height: 14px;
}

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

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

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

.text-\[13px\]\/\[150\%\] {
  font-size: 13px;
  line-height: 150%;
}

.text-\[13px\]\/\[160\%\] {
  font-size: 13px;
  line-height: 160%;
}

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

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

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

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

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

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

.text-\[19\.76px\]\/\[normal\] {
  font-size: 19.76px;
  line-height: normal;
}

.text-\[1rem\] {
  font-size: 1rem;
}

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

.text-\[20px\]\/\[28px\] {
  font-size: 20px;
  line-height: 28px;
}

.text-\[23\.199px\]\/\[normal\] {
  font-size: 23.199px;
  line-height: normal;
}

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

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

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

.text-\[25px\]\/\[120\%\] {
  font-size: 25px;
  line-height: 120%;
}

.text-\[28px\]\/\[130\%\] {
  font-size: 28px;
  line-height: 130%;
}

.text-\[29\.82px\]\/\[normal\] {
  font-size: 29.82px;
  line-height: normal;
}

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

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

.text-\[32px\]\/\[130\%\] {
  font-size: 32px;
  line-height: 130%;
}

.text-\[32px\]\/\[35\.2px\] {
  font-size: 32px;
  line-height: 35.2px;
}

.text-\[32px\]\/\[41\.6px\] {
  font-size: 32px;
  line-height: 41.6px;
}

.text-\[32px\]\/\[normal\] {
  font-size: 32px;
  line-height: normal;
}

.text-\[34px\]\/\[normal\] {
  font-size: 34px;
  line-height: normal;
}

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

.text-\[48\.89px\]\/\[150\%\] {
  font-size: 48.89px;
  line-height: 150%;
}

.text-\[8\.237px\]\/\[13\.179px\] {
  font-size: 8.237px;
  line-height: 13.179px;
}

.text-\[8\.928px\] {
  font-size: 8.928px;
}

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

.text-base\/\[150\%\] {
  font-size: 1rem;
  line-height: 150%;
}

.text-base\/\[normal\] {
  font-size: 1rem;
  line-height: normal;
}

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

.text-lg\/\[120\%\] {
  font-size: 1.125rem;
  line-height: 120%;
}

.text-lg\/\[140\%\] {
  font-size: 1.125rem;
  line-height: 140%;
}

.text-lg\/\[160\%\] {
  font-size: 1.125rem;
  line-height: 160%;
}

.text-lg\/\[normal\] {
  font-size: 1.125rem;
  line-height: normal;
}

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

.text-sm\/\[120\%\] {
  font-size: 0.875rem;
  line-height: 120%;
}

.text-sm\/\[150\%\] {
  font-size: 0.875rem;
  line-height: 150%;
}

.text-sm\/\[18px\] {
  font-size: 0.875rem;
  line-height: 18px;
}

.text-sm\/\[normal\] {
  font-size: 0.875rem;
  line-height: normal;
}

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

.text-xl\/\[120\%\] {
  font-size: 1.25rem;
  line-height: 120%;
}

.text-xl\/\[140\%\] {
  font-size: 1.25rem;
  line-height: 140%;
}

.text-xl\/\[normal\] {
  font-size: 1.25rem;
  line-height: normal;
}

.text-xs\/\[133\.33\%\] {
  font-size: 0.75rem;
  line-height: 133.33%;
}

.text-xs\/\[150\%\] {
  font-size: 0.75rem;
  line-height: 150%;
}

.text-xs\/\[normal\] {
  font-size: 0.75rem;
  line-height: normal;
}

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

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

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[10\.714px\] {
  line-height: 10.714px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[-0\.131px\] {
  letter-spacing: -0.131px;
}

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

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

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

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

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

.tracking-\[-0\.68px\] {
  letter-spacing: -0.68px;
}

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

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

.tracking-\[0\.25px\] {
  letter-spacing: 0.25px;
}

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

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

.tracking-\[0\.39px\] {
  letter-spacing: 0.39px;
}

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

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

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

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

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

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

.text-\[\#1C624D\] {
  --tw-text-opacity: 1;
  color: rgb(28 98 77 / var(--tw-text-opacity));
}

.text-\[\#1E4047\] {
  --tw-text-opacity: 1;
  color: rgb(30 64 71 / var(--tw-text-opacity));
}

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

.text-\[\#237A60\] {
  --tw-text-opacity: 1;
  color: rgb(35 122 96 / var(--tw-text-opacity));
}

.text-\[\#257A60\] {
  --tw-text-opacity: 1;
  color: rgb(37 122 96 / var(--tw-text-opacity));
}

.text-\[\#2945B8\] {
  --tw-text-opacity: 1;
  color: rgb(41 69 184 / var(--tw-text-opacity));
}

.text-\[\#2B0D00\] {
  --tw-text-opacity: 1;
  color: rgb(43 13 0 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#376657\] {
  --tw-text-opacity: 1;
  color: rgb(55 102 87 / var(--tw-text-opacity));
}

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

.text-\[\#4D311D\] {
  --tw-text-opacity: 1;
  color: rgb(77 49 29 / var(--tw-text-opacity));
}

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

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

.text-\[\#848689\] {
  --tw-text-opacity: 1;
  color: rgb(132 134 137 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#DBE8DF\] {
  --tw-text-opacity: 1;
  color: rgb(219 232 223 / var(--tw-text-opacity));
}

.text-\[\#F7E7D4\] {
  --tw-text-opacity: 1;
  color: rgb(247 231 212 / var(--tw-text-opacity));
}

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

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

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

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

.text-\[rgb\(56\2c 49\2c 44\)\] {
  --tw-text-opacity: 1;
  color: rgb(56 49 44 / var(--tw-text-opacity));
}

.text-\[rgba\(0\2c 0\2c 0\2c 0\.35\)\;\] {
  color: rgba(0,0,0,0.35);;
}

.text-\[rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  color: rgba(0,0,0,0.35);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.50\)\] {
  color: rgba(255,255,255,0.50);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.90\)\] {
  color: rgba(255,255,255,0.90);
}

.text-\[rgba\(35\2c 122\2c 96\2c 0\.65\)\] {
  color: rgba(35,122,96,0.65);
}

.text-\[rgba\(45\2c 67\2c 61\2c 0\.90\)\] {
  color: rgba(45,67,61,0.90);
}

.text-\[rgba\(56\2c 49\2c 44\2c 0\.7\)\] {
  color: rgba(56,49,44,0.7);
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-90 {
  opacity: 0.9;
}

.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-\[4px_14px_24px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 4px 14px 24px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 4px 14px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

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

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

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

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

.force-display {
  display:block !important;
}

.md\:px-23 {
  @media (width >= 48rem) {
    padding-inline: 92px;
  }
}

.pb-15\.5 {
  padding-bottom: 62px;
}

.-mt-38 {
  margin-top: -152px;
}

.container {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: calc(744px + 20px);
}

@theme {
  --breakpoint-xs: 25rem;
}

label {
  cursor: pointer;
}

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

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

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

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

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

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

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

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

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

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

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

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

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

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

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

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@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-display: swap;
}

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

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

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

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

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

.hide-stars svg {
  display: none;
}

.error {
  display:flex;
}

a:hover, button {
  cursor: pointer;
}

.revealFade-2.active {
  opacity: 1;
}

#progress {
  font-weight: bold;
}

.error {
  color: red;
  padding: 20px;
  text-align: center;
  border: 1px solid red;
  border-radius: 5px;
  margin: 10px 0;
}

quiz-component {
  display:none;
}

quiz-component.active {
  display:block;
}

/* Container for the slider */

.slider-container {
  text-align: center;
  position: relative;
  border-radius: 9999px;
  border: 3px solid #FFE259;
}

/* Styling the slider */

.slider {
  width: 100%;
  height: 57px;
  padding-left: 4px;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 9999px;
  outline: none;
  transition: background 0.3s ease;
}

/* Custom slider thumb */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkJ1dHRvbiIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY3NjlfNDY1MCkiPgo8ZyBpZD0iSW1hZ2UrQmFja2dyb3VuZCI+CjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIiBmaWxsPSIjRTA5MTA4Ii8+CjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNjc2OV80NjUwKSIvPgo8L2c+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yMi41NzIxIDIwLjQ1QzIyLjU3MjEgMjAuNDUgMjIuNzk2NyAyMC4yMjE3IDIyLjc5NjcgMjAuMDA4QzIyLjc5NjcgMTkuNzk0MyAyMi41NzIxIDE5LjU2NjEgMjIuNTcyMSAxOS41NjYxTDE2LjY1MDUgMTMuMDU0N0MxNi40MTQ4IDEyLjgxOSAxNi4zMDE3IDEyLjU0NCAxNi4zMTExIDEyLjIyOTdDMTYuMzIwNSAxMS45MTU0IDE2LjQ0MzUgMTEuNjQwNSAxNi42OCAxMS40MDQ3QzE2LjkxNTcgMTEuMTg4NyAxNy4xOTA3IDExLjA3NTUgMTcuNTA0OSAxMS4wNjUzQzE3LjgxOTIgMTEuMDU1MSAxOC4wOTQyIDExLjE2ODMgMTguMzI5OSAxMS40MDQ3TDI2LjEwODIgMTkuMTgzQzI2LjIyNjEgMTkuMzAwOSAyNi4zMDk3IDE5LjQyODYgMjYuMzU5MiAxOS41NjYxQzI2LjQwODcgMTkuNzAzNiAyNi40MzMxIDE5Ljg1MDkgMjYuNDMyMyAyMC4wMDhDMjYuNDMxNSAyMC4xNjUxIDI2LjQwNzIgMjAuMzEyNSAyNi4zNTkyIDIwLjQ1QzI2LjMxMTMgMjAuNTg3NSAyNi4yMjc2IDIwLjcxNTEgMjYuMTA4MiAyMC44MzNMMTguMzI5OSAyOC42MTEzQzE4LjExMzggMjguODI3MyAxNy44NDQgMjguOTM1NCAxNy41MjAzIDI4LjkzNTRDMTcuMTk2NiAyOC45MzU0IDE2LjkxNjUgMjguODI3MyAxNi42OCAyOC42MTEzQzE2LjQ0NDMgMjguMzc1NiAxNi4zMjY0IDI4LjA5NTkgMTYuMzI2NCAyNy43NzIyQzE2LjMyNjQgMjcuNDQ4NSAxNi40NDQzIDI3LjE2ODQgMTYuNjggMjYuOTMxOUwyMi41NzIxIDIwLjQ1WiIgZmlsbD0iIzMzMzMzMyIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNjc2OV80NjUwIiB4MT0iMTQuNTc3MyIgeTE9Ii0yMy4zMDQxIiB4Mj0iMTQuNTc3MiIgeTI9IjgyLjAwODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjE1MTA0MiIgc3RvcC1jb2xvcj0iI0ZGRTI1OSIvPgo8c3RvcCBvZmZzZXQ9IjAuODU0MTY3IiBzdG9wLWNvbG9yPSIjRkZBNzUxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjc2OV80NjUwIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.slide-mob-bg {
  background-image:
        url('https://dq40mn20rnss1.cloudfront.net/qsl/claim-bg-desk-o.png'),
        radial-gradient(59.94% 14.36% at 49.33% 49.98%, rgba(255, 255, 255, 0.10) 0%, rgba(60, 121, 97, 0.10) 100%),
        url('https://dq40mn20rnss1.cloudfront.net/qsl/claim-bg-desk-o.png'),
        url('https://dq40mn20rnss1.cloudfront.net/qsl/claim-bg-desk-o.png');
  background-position: center 0px, center, center 40px, center 40px;
  background-size: 1440px, contain, 1000px, 1000px;
  background-repeat: no-repeat;
  background-color: lightgray;
  background-blend-mode: normal, multiply, normal, normal;
}

/* Header Question Animation */

@keyframes question1-2-fadeout {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 0;
  }
}

.question1-2-fadeout {
  animation: question1-2-fadeout 0.6s ease-in-out forwards;
}

@keyframes question1-2-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.question1-2-fadeIn {
  animation: question1-2-fadeIn 1s ease-in-out forwards;
}

@keyframes question2-3-fadeout {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 0;
  }
}

.question2-3-fadeout {
  animation: question2-3-fadeout 0.6s ease-in-out forwards;
}

@keyframes question2-3-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.question2-3-fadeIn {
  animation: question2-3-fadeIn 1s ease-in-out forwards;
}

/* Choices Animation */

@keyframes choicesFadeIn {
  from {
    opacity: 0.5;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-choices {
  animation: choicesFadeIn 0.6s ease-in-out forwards;
}

/* Result Fade out animation */

@keyframes resultFadeOut {
  from {
    opacity: 0.8;
  }

  to {
    opacity: 0;
  }
}

.animate-result-fade-out {
  animation: resultFadeOut 0.6s ease-in-out forwards;
}

/* Question 2 skip this step animation */

@keyframes slideDownQ2 {
  from {
    transform: translateY(-150px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-downQ2 {
  animation: slideDownQ2 0.6s ease-out forwards;
}

/* Question 2 slideout option animation */

@keyframes slideOutQ2 {
  from {
    transform: translateX(0);
    opacity: 0.5;
  }

  to {
    transform: translateX(-30px);
    opacity: 0;
  }
}

.slideoutQ2 {
  animation: slideOutQ2 0.8s ease-out forwards;
}

/* Question 2 slideIn option animation */

@keyframes slideInQ2 {
  from {
    transform: translateX(30px);
    opacity: 0.5;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slideInQ2 {
  animation: slideInQ2 0.8s ease-out forwards;
}

/* Question 2 slideoutReverse option animation */

@keyframes slideOutQ2Rev {
  from {
    transform: translateX(0);
    opacity: 0.5;
  }

  to {
    transform: translateX(30px);
    opacity: 0;
  }
}

.slideoutQ2Rev {
  animation: slideOutQ2Rev 0.8s ease-out forwards;
}

/* Question 2 slideInReverse option animation */

@keyframes slideInQ2Rev {
  from {
    transform: translateX(-30px);
    opacity: 0.5;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slideInQ2Rev {
  animation: slideInQ2Rev 0.8s ease-out forwards;
}

/* Question 3 skip this step animation */

@keyframes slideDownQ3 {
  from {
    transform: translateY(-150px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-downQ3 {
  animation: slideDownQ3 0.6s ease-out forwards;
}

/* Confrim text animation */

@keyframes conf50 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

.conf50 {
  animation: conf50 0.5s ease-out forwards;
}

@keyframes conf70 {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.conf70 {
  animation: conf70 0.5s ease-out forwards;
}

/* Claim fade out */

@keyframes claim70 {
  from {
    opacity: 0.7;
  }

  to {
    opacity: 1;
  }
}

.claim70 {
  animation:  claim70 0.5s ease-out forwards;
}

@keyframes claim30 {
  from {
    opacity: 0.7;
  }

  to {
    opacity: 0.3;
  }
}

.claim30 {
  animation:  claim30 0.5s ease-out forwards;
}

@keyframes claim0 {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 0;
  }
}

.claim0 {
  animation:  claim30 0.5s ease-out forwards;
}

@media (min-height: 890px) {
  .slide-mob-bg {
    background-size: 1600px, contain, 1000px, 1000px;
  }
}

@media (max-height: 718px) {
  .slide-mob-bg {
    background-size: 1100px, contain, 1000px, 1000px;
    background-position: center 30px, center, center -140px, center -80px;
  }

  .slideButton {
    padding-bottom: 80px !important;
  }
}

@media (min-height: 719px) and (max-height: 767px) {
  .slide-mob-bg {
    background-size: 1100px, contain, 1000px, 1000px;
    background-position: center 80px, center, center -70px, center -99px;
  }
}

@media (min-height: 990px) and (max-width: 767px) {
  .slide-mob-bg {
    background-size: 2000px, contain, 1000px, 1000px;
  }
}

@media (min-width: 768px) {
  .slide-mob-bg {
    background-size: cover;
    background-position: center 0px, center, center -70px, center -99px;
    background-image:
            url('https://dq40mn20rnss1.cloudfront.net/qsl/claim-bg-modified.png'),
            radial-gradient(59.94% 14.36% at 49.33% 49.98%, rgba(255, 255, 255, 0.10) 0%, rgba(60, 121, 97, 0.10) 100%),
            url('https://dq40mn20rnss1.cloudfront.net/qsl/claim-bg-modified.png'),
            url('https://dq40mn20rnss1.cloudfront.net/qsl/claim-bg-modified.png');
  }
}

/* FOR PDP */

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/PlutoCondRegular.ttf');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/PlutoCondMedium.ttf');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/PlutoCondBold.ttf');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/Roboto-Regular.ttf');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/Roboto-Medium.ttf');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/Roboto-SemiBold.ttf');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/Roboto-Bold.ttf');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/myriad-pro/myriad-pro-regular.otf');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/myriad-pro/myriad-pro-semibold.otf');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/myriad-pro/myriad-pro-bold.otf');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-Regular.ttf');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-SemiBold.ttf');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

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

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/Figtree-Light.ttf');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

.font-pluto {
  font-family: 'Pluto', sans-serif;
}

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

.font-myriad-pro {
  font-family: 'Myriad Pro', sans-serif;
}

.font-work-sans {
  font-family: 'Work Sans', sans-serif;
}

.font-figtree {
  font-family: 'Figtree', sans-serif;
}

.bg-green {
  background: #257A60;
}

.text-green {
  color: #257A60;
}

@media screen and (min-width: 1024px) {
  .mySwiper .swiper-slide > *{
    border-radius: 4px;
  }

  .mySwiper2 .swiper-slide > *{
    border-radius: 4px;
  }
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after,
.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
  content: ' ';
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev,
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  height: 48px;
  width: 48px;
}

@media screen and (max-width: 1023px) {
  .mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev,
  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    display: none;
  }
}

.mySwiper .swiper-button-disabled,
.mySwiper2 .swiper-button-disabled{
  display: none;
}

.swiperThumb .swiper-slide,
.swiperThumb2 .swiper-slide {
  height: 56px;
  width:56px;
  overflow: hidden;
  opacity:0.5;
  border-radius: 6px;
}

.swiperThumb .swiper-slide img,
.swiperThumb2 .swiper-slide img{
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (max-width:1024px) {
  .swiperThumb .swiper-slide,
.swiperThumb2 .swiper-slide {
    height: 48px;
    width: 48px;
    border-radius: 4px;
  }

  .swiperThumb .swiper-wrapper{
    justify-content: center;
  }

  .swiperThumb2 .swiper-wrapper{
    justify-content: center;
  }

  .swiperThumb .swiper-slide img,
.swiperThumb2 .swiper-slide img {
    height: 48px;
    width: 48px
  }
}

.swiperThumb .swiper-slide.swiper-slide-thumb-active,
.swiperThumb2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1.5px solid #237A60;
}

.swiperThumb .swiper-slide img{
  -o-object-fit: cover;
     object-fit: cover;
}

.loox-rating .loox-icon{
  transform: scale(1.5);
  width: 16px;
  margin-right: 2px;
}

.subscribe-btn.active {
  background: linear-gradient(2deg, #376657 -21.73%, #237A60 108.68%);
  border-radius: 100px;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.product-variant {
  position: relative;
  transition: all 0.2s ease-in-out;
  border: 2px solid rgba(102, 102, 102, 0.40);
}

.product-variant:nth-child(2n) {
  border-left: 2px solid rgba(102, 102, 102, 0.40);
  border-right: 2px solid rgba(102, 102, 102, 0.40);
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.product-variant.active {
  border: 2px solid #0F8C00 !important;
  background: #F8FFF7;
}

.variant-buttons .product-variant:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-variant .radio-btn .active,
.product-variant.active .radio-btn .in-active {
  display: none;
}

.product-variant.active .radio-btn .active {
  display: block
}

.subscribe-btn:hover, 
.product-variant:hover {
  cursor: pointer;
}

.variant-form {
  display:none;
}

.variant-form.active {
  display:flex;
}

.hide-stars svg {
  display: none;
}

.hide-stars.loox-rating {
  margin: 0;
}

[hidden] {
  display: none;
}

.product-form__submit {
  display: none;
  border-radius: 100px;
  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: 0px 2px 0px 0px #C89C01, 0px 3px 13px 0px rgba(240, 152, 49, 0.50);
}

.product-form__submit.btn-subscription:not(.btn-enabled) {
  background: linear-gradient(0deg, #000 0%, #000 100%), 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;
  background-blend-mode: color, normal, normal, normal;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.30);
  pointer-events: none;
}

.product-form__submit.btn-subscription.btn-enabled {
  pointer-events: all;
}

.product-form__submit.btn-subscription .claim-text {
  color: #666;
}

.product-form__submit.active {
  display: block;
}

@media screen and (max-width: 568px) {
  .product-form-shadow {
    border-radius: 28px 28px 0px 0px;
    background: linear-gradient(0deg, #FAFAFC 0%, #FAFAFC 100%), #FFF;
    box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.10), 0px -30px 8px 0px rgba(0, 0, 0, 0.00), 0px -19px 8px 0px rgba(0, 0, 0, 0.02), 0px -11px 6px 0px rgba(0, 0, 0, 0.06), 0px -5px 5px 0px rgba(0, 0, 0, 0.10), 0px -1px 3px 0px rgba(0, 0, 0, 0.12);
  }
}

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

.rolling-icons .swiper-slide {
  width: 100px;
}

.rolling-icons .swiper-slide img{
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-logos {
  background: radial-gradient(111.08% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%), #237A60;
}

.featured-logos {
  background: radial-gradient(111.08% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%), #237A60;
  padding: 20px 200px 24px 200px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.swiperRealPeople .swiper-slide button {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.swiperRealPeople .swiper-slide:hover button {
  opacity: 1;
  cursor: pointer;
}

.swiperRealPeople .swiper-button-next,
.swiperRealPeople .swiper-button-prev {
  border-radius: 100px;
  opacity: 0.4;
  background: rgba(102, 102, 102, 0.60);
  background-blend-mode: multiply;
  width: 48px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  top: calc(100% - 288px);
}

.swiperRealPeople .swiper-button-next:after,
.swiperRealPeople .swiper-button-prev:after {
  content: ' ';
}

.swiperRealPeople .swiper-slide {
  width: 248px;
  height: 360px;
  position: relative;
}

.swiperRealPeople .swiper-slide video{
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.swiperRealPeople .swiper-slide .realpeople-slider-overlay {
  background: linear-gradient(174deg, rgba(51, 51, 51, 0.00) -32.37%, #333 95.14%);
}

.realpeople-swiper-next.swiper-button-next.swiper-button-disabled,
.realpeople-swiper-prev.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiperRealPeople .swiper-pagination {
  bottom: 45px;
  top: unset;
}

.swiperRealPeople .swiper-pagination-bullet {
  background: #FFF5E8;
  opacity:1;
}

.swiperRealPeople .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 568px) {
  .swiperRealPeople .swiper-pagination {
    display: none;
  }
}

details[open] svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.fix-button {
  border-radius: 100px;
  background: linear-gradient(0deg, #F2A000 0%, #F2A000 100%), linear-gradient(0deg, #EBAB00 -4.55%, #FFB800 25.74%, #F3DFA8 84.85%);
}

.fix-button-container {
  bottom: -100%;
  border-radius: 2px;
  background: radial-gradient(59.99% 27% at 50% 50%, rgba(35, 122, 96, 0.00) 0%, rgba(35, 122, 96, 0.15) 100%), #EFF5F3;
  background-blend-mode: multiply, normal;
  box-shadow: 0px -13px 50px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  transition: all 0.3s ease-in-out;
}

.fix-button-container.show {
  bottom: 0;
}

.fix-save-now {
  border-radius: 6px;
  background: #F7E7D4;
}

.fix-save-now-gold {
  background: linear-gradient(101deg, #FCCC59 -51.73%, #DDA33B -22.98%, #C27B23 -7.3%, #FFDE7F 34.51%, #FFF093 50.19%, #F2DB85 60.65%, #E8C868 71.1%, #E0B951 84.17%, #DBAF40 97.23%, #D8A837 110.3%, #D7A734 128.59%, #D0A031 136.43%, #C08C29 152.11%, #A46C1C 167.79%, #894D10 180.86%), linear-gradient(180deg, #FFE259 -18.49%, #FFA751 166.63%), radial-gradient(111.08% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%), #FFA245;
}

.fix-save-now > div {
  left: -100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.50);
}

.fix-save-now > div.active {
  left: 24px;
}

.bg-highlight:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: rgba(255, 188, 138, 0.50);
  z-index: 1;
}

.section-3-modal {
  display: none;
  /* Hidden by default */
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 99999;
  position: fixed;
  left: 0;
}

.section-3-modal  .modal-content {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: auto;
  background: #ffffff;
  /* Black background for video */
  padding: 20px;
  border-radius: 20px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

@media (max-width: 768px) {
  .section-3-modal  .modal-content {
    height: auto;
  }
}

/* Close button */

.section-3-close-modal {
  position: absolute;
  top: -48px;
  right: -48px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.4;
  background: rgba(102, 102, 102, 0.60);
  background-blend-mode: multiply;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.swiperRealPeople .swiper-scrollbar {
  background: transparent;
  height: 8px;
}

.swiperRealPeople .swiper-scrollbar .swiper-scrollbar-drag{
  border-radius: 100px;
  background: rgba(80, 56, 48, 0.30);
}

#popup-onetime {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #00000070;
}

#popup-onetime.active {
  display: block;
}

.cbx {
  position: relative;
  top: 1px;
  width: 37px;
  height: 37px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background: #fff;
  transition: background 0.1s ease;
  cursor: pointer;
  display: block;
}

.cbx:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 8px);
  width: 12px;
  height: 20px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}

.lbl {
  margin-left: 5px;
  vertical-align: middle;
}

#cbx:checked ~ .cbx {
  border-color: transparent;
  background: #F2A000;
  animation: jelly 0.6s ease;
}

#cbx:checked ~ .cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
}

.cntr {
  position: relative;
}

@media screen and (max-width: 767px) {
  .cbx {
    width: 30px;
    height: 30px;
  }

  .cbx:after {
    width: 10px;
    height: 15px;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
  }
}

@keyframes jelly {
  from {
    transform: scale(1, 1);
  }

  30% {
    transform: scale(1.25, 0.75);
  }

  40% {
    transform: scale(0.75, 1.25);
  }

  50% {
    transform: scale(1.15, 0.85);
  }

  65% {
    transform: scale(0.95, 1.05);
  }

  75% {
    transform: scale(1.05, 0.95);
  }

  to {
    transform: scale(1, 1);
  }
}

.btn-popup-continue {
  pointer-events: none;
  cursor: not-allowed;
}

.btn-popup-continue.btn-enabled {
  pointer-events: all;
  background: #F2A000;
  cursor: pointer;
}

.w-video-wrapper.w-css-reset{
  background: none !important;
}

.swiperRealPeople  .swiper-pagination  {
  bottom: 45px !important;
}

#variant-buttons {
  border-radius: 10px;
  border: 1px solid rgba(102, 102, 102, 0.40);
  background: #FFF;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}

@media (max-width: 768px) {
  .section-3-close-modal {
    top: -70px;
    left: 90%;
    transform: translateX(-50%);
    background: #ffffff85;
  }
}

/* END FOR PDP */

/* CSS SCROLLING */

.rolling-icons-marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-content {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 70s linear infinite;
}

.marquee-content .swiper-slide {
  margin-right: 1px;
}

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

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

@media (max-width: 1023px) {
  .marquee-content .swiper-slide {
    margin-right: 1px;
  }
}

@media (min-width: 1024px) {
  .marquee-content .swiper-slide {
    margin-right: 100px;
  }
}

subscription-options {
  .subscription-options-content {
    display:none;
    &.active {
      display:flex;
    }
  }
}

input[type="radio"].product-item {
  display: none;
}

.radio-icon .icon-selected,
.radio-icon .icon-unselected {
  display: none;
  width: 24px;
  height: 24px;
}

input[type="radio"].product-item:checked ~ label .radio-icon .icon-selected {
  display: inline-block;
}

input[type="radio"].product-item:checked ~ label .radio-icon .icon-unselected {
  display: none;
}

input[type="radio"].product-item:not(:checked) ~ label .radio-icon .icon-selected {
  display: none;
}

input[type="radio"].product-item:not(:checked) ~ label .radio-icon .icon-unselected {
  display: inline-block;
}

input[type="radio"][name="subscription-option"] {
  display: none;
}

.submitButton {
  display:block;
  &.disabled {
    pointer-events: none;
    .claim-button-bg  {
      background: linear-gradient(0deg, #000 0%, #000 100%), 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: 0px 3px 6px 0px rgba(0, 0, 0, 0.30);
      background-blend-mode: color, normal, normal, normal;
    }
  }
  .claim-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: 0px 2px 0px 0px #C89C01, 0px 3px 13px 0px rgba(240, 152, 49, 0.50);
    background-blend-mode: unset;
  }
  &.subscription {
    .claim-button-bg {
      height:65px;
    }
    svg {
      @media screen and (max-width:768px) {
        width:15px;

        height:15px;
      }
      height:20px;
      width:20px;
    }
    span {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 30px;
      @media screen and (max-width:768px) {
        font-style: normal;

        font-weight: 700;

        font-size: 22px;

        line-height: 22px;
      }
    }
  }
}

@media (max-width: 620px) {
  .cart-bg-shadow-mob {
    border-radius: 28px 28px 0px 0px;
    background: linear-gradient(0deg, #FAFAFC 0%, #FAFAFC 100%), #FFF;
    box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.10), 0px -30px 8px 0px rgba(0, 0, 0, 0.00), 0px -19px 8px 0px rgba(0, 0, 0, 0.02), 0px -11px 6px 0px rgba(0, 0, 0, 0.06), 0px -5px 5px 0px rgba(0, 0, 0, 0.10), 0px -1px 3px 0px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 621px) {
  .hurry-text {
    padding-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .radio-icon .icon-selected,
  .radio-icon .icon-unselected {
    display: none;
    width: 31.53px;
    height: 31.53px;
  }
}

.product-option {
  &:has(input[type="radio"]:checked) {
    box-shadow: inset 0 0 0 2px #0F8C00 !important;
    background:rgba(210,235,198,0.6);
    @media (min-width: 1024px) {
      box-shadow: inset 0 0 0 2.627px #0F8C00 !important;
    }
  }
}

.subscription-option {
  color: #666;
  &.selected {
    background: linear-gradient(2deg, #376657 -21.73%, #237A60 108.68%);
    color: #fff;
  }
}

.hover\:bg-\[\#DEEBE7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 235 231 / var(--tw-bg-opacity));
}

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

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.group:hover .group-hover\:text-\[\#237A60\] {
  --tw-text-opacity: 1;
  color: rgb(35 122 96 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

.peer:checked ~ .peer-checked\:hidden {
  display: none;
}

.peer:checked ~ .peer-checked\:border {
  border-width: 1px;
}

.peer:checked ~ .peer-checked\:border-\[\#237A60\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 122 96 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:bg-\[\#DEEBE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 235 231 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-\[\#FB513A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 81 58 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:text-\[\#237A60\] {
  --tw-text-opacity: 1;
  color: rgb(35 122 96 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

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

  .max-lg\:\!h-\[22px\] {
    height: 22px !important;
  }

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

  .max-lg\:\!w-\[41\.6px\] {
    width: 41.6px !important;
  }

  .max-lg\:\!w-\[48px\] {
    width: 48px !important;
  }

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

  .max-lg\:\!w-\[62\.86px\] {
    width: 62.86px !important;
  }

  .max-lg\:\!w-\[62px\] {
    width: 62px !important;
  }

  .max-lg\:\!w-\[63px\] {
    width: 63px !important;
  }

  .max-lg\:\!w-\[64\.43px\] {
    width: 64.43px !important;
  }

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

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

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

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

@media not all and (min-width: 768px) {
  .max-md\:mx-\[11px\] {
    margin-left: 11px;
    margin-right: 11px;
  }

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

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

  .max-md\:block {
    display: block;
  }

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

  .max-md\:h-\[60\.2\%\] {
    height: 60.2%;
  }

  .max-md\:w-\[calc\(50\%_-_10px\)\] {
    width: calc(50% - 10px);
  }

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

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

  .max-md\:border-\[1\.32px\] {
    border-width: 1.32px;
  }

  .max-md\:border-\[rgba\(45\2c 57\2c 76\2c 0\.10\)\] {
    border-color: rgba(45,57,76,0.10);
  }

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

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

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

  .max-md\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .max-md\:px-\[19\.81px\] {
    padding-left: 19.81px;
    padding-right: 19.81px;
  }

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

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

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

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

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

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

  .max-sm\:translate-x-\[-28\%\] {
    --tw-translate-x: -28%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .max-sm\:px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px;
  }

  .max-sm\:px-\[28\.2px\] {
    padding-left: 28.2px;
    padding-right: 28.2px;
  }

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

  .max-sm\:font-bold {
    font-weight: 700;
  }
}

@media (max-width: 375px) {
  .max-\[375px\]\:max-w-\[242\.11px\] {
    max-width: 242.11px;
  }
}

@media (min-width: 640px) {
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

  .sm\:w-\[96\.64px\] {
    width: 96.64px;
  }

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

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

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

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

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

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

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

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

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

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .md\:max-h-5 {
    max-height: 1.25rem;
  }

  .md\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-none {
    flex: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-\[76\.5px\] {
    gap: 76.5px;
  }

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

  .md\:gap-x-\[30\.68px\] {
    -moz-column-gap: 30.68px;
         column-gap: 30.68px;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

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

  .md\:p-\[0px_40px_0px_32px\] {
    padding: 0px 40px 0px 32px;
  }

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

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

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

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-2xl\/\[normal\] {
    font-size: 1.5rem;
    line-height: normal;
  }

  .md\:text-4xl\/\[130\%\] {
    font-size: 2.25rem;
    line-height: 130%;
  }

  .md\:text-4xl\/\[44px\] {
    font-size: 2.25rem;
    line-height: 44px;
  }

  .md\:text-4xl\/\[normal\] {
    font-size: 2.25rem;
    line-height: normal;
  }

  .md\:text-\[10px\]\/\[160\%\] {
    font-size: 10px;
    line-height: 160%;
  }

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

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

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

  .md\:text-\[15px\]\/\[normal\] {
    font-size: 15px;
    line-height: normal;
  }

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

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

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

  .md\:text-\[20px\]\/\[25px\] {
    font-size: 20px;
    line-height: 25px;
  }

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

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

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

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

  .md\:text-\[28px\]\/\[110\%\] {
    font-size: 28px;
    line-height: 110%;
  }

  .md\:text-\[28px\]\/\[normal\] {
    font-size: 28px;
    line-height: normal;
  }

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

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

  .md\:text-\[34px\]\/\[44px\] {
    font-size: 34px;
    line-height: 44px;
  }

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

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

  .md\:text-base\/\[150\%\] {
    font-size: 1rem;
    line-height: 150%;
  }

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

  .md\:text-sm\/\[150\%\] {
    font-size: 0.875rem;
    line-height: 150%;
  }

  .md\:text-sm\/\[normal\] {
    font-size: 0.875rem;
    line-height: normal;
  }

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

  .md\:italic {
    font-style: italic;
  }

  .md\:leading-\[10\.972px\] {
    line-height: 10.972px;
  }

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

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

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

  .md\:leading-\[21\.76px\] {
    line-height: 21.76px;
  }

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

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

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

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

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

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

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

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

  .md\:tracking-\[-0\.36px\] {
    letter-spacing: -0.36px;
  }

  .md\:tracking-\[-0\.512px\] {
    letter-spacing: -0.512px;
  }

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

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

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

  .md\:text-\[rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
    color: rgba(0,0,0,0.35);
  }

  .md\:shadow-\[0_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
    --tw-shadow: 0 4px 4px 0px rgba(0,0,0,0.15);
    --tw-shadow-colored: 0 4px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:h-\[52\.53px\] {
    height: 52.53px;
  }

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

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

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

  .lg\:w-\[107\.52px\] {
    width: 107.52px;
  }

  .lg\:w-\[127\.52px\] {
    width: 127.52px;
  }

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

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

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

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

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

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

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

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-\[0px_0px_0px_38px\] {
    padding: 0px 0px 0px 38px;
  }

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

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

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

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

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

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

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

  .lg\:px-\[26\.27px\] {
    padding-left: 26.27px;
    padding-right: 26.27px;
  }

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

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

  .lg\:pb-\[15\.76px\] {
    padding-bottom: 15.76px;
  }

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

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

  .lg\:pb-\[31\.52px\] {
    padding-bottom: 31.52px;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

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

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

  .lg\:pt-\[26\.27px\] {
    padding-top: 26.27px;
  }

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

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

  .lg\:text-\[13\.134px\] {
    font-size: 13.134px;
  }

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

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

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

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

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

  .lg\:text-\[23\.641px\] {
    font-size: 23.641px;
  }

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

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

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

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

  .lg\:leading-\[26\.268px\] {
    line-height: 26.268px;
  }

  .lg\:leading-\[39\.402px\] {
    line-height: 39.402px;
  }

  .lg\:tracking-\[-0\.657px\] {
    letter-spacing: -0.657px;
  }
}

@media (min-width: 1280px) {
  .xl\:w-\[1168px\] {
    width: 1168px;
  }

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

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

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

  .xl\:gap-20 {
    gap: 5rem;
  }

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

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

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

@media (min-width: 1536px) {
  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

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

@media not all and (min-width: 768px) {
  .\[\&_\.back-text\]\:max-md\:\!hidden .back-text {
    display: none !important;
  }

  .\[\&_\.navigation\]\:max-md\:\!gap-\[2px\] .navigation {
    gap: 2px !important;
  }

  .\[\&_\.steps\]\:max-md\:w-\[40px\] .steps {
    width: 40px;
  }

  .\[\&_\.title\]\:max-md\:\!flex-1 .title {
    flex: 1 1 0% !important;
  }

  .\[\&_a\.back\]\:max-md\:w-\[40px\] a.back {
    width: 40px;
  }
}

@media (min-width: 768px) {
  .\[\&_svg\]\:md\:h-\[150px\] svg {
    height: 150px;
  }

  .\[\&_svg\]\:md\:w-\[150px\] svg {
    width: 150px;
  }
}
