/* [project]/src/components/organisms/nav-bar/styles/NavBar.module.css [app-client] (css) */
.NavBar-module__dI82Sq__archive_container {
  height: calc(var(--spacing, .25rem) * 15.5);
  background-color: #fefefd;
  align-items: center;
  width: 100%;
  display: flex;
}

.NavBar-module__dI82Sq__memory_archive_logo {
  aspect-ratio: 11 / 6;
  height: calc(var(--spacing, .25rem) * 9);
  width: calc(var(--spacing, .25rem) * 16.5);
  margin-inline-start: calc(var(--spacing, .25rem) * 1.25);
}

.NavBar-module__dI82Sq__avatar {
  margin-inline-start: calc(var(--spacing, .25rem) * 2);
  margin-inline-end: calc(var(--spacing, .25rem) * 4);
}

.NavBar-module__dI82Sq__button {
  margin-inline-start: calc(var(--spacing, .25rem) * 2);
  margin-inline-end: calc(var(--spacing, .25rem) * 4.75);
}

.NavBar-module__dI82Sq__button_at_end {
  margin-inline-start: auto;
  margin-inline-end: calc(var(--spacing, .25rem) * 4.75);
}

/* [project]/src/components/organisms/nav-bar/styles/NavBarIconRenderer.module.css [app-client] (css) */
.NavBarIconRenderer-module__yBSKiG__icon_container {
  aspect-ratio: 1;
  height: calc(var(--spacing, .25rem) * 8.25);
  width: calc(var(--spacing, .25rem) * 8.25);
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #b3b3b3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.NavBarIconRenderer-module__yBSKiG__back_icon_container {
  margin-inline-start: calc(var(--spacing, .25rem) * 4);
}

.NavBarIconRenderer-module__yBSKiG__back_icon {
  height: calc(var(--spacing, .25rem) * 5);
  width: calc(var(--spacing, .25rem) * 5);
}

.NavBarIconRenderer-module__yBSKiG__question_icon_container {
  margin-inline-start: auto;
}

.NavBarIconRenderer-module__yBSKiG__question_icon {
  height: calc(var(--spacing, .25rem) * 6.5);
  width: calc(var(--spacing, .25rem) * 6.5);
}

.NavBarIconRenderer-module__yBSKiG__bell_icon_container {
  margin-inline-start: calc(var(--spacing, .25rem) * 2);
  position: relative;
}

.NavBarIconRenderer-module__yBSKiG__bell_icon {
  height: calc(var(--spacing, .25rem) * 5);
  width: calc(var(--spacing, .25rem) * 5);
}

.NavBarIconRenderer-module__yBSKiG__bell_notification {
  background-color: var(--color-primary, #4697d9);
  border-radius: 3.40282e38px;
  width: .531rem;
  height: .531rem;
  position: absolute;
  top: 0;
  right: 0;
}

.NavBarIconRenderer-module__yBSKiG__settings_icon_container {
  margin-inline-start: calc(var(--spacing, .25rem) * 2);
}

.NavBarIconRenderer-module__yBSKiG__settings_icon {
  height: calc(var(--spacing, .25rem) * 5);
  width: calc(var(--spacing, .25rem) * 5);
}

.NavBarIconRenderer-module__yBSKiG__close_icon_container {
  aspect-ratio: 1;
  margin-inline-start: calc(var(--spacing, .25rem) * 4);
}

.NavBarIconRenderer-module__yBSKiG__close_icon {
  height: calc(var(--spacing, .25rem) * 2.5);
  width: calc(var(--spacing, .25rem) * 2.5);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/* [project]/src/components/atoms/button/styles/Button.module.css [app-client] (css) */
.Button-module__NBAF6G__button {
  max-width: 100%;
  min-width: calc(var(--spacing, .25rem) * 10);
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: var(--radius-lg, .5rem);
  padding-inline: calc(var(--spacing, .25rem) * 2);
  outline-style: var(--tw-outline-style);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
  --tw-duration: .2s;
  outline-width: 0;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
  display: flex;
  overflow: hidden;
}

.Button-module__NBAF6G__title {
  text-align: center;
  font-size: var(--text-xs, .75rem);
  line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / .75)));
  --tw-leading: calc(var(--spacing, .25rem) * 5);
  line-height: calc(var(--spacing, .25rem) * 5);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  --tw-tracking: -.005rem;
  letter-spacing: -.005rem;
  color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
}

.Button-module__NBAF6G__extra_small {
  height: calc(var(--spacing, .25rem) * 8);
}

.Button-module__NBAF6G__small {
  height: 2.625rem;
}

.Button-module__NBAF6G__medium {
  height: calc(var(--spacing, .25rem) * 11);
}

.Button-module__NBAF6G__medium_large {
  height: calc(var(--spacing, .25rem) * 11.5);
}

.Button-module__NBAF6G__large {
  height: calc(var(--spacing, .25rem) * 12);
}

.Button-module__NBAF6G__primary {
  background-color: var(--color-primary, #4697d9);
  color: var(--color-white, #fff);
}

@media (hover: hover) {
  .Button-module__NBAF6G__primary:hover {
    background-color: var(--color-primary-700, #1f67aa);
  }
}

.Button-module__NBAF6G__primary:active {
  background-color: var(--color-primary, #4697d9);
  --tw-shadow: 0 0 0 4px var(--tw-shadow-color, #90bfe9);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.Button-module__NBAF6G__secondary {
  border-style: var(--tw-border-style);
  border-width: .05rem;
  border-color: var(--color-dark-label, #1f1a17);
  background-color: var(--color-white, #fff);
  color: var(--color-dark-label, #1f1a17);
}

@media (hover: hover) {
  .Button-module__NBAF6G__secondary:hover {
    background-color: #f2f7fd;
  }
}

.Button-module__NBAF6G__secondary:active {
  background-color: var(--color-white, #fff);
  --tw-shadow: 0 0 0 4px var(--tw-shadow-color, #90bfe9);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.Button-module__NBAF6G__tertiary {
  border-style: var(--tw-border-style);
  border-width: .05rem;
  border-color: var(--color-dark-label, #1f1a17);
  color: var(--color-dark-label, #1f1a17);
  background-color: #f4efe9;
}

@media (hover: hover) {
  .Button-module__NBAF6G__tertiary:hover {
    background-color: #ebe1d6;
  }
}

.Button-module__NBAF6G__tertiary:active {
  --tw-shadow: 0 0 0 4px var(--tw-shadow-color, #90bfe9);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  background-color: #f4efe9;
}

.Button-module__NBAF6G__danger {
  background-color: var(--color-custom-red, #df2040);
  color: var(--color-white, #fff);
}

@media (hover: hover) {
  .Button-module__NBAF6G__danger:hover {
    background-color: #b81b35;
  }
}

.Button-module__NBAF6G__danger:active {
  background-color: var(--color-custom-red, #df2040);
  --tw-shadow: 0 0 0 4px var(--tw-shadow-color, #f5a3b0);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.Button-module__NBAF6G__disabled {
  cursor: not-allowed;
  border-style: var(--tw-border-style);
  background-color: var(--color-disabled-background, #ccc);
  color: var(--color-disabled-text, #999);
  border-width: 0;
}

@media (hover: hover) {
  .Button-module__NBAF6G__disabled:hover {
    background-color: var(--color-disabled-background, #ccc);
  }
}

.Button-module__NBAF6G__disabled:active {
  background-color: var(--color-disabled-background, #ccc);
}

.Button-module__NBAF6G__icon {
  flex-shrink: 0;
  margin-inline-start: .688rem;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/* [project]/src/components/atoms/avatar/styles/Avatar.module.css [app-client] (css) */
.Avatar-module__nKcFGa__container {
  box-sizing: border-box;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-primary, #4697d9);
  background-color: var(--color-white, #fff);
  border-radius: 3.40282e38px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Avatar-module__nKcFGa__primary {
  border-color: var(--color-primary, #4697d9);
}

.Avatar-module__nKcFGa__secondary {
  border-color: #f4efe9;
}

.Avatar-module__nKcFGa__tertiary {
  border-style: var(--tw-border-style);
  border-width: 0;
}

.Avatar-module__nKcFGa__extra_small {
  height: calc(var(--spacing, .25rem) * 6);
  width: calc(var(--spacing, .25rem) * 6);
}

.Avatar-module__nKcFGa__small {
  height: calc(var(--spacing, .25rem) * 8);
  width: calc(var(--spacing, .25rem) * 8);
}

.Avatar-module__nKcFGa__medium {
  height: calc(var(--spacing, .25rem) * 9);
  width: calc(var(--spacing, .25rem) * 9);
}

.Avatar-module__nKcFGa__large {
  height: calc(var(--spacing, .25rem) * 10.5);
  width: calc(var(--spacing, .25rem) * 10.5);
}

.Avatar-module__nKcFGa__avatar {
  object-fit: cover;
  width: 100%;
  height: auto;
  transition-property: filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
  --tw-duration: .3s;
  --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
  transition-duration: .3s;
  transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1));
  border-radius: 3.40282e38px;
}

.Avatar-module__nKcFGa__blur_filter {
  --tw-blur: blur(var(--blur-sm, 8px));
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}

.Avatar-module__nKcFGa__placeholder_icon {
  bottom: calc(var(--spacing, .25rem) * -.25);
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  width: auto;
  height: 80%;
  position: absolute;
  left: 50%;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

/* [project]/src/components/organisms/nav-bar/styles/NavBarTitleRenderer.module.css [app-client] (css) */
.NavBarTitleRenderer-module__6FYo6a__add_memory_container {
  justify-content: center;
  align-items: flex-start;
  gap: calc(var(--spacing, .25rem) * .25);
  margin-inline-start: calc(var(--spacing, .25rem) * 5);
  display: inline-flex;
}

.NavBarTitleRenderer-module__6FYo6a__add_memory_gif {
  aspect-ratio: 23 / 22;
  height: calc(var(--spacing, .25rem) * 5.5);
  width: calc(var(--spacing, .25rem) * 5.75);
  background: #d3d3d3 url("/gifs/nav-bar/addMemory.gif") -2.18px -3.2px / 124.294% 129.074% no-repeat;
}

.NavBarTitleRenderer-module__6FYo6a__add_challenge_container {
  justify-content: center;
  align-items: flex-start;
  gap: calc(var(--spacing, .25rem) * .25);
  margin-inline-start: calc(var(--spacing, .25rem) * 5);
  display: inline-flex;
}

.NavBarTitleRenderer-module__6FYo6a__add_challenge_gif {
  aspect-ratio: 1;
  height: calc(var(--spacing, .25rem) * 6.75);
  width: calc(var(--spacing, .25rem) * 6.75);
  background: #d3d3d3 url("/gifs/nav-bar/addChallenge.gif") 50% / cover no-repeat;
}

.NavBarTitleRenderer-module__6FYo6a__add_time_capsule_container {
  justify-content: center;
  align-items: center;
  gap: calc(var(--spacing, .25rem) * 1.5);
  margin-inline-start: calc(var(--spacing, .25rem) * 5);
  display: inline-flex;
}

.NavBarTitleRenderer-module__6FYo6a__add_time_capsule_gif {
  aspect-ratio: 21 / 23;
  height: calc(var(--spacing, .25rem) * 5.75);
  width: calc(var(--spacing, .25rem) * 5.25);
  background: #d3d3d3 url("/gifs/nav-bar/addTimeCapsule.gif") top / cover no-repeat;
}

.NavBarTitleRenderer-module__6FYo6a__settings_container {
  justify-content: flex-end;
  align-items: center;
  gap: calc(var(--spacing, .25rem) * 1.5);
  margin-inline-start: auto;
  display: inline-flex;
}

.NavBarTitleRenderer-module__6FYo6a__settings_gif {
  aspect-ratio: 1;
  height: calc(var(--spacing, .25rem) * 6.75);
  width: calc(var(--spacing, .25rem) * 6.75);
  background: #d3d3d3 url("/gifs/nav-bar/settings.gif") 50% / cover no-repeat;
}

.NavBarTitleRenderer-module__6FYo6a__edit_image_container {
  justify-content: center;
  align-items: flex-start;
  gap: calc(var(--spacing, .25rem) * .25);
  margin-inline-start: auto;
  display: inline-flex;
}

.NavBarTitleRenderer-module__6FYo6a__edit_image_gif {
  aspect-ratio: 1;
  height: calc(var(--spacing, .25rem) * 6.75);
  width: calc(var(--spacing, .25rem) * 6.75);
  background: #d3d3d3 url("/gifs/nav-bar/editImage.gif") 50% / cover no-repeat;
}

.NavBarTitleRenderer-module__6FYo6a__title {
  text-align: center;
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-dark-label, #1f1a17);
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

/* [project]/src/components/atoms/image-renderer/styles/ImageRenderer.module.css [app-client] (css) */
.ImageRenderer-module__dqbRCW__container {
  margin-top: calc(var(--spacing, .25rem) * 3);
  height: calc(var(--spacing, .25rem) * 28);
  border-radius: var(--radius-lg, .5rem);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ImageRenderer-module__dqbRCW__image {
  border-radius: var(--radius-lg, .5rem);
  object-fit: cover;
  width: 100%;
  height: auto;
}

.ImageRenderer-module__dqbRCW__blur_filter {
  --tw-blur: blur(var(--blur-md, 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, );
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/* [project]/src/components/organisms/footer/styles/FooterBrand.module.css [app-client] (css) */
.FooterBrand-module__RrltOa__container {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 166px;
  display: flex;
}

@media (min-width: 96rem) {
  .FooterBrand-module__RrltOa__container {
    width: 378px;
  }

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

.FooterBrand-module__RrltOa__logo {
  aspect-ratio: 148.44 / 80.22;
  flex-shrink: 0;
  width: 148.435px;
  height: 80.219px;
}

.FooterBrand-module__RrltOa__slogan {
  padding-inline: calc(var(--spacing, .25rem) * 2);
  text-align: center;
  font-size: var(--text-sm, .875rem);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-dark-label, #1f1a17);
}

@media (min-width: 64rem) {
  .FooterBrand-module__RrltOa__slogan {
    padding-inline: 0;
  }
}

@media (min-width: 96rem) {
  .FooterBrand-module__RrltOa__slogan {
    text-align: right;
  }
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

/* [project]/src/components/organisms/footer/styles/FooterLinkSection.module.css [app-client] (css) */
.FooterLinkSection-module__hY18QW__section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 9px;
  width: 163px;
  height: 166px;
  display: flex;
}

.FooterLinkSection-module__hY18QW__title {
  font-size: var(--text-sm, .875rem);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
  --tw-leading: 18px;
  --tw-font-weight: var(--font-weight-medium, 500);
  line-height: 18px;
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-primary, #4697d9);
}

.FooterLinkSection-module__hY18QW__link {
  font-size: var(--text-xs, .75rem);
  line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / .75)));
  --tw-leading: 15px;
  --tw-font-weight: var(--font-weight-normal, 400);
  line-height: 15px;
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-dark-label, #1f1a17);
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

/* [project]/src/components/organisms/footer/styles/Footer.module.css [app-client] (css) */
.Footer-module__6OU5cG__wrapper {
  background-color: var(--color-custom-background, #f9f6f3);
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.Footer-module__6OU5cG__background {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Footer-module__6OU5cG__background .Footer-module__6OU5cG__background_image {
  border-radius: 0;
  max-width: none;
  height: auto;
  margin-top: 0;
}

.Footer-module__6OU5cG__background > .Footer-module__6OU5cG__background_image {
  width: 104%;
  margin-inline: -2%;
}

.Footer-module__6OU5cG__container {
  z-index: 20;
  margin-top: calc(var(--spacing, .25rem) * -4);
  background-color: var(--color-custom-background, #f9f6f3);
  align-self: stretch;
  width: 100%;
  position: relative;
}

.Footer-module__6OU5cG__content {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 397px;
  padding-bottom: 42px;
  display: flex;
}

@media (min-width: 96rem) {
  .Footer-module__6OU5cG__content {
    margin-inline: auto;
  }

  .Footer-module__6OU5cG__content {
    height: auto;
  }

  .Footer-module__6OU5cG__content {
    min-height: 0;
  }

  .Footer-module__6OU5cG__content {
    width: 1440px;
  }

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

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

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

  .Footer-module__6OU5cG__content {
    gap: calc(var(--spacing, .25rem) * 8);
  }

  .Footer-module__6OU5cG__content {
    padding-block: 42px;
  }
}

.Footer-module__6OU5cG__quick_links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  align-items: center;
  gap: 13px;
  display: grid;
}

@media (min-width: 48rem) {
  .Footer-module__6OU5cG__quick_links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .Footer-module__6OU5cG__quick_links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 80rem) {
  .Footer-module__6OU5cG__quick_links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 96rem) {
  .Footer-module__6OU5cG__quick_links {
    display: flex;
  }

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

/* [project]/src/app/lahzeh_efabcdf9.module.css [app-client] (css) */
@font-face {
  font-family: lahzeh;
  src: url("../media/Lahzeh_Light-s.p.1e79df4e.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: lahzeh;
  src: url("../media/Lahzeh_Regular-s.p.dd6503ac.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: lahzeh;
  src: url("../media/Lahzeh_Medium-s.p.56209942.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: lahzeh;
  src: url("../media/Lahzeh_SemiBold-s.p.6359fef9.woff2") format("woff2");
  font-display: swap;
  font-weight: 650;
  font-style: normal;
}

@font-face {
  font-family: lahzeh;
  src: url("../media/Lahzeh_Black-s.p.a176f8a7.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: lahzeh Fallback;
  src: local(Arial);
  ascent-override: 109.74%;
  descent-override: 61.16%;
  line-gap-override: 0.0%;
  size-adjust: 111.18%;
}

.lahzeh_efabcdf9-module__JicmFW__className {
  font-family: lahzeh, lahzeh Fallback;
}

.lahzeh_efabcdf9-module__JicmFW__variable {
  --font-lahzeh: "lahzeh", "lahzeh Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-custom-gray-500: gray;
    --color-success: #10b981;
    --color-error: #e53e3e;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: 0;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-full {
    width: 100%;
  }

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

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

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

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

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

  .bg-\[\#B3B3B3\] {
    background-color: #b3b3b3;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .text-custom-gray-500 {
    color: var(--color-custom-gray-500);
  }

  .text-error {
    color: var(--color-error);
  }

  .text-success {
    color: var(--color-success);
  }

  .italic {
    font-style: italic;
  }

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

  .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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

body {
  font-family: var(--font-lahzeh), sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #000;
}

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

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

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

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

@keyframes blinking {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.global_blinking_animation {
  animation: 4s cubic-bezier(.5, 0, 1, 1) 1ms infinite blinking;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=src_f7846b2a._.css.map*/