.table-of-contents{--vertical-margin:1.5rem;--border-width:2px}@media (min-width:768px){.table-of-contents{--vertical-margin:2rem}}.table-of-contents{border-bottom:var(--border-width) solid;border-top:var(--border-width) solid;margin-top:2rem!important;padding-bottom:var(--vertical-margin);padding-top:var(--vertical-margin);width:100%}.table-of-contents ul{list-style:none;margin:0;padding:0}.table-of-contents h2{margin-bottom:2rem;margin-top:0}.table-of-contents a{align-items:center;display:grid;font-size:var(--wp--preset--font-size--h-4);font-weight:var(--rnb--font-weight--bold);gap:.5rem;grid-template-columns:1.25rem 1fr;letter-spacing:var(--rnb--letter-spacing--h4);line-height:var(--rnb--line-height--h4);padding:0 .25rem;position:relative;text-decoration:none;transition:color .3s ease-in-out;z-index:1}.table-of-contents a:after{background:var(--wp--preset--color--black,#000);content:"";inset:0 -.25rem;position:absolute;transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease-in-out;z-index:-1}.table-of-contents a:focus,.table-of-contents a:hover{color:var(--wp--preset--color--white,#fff)!important;text-decoration:none}.table-of-contents a:focus:after,.table-of-contents a:hover:after{transform:scaleY(1)}.table-of-contents a:before{background-color:currentcolor;background-size:contain;content:"";display:block;height:1.25rem;mask:url(/wp-content/themes/omnia/build/img/icons/arrow-down.svg) no-repeat center center;vertical-align:middle;width:1.25rem}.table-of-contents i{height:1rem;width:1rem}.table-of-contents li{margin:0;width:fit-content}.table-of-contents__list{display:flex;flex-direction:column;gap:1rem}