:root{--gap-xsmall:5px;--gap-small:12px;--gap-medium:18px;--gap-large:24px;--gap-xlarge:42px;--gap-xxlarge:64px;--gap-stupid-large:124px;--width-xsmall:320px;--width-small:480px;--width-medium:768px;--width-large:1024px;--width-xlarge:1280px;--breakpoint-xsmall:420px;--breakpoint-small:768px;--breakpoint-medium:1024px;--breakpoint-large:1280px;--breakpoint-xlarge:1440px;--font-size-xsmall:.75rem;--font-size-small:.875rem;--font-size-medium:1.25rem;--font-size-large:1.5rem;--font-size-xlarge:2rem;--font-size-xxlarge:6rem;--font-size-h1-default:4rem;--font-size-h2-default:3rem;--font-size-h3-default:2.25rem;--font-size-h4-default:1.75rem;--font-size-h5-default:1.33rem;--font-size-h6-default:1.1rem;--font-global:'League Spartan',system-ui,Arial,sans-serif;--font-alternate:'Lithos Pro','Jungle Fever','Georgia',Arial,Helvetica,sans-serif;--font-script:'Kaushan Script',cursive,Georgia,serif;--font-serif:'Noto Serif',Georgia,Times,serif;--site-width:1240px;--global-transition:188ms ease;--blockquote-offset-left:-90px;--breakpoint-med:980px;--focus-ring-color:#111827;--focus-ring-offset-color:#fff8df;}@media (width <= 1240px){:root{--blockquote-offset-left:0}}@media (width <= 980px){:root{--gap-small:8px;--gap-medium:12px;--gap-large:14px;--gap-xlarge:22px;--gap-xxlarge:34px;--gap-stupid-large:84px;--font-size-xxlarge:2.8rem;--font-size-h1-default:2.75rem;--font-size-h2-default:2em;--font-size-h3-default:1.66rem;--font-size-h4-default:1.33rem;--font-size-h5-default:1.1rem;--font-size-h6-default:1rem}}:focus-within{transition:none!important;outline-offset:6px;}:where(:is(a)){text-decoration:none;color:inherit;font-weight:700;&:hover{text-decoration:underline}}*,*::before,*:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,1px,1px);white-space:nowrap;border:0 none;}.hidden,[hidden]{display:none;}.skip-link{position:absolute;top:1rem;left:1rem;z-index:2000;padding:.75rem 1rem;border-radius:.75rem;background:var(--focus-ring-offset-color);color:#111827;font-weight:700;text-decoration:none;transform:translateY(-160%);transition:transform .2s ease;}.skip-link:focus{transform:translateY(0);}html{font-size:16px;}body{margin:0;font-size:16px;line-height:1.5;font-family:var(--font-global);min-height:100dvh;min-width:340px;overflow-x:hidden;display:flex;flex-direction:column;background-image:var(--dkc-header-bg-image,none);background-size:cover;background-position:top center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;}b,strong{font-weight:bold;}i,em{font-style:italic;margin-right:.1ch;}ul{margin:0;padding:0;list-style:none;font-size:1.4rem;}ol{margin:0;padding:0;list-style:inside decimal;font-size:1.4rem;}img{max-width:100%;height:auto;display:block;text-align:center;}main#main{display:flex;flex-direction:column;flex:1;}:where(:is(main))>:where(:is(section)){flex:1;padding:var(--gap-large);}.text-small{font-size:var(--font-size-small);}.text-medium{font-size:var(--font-size-medium);}.text-large{font-size:var(--font-size-large);}.text-xlarge{font-size:var(--font-size-xlarge);}.text-xxlarge{font-size:var(--font-size-xxlarge);}button,input[type="submit"],input[type="reset"],input[type="button"]{font-family:var(--font-global);font-weight:700;cursor:pointer;}label{cursor:pointer;}:where(:is(input,textarea,select)){font-family:var(--font-global);font-weight:400;font-size:16px;touch-action:manipulation;}:where(:is(section,figure,article)){position:relative;z-index:1;}:where(:is(p,figure,caption,blockquote,fieldset,legend,figcaption)){margin:0;font-size:1.4rem;}:where(:is(h1,h2,h3,h4,h5,h6)){margin:0;padding:0;font-weight:700;}h1{font-size:var(--font-size-h1-default);font-family:var(--font-alternate);font-weight:400;letter-spacing:.05ch;}h2{font-size:var(--font-size-h2-default);}h3{font-size:var(--font-size-h3-default);}h4{font-size:var(--font-size-h4-default);}h5{font-size:var(--font-size-h5-default);}h6{font-size:var(--font-size-h6-default);}.overflow-hidden{overflow:hidden;}.flex{display:flex;}.inline-flex{display:inline-flex;}.flex-center{justify-content:center;align-items:center;}.flex-justify-center{justify-content:center;}.flex-justify-between{justify-content:space-between;}.flex-justify-around{justify-content:space-around;}.flex-justify-evenly{justify-content:space-evenly;}.flex-align-center{align-items:center;}.flex-align-start{align-items:flex-start;}.flex-align-end{align-items:flex-end;}.flex-align-stretch{align-items:stretch;}.flex-column-center{flex-direction:column;justify-content:center;align-items:center;}.flex-column-start{flex-direction:column;justify-content:flex-start;align-items:center;}.flex-column-end{flex-direction:column;justify-content:flex-end;align-items:center;}.flex-1{flex:1;}.flex-wrap{flex-wrap:wrap;}.flex-column{flex-direction:column;}.flex-none{flex:none;}.gap-xsmall{gap:var(--gap-xsmall);}.gap-small{gap:var(--gap-small);}.gap-medium{gap:var(--gap-medium);}.gap-large{gap:var(--gap-large);}.gap-xlarge{gap:var(--gap-xlarge);}.text-center{text-align:center;}.padding-xsmall{padding:var(--gap-xsmall);}.padding-small{padding:var(--gap-small);}.padding-medium{padding:var(--gap-medium);}.padding-large{padding:var(--gap-large);}.padding-xlarge{padding:var(--gap-xlarge);}.margin-xsmall{margin:var(--gap-xsmall);}.margin-small{margin:var(--gap-small);}.margin-medium{margin:var(--gap-medium);}.margin-large{margin:var(--gap-large);}.margin-xlarge{margin:var(--gap-xlarge);}.margin-xxlarge{margin:var(--gap-xxlarge);}.margin-auto{margin:auto;}.margin-top-xsmall{margin-top:var(--gap-xsmall);}.margin-top-small{margin-top:var(--gap-small);}.margin-top-medium{margin-top:var(--gap-medium);}.margin-top-large{margin-top:var(--gap-large);}.margin-top-xlarge{margin-top:var(--gap-xlarge);}.margin-top-xxlarge{margin-top:var(--gap-xxlarge);}.margin-bottom-xsmall{margin-bottom:var(--gap-xsmall);}.margin-bottom-small{margin-bottom:var(--gap-small);}.margin-bottom-medium{margin-bottom:var(--gap-medium);}.margin-bottom-large{margin-bottom:var(--gap-large);}.margin-bottom-xlarge{margin-bottom:var(--gap-xlarge);}.margin-bottom-xxlarge{margin-bottom:var(--gap-xxlarge);}.margin-left-xsmall{margin-left:var(--gap-xsmall);}.margin-left-small{margin-left:var(--gap-small);}.margin-left-medium{margin-left:var(--gap-medium);}.margin-left-large{margin-left:var(--gap-large);}.margin-left-xlarge{margin-left:var(--gap-xlarge);}.margin-left-xxlarge{margin-left:var(--gap-xxlarge);}.margin-right-xsmall{margin-right:var(--gap-xsmall);}.margin-right-small{margin-right:var(--gap-small);}.margin-right-medium{margin-right:var(--gap-medium);}.margin-right-large{margin-right:var(--gap-large);}.margin-right-xlarge{margin-right:var(--gap-xlarge);}.margin-right-xxlarge{margin-right:var(--gap-xxlarge);}.margin-top-auto{margin-top:auto;}.margin-bottom-auto{margin-bottom:auto;}.margin-top-remove{margin-top:0!important;}.margin-bottom-remove{margin-bottom:0!important;}.margin-left-auto{margin-left:auto;}.margin-right-auto{margin-right:auto;}:where(:is(.width-xsmall,.width-small,.width-medium,.width-large,.width-xlarge,.width-1-1)){max-width:100%;box-sizing:border-box;}.width-xsmall{width:var(--width-xsmall);}.width-small{width:var(--width-small);}.width-medium{width:var(--width-medium);}.width-large{width:var(--width-large);}.width-xlarge{width:var(--width-xlarge);}.width-1-1{width:100%;}.width-1-2{width:50%;}.width-1-3{width:calc(100% /3);}.width-1-4{width:25%;}.width-1-5{width:20%;}.width-2-3{width:calc(100% * 2 / 3);}.width-3-4{width:75%;}.width-2-5{width:40%;}.width-3-5{width:60%;}.width-4-5{width:80%;}@media (max-width:var(--breakpoint-xlarge)){.width-1-1-at-xlarge{width:100%}.width-1-2-at-xlarge{width:50%}.width-1-3-at-xlarge{width:calc(100%/3)}.width-1-4-at-xlarge{width:25%}.width-1-5-at-xlarge{width:20%}.width-2-3-at-xlarge{width:calc(100% * 2 / 3)}.width-3-4-at-xlarge{width:75%}.width-2-5-at-xlarge{width:40%}.width-3-5-at-xlarge{width:60%}.width-4-5-at-xlarge{width:80%}}@media (max-width:var(--breakpoint-large)){.width-1-1-at-large{width:100%}.width-1-2-at-large{width:50%}.width-1-3-at-large{width:calc(100%/3)}.width-1-4-at-large{width:25%}.width-1-5-at-large{width:20%}.width-2-3-at-large{width:calc(100% * 2 / 3)}.width-3-4-at-large{width:75%}.width-2-5-at-large{width:40%}.width-3-5-at-large{width:60%}.width-4-5-at-large{width:80%}}@media (max-width:var(--breakpoint-medium)){.width-1-1-at-medium{width:100%}.width-1-2-at-medium{width:50%}.width-1-3-at-medium{width:calc(100%/3)}.width-1-4-at-medium{width:25%}.width-1-5-at-medium{width:20%}.width-2-3-at-medium{width:calc(100% * 2 / 3)}.width-3-4-at-medium{width:75%}.width-2-5-at-medium{width:40%}.width-3-5-at-medium{width:60%}.width-4-5-at-medium{width:80%}}@media (max-width:var(--breakpoint-small)){.width-1-1-at-small{width:100%}.width-1-2-at-small{width:50%}.width-1-3-at-small{width:calc(100%/3)}.width-1-4-at-small{width:25%}.width-1-5-at-small{width:20%}.width-2-3-at-small{width:calc(100% * 2 / 3)}.width-3-4-at-small{width:75%}.width-2-5-at-small{width:40%}.width-3-5-at-small{width:60%}.width-4-5-at-small{width:80%}}@media (max-width:var(--breakpoint-xsmall)){.width-1-1-at-xsmall{width:100%}.width-1-2-at-xsmall{width:50%}.width-1-3-at-xsmall{width:calc(100%/3)}.width-1-4-at-xsmall{width:25%}.width-1-5-at-xsmall{width:20%}.width-2-3-at-xsmall{width:calc(100% * 2 / 3)}.width-3-4-at-xsmall{width:75%}.width-2-5-at-xsmall{width:40%}.width-3-5-at-xsmall{width:60%}.width-4-5-at-xsmall{width:80%}}