.hero--section {
  position: relative;
}
.hero--section .sweepstakes-content {
  width: 100%;
}
.hero--section .sweepstakes-content .cols--wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1200px) {
  .hero--section .sweepstakes-content .cols--wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.hero--section .sweepstakes-content .col--sweep {
  flex: 1;
  max-width: 50%;
  padding: 40px;
  text-align: center;
}
.hero--section .sweepstakes-content .col--sweep .col--sweep-inner {
  background-color: #fff;
  color: #000;
  padding: 40px;
  border-radius: 24px;
  max-width: 580px;
  margin: 0 auto;
  color: var(--fox-blue-normal);
}
@media (max-width: 1200px) {
  .hero--section .sweepstakes-content .col--sweep .col--sweep-inner {
    padding: 20px 15px;
  }
}
.hero--section .sweepstakes-content .col--sweep .sweep-form-container {
  min-height: 436px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero--section .sweepstakes-content .col--sweep .sweep-form-container .sweep-form-container-inner {
  width: 100%;
}
@media (max-width: 1500px) {
  .hero--section .sweepstakes-content .col--sweep .sweep-form-container {
    min-height: 494px;
  }
}
@media (max-width: 1200px) {
  .hero--section .sweepstakes-content .col--sweep .sweep-form-container {
    min-height: 456px;
  }
}
@media (max-width: 572px) {
  .hero--section .sweepstakes-content .col--sweep .sweep-form-container {
    min-height: 494px;
  }
}
@media (max-width: 1200px) {
  .hero--section .sweepstakes-content .col--sweep {
    max-width: 100%;
    padding: 0 15px 15px 15px;
  }
}
.hero--section .sweepstakes-content .col--img {
  flex: 1;
  max-width: 50%;
}
.hero--section .sweepstakes-content .col--img .prize-image-container {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero--section .sweepstakes-content .col--img .prize-image-container .prize-image {
  max-width: 120%;
  height: auto;
}
@media (max-width: 1200px) {
  .hero--section .sweepstakes-content .col--img .prize-image-container .prize-image {
    max-width: 300px;
  }
}
@media (max-width: 1200px) {
  .hero--section .sweepstakes-content .col--img {
    max-width: 400px;
  }
}
.hero--section .sweepstakes-content .sweep-title {
  font-size: 52px;
  font-family: var(--h1-bold);
  color: var(--fox-blue-normal);
  margin-bottom: 1rem;
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .hero--section .sweepstakes-content .sweep-title {
    font-size: var(--font-size-h2);
  }
}
.hero--section .sweepstakes-content .sweep-description {
  color: var(--fox-blue-normal);
  line-height: 1.2;
  font-size: var(--font-size-caption-primary);
  font-family: var(--caption-primary-medium);
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .hero--section .sweepstakes-content .sweep-description {
    font-size: var(--font-size-caption-secondary);
  }
}
.hero--section .disclaimer-container {
  text-align: center;
}
.hero--section .disclaimer-container .disclaimer-text {
  color: var(--fox-blue-normal);
  font-family: var(--h3-semibold);
  font-size: 14px;
  text-transform: uppercase;
}
.hero--section .media-background__container {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero--section .media-background__container .video-background__container {
  height: 100%;
  width: 100%;
}
.hero--section .media-background__container .video-background__container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero--section .media-background__container .video-background__container video.desktop-video {
  display: block;
}
.hero--section .media-background__container .video-background__container video.mobile-video {
  display: none;
}
@media (max-width: 1200px) {
  .hero--section .media-background__container .video-background__container video.desktop-video {
    display: none;
  }
  .hero--section .media-background__container .video-background__container video.mobile-video {
    display: block;
  }
}
.hero--section .media-background__container .diamond-decorator__container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero--section .media-background__container .diamond-decorator__container svg {
  position: absolute;
  top: 0;
  right: 0;
}
.hero--section .media-background__container .diamond-decorator__container svg.diamond_decorator_1 {
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 1200px) {
  .hero--section .media-background__container .diamond-decorator__container svg.diamond_decorator_1 {
    top: 25px;
    right: 25px;
    width: 35px;
    height: auto;
  }
}
.hero--section .media-background__container .diamond-decorator__container svg.diamond_decorator_2 {
  top: unset;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .hero--section .media-background__container .diamond-decorator__container svg.diamond_decorator_2 {
    width: 45px;
    height: auto;
  }
}
.hero--section .media-background__container .logo-decorator__container {
  width: 100%;
  max-width: 2000px;
  margin: auto;
  position: absolute;
  top: 0;
  max-height: 100%;
  height: 100%;
}
.hero--section .media-background__container .logo-decorator__container .image--container {
  display: flex;
  position: absolute;
  max-height: 100%;
  height: 100%;
}
.hero--section .media-background__container .logo-decorator__container .image--container .text-content__container {
  position: relative;
  display: block;
  margin-left: -100px;
  margin-top: 200px;
}
.hero--section .media-background__container .logo-decorator__container .image--container .text-content__container .text-content {
  display: block;
}
@media screen and (max-width: 1200px) {
  .hero--section .media-background__container .logo-decorator__container .image--container .text-content__container {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .hero--section .media-background__container .logo-decorator__container .image--container .text-content__container {
    display: none;
  }
}
.hero--section .media-background__container .logo-decorator__container img {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hero--section .media-background__container .logo-decorator__container {
    max-height: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .hero--section .media-background__container .logo-decorator__container {
    max-height: 75px;
  }
}
.hero--section .text-content__container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
}
.hero--section .text-content__container .text-content {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: var(--text-color);
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.hero--section .text-content__container svg {
  margin-top: 100px;
}
.hero--section .text-content__container .heading {
  font-size: clamp(28px, 4.2vw, 70px);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .hero--section .text-content__container .heading {
    margin-top: 0;
  }
}
.hero--section .text-content__container .heading .special {
  font-style: italic;
  font-weight: 800;
}
.hero--section .text-content__container .paragraph-container {
  display: inline-flex;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--white, #fff);
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.hero--section .text-content__container .paragraph-container p,
.hero--section .text-content__container .paragraph-container ul,
.hero--section .text-content__container .paragraph-container ol,
.hero--section .text-content__container .paragraph-container span {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero--section .text-content__container .paragraph-container p:last-child,
.hero--section .text-content__container .paragraph-container ul:last-child,
.hero--section .text-content__container .paragraph-container ol:last-child,
.hero--section .text-content__container .paragraph-container span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .hero--section .text-content__container {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 400px;
    height: fit-content;
    padding: 0 0 10px 0;
  }
  .hero--section .text-content__container .text-content {
    gap: 25px;
  }
  .hero--section .text-content__container .paragraph-container {
    margin-left: 0;
  }
  .hero--section .text-content__container .paragraph-container p,
  .hero--section .text-content__container .paragraph-container ul,
  .hero--section .text-content__container .paragraph-container ol,
  .hero--section .text-content__container .paragraph-container span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .hero--section {
    display: flex;
    align-items: flex-end;
    height: auto;
    background-size: auto 65% !important;
    background-position: 0 0% !important;
  }
}
@media screen and (max-width: 768px) {
  .hero--section {
    background-size: 100% !important;
    background-position: 0 0% !important;
  }
}

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