.people-section{padding:0 24px 72px;width:100%}.people-section__inner{margin:0 auto;max-width:1400px;width:100%}.people-section__heading-row{align-items:center;display:grid;gap:24px;grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);margin:0 auto 18px;max-width:980px}.people-section__heading-line{background-color:#c0cedc;height:2px}.people-section__heading{color:#023c72;margin:0;text-align:center}.people-section__introduction{margin:0 auto 34px;max-width:850px;text-align:center}.people-section__introduction>:first-child{margin-top:0}.people-section__introduction>:last-child{margin-bottom:0}.people-section__grid{display:flex;flex-wrap:nowrap;gap:24px;overflow-x:auto;overflow-y:hidden;padding:8px 4px 20px;scroll-behavior:smooth;scroll-padding-inline:4px;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;-webkit-overflow-scrolling:touch}.people-section__grid::-webkit-scrollbar{display:none}.people-section--no-scroll .people-section__grid{justify-content:center}.people-section--show-all .people-section__grid{flex-wrap:wrap!important;justify-content:center;overflow:visible!important;scroll-behavior:auto;scroll-padding-inline:0;scroll-snap-type:none}.people-section--show-all .people-card{scroll-snap-align:none}.people-section--show-all .people-section__controls{display:none!important}.people-card{background-color:#fff;border:1px solid #c0cedc;border-radius:16px;box-shadow:0 8px 22px rgba(2,60,114,.08);display:flex;flex:0 0 calc(25% - 18px);flex-direction:column;min-width:240px;overflow:hidden;position:relative;scroll-snap-align:start;text-align:center;transition:box-shadow .2s ease}.people-card:hover{box-shadow:0 13px 30px rgba(2,60,114,.14)}.people-card__visual{background:linear-gradient(145deg,rgba(94,159,212,.2),rgba(100,182,195,.09));border-top:5px solid #5e9fd4;display:flex;height:104px;justify-content:center;position:relative}.people-card__image-wrapper{background-color:#fff;border:1px solid #c0cedc;border-radius:50%;bottom:-59px;box-shadow:0 7px 18px rgba(2,60,114,.16);box-sizing:border-box;height:138px;line-height:0;overflow:hidden;padding:0;position:absolute;width:138px}.people-card__image{border:0!important;border-radius:0!important;display:block;height:calc(100% + 2px)!important;left:-1px!important;margin:0!important;max-width:none!important;object-fit:cover!important;object-position:center center;padding:0!important;position:absolute!important;top:-1px!important;width:calc(100% + 2px)!important}.people-card__content{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;padding:76px 20px 25px}.people-card__name{color:#5e9fd4;font-size:20px;line-height:1.28;margin:0 0 9px}.people-card__role{color:#3f4858;line-height:1.45;margin:0 0 22px;min-height:46px}.people-card__role-year{white-space:nowrap}.people-card__bio-link{align-items:center;background-color:#ffb330;border:0;border-radius:5px;box-shadow:0 5px 12px rgba(2,60,114,.12);color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-weight:800;justify-content:center;line-height:1.2;margin-top:auto;min-height:44px;padding:11px 20px;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease}.people-card__bio-link:focus-visible,.people-card__bio-link:hover{background-color:#023c72;box-shadow:0 7px 17px rgba(2,60,114,.18);color:#fff;outline:none;text-decoration:none}.people-card__bio-link:focus-visible{box-shadow:0 7px 17px rgba(2,60,114,.18),0 0 0 3px rgba(94,159,212,.3)}.people-card__bio-arrow{display:none}.people-section__controls{display:flex;gap:12px;justify-content:center;margin-top:22px;padding-bottom:48px;width:100%}.people-section__arrow{align-items:center;background-color:#fff;border:1px solid #c0cedc;border-radius:50%;box-shadow:0 5px 14px rgba(2,60,114,.11);color:#023c72;cursor:pointer;display:inline-flex;font:inherit;font-size:21px;font-weight:700;height:46px;justify-content:center;line-height:1;padding:0;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;width:46px}.people-section__arrow:focus-visible,.people-section__arrow:hover{background-color:#023c72;border-color:#023c72;box-shadow:0 7px 18px rgba(2,60,114,.18);color:#fff;outline:none}.people-section__arrow:focus-visible{box-shadow:0 7px 18px rgba(2,60,114,.18),0 0 0 3px rgba(94,159,212,.3)}.people-section__arrow:disabled{cursor:default;opacity:.7}.people-section__arrow:disabled,.people-section__arrow:disabled:focus,.people-section__arrow:disabled:hover{background-color:#f5f7f9;border-color:#d9e1e8;box-shadow:none;color:#a6b3bf}.people-modal[hidden],.people-section--no-scroll .people-section__controls{display:none}.people-modal:not([hidden]){align-items:center;display:flex;inset:0;justify-content:center;padding:30px;position:fixed;z-index:10000}.people-modal__backdrop{background:rgba(2,60,114,.78);cursor:pointer;inset:0;position:absolute}.people-modal__dialog{background-color:#fff;border:1px solid #c0cedc;border-left:7px solid #5e9fd4;border-radius:16px;box-shadow:0 22px 65px rgba(0,0,0,.28);max-height:88vh;max-width:900px;overflow-x:hidden;overflow-y:auto;padding:46px;position:relative;text-align:left;width:100%;z-index:1}.people-modal__close{align-items:center;background-color:#fff;border:1px solid #ffb330;border-radius:50%;color:#ffb330;cursor:pointer;display:flex;font:inherit;font-size:29px;font-weight:700;height:39px;justify-content:center;line-height:1;padding:0;position:absolute;right:17px;top:15px;width:39px}.people-modal__close:focus,.people-modal__close:hover{background-color:#ffb330;color:#fff}.people-modal__header{align-items:center;display:grid;gap:28px;grid-template-columns:150px minmax(0,1fr);margin-bottom:30px;padding-right:44px}.people-modal__image-wrapper{background-color:#fff;border:1px solid #c0cedc;border-radius:50%;box-shadow:0 7px 18px rgba(2,60,114,.14);box-sizing:border-box;height:150px;line-height:0;overflow:hidden;padding:0;position:relative;width:150px}.people-modal__image{border:0!important;border-radius:0!important;display:block;height:calc(100% + 2px)!important;left:-1px!important;margin:0!important;max-width:none!important;object-fit:cover!important;object-position:center center;padding:0!important;position:absolute!important;top:-1px!important;width:calc(100% + 2px)!important}.people-modal__name{color:#5e9fd4;font-size:42px;line-height:1.12;margin:0 0 8px}.people-modal__role{color:#3f4858;font-size:20px;font-weight:700;line-height:1.4;margin:0}.people-modal__biography{color:#3f4858;display:block;font-size:18px;line-height:1.65;max-width:none!important;width:100%}.people-modal__biography .hs_cos_wrapper,.people-modal__biography .hs_cos_wrapper_type_rich_text,.people-modal__biography div,.people-modal__biography ol,.people-modal__biography p,.people-modal__biography ul,.people-modal__biography>*{box-sizing:border-box;max-width:none!important;max-inline-size:none!important;width:100%!important}.people-modal__biography>:first-child{margin-top:0}.people-modal__biography>:last-child{margin-bottom:0}body.people-modal-open{overflow:hidden}@media (max-width:1150px){.people-card{flex-basis:calc(33.33333% - 16px);min-width:250px}.people-card__visual{height:108px}.people-card__image-wrapper{bottom:-62px;height:144px;width:144px}.people-card__content{padding-top:80px}}@media (max-width:850px){.people-section__grid{gap:20px}.people-card{flex-basis:calc(50% - 10px);min-width:260px}.people-modal__dialog{max-width:780px}.people-modal__name{font-size:36px}}@media (max-width:600px){.people-section{padding:0 18px 56px}.people-section,.people-section__heading-row,.people-section__inner{box-sizing:border-box;max-width:100%;width:100%}.people-section__heading-row{gap:0;grid-template-columns:1fr;padding:0 4px}.people-section__heading-line{display:none}.people-section__heading{font-size:clamp(32px,9vw,38px)!important;hyphens:none;line-height:1.08!important;margin:0 auto;max-width:100%;overflow-wrap:normal;text-align:center;white-space:normal;text-wrap:balance;width:100%;word-break:normal}.people-section__introduction{margin-bottom:24px}.people-section__grid{box-sizing:border-box;gap:20px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:8px 2px 18px;scroll-padding-inline:2px;scroll-snap-type:x mandatory;width:100%;-webkit-overflow-scrolling:touch}.people-section--no-scroll .people-section__grid,.people-section--show-all .people-section__grid{justify-content:center}.people-card{box-sizing:border-box;flex:0 0 calc(100% - 4px);max-width:100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always;width:calc(100% - 4px)}.people-card__visual{height:105px}.people-card__image-wrapper{bottom:-59px;height:138px;width:138px}.people-card__content{padding:77px 22px 25px}.people-card__name{max-width:100%;overflow-wrap:break-word;width:100%;word-break:normal}.people-card__role{min-height:0}.people-section__controls{margin-top:18px;padding-bottom:36px}.people-section__arrow{height:43px;width:43px}.people-modal:not([hidden]){align-items:flex-start;padding:16px}.people-modal__dialog{border-left-width:5px;max-height:calc(100vh - 32px);padding:52px 24px 30px}.people-modal__header{gap:18px;grid-template-columns:1fr;padding-right:0;text-align:center}.people-modal__image-wrapper{height:135px;margin:0 auto;width:135px}.people-modal__name{font-size:30px}.people-modal__role{font-size:18px}.people-modal__biography{font-size:17px}.people-modal__close{right:10px;top:9px}}@media (min-width:1151px){.people-section__grid:has(>.people-card):not(:has(>.people-card:nth-child(4))){justify-content:center!important}.people-section__grid:has(>.people-card):not(:has(>.people-card:nth-child(5)))+.people-section__controls{display:none!important}}@media (min-width:851px) and (max-width:1150px){.people-section__grid:has(>.people-card):not(:has(>.people-card:nth-child(3))){justify-content:center!important}.people-section__grid:has(>.people-card):not(:has(>.people-card:nth-child(4)))+.people-section__controls{display:none!important}}@media (min-width:601px) and (max-width:850px){.people-section__grid:has(>.people-card):not(:has(>.people-card:nth-child(2))){justify-content:center!important}.people-section__grid:has(>.people-card):not(:has(>.people-card:nth-child(3)))+.people-section__controls{display:none!important}}@media (max-width:600px){.people-section__grid:has(>.people-card):not(:has(>.people-card:nth-child(2))){justify-content:center!important}.people-section__grid:has(>.people-card):not(:has(>.people-card:nth-child(2)))+.people-section__controls{display:none!important}}@media (max-width:600px){.people-section__grid{flex-wrap:wrap!important;gap:24px;justify-content:center!important;overflow:visible!important;scroll-behavior:auto;scroll-padding-inline:0;scroll-snap-type:none}.people-card{flex:0 0 100%!important;max-width:370px;min-width:0;scroll-snap-align:none;width:100%!important}.people-section__controls{display:none!important}}