.popular-grid_container__kkwAz {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(242px, 333px));
}

.popular-grid_card__tbnpH {
  background-color: var(--color-white);
  border-radius: 32px;
  padding: 24px;
  display: block;
}
.popular-grid_imgWrap__m9qq1 {
  margin-left: 24px;
  height: 190px;
  position: relative;
  margin-bottom: 64px;
}
.popular-grid_imgWrap__m9qq1:before {
    content: '';
    position: absolute;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    margin-left: -24px;
  }
.popular-grid_level1__uv9vX:before {
  background-color: var(--color-accent);
}
.popular-grid_level2__5UdOT:before {
  background-color: var(--color-purple);
}
.popular-grid_img__z62ba {
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-grid_imagePlaceholder__wBOEf {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: var(--color-beige);
}

.popular-grid_noImage__H4C0Z {
  color: var(--color-disabled);
  font-size: 14px;
  text-align: center;
}

.popular-grid_text__N5MqY {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .popular-grid_imgWrap__m9qq1 {
    margin-bottom: 38px;
  }
  .popular-grid_container__kkwAz {
    grid-template-columns: repeat(3, minmax(180px, 224px));
  }
}

@media (max-width: 650px) {
  .popular-grid_container__kkwAz {
    grid-template-columns: repeat(2, minmax(180px, 286px));
  }
}

@media (max-width: 480px) {
  .popular-grid_container__kkwAz {
    grid-gap: 16px;
    gap: 16px;
    grid-template-columns: repeat(1, minmax(180px, 460px));
  }
  .popular-grid_imgWrap__m9qq1 {
    height: 134px;
    margin-bottom: 54px;
  }
  .popular-grid_text__N5MqY {
    font-size: 18px;
    line-height: 24px;
  }
}

.popular_title__XGkIW {
  margin-bottom: 36px !important;
}

@media (max-width: 768px) {
  .popular_title__XGkIW {
    margin-bottom: 56px !important;
  }
}

@media (max-width: 480px) {
  .popular_title__XGkIW {
    margin-bottom: 32px !important;
  }
}

.typography_h1__Smf_o {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.typography_h2__lkSAl {
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
}
.typography_h3__JjbIf {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px;
}
.typography_h4__KgwYu {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.typography_int1__Dztkf {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.typography_int2__Lq0_4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.typography_int3__zHgvj {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.typography_int4__mKG3L {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.typography_p1__A6E4r {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.typography_p2__96Hdo {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.typography_p3__5eAej {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.typography_p4__36ZVZ {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 480px) {
  .typography_h1__Smf_o {
    font-size: 26px;
    line-height: 33px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .typography_h2__lkSAl {
    font-size: 26px;
    line-height: 32px;
  }
  .typography_h3__JjbIf {
    font-size: 20px;
    line-height: 26px;
  }
  .typography_h4__KgwYu {
    font-size: 18px;
    line-height: 24px;
  }
  .typography_int1__Dztkf {
    font-size: 16px;
    line-height: 20px;
  }
  .typography_int2__Lq0_4 {
    font-size: 14px;
    line-height: 18px;
  }
  .typography_int3__zHgvj {
    font-size: 12px;
    line-height: 16px;
  }
  .typography_int4__mKG3L {
    font-size: 10px;
    line-height: 14px;
  }
  .typography_p1__A6E4r {
    font-size: 16px;
    line-height: 20px;
  }
  .typography_p2__96Hdo {
    font-size: 14px;
    line-height: 18px;
  }
  .typography_p3__5eAej {
    font-size: 12px;
    line-height: 16px;
  }
  .typography_p4__36ZVZ {
    font-size: 10px;
    line-height: 14px;
  }
}

.pagination_pagination__AmBWP {
  display: flex;
  gap: 4px;
  align-items: center;
}

.pagination_pagination__AmBWP li {
    list-style-type: none;
  }

.pagination_pageNum__2EUCc {
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.pagination_break__QEWZW {
  pointer-events: none;
  width: 48px;
  text-align: center;
}

.pagination_navigate__UfmVJ {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pagination_previous__1mmm6::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/_next/static/media/chevron-left.6e8bbb59.svg);
}
.pagination_next___mqFO::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/_next/static/media/chevron-right.bbd265ab.svg);
}

.pagination_disabled___Tkoh {
  display: none;
}

.pagination_active__YW5sJ a {
  border-color: var(--color-purple);
}

@media (max-width: 768px) {
  .pagination_navigate__UfmVJ {
    display: none;
  }
}

.radio_formRadio__JHsZx {
  width: 100%;
}
.radio_formRadio__JHsZx input[type='radio'] {
  display: none;
}

.radio_formRadio__JHsZx label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 0;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.radio_formRadio__JHsZx label:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 1px;
  opacity: 0.8;
  transition: opacity 0.1s;
  background: url(/_next/static/media/radiobutton.0462382d.svg) 0 0 no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.radio_formRadio__JHsZx label:hover:before {
  opacity: 1;
}

.radio_formRadio__JHsZx input[type='radio']:checked + label:before {
  opacity: 0.8;
  transition: opacity 0.1s;
  background: url(/_next/static/media/radiobutton-filled.dd8be864.svg) 0 0 no-repeat;
}

.radio_formRadio__JHsZx input[type='radio']:checked:hover + label:before {
  opacity: 1;
  background: url(/_next/static/media/radiobutton-filled.dd8be864.svg) 0 0 no-repeat;
}

.radio_formRadio__JHsZx input[type='radio']:disabled + label:before {
  filter: grayscale(100%);
}

.radio_formRadio__JHsZx input:disabled + label {
  opacity: 0.5;
  cursor: default;
}

.radio-static_radioStatic__HJfRU {
}
.radio-static_wrapper__wej6_ {
  padding: 16px;
  background: var(--color-white-10);
  border-radius: 16px;
  cursor: default;
}
.radio-static_label__2xchL {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  margin-bottom: 16px;
  color: var(--color-white);
}
.radio-static_title___pmA8 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-white);
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
.radio-static_title___pmA8::before {
  content: '';
  position: absolute;
  background: url(/_next/static/media/radiobutton-filled.dd8be864.svg);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.radio-static_subtitle__g7835 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-disabled);
}

/* Base container for Rating component (shared/ui/rating.tsx) */
.rating_rating__bMy99 {
  position: relative;
  width: 120px;
  height: 20px;
  display: flex;
  gap: 4px;
  cursor: pointer;
}

/* Empty stars background layer */
.rating_headerStar__HLO1m {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 20px;
  background-image: url(/_next/static/media/star.2b44ff6a.svg);
  background-repeat: repeat;
  background-size: 24px 20px;
}

/* Filled stars overlay; width is controlled inline via style prop */
.rating_headerActive__2IPoJ {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  background-image: url(/_next/static/media/star-gold.1153e3f1.svg);
  background-repeat: repeat;
  background-size: 24px 20px;
  pointer-events: none;
}

/* Large size modifier (used when prop large is true) */
.rating_rating__bMy99.rating_large__obR7v {
  width: 194px;
  height: 28px;
}

.rating_large__obR7v .rating_headerStar__HLO1m,
.rating_large__obR7v .rating_headerActive__2IPoJ {
  background-size: 35px 28px;
}
.rating_reviewRating__afC7e {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.rating_starsContainer__s_QJ0 {
  display: flex;
  white-space: nowrap;
}

.rating_star__wPqNt {
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/_next/static/media/star.2b44ff6a.svg);
}

.rating_filled__uMH_h {
  background-image: url(/_next/static/media/star-gold.1153e3f1.svg);
}

.rating_starsForeground___wa_1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.rating_tiny__LqtXS .rating_star__wPqNt {
  width: 16px;
  height: 16px;
  background-size: auto 100%;
  background-position: 0;
}

.rating_tiny__LqtXS .rating_starsContainer__s_QJ0 {
  gap: 6px;
}

.rating_small__IFMhH .rating_star__wPqNt {
  width: 25px;
  height: 20px;
}

.rating_small__IFMhH .rating_starsContainer__s_QJ0 {
  gap: 3px;
}

.rating_medium__UjKy_ .rating_star__wPqNt {
  width: 20px;
  height: 20px;
}

.rating_medium__UjKy_ .rating_starsContainer__s_QJ0 {
  gap: 2px;
}

.rating_large__obR7v .rating_star__wPqNt {
  width: 35px;
  height: 28px;
}

.rating_large__obR7v .rating_starsContainer__s_QJ0 {
  gap: 6px;
}

.rating_interactiveLayer__lgbDW {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.rating_interactiveButton__OVLdk {
  flex: 1 1;
  height: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
}

.select_select__7rvcx {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select_hiddenSelect__SL8MO {
  display: none;
  visibility: hidden;
  padding-right: 10px;

  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

.select_hiddenSelect__SL8MO::-ms-expand {
  display: none;
}

.select_selectStyled__3mQjX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;

  cursor: pointer;
}

.select_selectStyled__3mQjX::after {
    display: inline-block;
    content: '';
    margin: 0px 10px 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--color-black);
    border-left: 2px solid var(--color-black);
    transform: rotate(225deg);
    justify-self: end;
  }

.select_selectStyled__3mQjX.select_active__ijjSM {
    transition: 0.3s opacity;
    color: var(--color-purple);
  }

.select_selectStyled__3mQjX.select_active__ijjSM::after {
      transform: rotate(45deg);
      margin: 0px 10px -3px;
      border-color: var(--color-purple);
    }

.select_selectOptions__BQioq {
  position: relative;

  width: 100%;
  border-radius: 16px;
  padding: 8px;
  align-items: center;
  list-style-type: none;

  background-color: var(--color-white);
  height: -moz-fit-content;
  height: fit-content;

  display: none;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s opacity;
}

.select_selectOptions__BQioq.select_active__ijjSM {
    display: inline-block;

    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;

    box-shadow: 0px 1px 1px 0px #00000040;
  }

.select_option___Hxw_ {
  font-size: 24px;
  padding: 8px;
}

.select_option___Hxw_:hover {
    background-color: #eff0f4;
    border-radius: 16px;
  }

.select_option___Hxw_.select_selected__BBDmg {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.select_option___Hxw_.select_selected__BBDmg::after {
      content: '';
      width: 8px;
      height: 8px;
      background-color: var(--color-purple);
      border-radius: 50%;
    }

.select_selectOptions__BQioq:after {
  grid-area: select;
}

.select_optionText__wXHKi {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px !important;
}


  .stack_stack___gYlj > * {
    margin-bottom: 16px;
  }
.stack_stack___gYlj > *:last-child {
    margin-bottom: 0px;
  }

.sub-menu_container__SwElX {
  background-color: var(--color-white);
  border-radius: 32px;
  padding: 24px 32px;
}

.sub-menu_link__ATC3B {
  color: var(--color-disabled);
  display: block;
  padding: 8px 32px 8px 16px;
  margin-bottom: 8px;
  position: relative;
}

.sub-menu_link__ATC3B:hover {
    color: var(--color-black);
  }

.sub-menu_link__ATC3B:last-child {
    margin-bottom: 0;
  }

@media (max-width: 768px) {
  .sub-menu_container__SwElX {
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
  .sub-menu_link__ATC3B {
    display: inline-block;
    margin-bottom: 8px;
    /* margin-right: 16px; */
  }

    .sub-menu_link__ATC3B:last-child {
      margin-right: 0;
    }
}

@media (max-width: 480px) {
  .sub-menu_container__SwElX {
    padding-bottom: 24px;
  }
  .sub-menu_link__ATC3B {
    display: block;
    margin-bottom: 8px;
    margin-right: 0px;
  }
}

.sub-menu_active__k8uo_ {
  background-color: var(--color-gray-bg);
  border-radius: 16px;
  color: var(--color-black);
}

.sub-menu_active__k8uo_:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: var(--color-purple);
  }

.page-card_card__UsRkP {
  width: 90%;
  max-width: var(--max-content-width);
  background-color: var(--color-white);
  border-radius: 48px;
  padding: 48px 32px;
  display: flex;
  gap: 24px;
  margin: 54px auto;
  position: relative;
  overflow: hidden;
}

.page-card_withImage__qMTih {
  min-height: 400px;
}
.page-card_title__GPrUn {
  margin: 0 0 24px !important;
}
.page-card_text__Z6UPi {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-black);
  font-weight: 500;
}
.page-card_text2__OoB8w {
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 16px;
  color: var(--color-disabled);
}
.page-card_textSection__T5Pmh {
  flex: 0 0 60%;
}
.page-card_textSection__T5Pmh > *:last-child {
    margin-bottom: 0 !important;
  }
.page-card_imgSection__B_v52 {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 114px;
}
.page-card_imgWrap__1lJQK {
  height: 322px;
  width: 322px;
  border-radius: 38px;
  position: relative;
}
.page-card_accent__duSyO:before {
  content: '';
  position: absolute;
  left: -16px;
  right: 16px;
  top: 0;
  bottom: 0;
  background-color: var(--color-purple);
  border-radius: 38px;
  z-index: 0;
}
.page-card_img__HOjae {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}

@media (max-width: 768px) {
  .page-card_card__UsRkP {
    flex-direction: column;
    max-width: 100%;
    margin: 54px 24px;
    width: auto;
    gap: 0;
  }
  .page-card_imgSection__B_v52 {
    margin-top: 40px;
    padding: 0;
  }
  .page-card_imgWrap__1lJQK {
    width: 100%;
  }
  .page-card_accent__duSyO {
    margin-left: 32px;
  }
  .page-card_accent__duSyO:before {
    left: -32px;
    right: 32px;
  }
}

.page-card_showMore__fWPrw {
  display: none;
}

@media (max-width: 480px) {
  .page-card_card__UsRkP {
    padding: 32px 24px;
    margin: 32px 20px;
    border-radius: 32px;
  }
  .page-card_text__Z6UPi {
    font-size: 16px;
    line-height: 20px;
  }
  .page-card_text2__OoB8w {
    font-size: 10px;
    line-height: 14px;
  }
  .page-card_imgWrap__1lJQK {
    height: 234px;
  }
  .page-card_imgSection__B_v52 {
    margin-top: 24px;
  }
  .page-card_accent__duSyO {
    margin-left: 14px;
  }
  .page-card_accent__duSyO:before {
    left: -14px;
    right: 14px;
  }
  .page-card_textWrap__3EAnH {
    max-height: 40px;
    overflow: hidden;
    transition: all 200ms ease-in;
  }

    .page-card_textWrap__3EAnH.page-card_open__jerbn {
      max-height: 1000px;
    }
  .page-card_showMore__fWPrw {
    display: block;
    text-align: center;
    margin-top: 16px;
    color: var(--color-disabled);
  }

    .page-card_showMore__fWPrw.page-card_open__jerbn {
      display: none;
    }
  .page-card_hideImg__EHz49 {
    display: none;
  }

  .page-card_withHiddenImage__XpeDT {
    min-height: auto;
  }
}


  .static-page-style_wrap__dvS_y p {
    margin-bottom: 16px;
  }

.static-page-style_wrap__dvS_y ul {
    margin-bottom: 16px;
  }

.static-page-style_wrap__dvS_y li {
    margin-bottom: 0.5em;
    margin-left: 32px;
  }

.static-page-style_wrap__dvS_y h2 {
    margin-top: 36px;
    margin-bottom: 24px;
  }

.static-page-style_wrap__dvS_y .static-page-style_center__X90JT {
    text-align: center;
  }

.static-page-style_wrap__dvS_y img {
    max-width: 100%;
    height: auto;
  }

.static-page-style_wrap__dvS_y .static-page-style_paymentCards__o19W7 {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
  }

.static-page-style_doc__InjDV {
  max-width: 1124px;
  margin: 0 auto;
}

@media (max-width: 480px) {
    .static-page-style_wrap__dvS_y li {
      margin-left: 24px;
    }

    .static-page-style_wrap__dvS_y h2 {
      margin-top: 24px;
      margin-bottom: 16px;
    }
}

.static-page-style_fullsizeImg__jI3ZL {
  margin-top: 24px;
  width: 100%;
  height: auto;
}
.static-page-style_breadcrumbs__0cIqq > div {
  margin-left: 0;
}

.tab_tab__QJYxN {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 66px;
  cursor: pointer;
  border: 2px solid var(--color-black);
  color: var(--color-black);
}

.tab_transparent__iaeYn {
  background: transparent;
}

.tab_transparent__iaeYn .tab_amount__D0Jop {
    color: var(--color-disabled);
  }

.tab_transparent__iaeYn:hover,
  .tab_transparent__iaeYn:focus {
    color: var(--color-purple);
    border-color: var(--color-purple);
  }

.tab_transparent__iaeYn:hover .tab_amount__D0Jop, .tab_transparent__iaeYn:focus .tab_amount__D0Jop {
      color: var(--color-purple);
    }

.tab_transparent__iaeYn:disabled {
    opacity: 0.5;
  }

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

.tab_filled__r3w5R:disabled {
    background-color: rgba(38, 38, 38, 0.5);
  }

.toggle_input__Yw_jS[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle_label__aVs4E {
  cursor: pointer;
  text-indent: -9999px;
  width: 44px;
  height: 24px;
  background: var(--color-gray-bg-2);
  display: block;
  border-radius: 16px;
  position: relative;
}

.toggle_label__aVs4E:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  transition: 0.2s;
  box-shadow: 0px 1px 2px 0px #00000040;
}

.toggle_input__Yw_jS:checked + .toggle_label__aVs4E {
  background: var(--color-purple);
}

.toggle_input__Yw_jS:checked:hover + .toggle_label__aVs4E {
  background: #a56fff;
}

.toggle_input__Yw_jS:hover + .toggle_label__aVs4E {
  background: var(--color-gray-bg-3);
}

.toggle_input__Yw_jS:disabled,
.toggle_input__Yw_jS:disabled + .toggle_label__aVs4E,
.toggle_input__Yw_jS:disabled + .toggle_label__aVs4E:after {
  pointer-events: none;
}

.toggle_input__Yw_jS:disabled + .toggle_label__aVs4E:after {
  opacity: 0.5;
}

.toggle_input__Yw_jS:checked + .toggle_label__aVs4E:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.toggle_label__aVs4E:active:after {
  width: 44px;
}

.show-more_showMore__bhKNr {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 16px;
  padding: 19px 36px;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  color: var(--color-black);

  cursor: pointer;
}

.show-more_showMoreLoading__P8Atr {
  height: 64px;
  opacity: 0.8;
  pointer-events: none;
}

.show-more_showMoreLoading__P8Atr div {
    padding: 0;
  }


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