* {
  box-sizing: border-box;
}

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: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1.4;
  font-weight: 400;
  background-color: #CE0019;
  color: #ffffff;
  font-family: "Gotham", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

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

.site-content {
  width: 100%;
  max-width: 2200px;
  margin-inline: auto;
}

.container {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1440px;
  }
}

.view {
  display: none;
}
.view.show {
  display: block;
}

.btn {
  border: 0;
  outline: 0;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

#age-gate {
  width: 100%;
  height: auto;
  min-height: 100svh;
  position: relative;
  display: none;
}
#age-gate.show {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-image: url("../assets/pattern-age-screen.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: 60px;
}
@media (min-width: 768px) {
  #age-gate.show {
    background-size: 90px;
  }
}
#age-gate .age-gate-image {
  width: 100%;
  height: auto;
}
#age-gate .age-gate-image img {
  width: 100%;
  height: auto;
}
#age-gate .content {
  width: 100%;
  height: auto;
  margin-top: -8%;
}
@media (min-width: 768px) {
  #age-gate .content {
    margin-top: 0;
  }
}
#age-gate .content .container .age-gate-headline,
#age-gate .content .container .age-gate-description {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
#age-gate .content .container .age-gate-headline {
  font-size: 40px;
  font-weight: 800;
  font-family: "Steelfish", sans-serif;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  #age-gate .content .container .age-gate-headline {
    font-size: 64px;
  }
}
#age-gate .content .container .age-gate-description {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #age-gate .content .container .age-gate-description {
    font-size: 20px;
    margin-top: 4px;
  }
}
#age-gate .content .container #submit-age-form {
  width: 100%;
  max-width: 640px;
  margin: 48px auto 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
#age-gate .content .container #submit-age-form .form-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#age-gate .content .container #submit-age-form .form-wrapper > * {
  width: 25%;
}
#age-gate .content .container #submit-age-form .form-wrapper > *:last-child {
  width: 50%;
}
#age-gate .content .container #submit-age-form .form-wrapper .input-wrapper {
  margin: 0 5px;
}
#age-gate .content .container #submit-age-form .form-wrapper .input-wrapper:first-child {
  margin-left: 0;
}
#age-gate .content .container #submit-age-form .form-wrapper .input-wrapper:last-child {
  margin-right: 0;
}
#age-gate .content .container #submit-age-form .form-wrapper .input-wrapper input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 12px 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
}
#age-gate .content .container #submit-age-form .form-wrapper .input-wrapper input::placeholder {
  font-weight: 500;
}
#age-gate .content .container #submit-age-form .form-message {
  margin-top: 4px;
}
#age-gate .content .container #submit-age-form button[type=submit] {
  width: 100%;
}
#age-gate .content .container #submit-age-form .form-wrapper,
#age-gate .content .container #submit-age-form .form-message,
#age-gate .content .container #submit-age-form button[type=submit] {
  width: 100%;
  max-width: 260px;
}
#age-gate .content .container #submit-age-form .form-disclaimer {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
}
#age-gate .content .container #submit-age-form .form-disclaimer a {
  color: #ffffff;
  text-decoration: underline;
}
#age-gate .content .container #submit-age-form .form-disclaimer a:hover {
  text-decoration: none;
}

#main-content {
  display: none;
}
#main-content.show {
  display: block;
}
#main-content #hero-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#main-content #hero-section .hero-character-image-wrapper {
  --bottom-offset: 30%;
  position: absolute;
  height: calc(90% - var(--bottom-offset));
  z-index: -1;
  left: auto;
  right: 5%;
  bottom: var(--bottom-offset);
}
@media (min-width: 768px) {
  #main-content #hero-section .hero-character-image-wrapper {
    --bottom-offset: 20%;
    height: calc(95% - var(--bottom-offset));
  }
}
#main-content #hero-section .hero-character-image-wrapper img {
  width: auto;
  height: 100%;
}
#main-content #hero-section .hero-headline-image-wrapper {
  padding-top: 30%;
}
@media (min-width: 768px) {
  #main-content #hero-section .hero-headline-image-wrapper {
    padding-top: 0;
  }
}
#main-content #hero-section .hero-headline-image-wrapper img {
  width: 100%;
  height: auto;
}
#main-content #info-section {
  background-image: url("../assets/pattern-small.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: 60px;
  padding: 8rem 0 2rem;
  margin-top: -8rem;
}
@media (min-width: 768px) {
  #main-content #info-section {
    padding: 9rem 0 4rem;
    margin-top: -9rem;
  }
}
@media (min-width: 1140px) {
  #main-content #info-section {
    padding: 12rem 0 5rem;
    margin-top: -12rem;
  }
}
#main-content #info-section .container {
  max-width: 560px;
  text-align: center;
}
@media (min-width: 768px) {
  #main-content #info-section .container {
    max-width: 1000px;
  }
}
#main-content #info-section .container .info-headline,
#main-content #info-section .container .info-description {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #main-content #info-section .container .info-headline,
  #main-content #info-section .container .info-description {
    font-size: 24px;
  }
}
#main-content #info-section .container .info-headline {
  text-transform: uppercase;
}
#main-content #info-section .container .info-headline span {
  font-weight: 700;
}
#main-content #info-section .container .info-description {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
#main-content #info-section .container #go-to-experience-btn {
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 8px;
  border: 0;
  outline: 0;
  background-color: #ffffff;
  color: #6A000D;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 800;
  margin: 1rem 0 0;
  pointer-events: auto;
}
#main-content #info-section .container #go-to-experience-btn:hover {
  background-color: #6A000D;
  color: #ffffff;
}
#main-content #info-section .container #go-to-experience-btn:disabled {
  background-color: lightgray;
  color: gray;
  pointer-events: none;
}
@media (min-width: 768px) {
  #main-content #info-section .container #go-to-experience-btn {
    padding: 1rem 80px;
  }
}
#main-content #steps-section {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  #main-content #steps-section {
    padding: 3rem 0;
  }
}
#main-content #steps-section .steps-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 40px;
}
@media (min-width: 768px) {
  #main-content #steps-section .steps-container {
    flex-direction: row;
    gap: 0;
  }
}
#main-content #steps-section .steps-container .step-card {
  flex: 0 0 33.33%;
}
#main-content #steps-section .steps-container .step-card .step-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 12px;
}
@media (min-width: 768px) {
  #main-content #steps-section .steps-container .step-card .step-card-inner {
    align-items: center;
    margin-inline: 20px;
    gap: 20px;
  }
}
#main-content #steps-section .steps-container .step-card .step-card-inner .step-card-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  #main-content #steps-section .steps-container .step-card .step-card-inner .step-card-header {
    gap: 20px;
  }
}
#main-content #steps-section .steps-container .step-card .step-card-inner .step-card-header .step-card-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  #main-content #steps-section .steps-container .step-card .step-card-inner .step-card-header .step-card-icon {
    width: 72px;
    height: 72px;
  }
}
#main-content #steps-section .steps-container .step-card .step-card-inner .step-card-header .step-card-headline {
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #main-content #steps-section .steps-container .step-card .step-card-inner .step-card-header .step-card-headline {
    font-size: 30px;
  }
}
#main-content #steps-section .steps-container .step-card .step-card-inner .step-card-body .step-card-description {
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #main-content #steps-section .steps-container .step-card .step-card-inner .step-card-body .step-card-description {
    text-align: center;
    font-size: 22px;
  }
}
#main-content #experience-section {
  position: relative;
  padding: 180px 0;
  background-image: url("../assets/pattern-age-screen.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: 60px;
}
@media (min-width: 768px) {
  #main-content #experience-section {
    padding: 250px 0;
  }
}
#main-content #experience-section .top-separator,
#main-content #experience-section .bottom-separator {
  width: 100%;
  height: auto;
  position: absolute;
}
#main-content #experience-section .top-separator {
  top: 0;
  left: 0;
}
#main-content #experience-section .bottom-separator {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
}
#main-content #experience-section #start #start-experience-btn {
  width: 100%;
  max-width: 480px;
  display: block;
  margin-inline: auto;
  padding: 24px 32px;
  margin: 50px auto;
  font-size: 2.5rem;
  font-family: "Steelfish", sans-serif;
  font-weight: 800;
  background-color: #ffffff;
  color: #6A000D;
  text-transform: uppercase;
  border-radius: 10px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#main-content #experience-section #start #start-experience-btn:hover {
  background-color: #6A000D;
  color: #ffffff;
}
@media (min-width: 768px) {
  #main-content #experience-section #start #start-experience-btn {
    font-size: 3rem;
    padding: 32px 100px;
  }
}
@media (min-width: 1140px) {
  #main-content #experience-section #start #start-experience-btn {
    margin: 100px auto;
  }
}
#main-content #experience-section #watch .video-wrapper {
  width: fit-content;
  position: relative;
  margin-inline: auto;
  outline: 11px solid #dcd5ce;
  background-image: url("../assets/videos/poster-chulapo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main-content #experience-section #watch .video-wrapper #play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 2;
  display: none;
}
#main-content #experience-section #watch .video-wrapper #play-video-btn.show {
  display: block;
}
#main-content #experience-section #watch .video-wrapper #play-video-btn img {
  width: 64px;
  aspect-ratio: 1;
}
#main-content #experience-section #watch .video-wrapper #listening-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  z-index: 1;
}
#main-content #experience-section #watch .video-wrapper #listening-panel.show {
  display: flex;
}
#main-content #experience-section #watch .video-wrapper #listening-panel .listening-panel-text {
  text-align: center;
}
#main-content #experience-section #watch .video-wrapper #listening-panel .time-left-bar {
  width: 80%;
  height: 4px;
  background-color: #ffffff;
  margin: 8px auto;
  animation-name: time-left-animation;
  animation-duration: 3s;
  animation-direction: normal;
}
@keyframes time-left-animation {
  0% {
    width: 80%;
    display: block;
  }
  100% {
    width: 0;
    display: none;
  }
}
#main-content #experience-section #watch .video-wrapper .info-message {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 24px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
#main-content #experience-section #watch .video-wrapper .info-message .play-btn {
  background-color: #ffffff;
  color: #6A000D;
  padding: 0.5rem 1.5rem;
  margin-top: 12px;
  border-radius: 8px;
  font-weight: 500;
}
#main-content #experience-section #watch .video-wrapper #video {
  width: 100%;
  max-width: 480px;
  height: auto;
}
#main-content #experience-section #registration #registration-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#main-content #experience-section #registration #registration-form h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  #main-content #experience-section #registration #registration-form h2 {
    font-size: 34px;
  }
}
#main-content #experience-section #registration #registration-form .input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0 0 10px;
}
#main-content #experience-section #registration #registration-form .input-wrapper label,
#main-content #experience-section #registration #registration-form .input-wrapper input {
  font-family: "Gotham", sans-serif;
}
#main-content #experience-section #registration #registration-form .input-wrapper label {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #main-content #experience-section #registration #registration-form .input-wrapper label {
    font-size: 20px;
  }
}
#main-content #experience-section #registration #registration-form .input-wrapper input {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  border: 0;
  outline: 0;
  font-size: 1rem;
  padding-inline: 1rem;
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  #main-content #experience-section #registration #registration-form .input-wrapper input {
    height: 48px;
    font-size: 1.5rem;
  }
}
#main-content #experience-section #registration #registration-form .input-wrapper input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 0;
  outline: 0;
  margin: 0;
}
#main-content #experience-section #registration #registration-form .input-wrapper .input-checkbox {
  margin-top: 8px;
}
#main-content #experience-section #registration #registration-form .input-wrapper .input-checkbox input {
  float: left;
  margin-right: 8px;
}
#main-content #experience-section #registration #registration-form .input-wrapper .input-checkbox label a {
  color: #ffffff;
  text-decoration: underline;
}
#main-content #experience-section #registration #registration-form .input-wrapper .input-checkbox label a:hover {
  text-decoration: none;
}
#main-content #experience-section #registration #registration-form .input-wrapper .validation-alert {
  margin-top: 4px;
  font-style: italic;
  font-size: 14px;
}
#main-content #experience-section #registration #registration-form .form-message {
  width: fit-content;
  padding: 1rem;
  background: #ffffff;
  color: #6A000D;
  border-radius: 8px;
  margin: 1rem 0;
  display: none;
}
#main-content #experience-section #registration #registration-form button[type=submit] {
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 8px;
  border: 0;
  outline: 0;
  background-color: #ffffff;
  color: #6A000D;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 800;
  margin: 8px 0 0;
  pointer-events: auto;
}
#main-content #experience-section #registration #registration-form button[type=submit]:hover {
  background-color: #6A000D;
  color: #ffffff;
}
#main-content #experience-section #registration #registration-form button[type=submit]:disabled {
  background-color: lightgray;
  color: gray;
  pointer-events: none;
}
@media (min-width: 768px) {
  #main-content #experience-section #registration #registration-form button[type=submit] {
    padding: 1rem 80px;
  }
}
#main-content #experience-section #final .headline,
#main-content #experience-section #final .message {
  color: #ffffff;
  text-align: center;
}
#main-content #experience-section #final .headline {
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  #main-content #experience-section #final .headline {
    font-size: 34px;
  }
}
#main-content #experience-section #final .message {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #main-content #experience-section #final .message {
    font-size: 24px;
  }
}
#main-content #experience-section .end-campaign-message {
  text-align: center;
  padding: 1rem;
  color: #ffffff;
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}
#main-content #experience-section .end-campaign-message .headline {
  font-size: 24px;
  font-weight: 700;
}
#main-content #experience-section .end-campaign-message .description {
  margin-top: 16px;
}
#main-content #experience-section .end-campaign-message .cta {
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 8px;
  border: 0;
  outline: 0;
  background-color: #ffffff;
  color: #6A000D;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 800;
  margin: 1rem 0 0;
  pointer-events: auto;
  text-decoration: none;
  display: inline-block;
}
#main-content #experience-section .end-campaign-message .cta:hover {
  background-color: #6A000D;
  color: #ffffff;
}
@media (min-width: 768px) {
  #main-content #experience-section .end-campaign-message .cta {
    padding: 1rem 80px;
  }
}
#main-content .scroll-down-icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin-inline: auto;
  animation-name: scroll-down-animation;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  background-color: #6A000D;
  border: 0;
  outline: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}
#main-content .scroll-down-icon-btn .scroll-down-icon {
  width: 32px;
}
@keyframes scroll-down-animation {
  0% {
    bottom: 3rem;
  }
  50% {
    bottom: 2rem;
  }
  100% {
    bottom: 3rem;
  }
}

.modal-winner {
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.modal-winner.show {
  display: grid;
  place-items: center;
}
.modal-winner .modal-inner {
  width: 90%;
  height: auto;
  background-color: #ffffff;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .modal-winner .modal-inner {
    width: 50%;
    max-width: 480px;
    margin: 0 auto;
    padding: 2rem;
  }
}
.modal-winner .modal-inner .modal-header {
  margin-bottom: 1rem;
}
.modal-winner .modal-inner .modal-header #close-modal-winner-btn {
  margin-left: auto;
  margin-right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}
.modal-winner .modal-inner .modal-header #close-modal-winner-btn svg {
  width: 20px;
  height: 20px;
}
.modal-winner .modal-inner .modal-body {
  color: #000000;
  text-align: center;
  margin-bottom: 2rem;
}
.modal-winner .modal-inner .modal-body p {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .modal-winner .modal-inner .modal-body p {
    font-size: 20px;
  }
}
.modal-winner .modal-inner .modal-body h2 {
  font-size: 32px;
  font-weight: 700;
}

.footer {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  background-color: #CE0019;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  text-decoration: none;
}
.footer .footer-inner {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .footer .footer-inner {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .footer .footer-inner {
    max-width: 1040px;
  }
}
.footer .footer-inner .regulament {
  font-size: 20px;
  margin-bottom: 8px;
}
.footer .footer-inner .footer-icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}
.footer .footer-inner .footer-icons-wrapper .footer-icon {
  width: 48px;
  height: auto;
}
.footer .footer-inner .footer-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.footer .footer-inner .footer-links .footer-link a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: underline;
}
.footer .footer-inner .footer-links .footer-link a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer .footer-inner .footer-links .footer-link a {
    font-size: 16px;
  }
}

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