/* Webflow's global stylesheet defines these same class names. Our rules outrank it
 * for properties we declare, but properties we DON'T declare leak through (e.g.
 * .plus{position:absolute}, which lifts the FAQ +/x icon out of the flex row).
 * `revert` drops Webflow's author-origin value back to the browser default, i.e.
 * how the standalone page rendered. Loaded BEFORE the page CSS, so our own rules
 * still win wherever they declare. Generated -- do not hand-edit. */
#uc .container{margin-left:revert;margin-right:revert;text-align:revert;}
#uc .cursor{align-items:revert;flex-direction:revert;inset:revert;justify-content:revert;opacity:revert;position:revert;z-index:revert;}
#uc .faq-item{align-items:revert;background-color:revert;border-radius:revert;display:revert;flex-direction:revert;max-width:revert;width:revert;}
#uc .h2{margin-top:revert;}
#uc .hero{align-items:revert;background-attachment:revert;background-image:revert;background-position:revert;background-repeat:revert;background-size:revert;display:revert;flex-direction:revert;grid-auto-columns:revert;grid-column-gap:revert;grid-row-gap:revert;grid-template-columns:revert;grid-template-rows:revert;justify-content:revert;}
#uc .left{align-items:revert;cursor:revert;display:revert;height:revert;justify-content:revert;width:revert;}
#uc .plus{background-color:revert;position:revert;}
#uc .right{align-items:revert;cursor:revert;display:revert;height:revert;justify-content:revert;width:revert;}
