.team-providers{background-color:var(--tp-bg);padding-top:var(--tp-pad-top-mb);padding-bottom:var(--tp-pad-bottom-mb);letter-spacing:normal}.team-providers__header{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:12px;margin-bottom:24px}.team-providers__label{display:block;font-size:1.2rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;line-height:normal;color:var(--tp-label-color)}.team-providers__heading{margin:0;color:var(--tp-heading-color);text-transform:capitalize}.team-providers__grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:24px}.team-providers__card{display:flex;flex-direction:column}.team-providers__card-media{aspect-ratio:171 / 268;overflow:hidden;margin-bottom:12px}.team-providers__card-media img,.team-providers__card-media .placeholder-svg{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.team-providers__card-name{margin:0 0 4px;color:var(--tp-name-color)}.team-providers__card-role{margin:0 0 8px;font-size:1.2rem;line-height:1.5;text-transform:capitalize;color:var(--tp-role-color)}.team-providers__card-specialties{margin:0 0 12px;font-size:1.2rem;line-height:1.4;text-transform:capitalize;color:var(--tp-specialty-color)}.team-providers__card-opener{margin-top:auto}.team-providers__card-link{display:inline-flex;align-items:center;gap:8px;padding:0;background:none;border:none;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:500;line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-link-color)}.team-providers__card-link svg{width:16px;height:16px}.team-provider-modal{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;background:#000c;letter-spacing:normal}.team-provider-modal[open]{z-index:101;opacity:1;visibility:visible}@media(prefers-reduced-motion:no-preference){.team-provider-modal{transition:opacity var(--duration-default) ease}.team-provider-modal__dialog{transition:transform var(--duration-default) ease;transform:translateY(100%)}.team-provider-modal[open] .team-provider-modal__dialog{transform:translateY(0)}}.team-provider-modal__dialog{position:relative;box-sizing:border-box;width:100%;max-height:92vh;overflow-y:auto;background-color:#fff}.team-provider-modal__media{aspect-ratio:390 / 326;overflow:hidden}.team-provider-modal__media img,.team-provider-modal__media .placeholder-svg{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.team-provider-modal__media .team-provider-modal__img--mobile{display:none;object-position:center 25%}@media screen and (max-width:767px){.team-provider-modal__media--has-mobile .team-provider-modal__img--desktop{display:none}.team-provider-modal__media--has-mobile .team-provider-modal__img--mobile{display:block}}.team-provider-modal__close{position:absolute;top:20px;right:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;color:#111}.team-provider-modal__close svg{width:18px;height:18px}.team-provider-modal__content{padding:20px 16px 32px}.team-provider-modal__label{display:block;margin-bottom:12px;font-size:1.2rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;line-height:normal;color:#888}.team-provider-modal__name{margin:0 0 8px;color:#111}.team-provider-modal__credentials{margin:0 0 24px;font-size:1.1rem;font-weight:500;line-height:1.4;color:#858585}.team-provider-modal__bio{font-size:1.4rem;line-height:1.5;color:#4a4236}.team-provider-modal__bio p{margin:0 0 1.4rem}.team-provider-modal__bio p:last-child{margin-bottom:0}.team-provider-modal__divider{width:100%;height:1px;margin:24px 0;border:none;background-color:#e3e3e3}.team-provider-modal__groups{display:flex;flex-direction:column;gap:24px}.team-provider-modal__group-label{margin:0 0 12px;font-size:1.2rem;font-weight:500;line-height:1.5;text-transform:uppercase;color:#000}.team-provider-modal__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.team-provider-modal__chip{padding:8px 12px;background-color:#ededed;font-size:1.2rem;font-weight:500;line-height:normal;color:#323429}.team-provider-modal__group-text{margin:0;font-size:1.4rem;line-height:1.5;color:#4a4236}.team-provider-modal__qa p{margin:0 0 1.4rem}.team-provider-modal__qa p:last-child{margin-bottom:0}.team-provider-modal__qa strong{font-weight:500;color:#111}.team-provider-modal__footer{position:sticky;bottom:0;margin:24px -16px -32px;padding:12px 16px 24px;background-color:#fff}@media screen and (min-width:768px){.team-providers{padding-top:var(--tp-pad-top);padding-bottom:var(--tp-pad-bottom)}.team-providers__header{align-items:center;text-align:center;gap:16px;margin-bottom:48px}.team-providers__grid{grid-template-columns:repeat(4,1fr);column-gap:32px;row-gap:40px}.team-providers__card-media{aspect-ratio:3 / 4;margin-bottom:20px}.team-providers__card-role{font-size:1.4rem;font-weight:500}.team-providers__card-specialties{font-size:1.4rem;margin-bottom:20px}.team-providers__card-link{font-size:1.6rem}.team-providers__card-link svg{width:20px;height:20px}.team-provider-modal{align-items:center;padding:40px}.team-provider-modal__dialog{display:grid;grid-template-columns:auto 1fr;width:min(1030px,100%);max-height:min(665px,90vh);overflow-y:hidden}.team-provider-modal__media{aspect-ratio:auto;height:100%;max-height:min(665px,90vh)}.team-provider-modal__close{top:34px;right:32px;background:none;width:24px;height:24px}.team-provider-modal__close svg{width:24px;height:24px}.team-provider-modal__content{padding:32px 32px 40px;overflow-y:auto;max-height:inherit}.team-provider-modal__credentials{padding-right:40px}.team-provider-modal__footer{display:none}}@media screen and (min-width:768px)and (prefers-reduced-motion:no-preference){.team-provider-modal__dialog{transform:translateY(1.2rem)}.team-provider-modal[open] .team-provider-modal__dialog{transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-team-providers.css.map */
