/** Shopify CDN: Minification failed

Line 10:12 Expected "]" to go with "["
Line 10:27 Unexpected "]"

**/
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[4]!./src/styles/sections/contest-hero.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html[\:has\(.page-contest\)] {
  scroll-behavior: smooth; }

html:has(.page-contest) {
  scroll-behavior: smooth; }

.page-contest [id] {
  scroll-margin-top: 132px;
  scroll-margin-top: var(--gbc-sticky-offset, 132px); }

.gbc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-family: "Proxima Nova", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; }

.gbc-btn--red {
    background-color: #d2232a;
    color: #fff; }

.gbc-btn--red:hover, .gbc-btn--red.focus-visible {
      background-color: #a81c22;
      color: #fff; }

.gbc-btn--red:hover, .gbc-btn--red:focus-visible {
      background-color: #a81c22;
      color: #fff; }

.gbc-btn--gold {
    background-color: #cfa452;
    color: #10382b; }

.gbc-btn--gold:hover, .gbc-btn--gold.focus-visible {
      background-color: #e3c98f;
      color: #10382b; }

.gbc-btn--gold:hover, .gbc-btn--gold:focus-visible {
      background-color: #e3c98f;
      color: #10382b; }

.gbc-btn--outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }

.gbc-btn--outline:hover, .gbc-btn--outline.focus-visible {
      background-color: #fff;
      color: #10382b; }

.gbc-btn--outline:hover, .gbc-btn--outline:focus-visible {
      background-color: #fff;
      color: #10382b; }

.gbc-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  font-family: "BD Cartoon Shout", impact, sans-serif;
  font-size: max(1.75rem, min(4vw, 2.5rem));
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #10382b; }

.gbc-heading .gbc-icon--sparkle {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: #cfa452; }

.page-contest .collapsible-content__heading {
  font-family: "BD Cartoon Shout", impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #10382b; }

.page-contest .collapsible-content__grid .grid__item {
  padding-top: 2px; }

@media (min-width: 768px) {
    .page-contest .collapsible-content__grid .grid__item {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 14px 20px;
      gap: 14px 20px;
      align-items: start; } }

.page-contest .collapsible-content .accordion {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 14px;
  padding: 2px 18px;
  background-color: #fff;
  border: 2px solid rgba(16, 56, 43, 0.35);
  border-radius: 10px; }

@media (min-width: 768px) {
    .page-contest .collapsible-content .accordion {
      margin-bottom: 0; } }

.page-contest .collapsible-content .accordion .accordion__title {
    color: #10382b;
    font-weight: 600; }

.gbc-hero {
  position: relative;
  overflow: hidden;
  background-color: #10382b;
  color: #fff; }

.gbc-hero__billboard {
    display: block;
    width: 100%;
    height: auto; }

.gbc-hero__actionbar {
    padding: 20px 0 24px;
    background-color: #10382b; }

@media (min-width: 1024px) {
      .gbc-hero__actionbar {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 48px 0 22px;
        background: linear-gradient(180deg, rgba(6, 18, 13, 0) 0%, rgba(6, 18, 13, 0.9) 42%); } }

.gbc-hero__actionbar-inner {
    display: flex;
    flex-direction: column;
    align-items: center; }

@media (min-width: 1024px) {
      .gbc-hero__actionbar-inner {
        align-items: flex-start; } }

.gbc-hero__actionbar-group {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; }

.gbc-hero__actionbar-countdown {
    text-align: center; }

.gbc-hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.gbc-hero__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 70% center;
         object-position: 70% center; }

.gbc-hero__scrim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(9, 33, 25, 0.92) 0%, rgba(9, 33, 25, 0.55) 45%, rgba(9, 33, 25, 0.1) 75%), linear-gradient(0deg, rgba(9, 33, 25, 0.55) 0%, rgba(9, 33, 25, 0) 30%); }

.gbc-hero__inner {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 56px; }

@media (min-width: 1024px) {
      .gbc-hero__inner {
        min-height: 640px;
        padding-top: 80px;
        padding-bottom: 72px; } }

.gbc-hero__content {
    max-width: 580px;
    text-align: center; }

.gbc-hero__title {
    margin: 0 0 18px;
    text-wrap: balance; }

.gbc-hero__title span {
      display: block; }

.gbc-hero__line--1 {
    font-family: "Proxima Nova", arial, sans-serif;
    font-size: max(1.25rem, min(2.6vw, 1.875rem));
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase; }

.gbc-hero__line--2 {
    font-family: "BD Cartoon Shout", impact, sans-serif;
    font-size: max(2.875rem, min(6.6vw, 5.125rem));
    line-height: 1;
    text-transform: uppercase;
    color: #d2232a;
    transform: rotate(-1.5deg); }

.gbc-hero__line--3 {
    font-family: "Proxima Nova", arial, sans-serif;
    font-size: max(3.125rem, min(7vw, 5.625rem));
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase; }

.gbc-hero__line--4 {
    font-family: "Ashyhouse", cursive;
    font-size: max(2.375rem, min(5vw, 4rem));
    line-height: 1.1;
    color: #cfa452; }

.gbc-hero__text {
    max-width: 430px;
    margin: 0 auto 26px;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.5; }

.gbc-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px; }

.gbc-hero__actions .gbc-btn {
      min-width: 160px;
      padding: 14px 32px; }

.gbc-hero--static .gbc-hero__actions {
    justify-content: center;
    margin-bottom: 0; }

.gbc-hero__countdown-title {
    margin: 0 0 10px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-align: center;
    text-transform: uppercase;
    color: #e3c98f; }

.gbc-countdown {
  display: inline-flex;
  gap: 14px; }

.gbc-countdown__unit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px; }

.gbc-countdown__unit + .gbc-countdown__unit::before {
    content: "";
    position: absolute;
    top: 21px;
    left: -9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cfa452; }

.gbc-countdown__digits {
    position: relative;
    display: block;
    min-width: 52px;
    padding: 8px 6px;
    background: radial-gradient(circle 2px at 3px 50%, rgba(207, 164, 82, 0.9) 0,rgba(207, 164, 82, 0.9) 2px, transparent 2.5px), radial-gradient(circle 2px at calc(100% - 3px) 50%, rgba(207, 164, 82, 0.9) 0,rgba(207, 164, 82, 0.9) 2px, transparent 2.5px), linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 45%), #0d0d0d;
    background: radial-gradient(circle 2px at 3px 50%, rgba(207, 164, 82, 0.9) 0 2px, transparent 2.5px), radial-gradient(circle 2px at calc(100% - 3px) 50%, rgba(207, 164, 82, 0.9) 0 2px, transparent 2.5px), linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 45%), #0d0d0d;
    border: 1px solid rgba(207, 164, 82, 0.75);
    border-radius: 8px;
    font-family: "BD Cartoon Shout", impact, sans-serif;
    font-size: 1.625rem;
    line-height: 1.1;
    text-align: center;
    color: #fff; }

.gbc-countdown__digits::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 6px;
      left: 6px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.55); }

.gbc-countdown__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82); }

.gbc-countdown--end[data-hide-after-end="true"] {
    display: none; }

.gbc-countdown__message {
    display: none;
    margin: 6px 0 0;
    font-weight: 600;
    color: #e3c98f; }

.gbc-countdown--end .gbc-countdown__message {
    display: block; }

