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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[calc\(100vh-64px\)\] {
  height: calc(100vh - 64px);
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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;
}

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.border {
  border-width: 1px;
}

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

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

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

.bg-green-bg {
  background-image: url('../../../assets/images/gr-bg-sm.jpg');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(19 190 160 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-30 {
  opacity: 0.3;
}

.opacity-\[\.08\] {
  opacity: .08;
}

.blur-\[1px\] {
  --tw-blur: blur(1px);
  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);
}

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

* {
  box-sizing: border-box;
  outline: none;
  position: relative;
}

body {
  background-color: #FFFFFF;
  background-size: cover;
}

body.faq, body.contact-us, body.about-us, body.cart {
  background: linear-gradient(0deg, rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0.8)), url(../../../assets/images/gr-bg-sm.jpg);
  background-size: cover;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-backdrop .modal-body {
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
}

.clickable {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

.header-extra-large {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 81px;
  line-height: 112%;
  text-align: center;
  letter-spacing: -0.02em;
}

.header-h1 {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 112%;
  text-align: center;
  color: #111111;
}

.header-h2 {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #111111;
}

.header-h3 {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #111111;
}

.header-h4 {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #111111;
}

.header-h5 {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #111111;
}

.body-large {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #787878;
}

.body {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #787878;
}

.body-semibold {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #787878;
}

.body-medium {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #787878;
}

.body-small {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #111111;
}

.body-small-semibold {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #111111;
}

.overline {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration-line: none !important;
}

.quote {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #111111;
}

.caption {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.alt-h2 {
  font-family: "SUSE", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #111111;
}

.alt-h3 {
  font-family: "SUSE", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #111111;
}

.alt-h5 {
  font-family: "SUSE", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #111111;
}

@media screen and (max-width: 1024px) {
  .header-extra-large {
    font-size: 64px;
    line-height: 71px;
  }

  .header-h1 {
    font-size: 48px;
    line-height: 53px;
  }

  .header-h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .header-h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .body-large {
    font-size: 24px;
    line-height: 33px;
  }

  .body {
    font-size: 18px;
    line-height: 28px;
  }

  .quote {
    font-size: 24px;
    line-height: 32px;
  }

  .alt-h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width: 480px) {
  .header-extra-large {
    font-size: 40px;
    line-height: 44px;
  }

  .header-h1 {
    font-size: 32px;
    line-height: 35px;
  }

  .header-h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .header-h3 {
    font-size: 24px;
  }

  .header-h4 {
    font-size: 24px;
  }

  .body-large {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .body-medium {
    font-size: 14px;
    line-height: 28px;
  }

  .body {
    font-size: 16px;
    line-height: 22px;
  }

  .body-semibold {
    font-size: 16px;
    line-height: 22px;
  }

  .quote {
    font-size: 16px;
    line-height: 24px;
  }

  .caption {
    font-size: 16px;
  }

  .alt-h2 {
    font-size: 32px;
    line-height: 112%;
  }

  .alt-h5 {
    font-size: 18px;
    line-height: 140%;
  }
}

a {
  text-decoration: none;
}

.black-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #111111;
}

.black-wire-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 16px;
  gap: 8px;
  color: #111111;
  border: 1px solid #111111;
  border-radius: 8px;
}

.alt-background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 128px 0 0 0;
}

.alt-background .container {
  gap: 200px;
  z-index: 1;
}

.faq .alt-background {
  z-index: unset;
}

.alternating-grid {
  width: 100%;
}

.alternating-grid .title {
  padding-bottom: 128px;
}

.alternating-grid .one-column-grid {
  gap: 128px;
}

.alternating-grid .one-column-grid .row {
  gap: 128px;
}

.alternating-grid .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.alternating-grid .card-text {
  gap: 32px;
}

.alternating-grid .card-text .card-title {
  margin: 0;
  color: #111111;
}

.alternating-grid .card-text p {
  margin: 0;
  color: #787878;
}

.alternating-grid .grid-image {
  height: 100%;
  overflow: hidden;
}

.alternating-grid .grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-right {
  width: 100%;
  overflow: hidden;
}

.banner-right .container {
  position: relative;
  display: flex;
  flex-direction: unset;
  justify-content: flex-start;
  align-items: center;
  max-width: 1312px;
  width: 100%;
  height: 524px;
  margin-left: 128px;
  padding: 128px 96px;
  gap: 64px;
  isolation: isolate;
  border-radius: 16px 0 0 16px;
}

.banner-right .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(0deg, rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0.8)), url(../../../assets/images/gr-bg-sm.jpg);
  background-size: cover;
  z-index: -1;
}

.banner-right .columns {
  -moz-column-gap: 107px;
       column-gap: 107px;
}

.banner-right .banner-description {
  width: 506px;
  margin: 0;
  color: #111111;
}

.banner-right .banner-gallery {
  height: 524px;
  overflow: hidden;
}

.banner-right .banner-gallery .column {
  width: 365px;
  height: 1000px;
}

.banner-right .banner-gallery .column .banner-image {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.columns .column {
  width: 100%;
}

.contact-banner .container {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.contact-banner .columns {
  width: 100%;
}

.contact-banner .card-text {
  gap: 32px;
}

.contact-banner .card-text .body {
  color: #111111;
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
}

.contact-form .inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.contact-form .inputs .input-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.contact-form .inputs input, .contact-form .inputs textarea {
  width: 100%;
  padding: 24px 16px;
  height: 61px;
  border-radius: 4px;
  border: none;
  background: rgba(255, 255, 255, 0.8);
}

.contact-form .inputs textarea {
  height: 153px;
}

.contact-form .inputs input::-moz-placeholder, .contact-form .inputs textarea::-moz-placeholder {
  color: #A5A6AB;
}

.contact-form .inputs input::placeholder, .contact-form .inputs textarea::placeholder {
  color: #A5A6AB;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  padding: 128px 150px;
}

.email {
  text-decoration-line: underline;
  color: #13BEA0;
}

.faq {
  width: 100%;
}

.faq .container {
  gap: 96px;
}

.faq .faq-accordion {
  width: 752px;
  gap: 32px;
}

.faq .faq-card {
  width: 100%;
  gap: 24px;
  padding: 24px;
  background: rgba(159, 159, 159, 0.2);
  border-radius: 12px;
  cursor: pointer;
}

.faq .faq-header {
  width: 100%;
  gap: 12px;
}

.faq .icon {
  transition: transform 0.5s ease;
}

.faq .body {
  color: #111111;
}

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

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

@media screen and (max-width: 480px) {
  .flex-row-responsive {
    flex-direction: column;
  }
}

.hero-inner .container {
  padding: 172px 150px;
}

@media screen and (min-width: 1024px) {
  .hero-inner .container {
    align-items: flex-start;
  }
}

.hero-inner .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 786px;
  gap: 48px;
  padding: 32px 0 64px;
}

@media screen and (min-width: 1024px) {
  .hero-inner .header-extra-large {
    text-align: left;
  }
}

.icon {
  width: 24px;
  height: 24px;
}

.one-column-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}

.one-column-grid .row, .one-column-grid .grid-item {
  display: flex;
  width: 100%;
}

.one-column-grid .grid-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.slick-dots {
  bottom: -64px;
  left: 20px;
}

.slick-dots li button::before {
  font-size: 12px;
  color: #111111;
  opacity: 15%;
}

.slick-dots li.slick-active button::before {
  color: #13BEA0 !important;
  opacity: 100%;
}

.stories .container {
  gap: 96px;
}

.stories .two-column-grid {
  gap: 40px;
}

.stories .card {
  overflow: hidden;
}

.stories .card-image {
  width: 100%;
  height: 327px;
}

.stories .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stories .card-content {
  display: flex;
  justify-content: space-between;
  height: 294px;
  padding: 48px;
}

.stories .card-text {
  gap: 32px;
}

.stories .card-text .header-h3 {
  line-height: 24px;
}

.stories .flex-row {
  align-items: center;
  width: 100%;
  gap: 12px;
}

.stories .flex-row .line {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #111111;
}

.stories .flex-row a {
  width: -moz-max-content;
  width: max-content;
  text-wrap: nowrap;
  color: #111111;
}

.stories .flex-row a img {
  width: 24px;
  height: auto;
}

.tag {
  padding: 12px 16px;
  background: #005457;
  border-radius: 100px;
  color: #FFFFFF;
}

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.three-column-grid .grid-item {
  display: flex;
  width: 100%;
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.two-column-grid .grid-item {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .alternating-grid .one-column-grid {
    gap: 192px;
  }

  .alternating-grid .one-column-grid .row {
    gap: 96px;
  }

  .banner-right .container {
    padding: 126px 64px;
    margin-left: 64px;
  }

  .banner-right .columns {
    gap: 64px;
  }

  .banner-right .banner-description {
    width: 359px;
  }

  .container {
    padding: 128px 64px;
  }

  .faq .container {
    gap: 80px;
  }

  .faq .faq-accordion {
    width: 100%;
    gap: 24px;
  }

  .three-column-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .two-column-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .one-column-grid .row:not(.swap-order) {
    flex-direction: column;
  }

  .contact-banner .container {
    padding: 64px 64px 64px 40px;
  }

  .contact-banner .columns {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .contact-banner .card-text {
    max-width: 50%;
  }

  .hero-inner .container {
    padding: 172px 64px;
  }

  .hero-inner .content {
    text-align: center;
  }

  .stories .container {
    gap: 80px;
  }
}

@media screen and (max-width: 480px) {
  .alt-background {
    border-radius: 64px 0 0 0;
  }

  .alt-background .container {
    padding: 64px 24px;
    gap: 128px;
  }

  .alternating-grid .title {
    padding-bottom: 48px;
  }

  .alternating-grid .one-column-grid {
    gap: 112px;
  }

  .alternating-grid .one-column-grid .row {
    gap: 48px;
  }

  .alternating-grid .card-text {
    gap: 24px;
  }

  .banner-right .container {
    padding: 48px 24px;
    margin-left: 24px;
    height: -moz-fit-content;
    height: fit-content;
  }

  .banner-right .columns {
    max-width: 100%;
  }

  .banner-right .banner-description {
    max-width: 100%;
  }

  .banner-right .banner-gallery {
    display: none;
  }

  .contact-banner .container {
    padding: 64px 40px 64px 24px;
  }

  .contact-banner .card-text {
    max-width: 100%;
    gap: 48px;
  }

  .contact-banner .card-text .header-h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .contact-banner .card-text .body {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-form .inputs .input-row {
    flex-direction: column;
  }

  .contact-form .black-button {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
  }

  .container {
    padding: 128px 24px;
  }

  .faq .container {
    gap: 80px;
  }

  .faq .alt-h2 {
    text-align: center;
  }

  .faq .faq-accordion {
    gap: 12px;
  }

  .faq .faq-card {
    padding: 18px;
  }

  .faq .black-wire-button {
    width: 100%;
  }

  .hero-inner .container {
    padding: 172px 24px;
  }

  .slick-dots {
    left: 0;
  }

  .slick-dots li button::before {
    font-size: 8px;
  }

  .stories .container {
    gap: 80px;
  }

  .stories .card-content {
    padding: 24px;
  }

  .tag {
    font-size: 12px;
  }
}

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

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

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

.full-width {
  width: 100%;
}

.gap-12 {
  gap: 12px;
}

.margin-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.flip-y {
  transform: scaleY(-1);
}

.green-background {
  background: linear-gradient(0deg, rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0.8)), url(../../../assets/images/gr-bg-sm.jpg);
  background-size: cover;
}

.grow-1 {
  flex: 1;
}

.grow-2 {
  flex: 2;
}

.row-align-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.h-auto {
  height: auto;
}

.primary-green {
  color: #13BEA0;
}

.rounded-image {
  border-radius: 16px;
}

.rounded-card {
  border-radius: 12px;
}

.text-gradient-dark-light {
  background: linear-gradient(270deg, #13BEA0 45.93%, #005457 108.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-light-dark {
  background: linear-gradient(270deg, #13BEA0 0%, #005457 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.w-3-4 {
  max-width: 75%;
}

.white-background {
  background-color: #FFFFFF;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .swap-order {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 480px) {
  .hidden-mobile {
    display: none !important;
  }
}

html, body, .home {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

.home .hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 724px;
  width: 100%;
  padding: 172px 0;
  gap: 64px;
}

.home .hero .hero-content .hero-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.home .hero .hero-content .hero-title {
  margin: 0;
  color: #111111;
}

.home .hero .hero-content .hero-description {
  margin: 0;
  text-align: center;
  color: #787878;
}

.home .hero .hero-content .black-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.home .hero .hero-content .black-button .ai-icon {
  width: 18px;
  height: 18px;
}

.home .alternating-grid .tutorial-step {
  flex-direction: row;
}

.home .alternating-grid .tutorial-step .accent-text {
  position: relative;
  width: 14px;
  text-transform: uppercase;
  color: #13BEA0;
  transform: rotate(-90deg);
}

.home .alternating-grid .tutorial-step .content {
  padding: 0 0 0 32px;
  border-left: 1px solid #13BEA0;
}

.home .alternating-grid .tutorial-step .content .step-number {
  margin: 0 auto 0 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 96px;
  line-height: 112%;
  text-align: left;
  letter-spacing: -0.02em;
  color: #13BEA0;
}

.home .alternating-grid .grid-image {
  height: 441px;
}

.home .benefits {
  width: 100%;
}

.home .benefits .container {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 96px;
}

.home .benefits .three-column-grid {
  gap: 64px;
}

.home .benefits .benefit-card {
  justify-content: space-between;
  height: 100%;
  gap: 32px;
}

.home .benefits .benefit-card .card-content {
  gap: 32px;
}

.home .benefits .benefit-card .flex-row {
  gap: 12px;
}

.home .benefits .benefit-card .flex-row .arrow {
  width: 84px;
  height: auto;
}

.home .benefits .benefit-card .flex-row .arrow-mobile {
  display: none;
}

.home .slider {
  width: 100%;
}

.home .slider .container {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 96px;
}

.home .slider .home-slider {
  max-width: 100%;
}

.home .slider .home-slider .slick-list {
  width: calc(100% + 150px);
  overflow: visible;
}

@media screen and (min-width: 1460px) {
  .home .slider .home-slider .slick-list {
    width: 100%;
  }
}

.home .slider .slider-card {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: min(1140px, 90vw - 150px);
  height: 773px;
  margin-right: 40px;
  overflow: hidden;
}

.home .slider .slider-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

.home .slider .slider-card .slider-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin: 64px;
  padding-top: 32px;
  gap: 32px;
  border-top: 1px solid #FFFFFF;
}

.home .slider .slider-card .slider-text p {
  color: #FFFFFF;
}

.home .home-faq .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.home .home-faq .two-column-grid {
  max-width: 823px;
  gap: 80px 32px;
}

.home .home-faq .home-faq-card {
  max-width: 394px;
}

.home .home-faq .home-faq-card .card-text {
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  .home .alternating-grid .tutorial-step {
    height: 232px;
  }

  .home .alternating-grid .tutorial-step .content .step-number {
    font-size: 80px;
  }

  .home .alternating-grid .grid-image {
    height: 482px;
  }

  .home .slider .home-slider {
    max-width: calc(100% + 128px);
    left: -64px;
  }

  .home .slider .home-slider .slick-list {
    width: 100%;
    overflow-x: hidden;
  }

  .home .slider .slider-card {
    max-width: calc(100vw - 150px);
  }

  .home .home-faq .container {
    flex-direction: column;
    gap: 72px;
  }

  .home .home-faq .home-faq-card {
    max-width: 100%;
  }

  .home .home-faq .home-faq-card .card-text {
    gap: 24px;
  }
}

@media screen and (max-width: 480px) {
  .home .hero .hero-content {
    padding: 172px 24px;
    gap: 32px;
  }

  .home .hero .black-button {
    width: 100%;
  }

  .home .alternating-grid .tutorial-step .step-number {
    font-size: 64px;
  }

  .home .alternating-grid .grid-image {
    height: 248px;
  }

  .home .benefits .three-column-grid {
    gap: 72px;
  }

  .home .benefits .benefit-card .card-text {
    gap: 24px;
  }

  .home .benefits .benefit-card .flex-row p {
    text-wrap: nowrap;
  }

  .home .benefits .benefit-card .flex-row .arrow {
    display: none;
  }

  .home .benefits .benefit-card .flex-row .arrow-mobile {
    display: block;
    width: 60%;
  }

  .home .slider .home-slider {
    max-width: calc(100% + 48px);
    left: -24px;
  }

  .home .slider .home-slider .slick-list {
    width: 100%;
  }

  .home .slider .slider-card {
    max-width: calc(100vw - 64px);
    height: 417px;
  }

  .home .home-faq .container {
    padding: 128px 24px 112px;
  }

  .home .home-faq .two-column-grid {
    gap: 64px;
  }
}

@media screen and (max-width: 350px) {
  .home .slider .home-slider .slider-text {
    margin: 48px;
  }

  .home .slider .home-slider .slider-text .body-large {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .about-us .alternating-grid .container {
    padding: 0 0 128px 0;
  }
}

.about-us .alternating-grid .one-column-grid {
  row-gap: 200px;
}

.about-us .alternating-grid .row {
  height: 710px;
  gap: 0;
}

.about-us .alternating-grid .grid-item {
  width: 50%;
}

@media screen and (min-width: 1024px) {
  .about-us .alternating-grid .mission-image-1 {
    border-radius: 128px 0 128px 0;
  }

  .about-us .alternating-grid .mission-image-2 {
    border-radius: 128px 0 0 128px;
  }
}

.about-us .alternating-grid .card-text {
  justify-content: center;
  gap: 32px;
  padding: 0 128px;
}

.about-us .alternating-grid .card-text .header-h2 {
  color: #005457;
}

.about-us .stories .container {
  padding: 200px 150px;
}

@media screen and (max-width: 1024px) {
  .about-us .alternating-grid .row {
    height: 737px;
    gap: 72px;
  }

  .about-us .alternating-grid .grid-item {
    width: 100%;
  }

  .about-us .alternating-grid .card-text {
    justify-content: center;
    gap: 32px;
    padding: 0;
  }

  .about-us .alternating-grid .grid-image {
    height: 482px;
  }

  .about-us .stories .container {
    padding: 128px 64px;
  }
}

@media screen and (max-width: 480px) {
  .about-us .alternating-grid .container {
    padding: 80px 24px;
  }

  .about-us .alternating-grid .one-column-grid {
    gap: 128px;
  }

  .about-us .alternating-grid .row {
    height: -moz-fit-content;
    height: fit-content;
    gap: 48px;
  }

  .about-us .alternating-grid .grid-image {
    height: 285px;
  }

  .about-us .stories .container {
    padding: 112px 24px;
  }
}

.contact-us .contact-banner .container {
  padding: 172px 150px;
}

.contact-us .contact-banner .columns {
  gap: 64px;
}

.contact-us .contact-banner .card-text {
  min-width: 428px;
}

.contact-us .contact-banner .card-text .header-h1 {
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.contact-us .contact-cards {
  width: 100%;
}

.contact-us .contact-cards .container {
  gap: 96px;
}

.contact-us .contact-cards .two-column-grid {
  gap: 64px;
}

.contact-us .contact-cards .card {
  padding: 48px;
}

.contact-us .contact-cards .card-content {
  gap: 32px;
}

.contact-us .contact-cards .icon {
  width: 40px;
  height: 40px;
}

.contact-us .contact-cards .card-text {
  gap: 24px;
}

.contact-us .faq .container {
  padding-bottom: 44px;
}

@media screen and (max-width: 1024px) {
  .contact-us .contact-banner .container {
    padding: 172px 64px;
  }

  .contact-us .contact-banner .card-text {
    align-items: center;
    text-align: center;
    max-width: 100%;
    min-width: unset;
  }

  .contact-us .contact-banner .contact-form {
    align-items: center;
  }

  .contact-us .contact-cards .container {
    gap: 80px;
    padding: 112px 64px;
  }

  .contact-us .contact-cards .two-column-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .contact-us .contact-cards .card {
    padding: 24px;
  }

  .contact-us .faq .container {
    padding: 0 64px 128px;
  }
}

@media screen and (max-width: 480px) {
  .contact-us .contact-banner .container {
    padding: 96px 24px;
  }

  .contact-us .contact-cards .container {
    padding: 80px 24px 32px;
  }

  .contact-us .contact-cards .two-column-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-us .contact-cards .header-h2 {
    text-align: center;
    font-size: 32px;
    line-height: 112%;
  }

  .contact-us .contact-cards .card {
    height: 300px;
  }
}

.login-header {
  display: none;
}

@media screen and (max-width: 1024px) {
  .login-header {
    display: block;
  }
}

.login-footer {
  display: none;
}

@media screen and (max-width: 1024px) {
  .login-footer {
    display: block;
  }
}

.logo-container-overlay {
  width: 100%;
  height: 200px;
  background: url(../../images/bg-overlay.png) center/cover no-repeat;
}

@media screen and (max-width: 480px) {
  .logo-container-overlay {
    display: none;
  }
}

.login-page {
  width: 100%;
  min-height: 100vh;
}

.login-page.overlay {
  display: none;
  min-height: auto;
  margin-top: 105px;
  margin-bottom: 105px;
}

@media screen and (max-width: 480px) {
  .login-page.overlay {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.login-page .login-wrapper {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  width: 100%;
}

.login-page .logo-container {
  flex-basis: 50%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .login-page .logo-container {
    display: none;
  }
}

.login-page .logo-container .logo {
  background: url(../../images/login-bg.png) 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.login-page .login-form-container {
  flex-basis: 50%;
}

.login-page .login-form-container.overlay {
  flex-basis: auto;
}

@media screen and (max-width: 1024px) {
  .login-page .login-form-container {
    flex-basis: 100%;
  }
}

.login-page .login-form-container .login-form {
  width: 85%;
  max-width: 1200px;
}

@media screen and (max-width: 480px) {
  .login-page .login-form-container .login-form {
    width: 90%;
  }
}

.login-page .login-form-container .login-form .underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.login-page .login-form-container .login-form .title-text {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
}

.login-page .login-form-container .login-form .input-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.login-page .login-form-container .login-form .input-row.margin-32 {
  margin-bottom: 32px;
  margin-top: 32px;
}

@media screen and (max-width: 1024px) {
  .login-page .login-form-container .login-form .input-row {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 480px) {
  .login-page .login-form-container .login-form .input-row {
    margin-bottom: 32px;
  }
}

.login-page .login-form-container .login-form .input-row input {
  height: 44px;
  padding: 10px 14px 10px 14px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #D5D5D5;
}

.login-page .login-form-container .login-form .input-row input.small-height {
  height: 32px;
}

.login-page .login-form-container .login-form .input-row input::-moz-placeholder {
  color: #A5A6AB;
}

.login-page .login-form-container .login-form .input-row input::placeholder {
  color: #A5A6AB;
}

.login-page .login-form-container .login-form .embeds {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 480px) {
  .login-page .login-form-container .login-form .embeds {
    gap: 24px;
  }
}

.login-page .login-form-container .login-form .embeds .embed {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  height: 44px;
  color: #344054;
  cursor: pointer;
}

.login-page .login-form-container .login-form .embeds .embed.fb {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .login-page .login-form-container .login-form .embeds .embed.fb {
    margin-bottom: 24px;
  }
}

.login-page .login-form-container .login-form hr {
  border: none;
  height: 1px;
  color: #E4E4EA;
  background-color: #E4E4EA;
  margin-bottom: 32px;
  display: none;
}

@media screen and (max-width: 480px) {
  .login-page .login-form-container .login-form hr {
    display: block;
  }

  .login-page .login-form-container .account-txt {
    text-align: center;
  }
}

.login-page .login-form-container .black-button {
  font-family: "Inter", serif;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .login-page .login-form-container .black-button {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 480px) {
  .login-page .login-form-container .black-button {
    margin-bottom: 32px;
  }
}

.header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 150px;
  background: transparent;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.navbar .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar .logo-img {
  width: auto;
  height: 24px;
}

.navbar .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.navbar .nav-links .nav-link {
  padding: 16px;
  border-radius: 6px;
  color: #111111;
  text-decoration: none;
  text-wrap: nowrap;
}

.navbar .nav-links .nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 14px 16px;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #111111;
  text-decoration: none;
  text-wrap: nowrap;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  width: 100%;
}

.mobile-menu .menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}

.mobile-menu .menu-bar .logo-img {
  width: 111px;
  height: auto;
}

.mobile-menu .menu-bar .menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.mobile-menu .nav-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}

.mobile-menu .nav-links .nav-link {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  color: #111111;
  text-decoration: none;
  border-bottom: 2px solid #111111;
}

.mobile-menu .button-tray {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 48px;
  gap: 28px;
  width: 100%;
  height: 88px;
  border-top: 2px solid #F2F2F2;
}

.mobile-menu .nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 14px 16px;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #111111;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 24px 64px;
  }
}

@media screen and (max-width: 800px) {
  .header {
    padding: 0;
  }

  .navbar {
    display: none;
  }

  .mobile-menu {
    display: flex;
  }
}

footer {
  width: 100%;
  height: 508px;
  margin-top: 128px;
  background: #111111;
}

footer .container {
  justify-content: space-between;
  height: 100%;
  padding: 64px 96px 40px;
}

footer .footer-nav {
  max-width: 100%;
  width: 100%;
}

footer .footer-nav .logo-img {
  width: 243px;
  height: auto;
}

footer .footer-nav .nav-link {
  color: #FFFFFF !important;
}

footer .footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer .footer-links .socials {
  display: flex;
  gap: 20px;
}

footer .footer-links .socials img {
  width: 24px;
  height: auto;
}

footer .footer-links .legal-links {
  display: flex;
  gap: 30px;
}

footer .footer-links .legal-links .legal-link {
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  footer {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  footer {
    height: -moz-fit-content;
    height: fit-content;
  }

  footer .container {
    padding: 40px 24px 47px;
    gap: 64px;
  }

  footer .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
  }

  footer .footer-nav .nav-links {
    flex-direction: column;
    gap: 40px;
  }

  footer .footer-nav .nav-links .nav-link {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  footer .footer-links {
    flex-direction: column;
    gap: 146px;
  }

  footer .footer-links .socials {
    order: 2;
  }

  footer .footer-links .legal-links {
    flex-direction: column;
    order: 1;
    gap: 40px;
  }

  footer .footer-links .legal-links .legal-link {
    font-size: 16px;
    line-height: 24px;
  }
}

.project-grid-container {
  padding: 32px;
  width: 100%;
  border-radius: 16px;
  background-color: #f4f4f4;
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-100);
}

@media screen and (max-width: 480px) {
  .project-grid-container {
    padding: 24px;
  }
}

.project-grid-container h1 {
  margin-bottom: 32px;
}

.project-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 345px));
  gap: 18px;
}

.project-grid .card {
  min-width: 290px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 345/440;
  border: 1px solid gray;
}

.prompt-header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(272.41deg, #13BEA0 -0.37%, #005457 144.29%);
  padding: 24px;
  padding-top: 112px;
  padding-bottom: 112px;
}

@media screen and (max-width: 480px) {
  .prompt-header {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.prompt-header .prompt-header-inner {
  width: 100%;
  max-width: 990px;
}

.prompt-header .prompt-header-inner h1 {
  color: #FFF;
  margin-bottom: 24px;
}

.prompt-header .prompt-header-inner .prompt-fields {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
}

@media screen and (max-width: 480px) {
  .prompt-header .prompt-header-inner .prompt-fields {
    flex-direction: column;
  }
}

.prompt-header .prompt-header-inner .prompt-fields div {
  width: 100%;
}

.prompt-header .prompt-header-inner .prompt-fields textarea {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #E0E0E0;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.prompt-header .prompt-header-inner .prompt-fields textarea::-moz-placeholder {
  color: #A5A6AB;
}

.prompt-header .prompt-header-inner .prompt-fields textarea::placeholder {
  color: #A5A6AB;
}

.prompt-header .prompt-header-inner .prompt-fields .actions {
  width: 100%;
  max-width: 277px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media screen and (max-width: 480px) {
  .prompt-header .prompt-header-inner .prompt-fields .actions {
    flex-direction: row;
    max-width: unset;
  }
}

.ref-file-button {
  background-color: #FFF;
  width: 100%;
  height: 52px;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.ref-file-button > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.ref-file-button > div img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  width: 32px;
  height: 32px;
}

.generate-button {
  background-color: #000;
  color: #FFF;
  width: 100%;
  height: 52px;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.file-modal {
  background-color: #f4f4f4;
  width: 606px;
  max-width: 90%;
  border-radius: 8px;
  height: 588px;
  max-height: 90%;
}

.file-modal .modal-header {
  background-color: #e4e4e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 14px 24px;
  margin-bottom: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.file-modal .modal-header > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.file-modal .modal-header input, .file-modal .modal-header h1 {
  font-family: "Bricolage Grotesque", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
}

.file-modal .modal-body {
  background-color: #f4f4f4;
}

.file-modal .modal-content {
  padding: 0 40px 24px;
}

.file-modal .project-image {
  height: 515px;
  width: 542px;
  max-width: 542px;
  max-height: 515px;
  overflow: hidden;
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
  background-color: #F4F4F4;
  padding: 42px;
}

.file-modal .project-image img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
}

.file-modal .project-image .background-img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.file-modal .project-image .gen-img {
  left: var(--left, 50%);
  top: var(--top, 50%);
  transform: translate(-50%, -50%);
  width: var(--width, 100%);
  height: var(--height, 100%);
}

.file-modal .project-image.no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border: dotted 1px rgba(0, 0, 0, 0.5);
}

.file-modal .project-image.no-image .background-img, .file-modal .project-image.no-image .gen-img {
  display: none;
}

.file-modal.project-modal {
  width: 1130px;
  height: unset;
  min-height: 840px;
  overflow: auto;
}

.file-modal.project-modal .modal-header {
  height: 72px;
  padding: 24px 40px;
}

.textarea-container {
  position: relative;
}

.textarea-container span {
  pointer-events: none;
  position: absolute;
  top: 16px;
  left: 16px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.5;
}

.textarea-container.not-empty span {
  display: none;
}

.thumb-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin: 24px auto;
}

.upload-container {
  margin: 32px auto;
}

.upload-container h4 {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #787878;
}

.upload-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../assets/images/icons/upload-icon.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 1px dashed #13bea0;
  width: 100%;
  height: 259px;
  max-height: 100%;
  background-color: rgba(19, 190, 160, 0.05);
}

.upload-box:hover {
  background-color: rgba(19, 190, 160, 0.1);
}

.project-modal-content {
  display: grid;
  grid-template-columns: 11fr 9fr;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}

.project-details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.project-steps {
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 38px;
}

.project-steps span {
  font-family: "Inter", serif;
  font-style: normal;
  height: 40px;
  padding: 0 14px;
  border-radius: 100px;
  font-weight: 400;
  line-height: 24px;
  color: #13bea0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #13bea0;
}

.project-steps span.filled {
  background-color: #13bea0;
  color: #FFF;
  border: 1px solid #13bea0;
}

.project-steps span:not(:last-child)::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #13bea0;
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
}

.products {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.products > div {
  padding: 14px;
  width: 109px;
  height: 90px;
  border-radius: 8px;
  border: 1px solid #13bea0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #13bea0;
}

.products > div img {
  width: 34px;
  max-width: 34px;
  height: 34px;
  max-height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.products > div.selected {
  background-color: #13bea0;
  border: 1px solid #13bea0;
  color: #FFF;
}

.products > div.selected img {
  filter: brightness(0) invert(1);
}

.option-radio > .options {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.option-radio > .options > div {
  width: 49px;
  height: 49px;
  border-radius: 8px;
  border: 1px solid #13bea0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #13bea0;
}

.option-radio > .options > div.selected {
  background-color: #13bea0;
  border: 1px solid #13bea0;
  color: #FFF;
}

.product-section {
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4ea;
  margin-bottom: 32px;
}

.product-section input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e4e4ea;
  padding: 0 16px;
  font-size: 18px;
  color: #111111;
}

.product-section h3 {
  font-family: "Inter", serif;
  font-weight: 600;
  font-size: 14px;
  color: #787878;
  margin-bottom: 14px;
}

.option-label {
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 14px;
  color: #787878;
  margin-bottom: 14px;
}

.option-select {
  width: 100%;
  overflow: visible;
}

.option-select.open {
  z-index: 10;
}

.option-select > div {
  background-color: #fdfdfd;
  border-radius: 4px;
  font-size: 18px;
  color: #111111;
  height: 48px;
  max-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}

.option-select .label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #a5a6ab;
  border-top: 2px solid #a5a6ab;
  right: 0;
  transition: transform 0.3s;
  position: absolute;
  transform: scaleY(0.8) rotate(135deg);
}

.option-select .label.open::after {
  transform: scaleY(0.8) rotate(-45deg);
}

.option-select .options {
  width: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  background-color: #fdfdfd;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 4px 0;
  border: 1px solid #e4e4ea;
}

.option-select .option-value {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}

.option-select .option-value .swatch {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #e4e4ea;
}

.option-select .option-value:not(.label) {
  padding: 4px 16px;
}

.option-select .option-value:not(.label):hover {
  background-color: whitesmoke;
}

.cart-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 24px;
}

@media screen and (max-width: 480px) {
  .cart-options {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

.step-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.step-actions button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  background-color: #111111;
}

.close-button {
  background: none;
}

main.cart .hero-inner {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

main.cart .hero-inner .content {
  padding-top: 0 !important;
}

main.cart > div {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  padding: 128px 150px;
}

@media screen and (max-width: 1024px) {
  main.cart > div {
    padding: 80px 64px;
  }
}

@media screen and (max-width: 480px) {
  main.cart > div {
    padding: 40px 24px;
  }
}

main.cart .cart-overview {
  width: 100%;
}

main.cart .cart-overview > .cart-container {
  display: grid;
  grid-template-columns: auto 398px;
  gap: 64px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

main.cart .cart-overview > .cart-container .cart-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 48px;
  align-items: start;
  padding-bottom: 72px;
  border-bottom: 1px solid #a5a6ab;
  margin-bottom: 32px;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  overflow: hidden;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div {
  padding-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div h3 {
  font-weight: 500;
  font-size: 32px;
  color: #005457;
}

@media screen and (max-width: 800px) {
  main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div h3 {
    font-size: 24px;
  }
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div p {
  font-weight: 400;
  font-size: 18px;
  color: #111111;
}

@media screen and (max-width: 800px) {
  main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div p {
    font-size: 16px;
  }
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div .cart-item-options {
  display: grid;
  gap: 14px;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div .cart-item-options > div {
  display: flex;
  gap: 12px;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div .cart-item-options > div > div {
  display: contents;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div .cart-item-options > div > div > div {
  white-space: nowrap;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div .cart-item-options > div > div > div span {
  font-weight: 400;
  font-size: 18px;
  color: #111111;
}

main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div .cart-item-options > div > div > div span:first-child {
  color: #787878;
}

@media screen and (max-width: 800px) {
  main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details > div .cart-item-options > div > div > div span {
    font-size: 16px;
  }

  main.cart .cart-overview > .cart-container .cart-items .cart-item .cart-item-details {
    grid-template-columns: 124px auto;
  }
}

main.cart .cart-overview > .cart-container .cart-item-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main.cart .cart-overview > .cart-container .cart-item-edit .cart-item-quantity {
  display: flex;
  gap: 24px;
  align-items: center;
}

main.cart .cart-overview > .cart-container .cart-item-edit .cart-item-quantity button {
  background-color: #FFF;
  border-radius: 100%;
  border: 1px solid #111111;
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main.cart .cart-overview > .cart-container .cart-item-edit .cart-item-quantity span {
  font-size: 28px;
}

main.cart .cart-overview > .cart-container .cart-item-edit .cart-item-actions {
  display: flex;
  gap: 24px;
}

main.cart .cart-overview > .cart-container .cart-item-edit .cart-item-actions button {
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #111111;
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main.cart .cart-overview > .cart-container .cart-summary-container .cart-summary {
  background-color: #FFF;
  padding: 32px 32px 32px 40px;
  border-radius: 16px;
  overflow: hidden;
  position: sticky;
  align-self: start;
}

main.cart .cart-overview > .cart-container .cart-summary-container .cart-summary h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 24px;
}

main.cart .cart-overview > .cart-container .cart-summary-container .cart-summary .cart-summary-amounts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 64px;
}

@media screen and (max-width: 1280px) {
  main.cart .cart-overview > .cart-container .cart-summary-container {
    position: relative;
    width: 100%;
  }

  main.cart .cart-overview > .cart-container .cart-summary-container .cart-summary {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  main.cart .cart-overview > .cart-container .cart-summary-container .cart-summary {
    padding: 24px 24px 32px;
  }
}

@media screen and (max-width: 1280px) {
  main.cart .cart-overview > .cart-container {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .login .header, .login .footer {
    display: none;
  }
}

.placeholder\:text-placeholder::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(165 166 171 / var(--tw-text-opacity, 1));
}

.placeholder\:text-placeholder::placeholder {
  --tw-text-opacity: 1;
  color: rgb(165 166 171 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

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

  .lg\:grid {
    display: grid;
  }

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

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

/*# sourceMappingURL=index.css.map */