
.services-cards{display:flex;align-items:flex-start;align-content:flex-start;gap:.5rem;flex-wrap:wrap}
.services-card{height:11.25rem;width:100%;position:relative;border-radius:var(--large,1.5rem);background:var(--F5F5F5,#f5f5f5);overflow:hidden;display:flex;padding:1.5rem;flex-direction:column;align-items:flex-start;gap:.625rem;flex-shrink:0}
.services-card img{position:absolute;bottom:0;right:0}
.services-card .text_m{display:flex;width:17.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}
.services-card .text_m .card-title{color:var(--primary-dark);font-family:Nekst;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.5rem}
.services-card .text_m p{color:#a6a6a6;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}
.services-card .text_m .icon{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--primary);display:flex;justify-content:center;align-items:center}
.services-card:nth-child(1){background:var(--primary);background-image:url(/extra/card-service-large.png);background-size:100%;background-repeat:no-repeat}
.services-card:nth-child(1) .text_m .card-title,.services-card:nth-child(1) .text_m p{color:#fff}
.services-card:nth-child(1) .text_m .icon{background:#fff}
.services-card.all-services{justify-content:center;align-items:center}
.services-card.all-services .text_m{flex-direction:row;gap:.75rem;justify-content:center}
.services-card.all-services .text_m .icon{width:1.5rem;height:1.5rem;background:none}
.services-card.all-services .text_m .all-services-title{color:var(--333333,#333);font-family:Nekst;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5rem}
.about-video .video{position:relative;margin-top:3rem}
.about-video .video img{width:100%;display:block}
.reviews{background-image:url(/extra/home-reviews-bg.png);background-size:cover;background-repeat:no-repeat;padding-top:6.5rem;padding-bottom:6.5rem;border-radius:0 0 var(--large,1.5rem) var(--large,1.5rem)}
.reviews .head-text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.5rem}
.reviews-wrapper{margin-top:3.875rem}
.review {text-align:left;}.review p{text-align:left;}
.when-to-apply{padding-top:6.5rem;position:relative;background:#fff;z-index:3;padding-bottom:25.39194rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;overflow:hidden}
.when-to-apply .tabs-container{margin-top:2.25rem;margin-bottom:2.25rem}
.when-to-apply .symptoms-select{list-style:none;padding:0;display:flex;gap:2.625rem;position:relative;margin-bottom:1.5rem}
.when-to-apply .symptoms-select:after{position:absolute;content:"";display:block;width:.625rem;height:.625rem;background-color:#333;left:41%;border-radius:50%;top:calc(25% + .3125rem)}
.when-to-apply .symptoms-select li a{color:var(--333333,#333);font-family:Nekst;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.625rem}
.when-to-apply .symptoms-select li a[aria-selected=true]{color:var(--primary)}
.when-to-apply .symptoms-wrapper{margin-top:1.5rem}
.when-to-apply .symptoms-items{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex-shrink:0}
.when-to-apply .symptom-item{display:flex;padding:1rem;align-items:center;gap:.75rem;align-self:stretch;border-radius:var(--middle,1rem);background:var(--F5F5F5,#f5f5f5)}
.when-to-apply .symptom-item .icon{width:1.5625rem;height:var(--large,1.5rem)}
.when-to-apply .when-to-apply-img{z-index:-1;width:auto;height:25.8125rem;position:absolute;right:0;bottom:0}
.services-card:not(.all-services) svg path{fill:#FFF}
.services-card:nth-child(1) svg path{fill:#F86D62}
.departments-slider .glide.hero-departments-slider{display:none}

.info-cards{display:flex;margin-top:6.5rem;flex-direction:column;gap:1.5rem}
.info-cards .card:not(:last-child){border-bottom:.0625rem solid #f5f5f5}
.info-cards .card{padding-bottom:1.5rem;display:flex;flex-direction:column;gap:1.25rem;align-items:center;justify-content:center}
.info-cards .card p{text-align:center}
.info-cards .card-title{font-family:Nekst;font-size:1.125rem;text-align:center;font-weight:500;line-height:1.5rem;padding:.625rem 1.5rem;color:var(--primary);border-radius:3.125rem;border:2px solid var(--primary)}

@media screen and (min-width: 48rem) {
.heading.accent{font-size:4.5rem;line-height:4rem}
.online-consult-wrap{bottom:16.25rem}
.departments-slider .glide.hero-departments-slider{display:block}
.departments-slider{display:block;position:absolute;width:100%;left:1.5rem;bottom:1.5rem}
section.cards{display:none}
.about-clinic{padding-top:6.5rem}
.services-card:nth-child(1){position:relative;justify-content:flex-end;background-image:url(/extra/card-service-large-768.png)}
.services-card:nth-child(1) .text_m{flex-direction:column-reverse;max-width:16rem;z-index:2}
.services-card:nth-child(1) .icon{position:absolute;top:1.5rem;left:1.5rem}
.services-card{flex: 1 0 calc(50% - (0.5rem / 2));transition:all .3s ease-in-out;height:28.6875rem}
.services-card .text_m{gap:1rem}
.services-card .text_m .card-title{font-size:1.625rem;line-height:1.875rem}
.services-card .text_m p{font-size:1.25rem;line-height:1.375rem}
.services-card:hover img{transform:scale(1.1)}
.about-video{padding-bottom:0}
.about-video .video:after{max-width:28rem}
.when-to-apply{padding-bottom:19.5rem}
.when-to-apply .symptoms-select{gap:5rem}
.when-to-apply .symptoms-select:after{width:var(--middle,1rem);height:var(--middle,1rem);top:calc(25% + .5rem);left:28%}
.when-to-apply .symptoms-select li a{font-size:2rem;line-height:2.625rem}
.when-to-apply .symptoms-items{flex-direction:row;width:46rem;align-items:flex-start;align-content:flex-start;gap:.5rem;flex-wrap:wrap}
.when-to-apply .when-to-apply-img{height:35.2905rem}

.info-cards{flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:flex-start;gap:3rem 0}
.info-cards .card{gap:1.5rem;padding:0 2.25rem}
.info-cards .card p{max-width:17.25rem}
.info-cards .card:not(:last-child){border:none}
}
@media screen and (min-width: 84rem) {
.heading.accent{font-size:5.75rem;line-height:5rem}
.online-consult-wrap{right:unset;left:3.5rem;bottom:18.25rem}
.online-consult-button{background:#333}
.departments-slider{left:0;padding-left:1.5rem;padding-right:1.5rem}
.about-clinic{position:relative}
.about-clinic .container{padding-left:15.56rem}
.about-clinic .title{margin-top:0;max-width:50.5625rem}
.about-clinic .block-name{position:absolute;left:1rem;top:7.5rem}
.about-clinic .text-container{max-width:50.5625rem}
.services-card{height:25rem}
.services-card .text_m .card-title{font-size:1.75rem;line-height:2rem}
.services-card{    flex: 1 0 calc((100% / 3) - (1rem / 3))}
.services-card:nth-child(1){flex: 1 0 calc(50% - (0.5rem / 2));background-image:url(/extra/card-service-large-1440.png);background-size:cover}
.services-card:nth-child(2){    flex: 1 0 calc(50% - (0.5rem / 2));}
.services-card:nth-child(2) img{width:auto;height:25.6875rem;left:0}

.services-card.all-services .text_m .all-services-title{font-size:1.75rem;line-height:2rem}
.services-card.all-services .text_m .icon{width:2.3125rem;height:2.3125rem}
.services-card.all-services .text_m .icon svg{width:100%;height:100%}
.about-video{position:relative}
.about-video .container{display:flex;justify-content:space-between}
.about-video .heading.is-2{margin-top:0;max-width:59.125rem}
.about-video .heading.is-2:first-letter{padding-left:10rem}
.about-video .text-container{margin-top:0}
.about-video .block-name{position:absolute;left:1rem;top:0}
.about-video .video{display:flex;justify-content:center;margin-top:6.5rem}
.about-video .video img{max-width:65.125rem}
.about-video .video:after{display:none}
.reviews .container{padding:0}
.reviews .head-text{max-width:58.25rem;margin:0 auto}
.when-to-apply{position:relative;padding-bottom:6.5rem}
.when-to-apply .container p{width:43.375rem}
.when-to-apply .symptoms-select{position:absolute;top:14rem;left:40%}
.when-to-apply .symptoms-select:after{left:49%}
.when-to-apply .symptoms-items{width:56.6875rem;min-height:26.5rem}
.when-to-apply .symptoms-wrapper{margin-top:2.25rem}
.when-to-apply .when-to-apply-img{height:53.48906rem}
}
@media screen and (min-width: 115rem) {
.services-cards{min-height:68.125rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"orange orange orange orange first first one one" "two two three three four four five five" "six six six six six six six six"}
.services-card{height:28.6875rem}
.services-card:nth-child(1){background-image:url(/extra/card-service-large-1920.png)}
.about-video .heading.is-2{margin-top:0;max-width:87.625rem}
.about-video .heading.is-2:first-letter{padding-left:20rem}
.when-to-apply .heading{max-width:87.625rem}
.when-to-apply .symptoms-items{width:71.0625rem}
.when-to-apply .when-to-apply-img{height:60.375rem}

.info-cards .card{flex-grow:1}
}
.subheading{color:#a6a6a6;max-width:25.875rem}
.department-card p{text-align:left;}
@media screen and (min-width: 48rem) {
.department-card{display:flex;max-width:17rem;height:11.3125rem!important;padding:1.25rem 1.5rem 1.5rem;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-shrink:0;border-radius:var(--large,1.5rem);border:1px solid var(--FFFFFF,#fff);background:var(--ffffff-8,rgba(255,255,255,.08))}
.department-card .icon{width:2.75rem;height:2.75rem;flex-shrink:0}
.department-card p{color:var(--FFFFFF,#fff);font-family:Nekst;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.375rem}
}
@media screen and (min-width: 84rem) {
.glide__slides.departments{gap:.5rem}
.department-card{flex-grow:1}
}.faq{margin-top:-1.5rem;padding-top:6.5rem;padding-bottom:6.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;}
.faq .heading{margin-bottom:2rem}

.hero{height:59.3125rem;border-radius:0 0 var(--large,1.5rem) var(--large,1.5rem);background-size:cover;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column}
.hero .heading,.hero .subheading{color:#fff}
.hero .subheading{padding-top:1rem}
.hero-container{padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding-bottom:1.5rem}
.slider_but-index{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding-bottom:1.5rem}
.hero-departments-slider .hero-slider-control{  gap: 0;
    position: relative;
    top: 1rem;
}
@media screen and (max-width: 47.9rem) {
   .hero{ 
       padding-bottom:0px !important;
} 
}
.hero-text{padding-top:4.94rem}
.hero .info .address,.hero .info span,.hero .info .phone{color:#fff}
.hero .hero-text { opacity:0;display: flex;transition: all 400ms ease-in-out;white-space: normal;height: 100px;overflow: hidden;flex-direction: column;;}
.hero-text.glide__slide--active{opacity:1;height:auto;}
@media screen and (min-width: 48rem) {
.hero{height:59.3125rem;overflow-x:hidden}
.hero .hero-text > *{width:28.375rem}
.hero-slider-control{max-width:14.875rem}
.hero-container{justify-content:initial;gap:4.75rem}
.slider_but-index{justify-content:initial;padding:4.75rem 0}
.hero-text{padding-top:0rem;justify-content: flex-end;height:calc(59.3125rem - 530px)!important}
}
@media screen and (min-width: 84rem) {
.hero .hero-text > *{width:60.75rem}
.slider_but-index{padding:5rem 0 5rem 21.75rem}
.hero-container{gap:5rem;padding-left:23.25rem}
.hero-text{}
}
.line-stepper{width:100% !important;border-radius:0px !important; background: none !important;  border-bottom: 1px solid #fff;}
.line-stepper .glide__bullet{ border-radius:0px !important;height:.25rem;}
.line-stepper .glide__bullet.glide__bullet--active {
    background-color: #fff;
}
.line-stepper .data-glide0 ~ .glide__bullet--active{  background-color: #fff;}

.pagination svg g{fill:#fff;fill-opacity:.08;stroke:#fff}
.pagination svg.glide__bullet--active g{fill:#333;fill-opacity:1;stroke:#333}
.review-info{display:flex;justify-content:space-between;align-items:center;align-self:stretch}
.reply-link{color:var(--F86D62,#f86d62);text-align:right;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1rem;text-decoration-line:underline}
.review-footer{display:flex;justify-content:space-between;align-items:flex-end;align-content:flex-end;gap:var(--large,1.5rem);align-self:stretch;flex-wrap:wrap}
.reviews .item{    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    border-radius: 16px;
    background: #fff;
    display: flex;
    padding: 1.5rem 1rem;}
.reviews .item .date{color:var(--A6A6A6,#a6a6a6);text-align:right;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}
.reviews .item p{color:var(--333333,#333);font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}
 @media screen and (min-width: 48rem) {
            .reviews     .item  {
                    padding:2.25rem
                }
            }
.reviewer{display:flex;gap:1rem;align-items:center}
.reviewer .person{text-align:left;display:flex;flex-direction:column;gap:.125rem}
.reviewer .person .name{color:var(--333333,#333);font-family:Nekst;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem}
.reviewer .person .animal{color:var(--A6A6A6,#a6a6a6);font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}
.ec-rating-stars span{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:33px 32px}
.ec-rating-stars span{width:33px;height:32px;margin:0;background-repeat:no-repeat;cursor:pointer}
.ec-rating-stars span.active2, .ec-rating-stars span.active {
 background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")
}
.ec-rating-description{display:none;}
.ec-stars{width:calc((5 * 1.25rem) + (0.4375rem * 4));max-width:9rem;height:1.25rem;
}
.ec-stars span{width:100%;background-size:1.25rem 1.25rem;background-repeat:no-repeat;display:block;height:1.25rem;  background-position: 0 0, calc(1.25rem + 0.4375rem) 0, calc((2 * 1.25rem) + (0.4375rem * 2)) 0, calc((3 * 1.25rem) + (0.4375rem * 3)) 0, calc((4 * 1.25rem) + (0.4375rem * 4)) 0;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25'  d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");}
.ec-stars span.rating-1{ background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");}
.ec-stars span.rating-2{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25'  d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25'  d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}
.ec-stars span.rating-3{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath  fill='%23000' fill-opacity='.25'  d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}
.ec-stars span.rating-4{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23000' fill-opacity='.25'  d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}
.ec-stars span.rating-5{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"),  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23f8d832' d='M32.417 12.276a1.697 1.697 0 0 0-1.465-1.17l-9.236-.838-3.652-8.548a1.701 1.701 0 0 0-3.128.001l-3.652 8.547-9.238.838a1.7 1.7 0 0 0-1.462 1.17 1.699 1.699 0 0 0 .497 1.807l6.981 6.122-2.058 9.069a1.7 1.7 0 0 0 2.53 1.837L16.5 26.35l7.964 4.762a1.702 1.702 0 0 0 2.53-1.837l-2.058-9.069 6.982-6.121c.513-.45.71-1.159.499-1.808Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M.5 0h32v32H.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}
.ec-d-rating:after{content:"";clear:both;display:table}
.ec-d-rating__col-info{width:130px;padding-top:12px}
.our-doctors{padding-top:6.5rem;padding-bottom:6.5rem}
.our-doctors .doctors-slider-container{margin-top:3rem;padding-left:1rem;padding-right:1rem}

@media screen and (min-width: 84rem) {
.our-doctors{position:relative}
.our-doctors .container{display:flex;justify-content:space-between;gap:6.5rem}
.our-doctors .container .block-name{position:absolute;left:1rem;top:7rem}
.our-doctors .container .heading{margin-top:0}
.our-doctors .container .heading:first-letter{padding-left:14rem}
.our-doctors .container .text-container{margin-top:0;max-width:21.375rem}

}
