/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Special+Elite&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/style.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*  FONT SETTINGS
	----------------------------- */
/*  SIZES
	----------------------------- */
/*  COLORS
	----------------------------- */
/*  TRANSITIONS
	----------------------------- */
/*  SPACING
	----------------------------- */
/*  BREAKPOINTS
	----------------------------- */
/*  BORDER RADIUS
	----------------------------- */
/*  BOX SHADOWS
	----------------------------- */
/*  BORDERS
	----------------------------- */
/*  FOCUS STYLES
	----------------------------- */
/*  LAYOUT CONSTRAINTS
	----------------------------- */
/*  STRING REPLACE
	----------------------------- */
/*  COLOR CHOICE
	----------------------------- */
/*  BREAKPOINT
	----------------------------- */
/*  PSEUDO ELEMENTS
	----------------------------- */
/*  TRUNCATE TEXT
	----------------------------- */
/*  LIST STRIPPING
	----------------------------- */
/*  INTERACTION STATES
	----------------------------- */
/*  HARDWARE ACCELERATION
	----------------------------- */
/*  SPACING
	----------------------------- */
/*  SIZING
	----------------------------- */
/*  TRANSITIONS
	----------------------------- */
/*  FLEXBOX
	----------------------------- */
/*  HIDE WITH ACCESSIBILITY
	----------------------------- */
/*  CLEARFIX
	----------------------------- */
/*  FONT TOOLS
	----------------------------- */
/*  BORDER RADIUS
	----------------------------- */
/*  SHADOWS
	----------------------------- */
/*  BORDERS
	----------------------------- */
/**
  Hamburger Menu Mixin
  Style numbers: https://codepen.io/domesticjones/pen/XzGLaM
  ---------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers - Added "main" element for IE compliance */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** Images & Embeds **/
img,
iframe,
object,
embed,
figure {
  max-width: 100%;
  height: auto;
}

.video-container {
  clear: both;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 2em;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Wordpress Compliance **/
.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.aligncenter,
.alignleft,
.alignright {
  list-style-type: none;
}

/** WP Alignments **/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  *zoom: 1;
  clear: both;
}
.aligncenter::before, .aligncenter::after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

/** Dialog/Mdals **/
dialog {
  all: unset;
  display: none;
}
dialog[open] {
  display: block;
}
dialog::backdrop {
  all: unset;
}

html,
body {
  max-width: 100%;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  font-size: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
  font-size: 1rem;
  font-smoothing: antialiased;
}

a {
  color: #4FE63B;
  text-decoration: underline;
}
a:focus {
  outline: 3px solid #F73333;
  outline-offset: 3px;
  border-radius: 3px;
}

#content {
  background-color: #4FE63B;
  color: #000000;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  padding-top: 3.5rem;
  view-transition-name: main-content;
}
@media only screen and (min-width: 1247px) {
  #content {
    padding-top: 0;
  }
}

.container {
  padding: 1.5rem;
}

.video-container {
  padding-top: 56.25%;
  position: relative;
}
.video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/** Accessibility **/
.screen-reader-text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.skip-link.screen-reader-text:focus {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 1rem 1.5rem !important;
  clip: auto !important;
  clip-path: none !important;
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  z-index: 100000 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

/** Heading Level Elements **/
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  padding: 0;
  margin: 0 0 0.5em 0;
  line-height: 1.5;
  letter-spacing: 0.075ex;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  *zoom: 1;
  clear: both;
}
h1::before, h1::after,
h2::before,
h2::after,
h3::before,
h3::after,
h4::before,
h4::after,
h5::before,
h5::after,
h6::before,
h6::after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
  font-family: "Special Elite", system-ui;
  transform: rotate(-1deg);
  transform-origin: left center;
}

h3 {
  font-size: 1.35em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.15em;
  font-style: italic;
  margin-bottom: 1em;
}

h5 {
  font-size: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

h6 {
  font-size: 0.85em;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

/** List Level Elements **/
ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}
ul li,
ol li {
  margin-bottom: 0.25em;
  line-height: 1.5em;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 0 0 0 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

/** Paragraph Level Elements **/
p,
address {
  margin: 0;
  padding: 0 0 1.5em 0;
  line-height: 1.5em;
}

blockquote {
  display: inline-block;
  padding: 1em 1.25em 1em 3em;
  margin: 0 0 1.25em 0;
  position: relative;
}
blockquote:before {
  content: "“";
  display: block;
  position: absolute;
  font-family: Georgia, serif;
  font-size: 4em;
  left: 0.25em;
  top: 0;
}

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

sup {
  line-height: 1;
  font-size: 0.65em;
  vertical-align: super;
}

sub {
  line-height: 1;
  font-size: 0.65em;
  vertical-align: sub;
}

/**
  View Transitions
  ---------------------------------------------------------------------- */
@view-transition {
  navigation: auto;
}
::view-transition-old(main-content) {
  animation: 0.4s ease-out both slide-out-up;
}

::view-transition-new(main-content) {
  animation: 0.4s ease-out both slide-in-up;
}

@keyframes slide-out-up {
  to {
    transform: translateY(-100%);
    opacity: 1;
  }
}
@keyframes slide-in-up {
  from {
    transform: translateY(100%);
    opacity: 1;
  }
}
/*  FIELD & BUTTON VARIABLES
	----------------------------- */
/*  FIELD STYLES
	----------------------------- */
input,
textarea,
select,
option,
optgroup,
legend,
fieldset {
  box-sizing: border-box;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  vertical-align: top;
  display: block;
}

datalist {
  font-family: "Inter", sans-serif;
  font-size: 1em;
}

label {
  display: block;
  color: #000000;
  line-height: 1;
  margin: 0 0 0.25em;
  font-size: 0.85em;
  font-weight: 400;
}

/** Inputs & Textareas **/
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[list],
input[type=file],
select,
textarea {
  width: 100%;
  max-width: 640px;
  padding: 0.5em 1em;
  background-color: #ffffff;
  border-radius: 0.25em;
  border: 1px solid #000000;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: auto;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[list] {
  height: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=range] {
  height: 3em;
  width: 100%;
  max-width: 3em;
}

input[type=file] {
  min-height: 3em;
}

input[type=search] {
  height: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}

/** Select **/
select {
  height: 3em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.625' height='6.3' viewBox='0 0 10.625 6.3'%3E%3Cpath d='M7.166,22.135,2.835,26.466a.981.981,0,0,0,1.388,1.388L7.86,24.228,11.5,27.865a.985.985,0,0,0,1.679-.694.974.974,0,0,0-.291-.694L8.553,22.135A.986.986,0,0,0,7.166,22.135Z' transform='translate(13.175 28.15) rotate(180)' fill='%23163547' opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  min-height: 3em;
  padding: 0;
}
select[multiple] option {
  margin: 0;
}

/** Checkboxes & Radio Inputs **/
input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] label,
input[type=radio] label {
  position: relative;
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1;
  padding-left: 30px;
}
input[type=checkbox] label:before,
input[type=radio] label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  border: 1px solid #000000;
}
input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  content: "✓";
  position: absolute;
  left: 5px;
  font-size: 1.25em;
}
input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
  outline: 3px solid #F73333;
  outline-offset: 3px;
}

/** Buttons **/
a.button,
button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=image] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  height: 3em;
  width: auto;
  text-decoration: none;
  max-width: 100%;
  background-color: #F73333;
  margin: auto;
  cursor: pointer;
  color: #ffffff;
  padding: 0 1.5em;
  border-radius: 1em;
  border: 1px solid #F73333;
  font-size: 1em;
  font-family: "Inter", sans-serif;
}
a.button:focus,
button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=image]:focus {
  outline: 3px solid #F73333;
  outline-offset: 3px;
}

input[type=image] {
  text-align: center;
}

/**
  Field States
  ---------------------------------------------------------------------- */
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=color]:hover,
input[type=date]:hover,
input[type=datetime-local]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
input[list]:hover,
input[type=file]:hover,
select:hover,
textarea:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=color]:active,
input[type=color]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=week]:active,
input[type=week]:focus,
input[list]:active,
input[list]:focus,
input[type=file]:active,
input[type=file]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  outline: 3px solid #F73333;
  outline-offset: 3px;
}

input[disabled], input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled,
option[disabled],
option.disabled {
  cursor: not-allowed;
  background-color: #B9B6B6;
  color: #000000;
  border: 1px solid #F73333;
}

a.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=image]:hover {
  background-color: #F73333;
  color: #ffffff;
  border: #F73333;
}
a.button:active, a.button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=image]:active,
input[type=image]:focus {
  background-color: #F73333;
  color: #ffffff;
  border: #F73333;
}
a.button[disabled], a.button.disabled,
button[disabled],
button.disabled,
input[type=button][disabled],
input[type=button].disabled,
input[type=submit][disabled],
input[type=submit].disabled,
input[type=reset][disabled],
input[type=reset].disabled,
input[type=image][disabled],
input[type=image].disabled {
  background-color: #B9B6B6;
  color: #ffffff;
  border: #B9B6B6;
}

.op-modal {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: scale(0.95) translate(-50%, -50%);
}
.op-modal.is-open {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.op-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.op-modal.is-open::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.op-modal-content {
  display: flex;
  flex-direction: column;
}

.op-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.op-modal-body {
  flex: 1;
}

.op-modal-footer {
  display: flex;
  justify-content: space-between;
}

#header-contact {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

#header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  view-transition-name: main-navigation;
  padding-left: 1.5rem;
  transition: all 333ms cubic-bezier(0.16, 1, 0.3, 1);
  position: fixed;
  left: 0;
  top: 2rem;
  width: 100%;
  z-index: 9999;
  background-color: #000000;
  height: 3.5rem;
}
@media only screen and (min-width: 1247px) {
  #header {
    background-color: transparent;
    width: calc(50vw - 512px - 1.5rem);
    height: 0;
    padding-left: 0;
  }
}
#header h1 {
  color: #ffffff;
  margin: 0;
  font-size: 1.35em;
  line-height: 3.5rem;
  width: 100%;
  padding-left: 1.5rem;
  view-transition-name: nav-title;
}
@media only screen and (min-width: 1247px) {
  #header h1 {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
}
#header h1 svg {
  display: block;
  height: 2rem;
  width: auto;
  fill: #ffffff;
}

#nav-toggle {
  display: block;
}
#nav-toggle .line {
  display: block;
  width: 2rem;
  height: 3px;
  background-color: #F73333;
  margin: 0.4rem auto;
  transition: all 0.3s ease-in-out;
}
#nav-toggle:hover {
  cursor: pointer;
}
#nav-toggle.is-active .line:nth-child(1) {
  transform: translateY(0.52rem);
}
#nav-toggle.is-active .line:nth-child(3) {
  transform: translateY(-0.52rem);
}
#nav-toggle {
  padding: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
}
@media only screen and (min-width: 1247px) {
  #nav-toggle {
    display: none;
  }
}

#nav-primary {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  font-family: "Special Elite", system-ui;
  position: fixed;
  z-index: 9990;
  top: calc(3.5rem + 2rem - 1px);
  left: 0;
  width: 100%;
  height: 75vh;
  background-color: #000000;
  transform: translateY(calc(-100% - 3.5rem));
  transition: all 333ms cubic-bezier(0, 0.55, 0.45, 1);
  text-align: center;
  view-transition-name: nav-primary;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition: all 333ms cubic-bezier(0, 0.55, 0.45, 1);
}
@media only screen and (min-width: 1247px) {
  #nav-primary {
    transform: translateY(0);
    height: auto;
    top: calc(calc(50vw - 512px - 1.5rem) * 0.5 + 1.5rem);
    text-align: right;
    width: calc(50vw - 512px - 1.5rem);
    background-color: transparent;
    z-index: 9999;
  }
}
#nav-primary.is-active {
  transform: translateY(0);
}
#nav-primary ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: flex-start;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  transition: all 333ms cubic-bezier(0, 0.55, 0.45, 1);
}
@media only screen and (min-width: 1247px) {
  #nav-primary ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-start;
    padding: 0;
  }
}
#nav-primary ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1;
  transition: all 333ms cubic-bezier(0, 0.55, 0.45, 1);
}
@media only screen and (min-width: 1247px) {
  #nav-primary ul li {
    width: auto;
  }
}
#nav-primary ul li.is-active {
  background-color: #4FE63B;
  color: #000000;
}
@media only screen and (min-width: 1247px) {
  #nav-primary ul li.is-active {
    right: calc(1.5rem * -1);
  }
}
#nav-primary ul li.is-active a {
  color: #000000;
}
#nav-primary ul li.is-active a:hover {
  color: #000000;
}
@media only screen and (min-width: 1247px) {
  #nav-primary ul li.is-active a {
    padding-bottom: 0.375rem;
  }
}
#nav-primary ul li:nth-child(1) {
  transform: rotate(3deg);
  view-transition-name: nav-item-1;
}
#nav-primary ul li:nth-child(2) {
  transform: rotate(-1deg);
  view-transition-name: nav-item-2;
}
#nav-primary ul li:nth-child(3) {
  transform: rotate(2deg);
  view-transition-name: nav-item-3;
}
#nav-primary ul li:nth-child(4) {
  transform: rotate(-4deg);
  view-transition-name: nav-item-4;
}
#nav-primary ul li:nth-child(5) {
  transform: rotate(3deg);
  view-transition-name: nav-item-5;
}
#nav-primary ul li:nth-child(6) {
  transform: rotate(0);
  view-transition-name: nav-item-6;
}
#nav-primary ul li:nth-child(7) {
  transform: rotate(-3deg);
  view-transition-name: nav-item-7;
}
#nav-primary a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.35em;
  color: #ffffff;
  padding: 1.5rem;
  transition: all 333ms cubic-bezier(0.16, 1, 0.3, 1);
}
#nav-primary a:hover {
  color: #F73333;
}
#nav-primary a:focus {
  outline: none;
}

::view-transition-old(nav-primary),
::view-transition-new(nav-primary) {
  animation: none;
  mix-blend-mode: normal;
}

::view-transition-group(nav-primary) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

::view-transition-old(main-navigation),
::view-transition-new(main-navigation) {
  animation: none;
  mix-blend-mode: normal;
}

::view-transition-group(main-navigation) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

body.login {
  background-color: #000;
  color: #fff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
body.login > * {
  max-width: 480px;
}
body.login a {
  color: #999;
  border-bottom: 1px dotted #999;
  text-decoration: none;
}
body.login label {
  color: #ccc;
  text-transform: lowercase;
}
body.login input {
  background-color: #333;
  border: 1px solid #aaa;
  color: #ccc;
  border-radius: 0;
}
body.login input:focus {
  background-color: #ccc;
  color: #000;
}
body.login .button {
  margin: 0 auto 0 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  border: none;
  background-color: #fab800;
}
body.login .wp-login-logo {
  position: relative;
  margin-bottom: 1.5rem;
}
body.login .wp-login-logo a {
  font-weight: bold;
  color: #fab800;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: lowercase;
  border-bottom: none;
}
body.login .cf-turnstile {
  margin: 1.5rem 0 1.125rem 0;
}
body.login .forgetmenot,
body.login .wp-hide-pw {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
body.login .notice {
  padding: 1.125rem;
  margin-bottom: 1.5rem;
  background-color: #333;
  color: #ccc;
  border: 1px solid #aaa;
  font-weight: bold;
}
body.login .notice p {
  margin: 0;
  padding: 0;
}
body.login .notice-error {
  background-color: #c00;
  color: #000;
}

#footer {
  padding: 1.5rem;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 0.85em;
  text-align: center;
}
#footer p {
  padding: 0;
  color: #B9B6B6;
}

#video-bg {
  position: fixed;
  width: 100%;
  aspect-ratio: 3/3;
  height: auto;
  top: 3.5rem;
  z-index: 0;
  view-transition-name: bg-video;
  contain: layout style paint;
  display: none;
  transition: all 333ms cubic-bezier(0, 0.55, 0.45, 1);
}
#video-bg:focus {
  outline: none;
}
@media only screen and (min-width: 1247px) {
  #video-bg {
    width: calc(50vw - 512px - 1.5rem);
    display: block;
    top: 0;
  }
  #video-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    width: calc(50vw - 512px - 1.5rem);
    height: calc(50vw - 512px - 1.5rem - 25%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  }
}
#video-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

::view-transition-old(bg-video),
::view-transition-new(bg-video) {
  animation: none;
  mix-blend-mode: normal;
}

::view-transition-group(bg-video) {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
}

body {
  padding-top: 2rem;
}
@media only screen and (min-width: 1247px) {
  body:not(.home) {
    padding-top: 0;
  }
  body:not(.home) #ticker {
    width: 100vh;
    height: 2rem;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
  }
  body:not(.home) #video-bg {
    width: calc(calc(50vw - 512px - 1.5rem) - 2rem);
    left: 2rem;
  }
}
@media only screen and (min-width: 1247px) {
  body.home #nav-primary {
    top: 2rem !important;
  }
}
body.home #video-bg {
  top: calc(3.5rem + 2rem) !important;
}

#ticker {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #000000;
  overflow: hidden;
  padding-top: 0.05rem;
  view-transition-name: ticker-stay;
  contain: layout style paint;
}
#ticker blockquote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  padding: 0;
  margin: 0;
  line-height: 1;
  height: 2rem;
}
#ticker blockquote q {
  font-family: "Special Elite", system-ui;
  color: #4FE63B;
  line-height: 1;
  font-size: 1em;
  quotes: "“" "”" "‘" "’";
}
#ticker blockquote cite {
  display: block;
  font-size: 0.85em;
  line-height: 0.75;
  padding-left: 0.375rem;
  margin-top: -0.25rem;
}
#ticker blockquote::before {
  display: none;
}

.sk8nigs__ticker-track {
  display: flex;
  align-items: center;
  height: 2rem;
  gap: clamp(6rem, 10vw, 20rem);
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  animation: sk8nigs-ticker-scroll 30s linear infinite;
}

.sk8nigs__ticker-item {
  flex-shrink: 0;
}

@keyframes sk8nigs-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#wings {
  margin-top: 1.5rem;
}
#wings figure {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  aspect-ratio: 3/3;
  position: relative;
  background-color: #4FE63B;
  border-top: 0.5rem solid #000000;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1247px) {
  #wings figure {
    position: fixed;
    top: 0;
    right: 0;
    border-top: none;
    width: calc(50vw - 512px - 1.5rem);
    height: 100%;
  }
}
#wings figure img:not(.wing-logo) {
  display: block;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  -o-object-fit: cover;
     object-fit: cover;
}
#wings figure .wing-logo {
  position: absolute;
  display: block;
  width: clamp(10rem, 65vw, 20rem);
}
@media only screen and (min-width: 1247px) {
  #wings figure .wing-logo {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
}
#wings figcaption {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body.home #wings {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
body.home #wings .left,
body.home #wings .right {
  width: 50%;
  aspect-ratio: 1/2;
}
@media only screen and (min-width: 1247px) {
  body.home #wings .left,
  body.home #wings .right {
    height: calc(100% - 2rem);
    width: calc(50vw - 512px - 1.5rem);
    top: 2rem;
    aspect-ratio: unset;
  }
}
body.home #wings .left .wing-logo,
body.home #wings .right .wing-logo {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
body.home #wings .left {
  border-right: 0.5rem solid #000000;
  view-transition-name: wing-left;
}
@media only screen and (min-width: 1247px) {
  body.home #wings .left {
    right: auto;
    right: initial;
    left: 0;
  }
}
body.home #wings .right {
  border-left: 0.5rem solid #000000;
}

/* Exit animation for .left wing leaving the home page */
::view-transition-old(wing-left) {
  animation: slideOutLeft 0.7s ease-in-out;
}

/* Prevent new wing-left from appearing when it doesn't exist on destination */
::view-transition-new(wing-left) {
  animation: slideInFromLeft 0.7s ease-in-out;
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
body.home #video-bg {
  display: block;
}
@media only screen and (min-width: 1247px) {
  body.home #video-bg {
    width: 1024px;
    top: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  body.home #video-bg:after {
    display: none;
  }
}
@media only screen and (min-width: 1247px) {
  body.home #nav-primary {
    background-color: #000000;
    width: 1024px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1247px) {
  body.home #nav-primary ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
  }
}
body.home #content {
  margin-top: calc(3.5rem + 100vw);
}
@media only screen and (min-width: 1247px) {
  body.home #content {
    margin-top: 85vh;
  }
}
@media (min-height: 1024px) {
  body.home #content {
    margin-top: calc(3.5rem + 1024px);
  }
}

.merch__list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  font-size: 0.85em;
  gap: 1.5rem;
}
.merch__list li {
  width: 100%;
  aspect-ratio: 3/3;
  position: relative;
  margin: 0;
  border: 0.5rem solid #000000;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .merch__list li {
    width: calc(50% - 0.75rem);
  }
}
@media only screen and (min-width: 1247px) {
  .merch__list li {
    width: calc(33.333% - 0.375rem - 0.625rem);
  }
}
.merch__list li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 333ms cubic-bezier(0.16, 1, 0.3, 1);
}
.merch__list li a:hover, .merch__list li a:active, .merch__list li a:focus {
  color: #ffffff;
}
.merch__list li .merch__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 666ms cubic-bezier(0.33, 1, 0.68, 1);
}
.merch__list li .merch__image-placeholder {
  width: 90%;
}
.merch__list li:hover .merch__image, .merch__list li:active .merch__image, .merch__list li:focus .merch__image {
  transform: scale(1.1);
}
.merch__name {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  padding: 0.75rem 0.75rem 0.375rem 0.375rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Special Elite", system-ui;
}
.merch__price {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.375rem 0.75rem 0.75rem;
  background-color: #000000;
  color: #F73333;
  font-weight: 900;
}

/*# sourceMappingURL=bundle.css.map*/