/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/styles/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/*-----------------------------------------------------------------------------
# Abstracts
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
# Base
-----------------------------------------------------------------------------*/
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
div[tabindex]:focus {
  opacity: 1;
  outline-offset: 0.5rem;
}

.global-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  position: absolute !important;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-to-content {
  display: inline-block;
  position: absolute;
  top: -9999rem;
  left: -9999rem;
  outline: none;
  background: #000000;
  padding: 0.875rem 1.25rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-decoration: none;
  text-transform: none;
}
.skip-to-content:focus {
  clip: auto;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100000;
  width: auto;
  height: auto;
}
.skip-to-content:visited {
  color: #ffffff;
}

.btn-block {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
}
.btn-inline {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.btn-solid-white {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn-solid-white:hover {
  background-color: #f8f8f8;
}
.btn-outline-white {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn-s {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn-m {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
}
.btn-l {
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Bangers";
}

body {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  background: url("/wp-content/themes/glaive/public/images/background.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  body {
    background: url("/wp-content/themes/glaive/public/images/background.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
body.fade-in {
  opacity: 1;
}

hr {
  margin: 0 0 1.5rem;
  border: 0;
  background: #f8f8f8;
  height: 1px;
}

ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin: 0.5rem 0;
}
li::marker {
  color: #464646;
}
li:first-child {
  margin-top: 0;
}
li:last-child {
  margin-bottom: 0;
}

li > ul,
li > ol {
  margin: 0 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 1.5rem 0;
}
figure img {
  display: block;
  width: 100%;
}
figure figcaption {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  figure figcaption {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

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

td,
th {
  padding: 0;
}

th {
  font-weight: 700;
}

small {
  font-size: 0.75rem;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/bangers-400.woff2") format("woff2");
  font-family: "Bangers";
}
label {
  color: #666666;
  font-weight: 700;
  font-size: 1rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  -webkit-appearance: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: 1px solid #f8f8f8;
  padding: 0.5rem 0.75rem;
  color: #666666;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1280px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none;
  border-color: #464646;
}

input[type=checkbox] {
  display: grid;
  place-content: center;
  -webkit-transform: translateY(-0.075rem);
          transform: translateY(-0.075rem);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 1px solid #f8f8f8;
  background-color: transparent;
  width: 1rem;
  height: 1rem;
  color: #f8f8f8;
}
input[type=checkbox]::before {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.15s -webkit-transform ease;
  transition: 0.15s -webkit-transform ease;
  transition: 0.15s transform ease;
  transition: 0.15s transform ease, 0.15s -webkit-transform ease;
  background-color: #000000;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
}
input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #f8f8f8;
  background: #ffffff;
  background-image: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' width='24' height='24' viewBox='-2 -2 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M19.375 6.0925 10.441666666666666 15.025000000000002c-0.057999999999999996 0.058083333333333334 -0.12683333333333335 0.10408333333333333 -0.20258333333333334 0.1355 -0.07583333333333334 0.0315 -0.15708333333333335 0.04766666666666667 -0.23908333333333334 0.04766666666666667 -0.082 0 -0.16325 -0.01616666666666667 -0.23908333333333334 -0.04766666666666667 -0.07575 -0.03141666666666667 -0.14458333333333334 -0.07741666666666666 -0.20258333333333334 -0.1355L0.625 6.0925' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'></path></svg>");
  background-size: 0.625rem;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-x: calc(100% - 0.75rem);
  background-position-y: 0%;
  background-position-y: 50%;
  padding: 0.5rem 2.125rem 0.5rem 0.75rem;
  color: #666666;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1280px) {
  select {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
select:focus {
  outline: none;
  border-color: #464646;
}

textarea {
  width: 100%;
  font-size: 1rem;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #666666;
  font-size: 0.75rem;
}

::-moz-placeholder {
  opacity: 1;
  color: #666666;
  font-size: 0.75rem;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #666666;
  font-size: 0.75rem;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #666666;
  font-size: 0.75rem;
}

::placeholder {
  opacity: 1;
  color: #666666;
  font-size: 0.75rem;
}

.page-404 {
  padding: 3rem 0;
}
@media (min-width: 1280px) {
  .page-404 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.page-404__container {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 40rem;
}
@media (min-width: 384px) {
  .page-404__container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.page-404__content > :first-child {
  margin-top: 0;
}
.page-404__content > :last-child {
  margin-bottom: 0;
}
.page-404__btn {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
.page-404__btn:hover {
  background-color: #f8f8f8;
}

.default-page {
  padding: 3em 0;
}
@media (min-width: 1280px) {
  .default-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.default-page__container {
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 40rem;
}
.default-page__content {
  margin: 0 auto;
  max-width: 40rem;
}

.front-page {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .front-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .front-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.front-page__container {
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 30rem;
}
@media (min-width: 768px) {
  .front-page__container {
    max-width: 40rem;
  }
}
.front-page__mayhem {
  margin: 0 0 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .front-page__mayhem {
    margin-bottom: 6rem;
  }
}
.front-page__mayhem__logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .front-page__mayhem__logo-group {
    row-gap: 1.5rem;
  }
}
.front-page__mayhem__logo {
  width: 100%;
  height: 100%;
}
.front-page__mayhem__logo--1 {
  max-width: 8rem;
}
@media (min-width: 768px) {
  .front-page__mayhem__logo--1 {
    max-width: 12rem;
  }
}
.front-page__mayhem__logo--2 {
  max-width: 20rem;
}
@media (min-width: 768px) {
  .front-page__mayhem__logo--2 {
    max-width: 30rem;
  }
}
.front-page__mayhem__youtube-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
  width: 100%;
  max-width: 20rem;
  height: auto;
}
@media (min-width: 768px) {
  .front-page__mayhem__youtube-video {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.front-page__mayhem__youtube-video iframe {
  -webkit-box-shadow: 0px 16px 24px -4px rgb(0, 0, 0);
          box-shadow: 0px 16px 24px -4px rgb(0, 0, 0);
  border: 2px solid #fff;
  border-radius: 1.5rem;
}
.front-page__mayhem__frame-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 calc(3% + 2rem);
}
@media (min-width: 768px) {
  .front-page__mayhem__frame-group {
    margin-top: 4rem;
  }
}
.front-page__mayhem__frame {
  position: relative;
  aspect-ratio: 1/2;
  width: 33.33333%;
  width: 100%;
}
.front-page__mayhem__frame--1 {
  left: 15%;
  -webkit-transform: rotate(-15deg) translateX(-15%);
          transform: rotate(-15deg) translateX(-15%);
  z-index: -1;
}
.front-page__mayhem__frame--3 {
  right: 15%;
  -webkit-transform: rotate(15deg) translateX(15%);
          transform: rotate(15deg) translateX(15%);
  z-index: -2;
}
.front-page__mayhem__frame svg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front-page__mayhem__frame svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0.75rem);
          transform: translate(-50%, 0.75rem);
}
.front-page__mayhem__frame video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 12.5%;
  background: #fff;
  width: calc(100% - 0.1375rem);
  height: calc(100% - 0.1375rem);
}
@media (min-width: 384px) {
  .front-page__mayhem__frame video {
    border-radius: 15%;
    width: calc(100% - 0.175rem);
    height: calc(100% - 0.175rem);
  }
}
@media (min-width: 768px) {
  .front-page__mayhem__frame video {
    width: calc(100% - 0.25rem);
    height: calc(100% - 0.25rem);
  }
}
.front-page__mayhem__social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .front-page__mayhem__social-media-links {
    gap: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.front-page__mayhem__social-media-links__link {
  margin: 0;
  text-align: center;
}
.front-page__mayhem__social-media-links__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .front-page__mayhem__social-media-links__link a {
    width: 6rem;
    min-width: 6rem;
    max-width: 6rem;
  }
}
.front-page__mayhem__social-media-links__link a svg {
  width: 4rem;
  min-width: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  max-height: 4rem;
}
@media (min-width: 768px) {
  .front-page__mayhem__social-media-links__link a svg {
    width: 6rem;
    min-width: 6rem;
    min-width: 6rem;
    max-width: 6rem;
    height: 6rem;
    max-height: 6rem;
  }
}
.front-page__mayhem__social-media-links__link a span {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .front-page__mayhem__social-media-links__link a span {
    font-size: 1rem;
  }
}
.front-page__mayhem__social-media-links__link a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.front-page__mayhem__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 2rem auto 0;
  max-width: 256px;
}
.front-page__mayhem__discord-link, .front-page__mayhem__patreon-link, .front-page__mayhem__mailto-link, .front-page__mayhem__media-kit-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 9999px;
  background: #ffffff;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .front-page__mayhem__discord-link, .front-page__mayhem__patreon-link, .front-page__mayhem__mailto-link, .front-page__mayhem__media-kit-link {
    font-size: 1.5rem;
  }
}
.front-page__mayhem__discord-link svg, .front-page__mayhem__patreon-link svg, .front-page__mayhem__mailto-link svg, .front-page__mayhem__media-kit-link svg {
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
}
.front-page__mayhem__discord-link:hover, .front-page__mayhem__patreon-link:hover, .front-page__mayhem__mailto-link:hover, .front-page__mayhem__media-kit-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.front-page__mayhem__discord-link {
  color: #5865f2;
}
.front-page__mayhem__patreon-link {
  color: #5865f2;
}
.front-page__mayhem__mailto-link {
  color: #5865f2;
}
.front-page__mayhem__media-kit-link {
  color: #5865f2;
}
.front-page__production {
  margin: 0 0 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .front-page__production {
    margin-bottom: 6rem;
  }
}
.front-page__production > :first-child {
  margin-top: 0;
}
.front-page__production > :last-child {
  margin-bottom: 0;
}
.front-page__production h2 {
  margin: 0 0 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .front-page__production h2 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.front-page__production h2 span,
.front-page__production h2 svg {
  display: block;
}
.front-page__production h2 svg {
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .front-page__production h2 svg {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
  }
}
@media (min-width: 768px) {
  .front-page__production h2 {
    margin-bottom: 2rem;
  }
}
.front-page__production p {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .front-page__production p {
    margin-bottom: 4rem;
  }
}
.front-page__production figure {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .front-page__production figure {
    margin-bottom: 4rem;
  }
}
.front-page__actors {
  margin: 0 0 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .front-page__actors {
    margin-bottom: 6rem;
  }
}
.front-page__actors > :first-child {
  margin-top: 0;
}
.front-page__actors > :last-child {
  margin-bottom: 0;
}
.front-page__actors h2 {
  margin: 0 0 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .front-page__actors h2 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.front-page__actors h2 span,
.front-page__actors h2 svg {
  display: block;
}
.front-page__actors h2 svg {
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .front-page__actors h2 svg {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
  }
}
@media (min-width: 768px) {
  .front-page__actors h2 {
    margin-bottom: 2rem;
  }
}
.front-page__actors p {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .front-page__actors p {
    margin-bottom: 4rem;
  }
}
.front-page__actors figure {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .front-page__actors figure {
    margin-bottom: 4rem;
  }
}
.front-page__crew {
  margin: 0 0 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .front-page__crew {
    margin-bottom: 6rem;
  }
}
.front-page__crew > :first-child {
  margin-top: 0;
}
.front-page__crew > :last-child {
  margin-bottom: 0;
}
.front-page__crew h2 {
  margin: 0 0 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .front-page__crew h2 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.front-page__crew h2 span,
.front-page__crew h2 svg {
  display: block;
}
.front-page__crew h2 svg {
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .front-page__crew h2 svg {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
  }
}
@media (min-width: 768px) {
  .front-page__crew h2 {
    margin-bottom: 2rem;
  }
}
.front-page__crew p {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .front-page__crew p {
    margin-bottom: 4rem;
  }
}
.front-page__crew figure {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .front-page__crew figure {
    margin-bottom: 4rem;
  }
}
.front-page__more {
  text-align: center;
}
.front-page__more > :first-child {
  margin-top: 0;
}
.front-page__more > :last-child {
  margin-bottom: 0;
}
.front-page__more__textarea {
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .front-page__more__textarea {
    margin-top: 4rem;
    font-size: 1.125rem;
  }
}

a {
  text-decoration: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
}

button,
select {
  text-transform: none;
}

button {
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

p {
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

h1 {
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  display: inline-block;
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  background: #f8f8f8;
  padding: 1.6em;
  max-width: 100%;
  overflow: auto;
  line-height: 1.5;
  font-family: "Courier 10 Pitch", courier, monospace;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666666;
}

mark,
ins {
  background: #f8f8f8;
  text-decoration: none;
}

b,
bold,
strong {
  font-weight: 700;
}

/*-----------------------------------------------------------------------------
# Components
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
# Partials
-----------------------------------------------------------------------------*/
.site-branding {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  position: absolute !important;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*-----------------------------------------------------------------------------
# Plugins
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
# Sections
-----------------------------------------------------------------------------*/
.site-footer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.site-footer__copyright {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  position: absolute !important;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
