.tm-section{padding:0}.tm-section--marquee{overflow:hidden}.tm-rows{display:flex;flex-direction:column;gap:var(--tm-row-gap,16px)}.tm-track-wrap{overflow:hidden;padding:12px 0;position:relative}.tm-track-wrap:after,.tm-track-wrap:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:120px;z-index:2}.tm-track-wrap:before{background:linear-gradient(to right,var(--tm-section-bg,#f5f0eb),transparent);left:0}.tm-track-wrap:after{background:linear-gradient(to left,var(--tm-section-bg,#f5f0eb),transparent);right:0}.tm-track{align-items:stretch;animation:tm-scroll var(--tm-speed,40s) linear infinite;display:flex;gap:20px;width:max-content;will-change:transform}.tm-track--row2{animation-delay:calc(var(--tm-speed, 40s)*-.5)}.tm-track-wrap:hover .tm-track{animation-play-state:paused}@keyframes tm-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tm-section--marquee .tm-card--small{width:300px}.tm-section--marquee .tm-card--medium{width:400px}.tm-section--marquee .tm-card--large{width:520px}.tm-section--grid .tm-card--small{grid-column:span 1;grid-row:span 1}.tm-section--grid .tm-card--medium{grid-column:span 1;grid-row:span 2}.tm-section--grid .tm-card--large{grid-column:span 2;grid-row:span 2}.tm-grid-wrap{margin:0 auto;max-width:var(--hsElevate--contentWrapper--wide__maxWidth,var(--default-section-max-width,1280px));width:100%}.tm-grid{display:grid;gap:var(--tm-row-gap,16px);grid-auto-flow:row dense;grid-auto-rows:minmax(200px,auto);grid-template-columns:repeat(var(--tm-grid-cols,3),1fr)}@media (max-width:767px){.tm-grid{grid-auto-rows:auto;grid-template-columns:1fr}.tm-section--grid .tm-card--large,.tm-section--grid .tm-card--medium,.tm-section--grid .tm-card--small{grid-column:span 1;grid-row:span 1}.tm-section--grid .tm-card--large .tm-card__quote{font-size:16px;line-height:1.65}.tm-section--grid .tm-card--large .tm-card__name{font-size:13px}.tm-section--grid .tm-card--large .tm-card__title{font-size:12px}}.tm-card{border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.05);display:flex;flex-direction:column;flex-shrink:0;gap:16px;transition:box-shadow .2s ease}.tm-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08),0 8px 28px rgba(0,0,0,.09)}.tm-card__logo{align-items:center;display:flex;height:40px}.tm-card__logo img{max-height:40px;max-width:160px;object-fit:contain;object-position:left center;width:auto}.tm-card__quote{color:var(--tm-quote-color,#2d2d2d);flex:1;font-size:16px;line-height:1.65;margin:0}.tm-section--grid .tm-card--large .tm-card__quote{font-size:22px;line-height:1.5}.tm-section--grid .tm-card--large .tm-card__name{font-size:15px}.tm-section--grid .tm-card--large .tm-card__title{font-size:14px}.tm-card__author{align-items:center;display:flex;gap:10px;margin-top:auto}.tm-card__avatar{border-radius:50%;flex-shrink:0;height:36px;object-fit:cover;width:36px}.tm-card__author-text{display:flex;flex-direction:column;gap:1px}.tm-card__name{color:var(--tm-name-color,#1a1a2e);font-size:13px;font-weight:600;line-height:1.3}.tm-card__title{color:var(--tm-title-color,#6b6b6b);font-size:12px;line-height:1.3}@media (prefers-reduced-motion:reduce){.tm-track{animation:none;flex-wrap:wrap;width:auto}.tm-track-wrap:after,.tm-track-wrap:before{display:none}.tm-section--marquee .tm-card--large,.tm-section--marquee .tm-card--medium,.tm-section--marquee .tm-card--small{width:auto}}