.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;pointer-events:auto;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.contentPopover{cursor:default}.contentPopover p{font-size:12px!important;color:#000;margin-bottom:8px}.contentPopover .wpCretiriaPoint{display:flex;align-items:center;justify-content:space-between}.contentPopover .wpCretiriaPoint .image{margin-top:-4px}.contentPopover .wpCretiriaPoint .point{color:#ffa800;font-size:14px;font-style:normal;font-weight:600;line-height:150%;margin-right:2px;margin-left:2px}.wpItemReview{margin-bottom:16px;border-radius:16px;background:var(--Color-White,#fff);display:flex;flex-direction:column;padding:24px}.wpItemReview .wpUserOverview{margin-bottom:12px}.wpItemReview .wpUserOverview .userCard{display:flex;justify-content:space-between;padding:6}.wpItemReview .wpUserOverview .userCard .userOverview{display:flex}.wpItemReview .wpUserOverview .userCard .userOverview .userInfo{display:flex;margin-bottom:6px}.wpItemReview .wpUserOverview .userCard .userOverview .userInfo .avatar{display:flex;align-items:center;justify-content:center;background-color:#ffd2df;height:40px;width:40px;min-width:40px;border-radius:20px;color:#000;text-align:center;font-size:16px;font-weight:600;line-height:150%;margin-right:8px}.wpItemReview .wpUserOverview .userCard .userOverview .userInfo .userName{color:#000!important;font-size:16px;font-weight:600;display:flex;flex-direction:column;line-height:normal;margin-right:16px}@media only screen and (max-width:767px){.wpItemReview .wpUserOverview .userCard .userOverview .userInfo .userName{font-size:14px!important}}.wpItemReview .wpUserOverview .userCard .userOverview .userInfo .userName .userScore{display:flex;align-items:center}.wpItemReview .wpUserOverview .userCard .userOverview .userInfo .userName .userScore .title{color:#ffa800;font-size:12px;font-style:normal;font-weight:600;line-height:150%;margin-right:4px;text-wrap:nowrap}.wpItemReview .wpUserOverview .userCard .userOverview .userInfo .userName .userScore .score{display:flex;padding:2px 4px;align-items:center;border-radius:4px;color:#ffa800;font-size:12px;font-style:normal;font-weight:700;line-height:150%;border:1px solid #ffa800;box-shadow:0 0 30px 0 rgba(0,0,0,.05);margin-right:4px}.wpItemReview .wpUserOverview .userCard .userOverview .userInfo .userName .categoryService{color:var(--Color-6,#29c0d3);font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin-top:4px}@media only screen and (max-width:767px){.wpItemReview .wpUserOverview .userCard .userOverview .userInfo .userName .categoryService{font-size:12px!important}}.wpItemReview .wpUserOverview .userCard .userOverview .listRatingService .ratingService{display:flex;align-items:center}.wpItemReview .wpUserOverview .userCard .userOverview .listRatingService .ratingService .serviceNane{color:#00c5d7;font-size:12px;font-style:normal;font-weight:600;line-height:150%;text-wrap:nowrap;margin-left:2px}.wpItemReview .wpUserOverview .logoReadyShare{display:none}.wpItemReview .wpUserOverview .commonRatingPoint{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}.wpItemReview .wpUserOverview .commonRatingPoint .wpCretiriaPoint{cursor:default;margin-right:4px;margin-bottom:4px;display:flex;padding:2px 6px;align-items:center;border-radius:4px;background:#f9f9f9}.wpItemReview .wpUserOverview .commonRatingPoint .wpCretiriaPoint .cretiria{color:var(--Color-Primary,#000)!important;font-size:12px;font-style:normal;font-weight:400;line-height:150%;margin-right:4px}.wpItemReview .wpUserOverview .commonRatingPoint .wpCretiriaPoint .point{color:#ffa800;font-size:14px;font-style:normal;font-weight:600;line-height:150%;margin-right:2px}.wpItemReview .wpUserOverview .commonRatingPoint .wpCretiriaPoint .image{line-height:0}.wpItemReview .wpUserOverview .commonRatingPoint .more{color:var(--Color-Text,#000)!important;font-size:12px;font-style:normal;font-weight:400!important;line-height:150%;cursor:pointer}.wpItemReview .wpContent{display:flex;justify-content:space-between;overflow:hidden}.wpItemReview .wpContent .wpMainContent{width:100%}.wpItemReview .wpContent .wpMainContent .logoReadyShare{margin-left:16px;margin-bottom:16px}.wpItemReview .wpContent .wpMainContent .logoReadyShare img{width:60px;height:60px}.wpItemReview .wpContent .wpMainContent .content-text{margin-bottom:16px;overflow:hidden;color:var(--Color-Primary,#000);font-size:14px;font-style:normal;font-weight:400;line-height:150%}.wpItemReview .wpContent .wpMainContent .content-text .contentTextDetail{display:flex;flex-direction:column;gap:16px}.wpItemReview .wpContent .wpMainContent .content-text .contentTextDetail .criteriaContent{color:var(--Miscellaneous-Floating-Tab---Text-Unselected,#000);font-size:16px;font-style:normal;line-height:25px}@media only screen and (max-width:767px){.wpItemReview .wpContent .wpMainContent .content-text .contentTextDetail .criteriaContent{font-size:14px!important}}.wpItemReview .wpContent .wpMainContent .wpImageContent{display:flex;margin-bottom:16px;position:relative;margin-top:15px}.wpItemReview .wpContent .wpMainContent .wpImageContent .imageContent{height:180px;width:300px;-o-object-fit:cover;object-fit:cover;margin-right:12px}.wpItemReview .wpContent .wpMainContent .wpImageContent .buttonMoreImage{height:25px;width:45px;border-radius:4px;background-color:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;padding:4px;position:absolute;bottom:8px;right:20px;cursor:pointer;color:#fff}.wpItemReview .wpContent .wpMainContent .spInteract{display:flex;justify-content:space-between}.wpItemReview .wpContent .wpMainContent .spInteract .source{color:var(--Color-Text,#6884a7);font-size:12px;font-style:normal;font-weight:400;line-height:150%}.wpItemReview .wpContent .wpMainContent .wpInteract{display:flex;align-items:center}.wpItemReview .wpContent .wpMainContent .wpInteract .interact{display:flex;align-items:center;margin-right:8px}.wpItemReview .wpContent .wpMainContent .wpInteract .interact .iconInteract{cursor:pointer;margin-right:4px}.wpItemReview .wpContent .wpMainContent .wpInteract .interact .numberInteract{width:21px;color:var(--Color-Primary,#000)!important;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.wpItemReview .wpContent .wpMainContent .wpInteract .interact .textInteract{color:var(--Color-Primary,#000)!important;font-size:12px;font-style:normal;font-weight:400;line-height:150%;cursor:pointer}.wpItemReview .wpContent .wpMainContent .wpInteract .timeUpload{color:var(--Color-Text,#6884a7);font-size:12px;font-style:normal;font-weight:400;line-height:150%}.wpItemReview .wpContent .wpMainContent .wpInteract .reply-button{display:none!important}.wpItemReview .wpReply{display:flex;justify-content:flex-end;margin-top:16px}.wpItemReview .wpReply .listReply .itemReply:last-child{margin-bottom:8px}.wpItemReview .wpReply .listReply .itemReply{padding:16px;background-color:#f9f9f9;margin-bottom:16px;border-radius:8px}.wpItemReview .wpReply .listReply .itemReply .userInfo{display:flex;align-items:center;margin-bottom:12px}.wpItemReview .wpReply .listReply .itemReply .userInfo .avatar-clinic{height:40px!important;width:40px!important;border-radius:50%!important;-o-object-fit:contain!important;object-fit:contain!important;margin-right:8px}.wpItemReview .wpReply .listReply .itemReply .userInfo .avatar{display:flex;align-items:center;justify-content:center;background-color:#ffd2df;height:40px;width:40px;border-radius:20px;color:#000;text-align:center;font-size:16px;font-weight:600;line-height:150%;margin-right:8px}.wpItemReview .wpReply .listReply .itemReply .userInfo .userName{color:#000!important;font-size:16px;font-weight:600;line-height:150%}.wpItemReview .wpReply .listReply .itemReply .wpContentReply{overflow:hidden;display:flex;justify-content:space-between}.wpItemReview .wpReply .listReply .itemReply .wpContentReply .wpMainContent .content-text{margin-bottom:16px;color:var(--Color-Primary,#000)!important;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.wpItemReview .wpReply .listReply .itemReply .wpContentReply .wpMainContent .wpImageContent{display:flex;margin-bottom:16px}.wpItemReview .wpReply .listReply .itemReply .wpContentReply .wpMainContent .wpImageContent .imageContent{height:180px;width:320px;-o-object-fit:cover;object-fit:cover;margin-right:12px}.wpItemReview .wpReply .listReply .itemReply .wpContentReply .wpMainContent .wpInteract{display:flex;align-items:center}.wpItemReview .wpReply .listReply .itemReply .wpContentReply .wpMainContent .wpInteract .interact{display:flex;align-items:center;margin-right:8px}.wpItemReview .wpReply .listReply .itemReply .wpContentReply .wpMainContent .wpInteract .interact .iconInteract{cursor:pointer;margin-right:4px}.wpItemReview .wpReply .listReply .itemReply .wpContentReply .wpMainContent .wpInteract .interact .numberInteract{width:21px;color:var(--Color-Primary,#000);font-size:12px;font-style:normal;font-weight:400;line-height:150%}.wpItemReview .wpReply .listReply .itemReply .wpContentReply .wpMainContent .wpInteract .timeUpload{color:var(--Color-Text,#6884a7);font-size:12px;font-style:normal;font-weight:400;line-height:150%}.wpItemReview .wpReply .seeMore{color:#6884a7;font-size:14px;font-weight:400;line-height:150%;display:flex;justify-content:flex-end;margin-bottom:16px}.wpItemReview .wpReply .formReply{padding:16px;display:flex;flex-direction:column;border-radius:8px;background:var(--Bg,#f9f9f9)}.wpItemReview .wpReply .formReply .formTitle{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:150%;margin-bottom:8px}.wpItemReview .wpReply .formReply .nameReplyInput{margin-bottom:8px}.wpItemReview .wpReply .formReply .nameReplyInput input{border:none;border-radius:8px;background-color:#fff;padding:16px;color:#000;font-size:16px;font-weight:400;line-height:150%}.wpItemReview .wpReply .formReply .nameReplyInput input::-moz-placeholder{color:#6884a7;font-size:16px;font-weight:400;line-height:150%}.wpItemReview .wpReply .formReply .nameReplyInput input::placeholder{color:#6884a7;font-size:16px;font-weight:400;line-height:150%}.wpItemReview .wpReply .formReply .contentReplyInput{margin-bottom:0}.wpItemReview .wpReply .formReply .contentReplyInput .replyInput{border:none;padding:16px!important;border-radius:8px;background-color:#fff;padding:0}.wpItemReview .wpReply .formReply .contentReplyInput .replyInput input{color:#000;font-size:16px;font-weight:400;line-height:150%}.wpItemReview .wpReply .formReply .contentReplyInput .replyInput input::-moz-placeholder{color:#6884a7;font-size:16px;font-weight:400;line-height:150%}.wpItemReview .wpReply .formReply .contentReplyInput .replyInput input::placeholder{color:#6884a7;font-size:16px;font-weight:400;line-height:150%}.wpItemReview .wpReply .formReply .imageReplyInput{margin-bottom:0}@media only screen and (max-width:767px){.wpItemReview{padding:14px}.wpItemReview .wpUserOverview .logoReadyShare{display:block}.wpItemReview .wpUserOverview .userOverview{flex-direction:column}.wpItemReview .wpUserOverview .userOverview .userInfo .listRatingService .ratingService{margin-bottom:4px}.wpItemReview .wpUserOverview .commonRatingPoint{justify-content:flex-start}.wpItemReview .wpContent .wpMainContent .wpImageContent{width:100%}.wpItemReview .wpContent .wpMainContent .wpImageContent .imageContent{height:164px;width:100%}.wpItemReview .wpContent .logoReadyShare{display:none}.wpItemReview .wpReply .nameReplyInput input{font-size:14px!important}.wpItemReview .wpReply .nameReplyInput input::-moz-placeholder{font-size:14px!important}.wpItemReview .wpReply .nameReplyInput input::placeholder{font-size:14px!important}.wpItemReview .wpReply .wpContentReply .imageContent{width:100%!important}.wpItemReview .wpReply .contentReplyInput .replyInput input{font-size:14px!important}.wpItemReview .wpReply .contentReplyInput .replyInput input::-moz-placeholder{font-size:14px!important}.wpItemReview .wpReply .contentReplyInput .replyInput input::placeholder{font-size:14px!important}}.wpNewItemReview .wpUserOverview{display:grid;grid-template-columns:2fr 1fr}@media only screen and (max-width:600px){.wpNewItemReview .wpUserOverview{display:inline-block}}.wpNewItemReview .userCard{display:flex;justify-content:space-between;padding:6}.wpNewItemReview .userCard .userOverview{display:flex}.wpNewItemReview .userCard .userOverview .userInfo .wp-info-rating{color:#000;font-size:15px;line-height:150%}.wpNewItemReview .userCard .userOverview .userInfo .wp-info-rating .content{margin-top:20px;text-align:justify}.wpNewItemReview .wp-item-rating{display:flex;justify-content:flex-end;margin-left:20px}.wpNewItemReview .wp-item-rating .img-rating{width:150px!important;height:150px!important;position:unset!important;border-radius:8px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:600px){.wpNewItemReview .wp-item-rating{margin-top:10px;margin-left:48px;justify-content:flex-start}}@media only screen and (max-width:430px){.wpNewItemReview .wp-item-rating{aspect-ratio:20/9;overflow:hidden}.wpNewItemReview .wp-item-rating .img-rating{width:100%!important;height:100%!important}}.wpNewItemReview .cusWpUserOverview{display:grid;grid-template-columns:2fr 1fr}.wpNewItemReview .cusWpUserOverview .wp-item-rating{margin-left:4px}@media only screen and (max-width:430px){.wpNewItemReview .cusWpUserOverview{display:inline-block}.wpNewItemReview .cusWpUserOverview .wp-item-rating{margin-top:10px;margin-left:48px;justify-content:flex-start;aspect-ratio:unset}.wpNewItemReview .cusWpUserOverview .wp-item-rating .img-rating{width:140px!important;height:130px!important}}.wpNewItemReview .wp-item-rating img:first-of-type{margin-right:10px}.location_wpLocation__2TWY8{margin-top:33px;border-radius:10px}.location_wpLocation__2TWY8 .location_wpMap__a5ICm{border:0}.location_wpLocation__2TWY8 .location_wpMap__a5ICm iframe{border:none;border-radius:16px;width:100%}.location_wpLocation__2TWY8 .location_wpMap__a5ICm div{border-radius:16px}.faq-clinic_faqWrapper__A4IVr{margin-top:60px;margin-left:10px}.faq-clinic_faqWrapper__A4IVr>h2{font-size:26px;font-weight:600;color:var(--base-blue-color);margin-bottom:30px;text-transform:uppercase}.faq-clinic_faqWrapper__A4IVr .faq-clinic_faqItem__E2E3I{background-color:var(--base-blue-color);color:var(--base-white-color)!important;margin-bottom:30px}.faq-clinic_faqWrapper__A4IVr .faq-clinic_faqLabel___vdG_{color:var(--base-white-color);display:flex;align-items:center;-moz-column-gap:23px;column-gap:23px;font-size:16px;font-weight:600}.faq-clinic_faqWrapper__A4IVr .faq-clinic_faqLabel___vdG_ .faq-clinic_faqNumOrder__mjHz_{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background-color:var(--base-white-color);color:var(--base-blue-color);font-size:16px;font-weight:600;border-radius:50%}.faq-clinic_faqWrapper__A4IVr .faq-clinic_faqLabel___vdG_ .faq-clinic_faqQuestion__ptZ_n{font-size:16px;font-weight:600;flex:1}.faq-clinic_faqWrapper__A4IVr .faq-clinic_faqContent__QVX6t{font-size:16px;font-weight:600;padding-left:52px}@media only screen and (max-width:767px){.faq-clinic_faqWrapper__A4IVr{margin-left:15px;margin-right:15px}}.faq-custom-style{border-radius:8px}.faq-custom-style .faq-collapse-header{align-items:center!important;padding:8px 16px!important}.faq-custom-style .faq-collapse-arrow{transition:transform .2s}.faq-custom-style .faq-collapse-header[data-state=open] .faq-collapse-arrow{transform:rotate(180deg)}.faq-custom-style .faq-collapse-content{background-color:var(--base-blue-color)!important;color:var(--base-white-color)!important;padding:4px 16px 16px;border-radius:0 0 8px 8px}
/*# sourceMappingURL=a849e6c2c0563a73.css.map*/