.p11-guides{--p11-guides-primary: #2d1b69;--p11-guides-deep: #20144b;--p11-guides-highlight: #ffc928;--p11-guides-warm: #fff6e9;--p11-guides-ink: #181421;--p11-guides-text: #242027;--p11-guides-muted: #68616d;--p11-guides-border: #ded9d2;--p11-guides-white: #fff;--p11-guides-gutter: 24px;--p11-guides-width: 1280px;--p11-guides-space: clamp(72px, 7vw, 108px);color:var(--p11-guides-text);background:var(--p11-guides-white);font-family:var(--font-body-family)}.p11-guides *,.p11-guides *:before,.p11-guides *:after{box-sizing:border-box}.p11-guides__container{width:min(calc(100% - (var(--p11-guides-gutter) * 2)),var(--p11-guides-width));margin-inline:auto}.p11-guides h1,.p11-guides h2,.p11-guides h3{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);overflow-wrap:anywhere}.p11-guides a{color:inherit;text-decoration:none}.p11-guides a:focus-visible{outline:3px solid var(--p11-guides-highlight);outline-offset:3px}.p11-guides-hero{position:relative;overflow:hidden;background:var(--p11-guides-warm)}.p11-guides-hero:before{position:absolute;top:72px;right:max(32px,calc((100vw - var(--p11-guides-width)) / 2 + 32px));width:74px;height:74px;background-image:radial-gradient(circle,rgba(45,27,105,.24) 1.5px,transparent 1.8px);background-size:11px 11px;content:""}.p11-guides-hero:after{position:absolute;bottom:-40px;left:max(32px,calc((100vw - var(--p11-guides-width)) / 2 + 32px));width:92px;height:92px;border-radius:50%;background:var(--p11-guides-highlight);content:""}.p11-guides-breadcrumb{position:relative;z-index:1;padding-top:24px}.p11-guides-breadcrumb ol{margin:0;padding:0;display:flex;align-items:center;gap:9px;list-style:none;color:var(--p11-guides-muted);font-size:12px;font-weight:600}.p11-guides-breadcrumb li+li:before{margin-right:9px;color:#a29ba4;content:"/"}.p11-guides-breadcrumb a:hover{color:var(--p11-guides-primary)}.p11-guides-hero__inner{position:relative;z-index:1;padding:48px 0 64px;display:grid;justify-items:center;gap:16px;text-align:center}.p11-guides-hero h1{max-width:1200px;margin:0;color:var(--p11-guides-primary);font-size:48px;letter-spacing:-.045em;line-height:56px}.p11-guides-hero__inner p{max-width:980px;margin:0;color:#212121;font-size:18px;line-height:30px;text-wrap:balance}.p11-guides-categories{background:var(--p11-guides-primary)}.p11-guides-categories__inner{min-height:72px;padding-block:10px;display:flex;align-items:center;gap:clamp(20px,2.5vw,34px);overflow-x:auto;scrollbar-width:none}.p11-guides-categories__inner::-webkit-scrollbar{display:none}.p11-guides-category{min-height:52px;padding:3px 2px 0;border-bottom:3px solid transparent;display:inline-flex;align-items:center;flex:0 0 auto;color:var(--p11-guides-white)!important;font-size:13px;font-weight:800;transition:border-color .15s ease-out}.p11-guides-category:hover{border-bottom-color:#ffffff7a}.p11-guides-category.is-active{border-bottom-color:var(--p11-guides-highlight)}.p11-guides-section{padding-block:var(--p11-guides-space);background:var(--p11-guides-white)}.p11-guides-featured{padding-top:clamp(44px,4.5vw,64px)}.p11-guides-section h2{margin:0 0 36px;color:var(--p11-guides-deep);font-size:clamp(30px,3.2vw,46px);letter-spacing:-.035em;line-height:1.12}.p11-guides-card{min-width:0;border:1px solid rgba(45,27,105,.1);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;background:var(--p11-guides-white);box-shadow:0 18px 50px #26194d14;transition:transform .18s ease-out,box-shadow .18s ease-out,border-color .18s ease-out}.p11-guides-card:hover{border-color:#2d1b6940;box-shadow:0 24px 58px #26194d21;transform:translateY(-4px)}.p11-guides-card__media{position:relative;min-height:250px;aspect-ratio:16 / 10;overflow:hidden;display:block;background:#f2efe9}.p11-guides-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .24s ease-out}.p11-guides-card:hover .p11-guides-card__media img{transform:scale(1.035)}.p11-guides-card__placeholder{width:100%;height:100%;min-height:inherit;display:grid;place-items:center;color:#2d1b6973}.p11-guides-card__placeholder svg{width:52px}.p11-guides-card__body{padding:25px 26px 23px;flex:1;display:flex;flex-direction:column}.p11-guides-card__meta{min-height:22px;display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:var(--p11-guides-muted);font-size:12px;font-weight:700}.p11-guides-card__category{padding:5px 9px;border-radius:999px;background:#f1efec;color:var(--p11-guides-primary);font-size:10px;letter-spacing:.03em;line-height:1.2;text-transform:uppercase}.p11-guides-card h3{margin:17px 0 12px;color:var(--p11-guides-deep);font-size:25px;letter-spacing:-.025em;line-height:1.18}.p11-guides-card h3 a:hover{color:var(--p11-guides-primary)}.p11-guides-card__body>p{margin:0 0 20px;color:var(--p11-guides-muted);font-size:14px;line-height:1.7}.p11-guides-link{width:fit-content;margin-top:auto;display:inline-flex;align-items:center;gap:7px;color:var(--p11-guides-primary)!important;font-size:13px;font-weight:800}.p11-guides-link svg,.p11-guides-button svg{width:18px;flex:0 0 auto;transition:transform .15s ease-out}.p11-guides-link:hover svg,.p11-guides-button:hover svg{transform:translate(3px)}.p11-guides-card--featured{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);min-height:530px;border-radius:30px}.p11-guides-card--featured .p11-guides-card__media{height:100%;min-height:530px;aspect-ratio:auto}.p11-guides-card--featured .p11-guides-card__body{padding:clamp(38px,5vw,70px);justify-content:center}.p11-guides-card--featured h3{font-size:clamp(30px,3vw,45px)}.p11-guides-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.p11-guides-pagination{margin-top:54px}.p11-guides-pagination .pagination-wrapper{margin:0}.p11-guides-empty{max-width:620px;margin-inline:auto;padding:52px 28px;border:1px solid var(--p11-guides-border);border-radius:24px;text-align:center}.p11-guides-empty>span{color:var(--p11-guides-primary);font-family:var(--font-heading-family);font-size:48px;font-weight:var(--font-heading-weight);line-height:1}.p11-guides-empty h3{margin:14px 0 8px;color:var(--p11-guides-deep);font-size:26px}.p11-guides-empty p{margin:0 0 22px;color:var(--p11-guides-muted)}.p11-guides-resources__heading{margin-bottom:36px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);align-items:end;gap:56px}.p11-guides-resources__heading h2{margin-bottom:0}.p11-guides-resources__heading>p{margin:0;color:var(--p11-guides-muted);font-size:14px;line-height:1.7}.p11-guides-resources__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.p11-guides-resource{padding:clamp(28px,3.2vw,44px);border:1px solid var(--p11-guides-border);border-radius:24px;display:grid;grid-template-columns:auto 1fr;gap:22px;background:var(--p11-guides-white)}.p11-guides-resource__icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:var(--p11-guides-primary);color:var(--p11-guides-white)}.p11-guides-resource__icon svg{width:25px}.p11-guides-resource h3{margin:0 0 10px;color:var(--p11-guides-deep);font-size:25px;line-height:1.22}.p11-guides-resource p{margin:0 0 13px;color:var(--p11-guides-muted);font-size:14px;line-height:1.7}.p11-guides-cta{position:relative;overflow:hidden;padding-block:clamp(64px,6.5vw,96px);background:var(--p11-guides-deep);color:var(--p11-guides-white)}.p11-guides-cta:after{position:absolute;right:-120px;bottom:-260px;width:480px;height:480px;border:1px solid rgba(255,255,255,.16);border-radius:50%;content:""}.p11-guides-cta__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:72px}.p11-guides-cta h2{max-width:760px;margin:0 0 17px;color:var(--p11-guides-white);font-size:clamp(34px,4vw,58px);letter-spacing:-.04em;line-height:1.08}.p11-guides-cta p{max-width:760px;margin:0;color:#ffffffc4;font-size:16px;line-height:1.75}.p11-guides-button{min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:800;line-height:1.15;text-align:center;transition:transform .15s ease-out,box-shadow .15s ease-out}.p11-guides-button:hover{transform:translateY(-2px)}.p11-guides-button--primary{background:var(--p11-guides-primary);color:var(--p11-guides-white)!important}.p11-guides-button--light{background:var(--p11-guides-white);color:var(--p11-guides-deep)!important;box-shadow:0 12px 28px #0003}@media screen and (max-width:989px){.p11-guides{--p11-guides-space: 78px}.p11-guides-hero__inner{padding:40px 0 48px}.p11-guides-hero h1{font-size:40px;line-height:48px}.p11-guides-hero__inner p{line-height:28px}.p11-guides-card--featured{grid-template-columns:1fr}.p11-guides-card--featured .p11-guides-card__media{min-height:440px;aspect-ratio:16 / 10}.p11-guides-card--featured .p11-guides-card__body{padding:38px 34px 42px}.p11-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.p11-guides-resources__heading{grid-template-columns:1fr;gap:14px}.p11-guides-cta__inner{grid-template-columns:1fr;gap:30px}.p11-guides-cta__inner>.p11-guides-button{width:fit-content}}@media screen and (max-width:749px){.p11-guides{--p11-guides-gutter: 16px;--p11-guides-space: 62px}.p11-guides-hero:before,.p11-guides-hero:after{display:none}.p11-guides-breadcrumb{padding-top:16px}.p11-guides-hero__inner{padding:32px 0 40px;gap:12px}.p11-guides-hero h1{font-size:34px;line-height:42px}.p11-guides-hero__inner p{font-size:17px;line-height:28px}.p11-guides-categories__inner{min-height:0;padding:10px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;overflow:visible}.p11-guides-category{width:100%;min-height:52px;padding:9px 0 8px;justify-content:flex-start;white-space:normal;line-height:1.35;text-align:left}.p11-guides-section h2{margin-bottom:30px;font-size:32px}.p11-guides-card,.p11-guides-card--featured{border-radius:22px}.p11-guides-card--featured .p11-guides-card__media{min-height:350px}.p11-guides-card--featured .p11-guides-card__body,.p11-guides-card__body{padding:24px 22px 26px}.p11-guides-card--featured h3,.p11-guides-card h3{font-size:24px}.p11-guides-grid,.p11-guides-resources__grid{grid-template-columns:1fr}.p11-guides-resource{padding:26px 22px;grid-template-columns:48px 1fr;gap:16px}.p11-guides-resource__icon{width:48px;height:48px;border-radius:14px}.p11-guides-resource h3{font-size:22px}.p11-guides-cta{padding-block:58px}.p11-guides-cta h2{font-size:34px}.p11-guides-cta__inner>.p11-guides-button{width:100%}}@media(prefers-reduced-motion:reduce){.p11-guides *,.p11-guides *:before,.p11-guides *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/11p-guides-blog.css.map */
