.site__content:has(.cs_contest) {
  overflow: visible;
}

.cs_contest {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.cs_contest > .site__inner {
  position: relative;
}
.cs_contest .svg_defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.cs_contest__grid {
  position: relative;
  display: grid;
  grid-template-rows: repeat(7, auto);
}
@media (min-width: 1025px) {
  .cs_contest__grid {
    grid-template-columns: 630fr 460fr;
    grid-template-rows: repeat(6, auto);
    column-gap: 30px;
  }
}

.cs_contest__hero__heading {
  height: 0;
}
@media (max-width: 1024px) {
  .cs_contest__hero__heading {
    padding-bottom: 133.0561330561%;
  }
  @supports (padding: clamp(1em, 1vw, 1em)) {
    .cs_contest__hero__heading {
      padding-bottom: clamp(400px, 100vw, 640px);
    }
  }
}
@media (min-width: 1025px) {
  .cs_contest__hero__heading {
    padding-bottom: 630px;
  }
}
.cs_contest__hero__heading span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .cs_contest__hero {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 1;
  }
}

.cs_contest__hero__background {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 1;
  position: absolute;
  inset: 0;
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cs_contest__hero__background .cs_contest__hero__background__image {
  position: relative;
  flex-shrink: 0;
  width: 285.7142857143%;
  max-width: 1800px;
  transform: translateX(19.3650793651%) translateY(-18.7265917603%);
}
@media (min-width: 1025px) {
  .cs_contest__hero__background .cs_contest__hero__background__image {
    width: 1285.7142857143%;
    transform: translateX(calc(185.1428571429px + -79.7142857143 * (100vw - 1025px) / 376)) translateY(calc(-280px + -60 * (100vw - 1025px) / 376));
  }
}
@media (min-width: 1401px) {
  .cs_contest__hero__background .cs_contest__hero__background__image {
    transform: translateX(105.4285714286px) translateY(-340px);
  }
}
.cs_contest__hero__background .cs_contest__hero__background__image img {
  width: 100%;
  height: auto;
  display: block;
}
.cs_contest__hero__background .cs_contest__hero__background__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: min(100%, 414px);
  background: linear-gradient(to bottom, transparent 0%, white 100%);
  pointer-events: none;
  z-index: 1;
}

.cs_contest__hero__background__fade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.cs_contest__hero__background__fade__inner {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .cs_contest__hero__background__fade__inner {
    display: none;
  }
}
.cs_contest__hero__background__fade__inner span {
  position: relative;
  display: block;
  width: 36px;
  height: 100%;
}
.cs_contest__hero__background__fade__inner span:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 50vw;
  height: 100%;
  background-color: white;
}
@media (min-width: 1025px) {
  .cs_contest__hero__background__fade__inner span {
    width: 80px;
  }
}
.cs_contest__hero__background__fade__inner span:nth-child(1) {
  background-image: linear-gradient(to right, white 0%, transparent 100%);
  transform: translateX(21.25%);
}
.cs_contest__hero__background__fade__inner span:nth-child(1):before {
  right: 100%;
}
.cs_contest__hero__background__fade__inner span:nth-child(2) {
  background-image: linear-gradient(to left, white 0%, transparent 100%);
  transform: translateX(-21.25%);
}
.cs_contest__hero__background__fade__inner span:nth-child(2):before {
  left: 100%;
}

.cs_contest__locations {
  z-index: 20;
  position: relative;
}
@media (min-width: 1025px) {
  .cs_contest__locations {
    grid-column: 1;
  }
}

.cs_contest__locations__superheading {
  letter-spacing: 0.1em;
  font-family: var(--font_heading);
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #D90038;
}

.cs_contest__locations__heading {
  margin-top: -0.2em;
  font-family: var(--font_serif);
  font-weight: normal;
  line-height: 1.4054054054;
  text-align: center;
  color: #101820;
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .cs_contest__locations__heading {
    font-size: clamp(28px, 2.6428571429vw, 37px);
  }
}

.cs_contest__locations__select__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 366px;
}

.cs_contest__locations__select {
  z-index: 30;
  position: relative;
}

.cs_contest__locations__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 40px;
  width: 14px;
  height: 10px;
}
.cs_contest__locations__icon svg {
  display: block;
  height: auto;
  transition: transform 0.2s;
}
.cs_contest__locations__select--active .cs_contest__locations__icon svg {
  transform: rotate(180deg);
}

.cs_contest__locations__label {
  letter-spacing: 0.05em;
  z-index: 40;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  height: 66px;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #0092CB;
  color: #F8F6EC;
}
.cs_contest__locations__label:focus {
  outline: 0;
}
.cs_contest__locations__label:active {
  background-color: #056B93;
}

ul.cs_contest__locations__links {
  position: absolute;
  top: 100%;
  margin-top: -14px;
  left: 0;
  width: 100%;
  background-color: #ececec;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s, visibility 0.2s;
}
ul.cs_contest__locations__links.cs_contest__locations__links--open_from_bottom {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: -14px;
  border-radius: 10px 10px 0 0;
}

.cs_contest__locations__links--visible {
  opacity: 0;
  visibility: hidden;
}
.cs_contest__locations__select--active .cs_contest__locations__links--visible {
  opacity: 1;
  visibility: visible;
}

.cs_contest__locations__links--clone {
  opacity: 0;
  pointer-events: none;
}

.cs_contest__locations__links__threshold {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
}

.cs_contest__locations__links__item {
  list-style: none;
}
.cs_contest__locations__links__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 14px 36px 14px 40px;
  transition: background 0.2s, color 0.2s;
  color: #056B93;
}
.cs_contest__locations__links__item a svg {
  opacity: 0;
  transition: opacity 0.2s, transform 0.4s;
}
.cs_contest__locations__links__item a:hover, .cs_contest__locations__links__item a:focus {
  background-color: #bbe2f1;
  color: #056B93;
}
.cs_contest__locations__links__item a:hover svg, .cs_contest__locations__links__item a:focus svg {
  opacity: 1;
  transform: translateX(4px);
}
.cs_contest__locations__links__item:first-of-type a {
  padding-top: 34px;
}
.cs_contest__locations__links__item:last-of-type a {
  border-radius: 0 0 10px 10px;
}
.cs_contest__locations__links--open_from_bottom .cs_contest__locations__links__item:first-of-type a {
  border-radius: 10px 10px 0 0;
  padding-top: 14px;
}
.cs_contest__locations__links--open_from_bottom .cs_contest__locations__links__item:last-of-type a {
  padding-bottom: 34px;
  border-radius: 0;
}

.cs_contest__description {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 70px;
}
@media (min-width: 1025px) {
  .cs_contest__description {
    grid-column: 1;
  }
}

.cs_contest__description__image {
  max-width: 320px;
}
.cs_contest__description__image img {
  height: auto;
}

.cs_contest__description__copy.site__copy {
  margin-top: 24px;
  max-width: 360px;
  text-align: center;
  color: #101820;
}
.cs_contest__description__copy.site__copy p,
.cs_contest__description__copy.site__copy li {
  font-size: 16px;
  line-height: 1.5;
}
.cs_contest__description__copy.site__copy p {
  text-wrap: balance;
}

ul.cs_contest__icons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.cs_contest__icons__item {
  margin-left: 15px;
  margin-right: 15px;
}
.cs_contest__icons__item:nth-child(2n+1) {
  color: #0092CB;
}
.cs_contest__icons__item:nth-child(2n+1) {
  color: #0092CB;
}
.cs_contest__icons__item:nth-child(2n+2) {
  color: #D90038;
}
.cs_contest__icons__item img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cs_contest__icons__item .text {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3333333333;
  text-align: center;
  text-transform: uppercase;
}

.cs_contest__instructions {
  z-index: 5;
  position: relative;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .cs_contest__instructions {
    grid-column: 1;
  }
}

.cs_contest__instructions__image {
  position: relative;
}
.cs_contest__instructions__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 554px;
  height: auto;
}

.cs_contest__instructions__text_image {
  z-index: 10;
  position: relative;
  margin-top: -96px;
}
.cs_contest__instructions__text_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.cs_contest__examples {
  z-index: 5;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -36px;
}

.cs_contest__examples__item {
  border: solid 10px white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.cs_contest__examples__item:nth-child(1) {
  margin-left: -2.4193548387%;
  margin-right: -2.4193548387%;
  transform: rotate(-20deg);
}
.cs_contest__examples__item:nth-child(2) {
  margin-top: 6.8965517241%;
  margin-left: -2.4193548387%;
  transform: rotate(-5deg);
}
.cs_contest__examples__item:nth-child(3) {
  margin-top: -3.4482758621%;
  margin-left: -2.4193548387%;
  margin-right: -2.4193548387%;
  transform: rotate(16deg);
}
.cs_contest__examples__item img {
  display: block;
  aspect-ratio: 216/288;
  height: auto;
  object-position: center;
  object-fit: cover;
}

.cs_contest__footer__background {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 2;
  position: absolute;
  inset: 0;
  margin-top: 180px;
  grid-column: 1/-1;
  grid-row: 4/-1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cs_contest__footer__background .cs_contest__footer__background__image {
  position: relative;
  flex-shrink: 0;
  width: 285.7142857143%;
  max-width: 1800px;
  transform: translateX(19.3650793651%) translateY(4.9937578027%);
}
@media (min-width: 1025px) {
  .cs_contest__footer__background .cs_contest__footer__background__image {
    width: 1285.7142857143%;
    transform: translateX(calc(185.1428571429px + -79.7142857143 * (100vw - 1025px) / 376)) translateY(calc(0px + 0 * (100vw - 1025px) / 376));
  }
}
@media (min-width: 1401px) {
  .cs_contest__footer__background .cs_contest__footer__background__image {
    transform: translateX(105.4285714286px) translateY(0px);
  }
}
.cs_contest__footer__background .cs_contest__footer__background__image img {
  width: 100%;
  height: auto;
  display: block;
}
.cs_contest__footer__background .cs_contest__footer__background__image::before {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(100%, 414px);
  background-image: linear-gradient(to bottom, white 0%, transparent 100%);
  pointer-events: none;
}
.cs_contest__footer__background .cs_contest__footer__background__image::after {
  content: "";
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: min(100%, 720px);
  background: linear-gradient(to bottom, transparent 0%, white 100%);
  pointer-events: none;
}

.cs_contest__footer__background__fade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.cs_contest__footer__background__fade__inner {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .cs_contest__footer__background__fade__inner {
    display: none;
  }
}
.cs_contest__footer__background__fade__inner span {
  position: relative;
  display: block;
  width: 36px;
  height: 100%;
}
.cs_contest__footer__background__fade__inner span:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 50vw;
  height: 100%;
  background-color: white;
}
@media (min-width: 1025px) {
  .cs_contest__footer__background__fade__inner span {
    width: 80px;
  }
}
.cs_contest__footer__background__fade__inner span:nth-child(1) {
  background-image: linear-gradient(to right, white 0%, transparent 100%);
  transform: translateX(21.25%);
}
.cs_contest__footer__background__fade__inner span:nth-child(1):before {
  right: 100%;
}
.cs_contest__footer__background__fade__inner span:nth-child(2) {
  background-image: linear-gradient(to left, white 0%, transparent 100%);
  transform: translateX(-21.25%);
}
.cs_contest__footer__background__fade__inner span:nth-child(2):before {
  left: 100%;
}

.cs_contest__instructions__content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
  margin-top: -160px;
  padding-top: 196px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 36px;
  text-align: center;
  border-radius: 0 0 50px 50px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.6);
}
@supports (backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0)) {
  .cs_contest__instructions__content {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(50px) opacity(0.43);
  }
}

.cs_contest__instructions__heading {
  position: relative;
  font-weight: normal;
  font-family: var(--font_heading);
  font-size: 18px;
  line-height: 1.8333333333;
  text-transform: uppercase;
  color: black;
}

.cs_contest__instructions__copy.site__copy p,
.cs_contest__instructions__copy.site__copy li {
  font-family: var(--font_heading);
  font-size: 24px;
  line-height: 1.375;
  text-wrap: pretty;
  color: #056B93;
}

ul.cs_contest__socials {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs_contest__socials__item {
  margin-left: 8px;
  margin-right: 8px;
}
.cs_contest__socials__item svg {
  display: block;
  width: 30px;
  height: auto;
}
.cs_contest__socials__item .text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cs_contest__socials__item a {
  color: #D90038;
  transition: color 0.2s;
}
.cs_contest__socials__item a:hover, .cs_contest__socials__item a:focus {
  color: #9f1035;
}

.cs_contest__prizes {
  z-index: 5;
  position: relative;
  margin-top: 50px;
  padding-bottom: 65px;
  text-align: center;
}
@media (min-width: 1025px) {
  .cs_contest__prizes {
    grid-column: 1;
  }
}

.cs_contest__prizes__bottom_fade {
  position: absolute;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, white 100%);
}
.cs_contest__prizes__bottom_fade:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 400vh;
  background-color: white;
}

.cs_contest__prizes__heading {
  position: relative;
  font-family: var(--font_heading);
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  color: black;
}

.cs_contest__prizes__copy.site__copy {
  position: relative;
  font-family: var(--font_serif);
  color: #101820;
}
.cs_contest__prizes__copy.site__copy p,
.cs_contest__prizes__copy.site__copy li {
  font-size: 16px;
  line-height: 1.5;
}

.cs_contest__prizes__image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  max-width: 390px;
}

.cs_contest__prizes__cta {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 366px;
}
.cs_contest__prizes__cta a {
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  height: 66px;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
  background-color: #D90038;
  color: #F8F6EC;
}
.cs_contest__prizes__cta a:hover {
  background-color: #9f1035;
}

.cs_contest__prizes__disclaimer.site__copy {
  position: relative;
  margin-top: 20px;
  font-family: var(--font_serif);
  text-align: center;
  color: #101820;
}
.cs_contest__prizes__disclaimer.site__copy p,
.cs_contest__prizes__disclaimer.site__copy li {
  font-size: 14px;
  line-height: 1.4285714286;
}

.cs_contest__rules {
  z-index: 5;
  position: relative;
  color: #101820;
}
@media (min-width: 1025px) {
  .cs_contest__rules {
    grid-column: 1;
  }
}

.cs_contest__rules__heading {
  position: relative;
  padding-top: 40px;
  font-family: var(--font_heading);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  border-top: solid 2px #23BAC7;
}
@media (max-width: 1024px) {
  .cs_contest__rules__heading {
    margin-top: 80px;
  }
}

.cs_contest__rules__copy.site__copy {
  position: relative;
  margin-top: 20px;
  font-family: var(--font_serif);
  font-size: 14px;
  line-height: 1.4285714286;
}
.cs_contest__rules__copy.site__copy > * + * {
  margin-top: 1.5em;
}

.cs_contest__entry {
  z-index: 100;
}
@media (max-width: 1024px) {
  .cs_contest__entry {
    margin-top: 100px;
  }
}
@media (min-width: 1025px) {
  .cs_contest__entry {
    grid-column: 2;
    grid-row: 1/span 4;
    align-self: start;
    position: sticky;
    top: 110px;
    margin-top: 110px;
  }
}
@media (min-width: 1025px) {
  .admin-bar .cs_contest__entry {
    top: 142px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .cs_contest__entry {
    margin-right: -80px;
  }
}

.cs_contest__entry__header {
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px 20px 0 0;
  background-color: white;
}
@supports (backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0)) {
  .cs_contest__entry__header {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px) brightness(1) opacity(0.75);
  }
}

.cs_contest__entry__header__image {
  display: flex;
  justify-content: center;
}
.cs_contest__entry__header__image img {
  display: block;
  width: 204px;
  height: auto;
  margin-top: -70px;
}

.cs_contest__entry__text_image {
  margin-top: -36px;
}
.cs_contest__entry__text_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 308px;
  height: auto;
}

.cs_contest__entry__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  padding: 20px 50px 36px;
  border-radius: 50px;
  background-color: white;
  color: #101820;
}
@media (max-width: 1024px) {
  .cs_contest__entry__form {
    max-width: 366px;
    padding-left: 0;
    padding-right: 0;
  }
}
@supports (backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0)) {
  .cs_contest__entry__form {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px) brightness(1) opacity(0.75);
  }
}
.cs_contest__entry__form .contact__form__group {
  display: grid;
  column-gap: 4px;
  row-gap: 14px;
  margin-top: 24px;
}
@media (min-width: 481px) and (max-width: 768px), (min-width: 1025px) {
  .cs_contest__entry__form .contact__form__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cs_contest__entry__form .contact__form__field {
  position: relative;
}
@media (min-width: 481px) and (max-width: 768px), (min-width: 1025px) {
  .cs_contest__entry__form .contact__form__field {
    grid-column: 1/span 2;
  }
}
.cs_contest__entry__form .contact__form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.cs_contest__entry__form .contact__form__field .wpcf7-not-valid-tip {
  position: absolute;
  top: 16px;
  right: 6px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #D90038;
  color: #fff;
}
@media (min-width: 481px) and (max-width: 768px), (min-width: 1025px) {
  .cs_contest__entry__form .contact__form__field--half {
    grid-column: auto/span 1;
  }
}
.cs_contest__entry__form .contact__form__field--select svg {
  position: absolute;
  top: 20px;
  right: 14px;
  pointer-events: none;
  transition: color 0.2s;
}
.cs_contest__entry__form .contact__form__field--select .wpcf7-not-valid-tip {
  right: 44px;
}
.cs_contest__entry__form .contact__form__field--select:has(.wpcf7-not-valid) svg {
  color: #D90038;
}
.cs_contest__entry__form .contact__form__field--select:has(.wpcf7-not-valid:focus) svg {
  color: #71B242;
}
.cs_contest__entry__form .contact__form__field--url svg {
  position: absolute;
  top: 18px;
  right: 14px;
  height: auto;
  pointer-events: none;
  transition: color 0.2s;
}
.cs_contest__entry__form .contact__form__field--url .wpcf7-not-valid-tip {
  right: 44px;
}
.cs_contest__entry__form .contact__form__field--url:has(.wpcf7-not-valid) svg {
  color: #D90038;
}
.cs_contest__entry__form .contact__form__field--url:has(.contact__text:focus) svg {
  color: #71B242;
}
.cs_contest__entry__form .contact__form__field--url:has(.wpcf7-not-valid:focus) svg {
  color: #71B242;
}
.cs_contest__entry__form .contact__form__field--select--focused svg {
  color: #71B242;
}
.cs_contest__entry__form .contact__form__subheading {
  margin-bottom: -10px;
  font-size: 16px;
  line-height: 1.4375;
  text-align: center;
  color: #0092CB;
}
@media (min-width: 481px) and (max-width: 768px), (min-width: 1025px) {
  .cs_contest__entry__form .contact__form__subheading {
    grid-column: 1/span 2;
  }
}
.cs_contest__entry__form .contact__form__label {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  font-family: var(--font_serif);
  font-size: 16px;
  padding-left: 15px;
  pointer-events: none;
  transition: top 0.2s, font-size 0.2s, color 0.2s;
}
.cs_contest__entry__form .contact__form__field--focused .contact__form__label,
.cs_contest__entry__form .contact__form__field--has_value .contact__form__label {
  top: 5px;
  font-size: 10px;
  color: #716C70;
}
.cs_contest__entry__form .contact__form__label--select {
  opacity: 0;
}
.cs_contest__entry__form .contact__form__field--focused .contact__form__label--select,
.cs_contest__entry__form .contact__form__field--has_value .contact__form__label--select {
  opacity: 1;
}
.cs_contest__entry__form .contact__text {
  display: block;
  width: 100%;
  padding-top: 12px;
  height: 50px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: var(--font_serif);
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #CBCBCB;
  background-color: white;
  color: black;
  transition: color 0.2s, border 0.2s;
}
.cs_contest__entry__form .contact__text:focus {
  outline: 0;
  border-color: #71B242 !important;
}
.cs_contest__entry__form .contact__text.wpcf7-not-valid {
  border-color: #D90038;
}
.cs_contest__entry__form .contact__text.wpcf7-not-valid:focus {
  border-color: #71B242;
}
.cs_contest__entry__form .contact__select {
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: var(--font_serif);
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #CBCBCB;
  background-color: white;
  color: black;
  transition: padding 0.2s, color 0.2s, border 0.2s;
}
.cs_contest__entry__form .contact__select:focus {
  outline: 0;
  border-color: #71B242;
}
.cs_contest__entry__form .contact__select.wpcf7-not-valid {
  border-color: #D90038;
}
.cs_contest__entry__form .contact__select.wpcf7-not-valid:focus {
  border-color: #71B242;
}
.cs_contest__entry__form .contact__form__field--has_value .contact__select {
  padding-top: 12px;
}
.cs_contest__entry__form .contact__form__instructions {
  padding-left: 16px;
  padding-right: 16px;
}
.cs_contest__entry__form .contact__form__instructions p {
  font-size: 14px;
  line-height: 1.5714285714;
}
.cs_contest__entry__form .contact__form__instructions a {
  white-space: nowrap;
  color: #0092CB;
  transition: color 0.2s;
}
.cs_contest__entry__form .contact__form__instructions a:hover, .cs_contest__entry__form .contact__form__instructions a:focus {
  outline: 0;
  color: #056B93;
}
.cs_contest__entry__form .contact__form__field--agree {
  padding-left: 16px;
  padding-right: 16px;
}
.cs_contest__entry__form .contact__form__field--agree .wpcf7-list-item {
  margin: 0;
}
.cs_contest__entry__form .contact__form__field--agree .wpcf7-list-item > label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
}
.cs_contest__entry__form .contact__form__field--agree input.contact__form__checkbox {
  position: relative;
  appearance: none;
  margin: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #707070;
  border-radius: 3px;
}
.cs_contest__entry__form .contact__form__field--agree input.contact__form__checkbox:before {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.cs_contest__entry__form .contact__form__field--agree input.contact__form__checkbox:checked:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.121' height='11.628' viewBox='0 0 14.121 11.628'%3E%3Cpath id='checkmark' d='M84.133,122.627a.59.59,0,0,1-.417-.173l-3.543-3.543a.59.59,0,0,1,.835-.835l3.1,3.1,7.85-8.972a.59.59,0,1,1,.889.778l-8.266,9.447a.59.59,0,0,1-.425.2Z' transform='translate(-79.434 -111.499)' stroke='%23000' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.cs_contest__entry__form .contact__form__field--agree .wpcf7-list-item-label {
  font-family: var(--font_serif);
  font-size: 14px;
  text-wrap: balance;
  color: #716C70;
}
.cs_contest__entry__form .contact__form__field--agree .wpcf7-list-item-label:before, .cs_contest__entry__form .contact__form__field--agree .wpcf7-list-item-label:after {
  display: none;
}
.cs_contest__entry__form .contact__form__submit {
  position: relative;
  margin-top: 16px;
}
.cs_contest__entry__form .contact__form__submit .button__container {
  margin: 0;
  width: 100%;
}
.cs_contest__entry__form .contact__form__submit .cs_button {
  letter-spacing: 0.1em;
  margin: 0;
  width: 100%;
  height: 66px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  border-radius: 10px;
  background-color: #D90038;
  color: #F8F6EC;
  cursor: pointer;
}
.cs_contest__entry__form .contact__form__submit .cs_button:hover, .cs_contest__entry__form .contact__form__submit .cs_button:focus {
  outline: 0;
}
.cs_contest__entry__form .contact__form__submit .cs_button:active {
  background-color: #9f1035;
}
.cs_contest__entry__form .contact__form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.cs_contest__entry__form .wpcf7-response-output {
  display: none !important;
}
.cs_contest__entry__form .wpcf7-form.sent .wpcf7-response-output {
  letter-spacing: 0.05em;
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 100px);
  margin: 0 50px;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  border: none;
  border-radius: 0 0 30px 30px;
  background: #71B242;
  color: #F8F6EC;
}

.cs_contest__entry__heading {
  font-family: var(--font_heading);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4166666667;
  text-transform: uppercase;
  text-align: center;
}
