video,
img {
  display: block;
  object-fit: cover;
  object-position: center;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
a {
  color: #5A1414;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body:not(.home) {
  background-color: white;
  color: #5A1414;
}

header .wide nav a.cta {
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background-color: #5A1414;
  color: #FFB612;
  font-family: Roboto, sans serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.maintainer {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  position: relative;
  width: calc(100% - 80px);
}

@media (max-width: 600px) {
  .maintainer {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 400px) {
  .maintainer {
    padding: 0 10px;
  }
}
header > .wide > .maintainer img.logo {
  padding: 10px;
}

main > .section {
  position: relative;
  z-index: 10;
}

a.cta:not(.inline),
#mc_embed_signup input.button {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 20px 20px 18px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3333333333);
  font-size: 19px;
  text-transform: uppercase;
  border-radius: 14px;
  border: 2px solid white;
  margin: 30px auto;
  display: block;
  width: 300px;
  max-width: 200px;
  background-color: #5A1414;
  transition: background-color 400ms, box-shadow 400ms;
  height: auto;
  text-align: center;
}
a.cta:not(.inline):hover,
#mc_embed_signup input.button:hover {
  color: white;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3333333333);
  background-color: #FFB612;
}

a.cta.on-dark:not(.inline) {
  background-color: #FFB612;
}
a.cta.on-dark:not(.inline):hover {
  background-color: #5A1414;
}

a.party-tab-cta.cta {
  max-width: unset;
}

.major {
  color: #FFB612;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  font-family: Oswald, sans-serif;
}

header.top {
  position: relative;
  top: 0;
  z-index: 1000;
}
body:not(.home) header.top {
  margin-bottom: 40px;
}

header.minimal-logo .logo img {
  max-height: 80px !important;
}

header > .wide {
  width: 100%;
  color: #FFB612;
  font-weight: 700;
  text-transform: uppercase;
}

header > .wide .maintainer {
  max-width: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
}

header > .wide a.logo {
  padding: 0;
}

header > .wide .logo img {
  display: block;
  width: 100%;
  max-height: 150px;
  min-width: 100px;
  object-fit: contain;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}
@media (max-width: 600px) {
  header nav {
    gap: 0;
    width: 100%;
  }
}
header nav a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  white-space: nowrap;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
  transition: color 300ms;
}
header nav a:hover {
  text-decoration: none;
  color: #FFB612;
}

body:not(.home) nav a {
  color: #5A1414;
  text-shadow: none;
}

.wide .menu-toggle {
  display: none;
}

/*
body.narrow .narrow .menu-toggle {
	display: block;
	cursor: pointer;
	padding: 15px;
}

body.narrow .wide {
	display: none;
}

body.narrow .narrow {
	display: block !important;
}

body.narrow .narrow nav {
	display: none;
	// display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 15px 0;
	flex-direction: column;
	position: absolute;
	background-color: rgb(0, 0, 0, 0.9);
	width: 100%;
}

body.narrow .narrow>.maintainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body.narrow .narrow .logo img {
	max-height: 80px !important;
}

.menu-toggle svg {
	max-height: 48px;
}
	*/
.button {
  white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
  margin: 0 0 0.75em 0;
  line-height: 1.125;
  color: #5A1414;
}

body.narrow.open-nav {
  overflow: hidden;
}
body.narrow.open-nav .narrow nav {
  display: flex;
  justify-content: flex-start;
  height: calc(100vh - 87px);
  overflow-y: scroll;
}

img.pop {
  position: absolute;
  z-index: 999;
  width: 10vw;
  height: auto;
  max-width: 120px;
}
@media (max-width: 800px) {
  img.pop {
    width: 20vw;
  }
}
@media (max-width: 500px) {
  img.pop {
    width: 25vw;
  }
}

.overlay .copy {
  text-align: center;
  color: white;
  text-shadow: 0px 0px 8px black;
  text-transform: uppercase;
  display: flex;
  gap: 1.53vw;
  flex-direction: column;
}
.overlay .copy .alpha {
  font-size: 5.75vw;
  font-weight: 800;
  line-height: 1;
}
.overlay .copy .bravo {
  font-size: 2.9vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.28em;
}
.overlay .copy .charlie {
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 0.3;
  letter-spacing: 0.82em;
}
.overlay .copy .alpha span,
.overlay .copy .bravo span,
.overlay .copy .charlie span {
  background-color: rgba(34, 34, 34, 0.6666666667);
  padding: 0.1vw 1.5vw 0.08vw;
  border-radius: 0.5vw;
}
@media (max-width: 600px) {
  .overlay .copy .alpha {
    font-size: 4vw;
  }
  .overlay .copy .bravo {
    font-size: 2.5vw;
  }
  .overlay .copy .charlie {
    font-size: 1.5vw;
    letter-spacing: 0.65em;
  }
  .overlay .copy .alpha span,
  .overlay .copy .bravo span,
  .overlay .copy .charlie span {
    background-color: rgba(0, 0, 0, 0.6666666667);
    padding: 0.15vw 1.65vw 0.11vw;
    border-radius: 1vw;
  }
}

.video-with-logo-overlay .popper {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.video-with-logo-overlay .popper.left {
  left: -4vw;
}

.video-with-logo-overlay .popper.right {
  right: -1vw;
}

.video-with-logo-overlay .popper img {
  max-height: 88vw;
}

.video-with-logo-overlay .popper.left img {
  height: 52vw;
}

.video-with-logo-overlay .popper.right img {
  height: 45vw;
}

footer {
  font-size: 0.875rem;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.home .section:not(.video) {
  padding: 7vw 0;
}
@media (max-width: 600px) {
  .home .section:not(.video) {
    padding: 5vw 0px;
  }
}

div.section.headlines {
  padding: 150px 0px;
  text-align: center;
  z-index: 10;
}
div.section.headlines h1 {
  line-height: 1.125;
  margin: 40px;
  color: #FFB612;
  font-size: 4vw;
}
@media (max-width: 1100px) {
  div.section.headlines h1 {
    font-size: 5vw;
  }
}
@media (max-width: 700px) {
  div.section.headlines h1 {
    font-size: 6vw;
  }
}
div.section.headlines h2 {
  line-height: 1.125;
  color: #FFB612;
  font-size: 25px;
}
@media (max-width: 700px) {
  div.section.headlines h2 {
    font-size: 18px;
  }
}
div.section.headlines .major {
  color: white;
  line-height: 1.375;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 500;
}
div.section.headlines p,
div.section.headlines .minor {
  color: white;
  line-height: 1.375;
  font-size: 22px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 700px) {
  div.section.headlines p,
  div.section.headlines .minor {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  div.section.headlines p,
  div.section.headlines .minor {
    font-size: 15px;
  }
}

.section .bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section .bg.bg-top {
  bottom: calc(100% - 3px);
}
.section .bg.bg-bottom {
  top: calc(100% - 3px);
}

.section.under {
  z-index: 1;
}

.section.photo {
  background-size: cover;
  background-position: center;
  height: 60vw;
  width: 100%;
}

.section.cta {
  z-index: 10;
  background-color: #FFB612;
  color: #5A1414;
  padding: 100px 40px;
  text-align: center;
}
.section.cta > .maintainer {
  max-width: 600px;
}
.section.cta a.button {
  background-color: #5A1414;
  color: white;
}

.home main .section.other {
  font-weight: 400;
  color: #333;
}
.home main .section.other strong {
  color: #5A1414;
}
.home main .section.other > .maintainer {
  max-width: 800px;
}

.social-follow-suite {
  display: flex;
  justify-content: center;
  gap: 40px;
}

footer {
  padding: 40px;
}
footer .social-follow-suite {
  margin-bottom: 40px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 20px;
  white-space: nowrap;
}

svg .KO {
  fill: #400400;
}
svg .main {
  fill: #5A1414;
}
svg .shadow {
  fill: rgb(48.2727272727, 10.7272727273, 10.7272727273);
}
svg .highlight {
  fill: rgb(131.7272727273, 29.2727272727, 29.2727272727);
}
svg .copy {
  fill: white;
}

.video-label {
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  max-width: calc(100% - 12vw);
  display: inline;
  bottom: -8vw;
  left: 3vw;
  padding: 6px 8px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  transition: font-size 1s;
}
.video-label.hover, .video-label:hover {
  font-size: 18px;
  white-space: wrap;
  line-clamp: unset;
}
.video-label a {
  color: #FFB612 !important;
  text-decoration: none !important;
}
.video-label a:hover {
  text-decoration: underline !important;
}

.buy-button-wrapper {
  padding: 40px 20px;
}
@media (max-width: 600px) {
  .buy-button-wrapper {
    padding: 40px 10px;
  }
}
.buy-button-wrapper .buy-button-card {
  border: 1px solid dimGray;
  border-radius: 11px;
  box-shadow: 2px 2px 8px 6px rgba(0, 0, 0, 0.1);
  padding: 60px;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .buy-button-wrapper .buy-button-card {
    padding: 20px;
  }
}
.buy-button-wrapper .shopify-buy-frame {
  margin: 0 auto;
}

@media (max-width: 800px) {
  .swoosher {
    display: none;
  }
}
.section.extra .flexie {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section.extra .flexie img {
  max-width: 120px;
  max-height: 90px;
}
.section.extra a {
  color: var(--secondary-color);
}