/* [project]/packages/ui/styles/module/component/dropdown-component.module.scss.module.css [client] (css) */
.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 {
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 40px;
  padding-inline: 8px;
  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 .dropdown-component-module-scss-module__mOupzq__chevron-slot {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: auto;
  display: inline-flex;
}

.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 {
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden auto;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li {
  padding-inline: 8px;
  background-color: #fff;
  align-items: center;
  gap: 4px;
  min-width: 50px;
  min-height: 34px;
  padding-right: 24px;
  display: flex;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li span {
  display: inline-block;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li img {
  width: 20px;
  display: inline-block;
}

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

/* [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;
  font-size: 12px;
  line-height: 1.2;
}

.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: #111;
  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 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  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: 20px;
}

.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: 20px 0 0 20px;
}

.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 20px 20px 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: 20px 0 0 20px;
}

.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 20px 20px 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: 20px 0 0 20px;
}

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

.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: 20px 0 0 20px;
}

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

.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 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 4px 12px #0000001f;
}

.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: #111;
  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;
  letter-spacing: .4px;
  font-size: 14px;
  font-weight: 500;
  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__hero {
  background: #fff;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  min-height: clamp(360px, 42vw, 560px);
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.dashboard-module-scss-module__3t99FG__hero:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0% 38%, #ffffffd9 55%, #fff0 72%);
  position: absolute;
  inset: 0;
}

.dashboard-module-scss-module__3t99FG__hero .dashboard-module-scss-module__3t99FG__hero_content {
  z-index: 2;
  flex-direction: column;
  align-self: start;
  gap: 12px;
  max-width: 600px;
  padding: 32px;
  display: flex;
  position: relative;
}

.dashboard-module-scss-module__3t99FG__hero .dashboard-module-scss-module__3t99FG__hero_content h3 {
  color: #4a6a8a;
}

.dashboard-module-scss-module__3t99FG__hero_media {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.dashboard-module-scss-module__3t99FG__hero_media img {
  opacity: .7;
  object-fit: cover;
  object-position: right center;
  width: 100%;
  height: 100%;
}

.dashboard-module-scss-module__3t99FG__hero_actions {
  flex-wrap: wrap;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__hero_btn {
  justify-content: center !important;
  width: 300px !important;
}

.dashboard-module-scss-module__3t99FG__card_hero_container {
  justify-content: space-between;
  gap: 12px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__card_hero_container .dashboard-module-scss-module__3t99FG__card_hero {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #cfd8e6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001f;
}

.dashboard-module-scss-module__3t99FG__card_hero_container .dashboard-module-scss-module__3t99FG__card_hero h3, .dashboard-module-scss-module__3t99FG__card_hero_container .dashboard-module-scss-module__3t99FG__card_hero p {
  text-align: center;
}

.dashboard-module-scss-module__3t99FG__card_hero_container .dashboard-module-scss-module__3t99FG__card_hero img {
  max-height: 230px;
}

.dashboard-module-scss-module__3t99FG__section_about {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001f;
}

.dashboard-module-scss-module__3t99FG__section_about img {
  max-height: 424px;
}

.dashboard-module-scss-module__3t99FG__section_how_to_add {
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__how_to_add {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__how_to_add:before, .dashboard-module-scss-module__3t99FG__how_to_add:after {
  content: "";
  background: #cfd8e6;
  flex: 1;
  max-width: 100%;
  height: 1px;
}

.dashboard-module-scss-module__3t99FG__how_to_add:before {
  margin-right: 8px;
}

.dashboard-module-scss-module__3t99FG__how_to_add:after {
  margin-left: 8px;
}

.dashboard-module-scss-module__3t99FG__how_to_add_desc {
  text-align: center;
}

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

  .dashboard-module-scss-module__3t99FG__section_about img {
    max-height: 329px;
  }
}

@media (max-width: 768px) {
  .dashboard-module-scss-module__3t99FG__hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 524px;
  }

  .dashboard-module-scss-module__3t99FG__hero:before {
    background: linear-gradient(#fdfafe 0%, #fdfafef5 40%, #fdfafed1 58%, #fdfafe00 78%);
    height: 300px;
  }

  .dashboard-module-scss-module__3t99FG__hero .dashboard-module-scss-module__3t99FG__hero_content {
    margin: 0 auto;
    padding: 16px;
    display: flex;
  }

  .dashboard-module-scss-module__3t99FG__hero_media {
    z-index: 0;
    height: 600px;
  }

  .dashboard-module-scss-module__3t99FG__hero_media img {
    transform: translateY(-76px);
  }

  .dashboard-module-scss-module__3t99FG__hero_content {
    text-align: center;
  }

  .dashboard-module-scss-module__3t99FG__hero_actions {
    flex-direction: column;
    align-items: center;
  }

  .dashboard-module-scss-module__3t99FG__section_about, .dashboard-module-scss-module__3t99FG__section_how_to_add {
    flex-direction: column;
  }
}

/*# sourceMappingURL=packages_ui_styles_module_0mk~kto._.css.map*/