.carousel{display:flex;flex-direction:column;align-items:center;max-width:100%;margin:0 auto;gap:var(--glo-m);position:relative}.carousel__viewport{grid-area:viewport;display:grid;grid-auto-flow:column;grid-auto-columns:50%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:var(--glo-m);scrollbar-width:none;padding:var(--glo-s)}.carousel__slide{scroll-snap-align:center;display:flex;justify-content:center;align-items:center;width:100%}.carousel__controls{display:flex;justify-content:space-between;position:absolute;top:42%;width:100%;transform:translateY(-50%);z-index:5;height:1px;scrollbar-width:0}.carousel__button{border:none;background-color:var(--color-primary);cursor:pointer;transition:var(--ui-transition);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10rem}.kpr-arrow{fill:var(--white)}.carousel__button:hover .kpr-arrow{fill:var(--black)}.carousel__button:hover{background-color:var(--color-secondary)}.carousel__indicators{grid-area:indicators;display:none!important;justify-content:center;align-items:center}.carousel__indicator{margin:0 .3125rem;background-color:var(--white);width:.3rem;height:.3rem;border-radius:50%;cursor:pointer;transition:background-color 0.3s;border:none}.carousel__indicator--active{background-color:var(--kpr-cyan)!important}.carousel__indicators:has(.carousel__indicator:nth-child(2)){display:flex}.carousel__indicators{display:none}.carousel__indicator--active{background-color:var(--color-primary)}@media (min-width:769px){.carousel__viewport{grid-area:viewport;grid-auto-columns:20%;padding-left:3rem}.carousel__slide{scroll-snap-align:start;padding:0 0}.carousel__controls{grid-area:prev / viewport / next;padding:0;width:101%;left:-12px}.carousel__button--prev{grid-area:prev;justify-self:start}.carousel__button--next{grid-area:next;justify-self:end}.carousel__button img{height:2rem}}div.kpr-hero-carousel{padding:0;height:100vh;width:100vw;position:absolute;top:0;left:50%;transform:translate(-50%,0);z-index:1}.kpr-hero-carousel.--kpr-overlay .carousel__viewport.kpr-hero-carousel__viewport::after{content:"";position:absolute;width:100vw;height:100vh;z-index:2;background:linear-gradient(0deg,black 0%,transparent 30%,transparent 60%,black 100%);opacity:.6}:where(.editor-styles-wrapper) section.kpr-hero-section{height:80vh}.block-editor-block-list__block.wp-block.wp-block-acf-kpr-theme-kpr-hero-carousel{position:absolute;top:0;overflow:hidden;margin-top:-5rem}:where(.editor-styles-wrapper) div.kpr-hero-carousel{position:relative}:where(.editor-styles-wrapper) div.kpr-hero-carousel .carousel__slide{opacity:1!important}.kpr-hero-carousel__viewport{grid-area:viewport;grid-auto-columns:100%;padding:0;height:100vh}.kpr-hero-carousel__slide img,.kpr-hero-carousel__slide video{max-width:100%;width:100%;object-fit:cover;height:100vh;display:block}.kpr-hero-carousel__youtube-container{position:relative;width:100%;height:100vh}.kpr-hero-carousel__youtube-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;object-fit:cover}.kpr-hero-carousel__controls{display:none}div.kpr-hero-carousel .kpr-hero-carousel__viewport{scroll-snap-type:none}div.kpr-hero-carousel .carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;z-index:1;transition:opacity 0.8s ease-in-out;scroll-snap-align:none}div.kpr-hero-carousel .carousel__slide--active{opacity:1;z-index:2}.kpr-hero-carousel__youtube-container{position:relative;width:100%;height:100%;overflow:hidden}.kpr-hero-carousel__youtube-container iframe,.kpr-hero-carousel__youtube-container>div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%!important;height:59vw!important;min-height:100%!important;min-width:177.78vh!important}@media (max-width:1024px){.kpr-hero-carousel__youtube-container iframe,.kpr-hero-carousel__youtube-container>div{width:177.78vh!important;height:100vh!important}}.kpr-card-carousel{position:relative;width:100%;max-width:100%;padding:0}.kpr-card-carousel .kpr-card-carousel__viewport{grid-area:viewport;grid-auto-columns:85%;height:fit-content;gap:var(--glo-m);padding:0 var(--glo-m)}@media (min-width:1025px){.kpr-card-carousel .kpr-card-carousel__viewport{gap:var(--glo-xl)}}.kpr-card-carousel .kpr-card__item{margin-left:auto}.kpr-carousel__controls{display:flex;justify-content:space-between;padding:0;width:fit-content;z-index:999}.kpr-card-carousel__btn{width:2.5rem;height:2.5rem;border:2px solid var(--color-accent);border-radius:10rem;background-color:var(--color-primary);cursor:pointer;transition:all 0.4s cubic-bezier(.23,1,.32,1);display:flex;align-items:center;justify-content:center;transform:translateZ(0)}.kpr-card-carousel__btn:hover{transform:translateY(-2px) scale(1.05);border-color:var(--color-accent)}.kpr-card-carousel__btn:active{transform:translateY(-1px) scale(1.02);transition-duration:0.1s}@media (min-width:1025px){.kpr-card-carousel .kpr-card-carousel__viewport{grid-area:viewport;grid-auto-columns:33%;padding:0;height:fit-content;margin:0}.kpr-card-carousel .kpr-card__item{max-width:30rem}}@media (min-width:1441px){.kpr-card-carousel .kpr-card-carousel__viewport{grid-area:viewport;grid-auto-columns:25%;padding:0;height:fit-content;margin:0}.kpr-card-carousel .kpr-card__item{max-width:unset}}.kpr-popup{visibility:hidden;pointer-events:none;opacity:0;transition:visibility 0s linear 0.4s,opacity 0.4s cubic-bezier(.23,1,.32,1);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(0)}.kpr-popup.--active{visibility:visible;pointer-events:auto;opacity:1;backdrop-filter:blur(4px);transition:visibility 0s linear 0s,opacity 0.4s cubic-bezier(.23,1,.32,1),backdrop-filter 0.4s ease-out}.kpr-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .6);z-index:0;cursor:pointer}.kpr-popup__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--glo-l);position:relative;background:var(--glo-kpr-black-c);padding:var(--glo-l);border-radius:var(--glo-br);color:var(--glo-white);width:90vw;max-width:1024px;min-width:280px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:40vh;max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:1;box-sizing:border-box;border:1px solid var(--kpr-light-gray-border)}.kpr-popup__content .kpr-header__logo{width:5rem;height:auto;margin:0 auto}.kpr-popup__content h3{font-family:var(--headings-ui);margin:0;color:var(--white);text-align:center}.kpr-popup__content p{margin:0}.kpr-popup__close{position:absolute;top:1rem;right:1rem;background:#fff0;border:none;font-size:2rem;line-height:1;color:var(--glo-white);cursor:pointer;z-index:2;transition:color 0.2s ease}.kpr-popup__content-shortcode{width:100%;padding:var(--padding-m)}@media (min-width:769px){.kpr-popup__content-shortcode{width:100%;padding:var(--padding-l);max-width:50rem}}a.kpr-link,a.kpr-link:hover{color:var(--kpr-white)}.fluentform .ff-el-input--glo-label{color:var(--glo-white)}.ff-default .ff-el-form-control{background:var(--glo-kpr-inpu-bg)!important;border:1px solid #ffffff24!important;color:var(--glo-white)!important}form.fluent_form_1 button.ff-btn-submit:not(.ff_btn_no_style){color:var(--glo-kpr-black-c);text-transform:uppercase;font-weight:700}button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.btn-secondary{display:flex;align-items:center;justify-content:center;gap:var(--glo-s);color:var(--glo-dark-c)!important;border:solid var(--glo-kpr-acce-c);border-width:0 0 2px 0;padding:.9rem .1rem;background:var(--glo-white)!important;border-radius:0;transition:var(--glo-kpr-tran);width:fit-content;justify-self:center;font-family:var(--glo-kpr-font);font-size:1.25rem;font-weight:700;text-transform:uppercase;text-decoration:none}.ff-message-success{display:grid;align-content:center;justify-content:center;border:none!important;box-shadow:none!important;margin:0!important}.carousel-initial-space{opacity:0;pointer-events:none;flex-shrink:0;flex-grow:0;scroll-snap-align:center}.kpr-card-carousel .carousel-initial-space{margin-left:0;max-width:none}@media (max-width:768px){.carousel-initial-space{display:none}}.kpr-bg-logo,.kpr-card__item,.kpr-card__item-numb,#networkCanvas,.kpr-card-carousel__btn,.kpr-popup{will-change:transform;transform:translateZ(0)}.kpr-card__item{transition:all 0.4s cubic-bezier(.23,1,.32,1)}.kpr-card__item:hover{transform:translateY(-2px) translateZ(0)}.carousel__viewport{scroll-behavior:smooth}.carousel__slide{transition:transform 0.4s cubic-bezier(.23,1,.32,1)}@media (prefers-reduced-motion:reduce){.kpr-bg-logo,.kpr-card__item,.kpr-card__item-numb{animation:none!important;transition:none!important}#networkCanvas{display:none}}.kpr-anchor-nav{position:sticky;top:0;z-index:100;overflow-x:auto;scrollbar-width:none}.kpr-anchor-nav::-webkit-scrollbar{display:none}.kpr-anchor-nav__list{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0;max-width:var(--glo-max-w,1280px);margin-inline:auto;padding-inline:var(--glo-px,1.5rem);justify-content:center}.kpr-anchor-nav__item a{display:block;padding:.875rem 1.25rem;color:#1b1c26;text-decoration:none;font-size:.875rem;font-weight:500;white-space:nowrap;transition:color 0.2s ease;border-bottom:2px solid #fff0}.kpr-anchor-nav__item a:hover{color:#fff}.kpr-anchor-nav__item.--active a{color:#fff;border-bottom-color:var(--glo-kpr-orange-c,#f97316)}@media (max-width:768px){.kpr-anchor-nav__list{padding-inline:1rem;gap:0}.kpr-anchor-nav__item a{padding:.75rem 1rem;font-size:.8125rem}}.kpr-blog-filters{display:flex;flex-wrap:wrap;gap:.5rem;padding:var(--glo-px,1.5rem);max-width:var(--glo-max-w,1280px);margin-inline:auto}.kpr-blog-filter-btn{padding:.5rem 1.25rem;border-radius:var(--glo-butt-br,999px);border:1px solid rgb(255 255 255 / .3);background:#fff0;color:rgb(255 255 255 / .7);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--glo-kpr-tran);font-family:var(--glo-heading);text-transform:uppercase}.kpr-blog-filter-btn:hover,.kpr-blog-filter-btn.--active{background:var(--glo-kpr-orange-c,#f97316);border-color:var(--glo-kpr-orange-c,#f97316);color:#fff}.kpr-single-post__content{max-width:65ch;margin-inline:auto}.kpr-more-insights{margin-top:var(--glo-2xl,4rem);padding-top:var(--glo-2xl,4rem);border-top:1px solid rgb(0 0 0 / .1);grid-column:1 / -1}.kpr-more-insights__title{margin-bottom:16px!important;text-align:left}.kpr-more-insights .kpr-card{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--glo-l,2rem);list-style:none;padding:0;margin:0}@media (max-width:768px){.kpr-more-insights .kpr-card{grid-template-columns:1fr}}.kpr-cs-index{width:100%;max-width:var(--glo-block-maxw);padding:0}.kpr-cs-filters{display:flex;flex-wrap:wrap;gap:var(--glo-m,1.5rem);margin-bottom:var(--glo-2xl,4rem)}.kpr-cs-filter-group{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.kpr-cs-filters{display:flex;flex-wrap:wrap;gap:var(--glo-m,1.5rem);margin-bottom:var(--glo-2xl,4rem)}.kpr-cs-filter-group{flex:1;min-width:160px}.kpr-cs-filter-select{width:100%;padding:.6rem 2.5rem .6rem 1rem;border-radius:var(--glo-br,.5rem);border:1px solid rgb(0 0 0 / .15);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;appearance:none;font-size:.875rem;font-family:var(--glo-heading);font-weight:500;color:var(--glo-kpr-dark-c);cursor:pointer;transition:var(--glo-kpr-tran)}.kpr-cs-filter-select:focus{outline:none;border-color:var(--glo-kpr-orange-c)}.kpr-cs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--glo-l,2rem);list-style:none;padding:0;margin:0}.kpr-cs-card{background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:var(--glo-br,.75rem);overflow:hidden;transition:var(--glo-kpr-tran)}.kpr-cs-card:hover{transform:translateY(-2px)}.kpr-cs-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.kpr-cs-card__logo-wrap{aspect-ratio:16/7;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:0}.kpr-cs-card__logo{width:100%;height:100%;object-fit:cover;display:block}.kpr-cs-card__body{padding:var(--glo-m,1.5rem);display:flex;flex-direction:column;gap:.5rem;flex:1;color:var(--glo-kpr-dark-c)}.kpr-cs-card__title{font-size:1rem;font-weight:700;color:var(--glo-kpr-dark-c);margin:0 0 .25rem}.kpr-cs-card__label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--glo-kpr-orange-c);margin-bottom:.15rem}.kpr-cs-card__role,.kpr-cs-card__metric{font-size:.875rem;color:var(--glo-kpr-dark-c);margin:0;line-height:1.5}.kpr-cs-empty{grid-column:1 / -1;text-align:center;padding:var(--glo-2xl);color:rgb(0 0 0 / .4)}@media (max-width:900px){.kpr-cs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.kpr-cs-grid{grid-template-columns:1fr}.kpr-cs-filters{flex-direction:column}}.kpr-cs-single{width:100%;max-width:var(--glo-block-maxw);padding:0}.kpr-cs-single__hero{width:100%;aspect-ratio:21/7;overflow:hidden;border-radius:var(--glo-br,.75rem);margin-bottom:var(--glo-2xl,4rem)}.kpr-cs-single__hero-img{width:100%;height:100%;object-fit:cover;display:block}.kpr-cs-single__body{display:grid;grid-template-columns:1fr 320px;gap:var(--glo-2xl,4rem);align-items:start}.kpr-cs-single__content{max-width:65ch}.kpr-cs-single__sidebar{display:flex;flex-direction:column;gap:var(--glo-m,1.5rem);position:sticky;top:6rem;background:var(--glo-kpr-light-bg,#f8f7f4);border-radius:var(--glo-br,.75rem);padding:var(--glo-l,2rem)}.kpr-cs-single__sidebar-block{display:flex;flex-direction:column;gap:.25rem;padding-bottom:var(--glo-m,1.5rem);border-bottom:1px solid rgb(0 0 0 / .08)}.kpr-cs-single__sidebar-block:last-of-type{border-bottom:none;padding-bottom:0}.kpr-cs-single__sidebar-block--metric .kpr-cs-single__sidebar-value{font-weight:700;color:var(--glo-kpr-orange-c);font-size:1rem}.kpr-cs-single__sidebar-value{font-size:.9rem;margin:0;line-height:1.5;color:var(--glo-kpr-dark-c)}.kpr-cs-single__cta{margin-top:var(--glo-s,.75rem);text-align:center;justify-content:center}.kpr-cs-single__more{margin-top:var(--glo-3xl,6rem);padding-top:var(--glo-2xl,4rem);border-top:1px solid rgb(0 0 0 / .08)}.kpr-cs-single__more-title{margin-bottom:var(--glo-l,2rem)}@media (max-width:900px){.kpr-cs-single__body{grid-template-columns:1fr}.kpr-cs-single__sidebar{position:static;order:-1}.kpr-cs-single__hero{aspect-ratio:16/7}}.kpr-testimonial-spotlight{width:100%;max-width:48rem;margin:0 auto;position:relative}.kpr-testimonial-spotlight__track{position:relative;overflow:hidden;min-height:16rem}.kpr-testimonial-spotlight__slide{display:none;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;padding:0 1rem;animation:kpr-fade-in 0.4s ease}.kpr-testimonial-spotlight__slide.--active{display:flex}@keyframes kpr-fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.kpr-testimonial-spotlight__quote{font-size:clamp(1rem, 2vw, 1.1rem);line-height:1.7;color:var(--glo-kpr-dark-c);font-style:italic;margin:0;padding:0;border:none;quotes:none}.kpr-testimonial-spotlight__author{display:flex;flex-direction:column;gap:.25rem}.kpr-testimonial-spotlight__name{font-weight:700;font-family:var(--glo-heading);font-size:1rem;color:var(--glo-kpr-acce-c)}.kpr-testimonial-spotlight__title{font-size:.875rem;color:var(--glo-kpr-blue-gray)}.kpr-testimonial-spotlight__controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.kpr-testimonial-spotlight__btn{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid var(--glo-kpr-acce-c);background:#fff0;cursor:pointer;position:relative;transition:var(--glo-kpr-tran);flex-shrink:0}.kpr-testimonial-spotlight__btn:hover{background:var(--glo-kpr-acce-c)}.kpr-testimonial-spotlight__btn::after{content:'';position:absolute;top:50%;left:53%;transform:translate(-50%,-50%) rotate(225deg);width:.5rem;height:.5rem;border-top:2px solid var(--glo-kpr-acce-c);border-right:2px solid var(--glo-kpr-acce-c);transition:var(--glo-kpr-tran)}.kpr-testimonial-spotlight__btn--next::after{left:47%;transform:translate(-50%,-50%) rotate(45deg)}.kpr-testimonial-spotlight__btn:hover::after{border-color:#fff}.kpr-testimonial-spotlight__dots{display:flex;gap:.5rem;align-items:center}.kpr-testimonial-spotlight__dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--glo-kpr-acce-c);opacity:.3;cursor:pointer;transition:var(--glo-kpr-tran);border:none;padding:0}.kpr-testimonial-spotlight__dot.--active{opacity:1;transform:scale(1.3)}.kpr-single-post__content blockquote.pull-quote,.kpr-single-post__content .wp-block-quote.pull-quote{border-left:3px solid var(--glo-kpr-acce-c);border-right:none;border-top:none;border-bottom:none;padding:4px 0 4px 1.5rem;margin:2.25rem 0;background:none;box-shadow:none}.kpr-single-post__content blockquote.pull-quote p,.kpr-single-post__content .wp-block-quote.pull-quote p{font-family:var(--glo-heading)!important;font-size:clamp(1.1rem, 2vw, 1.25rem)!important;font-weight:700!important;font-style:italic;color:var(--glo-kpr-dark-c)!important;line-height:1.45!important;margin:0!important}.kpr-single-post__content blockquote.pull-quote cite,.kpr-single-post__content .wp-block-quote.pull-quote cite{display:none}body.single-post .kpr-single-post__content,body.single-cfo-review .kpr-single-post__content{max-width:680px;margin-left:auto;margin-right:auto}body.single-post .kpr-single-post__content p,body.single-cfo-review .kpr-single-post__content p{line-height:1.8;font-weight:300}body.single-post .kpr-single-post__content h2,body.single-post .kpr-single-post__content h3,body.single-cfo-review .kpr-single-post__content h2,body.single-cfo-review .kpr-single-post__content h3{max-width:680px}body.single-post .kpr-single-post__content blockquote.pull-quote,body.single-post .kpr-single-post__content .wp-block-quote.pull-quote,body.single-cfo-review .kpr-single-post__content blockquote.pull-quote,body.single-cfo-review .kpr-single-post__content .wp-block-quote.pull-quote{border-left:3px solid var(--glo-kpr-acce-c);border-right:none;border-top:none;border-bottom:none;padding:4px 0 4px 1.5rem;margin:2.25rem 0;background:none;box-shadow:none}body.single-post .kpr-single-post__content blockquote.pull-quote p,body.single-post .kpr-single-post__content .wp-block-quote.pull-quote p,body.single-cfo-review .kpr-single-post__content blockquote.pull-quote p,body.single-cfo-review .kpr-single-post__content .wp-block-quote.pull-quote p{font-family:var(--glo-heading)!important;font-size:clamp(1.1rem, 2vw, 1.25rem)!important;font-weight:700!important;font-style:italic;color:var(--glo-kpr-dark-c)!important;line-height:1.45!important;margin:0!important}body.single-post .kpr-single-post__content blockquote.pull-quote cite,body.single-post .kpr-single-post__content .wp-block-quote.pull-quote cite,body.single-cfo-review .kpr-single-post__content blockquote.pull-quote cite,body.single-cfo-review .kpr-single-post__content .wp-block-quote.pull-quote cite{display:none}.kpr-article-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.kpr-article-meta__category{display:inline-block;background:var(--glo-kpr-acce-c-light);color:var(--glo-kpr-acce-c);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:4px}.kpr-article-meta__dot{width:3px;height:3px;border-radius:50%;background:var(--glo-kpr-bord-c);display:inline-block;flex-shrink:0}.kpr-article-meta__read-time,.kpr-article-meta__date{font-size:.8125rem;color:var(--glo-kpr-blue-gray);font-weight:400}.kpr-article-byline{display:flex;align-items:center;gap:.875rem;padding:1.25rem 0;border-top:1px solid var(--glo-kpr-bord-c);border-bottom:1px solid var(--glo-kpr-bord-c);margin-bottom:2rem;width:100%}.kpr-article-byline__avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--glo-kpr-acce-c);display:flex;align-items:center;justify-content:center;font-size:.9375rem;font-weight:700;color:#fff;flex-shrink:0}.kpr-article-byline__text{display:flex;flex-direction:column;gap:.125rem}.kpr-article-byline__name{font-size:.875rem;font-weight:600;color:var(--glo-kpr-dark-c)}.kpr-article-byline__role{font-size:.75rem;color:var(--glo-kpr-blue-gray)}.kpr-article-byline__share{margin-left:auto}.kpr-share-buttons{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.kpr-share-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.4375rem .875rem;border:1px solid var(--glo-kpr-bord-c);border-radius:6px;font-size:.75rem;font-weight:600;color:var(--glo-kpr-blue-gray);background:#fff;text-decoration:none;transition:var(--glo-kpr-tran);white-space:nowrap}.kpr-share-btn:hover{border-color:var(--glo-kpr-acce-c);color:var(--glo-kpr-acce-c)}.kpr-share-btn svg{flex-shrink:0}.share-buttons{display:none}.kpr-single-post .kpr-single-post__content .wp-block-quote.pull-quote,.kpr-single-post .kpr-single-post__content .wp-block-quote.is-style-pull-quote{border-left:3px solid var(--glo-kpr-acce-c);border-right:none;border-top:none;border-bottom:none;padding:4px 0 4px 1.5rem;margin:2.25rem 0;background:none;box-shadow:none}.kpr-single-post .kpr-single-post__content .wp-block-quote.pull-quote p,.kpr-single-post .kpr-single-post__content .wp-block-quote.is-style-pull-quote p{font-family:var(--glo-heading)!important;font-size:clamp(1.1rem, 2vw, 1.25rem)!important;font-weight:700!important;font-style:italic;color:var(--glo-kpr-dark-c)!important;line-height:1.45!important;margin:0!important}.kpr-single-post .kpr-single-post__content .wp-block-quote.pull-quote cite,.kpr-single-post .kpr-single-post__content .wp-block-quote.is-style-pull-quote cite{display:none}.kpr-single-post .kpr-single-post__content{max-width:680px;margin-left:auto;margin-right:auto}.kpr-single-post .kpr-single-post__content p{line-height:1.8;font-weight:300}.kpr-single-post .kpr-single-post__content h2,.kpr-single-post .kpr-single-post__content h3{max-width:680px}.kpr-article-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.kpr-article-meta__category{display:inline-block;background:var(--glo-kpr-acce-c-light);color:var(--glo-kpr-acce-c);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:4px}.kpr-article-meta__dot{width:3px;height:3px;border-radius:50%;background:var(--glo-kpr-bord-c);display:inline-block;flex-shrink:0}.kpr-article-meta__read-time,.kpr-article-meta__date{font-size:.8125rem;color:var(--glo-kpr-blue-gray);font-weight:400}.kpr-article-byline{display:flex;align-items:center;gap:.875rem;padding:1.25rem 0;border-top:1px solid var(--glo-kpr-bord-c);border-bottom:1px solid var(--glo-kpr-bord-c);margin-bottom:2rem;width:100%}.kpr-article-byline__avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--glo-kpr-acce-c);display:flex;align-items:center;justify-content:center;font-size:.9375rem;font-weight:700;color:#fff;flex-shrink:0}.kpr-article-byline__text{display:flex;flex-direction:column;gap:.125rem}.kpr-article-byline__name{font-size:.875rem;font-weight:600;color:var(--glo-kpr-dark-c)}.kpr-article-byline__role{font-size:.75rem;color:var(--glo-kpr-blue-gray)}.kpr-article-byline__share{margin-left:auto}.kpr-share-buttons{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.kpr-share-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.4375rem .875rem;border:1px solid var(--glo-kpr-bord-c);border-radius:6px;font-size:.75rem;font-weight:600;color:var(--glo-kpr-blue-gray);background:#fff;text-decoration:none;transition:var(--glo-kpr-tran);white-space:nowrap}.kpr-share-btn:hover{border-color:var(--glo-kpr-acce-c);color:var(--glo-kpr-acce-c)}.kpr-share-btn svg{flex-shrink:0}.share-buttons{display:none}.kpr-single-post .wp-block-quote{border-left:3px solid var(--glo-kpr-acce-c);border-top:none;border-bottom:none;border-right:none;padding:4px 0 4px 1.5rem;margin:2.25rem 0 2rem;background:none;box-shadow:none}.kpr-single-post .wp-block-quote p{font-family:var(--glo-heading);font-size:20px!important;font-weight:700!important;color:var(--glo-kpr-dark-c)!important;line-height:1.45!important;font-style:italic;margin-bottom:0!important}.kpr-single-post .wp-block-quote cite{display:none}@media (max-width:1280px){.kpr-header__main-menu{padding:var(--glo-3xl) var(--glo-xl) var(--glo-2xl);background-color:var(--glo-white)}.kpr-menu-close{position:fixed;top:var(--glo-l);right:var(--glo-l);z-index:100000;background:#fff0;border:1px solid var(--glo-kpr-bord-c);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--glo-kpr-dark-c);transition:var(--glo-kpr-tran)}.kpr-menu-close:hover{background:var(--glo-kpr-acce-c-light);border-color:var(--glo-kpr-acce-c);color:var(--glo-kpr-acce-c)}.kpr-menu-close svg{width:1rem;height:1rem}.kpr-header__main-menu .kpr-header__menu-item-link{color:var(--glo-kpr-dark-c);font-family:var(--glo-heading);font-size:1.25rem;font-weight:600;padding:.875rem 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--glo-kpr-bord-c);text-decoration:none;transition:var(--glo-kpr-tran)}.kpr-header__main-menu .kpr-header__menu-item-link:hover{color:var(--glo-kpr-acce-c)}.kpr-header__main-menu .kpr-header__menu-item-sub{padding-left:1rem;overflow:hidden}.kpr-header__main-menu .kpr-header__menu-item-sub .kpr-header__menu-item-link{font-size:1rem;font-weight:400;color:var(--glo-kpr-blue-gray);border-bottom:1px solid var(--glo-kpr-bord-c);padding:.625rem 0}.kpr-header__main-menu .kpr-header__menu-item-sub .kpr-header__menu-item-link:hover{color:var(--glo-kpr-acce-c)}.kpr-header__main-menu .communities-btn{display:none}}@media (max-width:768px){.--kpr-alt-hero{padding-top:var(--glo-2xl)}}@media (max-width:1280px){.kpr-header__main-menu{padding:var(--glo-3xl) var(--glo-xl) var(--glo-2xl);background-color:var(--glo-white)!important}.kpr-header__main-menu .kpr-header__menu-item-link{color:var(--glo-kpr-dark-c)}.kpr-header__main-menu .kpr-header__menu-item-link:hover{color:var(--glo-kpr-acce-c)}.kpr-header__main-menu .kpr-header__menu-item-sub .kpr-header__menu-item-link{color:var(--glo-kpr-blue-gray)}.kpr-header__main-menu .kpr-header__menu-item-sub .kpr-header__menu-item-link:hover{color:var(--glo-kpr-acce-c)}.kpr-header__main-menu .kpr-header__menu-item-link{border-bottom:1px solid var(--glo-kpr-bord-c)}.kpr-header__main-menu .kpr-header__menu-item-sub .kpr-header__menu-item-link{border-bottom:1px solid var(--glo-kpr-bord-c)}.kpr-menu-close{border-color:var(--glo-kpr-bord-c);color:var(--glo-kpr-dark-c)}.kpr-menu-close:hover{background:var(--glo-kpr-acce-c-light);border-color:var(--glo-kpr-acce-c);color:var(--glo-kpr-acce-c)}.kpr-carret-icon{border-color:var(--glo-kpr-blue-gray)!important}.kpr-header__menu-item.--active>a .kpr-carret-icon{border-color:var(--glo-kpr-acce-c)!important}}@media (max-width:768px){.kpr-card.--kpr-indu-expe .kpr-card__item img{margin-right:0!important}}@media (max-width:768px){._maxw-50p{max-width:100%!important}}@media (max-width:768px){.wp-container-core-group-is-layout-ad2f72ca{flex-wrap:wrap!important}}