:root{--font-family-montserrat: "Montserrat", sans-serif;--font-size-xs: .7rem;--font-size-sm: .8rem;--font-size-md: .9rem;--font-size-base: 1rem;--font-size-lg: 1.2rem;--font-size-xl: 1.5rem;--font-size-xxl: 2rem;--font-size-h1: 3.75rem;--font-size-h2: 3rem;--font-size-h3: 1.75rem;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--text-white: rgba(255, 255, 255, 1);--text-black: rgba(0, 0, 0, .6);--text-brand: rgba(229, 30, 56, 1);--text-muted: rgba(0, 0, 0, .3);--brand-red-legacy: #d51219;--brand-red-evolved: #e51e38;--brand-dark-legacy: #222222;--brand-dark-evolved: #1d1d1b;--brand-light-legacy: #f5f5f5;--brand-light-evolved: #f4f4f4;--brand-soft-legacy: #e1e1e1;--brand-soft-evolved: #f6f2f2;--brand-green-legacy: #26d367;--brand-green-evolved: #2ab86f;--brand-rose-legacy: #df9799;--brand-rose-evolved: #f29fa3;--brand-blue-evolved: #122f8c;--texture-grid: rgba(29, 29, 27, .05);--outline-strong: rgba(229, 30, 56, .9);--overlay-dark: rgba(0, 0, 0, .8);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--space-xxs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-xxl: 48px;--header-height: 70px}app-root{display:block;padding-top:var(--header-height)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;padding:0;font-family:var(--font-family-montserrat);overflow-x:hidden;background-color:var(--brand-light-evolved);color:var(--brand-dark-evolved)}.text-white{color:var(--text-white)}.full-width-section{position:relative;left:50%;margin-left:-50vw;width:100vw}.full-height-minus-header{height:calc(80vh - var(--header-height));margin-top:var(--header-height)}.full-viewport-section{composes:full-width-section full-height-minus-header}.text-black{color:var(--text-black)}.text-brand{color:var(--text-brand)}.spacing-stack-xs>*:not(:first-child){margin-top:var(--space-xs)}.spacing-stack-md>*:not(:first-child){margin-top:var(--space-md)}body.no-chrome app-header,body.no-chrome app-footer{display:none!important}body.no-chrome{--header-height: 0px}*{scrollbar-width:thin;scrollbar-color:var(--brand-dark-evolved) var(--brand-soft-evolved)}*::-webkit-scrollbar{width:12px}*::-webkit-scrollbar-track{background:var(--brand-soft-evolved)}*::-webkit-scrollbar-thumb{background-color:var(--brand-dark-evolved);border-radius:20px;border:3px solid var(--brand-soft-evolved)}html,body,app-root{overflow-x:hidden;-webkit-overflow-scrolling:touch}
