@layer components{.c-list{--list-margin-top:1rem;--list-item-indicator-color:var(--brand-bronze);--list-item-indicator-size:8px;--list-indicator-margin-right:15px;--list-indicator-width:calc(var(--list-item-indicator-size) + var(--list-indicator-margin-right));--list-nested-left-indent-amount:4rem;--list-nested-left-indent:0px;--list-item-indicator-font-size:1em;--list-item-text-indent:0px;--list-text-color:var(--brand-onyx);color:var(--list-text-color);display:block;list-style:none}.c-list__item{padding-left:var(--list-indicator-width);vertical-align:middle;width:100%}.c-list__item .c-list,.c-list__item:nth-child(1n+2){margin-top:var(--list-margin-top)}.c-list__item:before{background-color:var(--list-item-indicator-color);content:"";display:inline-block;height:1em;line-height:1;margin-left:calc(var(--list-indicator-width)*-1);margin-right:var(--list-indicator-margin-right);position:relative;text-align:left;top:.1em;white-space:nowrap;width:var(--list-item-indicator-size)}.c-list--bulleted .c-list__item{position:relative}.c-list--bulleted>.c-list__item:before{-webkit-mask-image:url(../../../img/icons/slash.svg);mask-image:url(../../../img/icons/slash.svg);-webkit-mask-position:left center;mask-position:left center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.c-list--bulleted .c-list--bulleted{left:-3px;position:relative}.c-list--bulleted .c-list--bulleted>.c-list__item:before{-webkit-mask-image:url(../../../img/icons/bullet.svg);mask-image:url(../../../img/icons/bullet.svg)}.c-list--numbered{--list-item-indicator-size:19px;--list-indicator-margin-right:4px}.c-list--numbered .c-list__item{position:relative}.c-list--numbered .c-list__item:before{background-color:transparent;background-image:linear-gradient(to bottom,transparent 0,transparent calc(100% - 1px),var(--list-item-indicator-color) calc(100% - 1px),var(--list-item-indicator-color) 100%);background-repeat:no-repeat;background-size:15px 100%;color:var(--brand-onyx);content:counter(ordered-list);counter-increment:ordered-list;font-size:1em;font-weight:600;height:1.3em;line-height:1;top:-1px}.c-list--numbered:not([start]){counter-reset:ordered-list}.c-list--numbered .c-list--numbered .c-list__item:before{background-image:none;content:counter(ordered-list,lower-alpha) ".";top:0}}