:root {--stfu-color-blue-rgb: 0, 100, 200;--stfu-color-green-rgb: 0, 100, 0;--stfu-color-orange-rgb: 200, 100, 0;--stfu-color-purple-rgb: 100, 0, 100;--stfu-color-red-rgb: 150, 0, 0;--stfu-color-silver-rgb: 51, 68, 102;--stfu-color-yellow-rgb: 200, 200, 0;--stfu-color-lightest: #fafafa;--stfu-color-lighter: #f5f5f5;--stfu-color-light: #eee;--stfu-color-medium-light: #ddd;--stfu-color-medium: #ccc;--stfu-color-medium-dark: #bbb;--stfu-color-dark: #aaa;--stfu-color-darker: #999;--stfu-color-darkest: #888;--stfu-color-theme-primary: #000;--stfu-color-theme-secondary: #e0e8f0;--stfu-color-link: #55c;--stfu-color-link-focus: #c00;--stfu-color-transparency-dark: rgba(0, 0, 0, 0.05);}:root {--stfu-header-height: 100px;--stfu-header-nav-v-spacing: calc((var(--stfu-header-height) - (var(--stfu-menu-option-height) + (var(--stfu-menu-option-v-padding) * 2) + 2px)) / 2);}:root {--stfu-menu-option-v-padding: 6px;--stfu-menu-option-height: 30px;}:root {--stfu-modal-area-inner-h-spacing: 20px;--stfu-modal-area-inner-v-spacing: 20px;--stfu-modal-area-outer-h-spacing: 10px;--stfu-modal-area-outer-v-spacing: 10px;--stfu-modal-background-color: rgba(0, 0, 0, 0.8);--stfu-modal-button-outer-spacing: 2px;--stfu-modal-button-right: 15px;--stfu-modal-button-width: 62px;--stfu-modal-transition-duration: var(--stfu-transition-duration-fast);--stfu-modal-wrap-bottom-spacing: 60px;}:root {--stfu-paragraph-v-spacing: 30px;}:root {--stfu-section-h-spacing: 20px;--stfu-section-v-spacing: 40px;}:root {--stfu-width-body: 2100px;--stfu-width-narrowest: 200px;--stfu-width-narrower: 400px;--stfu-width-narrow: 600px;--stfu-width-standard: 800px;--stfu-width-standard-plus: 1000px;--stfu-width-wide: 1200px;--stfu-width-wider: 1400px;--stfu-width-widest: 1600px;}:root {--stfu-transition-duration-fast: 100ms;--stfu-transition-duration-normal: 200ms;--stfu-transition-duration-slow: 400ms;--stfu-transition-duration-slower: 800ms;--stfu-transition-duration-slowest: 1600ms;}:root {--stfu-window-scrollbar-width: 0px;}html {box-sizing: border-box;}body {background-color: var(--stfu-color-lighter);display: flex;flex-wrap: wrap;font-family: "quicksand";font-weight: 500;margin: 0 auto;max-width: var(--stfu-width-body);position: relative;text-rendering: auto;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;}body[data-modal*="clos"],body[data-modal="closing"] {padding: 0;}body[data-modal="closing"],body[data-modal="open"],body[data-modal="opening"] {overflow-y: hidden;}body.stfu-window-oversized[data-modal="closing"],body.stfu-window-oversized[data-modal="open"],body.stfu-window-oversized[data-modal="opening"] {left: calc((var(--stfu-window-scrollbar-width) / 2) * -1);}body:not(.stfu-window-oversized)[data-modal="closing"],body:not(.stfu-window-oversized)[data-modal="open"],body:not(.stfu-window-oversized)[data-modal="opening"] {padding: 0 var(--stfu-window-scrollbar-width) 0 0;}[hidden] {display: none;}:focus {outline: 0;outline-offset: 1px;}*,*::after,*::before {box-sizing: inherit;}b,strong {font-weight: 700;}blockquote {margin: 0;padding: 0;}blockquote + figcaption {padding-top: 30px;}button,.stfu-nav-prev-next > div a,.stfu-nav-prev-next > div div,.stfu-read-more a,.stfu-view-artwork-options a {border: 1px solid;font-family: inherit;font-weight: 700;text-transform: uppercase;-webkit-user-select: none;user-select: none;}cite,em,i {font-family: "lora";font-weight: 700;letter-spacing: 0.3px;line-height: 0;}h1,h2,h3,h4,h5,h6 {font-weight: 700;}figure a + figcaption,figure img + figcaption {background-color: var(--stfu-color-light);border: solid var(--stfu-color-medium-dark);border-width: 0 1px 1px;color: #000;font-size: 15px;line-height: 25px;padding: 15px 20px;}figure.stfu-image {line-height: 0;margin: 0;}iframe {aspect-ratio: 16/9;border: 0;display: block;height: auto;line-height: 0;outline: 2px solid #fff;outline-offset: -1px;width: 100%;}iframe:fullscreen {outline-offset: 0;}img {display: inherit;height: auto;max-width: 100%;}li,ol,ul {margin: 0;padding: 0;position: relative;}nav a > span > span,.stfu-screen-reader-text {border: 0;height: 0;overflow: hidden;padding: 0;position: absolute;white-space: nowrap;width: 0;word-wrap: normal;}s {display: inline-block;position: relative;text-decoration: none;}s::after,s::before {content: "";left: 0;position: absolute;right: 0;}a,a::after,a::before,button,button::after,li > span,span::before,sup,.stfu-entry-content a img {text-decoration: none;transition:var(--stfu-transition-duration-normal) background-color linear 0ms,var(--stfu-transition-duration-normal) border-color linear 0ms,var(--stfu-transition-duration-normal) color linear 0ms,var(--stfu-transition-duration-normal) filter linear 0ms,var(--stfu-transition-duration-normal) opacity linear 0ms,var(--stfu-transition-duration-normal) transform linear 0ms;}body:not(.stfu-using-mouse) a:not(.stfu-no-focus):focus,body:not(.stfu-using-mouse) button:focus {opacity: 1;outline: 3px solid var(--stfu-color-link-focus);}a:not([href]) {cursor: default;}figure.stfu-image > a {display: inline-block;}.stfu-align-center {text-align: center;}.stfu-align-justify {text-align: justify;}.stfu-align-left,.stfu-align-none {text-align: left;}.stfu-align-right {text-align: right;}.stfu-background-theme-primary {background-color: var(--stfu-color-theme-primary);color: #fff;}.stfu-background-theme-secondary {background-color: var(--stfu-color-theme-secondary);color: #000;}.stfu-background-transparency-dark {background-color: var(--stfu-color-transparency-dark);color: #000;}.stfu-background-emphasis {background-image: linear-gradient(170deg,var(--stfu-color-theme-primary),var(--stfu-color-darkest),var(--stfu-color-darker));color: #fff;font-size: 20px;font-weight: 700;text-transform: uppercase;}.stfu-background-none {background-color: #fff;color: #000;}.stfu-background-lightest {background-color: var(--stfu-color-lightest);color: #000;}.stfu-background-lighter {background-color: var(--stfu-color-lighter);color: #000;}.stfu-background-light {background-color: var(--stfu-color-light);color: #000;}.stfu-background-medium-light {background-color: var(--stfu-color-medium-light);color: #000;}.stfu-background-medium {background-color: var(--stfu-color-medium);color: #000;}.stfu-background-medium-dark {background-color: var(--stfu-color-medium-dark);color: #000;}.stfu-background-dark {background-color: var(--stfu-color-dark);color: #000;}.stfu-background-darker {background-color: var(--stfu-color-darker);color: #fff;}.stfu-background-darkest {background-color: var(--stfu-color-darkest);color: #fff;}.stfu-background-blue-rgb {background-image: linear-gradient(135deg,rgba(var(--stfu-color-blue-rgb), 0.2),rgba(var(--stfu-color-blue-rgb), 0.15),rgba(var(--stfu-color-blue-rgb), 0.1),rgba(var(--stfu-color-blue-rgb), 0.05),transparent);}.stfu-background-green-rgb {background-image: linear-gradient(135deg,rgba(var(--stfu-color-green-rgb), 0.2),rgba(var(--stfu-color-green-rgb), 0.15),rgba(var(--stfu-color-green-rgb), 0.1),rgba(var(--stfu-color-green-rgb), 0.05),transparent);}.stfu-background-orange-rgb {background-image: linear-gradient(135deg,rgba(var(--stfu-color-orange-rgb), 0.2),rgba(var(--stfu-color-orange-rgb), 0.15),rgba(var(--stfu-color-orange-rgb), 0.1),rgba(var(--stfu-color-orange-rgb), 0.05),transparent);}.stfu-background-purple-rgb {background-image: linear-gradient(135deg,rgba(var(--stfu-color-purple-rgb), 0.2),rgba(var(--stfu-color-purple-rgb), 0.15),rgba(var(--stfu-color-purple-rgb), 0.1),rgba(var(--stfu-color-purple-rgb), 0.05),transparent);}.stfu-background-red-rgb {background-image: linear-gradient(135deg,rgba(var(--stfu-color-red-rgb), 0.2),rgba(var(--stfu-color-red-rgb), 0.15),rgba(var(--stfu-color-red-rgb), 0.1),rgba(var(--stfu-color-red-rgb), 0.05),transparent);}.stfu-background-silver-rgb {background-image: linear-gradient(135deg,rgba(var(--stfu-color-silver-rgb), 0.2),rgba(var(--stfu-color-silver-rgb), 0.15),rgba(var(--stfu-color-silver-rgb), 0.1),rgba(var(--stfu-color-silver-rgb), 0.05),transparent);}.stfu-background-yellow-rgb {background-image: linear-gradient(135deg,rgba(var(--stfu-color-yellow-rgb), 0.2),rgba(var(--stfu-color-yellow-rgb), 0.15),rgba(var(--stfu-color-yellow-rgb), 0.1),rgba(var(--stfu-color-yellow-rgb), 0.05),transparent);}.stfu-width-full {max-width: 100%;}.stfu-width-narrowest {max-width: var(--stfu-width-narrowest);}.stfu-width-narrower {max-width: var(--stfu-width-narrower);}.stfu-width-narrow {max-width: var(--stfu-width-narrow);}.stfu-width-standard {max-width: var(--stfu-width-standard);}.stfu-width-standard-plus {max-width: var(--stfu-width-standard-plus);}.stfu-width-wide {max-width: var(--stfu-width-wide);}.stfu-width-wider {max-width: var(--stfu-width-wider);}.stfu-width-widest {max-width: var(--stfu-width-widest);}.stfu-svg {line-height: 0;}.stfu-svg a {align-items: center;display: inline-flex;justify-content: space-evenly;}.stfu-text::before {content: attr(data-text);}[class*="stfu-skip-link"] {font-weight: 700;width: 100%;}[class*="stfu-skip-link"] a {align-items: center;background-color: var(--stfu-color-link-focus);color: #fff;display: flex;font-size: 24px;height: calc(var(--stfu-header-height) + 5px);justify-content: center;max-width: var(--stfu-width-body);overflow: hidden;padding: 0 var(--stfu-section-h-spacing);position: fixed;text-transform: uppercase;width: 100%;word-wrap: normal;z-index: 996;}body:not(.stfu-using-mouse) [class*="stfu-skip-link"] a:focus {transform: translate3d(0, 0, 0);}.stfu-skip-link-bottom a {bottom: 0;transform: translate3d(0, calc(var(--stfu-header-height) + 5px), 0);}.stfu-skip-link-top a {top: 0;transform: translate3d(0, calc((var(--stfu-header-height) + 5px) * -1), 0);}.stfu-modal {cursor: pointer;max-width: var(--stfu-width-body);position: fixed;transition: var(--stfu-modal-transition-duration) background-color linear 0ms;width: 100%;}body[data-modal="closed"] .stfu-modal {z-index: -1;}body[data-modal="closing"] .stfu-modal {background-color: transparent;}body[data-modal="closing"] .stfu-modal,body[data-modal="open"] .stfu-modal,body[data-modal="opening"] .stfu-modal {height: 100%;z-index: 997;}body[data-modal="open"] .stfu-modal,body[data-modal="opening"] .stfu-modal {background-color: var(--stfu-modal-background-color);}body[data-modal="closing"] .stfu-modal-scrollbar,body[data-modal="open"] .stfu-modal-scrollbar,body[data-modal="opening"] .stfu-modal-scrollbar {background-color: var(--stfu-color-lighter);height: 100%;left: calc(100% - var(--stfu-window-scrollbar-width));position: fixed;width: var(--stfu-window-scrollbar-width);z-index: 999;}body > header {background-color: #fff;max-width: var(--stfu-width-body);width: 100%;}body > header > .stfu-wrap {margin: 0 auto;max-width: var(--stfu-width-wide);}.stfu-logo {align-items: center;display: inline-flex;font-family: "future-unmapped";font-size: 33px;font-weight: 400;height: var(--stfu-header-height);line-height: 1;margin-left: 5px;text-align: center;width: 200px;}.stfu-logo a {border: 1px solid transparent;padding: 8px 0 5px;}body.stfu-can-hover .stfu-logo a:hover {border-color: #000;}.stfu-logo a span {display: inline-block;color: #000;margin-bottom: 1px;margin-top: -1px;}.stfu-nav-header {background-color: #fff;float: right;padding-right: calc(var(--stfu-modal-button-width) + var(--stfu-modal-button-right) - 1px);position: relative;top: var(--stfu-header-nav-v-spacing);}.stfu-nav-header > ul li {display: inline-block;list-style-type: none;margin-left: -5px;padding-right: 5px;}.stfu-nav-header > ul li a {border: 1px solid transparent;color: #000;display: inline-block;font-size: 14px;line-height: var(--stfu-menu-option-height);padding: var(--stfu-menu-option-v-padding) 10px;text-transform: uppercase;-webkit-user-select: none;user-select: none;}body.stfu-can-hover .stfu-nav-header > ul li a:hover {border-color: #000;}.stfu-title-area {display: none;}body.stfu-pin-menu .stfu-nav-modal-button {position: fixed;top: 0;transform: translate3d(-50%, 0, 0);}body:not(.stfu-pin-menu) .stfu-nav-modal-button {margin: 0 auto;position: relative;}body[data-modal="closed"].stfu-pin-menu .stfu-nav-modal-button {left: 50%;width: 100%;z-index: 1;}body[data-modal="closed"].stfu-pin-menu .stfu-nav-modal-button,body[data-modal="closing"].stfu-pin-menu .stfu-nav-modal-button,body[data-modal="opening"].stfu-pin-menu .stfu-nav-modal-button {max-width: var(--stfu-width-standard-plus);}body[data-modal="closed"]:not(.stfu-pin-menu) .stfu-nav-modal-button,body[data-modal="closing"]:not(.stfu-pin-menu) .stfu-nav-modal-button,body[data-modal="opening"]:not(.stfu-pin-menu) .stfu-nav-modal-button {max-width: var(--stfu-width-wide);}body[data-modal="closing"].stfu-pin-menu .stfu-nav-modal-button,body[data-modal="open"].stfu-pin-menu .stfu-nav-modal-button,body[data-modal="opening"].stfu-pin-menu .stfu-nav-modal-button {left: calc(50% - (var(--stfu-window-scrollbar-width) / 2));width: calc(100% - var(--stfu-window-scrollbar-width));}body[data-modal="open"] .stfu-nav-modal-button {max-width: var(--stfu-width-standard);z-index: 999;}body[data-modal="opening"] .stfu-nav-modal-button {z-index: -1;}.stfu-nav-modal-button button {background-color: #fff;border-color: #000;cursor: pointer;}.stfu-nav-modal-button button,.stfu-nav-modal-button button::after {align-items: center;display: inline-flex;justify-content: center;position: absolute;-webkit-tap-highlight-color: transparent; }.stfu-nav-modal-button button::after {content: "Close";}body.stfu-can-hover .stfu-nav-modal-button button:hover {background-color: #000;}.stfu-nav-modal-button button[aria-expanded="false"],.stfu-nav-modal-button button[aria-expanded="true"]::after {color: #000;}.stfu-nav-modal-button button[aria-expanded="false"]::after,.stfu-nav-modal-button button[aria-expanded="true"] {color: transparent;}body.stfu-can-hover .stfu-nav-modal-button button[aria-expanded="false"]:hover,body.stfu-can-hover .stfu-nav-modal-button button[aria-expanded="true"]:hover::after {color: #fff;}body.stfu-can-hover .stfu-nav-modal-button button[aria-expanded="false"]:hover::after {color: transparent;}body:not(.stfu-pin-menu) .stfu-nav-modal-button button,body[data-modal="open"].stfu-pin-menu .stfu-nav-modal-button button {font-size: 14px;line-height: var(--stfu-menu-option-height);padding: var(--stfu-menu-option-v-padding) 0;width: var(--stfu-modal-button-width);}body[data-modal="closed"].stfu-pin-menu .stfu-nav-modal-button button,body[data-modal="closing"].stfu-pin-menu .stfu-nav-modal-button button,body[data-modal="opening"].stfu-pin-menu .stfu-nav-modal-button button {font-size: 12px;line-height: 1;padding: 12px 8px;right: calc(var(--stfu-modal-button-outer-spacing) + 1px);top: var(--stfu-modal-button-outer-spacing);}body[data-modal="closed"]:not(.stfu-pin-menu) .stfu-nav-modal-button button,body[data-modal="closing"]:not(.stfu-pin-menu) .stfu-nav-modal-button button,body[data-modal="opening"]:not(.stfu-pin-menu) .stfu-nav-modal-button button {right: var(--stfu-modal-button-right);top: calc(var(--stfu-header-nav-v-spacing) - var(--stfu-header-height));}body[data-modal="open"] .stfu-nav-modal-button button {right: calc(var(--stfu-window-scrollbar-width) + var(--stfu-modal-area-outer-h-spacing) + var(--stfu-modal-area-inner-h-spacing) + 1px);}body[data-modal="open"].stfu-pin-menu .stfu-nav-modal-button button {top: calc(var(--stfu-modal-area-outer-v-spacing) + var(--stfu-modal-area-inner-v-spacing) - 1px);}body[data-modal="open"]:not(.stfu-pin-menu) .stfu-nav-modal-button button {top: calc(var(--stfu-header-nav-v-spacing) - var(--stfu-header-height) + 1px);}.stfu-modal-area {margin: 0 auto;max-width: var(--stfu-width-standard);position: sticky;top: 0;transition: var(--stfu-modal-transition-duration) transform linear 0ms;width: 100%;z-index: 998;}body[data-modal="closed"] .stfu-modal-area {visibility: hidden;}body[data-modal="closed"] .stfu-modal-area,body[data-modal="closing"] .stfu-modal-area,body[data-modal="opening"] .stfu-modal-area {pointer-events: none;}body[data-modal="closing"] .stfu-modal-area,body[data-modal="open"] .stfu-modal-area,body[data-modal="opening"] .stfu-modal-area {visibility: visible;}body[data-modal="open"] .stfu-modal-area {pointer-events: visible;}body[data-modal="closed"].stfu-pin-menu .stfu-modal-area,body[data-modal="closing"].stfu-pin-menu .stfu-modal-area {transform: translate3d(0, calc(-100vh + var(--stfu-modal-area-outer-v-spacing)), 0);}body[data-modal="open"].stfu-pin-menu .stfu-modal-area,body[data-modal="opening"].stfu-pin-menu .stfu-modal-area {transform: translate3d(0, 0, 0);}body[data-modal="closed"]:not(.stfu-pin-menu) .stfu-modal-area,body[data-modal="closing"]:not(.stfu-pin-menu) .stfu-modal-area {transform: translate3d(0, calc(-100vh - var(--stfu-header-height) + var(--stfu-modal-area-outer-v-spacing)), 0);}body[data-modal="open"]:not(.stfu-pin-menu) .stfu-modal-area,body[data-modal="opening"]:not(.stfu-pin-menu) .stfu-modal-area {transform: translate3d(0, calc(var(--stfu-header-height) * -1), 0);}.stfu-modal-area .stfu-outer-wrap {position: absolute;margin: var(--stfu-modal-area-outer-v-spacing) var(--stfu-modal-area-outer-h-spacing) 0;width: calc(100% - (var(--stfu-modal-area-outer-h-spacing) * 2));}.stfu-modal-area .stfu-inner-wrap {background-color: #fff;height: calc(100vh - (var(--stfu-modal-area-outer-v-spacing) * 2));overflow-x: auto;overflow-y: scroll;padding-bottom: var(--stfu-modal-wrap-bottom-spacing);}.stfu-modal-area .stfu-inner-wrap hr {border: solid transparent;border-width: 0 0 3px 0;border-image-slice: 1;border-image-source: linear-gradient(to right,transparent 0%,var(--stfu-color-theme-primary) 50%,transparent 100%);}.stfu-modal-header {height: calc(var(--stfu-menu-option-height) + (var(--stfu-menu-option-v-padding) * 2) + (var(--stfu-modal-area-inner-v-spacing) * 2));background-color: #fff;position: sticky;top: 0;z-index: 2;}@media screen and (min-width:700px) {.stfu-modal-nav-area {display: grid;grid-template-columns: 35% 65%;grid-template-rows: auto;}}.stfu-modal-nav-area nav {padding-left: var(--stfu-modal-area-inner-h-spacing);padding-right: var(--stfu-modal-area-inner-h-spacing);}.stfu-modal-nav-area nav a {border: 1px solid;color: inherit;display: block;font-size: 15px;line-height: 28px;padding-bottom: 10px;padding-right: 10px;padding-top: 10px;-webkit-user-select: none;user-select: none;}body.stfu-can-hover .stfu-modal-nav-area nav a:hover {border-color: #000;}body:not(.stfu-using-mouse) .stfu-modal-nav-area nav a:focus {outline-offset: -3px;}.stfu-modal-nav-area nav h2 {background-color: #000;color: #fff;font-size: 20px;line-height: 1;margin: 0;padding: 25px 0;position: sticky;text-align: center;text-transform: uppercase;top: calc(var(--stfu-menu-option-height) + (var(--stfu-menu-option-v-padding) * 2) + (var(--stfu-modal-area-inner-v-spacing) * 2));-webkit-user-select: none;user-select: none;z-index: 1;}.stfu-modal-nav-area nav > ul li {list-style-type: none;}.stfu-modal-nav-area nav > ul li.stfu-nav-sep-after:not(:first-child)::after,.stfu-modal-nav-area nav > ul li.stfu-nav-sep-before:not(:first-child)::before {border-top: 1px solid var(--stfu-color-dark);content: "";display: block;margin: 10px 0;}.stfu-modal-nav-area .stfu-nav-site {text-align: center;text-transform: uppercase;}@media screen and (min-width:700px) {.stfu-modal-nav-area .stfu-nav-site {border: solid transparent;border-width: 0 3px 0 0;border-image-slice: 1;border-image-source: linear-gradient(to bottom,transparent 0%,var(--stfu-color-theme-primary) 50%,transparent 100%);padding-bottom: var(--stfu-modal-area-inner-v-spacing);}}.stfu-modal-area .stfu-nav-site a {border-color: transparent;padding-left: 10px;}.stfu-modal-area .stfu-nav-site > ul {margin-bottom: 30px;margin-top: 10px;}.stfu-modal-area .stfu-nav-toc {padding-bottom: var(--stfu-modal-area-inner-v-spacing);}.stfu-modal-area .stfu-nav-toc > ul {margin-bottom: 5px;margin-top: 5px;}.stfu-modal-area .stfu-nav-toc a.stfu-even {background-color: var(--stfu-color-lighter);}.stfu-modal-area .stfu-nav-toc a.stfu-odd {background-color: #fff;}.stfu-modal-area .stfu-nav-toc a.stfu-child {padding-left: 15px;}.stfu-modal-area .stfu-nav-toc a.stfu-child-child {padding-left: 30px;}.stfu-modal-area .stfu-nav-toc a.stfu-child-child-child {padding-left: 45px;}.stfu-modal-area .stfu-nav-toc a.stfu-child-child-child-child {padding-left: 60px;}.stfu-modal-area .stfu-nav-toc a[class*="stfu-child"] > span::before {content: "\2022\00a0\00a0";}.stfu-modal-area .stfu-nav-toc a:not([class*="stfu-child"]) {padding-left: 10px;}.stfu-modal-area .stfu-nav-toc a.stfu-parent > span::after {content: ":";}.stfu-modal-area .stfu-nav-toc a[class*="stfu-in-view"]::before {border-radius: 4px;color: #fff;display: block;font-size: 12px;font-weight: 700;margin-bottom: 5px;text-align: center;text-transform: uppercase;}.stfu-modal-area .stfu-nav-toc a[class*="stfu-in-view"]:hover::before {background-color: var(--stfu-color-dark);}.stfu-modal-area .stfu-nav-toc a:not([class*="stfu-in-view"]) {border-color: transparent;}.stfu-modal-area .stfu-nav-toc a.stfu-in-view-full {border-color: #080;}.stfu-modal-area .stfu-nav-toc a.stfu-in-view-partial {border-color: #e70;}.stfu-modal-area .stfu-nav-toc a.stfu-in-view-full::before {background-color: #080;content: "Currently in view";width: 138px;}.stfu-modal-area .stfu-nav-toc a.stfu-in-view-partial::before {background-color: #e70;content: "Currently in view (partial)";width: 197px;}.stfu-modal-nav-area .stfu-nav-empty {color: inherit;display: block;font-size: 15px;font-weight: 700;line-height: 28px;margin-bottom: 30px;margin-top: 10px;padding: 10px;text-align: center;text-transform: uppercase;-webkit-user-select: none;user-select: none;}body > main {background-color: #fff;color: #000;width: 100%;}@media screen and (min-width:0px) and (max-width:499px) {body > main {font-size: 16px;line-height: 28px;}}@media screen and (min-width:500px) and (max-width:699px) {body > main {font-size: 17px;line-height: 29px;}}@media screen and (min-width:700px) {body > main {font-size: 18px;line-height: 30px;}}.stfu-content-header {background-color: var(--stfu-color-theme-primary);color: #fff;padding: 50px var(--stfu-section-h-spacing);position: relative;text-align: center;z-index: 0;}.stfu-content-header > .stfu-wrap {margin: 0 auto;max-width: var(--stfu-width-standard-plus);}.stfu-content-header h1 {letter-spacing: 0.5px;margin: 0 auto;text-transform: uppercase;}@media screen and (min-width:0px) and (max-width:499px) {.stfu-content-header h1 {font-size: 26px;line-height: 36px;}}@media screen and (min-width:500px) and (max-width:699px) {.stfu-content-header h1 {font-size: 28px;line-height: 38px;}}@media screen and (min-width:700px) {.stfu-content-header h1 {font-size: 30px;line-height: 40px;}}.stfu-content-header h1 > a {border: 1px solid transparent;color: inherit;display: inline-block;padding: 7px 14px;}body.stfu-can-hover .stfu-content-header h1 > a:hover {border-color: #fff;}.stfu-content-header .stfu-page-author {font-size: 14px;font-weight: 700;line-height: 20px;margin-left: auto;margin-right: auto;text-transform: uppercase;}.stfu-content-header .stfu-page-author a {border: 1px solid transparent;color: inherit;display: inline-block;margin: 5px;padding: 4px 8px;}body.stfu-can-hover .stfu-content-header .stfu-page-author a:hover {border-color: #fff;}.stfu-content-header .stfu-page-author figure {margin-top: 10px;padding-bottom: 15px;}.stfu-content-header .stfu-page-author figure img {border-radius: 50%;height: 200px;margin: 0 auto;width: 200px;}.stfu-content-header h1 + .stfu-page-author {margin-bottom: -10px;margin-top: 5px;}.stfu-content-header .stfu-page-date a {border-bottom: 1px solid transparent;color: #fff;display: inline-block;}body.stfu-can-hover .stfu-content-header .stfu-page-date a:hover {border-bottom-color: #fff;}.stfu-content-header .stfu-page-date + .stfu-page-date {padding-top: 15px;}.stfu-content-header h1 + .stfu-page-dates {margin-top: 30px;}.stfu-content-header :not(h1) + .stfu-page-dates {margin-top: 45px;}.stfu-content-header .stfu-page-dates {border-top: 1px solid #fff;font-size: 14px;font-weight: 700;line-height: 20px;margin-bottom: 0;margin-left: auto;margin-right: auto;max-width: 300px;padding-top: 40px;text-transform: uppercase;}.stfu-content-header .stfu-page-description {margin: 20px auto 0;}@media screen and (min-width:0px) and (max-width:499px) {.stfu-content-header .stfu-page-description {font-size: 20px;line-height: 30px;}}@media screen and (min-width:500px) and (max-width:699px) {.stfu-content-header .stfu-page-description {font-size: 22px;line-height: 32px;}}@media screen and (min-width:700px) {.stfu-content-header .stfu-page-description {font-size: 24px;line-height: 34px;}}.stfu-content-header .stfu-page-filed-under {font-size: 14px;font-weight: 700;line-height: 20px;margin-left: auto;margin-right: auto;text-transform: uppercase;}.stfu-content-header .stfu-page-filed-under:first-child .stfu-page-filed-under-separator {display: none;}.stfu-content-header .stfu-page-filed-under a {border: 1px solid transparent;color: inherit;display: inline-block;padding: 4px 8px;}body.stfu-can-hover .stfu-content-header .stfu-page-filed-under a:hover {border-color: #fff;}.stfu-content-header .stfu-page-filed-under + h1 {margin-top: 17px;}.stfu-content-header h1:first-child ~ .stfu-page-dates:last-child {padding-bottom: 10px;}.stfu-content-header h1:first-child ~ .stfu-page-description:last-child {padding-bottom: 6px;}.stfu-content-header .stfu-page-filed-under:first-child ~ .stfu-page-dates:last-child {padding-bottom: 5px;}.stfu-content-header .stfu-page-filed-under:first-child ~ .stfu-page-description:last-child {padding-bottom: 4px;}.stfu-content-header .stfu-page-number {font-size: 18px;letter-spacing: 0.5px;margin-top: 10px;text-transform: uppercase;word-spacing: 2px;}.stfu-entry-content hr {border: solid transparent;border-width: 0 0 3px 0;border-image-slice: 1;border-image-source: linear-gradient(to right,transparent 0%,var(--stfu-color-theme-primary) 50%,transparent 100%);padding: 0;}.stfu-entry-content > section hr {margin: calc(var(--stfu-paragraph-v-spacing) + 10px) auto calc(var(--stfu-paragraph-v-spacing) + 7px);max-width: 300px;}.stfu-entry-content > article > .stfu-wrap,.stfu-entry-content > section > .stfu-wrap {padding: calc(var(--stfu-section-v-spacing) - 5px) var(--stfu-section-h-spacing) calc(var(--stfu-section-v-spacing) - 15px);}.stfu-entry-content > article:first-of-type:first-child > .stfu-wrap,.stfu-entry-content > section:first-of-type:first-child > .stfu-wrap {border-top: 1px solid var(--stfu-color-theme-primary);}.stfu-entry-content > article:not(:first-of-type) > .stfu-wrap,.stfu-entry-content > section:not(:first-of-type) > .stfu-wrap {border-top: 1px solid var(--stfu-color-medium);}.stfu-entry-content > article:nth-of-type(even) > .stfu-wrap:not([class*="stfu-background"]),.stfu-entry-content > section:nth-of-type(even) > .stfu-wrap:not([class*="stfu-background"]) {background-color: var(--stfu-color-lightest);}.stfu-entry-content > article:nth-of-type(odd) > .stfu-wrap:not([class*="stfu-background"]),.stfu-entry-content > section:nth-of-type(odd) > .stfu-wrap:not([class*="stfu-background"]) {background-color: #fff;}.stfu-entry-content [class*="stfu-width"] {margin: 0 auto;}.stfu-entry-content [class*="stfu-width"] > [class*="stfu-list-preamble"] {margin: var(--stfu-paragraph-v-spacing) 0 0;}.stfu-entry-content [class*="stfu-width"] > p:not([class*="stfu-list-preamble"]) {margin: var(--stfu-paragraph-v-spacing) 0;}.stfu-entry-content [class*="stfu-width"] > [class*="stfu-list-preamble"] + ol,.stfu-entry-content [class*="stfu-width"] > [class*="stfu-list-preamble"] + ul {margin-bottom: var(--stfu-paragraph-v-spacing);}.stfu-entry-content a.stfu-content-is-url {word-break: break-all;}.stfu-entry-content a.stfu-link {border-bottom: 1px solid var(--stfu-color-link);color: var(--stfu-color-link);font-weight: 700;}body.stfu-can-hover .stfu-entry-content a.stfu-link:hover {border-bottom-color: transparent;color: #000;}body.stfu-can-hover .stfu-entry-content figure.stfu-image > a img:hover {filter: brightness(74%);}.stfu-entry-content h2,.stfu-entry-content h3,.stfu-entry-content h4,.stfu-entry-content h5,.stfu-entry-content h6 {margin: 15px 0 0;}@media screen and (min-width:0px) and (max-width:499px) {.stfu-entry-content h2,.stfu-entry-content h3,.stfu-entry-content h4,.stfu-entry-content h5,.stfu-entry-content h6 {font-size: 24px;line-height: 34px;}}@media screen and (min-width:500px) and (max-width:699px) {.stfu-entry-content h2,.stfu-entry-content h3,.stfu-entry-content h4,.stfu-entry-content h5,.stfu-entry-content h6 {font-size: 25px;line-height: 35px;}}@media screen and (min-width:700px) {.stfu-entry-content h2,.stfu-entry-content h3,.stfu-entry-content h4,.stfu-entry-content h5,.stfu-entry-content h6 {font-size: 26px;line-height: 36px;}}.stfu-entry-content h2 > a,.stfu-entry-content h2 > span,.stfu-entry-content h3 > a,.stfu-entry-content h3 > span,.stfu-entry-content h4 > a,.stfu-entry-content h4 > span,.stfu-entry-content h5 > a,.stfu-entry-content h5 > span,.stfu-entry-content h6 > a,.stfu-entry-content h6 > span {color: inherit;display: inline-block;}.stfu-entry-content h2 > a,.stfu-entry-content h3 > a,.stfu-entry-content h4 > a,.stfu-entry-content h5 > a,.stfu-entry-content h6 > a {border: 1px solid transparent;margin: -16px -11px;padding: 5px 10px;}body.stfu-can-hover .stfu-entry-content h2 > a:hover,body.stfu-can-hover .stfu-entry-content h3 > a:hover,body.stfu-can-hover .stfu-entry-content h4 > a:hover,body.stfu-can-hover .stfu-entry-content h5 > a:hover,body.stfu-can-hover .stfu-entry-content h6 > a:hover {border-color: inherit;}.stfu-entry-content [class*="stfu-section"],.stfu-entry-content figure.stfu-image,.stfu-entry-content iframe {margin-bottom: calc(var(--stfu-paragraph-v-spacing) + 10px);margin-left: 0;margin-right: 0;}.stfu-entry-content [class*="stfu-section"]:not(:nth-child(2)),.stfu-entry-content figure.stfu-image:not(:nth-child(2)),.stfu-entry-content iframe:not(:nth-child(2)) {margin-top: calc(var(--stfu-paragraph-v-spacing) + 10px);}.stfu-entry-content h2.stfu-screen-reader-text + [class*="stfu-section"],.stfu-entry-content h3.stfu-screen-reader-text + [class*="stfu-section"],.stfu-entry-content h4.stfu-screen-reader-text + [class*="stfu-section"],.stfu-entry-content h5.stfu-screen-reader-text + [class*="stfu-section"],.stfu-entry-content h6.stfu-screen-reader-text + [class*="stfu-section"],.stfu-entry-content h2.stfu-screen-reader-text + figure.stfu-image,.stfu-entry-content h3.stfu-screen-reader-text + figure.stfu-image,.stfu-entry-content h4.stfu-screen-reader-text + figure.stfu-image,.stfu-entry-content h5.stfu-screen-reader-text + figure.stfu-image,.stfu-entry-content h6.stfu-screen-reader-text + figure.stfu-image,.stfu-entry-content h2.stfu-screen-reader-text + iframe,.stfu-entry-content h3.stfu-screen-reader-text + iframe,.stfu-entry-content h4.stfu-screen-reader-text + iframe,.stfu-entry-content h5.stfu-screen-reader-text + iframe,.stfu-entry-content h6.stfu-screen-reader-text + iframe {margin-top: 30px;}.stfu-entry-content h2:not(.stfu-screen-reader-text) + [class*="stfu-section"],.stfu-entry-content h3:not(.stfu-screen-reader-text) + [class*="stfu-section"],.stfu-entry-content h4:not(.stfu-screen-reader-text) + [class*="stfu-section"],.stfu-entry-content h5:not(.stfu-screen-reader-text) + [class*="stfu-section"],.stfu-entry-content h6:not(.stfu-screen-reader-text) + [class*="stfu-section"],.stfu-entry-content h2:not(.stfu-screen-reader-text) + figure.stfu-image,.stfu-entry-content h3:not(.stfu-screen-reader-text) + figure.stfu-image,.stfu-entry-content h4:not(.stfu-screen-reader-text) + figure.stfu-image,.stfu-entry-content h5:not(.stfu-screen-reader-text) + figure.stfu-image,.stfu-entry-content h6:not(.stfu-screen-reader-text) + figure.stfu-image,.stfu-entry-content h2:not(.stfu-screen-reader-text) + iframe,.stfu-entry-content h3:not(.stfu-screen-reader-text) + iframe,.stfu-entry-content h4:not(.stfu-screen-reader-text) + iframe,.stfu-entry-content h5:not(.stfu-screen-reader-text) + iframe,.stfu-entry-content h6:not(.stfu-screen-reader-text) + iframe {margin-top: calc(var(--stfu-paragraph-v-spacing) + 10px);}.stfu-entry-content [class*="stfu-section"] [class*="stfu-list-preamble"] {margin: calc(var(--stfu-paragraph-v-spacing) - 10px) 0 0;}.stfu-entry-content [class*="stfu-section"] p:not([class*="stfu-list-preamble"]) {margin: calc(var(--stfu-paragraph-v-spacing) - 10px) 0;}.stfu-entry-content [class*="stfu-section"] [class*="stfu-list-preamble"] + ol,.stfu-entry-content [class*="stfu-section"] [class*="stfu-list-preamble"] + ul {margin-bottom: calc(var(--stfu-paragraph-v-spacing) - 10px);}.stfu-entry-content [class*="stfu-section"] + [class*="stfu-section"] {margin-top: calc(var(--stfu-paragraph-v-spacing) + 20px);}.stfu-entry-content [class*="stfu-section"][class*="stfu-background"] {border-radius: 7px;}.stfu-entry-content .stfu-section[class*="stfu-background"] {padding: 10px 30px;}.stfu-entry-content .stfu-section-mini[class*="stfu-background"] {padding: 5px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol {counter-reset: stfu-ol-count;list-style-type: none;margin-left: 31px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol > li,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol > li,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol > li {counter-increment: stfu-ol-count;margin-bottom: calc(var(--stfu-paragraph-v-spacing) - 20px);margin-top: calc(var(--stfu-paragraph-v-spacing) - 20px);}.stfu-entry-content [class*="stfu-list-preamble"] + ol > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol > li::before {position: absolute;}.stfu-entry-content [class*="stfu-list-preamble"] + ol.stfu-list-decimal-lead > li,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol.stfu-list-decimal-lead > li,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol.stfu-list-decimal-lead > li {padding-left: 3px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol[class*="stfu-list"] > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol[class*="stfu-list"] > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol[class*="stfu-list"] > li::before {color: var(--stfu-color-darkest);font-family: "lora";font-weight: 700;line-height: 28px;text-align: center;top: 1px;width: 32px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol:not([class*="stfu-list"]) > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol:not([class*="stfu-list"]) > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol:not([class*="stfu-list"]) > li::before {content: "(" counter(stfu-ol-count) ")";margin-left: -27px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol.stfu-list-decimal-lead > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol.stfu-list-decimal-lead > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol.stfu-list-decimal-lead > li::before {content: "(" counter(stfu-ol-count, decimal-leading-zero) ")";font-size: 15px;margin-left: -37px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol.stfu-list-letter-lc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol.stfu-list-letter-lc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol.stfu-list-letter-lc > li::before {content: "(" counter(stfu-ol-count, lower-alpha) ")";margin-left: -35px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol.stfu-list-letter-uc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ol ol.stfu-list-letter-uc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ol.stfu-list-letter-uc > li::before {content: "(" counter(stfu-ol-count, upper-alpha) ")";margin-left: -35px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul li,.stfu-entry-content [class*="stfu-list-preamble"] + ul li {list-style-type: none;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul > li::before {font-weight: 700;position: absolute;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-bullet > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-bullet > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-bullet > li::before {content: "\2022";font-size: 20px;margin-left: -16px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-ok > li,.stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-ok > li,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-ok > li {padding-left: 5px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-ok > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-ok > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-ok > li::before {border: solid #080;border-width: 0 0 3px 3px;content: "";height: 8px;margin-left: -24px;margin-top: 11px;transform: rotate3d(0, 0, 1, -60deg);width: 16px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-nok > li,.stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-nok > li,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-nok > li {padding-left: 5px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-nok > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-nok > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-nok > li::before {color: #c00;content: "X";font-size: 18px;margin-left: -21px;}@supports (-moz-appearance:none) { .stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-bullet.stfu-list-begins-lc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-bullet.stfu-list-begins-lc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-bullet.stfu-list-begins-lc > li::before { top: 1px;}body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-ok.stfu-list-begins-lc > li::before,body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-ok.stfu-list-begins-lc > li::before,body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-ok.stfu-list-begins-lc > li::before { top: 1px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-nok.stfu-list-begins-lc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-nok.stfu-list-begins-lc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-nok.stfu-list-begins-lc > li::before { top: 1px;}}@supports not (-moz-appearance:none) { body.stfu-can-hover .stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-bullet.stfu-list-begins-lc > li::before,body.stfu-can-hover .stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-bullet.stfu-list-begins-lc > li::before,body.stfu-can-hover .stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-bullet.stfu-list-begins-lc > li::before { top: 1px;}body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-bullet.stfu-list-begins-lc > li::before,body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-bullet.stfu-list-begins-lc > li::before,body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-bullet.stfu-list-begins-lc > li::before { top: 2px;}body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-bullet.stfu-list-begins-uc > li::before,body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-bullet.stfu-list-begins-uc > li::before,body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-bullet.stfu-list-begins-uc > li::before { top: 1px;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-ok.stfu-list-begins-lc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-ok.stfu-list-begins-lc > li::before,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-ok.stfu-list-begins-lc > li::before { top: -1px;}body.stfu-can-hover .stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-nok.stfu-list-begins-lc > li::before,body.stfu-can-hover .stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-nok.stfu-list-begins-lc > li::before,body.stfu-can-hover .stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-nok.stfu-list-begins-lc > li::before { top: 1px;}body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ol ul.stfu-list-nok.stfu-list-begins-uc > li::before,body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ul.stfu-list-nok.stfu-list-begins-uc > li::before,body:not(.stfu-can-hover) .stfu-entry-content [class*="stfu-list-preamble"] + ul ul.stfu-list-nok.stfu-list-begins-uc > li::before { top: -1px;}}.stfu-entry-content [class*="stfu-list-preamble"] + ol li > span,.stfu-entry-content [class*="stfu-list-preamble"] + ul li > span {border-radius: 5px;display: block;margin-left: -7px;padding-left: 7px;}body.stfu-can-hover .stfu-entry-content [class*="stfu-list-preamble"] + ol li > span:hover,body.stfu-can-hover .stfu-entry-content [class*="stfu-list-preamble"] + ul li > span:hover {background-color: var(--stfu-color-transparency-dark);cursor: default;}.stfu-entry-content [class*="stfu-list-preamble"] + ol ul,.stfu-entry-content [class*="stfu-list-preamble"] + ul ul {list-style-type: disc;padding-left: 22px;}.stfu-entry-content [class*="stfu-list-preamble"] + ul:not(.stfu-list-none) {padding-left: 18px;}.stfu-entry-content .stfu-list-preamble + ul > li {margin-bottom: calc(var(--stfu-paragraph-v-spacing) - 20px);margin-top: calc(var(--stfu-paragraph-v-spacing) - 20px);}.stfu-entry-content .stfu-list-preamble-p + ol > li,.stfu-entry-content .stfu-list-preamble-p + ul > li {margin-bottom: var(--stfu-paragraph-v-spacing);margin-top: var(--stfu-paragraph-v-spacing);}.stfu-entry-content .stfu-archive-nav > .stfu-wrap {background-color: var(--stfu-color-theme-secondary);border: solid #000;padding: var(--stfu-section-v-spacing) var(--stfu-section-h-spacing);}.stfu-entry-content .stfu-archive-nav:first-child > .stfu-wrap {border-width: 0 0 1px 0;}.stfu-entry-content .stfu-archive-nav:last-child > .stfu-wrap {border-width: 1px 0 0 0;}.stfu-entry-content .stfu-nav-prev-next {display: flex;flex-wrap: wrap;margin: 0 1px;}.stfu-entry-content .stfu-nav-prev-next > div {width: 50%;}.stfu-entry-content .stfu-nav-prev-next > div:first-child {text-align: left;}.stfu-entry-content .stfu-nav-prev-next > div:last-child {text-align: right;}.stfu-entry-content .stfu-nav-prev-next > div a {background-color: transparent;color: var(--stfu-color-theme-primary);border-color: var(--stfu-color-theme-primary);}body.stfu-can-hover .stfu-entry-content .stfu-nav-prev-next > div a:hover {background-color: var(--stfu-color-theme-primary);color: #fff;}.stfu-entry-content .stfu-nav-prev-next > div a,.stfu-entry-content .stfu-nav-prev-next > div div {display: inline-block;font-size: 14px;text-align: center;}@media screen and (min-width:0px) and (max-width:499px) {.stfu-entry-content .stfu-nav-prev-next > div a,.stfu-entry-content .stfu-nav-prev-next > div div {line-height: 20px;padding: 8px;width: 100px;}}@media screen and (min-width:500px) {.stfu-entry-content .stfu-nav-prev-next > div a,.stfu-entry-content .stfu-nav-prev-next > div div {padding: 8px 12px;width: 160px;}}.stfu-entry-content .stfu-nav-prev-next > div div {background-color: transparent;border-color: var(--stfu-color-medium-dark);color: var(--stfu-color-dark);}.stfu-entry-content .stfu-author {margin: calc(var(--stfu-paragraph-v-spacing) + 10px) 0 calc(var(--stfu-paragraph-v-spacing) - 15px);}.stfu-entry-content .stfu-author,.stfu-entry-content .stfu-date,.stfu-entry-content .stfu-filed-under {font-size: 14px;font-weight: 700;line-height: 24px;text-transform: uppercase;}.stfu-entry-content .stfu-date {margin: calc(var(--stfu-paragraph-v-spacing) - 15px) 0 calc(var(--stfu-paragraph-v-spacing) - 15px);}.stfu-entry-content .stfu-filed-under {margin-bottom: var(--stfu-paragraph-v-spacing);margin-left: 0;margin-right: 0;}.stfu-entry-content hr + .stfu-filed-under,.stfu-entry-content .stfu-read-more + .stfu-filed-under {margin-top: calc(var(--stfu-paragraph-v-spacing) + 10px);}.stfu-entry-content .stfu-read-more {margin-top: calc(var(--stfu-paragraph-v-spacing) + 5px);}.stfu-entry-content .stfu-image + .stfu-view-artwork-options,.stfu-entry-content .stfu-video + .stfu-view-artwork-options {margin-top: calc(var(--stfu-paragraph-v-spacing) + 20px);}.stfu-entry-content .stfu-read-more,.stfu-entry-content .stfu-image + .stfu-view-artwork-options,.stfu-entry-content .stfu-video + .stfu-view-artwork-options {margin-bottom: var(--stfu-paragraph-v-spacing);margin-left: 0;margin-right: 0;}.stfu-entry-content .stfu-read-more a,.stfu-entry-content .stfu-view-artwork-options a {background-color: transparent;border-color: #000;color: #000;display: inline-block;font-size: 14px;padding: 8px 12px;}body.stfu-can-hover .stfu-entry-content .stfu-read-more a:hover,body.stfu-can-hover .stfu-entry-content .stfu-view-artwork-options a:hover {background-color: #000;color: #fff;}.stfu-entry-content .stfu-read-more + hr,.stfu-entry-content .stfu-view-artwork-options + hr {margin: calc(var(--stfu-paragraph-v-spacing) + 15px) 0 0;}body > footer {background-color: #fff;border-top: 5px solid #000;position: relative;width: 100%;z-index: 0;}.stfu-site-owner {background-color: #fff;-webkit-user-select: none;padding: var(--stfu-section-v-spacing) var(--stfu-section-h-spacing);user-select: none;}@media screen and (min-width:700px) {.stfu-site-owner {display: grid;grid-template-columns: 1fr 240px;grid-template-rows: auto;margin: 0 auto;max-width: var(--stfu-width-standard);}}.stfu-site-owner-avatar {display: flex;}@media screen and (min-width:0px) and (max-width:699px) {.stfu-site-owner-avatar {justify-content: center;}}@media screen and (min-width:700px) {.stfu-site-owner-avatar {align-items: center;grid-column: 2;grid-row: 1;}}.stfu-site-owner-avatar img {border-radius: 50%;}.stfu-site-owner-details {color: #000;display: flex;flex-wrap: wrap;}@media screen and (min-width:0px) and (max-width:699px) {.stfu-site-owner-details {justify-content: center;}}@media screen and (min-width:700px) {.stfu-site-owner-details {align-items: center;grid-column: 1;grid-row: 1;}}.stfu-site-owner-name {font-family: "future-unmapped";font-weight: 400;line-height: 1;text-align: center;}@media screen and (min-width:0px) and (max-width:379px) {.stfu-site-owner-name {font-size: 47px;width: 260px;}}@media screen and (min-width:0px) and (max-width:699px) {.stfu-site-owner-name {padding: 30px 0;}}@media screen and (min-width:380px) and (max-width:449px) {.stfu-site-owner-name {font-size: 55px;width: 300px;}}@media screen and (min-width:450px) {.stfu-site-owner-name {font-size: 63px;width: 350px;}}[class*="stfu-site-owner-contact"] {display: inline-flex;}[class*="stfu-site-owner-contact"] a {border: 1px solid #000;color: #000;}body.stfu-can-hover [class*="stfu-site-owner-contact"] a:hover {background-color: #000;color: #fff;}@media screen and (min-width:0px) and (max-width:379px) {.stfu-site-owner-contact a {height: 60px;width: 60px;}.stfu-site-owner-contact a:not(:first-child) {margin-left: 40px;}.stfu-site-owner-contact a.stfu-svg-email svg {padding: 0 12px;}.stfu-site-owner-contact a.stfu-svg-facebook svg {padding: 1px 18px 0;}.stfu-site-owner-contact a.stfu-svg-instagram svg {padding: 1px 12px 0;}}@media screen and (min-width:380px) and (max-width:449px) {.stfu-site-owner-contact a {height: 70px;width: 70px;}.stfu-site-owner-contact a:not(:first-child) {margin-left: 45px;}.stfu-site-owner-contact a.stfu-svg-email svg {padding: 0 14px;}.stfu-site-owner-contact a.stfu-svg-facebook svg {padding: 0 22px;}.stfu-site-owner-contact a.stfu-svg-instagram svg {padding: 1px 14px 0;}}@media screen and (min-width:450px) {.stfu-site-owner-contact a {height: 80px;width: 80px;}.stfu-site-owner-contact a:not(:first-child) {margin-left: 55px;}.stfu-site-owner-contact a.stfu-svg-email svg {padding: 0 16px;}.stfu-site-owner-contact a.stfu-svg-facebook svg {padding: 0 25px;}.stfu-site-owner-contact a.stfu-svg-instagram svg {padding: 1px 15px 0;}}.stfu-gutter-area {background-color: #000;border-bottom: 1px solid #fff;padding: var(--stfu-section-v-spacing) 10px;}.stfu-gutter-area nav {text-align: center;width: 100%;}.stfu-gutter-area nav > ul {display: inline-flex;flex-wrap: wrap;justify-content: center;}.stfu-gutter-area nav > ul li {display: inline-block;list-style-type: none;margin: 0 3px;}.stfu-gutter-area nav > ul li a {border: 1px solid transparent;color: #fff;display: inline-block;font-size: 14px;line-height: var(--stfu-menu-option-height);padding: 5px 10px;text-transform: uppercase;-webkit-user-select: none;user-select: none;}body.stfu-can-hover .stfu-gutter-area nav > ul li a:hover {border-color: #fff;}.stfu-gutter-area .stfu-copyright {color: #fff;font-size: 18px;font-weight: 700;line-height: var(--stfu-menu-option-height);padding: 10px 0;text-align: center;text-transform: uppercase;}.stfu-gutter-area .stfu-copyright span {display: inline-block;}