.insights{flex-direction:column;min-height:100vh;display:flex;overflow-x:clip}.insights-hero{font-family:var(--font-sf);box-sizing:border-box;width:100%;overflow-x:clip}.insights-hero__inner{box-sizing:border-box;grid-template-columns:1fr;gap:2.5rem;width:100%;padding:3rem 1.25rem 3.5rem;display:grid}.insights-hero__left{flex-direction:column;align-items:flex-start;gap:1.75rem;min-width:0;display:flex}.insights-hero__badge{background:var(--foreground);color:var(--background);letter-spacing:.08em;text-transform:uppercase;padding:.4rem .7rem;font-size:.65rem;font-weight:700;display:inline-block}.insights-hero__title{letter-spacing:-.03em;text-transform:uppercase;color:var(--foreground);flex-direction:column;gap:.15rem;margin:0;font-size:clamp(1.65rem,6vw,3.75rem);font-weight:700;line-height:1.1;display:flex}.insights-hero__title-accent{color:var(--ccp-green)}.insights-hero__rule{background:#000;height:1px;display:block}.insights-hero__rule--bottom{width:100%;max-width:22rem;margin-top:.5rem}.insights-hero__rule--top{width:100%;margin-bottom:.25rem}.insights-hero__right{flex-direction:column;align-items:flex-start;gap:1.75rem;min-width:0;display:flex}.insights-hero__text{max-width:28rem;color:color-mix(in srgb, var(--foreground) 85%, transparent);margin:0;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.65}.insights-hero__cta-wrap{margin-top:auto;padding-top:.5rem}.insights-hero__cta{align-items:stretch;max-width:100%;text-decoration:none;display:inline-flex}.insights-hero__cta-label{background:var(--ccp-green);color:#fff;white-space:nowrap;padding:.8rem 1.15rem;font-size:.875rem;font-weight:600;transition:background-color .25s}.insights-hero__cta:hover .insights-hero__cta-label{background:#276b55}.insights-hero__cta-icon{border:1px solid var(--ccp-green);background:var(--background);width:2.75rem;color:var(--ccp-green);flex-shrink:0;justify-content:center;align-items:center;margin-left:.25rem;transition:background-color .25s,color .25s;display:flex}.insights-hero__cta:hover .insights-hero__cta-icon{background:var(--ccp-green);color:#fff}.insights-hero__cta-icon svg{width:1.25rem;height:1.25rem}@keyframes insights-from-left{0%{opacity:0;transform:translate(-4rem)}to{opacity:1;transform:translate(0)}}@keyframes insights-from-right{0%{opacity:0;transform:translate(4rem)}to{opacity:1;transform:translate(0)}}@keyframes insights-from-bottom{0%{opacity:0;transform:translateY(2.5rem)}to{opacity:1;transform:translateY(0)}}.insights-hero__from-left,.insights-hero__from-right,.insights-hero__from-bottom{opacity:0;animation-duration:.9s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:forwards}.insights-hero__from-left{animation-name:insights-from-left}.insights-hero__from-right{animation-name:insights-from-right}.insights-hero__from-bottom{animation-name:insights-from-bottom}.insights-hero__from-right--delay-1{animation-delay:.14s}.insights-hero__from-left--delay-2,.insights-hero__from-right--delay-2{animation-delay:.26s}.insights-hero__from-left--delay-3{animation-delay:.38s}.insights-hero__from-bottom--delay-4{animation-delay:.5s}@media (min-width:640px){.insights-hero__inner{gap:3rem;padding:4rem 2rem 4.5rem}.insights-hero__rule--bottom{max-width:28rem}}@media (min-width:900px){.insights-hero__inner{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:3.5rem;padding:5rem 4rem 5.5rem}.insights-hero__left{justify-content:space-between;gap:2rem;padding-bottom:.5rem}.insights-hero__right{justify-content:flex-start;gap:2rem;padding-top:.35rem}.insights-hero__rule--top{width:100%}.insights-hero__rule--bottom{width:100%;max-width:none}.insights-hero__text{max-width:26rem}}@media (min-width:1024px){.insights-hero__inner{gap:5rem;padding:6rem 8rem 7rem}.insights-hero__badge{padding:.45rem .8rem;font-size:.7rem}.insights-hero__left{gap:2.5rem}.insights-hero__title{font-size:clamp(2.5rem,4vw,3.85rem)}.insights-hero__text{max-width:28rem;font-size:1.05rem}.insights-hero__cta-label{padding:.9rem 1.35rem;font-size:.9rem}}.insights-grid{font-family:var(--font-sf);box-sizing:border-box;width:100%}.insights-grid__inner{box-sizing:border-box;grid-template-columns:1fr;gap:1.15rem;width:100%;padding:0 1.25rem 3.5rem;display:grid}.insights-grid__card-reveal{min-width:0;height:100%}.insights-grid__card{box-sizing:border-box;background:#fff;border:1px solid #d8d8d8;flex-direction:column;align-items:flex-start;gap:1rem;height:100%;min-height:20rem;padding:1.75rem 1.5rem;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .3s;display:flex}.insights-grid__card:hover{border-color:#bdbdbd;transform:translateY(-.3rem)}.insights-grid__tag{background:var(--ccp-green);color:#fff;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.insights-grid__title{letter-spacing:-.02em;max-width:16rem;color:var(--foreground);margin:0;font-size:clamp(1.25rem,2.6vw,1.65rem);font-weight:700;line-height:1.2}.insights-grid__text{color:color-mix(in srgb, var(--foreground) 85%, transparent);margin:0;font-size:.95rem;line-height:1.6}.insights-grid__rule{background:#000;width:100%;height:1px;margin-top:auto;display:block}.insights-grid__meta{color:color-mix(in srgb, var(--foreground) 65%, transparent);margin:0;font-size:.8rem;line-height:1.4}.dark .insights-grid__card{background:#111;border-color:#333}@media (min-width:640px){.insights-grid__inner{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:0 2rem 4.5rem}.insights-grid__card{gap:1.15rem;min-height:22rem;padding:2rem 1.75rem}}@media (min-width:900px){.insights-grid__inner{grid-template-columns:repeat(3,1fr);gap:1.35rem;padding:0 4rem 5.5rem}.insights-grid__card{padding:2.15rem 1.85rem}.insights-grid__title{max-width:17rem}}@media (min-width:1024px){.insights-grid__inner{gap:1.5rem;padding:0 8rem 8rem}.insights-grid__card{gap:1.25rem;min-height:24rem;padding:2.35rem 2rem}.insights-grid__tag{padding:.4rem .7rem;font-size:.7rem}.insights-grid__text{font-size:1rem}.insights-grid__meta{font-size:.85rem}}.insights-enquiry{font-family:var(--font-sf);width:100%}.insights-enquiry__inner{box-sizing:border-box;grid-template-columns:1fr;align-items:start;gap:2.25rem;width:100%;padding:2.75rem 1.25rem 3.5rem;display:grid}.insights-enquiry__copy-reveal,.insights-enquiry__form-reveal{width:100%;min-width:0}.insights-enquiry__copy{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.insights-enquiry__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--foreground);margin:0;padding:.55rem .75rem;font-size:.65rem;font-weight:600;display:inline-block;position:relative}.insights-enquiry__corner{border-color:var(--foreground);border-style:solid;width:.55rem;height:.55rem;position:absolute}.insights-enquiry__corner--tl{border-width:1px 0 0 1px;top:0;left:0}.insights-enquiry__corner--tr{border-width:1px 1px 0 0;top:0;right:0}.insights-enquiry__corner--bl{border-width:0 0 1px 1px;bottom:0;left:0}.insights-enquiry__corner--br{border-width:0 1px 1px 0;bottom:0;right:0}.insights-enquiry__title{letter-spacing:-.015em;text-transform:uppercase;max-width:28rem;color:var(--foreground);margin:0;font-size:clamp(1.45rem,5.5vw,2.5rem);font-weight:700;line-height:1.15}.insights-enquiry__text{max-width:26rem;color:var(--foreground);margin:0;font-size:.98rem;line-height:1.65}.insights .enquiry-form{flex-direction:column;gap:1rem;width:100%;min-width:0;display:flex}.insights .enquiry-form__row{grid-template-columns:1fr;gap:1rem;display:grid}.insights .enquiry-form__field{flex-direction:column;gap:.45rem;min-width:0;display:flex}.insights .enquiry-form__field--full{width:100%}.insights .enquiry-form__label{letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);font-size:.65rem;font-weight:600}.insights .enquiry-form__input,.insights .enquiry-form__textarea{box-sizing:border-box;border:1px solid var(--border);width:100%;color:var(--foreground);background:#f3f3f3;outline:none;padding:.8rem .85rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,background-color .2s}.dark .insights .enquiry-form__input,.dark .insights .enquiry-form__textarea{background:#1a1a1a}.insights .enquiry-form__input:focus,.insights .enquiry-form__textarea:focus{border-color:var(--ccp-green);background:#fff}.dark .insights .enquiry-form__input:focus,.dark .insights .enquiry-form__textarea:focus{background:#111}.insights .enquiry-form__textarea{resize:vertical;min-height:7rem}.insights .enquiry-form__audience{border:0;margin:0;padding:0}.insights .enquiry-form__audience-grid{grid-template-columns:1fr;gap:.65rem;margin-top:.55rem;display:grid}.insights .enquiry-form__option{border:1px solid var(--border);cursor:pointer;background:0 0;align-items:flex-start;gap:.65rem;padding:.85rem .75rem;transition:border-color .2s;display:flex}.insights .enquiry-form__option input{opacity:0;pointer-events:none;position:absolute}.insights .enquiry-form__radio{border:1.5px solid var(--foreground);border-radius:50%;flex-shrink:0;width:1rem;height:1rem;margin-top:.15rem;position:relative}:is(.insights .enquiry-form__option--selected .enquiry-form__radio,.insights .enquiry-form__option:has(input:checked) .enquiry-form__radio){border-color:var(--ccp-green)}.insights .enquiry-form__option--selected .enquiry-form__radio:after{content:"";background:var(--ccp-green);border-radius:50%;position:absolute;inset:2px}.insights .enquiry-form__option:has(input:checked) .enquiry-form__radio:after{content:"";background:var(--ccp-green);border-radius:50%;position:absolute;inset:2px}.insights .enquiry-form__option-text{color:var(--foreground);font-size:.82rem;line-height:1.4}.insights .enquiry-form__submit{cursor:pointer;background:0 0;border:0;align-self:stretch;align-items:stretch;width:100%;margin-top:.25rem;padding:0;display:inline-flex}.insights .enquiry-form__submit-label{background:var(--ccp-green);letter-spacing:.06em;text-transform:uppercase;color:#fff;text-align:center;flex:1;padding:.9rem 1rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:background-color .25s}.insights .enquiry-form__submit-icon{border:1px solid var(--ccp-green);width:2.85rem;color:var(--ccp-green);background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin-left:.25rem;transition:background-color .25s,color .25s;display:flex}.insights .enquiry-form__submit-icon svg{width:1.15rem;height:1.15rem}.insights .enquiry-form__submit:hover .enquiry-form__submit-label{background:#276b55}.insights .enquiry-form__submit:hover .enquiry-form__submit-icon{background:var(--ccp-green);color:#fff}@media (min-width:640px){.insights-enquiry__inner{padding:3.25rem 2rem 4.5rem}.insights .enquiry-form__row,.insights .enquiry-form__audience-grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.insights-enquiry__inner{grid-template-columns:1fr 1.15fr;gap:3rem;padding:3.75rem 4rem 5.5rem}}@media (min-width:1024px){.insights-enquiry__inner{gap:4rem;padding:4.5rem 8rem 8rem}.insights-enquiry__title{max-width:34rem}.insights .enquiry-form__submit-label{padding:.95rem 1.25rem;font-size:.9rem}}
