.styles_counter__V9bHq{margin:32px auto;display:flex;width:100%;max-width:190px}.styles_btn__u4SkE{width:42px;font-size:32px;font-weight:700;background-color:#1c6bd1;color:#fff;border:none;border-radius:4px;cursor:pointer;line-height:1.4}.styles_btn__u4SkE:hover{opacity:.8}.styles_count__bHK5o{flex:1 1;font-size:42px;text-align:center}@layer components.latest-media-scroller{.latest-media-scroller{color:#fff}.latest-media-scroller,.latest-media-scroller *{box-sizing:border-box}.latest-media-scroller .header{display:flex;column-gap:2em;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem}.latest-media-scroller .header .title{width:auto;font-size:26px;font-weight:300}.latest-media-scroller .header .controls{display:flex;flex-wrap:nowrap;flex-grow:1;column-gap:2rem}.latest-media-scroller .header .read-more{display:inline-block;margin-left:auto;background-color:#0069ba;padding:.5rem 2rem;border-radius:2rem;font-weight:revert;align-content:center;text-wrap:nowrap}.latest-media-scroller .control-buttons{display:inline-flex}.latest-media-scroller .control-buttons .control-button{display:flex;align-items:center;justify-content:center;background-color:#fff;border:none;min-height:30px}.latest-media-scroller .control-buttons .control-button.prev{border-radius:2rem 0 0 2rem;margin-right:1px;--icon-rotation:-90deg;--left:2px}.latest-media-scroller .control-buttons .control-button.next{border-radius:0 2rem 2rem 0;margin-left:1px;--icon-rotation:90deg;--left:-2px}.latest-media-scroller .control-buttons .control-button-icon{aspect-ratio:1;object-fit:contain;width:24px;min-width:20px;overflow:hidden;transform:rotate(var(--icon-rotation));position:relative;left:var(--left)}.latest-media-scroller .article-scroll-container{--sb-track-color:#232e33;--sb-thumb-color:#405763;--sb-size:10px;scroll-behavior:smooth;padding-bottom:20px;margin-bottom:20px;overflow-x:scroll;-webkit-mask-image:-webkit-linear-gradient(0deg,#000 90%,transparent);mask-image:-webkit-linear-gradient(0deg,#000 90%,transparent)}.latest-media-scroller .article-scroll-container::-webkit-scrollbar{width:10px}.latest-media-scroller .article-scroll-container::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:6px}.latest-media-scroller .article-scroll-container::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:6px;border:2px solid #232e33}@supports not selector(::-webkit-scrollbar){.latest-media-scroller .article-scroll-container{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}.latest-media-scroller .article-card-container{width:-moz-fit-content;width:fit-content;min-height:300px;display:flex;flex-direction:row;gap:20px}.latest-media-scroller .article-card,.latest-media-scroller .placeholder{width:clamp(220px,30vw,300px);padding:30px;border-radius:20px}.latest-media-scroller .placeholder{display:flex;justify-content:center;align-items:center;animation:throb-background;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes throb-background{0%{background-color:rgba(39,53,64,0)}to{background-color:#273540}}.latest-media-scroller .article-card{background-color:#273540;border:4px solid #273540;transition:border-color .2s ease-out}.latest-media-scroller .article-card:hover{opacity:1;border:4px solid #9fabb1}.latest-media-scroller .article-date{height:auto;font-weight:500;font-size:12px;text-decoration:none;margin-bottom:20px}.latest-media-scroller .article-title{height:auto;font-weight:700;font-size:16px;line-height:revert}}@layer components.callout-pills{.callout-pills{display:flex;flex-direction:column;row-gap:20px;margin:0;padding:0}.callout-pills .pill-container{display:flex;column-gap:20px;align-items:center;cursor:pointer}.callout-pills .pill-container:hover .pill-image-container img{opacity:.75;transform:scale(1.1)}.callout-pills .pill-container .pill-image-container{width:140px;height:80px;overflow:hidden;flex-shrink:0;border-radius:40px;display:flex}.callout-pills .pill-container .pill-image-container img{width:100%;max-width:100%;max-height:100%;object-fit:cover;background-size:cover;background-position:50%;object-position:center;transition:transform .3s ease-out,opacity .4s ease-out;will-change:transform,opacity;opacity:1;transform:scale(1)}.callout-pills .pill-container .pill-title{font-size:15px;font-weight:500!important;line-height:normal}@media(min-width:640px){.callout-pills .pill-container .pill-title{font-size:20px}}}@layer components.article-drawer{.drawer .article-drawer{display:flex;flex-direction:column;max-height:100%;background-color:#fff}.drawer .article-drawer .article-drawer-title{padding:10px 20px;border:solid #2076a1;border-width:0 0 4px}.drawer .article-drawer .article-drawer-title h1{display:flex;min-height:32px;align-items:center;font-size:13px;margin:0;width:100%;max-width:calc(100% - 32px);line-height:normal}@media(min-width:640px){.drawer .article-drawer .article-drawer-title h1{font-size:20px}}.drawer .article-drawer .content{min-height:0;padding-bottom:20px;overflow-y:auto}}@layer components.drawer{.drawer-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9999;visibility:hidden;transition:opacity .3s ease-out;opacity:0}.drawer-backdrop.visible{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;z-index:9999;max-width:1440px;display:flex;box-shadow:-2px 0 5px rgba(0,0,0,.1);height:100%;animation:none!important;background-color:#fff;transition:transform .2s ease-out,opacity .2s ease-out;will-change:transform,opacity;transform:translateX(100%);opacity:0}@media(max-width:640px){.drawer{width:100vw;max-width:100%}}@media(min-width:640px){.drawer{width:calc(100vw - 100px)}}.drawer.visible{transform:translateX(0);opacity:1;transition-delay:0s,.125s}.drawer-content{flex:1 1;overflow-y:auto}.drawer-close-button{position:absolute;top:10px;right:10px;width:32px;height:32px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px}}@layer components.member-quote-picker{.committee-chairs-section-container{background-color:#16232d;color:#fff;display:flex;align-items:center;justify-content:center;width:100%}.committee-chairs-section-container .committee-chairs-section-grid{display:grid;grid-gap:20px;gap:20px;padding:53px 20px;grid-template-columns:repeat(1,1fr);grid-auto-columns:1fr;grid-auto-rows:auto}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-title{display:flex}@media(min-width:640px){.committee-chairs-section-container .committee-chairs-section-grid{grid-template-columns:repeat(2,1fr)}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-title{grid-column:1/3}}@media(min-width:992px){.committee-chairs-section-container .committee-chairs-section-grid{grid-template-columns:repeat(3,1fr)}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-title{grid-column:1;grid-row:1/span 5}}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card{background-color:#1f2a35;padding:30px;border-radius:20px;display:flex;flex-direction:column;row-gap:30px}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card h2{font-size:24px;font-weight:600;margin:0}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card .committee-chairs-section-member-avatar{display:block;height:80px;width:80px;border-radius:100%;object-fit:cover;z-index:1}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card .committee-chairs-section-member-info-container{display:flex;flex-direction:column;justify-content:center;padding-left:10px;flex:1 1;text-align:start}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card .committee-chairs-section-member-info-container .committee-chairs-section-member-name{font-weight:600;font-size:16px}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card .committee-chairs-section-member-info-container .committee-chairs-section-member-company{font-size:13px}}:root{--breakpoint-mobile:640px;--breakpoint-tablet:991px;--breakpoint-desktop:992px}@layer components.member-quote-picker{:root{--member-quote-picker-desktop-separator-color:#3f4f55;--member-quote-picker-selected-member-profile-pic-background:#9fabb1;--member-quote-picker-selected-member-background:#304453}.member-quote-picker{display:grid;align-items:center;justify-content:center}.member-quote-picker .title{grid-area:title;color:#fff;margin:0;font-size:27px;font-weight:300;box-sizing:border-box}.member-quote-picker .members-list{grid-area:members-list;display:flex;padding:11px;row-gap:16px;flex-direction:column}.member-quote-picker .members-list li{position:relative;border-radius:8px;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;transition:background-color .3s ease-out}.member-quote-picker .members-list li>div{display:flex;flex-direction:column;row-gap:16px}.member-quote-picker .members-list li>div .member-profile{display:flex;column-gap:20px}.member-quote-picker .members-list li>div .member-profile .profile-info{display:flex;color:#fff;flex-direction:column}.member-quote-picker blockquote{margin:0}.member-quote-picker a{text-decoration:none;color:#000;background-color:#fff}@media(max-width:992px){.desktop-quote-container{display:none}.member-quote-picker{grid-template-areas:"title" "members-list";padding-top:25px;padding-bottom:25px}.member-quote-picker button{opacity:0;height:0;color:#fff;position:absolute;display:flex;bottom:0;min-width:79px;width:auto;align-items:center;justify-content:center;align-self:flex-end;transition:opacity .3s ease-out,height .3s ease-out;background-color:transparent;border:0;margin-right:10px}.member-quote-picker button span:first-child{font-size:17px}.member-quote-picker button span:nth-child(2){font-size:14px;font-weight:700;transform:rotate(-90deg)}.member-quote-picker .bio-link-container{height:0;opacity:0;pointer-events:none;transition:opacity .3s ease-out,height .3s ease-out}.member-quote-picker .members-list li:not(.expanded-member):hover{background-color:var(--member-quote-picker-selected-member-background)}.member-quote-picker .members-list li:not(.expanded-member)>div{row-gap:0}.member-quote-picker .expanded-member{background-color:var(--member-quote-picker-selected-member-background)}.member-quote-picker .expanded-member button{height:44px;opacity:1;padding-bottom:16px}.member-quote-picker .expanded-member .bio-link-container{height:28px;opacity:1;pointer-events:all;padding-bottom:35px}.member-quote-picker .title{padding-left:40px;padding-right:40px}.member-quote-picker .members-list{margin:0}.member-quote-picker .members-list blockquote{transition:opacity .3s ease-out,height .3s ease-out;font-size:clamp(17px,4cqw,22px);color:#fff;line-height:30px;opacity:0;overflow:hidden;height:0}.member-quote-picker .members-list li>div{padding:16px 14px}.member-quote-picker .members-list li>div .name{font-weight:700;font-size:16px}.member-quote-picker .members-list li>div .committee{font-size:14px}.member-quote-picker .members-list li>div .company{padding-top:1px;font-size:14px}.member-quote-picker .members-list li>div .bio-link-container{padding-top:11px}.member-quote-picker .members-list li>div .bio-link-container .bio-link{display:flex;align-items:center;justify-content:center;border-radius:9999px;width:61px;height:28px;font-size:14px;text-align:center}.member-quote-picker .members-list li .profile-image-container{display:flex;min-height:48px;min-width:48px}.member-quote-picker .members-list li .profile-image-container>img{border-radius:9999px;object-fit:cover;width:48px;height:48px}}@media(min-width:992px){.member-quote-picker{grid-template-columns:2.7fr 7.3fr;grid-template-areas:"title title" "members-list desktop-quote-container"}.member-quote-picker button{display:none}.member-quote-picker .expanded-member{background-color:var(--member-quote-picker-selected-member-background)}.member-quote-picker .expanded-member .profile-image-container{background-color:var(--member-quote-picker-selected-member-profile-pic-background)}.member-quote-picker .title{padding:25px 43px}.member-quote-picker .members-list{border-right:4px solid var(--member-quote-picker-desktop-separator-color);min-width:335px}.member-quote-picker .members-list blockquote{display:none}.member-quote-picker .members-list li:hover{background-color:var(--member-quote-picker-selected-member-background)}.member-quote-picker .members-list li>div{padding:4px}.member-quote-picker .members-list li>div .member-profile .profile-info{justify-content:center}.member-quote-picker .members-list li>div .member-profile .name{font-weight:700;font-size:16px;line-height:19.2px}.member-quote-picker .members-list li>div .member-profile .committee,.member-quote-picker .members-list li>div .member-profile .company{padding-top:3px;font-size:14px;line-height:16.8px}.member-quote-picker .members-list li>div .member-profile .bio-link-container{display:none}.member-quote-picker .members-list li>div .member-profile .profile-image-container{display:flex;height:58px;width:58px;min-height:58px;min-width:58px;border-radius:100%;align-items:center;justify-content:center}.member-quote-picker .members-list li>div .member-profile .profile-image-container>img{border-radius:9999px;object-fit:cover;width:48px;height:48px}@keyframes memberQuoteFadeIn{0%{opacity:0}to{opacity:1}}.empty{display:none}.desktop-quote-container{display:flex;grid-area:desktop-quote-container;flex:1 1;padding:30px 30px 30px 96px;flex-direction:column;justify-content:center;transition:opacity .3s ease-out;animation-name:memberQuoteFadeIn;animation-duration:.3s;opacity:1}.desktop-quote-container>div:first-child{display:flex;flex-direction:column;row-gap:40px;max-width:760px}.desktop-quote-container>div:first-child blockquote{color:#fff;line-height:42px;font-size:clamp(22px,2cqw,30px)}.desktop-quote-container>div:first-child .quote-member-profile{display:flex;column-gap:20px;align-items:center}.desktop-quote-container>div:first-child .quote-member-profile .profile-image-container{display:flex}.desktop-quote-container>div:first-child .quote-member-profile .profile-image-container>img{border-radius:100%;object-fit:cover;width:135px;height:135px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info{display:flex;color:#fff;flex-direction:column}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .name{font-weight:700;font-size:22px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .committee{font-size:16px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .company{padding-top:3px;font-size:16px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .bio-link-container{padding-top:10px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .bio-link-container .bio-link{display:flex;align-items:center;justify-content:center;border-radius:9999px;width:61px;height:28px;font-size:14px;text-align:center}}}