@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap");
body {
  font-family: "Changa", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}

h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.75rem;
  font-weight: 800;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}

p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
}
@media (max-width: 1000px) {
  p {
    font-size: 0.9rem;
  }
}

small {
  font-size: 12px;
  font-weight: 200;
}

button {
  font-family: "Changa", sans-serif;
  font-size: 16px;
}

h1 sup,
h1 sub,
h2 sup,
h2 sub,
h3 sup,
h3 sub,
h4 sup,
h4 sub,
h5 sup,
h5 sub,
h6 sup,
h6 sub,
p sup,
p sub,
small sup,
small sub {
  font-size: 0.5em;
}
h1 sup::before,
h1 sub::before,
h2 sup::before,
h2 sub::before,
h3 sup::before,
h3 sub::before,
h4 sup::before,
h4 sub::before,
h5 sup::before,
h5 sub::before,
h6 sup::before,
h6 sub::before,
p sup::before,
p sub::before,
small sup::before,
small sub::before {
  content: "";
  display: inline-block;
  width: 0;
}

sup {
  font-size: 0.5em;
}

sub {
  font-size: 0.5em;
}

/* Styling for Omnisend Plugin Forms */
/* Subscription form */
/* Subscription form wrapper */
.omnisend-form-66645328c1b92f10adf71716-content {
  margin: 0 !important;
  max-width: 390px !important;
  width: auto !important;
}

@media screen and (max-width: 600px) {
  .omnisend-form-66645328c1b92f10adf71716-column-6374ec98142fd3456c0fb30f {
    flex-basis: 67% !important;
  }
}
@media screen and (max-width: 600px) {
  .omnisend-form-66645328c1b92f10adf71716-column-6374ec98142fd3456c0fb310 {
    flex-basis: 33% !important;
  }
}
/* Subscription form field */
#omnisend-form-66645328c1b92f10adf71716-field-container-62a3147776d81914aa87ed98-emailField-input {
  max-height: 52px !important;
  font-family: "Changa", sans-serif !important;
  font-size: 14px !important;
  color: #fff !important;
  background-color: #333432 !important;
  border-color: #333432 !important;
  transition: border-color 0.3s, color 0.3s;
}
#omnisend-form-66645328c1b92f10adf71716-field-container-62a3147776d81914aa87ed98-emailField-input::-moz-placeholder {
  color: #fff !important;
}
#omnisend-form-66645328c1b92f10adf71716-field-container-62a3147776d81914aa87ed98-emailField-input::placeholder {
  color: #fff !important;
}
#omnisend-form-66645328c1b92f10adf71716-field-container-62a3147776d81914aa87ed98-emailField-input:hover {
  border-color: #bcf124 !important;
}

/* Subscription form button */
#omnisend-form-66645328c1b92f10adf71716-action-627932485028ebd8c6660c51 {
  padding: 0.625rem 1.25rem !important;
  line-height: 2rem !important;
  text-transform: uppercase;
  font-family: "Changa", sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important;
  background-color: #bcf124 !important;
  border: none !important;
  transition: 0.25s ease-in !important;
  /* Hover Functionality */
}
#omnisend-form-66645328c1b92f10adf71716-action-627932485028ebd8c6660c51:hover {
  background-color: #a1d40e !important;
}

/* Subscription form required text */
.omnisend-form-66645328c1b92f10adf71716-field-container-62a3147776d81914aa87ed98-required {
  font-family: "Changa", sans-serif !important;
  color: #fff !important;
}

/* Subscription form error text */
.omnisend-form-66645328c1b92f10adf71716-field-container-62a3147776d81914aa87ed98-error {
  font-family: "Changa", sans-serif !important;
  color: #fff !important;
}

/* Subscription form confirmation text */
.omnisend-form-66645328c1b92f10adf71716-text-62a313b876d81914aa87ed78 {
  font-family: "Changa", sans-serif !important;
}

/* Styling for WP Forms Plugin */
/* Container */
.wpforms-container-full,
.wpforms-container-full .wpforms-form {
  width: 100% !important;
  max-width: 400px !important;
  margin: auto !important;
}

.wpforms-container .wpforms-field {
  padding: 0 !important;
  margin: 16px 0 !important;
}

/* Input Styles */
.wpforms-form .wpforms-field-name input[type=text],
.wpforms-form .wpforms-field-email input[type=email],
.wpforms-form .choices__inner,
.wpforms-form .wpforms-field.wpforms-field-textarea textarea {
  border: 2px solid #333432 !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  padding: 16px !important;
  background-color: #333432 !important;
  transition: border 0.25s ease-in !important;
}
.wpforms-form .wpforms-field-name input[type=text]:hover,
.wpforms-form .wpforms-field-email input[type=email]:hover,
.wpforms-form .choices__inner:hover,
.wpforms-form .wpforms-field.wpforms-field-textarea textarea:hover {
  border-color: #bcf124 !important;
}
.wpforms-form .wpforms-field-name input[type=text]:focus,
.wpforms-form .wpforms-field-email input[type=email]:focus,
.wpforms-form .choices__inner:focus,
.wpforms-form .wpforms-field.wpforms-field-textarea textarea:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}
.wpforms-form .wpforms-field-name input[type=text]::-moz-placeholder, .wpforms-form .wpforms-field-email input[type=email]::-moz-placeholder, .wpforms-form .choices__inner::-moz-placeholder, .wpforms-form .wpforms-field.wpforms-field-textarea textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.wpforms-form .wpforms-field-name input[type=text]::placeholder,
.wpforms-form .wpforms-field-email input[type=email]::placeholder,
.wpforms-form .choices__inner::placeholder,
.wpforms-form .wpforms-field.wpforms-field-textarea textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.wpforms-form .wpforms-field-name input[type=text],
.wpforms-form .wpforms-field-email input[type=email],
.wpforms-form .choices__inner {
  height: 52px !important;
}

/* Select Field Styles */
.wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background-color: #333432 !important;
  box-shadow: none !important;
}
.wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
  padding: 16px 16px 0 0 !important;
}
.wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
  font-size: 14px !important;
  color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  background-color: #333432 !important;
  color: #fff !important;
  border: solid 2px !important;
  border-radius: 10px !important;
  border-color: #4d4e4b !important;
  box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #4d4e4b !important;
}

/* Label Styles */
.wpforms-form .wpforms-field-name label,
.wpforms-form .wpforms-field-email label,
.wpforms-form .choices__placeholder,
.wpforms-form .wpforms-field.wpforms-field-textarea label {
  color: #fff !important;
  background-color: #333432 !important;
  opacity: 0.75 !important;
}

/* Confirmation Styles */
.wpforms-confirmation-container-full {
  color: #000 !important;
  background: none !important;
  border: none !important;
}

/* Submit Button Styles */
.wpforms-submit-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: inherit !important;
  color: inherit !important;
}

.wpforms-submit {
  cursor: pointer !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 0.625rem 1.25rem !important;
  border-radius: 10px !important;
  font-family: "Changa", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 2 !important;
  background: #bcf124 !important;
  color: #000 !important;
  transition: background-color 0.3s, color 0.3s !important;
}
.wpforms-submit:hover {
  background-color: #a1d40e !important;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}
.nav-link:hover {
  text-decoration: underline;
  color: #bcf124;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.25rem;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}
.button.small {
  padding: 0.1rem 0.6rem;
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.button.default {
  background-color: #000;
  color: #fff;
}
.button.default:hover {
  background-color: #1a1a1a;
}
.button.light {
  background-color: #fbe5c1;
  color: #000;
}
.button.light:hover {
  background-color: #f8d191;
}
.button.icon {
  background-color: #333432;
  color: #fff;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
}
.button.icon:hover {
  background-color: #bcf124;
  color: #000;
}
.button.icon i {
  font-size: 1.5rem;
}
.button.accent {
  background-color: #bcf124;
  color: #000;
}
.button.accent:hover {
  background-color: #a1d40e;
}

.carousel {
  position: relative;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}
.carousel .carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 10px;
  transition: justify-content 0.3s ease-in-out;
}
.carousel .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.carousel .carousel-item {
  width: 100%;
  max-width: 250px;
  margin: 0 10px;
  text-align: left;
}
.carousel .carousel-item .carousel-image {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .carousel-item h3 {
  margin-top: 10px;
}
.carousel .carousel-button {
  position: absolute;
  right: 20px;
  display: none;
  font-size: 2rem;
  font-weight: 200;
}
.carousel .carousel-button.prev {
  top: 20%;
}
.carousel .carousel-button.next {
  top: 35%;
}
.carousel.left-align .carousel-wrapper {
  justify-content: flex-start;
}
.carousel.show-buttons .carousel-button {
  display: block;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #f7a058, #f5b956);
  filter: drop-shadow(0 0 10px #f58020);
  padding: 1rem;
  position: relative;
  z-index: 1000;
}
.header .header-left,
.header .header-right {
  display: flex;
  align-items: center;
  flex: 1;
}
.header .header-logo-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.header .header-logo {
  max-height: 16px;
  height: auto;
}
.header .header-center {
  flex: 2;
  display: flex;
  justify-content: center;
}

#loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

#loading-screen.hide {
  opacity: 0;
  pointer-events: none;
}

.loader {
  position: relative;
}

.loader-icon {
  width: 75px;
  height: 75px;
  animation: pulse 1s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(1.5);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-family: "Changa", sans-serif;
  font-weight: 200;
  font-size: 12px;
}
.footer h4 {
  margin-bottom: 1rem;
}
.footer .footer-bar {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 40px;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer .footer-content .footer-column {
  flex: 1;
  padding: 0 10px;
}
.footer .footer-content .footer-column ul {
  list-style: none;
  padding: 0;
}
.footer .footer-content .footer-column .footer-logo-wrapper {
  display: flex;
  width: 100%;
}
.footer .footer-content .footer-column .footer-logo {
  max-height: 16px;
  height: auto;
}
.footer .footer-content .footer-column .nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .footer-content .footer-column .social-buttons {
  display: flex;
  gap: 10px;
}
.footer .footer-content .footer-column.subscribe {
  min-width: 390px;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.footer .footer-bottom .footer-links {
  display: flex;
  gap: 1rem;
}

@media (max-width: 1000px) {
  .footer-content {
    flex-wrap: wrap;
  }
  .footer-content .footer-column {
    flex-basis: calc(33.333% - 20px);
    margin-bottom: 20px;
  }
  .footer-content .footer-column.subscribe {
    min-width: 0 !important;
    flex-basis: 100%;
    order: 1;
  }
}
.video-short {
  width: 315px;
  height: 560px;
  border-radius: 20px;
  margin: 20px;
}

.content-wrapper {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.page-title {
  text-align: center;
  margin-bottom: 20px;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 10px;
}
.section h1,
.section h2,
.section h3,
.section p {
  text-align: center;
}
.section.light {
  color: #000;
  background-color: #fbe5c1;
}
.section.call-the-shots {
  color: #000;
  background: linear-gradient(90deg, #f7a058, #f5b956);
}

.relative {
  position: relative;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
  color: #000;
  background: linear-gradient(90deg, #f7a058, #f5b956);
}
.hero .hero-image-wrapper {
  position: relative;
  width: 50%;
  height: 500px;
  max-height: 500px;
  display: flex;
  align-items: center;
}
.hero .hero-image-wrapper .hero-image {
  position: absolute;
  right: 0;
  max-height: 100%;
  z-index: 2;
}
.hero .hero-content {
  width: 50%;
  padding-left: 1rem;
}
.hero .hero-content .button {
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .hero {
    flex-direction: column;
    padding: 100px 0;
  }
  .hero .hero-image-wrapper {
    max-height: 300px;
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .hero .hero-image-wrapper .hero-background {
    width: 95%;
    top: 100px;
    height: 150px;
  }
  .hero .hero-image-wrapper .hero-image {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .hero-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .hero .hero-content h3,
  .hero .hero-content h1 {
    padding: 0 16px;
  }
}

.image {
  width: 100%;
  max-width: 900px;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px 0;
}

.rules-header {
  padding-bottom: 20px;
}

.rules-image {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  max-height: 200px;
  pointer-events: none;
}

html,
body {
  font-family: "Changa", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  padding: 0;
  margin: 0;
}

a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #bcf124;
}/*# sourceMappingURL=main.css.map */