.Container_container__fWdNh{box-sizing:content-box;padding-left:var(--edge-padding);padding-right:var(--edge-padding);max-width:var(--container-max-width);margin-left:auto;margin-right:auto}.BottomSheet_bottom_sheet__WK_2P{--bs-children-padding-horizontal:var(--edge-padding);--bs-children-padding-bottom:var(--space-16);position:fixed;left:0;right:0;top:0;bottom:0;z-index:var(--z-bottom-sheet);animation:BottomSheet_bg-fade-in__8owzT .3s linear both;will-change:transform,opacity;background-color:var(--color-N0);box-shadow:0 0 1px rgba(0,0,0,.01);-webkit-backdrop-filter:none;backdrop-filter:none}.BottomSheet_bottom_sheet__WK_2P.BottomSheet_closing__VVcVt{animation:BottomSheet_bg-fade-out__I5InT .3s linear both}.BottomSheet_bottom_sheet__WK_2P *{outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.BottomSheet_scrolled__rB3tw:not(.BottomSheet_variant_clean__hP15a,.BottomSheet_variant_no_shadow__BX1Jz){--header-shadow:var(--elevation-2)}.BottomSheet_variant_clean__hP15a,.BottomSheet_variant_no_padding__kX5VR{--bs-children-padding-horizontal:0;--bs-children-padding-bottom:0}.BottomSheet_wrapper___n3x6{position:fixed;left:0;right:0;top:0;bottom:0;animation:BottomSheet_show-bounce-y-flip__IHYs2 .7s linear both;transform:rotate(180deg) translateY(-100%)}.BottomSheet_closing__VVcVt .BottomSheet_wrapper___n3x6{animation:BottomSheet_hide-y-flip__5yjmf 1s linear both}.BottomSheet_body__6q_Ps,.BottomSheet_handle__Ym_ex,.BottomSheet_header___BEy6,.BottomSheet_mask_bounce_bottom__YBvej{transform:rotate(180deg)}.BottomSheet_handle__Ym_ex{padding:12px}.BottomSheet_handle__Ym_ex:after{content:"";display:block;height:4px;width:40px;background-color:var(--color-N0);border-radius:99px;margin:0 auto}.BottomSheet_header___BEy6{border-radius:12px 12px 0 0;background-color:var(--color-N0);transition:box-shadow .2s cubic-bezier(.17,.67,.69,.97);padding:var(--space-16) var(--edge-padding);display:grid;grid-template-columns:[first-line] min-content [second-line] auto [third-line] auto [last-line];align-items:center;grid-column-gap:16px;column-gap:16px;box-shadow:var(--header-shadow);margin-top:calc(var(--sticky-header-height)*-1)}.BottomSheet_close_button__jMdKF{grid-column:first-line/second-line;border:none;background:none;display:flex;padding:var(--space-12);margin:calc(var(--space-12)*-1)}.BottomSheet_header_title__vGyGV{grid-column:second-line/third-line;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.BottomSheet_text_button_wrapper__dynxR{grid-column:third-line/last-line;text-align:right}.BottomSheet_text_button__1__8d{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;word-break:break-word;text-align:right;vertical-align:middle;padding:var(--space-12);margin:calc(var(--space-12)*-1);box-sizing:content-box}.BottomSheet_body__6q_Ps{--bs-popup-expand-top-space:28px;position:relative;background-color:var(--color-N0);border-radius:12px 12px 0 0;left:0;right:0;bottom:0;overflow-y:auto;overscroll-behavior-y:none;overflow-x:hidden;-webkit-clip-path:inset(0 round 12px 12px 0 0);clip-path:inset(0 round 12px 12px 0 0);max-height:calc(100% - var(--bs-popup-expand-top-space));padding-top:var(--sticky-header-height)}.BottomSheet_body__6q_Ps::-webkit-scrollbar{display:none}.BottomSheet_body__6q_Ps.BottomSheet_has_bounce_animation__n4MjH{transition:height .5s cubic-bezier(0,1.02,.54,1.16)}@supports(padding:env(safe-area-inset-top)){.BottomSheet_body__6q_Ps{--bs-popup-expand-top-space:calc(env(safe-area-inset-top, 0) + 28px)}}.BottomSheet_body_title_wrapper__XhkXy{padding:var(--space-8) var(--edge-padding);display:flex}.BottomSheet_body_title_wrapper__XhkXy>*+*{margin-left:var(--space-16)}.BottomSheet_body_title_icon__Qmy1M{flex:none}.BottomSheet_body_title__yoQlK{text-overflow:ellipsis;overflow:hidden;word-break:break-word}.BottomSheet_children_wrapper__uZS2S{padding:0 var(--bs-children-padding-horizontal) calc(var(--bs-children-padding-bottom) + var(--safe-space-height))}.BottomSheet_sticky_footer_wrapper__6CDNc{position:-webkit-sticky;position:sticky;bottom:0}.BottomSheet_mask_bounce_bottom__YBvej{position:relative}.BottomSheet_mask_bounce_bottom__YBvej:after{content:"";display:block;position:absolute;left:0;right:0;top:100%;height:100vw;background-color:var(--color-N0);margin-top:-1px}.BottomSheet_close_handle__DoIWU{position:absolute;left:0;right:0;top:0;bottom:0}.BottomSheet_has_sticky_footer__psXWM{display:flex;flex-direction:column}.BottomSheet_has_sticky_footer__psXWM .BottomSheet_children_wrapper__uZS2S{flex:1 1}@keyframes BottomSheet_bg-fade-in__8owzT{0%{background-color:transparent}to{background-color:var(--bg-color-blanket)}}@keyframes BottomSheet_bg-fade-out__I5InT{0%{background-color:var(--bg-color-blanket)}to{background-color:transparent}}@keyframes BottomSheet_hide-y-flip__5yjmf{0%{transform:rotate(180deg) translateY(0)}5.71%{transform:rotate(180deg) translateY(-37.513%)}11.31%{transform:rotate(180deg) translateY(-63.4581%)}17.02%{transform:rotate(180deg) translateY(-80.0777%)}22.62%{transform:rotate(180deg) translateY(-91.665%)}to{transform:rotate(180deg) translateY(-100%)}}@keyframes BottomSheet_show-bounce-y-flip__IHYs2{0%{transform:rotate(180deg) translateY(-100%)}5.71%{transform:rotate(180deg) translateY(-62.4862%)}11.31%{transform:rotate(180deg) translateY(-36.4581%)}17.02%{transform:rotate(180deg) translateY(-19.0777%)}22.62%{transform:rotate(180deg) translateY(-8.665%)}28.33%{transform:rotate(180deg) translateY(-2.7139%)}33.93%{transform:rotate(180deg) translateY(.2147%)}45.15%{transform:rotate(180deg) translateY(1.7093%)}72.57%{transform:rotate(180deg) translateY(.3869%)}to{transform:rotate(180deg) translateY(0)}}.ContentLoader_placeholder_wrapper__juTkE{display:inline-block}.ContentLoader_placeholder_wrapper__juTkE.ContentLoader_border__EXbSO{border:1px solid var(--color-N200);border-radius:4px;padding:16px 16px 8px}.ContentLoader_placeholder_wrapper__juTkE .ContentLoader_placeholder_row__E2LZR{display:flex}.ContentLoader_placeholder_wrapper__juTkE .ContentLoader_placeholder_row__E2LZR.ContentLoader_text___2ufm{margin-bottom:8px}.ContentLoader_placeholder_wrapper__juTkE .ContentLoader_placeholder_row__E2LZR.ContentLoader_text___2ufm:first-child{width:80%}.ContentLoader_placeholder_wrapper__juTkE .ContentLoader_placeholder_row__E2LZR.ContentLoader_text___2ufm:last-child{width:100%}@keyframes ContentLoader_wave__xyGtW{0%{background-position:-300px 0}to{background-position:calc(300px + 100%) 0}}@keyframes ContentLoader_pulse__h5gkn{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.ContentLoader_placeholder__JMyZr{background-color:var(--color-N100);background-repeat:no-repeat;border-radius:4px;line-height:1;min-height:16px;width:100%;transform:translateZ(0)}.ContentLoader_placeholder__JMyZr.ContentLoader_pulse__h5gkn{animation:ContentLoader_pulse__h5gkn 1.5s ease-in-out .5s infinite}.ContentLoader_placeholder__JMyZr.ContentLoader_wave__xyGtW{animation:ContentLoader_wave__xyGtW 2s ease-in-out infinite;background-image:linear-gradient(90deg,var(--color-N100),var(--color-N200),var(--color-N100));background-size:300px 100%}.ContentLoader_placeholder__JMyZr.ContentLoader_circle__NDVtb,.ContentLoader_placeholder__JMyZr.ContentLoader_circle_text__4uOP6{border-radius:50%;width:24px;height:24px;margin:0 auto}.ContentLoader_placeholder__JMyZr.ContentLoader_title__0_vWd{min-height:24px;width:118px}.ContentLoader_placeholder__JMyZr.ContentLoader_icon_square__dcpww{max-width:40px;min-height:40px;display:inline-block}.ContentLoader_placeholder__JMyZr.ContentLoader_icon_circle__UrH53{max-width:24px;min-height:24px;border-radius:50%}.ContentLoader_placeholder__JMyZr.ContentLoader_right__xIuL0{float:right}.ContentLoader_placeholder__JMyZr.ContentLoader_icon_label__I_V0q{display:flex;margin:8px auto}.ContentLoader_placeholder_col__mlAvC{flex:1 1 auto}.ContentLoader_placeholder_col__mlAvC.ContentLoader_thumb__Js4AO{text-align:center}.ContentLoader_placeholder_col__mlAvC.ContentLoader_circle__NDVtb,.ContentLoader_placeholder_col__mlAvC.ContentLoader_circle_text__4uOP6{display:inline-grid}.ContentLoader_placeholder_col__mlAvC.ContentLoader_circle__NDVtb .ContentLoader_placeholder__JMyZr:not(:first-child),.ContentLoader_placeholder_col__mlAvC.ContentLoader_circle_text__4uOP6 .ContentLoader_placeholder__JMyZr:not(:first-child){margin-top:10px}.ContentLoader_placeholder_col__mlAvC.ContentLoader_two_column__DWFvF .ContentLoader_placeholder_col__mlAvC .ContentLoader_placeholder__JMyZr{float:left}.ContentLoader_placeholder_col__mlAvC.ContentLoader_two_column__DWFvF .ContentLoader_placeholder_col__mlAvC:first-of-type{margin-left:0}.ContentLoader_placeholder_col__mlAvC.ContentLoader_two_column__DWFvF .ContentLoader_placeholder_col__mlAvC:last-child{margin-left:auto}.ContentLoader_placeholder_col__mlAvC.ContentLoader_two_column__DWFvF .ContentLoader_placeholder_col__mlAvC:last-child .ContentLoader_placeholder__JMyZr{float:right}.ContentLoader_placeholder_col__mlAvC.ContentLoader_columns__wW3Fr{margin:5px}.ContentLoader_fill_parent_height__27qVG{display:block;height:100%}.ContentLoader_fill_parent_height__27qVG div{height:100%}.SeoInternalLink_section_container__gw1_3.SeoInternalLink_section_container__gw1_3{padding:20px 0}.SeoInternalLink_header__csgce{padding:0 var(--edge-padding);max-width:100%}.SeoInternalLink_links_container___809s.SeoInternalLink_links_container___809s{-ms-overflow-style:none;scrollbar-width:none;display:grid;grid-template-columns:repeat(4,246px);grid-gap:var(--space-16);overflow-x:auto}.SeoInternalLink_links_container___809s.SeoInternalLink_links_container___809s::-webkit-scrollbar{display:none}.SeoInternalLink_no_tabs__8n5jy{margin-top:20px}.SeoInternalLink_tabs_panel_wrapper__GeauY.SeoInternalLink_tabs_panel_wrapper__GeauY{padding:16px 0 0}.SeoInternalLink_tab_list_wrapper__1Ess6.SeoInternalLink_tab_list_wrapper__1Ess6{margin-top:var(--space-4)}.SeoInternalLink_link__Y6063{text-decoration:none}.SeoInternalLink_optional_info__WLoF8{margin-top:2px;max-width:100%}.SeoInternalLink_item_link__TWazX{max-width:100%;text-decoration:underline}.SeoInternalLink_item_link__TWazX:hover{color:var(--font-color-activity)}@media(min-width:840px){.SeoInternalLink_section_container__gw1_3.SeoInternalLink_section_container__gw1_3{padding:40px var(--edge-padding)}.SeoInternalLink_item_link__TWazX{text-decoration:none}.SeoInternalLink_item_link__TWazX:hover,.SeoInternalLink_link__Y6063:focus{text-decoration:underline}.SeoInternalLink_header__csgce{padding:0}.SeoInternalLink_tabs_panel_wrapper__GeauY.SeoInternalLink_tabs_panel_wrapper__GeauY{padding:32px 0 0}.SeoInternalLink_tab_list_wrapper__1Ess6.SeoInternalLink_tab_list_wrapper__1Ess6{padding:0;margin-top:var(--space-24)}.SeoInternalLink_links_container___809s.SeoInternalLink_links_container___809s{grid-template-columns:repeat(4,1fr);padding:0;grid-gap:var(--space-24);overflow-x:initial}.SeoInternalLink_no_tabs__8n5jy{margin-top:32px}}.Divider_divider__rJfTG{--border-main-width-mobile:1px;--border-bold-width-mobile:6px;--border-main-width-desktop:1px;--border-bold-width-desktop:8px;--border-main-width:var(--border-main-width-mobile);--border-bold-width:var(--border-bold-width-mobile)}.Divider_horizontal__T2z4Q.Divider_default__BnPbT{border-top:var(--border-main-width) solid var(--color-N200)}.Divider_horizontal__T2z4Q.Divider_bold__Wj4WC{border-top:var(--border-bold-width) solid var(--color-N100)}.Divider_horizontal__T2z4Q.Divider_dashed__dDssu{border-top:none;background:linear-gradient(to right,var(--color-N200) var(--space-4),transparent var(--space-4),transparent var(--space-8)) repeat-x;background-size:var(--space-8) var(--border-main-width);background-position:top;height:var(--border-main-width)}.Divider_vertical__08ZOq.Divider_default__BnPbT{border-left:var(--border-main-width) solid var(--color-N200)}.Divider_vertical__08ZOq.Divider_bold__Wj4WC{border-left:var(--border-bold-width) solid var(--color-N100)}.Divider_vertical__08ZOq.Divider_dashed__dDssu{border-left:var(--border-main-width) dashed var(--color-N200)}@media(min-width:840px){.Divider_divider__rJfTG{--border-main-width:var(--border-main-width-desktop);--border-bold-width:var(--border-bold-width-desktop)}}.Dialog_dialog__LeRn8{position:fixed;left:0;right:0;top:0;bottom:0;z-index:1000;animation:Dialog_bg-fade-in__mvaT_ .3s linear both}.Dialog_closing__P3USz.Dialog_dialog__LeRn8{animation:Dialog_bg-fade-out__gYLLc .3s linear both}.Dialog_dialog__LeRn8 .Dialog_container__gKPdU{position:fixed;bottom:0;left:0;right:0;top:0;z-index:1000;transform:translateY(100%);animation:Dialog_dialog-animation-show-bounce-y__Os_Uy .7s linear both}.Dialog_closing__P3USz.Dialog_dialog__LeRn8 .Dialog_container__gKPdU{animation:Dialog_animation-hide-y__uQO_7 1s linear both}.Dialog_dialog__LeRn8 .Dialog_close_handle___Jynd{position:absolute;left:0;right:0;top:0;bottom:0}.Dialog_dialog__LeRn8 .Dialog_mask_bounce_bottom__wXGtO{position:absolute;background-color:var(--color-N0);top:100%;left:0;right:0;height:100vh}.Dialog_dialog__LeRn8 .Dialog_pop_up__2d9A_{position:absolute;bottom:0;left:0;right:0;padding-top:24px;padding-bottom:16px;background-color:var(--color-N0);border-radius:12px 12px 0 0;box-sizing:border-box;overflow-y:auto;overscroll-behavior-y:none;overflow-x:hidden;-webkit-clip-path:inset(0 round 12px 12px 0 0);clip-path:inset(0 round 12px 12px 0 0);max-height:calc(100% - 38px)}@supports(padding:env(safe-area-inset-bottom)) and (padding:max(0px,0px)){.Dialog_dialog__LeRn8 .Dialog_pop_up__2d9A_{padding-bottom:calc(16px + env(safe-area-inset-bottom))}}.Dialog_dialog__LeRn8 .Dialog_pop_up__2d9A_::-webkit-scrollbar{display:none}.Dialog_dialog__LeRn8 .Dialog_close_button__md_Hb{cursor:pointer;position:absolute;top:20px;right:20px;padding:0;border:0;background:transparent}.Dialog_dialog__LeRn8 .Dialog_body__JzASR{padding:0 20px}@media(min-width:840px){.Dialog_dialog__LeRn8 .Dialog_container__gKPdU{display:flex;justify-content:center;align-items:center}.Dialog_dialog__LeRn8 .Dialog_pop_up__2d9A_{position:relative;max-width:400px;border-radius:12px;padding-bottom:24px}.Dialog_dialog__LeRn8 .Dialog_body__JzASR.Dialog_body__JzASR{padding:0 32px}}@media(min-width:600px){.Dialog_dialog__LeRn8 .Dialog_body__JzASR{padding:0 40px}}@keyframes Dialog_bg-fade-out__gYLLc{0%{background:rgba(24,25,27,.4)}to{background-color:transparent}}@keyframes Dialog_bg-fade-in__mvaT_{0%{background-color:transparent}to{background:rgba(24,25,27,.4)}}@keyframes Dialog_animation-hide-y__uQO_7{0%{transform:translateY(0)}5.71%{transform:translateY(37.513%)}11.31%{transform:translateY(63.4581%)}17.02%{transform:translateY(80.0777%)}22.62%{transform:translateY(91.665%)}to{transform:translateY(100%)}}@keyframes Dialog_dialog-animation-show-bounce-y__Os_Uy{0%{transform:translateY(100%)}5.71%{transform:translateY(62.4862%)}11.31%{transform:translateY(36.4581%)}17.02%{transform:translateY(19.0777%)}22.62%{transform:translateY(8.665%)}28.33%{transform:translateY(2.7139%)}33.93%{transform:translateY(-.2147%)}45.15%{transform:translateY(-1.7093%)}72.57%{transform:translateY(-.3869%)}to{transform:translateY(0)}}.Figure_figure__LpCXp{text-align:center;margin:0 auto}.Figure_title__ubHKB{margin-bottom:8px;word-break:break-word}.Figure_description__H1Zha{word-break:break-word;margin-bottom:24px}.Figure_footer__uajGe{display:flex;justify-content:space-between}.Figure_footer__uajGe button{width:calc(50% - 6px)}.Figure_footer_full_width__lsnhD{flex-direction:column;justify-content:normal}.Figure_footer_full_width__lsnhD button{width:100%}.Figure_footer_full_width__lsnhD .Figure_secondary__KsSyH{margin-bottom:12px}.Figure_image__tKFrK{max-width:100%;width:264px;position:relative;margin:0 auto 16px}.Figure_image__tKFrK>div{padding-top:66.6666666667%}.Figure_image__tKFrK>div *{display:block!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important}.Figure_image__tKFrK>div img{object-fit:contain!important;object-position:center!important}@media(max-width:839px){.Figure_figure__LpCXp:not(.Figure_full_width__yPLiN){max-width:320px}}@media(min-width:840px){.Figure_image__tKFrK{width:320px}.Figure_figure__LpCXp:not(.Figure_full_width__yPLiN){max-width:372px}}@media(min-width:960px){.Figure_landscape__lkgP_{display:flex;align-items:center;text-align:left}.Figure_landscape__lkgP_:not(.Figure_full_width__yPLiN){max-width:760px}.Figure_landscape__lkgP_ .Figure_content__KLrSy{padding-left:16px;flex:auto}.Figure_landscape__lkgP_ .Figure_image__tKFrK{flex:0 0 303px;margin-bottom:0}.Figure_landscape__lkgP_ .Figure_footer__uajGe{flex-direction:row;justify-content:normal}.Figure_landscape__lkgP_ .Figure_footer__uajGe button{flex:none;width:auto}.Figure_landscape__lkgP_ .Figure_footer__uajGe .Figure_secondary__KsSyH{margin-right:12px}.Figure_landscape__lkgP_ .Figure_footer_full_width__lsnhD .Figure_secondary__KsSyH{margin-bottom:0}.Figure_horizontal_alignment_left___88_Y{margin:0}}.product-info_product_info_grid__5FBvA{display:flex;flex-direction:column}.product-info_product_info_wrapper__2kAqP:not(:last-child){margin-bottom:var(--space-2)}.product-info_product_info__0_QKZ{display:flex;align-items:center;white-space:nowrap;overflow:hidden}.product-info_product_info__0_QKZ>*+*{margin-left:var(--space-4)}.product-info_product_info_grid_items_3_4_container__94CCl{display:flex;overflow:hidden}.product-info_product_info_grid_items_3_4_container__94CCl .product-info_product_info_wrapper__2kAqP{margin-bottom:0!important}.product-info_product_info_grid_items_3_4_container__94CCl>*+*{margin-left:var(--space-4)}.product-info_prefix__2Bz07,.product-info_review_prefix__zPOW5{flex-shrink:0;display:flex;position:relative;object-fit:contain;width:12px;height:12px}.product-info_prefix__2Bz07 img,.product-info_review_prefix__zPOW5 img{object-fit:contain}@media(min-width:840px){.product-info_prefix__2Bz07,.product-info_review_prefix__zPOW5{width:16px;height:16px}}.product-info_review_prefix__zPOW5{width:16px;height:16px}@media(min-width:840px){.product-info_review_prefix__zPOW5{width:var(--prefix-icon-width-desktop);height:var(--prefix-icon-width-desktop)}}.product-info_text_container__vY4xd{overflow:hidden;display:flex}.product-info_info_text__hKHoR{overflow:hidden;text-overflow:ellipsis}.product-info_product_info_reviews__AGhun{display:flex;align-items:center}.product-info_product_info_reviews__AGhun>*+*{margin-left:var(--space-4)}.product-info_review_count_wrapper__4rSL2{display:flex;min-width:0;white-space:nowrap}.product-info_review_count__gpNPM{text-overflow:ellipsis;overflow:hidden}.product-info_star__k1FS0,.product-info_star_flower__e4tIu{display:flex;margin-bottom:2px}.product-info_star__k1FS0 svg,.product-info_star_flower__e4tIu svg{width:12px;height:12px}@media(min-width:840px){.product-info_star__k1FS0 svg,.product-info_star_flower__e4tIu svg{width:16px;height:16px}}.product-info_star_flower__e4tIu{column-gap:2px}.product-info_info_icon__3ruFh{width:12px;height:12px}@media(min-width:840px){.product-info_info_icon__3ruFh{width:16px;height:16px}}.product-info_info_review_icon__zHo4U{width:16px;height:16px}@media(min-width:840px){.product-info_info_review_icon__zHo4U{width:20px;height:20px}}.VoucherCard_elevation_0__rARAF{filter:none}.VoucherCard_elevation_1__yzRlP{filter:drop-shadow(var(--elevation-1))}.VoucherCard_elevation_2__vq5W1{filter:drop-shadow(var(--elevation-2))}.VoucherCard_voucher_card__s1OZ3{padding:var(--voucher-card-padding-y) var(--voucher-card-padding-x);border-radius:8px;will-change:filter}@supports(grid-template-rows:subgrid){.VoucherCard_voucher_card__s1OZ3{mask-image:var(--cutout-url-left),var(--cutout-url-right),linear-gradient(#000,#000);-webkit-mask-image:var(--cutout-url-left),var(--cutout-url-right),linear-gradient(#000,#000);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-composite:exclude;-webkit-mask-composite:destination-out;mask-position:0 50%,100% 50%,100% 100%;-webkit-mask-position:0 50%,100% 50%,100% 100%}}.VoucherCard_clickable__7JuLK{cursor:pointer}.VoucherCard_size_small__0pU5h{--voucher-card-padding-x:var(--space-16);--voucher-card-padding-y:var(--space-8);--cutout-url-left:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='none' viewBox='0 0 12 20'%3E%3Cpath fill='%23000' d='M6 4c1.5913 0 3.11742.63214 4.2426 1.75736C11.3679 6.88258 12 8.4087 12 10s-.6321 3.1174-1.7574 4.2426C9.11742 15.3679 7.5913 16 6 16V4ZM6 16H4V4h2v12ZM0 20c0-2.2091 1.79086-4 4-4V4C1.79086 4 0 2.20914 0 0v20Z'/%3E%3C/svg%3E");--cutout-url-right:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='none' viewBox='0 0 12 20'%3E%3Cpath fill='%23000' d='M6 16c-1.5913 0-3.11742-.6321-4.24264-1.7574C.632141 13.1174 1.2e-7 11.5913 0 10c-1.2e-7-1.5913.632141-3.11742 1.75736-4.24264C2.88258 4.63214 4.4087 4 6 4v12ZM6 4h2v12H6V4ZM12 0c0 2.20914-1.7909 4-4 4v12c2.2091 0 4 1.7909 4 4V0Z'/%3E%3C/svg%3E")}.VoucherCard_size_medium__F4c3O{--voucher-card-padding-x:var(--space-24);--voucher-card-padding-y:var(--space-12);--cutout-url-left:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='30' fill='none' viewBox='0 0 18 30'%3E%3Cpath fill='%23000' d='M9 6c2.3869 0 4.6761.94821 6.364 2.63604C17.0518 10.3239 18 12.6131 18 15s-.9482 4.6761-2.636 6.364C13.6761 23.0518 11.3869 24 9 24V6ZM9 24H6V6h3v18ZM0 30c0-3.3137 2.68628-6 6-6V6C2.68628 6 0 3.31372 0 0v30Z'/%3E%3C/svg%3E%0A");--cutout-url-right:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='30' fill='none' viewBox='0 0 18 30'%3E%3Cpath fill='%23000' d='M9 24c-2.38695 0-4.67613-.9482-6.36396-2.636C.948211 19.6761 1.8e-7 17.3869 0 15c-1.8e-7-2.3869.948211-4.6761 2.63604-6.36396C4.32386 6.94821 6.61305 6 9 6v18ZM9 6h3v18H9V6ZM18 0c0 3.31371-2.6863 6-6 6v18c3.3137 0 6 2.6863 6 6V0Z'/%3E%3C/svg%3E")}.VoucherCard_size_large__M4fr2{--voucher-card-padding-x:32px;--voucher-card-padding-y:var(--space-16);--cutout-url-left:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='40' fill='none' viewBox='0 0 24 40'%3E%3Cpath fill='%23000' d='M12 7.99999c3.1826 0 6.2348 1.26429 8.4853 3.51471C22.7357 13.7651 24 16.8174 24 20c0 3.1826-1.2643 6.2348-3.5147 8.4853C18.2348 30.7357 15.1826 32 12 32V7.99999ZM12 32H8V7.99999h4V32ZM0 40c0-4.4183 3.58172-8 8-8V7.99999C3.58172 7.99999 0 4.41828 0 0v40Z'/%3E%3C/svg%3E");--cutout-url-right:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='40' fill='none' viewBox='0 0 24 40'%3E%3Cpath fill='%23000' d='M12 32c-3.1826 0-6.23484-1.2643-8.48528-3.5147C1.26428 26.2349 2.4e-7 23.1826 0 20c-2.4e-7-3.1826 1.26428-6.2348 3.51472-8.4853C5.76515 9.26429 8.8174 8.00001 12 8.00001V32ZM12 8.00001h4V32h-4V8.00001ZM24 0c0 4.41828-3.5817 8.00001-8 8.00001V32c4.4183 0 8 3.5817 8 8V0Z'/%3E%3C/svg%3E")}.Collapse_collapse_with_transition__03vpl{transition:max-height .4s}