.manifest .manifest-component{background-color:var(--manifest-bg-color,var(--primary-color-bg))}
.manifest .manifest-component.bg-primary{--manifest-bg-color:var(--primary-color-bg);--manifest-fg-color:var(--primary-color-fg)}
.manifest .manifest-component.bg-secondary{--manifest-bg-color:var(--secondary-color-bg);--manifest-fg-color:var(--secondary-color-fg)}
.manifest .manifest-component.bg-tertiary{--manifest-bg-color:var(--tertiary-color-bg);--manifest-fg-color:var(--tertiary-color-fg)}
.manifest .manifest-component .container .manifest-component__container{padding-bottom:40px}
@media(min-width:1024px){.manifest .manifest-component .container .manifest-component__container{padding:64px 4px}
}
.manifest .manifest-component .container .manifest-component__container .cmp-text{padding:24px 0;width:91%}
@media(min-width:1024px){.manifest .manifest-component .container .manifest-component__container .cmp-text{padding:0}
}
@media(min-width:1024px){.manifest .manifest-component .container .manifest-component__container .cmp-text{width:100%}
}
.manifest .manifest-component .container .manifest-component__container p{font-family:'helvetica-lt-pro',helvetica,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:-0.4px}
@media(min-width:1024px){.manifest .manifest-component .container .manifest-component__container p{width:100%;font-family:'helvetica-lt-pro',helvetica,sans-serif;font-style:normal;font-weight:700;font-size:32px;line-height:40px;letter-spacing:-0.96px}
}