.persone-marquee .marquee-section{padding-top:var(--section-padding-top, 24px);padding-bottom:var(--section-padding-bottom, 24px);overflow:hidden;width:100%}@media(max-width: 750px){.persone-marquee .marquee-section{padding-top:30px;padding-bottom:30px}}.persone-marquee .marquee-section header{display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:column;margin-bottom:40px}.persone-marquee .marquee-section header *{margin:0}.persone-marquee .marquee-section header .pm__title{color:rgb(var(--color-foreground));font-weight:400;margin-bottom:24px;color:#131211;text-transform:capitalize}.persone-marquee .marquee-section header .pm__title.h1-txt{font-size:56px;line-height:110%}.persone-marquee .marquee-section header .pm__title.h2-txt{font-size:40px;line-height:110%}.persone-marquee .marquee-section header .pm__title.h3-txt{font-size:26px;line-height:130%}@media(max-width: 1024px){.persone-marquee .marquee-section header .pm__title.h1-txt,.persone-marquee .marquee-section header .pm__title.h2-txt,.persone-marquee .marquee-section header .pm__title.h3-txt{font-size:30px}}@media(max-width: 750px){.persone-marquee .marquee-section header .pm__title * br{display:none}.persone-marquee .marquee-section header .pm__title.h1-txt,.persone-marquee .marquee-section header .pm__title.h2-txt,.persone-marquee .marquee-section header .pm__title.h3-txt{font-size:24px;line-height:120%;margin-bottom:16px}}.persone-marquee .marquee-section header .pm__subtitle{font-size:20px;line-height:130%;font-weight:400;max-width:600px;color:#575654}@media(max-width: 750px){.persone-marquee .marquee-section header .pm__subtitle{font-size:14px;line-height:140%}}.persone-marquee .marquee-section marquee-component{display:block;width:100%;overflow:hidden}@media(prefers-reduced-motion: no-preference){.persone-marquee .marquee-section marquee-component:not([data-disabled]) .marquee__wrapper{animation:marquee-motion var(--marquee-speed, 25s) linear infinite var(--marquee-direction, reverse)}}.persone-marquee .marquee-section marquee-component .marquee__wrapper{display:flex;gap:var(--marquee-gap, 24px);width:-moz-fit-content;width:fit-content;white-space:nowrap}.persone-marquee .marquee-section marquee-component .marquee__content{min-width:-moz-max-content;min-width:max-content;display:flex;gap:var(--marquee-gap, 24px)}.persone-marquee .marquee-section marquee-component .marquee__content :is(p,h1,h2,h3,h4,h5,h6){white-space:nowrap;margin:0}.persone-marquee .marquee-section marquee-component .marquee__repeated-items{min-width:-moz-max-content;min-width:max-content;display:flex;gap:var(--marquee-gap, 24px);align-items:center;justify-content:center}.persone-marquee .marquee-section marquee-component .marquee__repeated-items>*{align-content:center}.persone-marquee .marquee-section marquee-component .marquee__item{display:flex;align-items:center}.persone-marquee .marquee-section marquee-component .marquee__item--person{gap:16px;max-width:411px}.persone-marquee .marquee-section marquee-component .marquee__person-image{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.persone-marquee .marquee-section marquee-component .marquee__person-image--placeholder{width:80px;height:80px;border-radius:50%}.persone-marquee .marquee-section marquee-component .marquee__person-text{display:flex;flex-direction:column;gap:4px;max-width:315px}.persone-marquee .marquee-section marquee-component .marquee__person-title{margin:0;font-size:28px;font-weight:400;line-height:1.2;color:#131211;white-space:nowrap;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width: 750px){.persone-marquee .marquee-section marquee-component .marquee__person-title{font-size:20px;line-height:130%}}.persone-marquee .marquee-section marquee-component .marquee__person-subtitle{margin:0;font-size:18px;font-weight:400;line-height:1.5;color:#727270;white-space:nowrap;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width: 750px){.persone-marquee .marquee-section marquee-component .marquee__person-subtitle{font-size:14px;line-height:140%}}.persone-marquee .marquee-section marquee-component .marquee__icon,.persone-marquee .marquee-section marquee-component .marquee__image{display:block;-o-object-fit:contain;object-fit:contain;height:auto;max-width:none}.persone-marquee .marquee-section marquee-component .marquee__icon--placeholder,.persone-marquee .marquee-section marquee-component .marquee__image--placeholder{width:32px;height:32px}@keyframes marquee-motion{to{transform:translate3d(calc(-50% - var(--marquee-gap, 24px) / 2), 0, 0)}}