@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Sintony:wght@400;700&display=swap";.button,button{line-height:1.8;display:inline-block;text-decoration:none;border:1px solid transparent;border-radius:var(--radius, 3px);padding:.5em 1em;cursor:pointer;transition:transform .2s cubic-bezier(.56,0,0,1.6),color .2s cubic-bezier(0,0,0,1),background-color .2s cubic-bezier(0,0,0,1);background-color:var(--cl-primary);color:var(--cl-primary-contrast)}.button[disabled],button[disabled]{opacity:.4;cursor:not-allowed;background-color:#999}.button.secondary,button.secondary{background-color:var(--cl-secondary);color:var(--cl-secondary-contrast)}.button.icon,button.icon{padding:.5em;line-height:1;box-sizing:content-box;border-radius:100%;width:1em;height:1em}.button:focus,.button:hover,button:focus,button:hover{outline:none;transform:scale(1.1)}.button:focus:not(:focus-visible),button:focus:not(:focus-visible){transform:scale(1)}.button-reset{background:transparent;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;border:none;line-height:inherit}.button-reset:hover{transform:scale(1)}.island{background:var(--cl-background);padding:1em;box-shadow:var(--box-shadow)}.container{width:100%;max-width:75em;margin:auto}@media (min-width:43.75em){.container{width:80vw}}/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--font-header-family: sans-serif;--font-header-weight: 700;--font-body-family: sans-serif;--font-body-weight: 400;--font-body-size: 16px;--radius: 3px;--cl-shadow-dark: rgba(50, 50, 93, .25);--cl-shadow-dark-accent: rgba(0, 0, 0, .3);--cl-shadow-light: hsla(240, 30%, 72%, .25);--cl-shadow-light-accent: hsla(0, 0%, 100%, .3);--cl-shadow: rgba(50, 50, 93, .25);--cl-shadow-accent: rgba(0, 0, 0, .3);--box-shadow: var(--cl-shadow) 0px 2px 5px -1px, var(--cl-shadow-accent) 0px 1px 3px -1px;--box-shadow--inset: var(--cl-shadow) 0px 2px 5px -1px inset, var(--cl-shadow-accent) 0px 1px 3px -1px inset;--box-shadow--up: var(--cl-shadow) 0px 4px 10px -1px, var(--cl-shadow-accent) 0px 1px 3px -1px;--vspace: 1rem;--hspace: 1rem;--cl-error: hsl(0 60% 50% / 1);--cl-error-contrast: white;--cl-info: hsl(208, 100%, 80%);--cl-info-contrast: white;--cl-success: hsl(120, 100%, 25%);--cl-success-contrast: white;--cl-warning: hsl(55, 100%, 50%);--cl-warning-contrast: hsl(55, 100%, 10%);--primary-h: 40;--cl-primary: hsl(var(--primary-h), 100%, 50%);--cl-primary-contrast: hsl(var(--primary-h), 10%, 90%);--secondary-h: 40;--cl-secondary: hsl(var(--secondary-h), 100%, 80%);--cl-secondary-contrast: hsl(var(--secondary-h), 100%, 26%);--accent-h: 290;--cl-accent: hsl(var(--accent-h), 100%, 26%);--cl-accent-contrast: hsl(var(--accent-h), 100%, 98%);--cl-neutral: hsl(0, 0%, 10%);--cl-neutral--contrast: hsl(0, 0%, 90%);--cl-body: hsl(0, 0%, 95%);--cl-background: hsl(0, 0%, 98%);--cl-foreground: hsl(0, 0%, 25%);--cl-input-bg: var(--cl-background);--cl-input-border: var(--cl-neutral);--cl-input-radius: var(--radius);--cl-input-toggle-active: hsl(120deg, 55%, 70%);--gap-default: 1rem;--gap-xs: .25rem;--gap-sm: .75rem;--gap-md: 1rem;--gap-lg: 1.25rem;--gap-xl: 1.5rem}body{background-color:var(--cl-body);color:var(--cl-foreground)}ul{margin:0;padding-left:1em}label{display:inline-block}label input[type=checkbox]{margin-right:1rem}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--font-header-family);color:var(--cl-secondary);font-weight:700;margin-top:0}h1,.h1{font-size:2em}h2,.h2{font-size:1.8em}h3,.h3{font-size:1.4em}body{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:var(--font-body-size);line-height:1.5}figcaption{font-style:italic;font-size:.8em}.xl-12,.xl-11,.xl-10,.xl-9,.xl-8,.xl-7,.xl-6,.xl-5,.xl-4,.xl-3,.xl-2,.xl-1,.lg-12,.lg-11,.lg-10,.lg-9,.lg-8,.lg-7,.lg-6,.lg-5,.lg-4,.lg-3,.lg-2,.lg-1,.md-12,.md-11,.md-10,.md-9,.md-8,.md-7,.md-6,.md-5,.md-4,.md-3,.md-2,.md-1,.sm-12,.sm-11,.sm-10,.sm-9,.sm-8,.sm-7,.sm-6,.sm-5,.sm-4,.sm-3,.sm-2,.sm-1,.xs-12,.xs-11,.xs-10,.xs-9,.xs-8,.xs-7,.xs-6,.xs-5,.xs-4,.xs-3,.xs-2,.xs-1{grid-template-columns:1fr;display:grid;gap:1em}.xs-1{grid-template-columns:repeat(1,1fr)}.xs-2{grid-template-columns:repeat(2,1fr)}.xs-3{grid-template-columns:repeat(3,1fr)}.xs-4{grid-template-columns:repeat(4,1fr)}.xs-5{grid-template-columns:repeat(5,1fr)}.xs-6{grid-template-columns:repeat(6,1fr)}.xs-7{grid-template-columns:repeat(7,1fr)}.xs-8{grid-template-columns:repeat(8,1fr)}.xs-9{grid-template-columns:repeat(9,1fr)}.xs-10{grid-template-columns:repeat(10,1fr)}.xs-11{grid-template-columns:repeat(11,1fr)}.xs-12{grid-template-columns:repeat(12,1fr)}.xs-show-g,.xs-show{display:none}.xs-show{display:block}.xs-show-f{display:flex}.xs-show-g{display:grid}.xs-hide-f,.xs-hide-g,.xs-hide{display:none}@media (min-width:31.25em){.sm-1{grid-template-columns:repeat(1,1fr)}}@media (min-width:31.25em){.sm-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:31.25em){.sm-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:31.25em){.sm-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:31.25em){.sm-5{grid-template-columns:repeat(5,1fr)}}@media (min-width:31.25em){.sm-6{grid-template-columns:repeat(6,1fr)}}@media (min-width:31.25em){.sm-7{grid-template-columns:repeat(7,1fr)}}@media (min-width:31.25em){.sm-8{grid-template-columns:repeat(8,1fr)}}@media (min-width:31.25em){.sm-9{grid-template-columns:repeat(9,1fr)}}@media (min-width:31.25em){.sm-10{grid-template-columns:repeat(10,1fr)}}@media (min-width:31.25em){.sm-11{grid-template-columns:repeat(11,1fr)}}@media (min-width:31.25em){.sm-12{grid-template-columns:repeat(12,1fr)}}.sm-show-g,.sm-show{display:none}@media (min-width:31.25em){.sm-show{display:block}.sm-show-f{display:flex}.sm-show-g{display:grid}.sm-hide-f,.sm-hide-g,.sm-hide{display:none}}@media (min-width:43.75em){.md-1{grid-template-columns:repeat(1,1fr)}}@media (min-width:43.75em){.md-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:43.75em){.md-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:43.75em){.md-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:43.75em){.md-5{grid-template-columns:repeat(5,1fr)}}@media (min-width:43.75em){.md-6{grid-template-columns:repeat(6,1fr)}}@media (min-width:43.75em){.md-7{grid-template-columns:repeat(7,1fr)}}@media (min-width:43.75em){.md-8{grid-template-columns:repeat(8,1fr)}}@media (min-width:43.75em){.md-9{grid-template-columns:repeat(9,1fr)}}@media (min-width:43.75em){.md-10{grid-template-columns:repeat(10,1fr)}}@media (min-width:43.75em){.md-11{grid-template-columns:repeat(11,1fr)}}@media (min-width:43.75em){.md-12{grid-template-columns:repeat(12,1fr)}}.md-show-g,.md-show{display:none}@media (min-width:43.75em){.md-show{display:block}.md-show-f{display:flex}.md-show-g{display:grid}.md-hide-f,.md-hide-g,.md-hide{display:none}}@media (min-width:56.25em){.lg-1{grid-template-columns:repeat(1,1fr)}}@media (min-width:56.25em){.lg-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:56.25em){.lg-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:56.25em){.lg-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:56.25em){.lg-5{grid-template-columns:repeat(5,1fr)}}@media (min-width:56.25em){.lg-6{grid-template-columns:repeat(6,1fr)}}@media (min-width:56.25em){.lg-7{grid-template-columns:repeat(7,1fr)}}@media (min-width:56.25em){.lg-8{grid-template-columns:repeat(8,1fr)}}@media (min-width:56.25em){.lg-9{grid-template-columns:repeat(9,1fr)}}@media (min-width:56.25em){.lg-10{grid-template-columns:repeat(10,1fr)}}@media (min-width:56.25em){.lg-11{grid-template-columns:repeat(11,1fr)}}@media (min-width:56.25em){.lg-12{grid-template-columns:repeat(12,1fr)}}.lg-show-g,.lg-show{display:none}@media (min-width:56.25em){.lg-show{display:block}.lg-show-f{display:flex}.lg-show-g{display:grid}.lg-hide-f,.lg-hide-g,.lg-hide{display:none}}@media (min-width:75em){.xl-1{grid-template-columns:repeat(1,1fr)}}@media (min-width:75em){.xl-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:75em){.xl-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:75em){.xl-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:75em){.xl-5{grid-template-columns:repeat(5,1fr)}}@media (min-width:75em){.xl-6{grid-template-columns:repeat(6,1fr)}}@media (min-width:75em){.xl-7{grid-template-columns:repeat(7,1fr)}}@media (min-width:75em){.xl-8{grid-template-columns:repeat(8,1fr)}}@media (min-width:75em){.xl-9{grid-template-columns:repeat(9,1fr)}}@media (min-width:75em){.xl-10{grid-template-columns:repeat(10,1fr)}}@media (min-width:75em){.xl-11{grid-template-columns:repeat(11,1fr)}}@media (min-width:75em){.xl-12{grid-template-columns:repeat(12,1fr)}}.xl-show-g,.xl-show{display:none}@media (min-width:75em){.xl-show{display:block}.xl-show-f{display:flex}.xl-show-g{display:grid}.xl-hide-f,.xl-hide-g,.xl-hide{display:none}}.list-none,.list-reset{list-style:none;padding-left:0}.list-alpha{list-style:lower-alpha}.cl-error{color:var(--color-error, red)}.cl-success{color:var(--color-success, green)}.cl-warning{color:var(--color-warning, rgb(255, 123, 0))}.text-center{text-align:center}.center-x{display:flex;flex-flow:column;justify-content:center}.center-xy{display:flex;flex-flow:column;min-height:100vh;align-items:center;justify-content:center}.flex{display:flex}.flex-col{display:flex;flex-flow:column}.flex-wrap{flex-wrap:wrap}.flex-end{justify-content:flex-end}.space-between{justify-content:space-between}.flex-grow{flex-grow:1;flex-shrink:0}.flex-shrink{flex-grow:0;flex-shrink:1}.center-y,.flex-y{display:flex;align-items:center}.flex-right{display:flex;justify-content:flex-end}.flex-center{display:flex;justify-content:center}.flex-input{display:flex;gap:1rem;align-items:flex-end}.flex-input .label-wrapper{flex-grow:1}.w-full{width:100%}.space-y>*{margin-top:1rem}.space-y>*:first-child{margin-top:0}.gap,.gap-default{gap:1rem}.space-default>*{margin-top:1rem}.space-default:first-child{margin-top:0}.p-default{padding:1rem}.pl-default{padding-left:1rem}.pr-default{padding-right:1rem}.mt-default{margin-top:1rem}.gap-xs{gap:.25rem}.space-xs>*{margin-top:.25rem}.space-xs:first-child{margin-top:0}.p-xs{padding:.25rem}.pl-xs{padding-left:.25rem}.pr-xs{padding-right:.25rem}.mt-xs{margin-top:.25rem}.gap-sm{gap:.75rem}.space-sm>*{margin-top:.75rem}.space-sm:first-child{margin-top:0}.p-sm{padding:.75rem}.pl-sm{padding-left:.75rem}.pr-sm{padding-right:.75rem}.mt-sm{margin-top:.75rem}.gap-md{gap:1rem}.space-md>*{margin-top:1rem}.space-md:first-child{margin-top:0}.p-md{padding:1rem}.pl-md{padding-left:1rem}.pr-md{padding-right:1rem}.mt-md{margin-top:1rem}.gap-lg{gap:1.25rem}.space-lg>*{margin-top:1.25rem}.space-lg:first-child{margin-top:0}.p-lg{padding:1.25rem}.pl-lg{padding-left:1.25rem}.pr-lg{padding-right:1.25rem}.mt-lg{margin-top:1.25rem}.gap-xl{gap:1.5rem}.space-xl>*{margin-top:1.5rem}.space-xl:first-child{margin-top:0}.p-xl{padding:1.5rem}.pl-xl{padding-left:1.5rem}.pr-xl{padding-right:1.5rem}.mt-xl{margin-top:1.5rem}.cursor-pointer{cursor:pointer}@keyframes slideIn{0%{transform:translateY(-100px)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root{--font-header-family: "Montserrat", Helvetica, Arial, sans-serif;--font-body-family: "Sintony", Helvetica, Arial, sans-serif;--cl-primary: #f06722;--cl-secondary: hsl(238, 46%, 31%);--cl-secondary-contrast: hsl(238, 46%, 80%)}
