* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #000;
}

.container {
  width: 1144px;
  max-width: 90%;
  margin: 0px auto;
}

.mobile {
  display: none;
}

.title-pill {
  height: 60px;
  width: 325px;
  background-color: #FF7F00;
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-desc {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 45px;
}
.section-desc strong {
  font-weight: 800;
}
.section-desc span {
  font-weight: 800;
  color: #FF7F00;
}

.cta {
  display: block;
  height: 60px;
  width: 400px;
  background: #FF7F00;
  border: 2px solid #FF7F00;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  transition: 0.2s ease;
  cursor: pointer;
  text-transform: uppercase;
}
.cta:hover {
  opacity: 0.7;
}
.cta.cta-dark {
  background: rgba(0, 0, 0, 0);
  color: #261106;
  border: 2px solid #261106;
}
.cta.cta-submit {
  background: rgba(0, 0, 0, 0);
  color: #E1BBA9;
  border: 2px solid #E1BBA9;
}

.field {
  height: 40px;
  border-radius: 20px;
  padding: 0px 27px;
  font-size: 16px;
  line-height: 136%;
  border: none;
  outline: none;
  color: #000000;
  font-weight: 400;
  resize: none;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.field.field-textarea {
  padding-top: 9px;
}
.field::-moz-placeholder {
  color: #918C7C;
  font-weight: 300;
}
.field::placeholder {
  color: #918C7C;
  font-weight: 300;
}
.field:focus, .field:active {
  border: 1px solid #E1BBA9;
}

section {
  position: relative;
}

.nav-point {
  position: absolute;
  left: 0px;
  top: -60px;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000000;
  box-shadow: 0px 3px 10px #E1BBA9;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
header .container nav {
  width: calc(100% - 325px);
}
header .container nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
}
header .container nav ul li a {
  padding: 10px 19px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
  transition: 0.2s ease;
}
header .container nav ul li a.btn {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
}
header .container nav ul li a.btn:hover {
  border: 1px solid #E1BBA9;
}
header .container nav ul li a:hover {
  color: #E1BBA9;
}
header .container #burger {
  display: none;
}

main {
  margin-top: 60px;
}

section.hero {
  position: relative;
  background-color: #000000;
  height: 900px;
}
section.hero .bg {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
section.hero .container {
  position: relative;
}
section.hero .container .content {
  display: block;
  position: absolute;
  top: 115px;
  right: 128px;
}
section.hero .container .content h1 {
  font-size: 41px;
  line-height: 48px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
  padding: 7px 21px;
  background-color: #FF7F00;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
section.hero .container .content p.desc {
  font-size: 37px;
  font-weight: 300;
  line-height: 52px;
  color: #fff;
  text-align: center;
}
section.hero .container .content p.desc span {
  color: #FF7F00;
  font-weight: 800;
  text-align: center;
}

section.awards {
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 740px;
}
section.awards .container {
  padding: 30px 0px 0px;
  position: relative;
}
section.awards .container .awards {
  position: absolute;
  left: 375px;
  top: -70px;
  width: 921px;
}
section.awards .container .content {
  margin-top: 25px;
  padding-left: 117px;
  display: flex;
  flex-direction: column;
  gap: 95px;
}
section.awards .container .content .box .amount {
  color: #FCEACD;
  text-shadow: -2px -2px 0 #FF7F00, 2px -2px 0 #FF7F00, -2px 2px 0 #FF7F00, 2px 2px 0 #FF7F00;
  font-size: 124px;
  font-weight: 800;
  line-height: 124px;
}
section.awards .container .content .box .desc {
  font-size: 30px;
  font-weight: 300;
  color: #261106;
  margin-top: 0px;
}

section.rules {
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.rules::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
section.rules .container {
  padding: 30px 0px 50px;
  position: relative;
  z-index: 1;
}
section.rules .container .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: start;
  margin-top: 25px;
}
section.rules .container .content .box {
  width: 50%;
}
section.rules .container .content .box.box-img img {
  width: 558px;
  margin: auto;
  display: block;
}
section.rules .container .content .box.box-text {
  margin-top: 60px;
}
section.rules .container .content .box.box-text ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
section.rules .container .content .box.box-text ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
section.rules .container .content .box.box-text ul li .number {
  display: block;
  width: 40px;
  height: 40px;
  background: #FF7F00;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  font-size: 22px;
}
section.rules .container .content .box.box-text ul li p {
  margin-top: 4px;
  margin-left: 21px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  width: calc(100% - 61px);
}
section.rules .container .content .box.box-text ul li p span {
  font-weight: 800;
}
section.rules .container .buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

section.contest {
  background-color: #000000;
}
section.contest .bg {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: auto;
}
section.contest .container {
  padding: 30px 0px 60px;
  position: relative;
  z-index: 1;
}
section.contest .container form {
  width: 100%;
}
section.contest .container form .content1 {
  width: 915px;
  max-width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
section.contest .container form .content1 .column1 {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.contest .container form .content1 .column1 .field-box {
  width: 100%;
  position: relative;
}
section.contest .container form .content1 .column1 .field-box .number {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  background-color: #E1BBA9;
  border-radius: 30px;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
section.contest .container form .content1 .column1 .field-box .field {
  width: 100%;
}
section.contest .container form .content1 .column1 .info {
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  margin-top: 6px;
  font-weight: 300;
}
section.contest .container form .content1 .column1 .info strong {
  font-weight: 800;
}
section.contest .container form .content1 .column2 .receipt {
  width: 334px;
  margin-right: -32px;
  margin-top: -14px;
}
section.contest .container form .content2 {
  width: 915px;
  max-width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  margin-top: 33px;
  position: relative;
}
section.contest .container form .content2 .desc-prompt {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}
section.contest .container form .content2 .desc-prompt span {
  font-weight: 800;
  color: #FF7F00;
}
section.contest .container form .content2 .subdesc-prompt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 1px;
}
section.contest .container form .content2 .subdesc-prompt strong {
  font-weight: 800;
}
section.contest .container form .content2 textarea {
  height: 120px;
  margin-top: 27px;
  margin-bottom: 13px;
  position: relative;
}
section.contest .container form .content2 .textarea-info {
  color: #918C7C;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  margin-top: -38px;
  margin-right: 15px;
  z-index: 2;
  margin-bottom: 12px;
}
section.contest .container form .content2 .prompt-info {
  margin-top: 13px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 27px;
  font-weight: 300;
}
section.contest .container form .content2 .prompt-info strong {
  text-align: center;
  width: 100%;
  display: inline-block;
}
section.contest .container form .content2 .cta {
  margin: 0px auto;
}
section.contest .container form .content2 #generate-btn.disabled {
  pointer-events: none;
  filter: brightness(0.6);
}
section.contest .container form .generated-content {
  margin-top: 24px;
}
section.contest .container form .generated-content .swiper-slide, section.contest .container form .generated-content .ready-box {
  position: relative;
}
section.contest .container form .generated-content .ready-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 2;
}
section.contest .container form .generated-content .ready-box img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  position: relative;
}
section.contest .container form .generated-content img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}
section.contest .container form .generated-content .generated-title {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 13px;
}
section.contest .container form .generated-content .generated-title strong {
  font-weight: 800;
}
section.contest .container form .generated-content .swiper {
  width: 100%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
section.contest .container form .generated-content .swiper .swiper-slide {
  width: 100%;
}
section.contest .container form .generated-content .swiper .swiper-slide img {
  width: 265px;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 50%;
  cursor: pointer;
  border: 1px solid #E1BBA9;
}
section.contest .container form .generated-content .swiper .swiper-slide img:active {
  opacity: 100%;
}
section.contest .container form .generated-content .swiper .swiper-slide img.active {
  opacity: 100%;
  border: 1px solid #FF7F00;
}
section.contest .container form .generated-content .swiper.swiper-stickers img {
  background-color: rgba(225, 187, 169, 0.16);
}
section.contest .container form .generated-content .swiper .swiper-pagination {
  position: relative;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: flex;
  justify-content: center;
}
section.contest .container form .generated-content .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  transition: 0.1s ease;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.5;
}
section.contest .container form .generated-content .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
  opacity: 1;
}
section.contest .container form .generated-content .ready-box {
  width: 563px;
  height: 563px;
  border: 1px solid #E1BBA9;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
section.contest .container form .generated-content .ready-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
section.contest .container form .generated-content .ready-box .sticker {
  display: none;
  z-index: 3;
}
section.contest .container form .generated-content .ready-box .generated {
  display: none;
  z-index: 2;
}
section.contest .container form .generated-content .consents {
  width: 100%;
  max-width: 913px;
  border-radius: 24px;
  background-color: #fff;
  margin: 50px auto;
  padding: 20px 20px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.contest .container form .generated-content .consents .checkbox-panel {
  display: flex;
  align-items: flex-start;
}
section.contest .container form .generated-content .consents .checkbox-panel .checkbox-box {
  width: 22px;
  height: 22px;
  border: 1px solid #E1BBA9;
  border-radius: 50%;
  overflow: hidden;
}
section.contest .container form .generated-content .consents .checkbox-panel input {
  width: 24px;
  height: 24px;
  accent-color: #E1BBA9;
  display: block;
  cursor: pointer;
  margin-left: -1px;
  margin-top: -1px;
}
section.contest .container form .generated-content .consents .checkbox-panel label {
  width: calc(100% - 22px);
  padding-left: 10px;
  font-size: 11px;
  color: #000000;
  line-height: 150%;
  padding-top: 4px;
}
section.contest .container form .generated-content .consents .required-info {
  font-size: 11px;
  color: #000000;
  margin-left: 25px;
}
section.contest .container form .generated-content #submit-btn {
  background-color: rgb(0, 0, 0);
  border-color: #FFF;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
}

section.gallery {
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.gallery .container {
  padding: 30px 0px 90px;
  position: relative;
  z-index: 1;
}
section.gallery .container p.section-desc {
  color: #261106;
}
section.gallery .container .content {
  width: 100%;
}
section.gallery .container .content .swiper-gallery {
  width: 100%;
}
section.gallery .container .content .swiper-gallery.swiper-gallery-mobile {
  display: none;
}
section.gallery .container .content .swiper-gallery .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
section.gallery .container .content .swiper-gallery .swiper-slide img {
  width: 265px;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #E1BBA9;
}
section.gallery .container .content .swiper-gallery .swiper-gallery-pagination {
  position: relative;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: flex;
  justify-content: center;
}
section.gallery .container .content .swiper-gallery .swiper-gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.1s ease;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
}
section.gallery .container .content .swiper-gallery .swiper-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

section.faq {
  background: #000000;
  background-image: url(../img/faq-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.faq .container {
  padding: 30px 0px 60px;
  position: relative;
  z-index: 1;
}
section.faq .container .content {
  width: 915px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
section.faq .container .content ol {
  color: #fff;
}
section.faq .container .content ol li {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  padding: 30px 0px 0px;
  margin-left: 50px;
  cursor: pointer;
  position: relative;
}
section.faq .container .content ol li p.question {
  font-weight: 800;
  padding-right: 45px;
}
section.faq .container .content ol li p.answer {
  margin-top: 34px;
  font-weight: 300;
  color: #fff;
  display: none;
  padding-right: 45px;
}
section.faq .container .content ol li hr {
  width: 100%;
  height: 2px;
  width: 100%;
  background-color: #FFF;
  border: none;
  margin-top: 34px;
  width: calc(100% + 50px);
  margin-left: -50px;
}
section.faq .container .content ol li::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 24px;
  width: 13px;
  height: 28px;
  background: url(../img/arrow.svg) no-repeat center center;
  transition: 0.26s ease;
}
section.faq .container .content ol li.active p.answer {
  display: block;
}
section.faq .container .content ol li.active::after {
  transform: rotate(180deg);
}

section.contact {
  background: #000000;
  background-image: url(../img/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: 115%;
  background-position-x: center;
  position: relative;
}
section.contact .container {
  padding: 30px 0px 0px;
  position: relative;
  z-index: 1;
}
section.contact .container .content {
  width: 915px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
section.contact .container .content form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 280px;
}
section.contact .container .content form .column {
  width: calc(50% - 7px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
section.contact .container .content form .column .fields {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
section.contact .container .content form .column .field {
  width: 100%;
}
section.contact .container .content form .column .field-textarea {
  height: 100%;
}
section.contact .container .cookie {
  display: block;
  margin: auto;
  width: 911px;
}

footer {
  background-color: #000000;
  padding: 30px 0px 34px;
}
footer .container {
  width: 915px;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .container p.box {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #FFF;
}
footer .container p.box span {
  display: block;
  margin-bottom: 8px;
}
footer .container p.box strong {
  font-weight: 800;
}

#overlay {
  position: fixed;
  z-index: 105;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: none;
}

#loader {
  display: none;
}
#loader .spin {
  z-index: 106;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#thankyou {
  position: fixed;
  z-index: 107;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 470px;
  height: 470px;
  display: none;
}
#thankyou .popup-img {
  width: 100%;
  height: 100%;
}
#thankyou #close {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  border: 2px solid #E1BBA9;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#thankyou #close span {
  width: 38px;
  height: 2px;
  border-radius: 2px;
  background-color: #E1BBA9;
  transition: 0.35s ease;
}
#thankyou #close span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-bottom: -1px;
}
#thankyou #close span:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-top: -1px;
}
#thankyou #close:hover span:nth-of-type(1) {
  transform: rotate(135deg);
}
#thankyou #close:hover span:nth-of-type(2) {
  transform: rotate(45deg);
}

.cta-submit-mobile {
  display: none;
}

.cookie-mobile {
  display: none;
}

@media (max-width: 1300px) {
  section.gallery .container .content .swiper-gallery .swiper-slide img {
    width: calc((90vw - 98px) / 4);
    height: calc((90vw - 98px) / 4);
  }
}
@media (max-width: 1220px) {
  header .container nav ul li a {
    padding: 10px 6px;
    font-size: 16px;
  }
  section.contest .container form .generated-content .swiper .swiper-slide img {
    width: calc((90vw - 41px) / 4);
    height: calc((90vw - 41px) / 4);
  }
}
@media (max-width: 1160px) {
  section.awards .container .content {
    padding-left: 0px;
  }
  section.awards .container .awards {
    left: 258px;
  }
  section.hero .container .content {
    right: 5vw;
  }
}
@media (max-width: 1000px) {
  section.hero {
    height: 80vw;
  }
  section.awards .container .awards {
    left: auto;
    right: -180px;
    width: 721px;
  }
  section.rules .container .content .box.box-img img {
    width: 100%;
  }
}
@media (max-width: 950px) {
  section.hero .container .content {
    transform: scale(0.8);
    right: 0px;
    top: 60px;
  }
  section.awards {
    height: auto;
    padding-bottom: 50px;
  }
  section.contact .container .cookie {
    width: 100%;
  }
  .cta {
    width: 300px;
  }
}
@media (max-width: 960px) {
  header {
    height: 50px;
    transition: 0.42s ease;
  }
  header .container {
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding-right: 15px;
  }
  header .container .title-pill {
    height: 50px;
    line-height: 50px;
    width: 110px;
    font-size: 20px;
    position: relative;
    z-index: 2;
  }
  header .container #burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 2px;
    height: 40px;
  }
  header .container #burger span {
    width: 36px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 4px;
    transition: 0.3s ease;
  }
  header .container nav {
    display: block;
    position: absolute;
    top: 50px;
    background-color: #000000;
    width: 100%;
    padding: 50px 0px;
    transform: translateY(calc(-100% - 50px));
    transition: 0.4s ease;
    height: 340px;
  }
  header .container nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .container nav ul li a.btn {
    display: block;
  }
  header.active {
    height: 390px;
  }
  header.active .container #burger span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-bottom: -8px;
  }
  header.active .container #burger span:nth-of-type(2) {
    opacity: 0;
  }
  header.active .container #burger span:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: -8px;
  }
  header.active .container nav {
    transform: translateY(0px);
  }
  .nav-point {
    top: -50px;
  }
  main {
    margin-top: 50px;
  }
}
@media (max-width: 860px) {
  section.awards .container .awards {
    left: auto;
    right: -180px;
    width: 640px;
    top: 50px;
  }
  footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  footer .container p.box {
    text-align: center;
  }
}
@media (max-width: 800px) {
  section.awards .container .awards {
    width: 540px;
  }
}
@media (min-width: 700px) {
  section.contest .container form .generated-content .swiper-generated .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  section.contest .container form .generated-content .swiper-generated .swiper-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  section.contest .container form .generated-content .swiper-generated .swiper-slide {
    width: 265px !important;
    height: 265px;
  }
  section.contest .container form .generated-content .swiper-generated .swiper-pagination .swiper-pagination-bullet {
    display: none;
  }
}
@media (max-width: 1220px) and (min-width: 700px) {
  section.contest .container form .generated-content .swiper .swiper-slide {
    width: calc((90vw - 41px) / 4) !important;
    height: calc((90vw - 41px) / 4);
  }
}
@media (max-width: 700px) {
  .title-pill {
    height: 42px;
    width: 100%;
    line-height: 42px;
    font-size: 30px;
  }
  .cta {
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    width: 220px;
  }
  #loader .spin {
    width: 70px;
    height: 70px;
  }
  #thankyou {
    transform: translate(-50%, -50%) scale(0.68);
  }
  header {
    box-shadow: 0px 3px 10px rgba(254, 218, 131, 0.5);
  }
  .section-desc {
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 24px;
  }
  section.hero {
    height: auto;
    background-image: url(../img/hero-bg-mobile.webp);
    background-size: cover;
    background-position: center;
  }
  section.hero .bg {
    display: none;
  }
  section.hero .container {
    padding-bottom: 18px;
    width: 500px;
  }
  section.hero .container .content {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }
  section.hero .container .content h1 {
    padding: 0px 16px;
    width: 262px;
    max-width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 31px;
    margin-bottom: 11px;
  }
  section.hero .container .content p.desc {
    font-size: 20px;
    line-height: 30px;
  }
  section.hero .container .content p.desc br {
    display: none;
  }
  section.hero .container .hero-mobile1 {
    width: 100%;
    display: block;
    margin: auto;
  }
  section.hero .container .hero-mobile2 {
    width: 100%;
    display: block;
    margin: auto;
  }
  section.awards {
    padding-bottom: 0px;
  }
  section.awards .container {
    padding: 10px 0px 33px;
    width: 500px;
  }
  section.awards .container .awards {
    display: none;
  }
  section.awards .container .content {
    margin-top: 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  section.awards .container .content .box {
    display: flex;
    align-items: center;
  }
  section.awards .container .content .box .amount {
    color: #FCEACD;
    text-shadow: -1px -1px 0 #FF7F00, 1px -1px 0 #FF7F00, -1px 1px 0 #FF7F00, 1px 1px 0 #FF7F00;
    font-size: 76px;
    line-height: 59px;
    margin-right: 30px;
  }
  section.awards .container .content .box .desc {
    font-size: 16px;
  }
  section.awards .container .content .awards1 {
    margin-top: 23px;
    margin-bottom: -10px;
    display: block;
    width: 100%;
  }
  section.awards .container .content .awards2 {
    margin-top: 23px;
    display: block;
    width: 100%;
  }
  section.rules .container {
    width: 500px;
    padding: 10px 0px 33px;
  }
  section.rules .container .content {
    margin-top: 23px;
  }
  section.rules .container .content .box.box-img {
    display: none;
  }
  section.rules .container .content .box.box-text {
    margin-top: 0px;
    width: 100%;
  }
  section.rules .container .content .box.box-text ul {
    gap: 18px;
  }
  section.rules .container .content .box.box-text ul li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.rules .container .content .box.box-text ul li p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }
  section.rules .container .content .box.box-text .rules-mobile {
    display: block;
    width: 100%;
    margin-top: -8px;
    margin-bottom: -8px;
  }
  section.rules .container .buttons {
    flex-direction: column;
    margin-top: 44px;
    gap: 10px;
    align-items: center;
  }
  section.contest .container {
    width: 500px;
    padding: 10px 0px 33px;
  }
  section.contest .container form .content1 {
    flex-direction: column;
  }
  section.contest .container form .content1 .column1 {
    width: 100%;
  }
  section.contest .container form .content1 .column2 .receipt {
    margin-right: 0px;
    margin-top: 8px;
    width: 100%;
  }
  section.contest .container form .content2 {
    margin-top: 11px;
  }
  section.contest .container form .content2 .desc-prompt {
    font-size: 20px;
    line-height: 24px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  section.contest .container form .content2 .subdesc-prompt {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
  }
  section.contest .container form .content2 textarea {
    height: 266px;
    margin-top: 13px;
  }
  section.contest .container form .content2 .prompt-info {
    margin-top: 13px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 13px;
  }
  section.contest .container form .generated-content .generated-title {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  section.contest .container form .generated-content .swiper {
    width: 100vw;
    margin-left: -5vw;
    margin-bottom: 20px;
  }
  section.contest .container form .generated-content .swiper .swiper-slide {
    width: 200px;
    height: 200px;
  }
  section.contest .container form .generated-content .swiper .swiper-slide img {
    width: 200px;
    height: 200px;
  }
  section.contest .container form .generated-content .ready-box {
    width: 100%;
    height: 90vw;
  }
  section.contest .container form .generated-content .consents {
    margin-top: 13px;
    margin-bottom: 42px;
  }
  section.contest .container form .generated-content .consents .checkbox-panel label {
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
  }
  section.contest .container form .generated-content .consents .required-info {
    font-size: 10px;
    line-height: 12px;
    margin-left: 26px;
  }
  section.gallery .container {
    padding: 10px 0px 33px;
  }
  section.gallery .container .content .swiper-gallery.swiper-gallery-desktop {
    display: none;
  }
  section.gallery .container .content .swiper-gallery.swiper-gallery-mobile {
    display: block;
    width: 100vw;
    margin-left: -5vw;
    margin-top: 44px;
    margin-bottom: 5px;
  }
  section.gallery .container .content .swiper-gallery.swiper-gallery-mobile .swiper-slide {
    gap: 0px;
    width: 200px;
    height: 200px;
  }
  section.gallery .container .content .swiper-gallery.swiper-gallery-mobile .swiper-slide img {
    width: 200px;
    height: 200px;
  }
  section.gallery .container .content .swiper-gallery.swiper-gallery-mobile .swiper-gallery-pagination {
    margin-top: 16px;
  }
  section.faq .container {
    padding-bottom: 50px;
  }
  section.faq .container .content ol li {
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
  }
  section.faq .container .content ol li::after {
    top: 10px;
    right: 0px;
  }
  section.faq .container .content ol li hr {
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: 18px;
  }
  section.faq .container .content ol li p.question {
    padding-right: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  section.faq .container .content ol li p.answer {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    padding-right: 0px;
  }
  section.contact {
    background-image: none;
  }
  section.contact .container {
    padding-top: 10px;
  }
  section.contact .container .section-desc {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  section.contact .container .content {
    margin-bottom: 27px;
  }
  section.contact .container .content form {
    height: auto;
    flex-direction: column;
  }
  section.contact .container .content form .column {
    width: 100%;
  }
  section.contact .container .content form .column .field-textarea {
    height: 280px;
    margin-top: 4px;
    margin-bottom: 27px;
  }
  section.contact .container .content form .cta-submit-desktop {
    display: none;
  }
  section.contact .container .content form .cta-submit-mobile {
    display: block;
  }
  section.contact .container .cookie {
    display: none;
  }
  section.contact .container .cookie-mobile {
    display: block;
    margin-top: -107px;
    width: 110%;
    margin-left: -5%;
  }
  footer {
    padding: 50px 0px 35px;
  }
  footer .container p.box {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* COOKIEBOT */
#CybotCookiebotDialog {
  transform: translate(-50%, -50%) scale(0.88) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #FF7F00 !important;
  border-color: #FF7F00 !important;
  color: #ffffff;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: transparent;
  border: 2px solid #FF7F00 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #FF7F00 !important;
  color: #FF7F00 !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #FF7F00 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #FF7F00 !important;
}

#CookiebotWidget {
  display: none !important;
}/*# sourceMappingURL=style.css.map */

section.contest .section-desc span {
  font-size: 30px;
  padding-bottom: 6px;
  display: block;
}

section.contest .section-desc span a {
  text-decoration: none;
  color: #FF7F00;
}