
 html { scroll-behavior: auto !important; } html, body { overflow: auto !important; height: auto !important; } hr { border: 1px solid #1d1d1b; border-right: 0; border-bottom: 0; border-left: 0; padding-top: 22px; } ul { list-style-type: square; } li { margin-bottom: 1rem; } .wolvesfoot p { font-size: 77%; line-height: 1.3rem; } .wolveshead { -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); z-index: 999 !important; } .verticaltext { white-space: nowrap; } figcaption { margin-bottom: 12px; padding-right: 20%; } footer { overflow-x: hidden; } .menusvg a { max-width: 100%; cursor: none; } .attentionlink { --n: 3; background: -webkit-gradient(linear, left top, right top, from(currentColor), color-stop(0, transparent), color-stop(0, currentColor)) 100% 100%/calc(var(--n) * 100%) 2px no-repeat; background: -webkit-linear-gradient(left, currentColor calc(100%/var(--n)), transparent 0 calc((var(--n) - 1) * 100%/var(--n)), currentColor 0) 100% 100%/calc(var(--n) * 100%) 2px no-repeat; background: -o-linear-gradient(left, currentColor calc(100%/var(--n)), transparent 0 calc((var(--n) - 1) * 100%/var(--n)), currentColor 0) 100% 100%/calc(var(--n) * 100%) 2px no-repeat; background: linear-gradient(to right, currentColor calc(100%/var(--n)), transparent 0 calc((var(--n) - 1) * 100%/var(--n)), currentColor 0) 100% 100%/calc(var(--n) * 100%) 2px no-repeat; display: inline-block; text-decoration: none; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .attentionlink:hover { background-position: 0 100%; -webkit-transition: 1.5s; -o-transition: 1.5s; transition:1.5s }