/* [project]/packages/ui/styles/module/component/dropdown-component.module.scss.module.css [client] (css) */
.dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded {
  width: 100%;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded .dropdown-component-module-scss-module__mOupzq__label_dropdown_container {
  height: auto !important;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button {
  color: #23262f;
  min-height: 22px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  background: none !important;
  border: none !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button:hover {
  background: none !important;
  border: none !important;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button .chevron-slot {
  color: #5a6b8a;
  padding-left: 8px;
  transition: transform .18s, color .18s;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button .chevron-slot svg {
  width: 10px;
  height: 6px;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button .chevron-slot svg path {
  fill: #cfd8e6 !important;
}

:is(.dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button:hover .chevron-slot, .dropdown-component-module-scss-module__mOupzq__label_dropdown_embedded .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button[aria-expanded="true"] .chevron-slot) {
  color: #1d41ff;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown {
  position: relative;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container {
  align-items: center;
  display: flex;
  overflow: visible;
  height: 40px !important;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding-inline: 12px;
  transition: border-color .15s, box-shadow .15s;
  display: inline-flex;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button .chevron-slot {
  color: #cfd8e6;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: color .18s;
  display: inline-flex;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button .chevron-slot svg {
  width: 13px;
  height: 8px;
  transition: transform .2s;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button .chevron-slot svg path {
  fill: #cfd8e6 !important;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button[aria-expanded="true"] .chevron-slot {
  color: #1d41ff;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button svg {
  vertical-align: middle;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button:hover {
  border-color: #2a5bd7;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container .dropdown-component-module-scss-module__mOupzq__clear_dropdown_button {
  display: inline-flex;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container .dropdown-component-module-scss-module__mOupzq__clear_dropdown_button:hover svg {
  fill: #2a5bd7 !important;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container .dropdown-component-module-scss-module__mOupzq__clear_dropdown_button:hover path {
  stroke: #2a5bd7 !important;
}

.dropdown-component-module-scss-module__mOupzq__options_menu {
  color: #23262f;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border: 1px solid #e5ebff;
  border-radius: 10px;
  width: fit-content;
  height: auto;
  max-height: 320px;
  margin: 0;
  padding: 4px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  overflow: hidden auto;
  box-shadow: 0 4px 12px #23262f14, 0 16px 32px #23262f1a;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li {
  color: #23262f;
  background-color: #0000;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  min-width: 80px;
  min-height: 32px;
  padding: 6px 10px;
  line-height: 1.3;
  transition: background .12s, color .12s;
  display: flex;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
  min-width: 0;
  display: inline-block;
  overflow: hidden;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li img {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li .dropdown-component-module-scss-module__mOupzq__dd-check {
  color: #1d41ff;
  flex-shrink: 0;
  margin-left: 8px;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li[data-selected="true"] {
  color: #1d41ff;
  background-color: #eef2ff;
  font-weight: 600;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li:hover {
  cursor: pointer;
  background-color: #f5f8ff;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li[data-selected="true"]:hover {
  background-color: #e5ebff;
}

/* [project]/packages/ui/styles/module/component/akkoola-gallery-component.module.scss.module.css [client] (css) */
.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery {
  flex-direction: column;
  flex: 0 0 352px;
  gap: 12px;
  width: 352px;
  min-width: 352px;
  max-width: 352px;
  display: flex;
}

@media (max-width: 1150px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery {
    flex: 0 0 240px;
    gap: 8px;
    width: 240px;
    min-width: 0;
    max-width: 240px;
  }
}

@media (max-width: 740px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery {
    flex: 100%;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main {
  touch-action: pan-y;
  aspect-ratio: 4 / 3;
  background: #eef2f7;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main:hover .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow {
  opacity: 1;
  pointer-events: auto;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_track {
  width: 100%;
  height: 100%;
  transition: transform .22s;
  display: flex;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  z-index: 2;
  background: #00000061;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 42px;
  height: 42px;
  transition: opacity .15s, background .15s;
  display: grid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow:hover {
  background: #00000085;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow_left {
  left: 10px;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow_right {
  right: 10px;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_badge {
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  z-index: 2;
  background: #00000073;
  border-radius: 999px;
  align-items: center;
  display: inline-flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_badge .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_count {
  white-space: nowrap;
  padding: 8px 12px;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumbs {
  z-index: 3;
  align-items: center;
  gap: 12px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 392px;
  right: 212px;
}

@media (max-width: 1150px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumbs {
    gap: 8px;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb {
  cursor: pointer;
  appearance: none;
  background: #eef2f7;
  border: 2px solid #0000;
  border-radius: 8px;
  flex: 0 0 140px;
  width: 140px;
  height: 96px;
  padding: 0;
  overflow: hidden;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb.akkoola-gallery-component-module-scss-module__Ypyx-W__is_active_thumb {
  border-color: #2a5bd7;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1150px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 54px;
  }
}

@media (max-width: 740px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb {
    height: 84px;
  }
}

@media (max-width: 480px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb {
    height: 72px;
  }
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay {
  z-index: 9999;
  background: #000000d9;
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_inner {
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  gap: 16px;
  width: min(100%, 980px);
  display: grid;
  position: relative;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_inner .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
  position: absolute;
  top: -6px;
  right: -6px;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_arrow {
  color: #fff;
  cursor: pointer;
  background: #ffffff1f;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 56px;
  height: 56px;
  display: grid;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_image {
  background: #1f2a44;
  border-radius: 8px;
  overflow: hidden;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_image img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 120px);
  display: block;
}

/* [project]/packages/ui/styles/module/component/akkoola-detail-gallery-component.module.scss.module.css [client] (css) */
.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery {
  width: 100%;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 8px;
  width: 100%;
  height: 500px;
  display: grid;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="1"] {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="2"] {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="3"] {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  height: 340px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic {
    display: none;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile {
  display: none;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile {
    background: #eef2f7;
    border-radius: 0;
    width: auto;
    height: 320px;
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    display: block;
    position: relative;
    overflow: hidden;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_image {
  cursor: zoom-in;
  appearance: none;
  background: #eef2f7;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_arrow {
  color: #fff;
  cursor: pointer;
  z-index: 2;
  background: #00000080;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_arrow:hover {
  background: #000000b3;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_arrow_left {
  left: 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_arrow_right {
  right: 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_counter {
  color: #fff;
  z-index: 2;
  pointer-events: none;
  background: #0009;
  border-radius: 999px;
  padding: 4px 12px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell {
  cursor: pointer;
  appearance: none;
  background: #eef2f7;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .24s;
  display: block;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell:hover img {
  transform: scale(1.04);
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell:focus-visible {
  outline-offset: -3px;
  outline: 3px solid #2a5bd7;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main {
  grid-area: 1 / 1 / 3;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="1"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main, .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="2"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main, .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="3"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main {
  grid-area: 1 / 1;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main {
  grid-area: 1 / 1 / 3;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_3 {
  grid-area: 2 / 2 / auto / 4;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="1"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="2"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 8px 0 0 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="2"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_1 {
  border-radius: 0 8px 8px 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="3"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 8px 0 0 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="3"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_2 {
  border-radius: 0 8px 8px 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 8px 0 0 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_2 {
  border-radius: 0 8px 0 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_3 {
  border-radius: 0 0 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="5"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 8px 0 0 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="5"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_2 {
  border-radius: 0 8px 0 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="5"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_4 {
  border-radius: 0 0 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_see_all {
  color: #1f2a44;
  pointer-events: none;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  display: inline-flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 1px 2px #1f2a440a, 0 8px 24px #1f2a440f;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_see_all svg {
  flex-shrink: 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay {
  z-index: 9999;
  background: #000000eb;
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay {
    padding: 0;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_inner {
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  gap: 16px;
  width: min(100%, 1200px);
  display: grid;
  position: relative;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_inner {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    height: 100%;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_close {
  color: #fff;
  cursor: pointer;
  z-index: 3;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: -36px;
  right: 0;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_close {
    background: #00000080;
    border-radius: 999px;
    place-items: center;
    width: 40px;
    height: 40px;
    display: grid;
    top: 12px;
    right: 12px;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow {
  color: #fff;
  cursor: pointer;
  background: #ffffff1f;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 56px;
  height: 56px;
  display: grid;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow:hover {
  background: #ffffff38;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow {
    z-index: 2;
    background: #00000080;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow_left {
    left: 12px;
  }

  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow_right {
    right: 12px;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_image {
  background: #1f2a44;
  border-radius: 8px;
  overflow: hidden;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_image img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 140px);
  display: block;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_image {
    border-radius: 0;
    grid-area: 1 / 1;
    place-items: center;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_image img {
    width: 100%;
    height: auto;
    max-height: 100vh;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_count {
  color: #fffc;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_count {
    color: #fff;
    z-index: 2;
    background: #0009;
    border-radius: 999px;
    padding: 4px 12px;
    bottom: 24px;
  }
}

/* [project]/packages/ui/styles/module/dashboard.module.scss.module.css [client] (css) */
.dashboard-module-scss-module__3t99FG__wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 640px) {
  .dashboard-module-scss-module__3t99FG__wrap {
    padding: 0 16px;
  }
}

.dashboard-module-scss-module__3t99FG__section {
  padding: 20px 0;
}

@media (max-width: 1010px) {
  .dashboard-module-scss-module__3t99FG__section {
    padding: 20px 0;
  }
}

.dashboard-module-scss-module__3t99FG__sectionSoft {
  background: #f5f8ff;
}

.dashboard-module-scss-module__3t99FG__sectionHead {
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
  display: flex;
}

@media (max-width: 768px) {
  .dashboard-module-scss-module__3t99FG__sectionHead {
    flex-direction: column;
    align-items: flex-start;
  }
}

.dashboard-module-scss-module__3t99FG__sectionHead h2 {
  letter-spacing: -.5px;
  color: #23262f;
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 800;
}

.dashboard-module-scss-module__3t99FG__sectionHead .dashboard-module-scss-module__3t99FG__sub {
  color: #5a6b8a;
  margin: 0;
  font-size: 16px;
}

.dashboard-module-scss-module__3t99FG__sectionHead .dashboard-module-scss-module__3t99FG__right a {
  color: #1d41ff;
  font-size: 14px;
  font-weight: 600;
}

.dashboard-module-scss-module__3t99FG__sectionHead .dashboard-module-scss-module__3t99FG__right a:hover {
  color: #0e2bbf !important;
  text-decoration: none !important;
}

.dashboard-module-scss-module__3t99FG__hero {
  z-index: 10;
  clip-path: inset(0 0 -2000px);
  background: radial-gradient(circle at 85% -10%, #33b5fe2e, #0000 50%), radial-gradient(circle at 10% 110%, #1d41ff1a, #0000 40%), linear-gradient(#f8faff 0%, #eef4ff 100%);
  margin: -24px;
  padding: 60px 0 48px;
  position: relative;
  overflow: visible;
}

@media (max-width: 1010px) {
  .dashboard-module-scss-module__3t99FG__hero {
    padding: 40px 0 32px;
  }
}

@media (max-width: 640px) {
  .dashboard-module-scss-module__3t99FG__hero {
    padding: 28px 0 24px;
  }
}

.dashboard-module-scss-module__3t99FG__heroArt {
  opacity: .22;
  pointer-events: none;
  user-select: none;
  width: 460px;
  position: absolute;
  top: 40px;
  right: -40px;
}

@media (max-width: 1280px) {
  .dashboard-module-scss-module__3t99FG__heroArt {
    display: none;
  }
}

.dashboard-module-scss-module__3t99FG__heroTitle {
  letter-spacing: -1px;
  color: #23262f;
  max-width: 720px;
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
}

@media (max-width: 1010px) {
  .dashboard-module-scss-module__3t99FG__heroTitle {
    font-size: 34px;
    line-height: 1.15;
  }
}

@media (max-width: 640px) {
  .dashboard-module-scss-module__3t99FG__heroTitle {
    letter-spacing: -.5px;
    font-size: 26px;
    line-height: 1.2;
  }
}

@media (max-width: 380px) {
  .dashboard-module-scss-module__3t99FG__heroTitle {
    font-size: 22px;
  }
}

.dashboard-module-scss-module__3t99FG__heroAccent {
  background: linear-gradient(135deg, #33b5fe, #1d41ff);
  -webkit-text-fill-color: #0000;
  color: #0000;
  background-clip: text;
}

.dashboard-module-scss-module__3t99FG__heroLead {
  color: #3d4b6e;
  max-width: 600px;
  margin: 0 0 32px;
  font-size: 18px;
}

@media (max-width: 1010px) {
  .dashboard-module-scss-module__3t99FG__heroLead {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .dashboard-module-scss-module__3t99FG__heroLead {
    margin: 0 0 24px;
    font-size: 14px;
  }
}

.dashboard-module-scss-module__3t99FG__searchCard {
  z-index: 2;
  background: #fff;
  border: 1px solid #1d41ff0f;
  border-radius: 16px;
  max-width: 980px;
  position: relative;
  box-shadow: 0 8px 32px #23262f1a;
}

.dashboard-module-scss-module__3t99FG__searchTabs {
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #e5ebff;
  border-radius: 16px 16px 0 0;
  display: flex;
  overflow-x: auto;
}

.dashboard-module-scss-module__3t99FG__searchTabs button {
  color: #5a6b8a;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  border-bottom: 3px solid #0000;
  flex-shrink: 0;
  padding: 16px 22px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: color .15s, border-color .15s;
}

.dashboard-module-scss-module__3t99FG__searchTabs button:hover {
  color: #23262f;
}

@media (max-width: 540px) {
  .dashboard-module-scss-module__3t99FG__searchTabs button {
    flex: 1;
    padding: 14px 16px;
    font-size: 13px;
  }
}

.dashboard-module-scss-module__3t99FG__searchTabActive {
  color: #1d41ff !important;
  border-bottom-color: #1d41ff !important;
}

.dashboard-module-scss-module__3t99FG__searchFields {
  grid-template-columns: 1.2fr 1.4fr 1fr 1fr auto;
  gap: 0;
  display: grid;
}

@media (max-width: 900px) {
  .dashboard-module-scss-module__3t99FG__searchFields {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 540px) {
  .dashboard-module-scss-module__3t99FG__searchFields {
    grid-template-columns: 1fr;
  }
}

.dashboard-module-scss-module__3t99FG__searchField {
  border-right: 1px solid #e5ebff;
  padding: 14px 18px;
}

.dashboard-module-scss-module__3t99FG__searchField:last-of-type {
  border-right: none;
}

@media (max-width: 900px) {
  .dashboard-module-scss-module__3t99FG__searchField {
    border-bottom: 1px solid #e5ebff;
    border-right: none;
  }
}

.dashboard-module-scss-module__3t99FG__searchField label {
  color: #5a6b8a;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}

.dashboard-module-scss-module__3t99FG__searchField input, .dashboard-module-scss-module__3t99FG__searchField select {
  color: #23262f;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-module-scss-module__3t99FG__searchField input::placeholder, .dashboard-module-scss-module__3t99FG__searchField select::placeholder {
  color: #5a6b8a;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container {
  background: none;
  width: 100%;
  border: none !important;
  border-radius: 0 !important;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container:hover {
  cursor: text;
  border: none !important;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container:hover .options {
  border-top: 1px solid #e5ebff !important;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .place-dropdown-arrow {
  height: auto;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .selected-city-container {
  min-height: 22px;
  padding: 0;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .selected-city-container span {
  color: #23262f;
  font-size: 14px;
  font-weight: 500;
  padding: 0 !important;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .selected-city-container input {
  height: auto !important;
  padding: 0 !important;
  font-size: 14px !important;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .selected-city-container svg {
  flex-shrink: 0;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .options {
  border: 1px solid #e5ebff;
  border-radius: 10px;
  width: calc(100% + 36px);
  max-height: 320px;
  margin-top: 10px;
  left: -18px;
  box-shadow: 0 8px 24px #0d12261f;
  padding: 6px 0 !important;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .options li {
  padding: 10px 14px;
  font-size: 13px;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .options li .location {
  color: #23262f;
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.dashboard-module-scss-module__3t99FG__searchField .place-dropdown-container .options li p {
  color: #5a6b8a;
  margin: 0;
  font-size: 11.5px;
}

.dashboard-module-scss-module__3t99FG__searchFieldControl {
  align-items: center;
  width: 100%;
  min-height: 22px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__searchCta {
  align-items: stretch;
  padding: 10px;
  display: flex;
}

@media (max-width: 900px) {
  .dashboard-module-scss-module__3t99FG__searchCta {
    padding: 14px 18px;
  }
}

.dashboard-module-scss-module__3t99FG__searchCta button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #33b5fe, #1d41ff);
  border: none;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 0 28px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: filter .15s, box-shadow .15s;
  display: inline-flex;
}

.dashboard-module-scss-module__3t99FG__searchCta button:hover {
  filter: brightness(1.04);
  box-shadow: 0 4px 16px #23262f14;
}

@media (max-width: 900px) {
  .dashboard-module-scss-module__3t99FG__searchCta button {
    justify-content: center;
    width: 100%;
    height: 48px;
  }
}

.dashboard-module-scss-module__3t99FG__quickChips {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 980px;
  margin-top: 20px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__quickChipsLabel {
  color: #5a6b8a;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-module-scss-module__3t99FG__chip {
  color: #3d4b6e;
  background: #ffffffb3;
  border: 1px solid #e5ebff;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px;
  transition: all .15s;
  text-decoration: none !important;
}

.dashboard-module-scss-module__3t99FG__chip:hover {
  background: #fff;
  border-color: #1d41ff;
  color: #1d41ff !important;
}

.dashboard-module-scss-module__3t99FG__locGrid {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  display: grid;
}

@media (max-width: 1010px) {
  .dashboard-module-scss-module__3t99FG__locGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 540px) {
  .dashboard-module-scss-module__3t99FG__locGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dashboard-module-scss-module__3t99FG__locCard {
  aspect-ratio: 1 / 1.1;
  color: #fff;
  cursor: pointer;
  isolation: isolate;
  background: linear-gradient(160deg, #1d41ff, #33b5fe);
  border-radius: 12px;
  flex-direction: column;
  justify-content: end;
  padding: 16px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px #23262f0f;
  text-decoration: none !important;
}

.dashboard-module-scss-module__3t99FG__locCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px #23262f14;
  color: #fff !important;
}

.dashboard-module-scss-module__3t99FG__locCard:before {
  content: "";
  z-index: -1;
  opacity: .7;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 220' fill='none' stroke='white' stroke-opacity='0.18' stroke-width='1'><rect x='10' y='110' width='28' height='110'/><rect x='42' y='80' width='38' height='140'/><rect x='84' y='50' width='32' height='170'/><rect x='120' y='90' width='42' height='130'/><rect x='166' y='70' width='28' height='150'/><line x1='18' y1='130' x2='30' y2='130'/><line x1='18' y1='150' x2='30' y2='150'/><line x1='18' y1='170' x2='30' y2='170'/><line x1='18' y1='190' x2='30' y2='190'/><line x1='50' y1='100' x2='72' y2='100'/><line x1='50' y1='120' x2='72' y2='120'/><line x1='50' y1='140' x2='72' y2='140'/><line x1='50' y1='160' x2='72' y2='160'/><line x1='50' y1='180' x2='72' y2='180'/><line x1='50' y1='200' x2='72' y2='200'/><line x1='90' y1='70' x2='110' y2='70'/><line x1='90' y1='90' x2='110' y2='90'/><line x1='90' y1='110' x2='110' y2='110'/><line x1='90' y1='130' x2='110' y2='130'/><line x1='90' y1='150' x2='110' y2='150'/><line x1='90' y1='170' x2='110' y2='170'/><line x1='90' y1='190' x2='110' y2='190'/><line x1='128' y1='110' x2='154' y2='110'/><line x1='128' y1='130' x2='154' y2='130'/><line x1='128' y1='150' x2='154' y2='150'/><line x1='128' y1='170' x2='154' y2='170'/><line x1='128' y1='190' x2='154' y2='190'/><line x1='172' y1='90' x2='188' y2='90'/><line x1='172' y1='110' x2='188' y2='110'/><line x1='172' y1='130' x2='188' y2='130'/><line x1='172' y1='150' x2='188' y2='150'/><line x1='172' y1='170' x2='188' y2='170'/><line x1='172' y1='190' x2='188' y2='190'/></svg>");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  position: absolute;
  inset: 0;
}

.dashboard-module-scss-module__3t99FG__locCard2 {
  background: linear-gradient(160deg, #2a55ff, #5ba8ff) !important;
}

.dashboard-module-scss-module__3t99FG__locCard3 {
  background: linear-gradient(160deg, #0e2bbf, #2a55ff) !important;
}

.dashboard-module-scss-module__3t99FG__locCard4 {
  background: linear-gradient(160deg, #1d41ff, #6f93ec) !important;
}

.dashboard-module-scss-module__3t99FG__locCard5 {
  background: linear-gradient(160deg, #0e2bbf, #1d41ff) !important;
}

.dashboard-module-scss-module__3t99FG__locCard6 {
  background: linear-gradient(160deg, #4878e3, #33b5fe) !important;
}

.dashboard-module-scss-module__3t99FG__locName {
  letter-spacing: -.3px;
  font-size: 18px;
  font-weight: 800;
}

.dashboard-module-scss-module__3t99FG__locCount {
  opacity: .85;
  margin-top: 2px;
  font-size: 12px;
}

.dashboard-module-scss-module__3t99FG__listings {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

@media (max-width: 1010px) {
  .dashboard-module-scss-module__3t99FG__listings {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .dashboard-module-scss-module__3t99FG__listings {
    grid-template-columns: 1fr;
  }
}

.dashboard-module-scss-module__3t99FG__listing {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5ebff;
  border-radius: 12px;
  transition: transform .2s, box-shadow .2s;
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 2px #23262f0f;
  text-decoration: none !important;
}

.dashboard-module-scss-module__3t99FG__listing:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px #23262f1a;
}

.dashboard-module-scss-module__3t99FG__listingPhoto {
  color: #1d41ff59;
  background: linear-gradient(135deg, #dbe4ff, #eef2ff);
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashboard-module-scss-module__3t99FG__listingPhoto svg {
  width: 60%;
  height: 60%;
}

.dashboard-module-scss-module__3t99FG__listingBadge {
  color: #1d41ff;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #fffffff2;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: 12px;
  left: 12px;
}

.dashboard-module-scss-module__3t99FG__listingBadgeNew {
  color: #fff !important;
  background: #1d41ff !important;
}

.dashboard-module-scss-module__3t99FG__listingBadgeHot {
  color: #23262f !important;
  background: #ffd84d !important;
}

.dashboard-module-scss-module__3t99FG__listingHeart {
  color: #5a6b8a;
  cursor: pointer;
  background: #fffffff2;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .15s;
  display: inline-flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.dashboard-module-scss-module__3t99FG__listingHeart:hover {
  color: #e11d48;
}

.dashboard-module-scss-module__3t99FG__listingBody {
  color: #23262f;
  padding: 16px;
}

.dashboard-module-scss-module__3t99FG__listingPrice {
  color: #23262f;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
}

.dashboard-module-scss-module__3t99FG__listingAddr {
  color: #5a6b8a;
  margin-bottom: 12px;
  font-size: 13px;
}

.dashboard-module-scss-module__3t99FG__listingSpecs {
  color: #3d4b6e;
  border-top: 1px solid #e5ebff;
  gap: 14px;
  padding-top: 12px;
  font-size: 13px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__listingSpecs span {
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.dashboard-module-scss-module__3t99FG__trustGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}

@media (max-width: 900px) {
  .dashboard-module-scss-module__3t99FG__trustGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .dashboard-module-scss-module__3t99FG__trustGrid {
    grid-template-columns: 1fr;
  }
}

.dashboard-module-scss-module__3t99FG__trustCard {
  text-align: center;
  padding: 24px 16px;
}

.dashboard-module-scss-module__3t99FG__trustIc {
  color: #1d41ff;
  background: linear-gradient(135deg, #33b5fe1f, #1d41ff1f);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__trustNum {
  color: #23262f;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.dashboard-module-scss-module__3t99FG__trustTtl {
  color: #23262f;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}

.dashboard-module-scss-module__3t99FG__trustDesc {
  color: #5a6b8a;
  margin: 0;
  font-size: 13px;
}

.dashboard-module-scss-module__3t99FG__advertise {
  color: #fff;
  background: linear-gradient(135deg, #1d41ff 0%, #33b5fe 100%);
  border-radius: 20px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .dashboard-module-scss-module__3t99FG__advertise {
    padding: 40px 24px;
  }
}

.dashboard-module-scss-module__3t99FG__advertise:before, .dashboard-module-scss-module__3t99FG__advertise:after {
  content: "";
  background: #ffffff0d;
  border-radius: 50%;
  position: absolute;
}

.dashboard-module-scss-module__3t99FG__advertise:before {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
}

.dashboard-module-scss-module__3t99FG__advertise:after {
  width: 300px;
  height: 300px;
  bottom: -100px;
  left: -50px;
}

.dashboard-module-scss-module__3t99FG__advertiseInner {
  z-index: 1;
  position: relative;
}

.dashboard-module-scss-module__3t99FG__advertiseInner h2 {
  max-width: 600px;
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff !important;
}

@media (max-width: 768px) {
  .dashboard-module-scss-module__3t99FG__advertiseInner h2 {
    font-size: 28px;
  }
}

.dashboard-module-scss-module__3t99FG__advertiseInner > p {
  opacity: .92;
  max-width: 600px;
  margin: 0 0 28px;
  font-size: 16px;
  color: #fff !important;
}

.dashboard-module-scss-module__3t99FG__advertiseCards {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  display: grid;
}

@media (max-width: 640px) {
  .dashboard-module-scss-module__3t99FG__advertiseCards {
    grid-template-columns: 1fr;
  }
}

.dashboard-module-scss-module__3t99FG__advertiseCard {
  backdrop-filter: blur(8px);
  background: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 12px;
  padding: 20px;
}

.dashboard-module-scss-module__3t99FG__advertiseCard h3 {
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  color: #fff !important;
}

.dashboard-module-scss-module__3t99FG__advertiseCard p {
  opacity: .85;
  color: #fff;
  margin: 0;
  font-size: 13px;
}

.dashboard-module-scss-module__3t99FG__advertiseCtaRow {
  gap: 12px;
  margin-top: 32px;
  display: flex;
}

@media (max-width: 540px) {
  .dashboard-module-scss-module__3t99FG__advertiseCtaRow {
    flex-direction: column;
  }
}

.dashboard-module-scss-module__3t99FG__btnYellow {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #33b5fe, #1d41ff);
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: transform 50ms, box-shadow .15s, filter .15s;
  display: inline-flex;
}

.dashboard-module-scss-module__3t99FG__btnYellow:hover {
  filter: brightness(1.04);
  box-shadow: 0 8px 24px #23262f24;
}

.dashboard-module-scss-module__3t99FG__btnYellow:active {
  transform: translateY(1px);
}

.dashboard-module-scss-module__3t99FG__btnYellow:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.dashboard-module-scss-module__3t99FG__btnYellow {
  font-weight: 700;
  color: #23262f !important;
  background: #ffd84d !important;
}

.dashboard-module-scss-module__3t99FG__btnYellow:hover {
  filter: brightness(.96);
}

.dashboard-module-scss-module__3t99FG__btnWhiteOutline {
  color: #1d41ff;
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #1d41ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: background .15s;
  display: inline-flex;
}

.dashboard-module-scss-module__3t99FG__btnWhiteOutline:hover {
  background: #eef2ff;
}

.dashboard-module-scss-module__3t99FG__btnWhiteOutline {
  color: #fff !important;
  background: none !important;
  border-color: #ffffff80 !important;
}

.dashboard-module-scss-module__3t99FG__btnWhiteOutline:hover {
  color: #fff !important;
  background: #ffffff1a !important;
}

.dashboard-module-scss-module__3t99FG__testiGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

@media (max-width: 900px) {
  .dashboard-module-scss-module__3t99FG__testiGrid {
    grid-template-columns: 1fr;
  }
}

.dashboard-module-scss-module__3t99FG__testi {
  background: #fff;
  border: 1px solid #e5ebff;
  border-radius: 14px;
  padding: 24px;
}

.dashboard-module-scss-module__3t99FG__stars {
  color: #ffb800;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 14px;
}

.dashboard-module-scss-module__3t99FG__quote {
  color: #3d4b6e;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.dashboard-module-scss-module__3t99FG__testiAuthor {
  border-top: 1px solid #e5ebff;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__avatar {
  color: #fff;
  background: linear-gradient(135deg, #33b5fe, #1d41ff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__testiName {
  color: #23262f;
  font-size: 13px;
  font-weight: 600;
}

.dashboard-module-scss-module__3t99FG__testiRole {
  color: #5a6b8a;
  font-size: 12px;
}

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