:root{--primary: #ffca2c;--secondary: #231f20;--text: #000000;--accessible_outline: blue}:focus-visible{outline:2px dotted var(--accessible_outline);outline-offset:.2rem}@media(prefers-reduced-motion: reduce){*,::before,::after{animation-delay:-1ms !important;animation-duration:1ms !important;animation-iteration-count:1 !important;background-attachment:initial !important;scroll-behavior:auto !important;transition-duration:0s !important;transition-delay:0s !important}}@font-face{font-display:swap;font-family:"Inconsolata";font-style:normal;font-weight:400;src:url("/assets/fonts/inconsolata-v31-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Inconsolata";font-style:normal;font-weight:600;src:url("/assets/fonts/inconsolata-v31-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Inconsolata";font-style:normal;font-weight:700;src:url("/assets/fonts/inconsolata-v31-latin-700.woff2") format("woff2")}button{appearance:none;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);cursor:pointer}input,button,select,textarea{font-family:Verdana,Geneva,sans-serif}input[type=text],input[type=password],input[type=email],input[type=date]{color:#000;font-family:Verdana,Geneva,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:8rem}body{font-family:"Inconsolata",Arial,sans-serif;color:#000;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Inconsolata",Arial,sans-serif;color:#000}p{line-height:1.3}a{color:#000}a:hover{color:#ffca2c;text-decoration:underline}ul,ol{margin:0}ul li,ol li{margin:0}img{display:inline-block;max-width:100%;font-style:italic}hr{background:gray;border:none;height:1px}table{border-collapse:collapse;border-spacing:0}table th{border:1px solid gray;padding:.2em;text-align:left}table td{border:1px solid gray;padding:.2em}*,*::before,*::after{box-sizing:border-box}ul,ol{padding:0;margin:0}body,h1,h2,h3,h4,h5,h6,p,li,figure,figcaption,blockquote,dl,dd{margin:0}html{font-size:62.5%;font-size:.625em}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.2;font-size:1.6rem}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}input,button,textarea,select{font:"Inconsolata",Arial,sans-serif}.c-button{--background: none;--color: black;--colorHover: black;background:var(--background);background-color:var(--background);color:var(--color);border:1px solid rgba(0,0,0,0);padding:0;display:inline-flex;padding:1rem 2rem;min-height:4rem;border-radius:4px;text-decoration:none}.c-button:not([disabled]){color:var(--color);cursor:pointer}@media(hover: hover)and (pointer: fine){.c-button:hover:not([disabled]){color:var(--colorHover);text-decoration:underline}}.c-button--primary{--background: var(--primary)}.c-button--secondary{--background: var(--secondary);--color: white;--colorHover: white}.c-content{max-width:1200px;margin-left:auto;margin-right:auto}.c-cover{padding:4rem 2rem 0 2rem;text-align:center}.c-cover__title{text-transform:uppercase;font-size:3.6rem;margin-bottom:2rem;position:relative;z-index:1}@media screen and (max-width: 767px){.c-cover__title{font-size:2rem}}.c-cover__logo-wrapper{position:relative}.c-cover__logo{position:relative;z-index:1}@media screen and (max-width: 767px){.c-cover__logo{max-width:5rem;height:auto}}.c-cover__logo-shape{position:absolute;z-index:auto;bottom:-4rem;left:50%;transform:translateX(-50%)}@media screen and (max-width: 767px){.c-cover__logo-shape{max-width:8rem;height:auto;bottom:-1.5rem}}.c-cover__img{display:block;margin-top:-6rem;margin-bottom:4rem}@media screen and (max-width: 767px){.c-cover__img{margin-top:-2rem}}.c-footer{--accessible_outline: var(--primary);margin-top:8rem;background-color:var(--secondary);text-align:center;padding:0 2rem 2rem 2rem}.c-footer p{color:#fff}.c-footer a:hover{text-decoration:none}.c-footer a:not(:hover){color:#fff}.c-footer__logo{max-width:5rem;height:auto;margin-top:-1.4rem;margin-bottom:1rem}.c-header{text-align:center;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;background-color:var(--secondary);padding:0 4rem}@media screen and (max-width: 767px){.c-header{flex-direction:column;padding:0 2rem}}.c-header__brand{display:flex;gap:1rem;align-items:center;color:#fff}.c-header__brand svg{max-width:2.4rem;height:auto}.c-header__brand span{text-transform:uppercase;font-size:1.6rem;font-weight:600}.c-link{display:inline-block}.c-link:hover,.c-link:focus{color:#000;background-color:var(--primary)}.c-nav{color:#fff}.c-nav__list{display:flex;align-items:center;justify-content:center;gap:1rem 5rem;min-height:6rem;padding:2rem}@media screen and (max-width: 399px){.c-nav__list{flex-wrap:wrap;gap:2rem}}.c-nav__link{--accessible_outline: var(--primary);color:#fff;display:block;text-decoration:none;font-size:1.6rem}.c-nav__link:hover,.c-nav__link:focus{color:var(--primary);text-decoration:underline}.c-post-list{padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(20rem, 1fr));gap:4rem}.c-post-list__item{margin-bottom:4rem}.c-post__img{height:auto;display:block;margin-bottom:1rem;background-color:#efefef}.c-post__img img{width:100%}.c-post__title{font-size:2rem;text-transform:uppercase;margin-bottom:1rem}.c-post--detail{padding:4rem}@media screen and (max-width: 767px){.c-post--detail{padding:4rem 2rem}}.c-post--detail .c-post__header{position:relative;display:grid;grid-template-columns:1fr}@media screen and (max-width: 767px){.c-post--detail .c-post__header{display:block}}.c-post--detail .c-post__header>*{grid-area:1/-1}.c-post--detail .c-post__content{display:flex;flex-direction:column;justify-content:flex-end}.c-post--detail .c-post__title{font-size:4rem;display:inline-block;width:fit-content;background-color:var(--secondary);padding:0 1rem;margin:1rem;color:#fff}@media screen and (max-width: 767px){.c-post--detail .c-post__title{margin:0 0 1rem 0}}.c-post--detail .c-post__excerpt{background-color:var(--secondary);padding:0 1rem;color:#fff;margin:0 1rem 1rem 1rem;width:fit-content}@media screen and (max-width: 767px){.c-post--detail .c-post__excerpt{margin:0}}.c-post--detail .c-post__img{margin:0;object-fit:cover;max-width:100%;width:100%;height:auto}.c-post--detail .c-post__text{max-width:60rem}.c-post--detail .c-post__gallery{display:grid;grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr));gap:3rem}.c-post--detail .c-post__gallery img{margin:0}.c-h1{font-size:3.6rem;text-transform:uppercase}.c-h2{font-size:2.8rem;text-transform:uppercase}:root{--primary: #ffca2c;--secondary: #231f20;--text: #000000;--accessible_outline: blue}.u-sr-only{clip:rect(0 0 0 0);clip:path(inset 100%);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap}.u-show-on-focus{position:absolute;top:-100%;z-index:1000}.u-show-on-focus:focus{--accessible_outline: var(secondary);top:0;background-color:#222;color:#fff}.u-color-primary{color:#ffca2c}.u-full-h{height:100%}.u-full-w{width:100%}.u-viewport-h{height:100vh}.u-viewport-w{width:100vw}.no-scroll{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden}.u-mb-16{margin-bottom:1.6rem}.u-mb-24{margin-bottom:2.4rem}.u-mb-32{margin-bottom:3.2rem}.u-mb-64{margin-bottom:6.4rem}.u-mt-64{margin-top:6.4rem}.u-text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.u-text-left{text-align:left}.u-text-right{text-align:right}.u-text-center{text-align:center}.u-text-uppercase{text-transform:uppercase}.u-text-underline{text-decoration:underline}.u-text-decoration-none{text-decoration:none}/*# sourceMappingURL=styles.css.map */
