/* [project]/src/views/layouts/AntdConfigProviderBare.module.css [app-client] (css) */
.AntdConfigProviderBare-module__dYyTSa__collapseExpandIcon.AntdConfigProviderBare-module__dYyTSa__active {
  transition: transform var(--ant-motion-duration-slow) var(--ant-motion-ease-in-out);
  transform: rotate(90deg);
}

/* [project]/src/views/layouts/antdOverride.css [app-client] (css) */
:root {
  --ant-padding-xxl: 40px;
  --ant-border-radius-xl: 12px;
  --ant-box-shadow-quaternary: 0px 1px 3px #0000001a, 0px 1px 2px #0000000f;
}

.css-var-antd.css-var-antd {
  --ant-color-primary: var(--primary);
  --ant-color-error: var(--destructive);
  --ant-color-info: var(--primary);
  --ant-color-link: var(--primary);
}

@supports (color: color-mix(in lab, red, red)) {
  .css-var-antd.css-var-antd {
    --ant-color-primary-hover: color-mix(in oklab, var(--primary) 90%, transparent);
    --ant-color-fill-quaternary: color-mix(in oklab, var(--muted) 60%, white);
  }
}

.antO-btn.antO-btn {
  gap: var(--ant-margin-xxs);
}

.antO-btn:disabled {
  opacity: .5;
}

.antO-btn .ant-btn-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.antO-card.antO-card:not(.ant-card-small) .ant-card-body {
  padding-top: var(--ant-padding-md);
  padding-bottom: var(--ant-padding-md);
}

.antO-card.antO-card:not(.ant-card-bordered) {
  box-shadow: var(--ant-box-shadow-quaternary);
}

.antO-divider.ant-divider-horizontal, .antO-divider.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 0;
  margin-bottom: 0;
}

.antO-dropdown.antO-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-icon {
  font-size: var(--ant-font-size);
  flex-shrink: 0;
}

.antO-dropdown.antO-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content > a {
  transition: none;
}

.antO-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-selected):hover, .antO-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover {
  color: var(--accent-foreground);
}

.antO-dropdown.antO-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected, .antO-dropdown.antO-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected, .antO-dropdown.antO-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected {
  color: var(--ant-color-text);
}

.ant-drawer-bottom .ant-drawer-content-wrapper:not(.ant-drawer-panel-motion-bottom-appear):not(.ant-drawer-panel-motion-bottom-enter):not(.ant-drawer-panel-motion-bottom-leave) {
  transition: none !important;
}

.antO-modal.ant-modal {
  --modal-content-padding: var(--ant-padding-md);
  --ant-modal-content-padding: var(--modal-content-padding) 0 calc(var(--modal-content-padding) + env(safe-area-inset-bottom));
  --ant-modal-header-padding: 0 var(--modal-content-padding);
  --ant-modal-header-margin-bottom: var(--ant-padding);
  --ant-modal-body-padding: 0 var(--modal-content-padding);
  --ant-modal-footer-padding: 0 var(--modal-content-padding);
  --ant-modal-footer-margin-top: var(--ant-padding);
  --ant-modal-confirm-body-padding: 0 var(--ant-padding-md);
  --ant-modal-confirm-btns-margin-top: var(--ant-margin);
  --modal-margin-block: 100px;
  --modal-max-width: 880px;
  --modal-max-height: calc(100vh - var(--modal-margin-block) * 2);
  --modal-header-height: calc(var(--ant-modal-header-margin-bottom) + var(--ant-modal-title-font-size) * var(--ant-modal-title-line-height));
  --modal-footer-height: calc(var(--ant-modal-footer-margin-top) + var(--ant-control-height));
  max-width: var(--modal-max-width);
  padding-bottom: 0;
}

.ant-modal-wrap:not(.ant-modal-centered) .antO-modal {
  top: var(--modal-margin-block);
}

.antO-modal:not(:has(.ant-modal-footer)) {
  --modal-footer-height: 0px;
}

.antO-modal:not(:has(.ant-modal-header)) {
  --modal-header-height: 0px;
}

@media (max-width: 575.99px) {
  .antO-modal:not(.ant-modal-confirm) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset !important;
    transform-origin: bottom !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .antO-modal:not(.ant-modal-confirm) .ant-modal-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .antO-modal.ant-modal .ant-modal-footer {
    display: flex;
  }

  .antO-modal.ant-modal .ant-modal-footer > .ant-btn {
    flex: 1;
  }

  .antO-modal.ant-modal .ant-modal-footer > .ant-btn + .ant-btn {
    margin-left: var(--ant-margin);
  }
}

@media (max-height: 1080px) {
  .antO-modal.ant-modal {
    --modal-margin-block: 70px;
  }
}

@media (max-height: 800px) {
  .antO-modal.ant-modal {
    --modal-margin-block: 40px;
  }
}

.antO-modal.ant-modal .ant-modal-body {
  --modal-body-max-height: calc(var(--modal-max-height) - var(--modal-header-height) - var(--modal-footer-height) - var(--modal-content-padding) * 2);
  max-height: var(--modal-body-max-height);
  overflow: auto;
}

.antO-modal.ant-modal .ant-modal-close {
  top: calc((calc(calc(var(--ant-line-height-heading-5) * var(--ant-font-size-heading-5)) + calc(var(--ant-padding-md) * 2)) - var(--ant-control-height)) / 2);
  right: calc((calc(calc(var(--ant-line-height-heading-5) * var(--ant-font-size-heading-5)) + calc(var(--ant-padding-md) * 2)) - var(--ant-control-height)) / 2);
}

.antO-modal .ant-modal-close + .ant-modal-header .ant-modal-title {
  margin-right: var(--ant-control-height);
}

.antO-modal.ant-modal-confirm {
  width: 520px !important;
}

.antO-modal.ant-modal-confirm .ant-modal-confirm-paragraph {
  row-gap: var(--ant-margin);
}

.antO-modal.ant-modal-confirm .ant-modal-confirm-body-has-title > svg {
  color: var(--ant-color-warning);
  width: var(--ant-font-height-sm);
  height: var(--ant-font-height-sm);
  margin-right: var(--ant-margin-sm);
  margin-top: 2px;
}

.antO-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-confirm-body-has-title > svg {
  color: var(--ant-color-error);
}

.antO-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-confirm-body-has-title > svg {
  color: var(--ant-color-info);
}

@media (max-width: 575.99px) {
  .antO-modal.ant-modal-confirm {
    --ant-modal-content-padding: 0;
    --ant-modal-confirm-body-padding: 0;
    max-width: calc(100vw - var(--ant-margin-lg) * 2) !important;
  }

  .antO-modal.ant-modal-confirm .ant-modal-container {
    overflow: hidden;
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-body-has-title > .anticon, .antO-modal.ant-modal-confirm .ant-modal-confirm-body-has-title > svg {
    display: none;
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-body {
    text-align: center;
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-paragraph {
    row-gap: 0;
    max-width: 100% !important;
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-title {
    padding: var(--ant-padding);
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-content {
    padding-left: var(--ant-padding);
    padding-right: var(--ant-padding);
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-btns {
    border-top: 1px solid var(--ant-color-border);
    display: flex;
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-btns .ant-btn {
    border: none;
    border-radius: 0;
    width: 100%;
    height: 48px;
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-btns .ant-btn-variant-solid {
    color: var(--ant-color-primary);
    background: var(--ant-button-default-bg) !important;
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-btns .ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    color: var(--ant-color-primary-hover);
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-btns .ant-btn-color-dangerous.ant-btn-variant-solid {
    color: var(--ant-color-error);
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-btns .ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    color: var(--ant-color-error-hover);
  }

  .antO-modal.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
    border-left: 1px solid var(--ant-color-border);
    margin-left: 0;
  }
}

.ant-modal .antO-result.antO-result {
  --ant-result-icon-font-size: 52px;
  --ant-result-title-font-size: var(--ant-font-size-lg);
  padding: 0;
}

.ant-modal .antO-result.antO-result .ant-result-icon {
  margin-bottom: var(--ant-margin-sm);
}

.ant-modal .antO-result.antO-result .ant-result-title {
  font-weight: var(--ant-font-weight-strong);
  margin-top: var(--ant-margin-xxs);
  margin-bottom: var(--ant-margin-xxs);
}

.ant-modal .antO-result.antO-result .ant-result-content {
  margin-top: var(--ant-margin-sm);
  padding: var(--ant-padding-sm);
}

.ant-popconfirm-message-icon .lucide {
  margin-right: var(--ant-margin-xs);
}

.ant-select-arrow {
  opacity: .5;
}

.antO-tag.antO-tag {
  font-size: var(--ant-font-size);
}

.antO-typography.antO-typography:last-child {
  margin-bottom: 0;
}

.antO-tabs .ant-tabs-tab.ant-tabs-tab-active {
  font-weight: 500;
}

.ant-table-css-var.ant-table-css-var.ant-table-css-var {
  --ant-table-header-bg: var(--ant-color-fill-quaternary);
  --ant-table-row-hover-bg: var(--ant-color-fill-quaternary);
}

.ant-empty .ant-empty-image img, .ant-result .ant-result-icon img {
  display: inline;
}

.ant-notification .ant-notification-notice-wrapper .antO-notification .ant-notification-notice-with-icon .ant-notification-notice-message {
  color: var(--ant-color-text);
  font-size: var(--ant-font-size);
  margin-bottom: var(--ant-margin-xxs);
  margin-left: var(--ant-padding-xl);
  font-weight: 600;
}

.ant-notification .ant-notification-notice-wrapper .antO-notification .ant-notification-notice-icon {
  font-size: var(--ant-font-size-lg);
}

.ant-notification .ant-notification-notice-wrapper .antO-notification .ant-notification-notice-with-icon .ant-notification-notice-description {
  color: var(--ant-color-text-secondary);
  margin-left: var(--ant-padding-xl);
}

.ant-notification .ant-notification-notice-wrapper .antO-notification .ant-notification-notice-close {
  right: var(--ant-padding-md);
}

.antO-notification .ant-spin .ant-spin-dot-holder, .antO-notification .ant-spin .ant-spin-dot {
  font-size: var(--ant-font-size-lg);
}

.antO-notification .ant-spin .ant-spin-dot-item {
  width: 7px;
  height: 7px;
}

.antO-empty.ant-empty-normal .ant-empty-image svg path:last-child, .antO-empty.ant-empty-normal .ant-empty-image svg ellipse {
  fill: var(--ant-color-fill-tertiary);
}

.ant-select-dropdown.ant-select-dropdown .ant-select-item-option-grouped {
  padding-left: 12px;
}

@media (max-width: 575.99px) {
  .ant-select-dropdown.ant-cascader-dropdown {
    max-width: calc(100vw - var(--ant-margin-md) * 2);
    overflow-x: auto;
  }

  .ant-picker-dropdown .ant-picker-datetime-panel {
    max-height: calc(50vh - var(--ant-control-height));
    flex-direction: column;
    overflow-y: auto;
  }

  .ant-picker-dropdown.ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-time-panel {
    border-left-width: 0;
  }

  .ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-time-panel .ant-picker-header-view, .ant-picker-dropdown.ant-picker-dropdown-range .ant-picker-panels > :last-child {
    display: none;
  }

  .ant-picker-dropdown.ant-picker-dropdown-range .ant-picker-panels > :first-child .ant-picker-header .ant-picker-header-next-btn, .ant-picker-dropdown.ant-picker-dropdown-range .ant-picker-panels > :first-child .ant-picker-header .ant-picker-header-super-next-btn {
    visibility: visible !important;
  }
}

.ant-alert-icon, .ant-btn-icon, .ant-dropdown-menu-item-icon, .ant-input-prefix, .ant-input-suffix, .ant-popconfirm-message-icon, .ant-select-arrow, .ant-select-clear, .ant-segmented-item-icon, .ant-typography, .ant-select-suffix {
  --lucide-size: calc(16 / 14 * 1em);
}

.antO-text-area {
  scrollbar-color: var(--ant-color-fill) transparent;
}

/* [project]/src/modules/site/SiteHeader.module.css [app-client] (css) */
.SiteHeader-module__Vp6UxG__header {
  z-index: 50;
  width: 100%;
  height: var(--site-header-height);
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: sticky;
  top: 0;
}

.SiteHeader-module__Vp6UxG__stickyActive {
  backdrop-filter: blur(8px);
  background: #ffffffeb;
}

@supports (backdrop-filter: blur(8px)) {
  .SiteHeader-module__Vp6UxG__stickyActive {
    background: #fff9;
  }

  .SiteHeader-module__Vp6UxG__header.SiteHeader-module__Vp6UxG__mobileMenuOpen {
    backdrop-filter: none;
    background-color: #0000;
  }
}

.SiteHeader-module__Vp6UxG__nav {
  padding: 0 var(--ant-padding-lg);
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.SiteHeader-module__Vp6UxG__logoImage {
  width: auto;
  height: 18px;
}

.SiteHeader-module__Vp6UxG__links {
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.SiteHeader-module__Vp6UxG__link {
  color: var(--ant-color-text);
  cursor: pointer;
  align-items: center;
  gap: .25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.SiteHeader-module__Vp6UxG__link:hover, .SiteHeader-module__Vp6UxG__link.SiteHeader-module__Vp6UxG__active {
  color: var(--ant-color-primary);
}

.SiteHeader-module__Vp6UxG__linkHighlight {
  background: linear-gradient(90deg, var(--ant-color-primary) 0%, #7c3aed 100%);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.SiteHeader-module__Vp6UxG__linkHighlight .SiteHeader-module__Vp6UxG__highlightIcon {
  color: var(--ant-color-primary);
  transition: transform .2s;
}

.SiteHeader-module__Vp6UxG__linkHighlight:hover {
  filter: brightness(1.08) saturate(1.1);
}

.SiteHeader-module__Vp6UxG__linkHighlight .SiteHeader-module__Vp6UxG__chevron {
  color: #7c3aed;
}

.SiteHeader-module__Vp6UxG__chevron {
  transition: transform .2s;
}

.SiteHeader-module__Vp6UxG__menuNavItem:hover .SiteHeader-module__Vp6UxG__chevron {
  transform: rotate(180deg);
}

.SiteHeader-module__Vp6UxG__menuPanelContainer.SiteHeader-module__Vp6UxG__menuPanelContainer {
  --_site-header-height: 60px;
  --_nav-item-height: 20px;
  transform: translateY(calc((var(--_site-header-height) - var(--_nav-item-height)) / 2 + 8px));
  backdrop-filter: blur(20px) !important;
  background-color: #ffffffe6 !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 0 !important;
}

.SiteHeader-module__Vp6UxG__menuPanelDark.SiteHeader-module__Vp6UxG__menuPanelDark {
  --ant-color-text: #fafaf7;
  --ant-color-text-secondary: #fafaf7ad;
  --ant-color-text-tertiary: #fafaf766;
  --ant-color-primary: #e9b949;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  background-color: #0f0f0eeb !important;
}

.SiteHeader-module__Vp6UxG__actions {
  --desktop-display: flex;
  display: var(--desktop-display);
  align-items: center;
  gap: .75rem;
}

.SiteHeader-module__Vp6UxG__actions .css-var-antd.ant-btn {
  --ant-button-font-weight: 500;
}

.SiteHeader-module__Vp6UxG__hamburger {
  cursor: pointer;
  color: var(--ant-color-text);
  background: none;
  border: none;
  padding: 4px;
  line-height: 0;
  display: none;
}

.SiteHeader-module__Vp6UxG__mobileMenu {
  z-index: 49;
  background: none;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0;
}

.SiteHeader-module__Vp6UxG__mobileMenuInner {
  backdrop-filter: blur(20px);
  padding: calc(.5rem + var(--site-header-height, 60px)) 0 0;
  background: #fff9;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  flex-direction: column;
  max-height: 100%;
  display: flex;
  overflow: hidden auto;
  box-shadow: 0 8px 24px #00000014;
}

.SiteHeader-module__Vp6UxG__mobileMenuDark {
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  --ant-color-text: #fafaf7;
  --ant-color-text-secondary: #fafaf7ad;
  --ant-color-text-tertiary: #fafaf766;
  --ant-color-fill-secondary: #ffffff12;
  --ant-color-primary: #e9b949;
  background: #0f0f0ecc;
  box-shadow: 0 8px 24px #0000004d;
}

.SiteHeader-module__Vp6UxG__mobileMenuSections {
  flex: 1;
  padding-bottom: 1rem;
  overflow: hidden auto;
}

.SiteHeader-module__Vp6UxG__mobileLink {
  padding: .875rem var(--ant-padding-lg);
  color: var(--ant-color-text);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s;
  display: block;
}

.SiteHeader-module__Vp6UxG__mobileLink:hover {
  background: var(--ant-color-fill-secondary);
}

.SiteHeader-module__Vp6UxG__mobileMenuToggle {
  width: 100%;
  padding: .875rem var(--ant-padding-lg);
  color: var(--ant-color-text);
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .15s;
  display: flex;
}

.SiteHeader-module__Vp6UxG__mobileMenuChevron {
  color: var(--ant-color-text-tertiary);
  transition: transform .2s;
}

.SiteHeader-module__Vp6UxG__mobileMenuChevronOpen {
  transform: rotate(180deg);
}

.SiteHeader-module__Vp6UxG__mobileMenuPanel {
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s;
  display: grid;
}

.SiteHeader-module__Vp6UxG__mobileMenuPanelOpen {
  grid-template-rows: 1fr;
}

.SiteHeader-module__Vp6UxG__mobileMenuPanelInner {
  min-height: 0;
  overflow: hidden;
}

.SiteHeader-module__Vp6UxG__desktopOnly {
  display: var(--desktop-display, flex);
}

.SiteHeader-module__Vp6UxG__mobileOnly {
  display: none;
}

@media (max-width: 1279.99px) {
  .SiteHeader-module__Vp6UxG__desktopOnly {
    display: none;
  }

  .SiteHeader-module__Vp6UxG__mobileOnly {
    display: block;
  }

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

  .SiteHeader-module__Vp6UxG__mobileMenu {
    display: block;
  }

  .SiteHeader-module__Vp6UxG__actions {
    margin-left: auto;
    margin-right: .5rem;
  }
}

/* [project]/src/modules/site/ProductMenu.module.css [app-client] (css) */
.ProductMenu-module__nL1o3q__grid {
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  margin: 0;
  padding: 20px;
  list-style: none;
  display: grid;
}

@media (max-width: 1279.99px) {
  .ProductMenu-module__nL1o3q__grid {
    grid-template-columns: 1fr;
    padding: 14px;
  }
}

.ProductMenu-module__nL1o3q__grid li {
  margin: 0;
}

.ProductMenu-module__nL1o3q__link {
  color: var(--ant-color-text);
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.ProductMenu-module__nL1o3q__icon {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color, background-color .15s;
  display: flex;
}

.ProductMenu-module__nL1o3q__link svg {
  flex-shrink: 0;
}

.ProductMenu-module__nL1o3q__link:hover .ProductMenu-module__nL1o3q__icon {
  background-color: var(--ant-color-primary);
  color: #fff;
}

/* [project]/src/modules/site/AiAgentsMenu.module.css [app-client] (css) */
.AiAgentsMenu-module__12rbIq__list {
  flex-direction: column;
  gap: .5rem;
  width: max-content;
  max-width: 360px;
  margin: 0;
  padding: 20px 14px;
  list-style: none;
  display: flex;
}

@media (max-width: 1279.99px) {
  .AiAgentsMenu-module__12rbIq__list {
    width: auto;
    max-width: none;
  }
}

.AiAgentsMenu-module__12rbIq__list li {
  margin: 0;
}

.AiAgentsMenu-module__12rbIq__link {
  color: var(--ant-color-text);
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.AiAgentsMenu-module__12rbIq__icon {
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color, background-color .15s;
  display: flex;
}

.AiAgentsMenu-module__12rbIq__link svg {
  flex-shrink: 0;
}

.AiAgentsMenu-module__12rbIq__link:hover .AiAgentsMenu-module__12rbIq__icon {
  background-color: var(--ant-color-primary);
  color: #fff;
}

.AiAgentsMenu-module__12rbIq__text {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.AiAgentsMenu-module__12rbIq__label {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.AiAgentsMenu-module__12rbIq__desc {
  color: var(--ant-color-text-secondary);
  font-size: .8125rem;
  line-height: 1.35;
}

/* [project]/src/modules/site/TemplatesMegaMenu.module.css [app-client] (css) */
.TemplatesMegaMenu-module__rjlG-G__megaMenuInner {
  flex-direction: column;
  gap: 0;
  padding: 20px 16px 12px;
  display: flex;
}

.TemplatesMegaMenu-module__rjlG-G__categoryGrid {
  grid-template-columns: 1fr 1fr;
  gap: .75rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.TemplatesMegaMenu-module__rjlG-G__categoryLink {
  color: var(--ant-color-text);
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.TemplatesMegaMenu-module__rjlG-G__categoryLinkIcon {
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color, background-color .15s;
  display: flex;
}

.TemplatesMegaMenu-module__rjlG-G__categoryLink svg {
  flex-shrink: 0;
}

.TemplatesMegaMenu-module__rjlG-G__categoryLink:hover .TemplatesMegaMenu-module__rjlG-G__categoryLinkIcon {
  background-color: var(--ant-color-primary);
  color: #fff;
}

.TemplatesMegaMenu-module__rjlG-G__viewAll {
  border-top: 1px solid var(--ant-color-split);
  text-align: right;
  margin-top: 14px;
  padding-top: 12px;
}

.TemplatesMegaMenu-module__rjlG-G__viewAllLink {
  color: var(--ant-color-primary);
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.TemplatesMegaMenu-module__rjlG-G__viewAllLink:hover {
  text-decoration: underline;
}

/* [project]/src/modules/site/SiteFooter.module.css [app-client] (css) */
.SiteFooter-module__xQ1pyW__footer {
  background: var(--ant-color-fill-secondary);
  border-top: 1px solid var(--ant-color-border);
  width: 100%;
}

@supports (color: color-mix(in lab, red, red)) {
  .SiteFooter-module__xQ1pyW__footer {
    background-color: color-mix(in oklab, var(--ant-color-fill-secondary) 30%, transparent);
  }
}

.SiteFooter-module__xQ1pyW__container {
  padding: var(--ant-padding-xxl) var(--ant-padding-lg);
  max-width: 1200px;
  margin: 0 auto;
}

.SiteFooter-module__xQ1pyW__grid {
  grid-template-columns: 1fr repeat(5, auto);
  gap: 2rem 2.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.SiteFooter-module__xQ1pyW__columnTitle {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.SiteFooter-module__xQ1pyW__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.SiteFooter-module__xQ1pyW__column li {
  margin-bottom: .75rem;
}

.SiteFooter-module__xQ1pyW__column a {
  color: var(--ant-color-text-description);
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s;
}

.SiteFooter-module__xQ1pyW__column a:hover {
  color: #2563eb;
}

.SiteFooter-module__xQ1pyW__brandSocials {
  margin-top: 2rem;
}

.SiteFooter-module__xQ1pyW__brandSocialsTitle {
  color: var(--ant-color-text-description);
  margin-bottom: .5rem;
}

.SiteFooter-module__xQ1pyW__socialLinks {
  gap: 12px;
  display: flex;
}

.SiteFooter-module__xQ1pyW__socialLink {
  width: 28px;
  height: 28px;
  padding: 4px;
}

.SiteFooter-module__xQ1pyW__brandLink {
  margin-bottom: 1rem;
  display: block;
}

.SiteFooter-module__xQ1pyW__brandLink svg {
  width: auto;
  height: 24px;
}

.SiteFooter-module__xQ1pyW__brandDescription {
  color: var(--ant-color-text-description);
  font-size: .875rem;
}

.SiteFooter-module__xQ1pyW__divider {
  border-top: 1px solid var(--ant-color-border);
  margin: 2rem 0;
}

.SiteFooter-module__xQ1pyW__bottom {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.SiteFooter-module__xQ1pyW__copyright {
  color: var(--ant-color-text-description);
  font-size: .9rem;
}

@media (max-width: 1024px) {
  .SiteFooter-module__xQ1pyW__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .SiteFooter-module__xQ1pyW__brand {
    grid-column: span 3 / span 3;
  }
}

@media (max-width: 639.99px) {
  .SiteFooter-module__xQ1pyW__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .SiteFooter-module__xQ1pyW__brand {
    grid-column: span 2 / span 2;
  }
}

/* [project]/src/modules/site/SiteLanguageSwitcher.module.css [app-client] (css) */
.SiteLanguageSwitcher-module__sQTbSa__button {
  align-items: center;
  display: inline-flex;
}

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

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

@media (max-width: 1279.99px) {
  .SiteLanguageSwitcher-module__sQTbSa__button.css-var-antd.ant-btn {
    order: 1;
    justify-content: center;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  :is(.SiteLanguageSwitcher-module__sQTbSa__button.css-var-antd.ant-btn .SiteLanguageSwitcher-module__sQTbSa__label, .SiteLanguageSwitcher-module__sQTbSa__button.css-var-antd.ant-btn .SiteLanguageSwitcher-module__sQTbSa__chevron) {
    display: none;
  }
}

/* [project]/src/components/CookieConsent/CookieConsent.module.css [app-client] (css) */
.CookieConsent-module__ORNcuG__banner {
  z-index: 2147483647;
  color: #0b0f19;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  border: 1px solid #00000014;
  border-radius: 20px;
  flex-direction: column;
  gap: 10px;
  width: min(420px, 100vw - 24px);
  padding: 16px;
  font-family: inherit;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 12px 32px #00000029;
}

.CookieConsent-module__ORNcuG__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.CookieConsent-module__ORNcuG__description {
  color: #0b0f19b3;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.CookieConsent-module__ORNcuG__description a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

.CookieConsent-module__ORNcuG__actions {
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  display: flex;
}

.CookieConsent-module__ORNcuG__actions button {
  cursor: pointer;
  border: 0;
  border-radius: 7px;
  height: 36px;
  margin: 0;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
}

.CookieConsent-module__ORNcuG__acceptBtn {
  color: #fff;
  background: #2563eb;
}

.CookieConsent-module__ORNcuG__acceptBtn:hover {
  filter: brightness(.95);
}

.CookieConsent-module__ORNcuG__declineBtn {
  color: #0b0f19d9;
  background: none;
}

.CookieConsent-module__ORNcuG__declineBtn:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .CookieConsent-module__ORNcuG__banner {
    width: calc(100vw - 24px);
    padding: 14px;
    bottom: 12px;
    right: 12px;
  }
}

/* [project]/src/views/layouts/site/SiteLayout.module.css [app-client] (css) */
.SiteLayout-module__cUgOEG__root {
  --site-header-height: 60px;
  --site-hero-padding-top: calc(var(--site-header-height) + 4rem);
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

@media (max-width: 1279.99px) {
  .SiteLayout-module__cUgOEG__root {
    --site-hero-padding-top: calc(var(--site-header-height) + 2.5rem);
  }
}

/* [project]/src/views/layouts/application.css [app-client] (css) */
:root {
  --system-header-height: 64px;
}

.hide {
  display: none;
}

/* [project]/src/views/layouts/layout.css [app-client] (css) */
:root {
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --gray-950: #030712;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  --blue-950: #172554;
  --background: var(--gray-100);
  --foreground: #020617;
  --card: #fff;
  --card-foreground: #020617;
  --popover: #fff;
  --popover-foreground: #020617;
  --primary: #2563eb;
  --primary-foreground: #f8fafc;
  --secondary: #f1f5f9;
  --secondary-foreground: #0f172a;
  --muted: #f1f5f9;
  --muted-foreground: #64748b;
  --accent: #f1f5f9;
  --accent-foreground: #0f172a;
  --destructive: #ef4444;
  --border: var(--gray-200);
  --input: var(--gray-200);
  --ring: #2563eb;
  --chart-1: #f54a00;
  --chart-2: #009689;
  --chart-3: #104e64;
  --chart-4: #ffba00;
  --chart-5: #fd9a00;
  --sidebar: var(--gray-100);
  --sidebar-foreground: #09090b;
  --sidebar-primary: #2563eb;
  --sidebar-primary-foreground: #f8fafc;
  --sidebar-accent: #f1f5f9;
  --sidebar-accent-foreground: #0f172a;
  --sidebar-border: #e2e8f0;
  --sidebar-ring: #2563eb;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Ubuntu", "Cantarell", "Noto Sans",
    "Helvetica Neue", Arial, sans-serif;
  --font-serif: Merriweather, serif;
  --font-mono: JetBrains Mono, monospace;
  --radius: .5rem;
}

.dark {
  --background: #0f182b;
  --foreground: #e3e8ef;
  --card: #1d293d;
  --card-foreground: #e3e8ef;
  --popover: #1d293d;
  --popover-foreground: #e3e8ef;
  --primary: #818cf9;
  --primary-foreground: #0f182b;
  --secondary: #2f3848;
  --secondary-foreground: #d0d4db;
  --muted: #1d293d;
  --muted-foreground: #9ba2ae;
  --accent: #364050;
  --accent-foreground: #d0d4db;
  --destructive: #f14444;
  --border: #4b5666;
  --input: #4b5666;
  --ring: #818cf9;
  --chart-1: #818cf9;
  --chart-2: #6468f0;
  --chart-3: #4f46e5;
  --chart-4: #443bc9;
  --chart-5: #3730a5;
  --sidebar: #1d293d;
  --sidebar-foreground: #e3e8ef;
  --sidebar-primary: #818cf9;
  --sidebar-primary-foreground: #0f182b;
  --sidebar-accent: #364050;
  --sidebar-accent-foreground: #d0d4db;
  --sidebar-border: #4b5666;
  --sidebar-ring: #818cf9;
}

*, :before, :after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-autospace: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji;
  line-height: 1.5;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

ul {
  padding-left: 20px;
}

table {
  border-collapse: collapse;
}

:focus {
  outline: none;
}

.lucide {
  --lucide-relative-size: calc(16 / 14 * 1em);
  width: var(--lucide-size, unset);
  height: var(--lucide-size, unset);
  text-align: center;
  text-transform: none;
  flex-shrink: 0;
  align-items: center;
  font-style: normal;
  line-height: 0;
  display: inline-flex;
  vertical-align: -.225em !important;
}

.lucide[data-relative-size] {
  --lucide-size: var(--lucide-relative-size);
}

:root {
  --x-color-text: #000;
  --x-color-text-secondary: #434343;
  --x-color-text-tertiary: #64748b;
  --x-color-link: #1677ff;
  --x-color-alipay: #027aff;
  --x-color-wxpay: #07c160;
}

.body-overflow-hidden {
  overflow: hidden;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

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