.CPP_PlansBlock__plans--list{display:grid;gap:1.5rem;margin-block-start:3rem}@media (min-width:460px){.CPP_PlansBlock__plans--list{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}}.CPP_PlansBlock__plans--list-item-article{background-color:var(--cpp-color-white);border-radius:var(--cpp-br-sm);overflow:hidden;height:100%;display:flex;flex-direction:column}.CPP_PlansBlock__plan{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.CPP_PlansBlock__plan-title-bg{display:flex;align-items:center;gap:.7rem;padding:1rem}.CPP_PlansBlock__plan-title-icon{width:18px}.CPP_PlansBlock__plan-title{color:var(--cpp-color-white);font-size:20px;line-height:26px;font-weight:600;margin:0;text-wrap:pretty}.CPP_PlansBlock__plan-subtext{margin-bottom:1rem}.CPP_PlansBlock__plan-subtext p{font-weight:600;font-size:15px;line-height:26px}.CPP_PlansBlock__plan-strapline{margin-bottom:1rem}.CPP_PlansBlock__plan-strapline p{font-size:18px;line-height:28px}.CPP_PlansBlock__plan-content p{font-size:14px}.CPP_PlansBlock__plan-content a{color:var(--cpp-color-choice-pink)}.CPP_PlansBlock__plan-buttons{display:flex;flex-direction:column;gap:.5rem;margin-block-start:1.5rem}@media (min-width:576px){.CPP_PlansBlock__plan-buttons{flex-direction:row}}.CPP_PlansBlock__plan-link{flex-grow:1}.CPP_PlansBlock__plan-link .CPP__Button{width:100%}.CPP_PlansBlock__plan-link-second{color:var(--cpp-color-choice-purple);background-color:transparent;padding-left:0;padding-bottom:0;justify-content:flex-end;font-size:16px}.CPP_PlansBlock__footer{max-width:100ch;margin-inline:auto;margin-top:1.5rem;text-align:center;opacity:.8}.CPP_PlansBlock__footer p{font-size:14px;line-height:20px;margin-bottom:1rem}.CPP_PlansBlock__footer p:last-of-type{margin-bottom:0}.CPP_PlansBlock__modal{position:fixed;top:0;left:0;width:100%;height:100%;overflow:auto;background-color:rgba(255,255,255,.5);z-index:9999;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;padding:1rem;backdrop-filter:blur(2px)}.CPP_PlansBlock__modal.active{opacity:1;pointer-events:all}.CPP_PlansBlock__modal--inner{position:relative;background-color:var(--cpp-color-white);border-radius:var(--cpp-br-md);width:100%;max-width:800px;max-height:95vh;overflow-y:auto;-webkit-box-shadow:10px 10px 18px -3px rgba(0,0,0,.43);-moz-box-shadow:10px 10px 18px -3px rgba(0,0,0,.43);box-shadow:10px 10px 18px -3px rgba(0,0,0,.43)}.CPP_PlansBlock__modal--inner ul{margin-block-end:1rem;margin-inline-start:1rem}.CPP_PlansBlock__modal--inner a{margin-block-start:2rem;margin-block-end:1rem}@media (min-width:992px){.CPP_PlansBlock__modal--header{grid-column:1/span 2}}.CPP_PlansBlock__modal--close{background-color:var(--cpp-color-white);width:25px;height:25px;display:grid;place-content:center;border-radius:50%;color:var(--cpp-color-choice-pink);font-size:14px;line-height:14px;font-weight:700;position:absolute;top:12px;right:12px;cursor:pointer;transition:background-color var(--cpp-transition-medium),color var(--cpp-transition-medium)}.CPP_PlansBlock__modal--close:hover{background-color:var(--cpp-color-choice-pink-dark);color:var(--cpp-color-white)}.CPP_PlansBlock__modal--strap-container{background-color:var(--cpp-color-choice-pink);border-radius:var(--cpp-br-md) var(--cpp-br-md) 0 0;display:flex;gap:.25rem;align-items:center;padding-inline:1rem;padding-block:.25rem}.CPP_PlansBlock__modal--strap-container .Svg{color:var(--cpp-color-white);width:18px;height:auto}.CPP_PlansBlock__content{padding:1.75rem}.CPP_PlansBlock__content ul{font-size:14px;margin-block-end:1.25rem}.CPP_PlansBlock__content ul li{margin-bottom:.5rem}.CPP_PlansBlock__modal--strap{color:var(--cpp-color-white);font-size:20px;line-height:26px;font-weight:600;padding:.5rem;margin:0}.CPP_PlansBlock__button-container{text-align:center}