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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-5 {
  left: -1.25rem;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.m-auto {
  margin: auto;
}

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

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

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

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-\[8px\] {
  margin-inline-start: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

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

.h-44 {
  height: 11rem;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.resize {
  resize: both;
}

.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-center {
  justify-content: center;
}

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}
.\!gap-4 {
  gap: 1rem !important;
}

.gap-40 {
  gap: 10rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}

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

.border-\[\#0056bd\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 86 189 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-comment {
  background-image: linear-gradient(180deg, #E7F8FF -1.57%, #FFFFFF 70.89%);
}

.bg-presentation {
  background-image: linear-gradient(94deg, rgba(231,248,255,1) 0%, rgba(209,232,246,1) 90%);
}

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.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-\[0\] {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

.pt-\[0\.25rem\] {
  padding-top: 0.25rem;
}

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

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

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

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

.font-\[\'GT_Eesti_Display_Trial\'\] {
  font-family: 'GT Eesti Display Trial';
}

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

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

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

.font-\[\'Myriad_Pro\'\] {
  font-family: 'Myriad Pro';
}

.font-\[\'Myriad_Variable_Concept\'\] {
  font-family: 'Myriad Variable Concept';
}

.font-\[\'Neue_Haas_Grotesk_Display\'\] {
  font-family: 'Neue Haas Grotesk Display';
}

.font-myriadpro {
  font-family: myriad-pro;
}

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

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

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

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

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

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

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

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

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

.text-\[18px\]\/\[24\.5px\] {
  font-size: 18px;
  line-height: 24.5px;
}

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

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

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

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

.text-\[22px\]\/\[24\.2px\] {
  font-size: 22px;
  line-height: 24.2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-base\/\[22\.4px\] {
  font-size: 1rem;
  line-height: 22.4px;
}

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

.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\/\[19\.8px\] {
  font-size: 1.125rem;
  line-height: 19.8px;
}

.text-lg\/\[25\.2px\] {
  font-size: 1.125rem;
  line-height: 25.2px;
}

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-video-wrapper {
  background: transparent !important; 
}

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

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

.tracking-\[-0\.22px\] {
  letter-spacing: -0.22px;
}

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

.tracking-\[-0\.36px\] {
  letter-spacing: -0.36px;
}

.tracking-\[-0\.46px\] {
  letter-spacing: -0.46px;
}

.tracking-\[-0\.475px\] {
  letter-spacing: -0.475px;
}

.tracking-\[-0\.48px\] {
  letter-spacing: -0.48px;
}

.tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}

.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}

.tracking-\[0\.84px\] {
  letter-spacing: 0.84px;
}

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

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

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

.text-\[\#186E9E\] {
  --tw-text-opacity: 1;
  color: rgb(24 110 158 / var(--tw-text-opacity, 1));
}

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

.text-\[\#203455\] {
  --tw-text-opacity: 1;
  color: rgb(32 52 85 / var(--tw-text-opacity, 1));
}

.text-\[\#203F63\] {
  --tw-text-opacity: 1;
  color: rgb(32 63 99 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-5 {
  opacity: 0.05;
}

.opacity-0 {
  opacity: 0;;
}

.shadow-comment {
  --tw-shadow: 0px 4px 4px 0px #00000026;
  --tw-shadow-colored: 0px 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);
}

.shadow-vxl {
  --tw-shadow: 4px 14px 24px 0px #00000026;;
  --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);
}

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

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

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

html, body{
  font-family: 'Myriad Pro', sans-serif;
}

#products {
  background-image: url("https://dq40mn20rnss1.cloudfront.net/samcart/sofon/sofon-cta-bg-v2.webp?v=1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1px;
  margin-bottom: -1px;
}

#products .col-item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

#products .col-item .topribbon {
  display: block;
  max-width: 88px;
  padding: 0;
  position: absolute;
  top: -9px;
  right: -7px;
  background: transparent;
}

#products .col-item .title {
  padding: 20px 16px 12px;
}

#products .col-item.item-2 .title {
  padding: 16px 32px 23px 32px;
}

#products .col-item.item-1 .body-content .img {
  padding: 16px 0 0;
  margin-bottom: -5px;
}

#products .col-item.item-3 .body-content .img {
  padding: 16px 0 0;
}

#products .col-item.item-1 .body-content .details p {
  opacity: 0.5;
}

#products .col-item .cards img {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}

#products .col-item.item-1 .body-content .final-price {
  padding: 25px 0 20px;
}

#products .col-item.item-2 .body-content .final-price {
  padding: 16px 0 20px;
}

#products .col-item.item-3 .body-content .final-price {
  padding: 15px 0 20px;
}

#products .col-item .final-price .regular:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cf2049;
  transform: rotate(0);
  position: absolute;
  top: 50%;
  left: 0;
}

.highlightyellowcircle::after {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-vector-yellow.png?v=1700069384")
	  no-repeat;
  width: 226px;
  height: 49px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
}

.bg-color-white-shadow {
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
  box-shadow: 8px 10px 28px 0px rgba(0, 0, 0, 0.1),
	  131px 157px 82px 0px rgba(0, 0, 0, 0.01),
	  205px 245px 90px 0px rgba(0, 0, 0, 0);
}

.intro {
  background: #D3F0FF;
}

@media screen and (min-width: 768px) {
  .intro {
    background-image: url("https://dq40mn20rnss1.cloudfront.net/samcart/sofon/sofon-intro.png"),
		url("https://dq40mn20rnss1.cloudfront.net/samcart/sofon/s-intro.png"),
		url("https://dq40mn20rnss1.cloudfront.net/samcart/sofon/s-intro.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 345px, 518px, 518px;
    background-position: 0% 34%, 100% 6%, 100% 92%;
  }
}

.rounded-box-white {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(7, 100, 118, 0.25);
}

.rounded-box-white2 {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(7, 100, 118, 0.25);
}

.list-icon-gift li::before {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-gift-icon.png?v=1700069384")
	  no-repeat center;
  width: 100%;
  height: 50px;
  display: block;
  background-size: cover;
  max-width: 24px;
}

.testi-list .testi-item::after {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-quote-icon.png?v=1700069384")
	  no-repeat;
  width: 100%;
  height: 47px;
  max-width: 55px;
  display: block;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-size: cover;
}

.bg-gradient-blue2 {
  background: linear-gradient(0deg, #e7f8ff 0%, #e7f8ff 100%), #f0f5f2;
  background-blend-mode: color, normal;
}

#faqs .faqitem .faqanswer:not(.fullanswer) .content .fulltext {
  display: none;
}

#faqs .faqitem .faqanswer .content p {
  color: #000;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
}

.copyright p a:not(:first-child):before {
  content: "|";
  padding-right: 4px;
  padding-left: 0;
}

.\!hidden {
  display:none;
}

/****** Popup Modal ******/

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

.popupmodal.active {
  visibility: visible;
  webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  box-shadow: 4px 14px 24px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.popupmodal .popupmodal-body {
  word-wrap: break-word;
  visibility: visible;
  overflow-y: scroll;
  max-height: 590px;
}

.popupmodal .popupmodal-body a:hover,
.popupmodal .popupmodal-body a:visited {
  text-decoration: underline;
  color: blue;
}

.popupmodal .popupmodal-body ol {
  padding-left: 20px;
}

.shadow-vxl {
  box-shadow: 4px 14px 24px 0px rgba(0, 0, 0, 0.15);
}

.f-family-worksans {
  font-family: 'WorkSans'
}

#products .col-item {
  width: 100%;
  max-width: 328px;
  margin: 0 auto;
  margin-bottom: 16px;
}

#wistia-parent {
  justify-content: start;
}

.active-wistia #wistia-section {
  width: 100vw;
  max-width: unset !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.dropped #wistia-section {
  align-items: center !important;
  max-width: unset !important;
  
}
.dropped #thevid {
  margin-bottom:32px;
}

.dropped #thevid:not(.fullwidth) .vidcont2 {
  max-width:1109px !important;
  padding:32px 35px 16px 35px !important;
}


@media screen and (max-width:768px) {
  .dropped #thevid:not(.fullwidth) .vidcont2 {
    padding:0 !important;
  }
}

.dropped #thevid.fullwidth .scrolldown {
  margin-top:0 !important;
  padding-top: 16px;
}


.dropped #wistia-container,
.dropped .wistia-after-drop {
  width: 100%;
  background: none;
}

@media (min-width: 768px) {
  .fullwidth .wistia-container {
    max-width: 89% !important;
  }
  .dropped #wistia-section {
    align-items: start !important;
    margin: 0 auto;
    gap: 24px;
    margin-bottom: 32px !important;
    box-shadow: 4px 10px 24px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 16px;
    padding: 32px 35px 16px 35px;
    flex-direction: row !important;
  }

  .dropped:not(.active-wistia) #wistia-section {
    max-width: 1109px !important;
    box-shadow: none;
    background: none;
    border-radius: 0;
  }
}

.highlightyellowcircle::after {
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  #wistia-parent {
    align-items: center;
  }

  .active-wistia #wistia-section {
    margin: 0 -15px !important;
  }
}

@media screen and (max-width: 1023px) {
  /* #products .col-item {
		width: 33.33%;
	} */

  p {
    font-size: 18px;
  }

  .active-wistia #wistia-section {
  }
}

.faqitem .faqanswer .faqreadmore  {
  display: inline-block;
}

.faqitem .faqanswer .faqreadless  {
  display: none;
}

.faqitem .faqanswer.fullanswer .faqreadmore  {
  display: none;
}

.faqitem .faqanswer.fullanswer .faqreadless  {
  display: inline-block;
}

.footerlinks a {
  text-decoration: underline;
}

.dropped .footer {
  background: #F5F1EC;
  padding-top: 32px;
}

@keyframes upAndDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.fullwidth #video-container .wistia-content {
  width: 87vw;
}

@media screen and (max-width: 767px) {
  .fold {
    /* position: fixed; */
    z-index: 1;
    /* height: 100vh; */
    width: 100%;
    top:0;
    left: 0;
  }

  .below-fold {
    background-color: #EEF9FF;
    position: relative;
    height: 100%;
    z-index: 2;
    width: 100%;
    /* padding-bottom: 0; */
  }

  .testi-list .testi-item::after {
    height: 30px;
    max-width: 35px;
    background-size: contain;
    bottom: -10px;
    right: 15px;
  }

  #important p {
    transition: all 2s ease-in-out;
    opacity: 1;
    transform: translateY(0);
  }

  #important.fade p{
    opacity: 0;
    transform: translateY(25px);
  }

  .button-down-drop .dd-div {
    transition: all 1.5s ease-in-out;
    opacity: 0;
    transform: translateY(50px);
    background:rgba(255,255,255,0)
  }

  .button-down-drop.fadeIn .dd-div{
    opacity: 1;
    transform: translateY(0px);
    background:rgba(255,255,255,1)
  }

  .down-arrow-animation {
    animation: upAndDown 0.5s infinite;
  }
}

.w-vulcan-v2 {
  cursor: pointer !important;
}

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

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

@media not all and (min-width: 1024px) {
  .max-lg\:flex-wrap {
    flex-wrap: wrap;
  }

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

@media not all and (min-width: 768px) {
  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:order-3 {
    order: 3;
  }

  .max-md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

  .max-md\:mx-\[11\.5px\] {
    margin-left: 11.5px;
    margin-right: 11.5px;
  }

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

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

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

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

  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .max-md\:px-\[20\.5px\] {
    padding-left: 20.5px;
    padding-right: 20.5px;
  }

  .max-md\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

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

@media not all and (min-width: 640px) {
  .max-sm\:w-\[311px\] {
    width: 311px;
  }
}

@media (min-width: 768px) {
  .md\:m-auto {
    margin: auto;
  }

  .md\:\!my-\[30px\] {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

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

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-\[63\.36px\] {
    width: 63.36px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-t-\[0\.5px\] {
    border-top-width: 0.5px;
  }

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

  .md\:p-\[32px_35px_16px_35px\] {
    padding: 32px 35px 16px 35px;
  }

  .md\:p-\[32px_40px\] {
    padding: 32px 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

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

  .md\:text-2xl\/\[48px\] {
    font-size: 1.5rem;
    line-height: 48px;
  }

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

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

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

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

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

  .md\:text-\[44px\]\/\[48\.4px\] {
    font-size: 44px;
    line-height: 48.4px;
  }

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

  .md\:text-lg\/\[25\.2px\] {
    font-size: 1.125rem;
    line-height: 25.2px;
  }

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

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

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

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

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

  .md\:tracking-\[-0\.24px\] {
    letter-spacing: -0.24px;
  }

  .md\:tracking-\[-0\.28px\] {
    letter-spacing: -0.28px;
  }

  .md\:tracking-\[-0\.36px\] {
    letter-spacing: -0.36px;
  }

  .md\:tracking-\[0\.84px\] {
    letter-spacing: 0.84px;
  }

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

  .md\:shadow-vxl {
    --tw-shadow: 4px 14px 24px 0px #00000026;;
    --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);
  }
}

@media (min-width: 1024px) {
  .lg\:w-\[776px\] {
    width: 776px;
  }
}