@charset "UTF-8";
body {
  box-sizing: border-box;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: "congenial", sans-serif;
  background-color: #ffb71a;
  background-image: url(../img/desktop_final.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 512.1vw;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.first__link {
  background-color: #FFB719;
  border: 0;
  outline: none;
  color: white;
  border-radius: 50px;
  padding: 0.8vw 5.5vw;
  font-weight: 400;
  font-family: "congenial", sans-serif;
  cursor: pointer;
  font-size: 1.3vw;
}

.standard__p {
  color: white;
  font-size: 1.22vw;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.inner__color {
  color: #FFB719;
}

strong {
  font-weight: 900;
}

h3 {
  margin: 0;
  color: white;
  font-weight: 700;
  font-size: 2.96vw;
  font-family: "congenial", sans-serif;
  line-height: 1.165;
}

.rubik {
  font-family: "rubik", sans-serif;
  font-weight: 500;
}

.first__section {
  margin-top: 36.6vw;
  padding-left: 51.2vw;
}
.first__section .standard__p {
  padding-top: 1.9vw;
}

.video__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.custom__play__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.second__section {
  margin-top: 19.8vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.second__section video {
  display: flex;
  width: 67.2%;
  outline: none;
  border: 0;
  border-radius: 15px;
}
.second__section h3 {
  margin-bottom: 3.6vw;
}

.merch {
  margin-top: 50vw;
  display: flex;
  justify-content: center;
}
.merch a {
  padding: 0.8vw 1.9vw;
  font-family: "rubik", sans-serif;
  color: #feb81a;
  background-color: #25346d;
  text-decoration: none;
}

.info__section {
  margin-top: 21.8vw;
}
.info__section h3 {
  padding-left: 48.5vw;
  font-size: 8.55vw;
}
.info__section .standard__p {
  color: #FFD200;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.2;
}
.info__section .first__p {
  padding-left: 51.6vw;
}
.info__section .second__p {
  padding-left: 55.3vw;
}

.social__icons {
  position: absolute;
  bottom: 4vw;
  right: 2vw;
}
.social__icons a {
  padding: 0 2vw;
}
.social__icons a img {
  height: 3vw;
}

.rules__section {
  display: flex;
  width: 82%;
  margin: auto;
  margin-top: 40.7vw;
  justify-content: space-between;
}
.rules__section .number {
  color: #FFB719;
  margin: 0;
  font-size: 6.8vw;
}
.rules__section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.333%;
}
.rules__section .first__box {
  width: 28%;
}
.rules__section .second__box {
  width: 31.9%;
}
.rules__section .third__box {
  width: 20.6%;
}
.rules__section .text {
  color: #24346f;
  margin: 0;
  font-size: 1.7vw;
  text-align: center;
}
.rules__section .text__alt {
  font-size: 1.28vw;
  padding-top: 1.8vw;
}

.prizes {
  margin-top: 13.7vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.prizes h3 {
  font-size: 3.6vw;
}
.prizes p {
  margin: 0;
  margin-top: 35.2vw;
  color: white;
  font-weight: 300;
  width: 43.5%;
  font-size: 1.65vw;
  text-align: center;
}

.timeline {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 66%;
  margin: auto;
  margin-top: 50.7vw;
}
.timeline .box {
  width: 37.5%;
}
.timeline h3 {
  font-size: 3.3vw;
  text-align: center;
}
.timeline .blue__header {
  color: #25346d;
  margin-top: 1.2vw;
  font-size: 2.8vw;
}

.form__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 21.5vw;
  /* Karta tła */
  /* etykieta */
  /* przycisk (zamknięta kontrolka) */
  /* strzałka */
  /* lista (dropdown) */
  /* opcje */
  /* pokaz dropdown */
}
.form__section p:not(.standard__p) {
  font-size: 1.8vw;
  margin-top: 0.9vw;
  line-height: 1.1;
  font-style: italic;
}
.form__section .podpis {
  color: #ffb71a;
  font-size: 2.1vw !important;
  font-style: normal !important;
  margin: 0;
  margin-bottom: 1vw;
}
.form__section h3 {
  text-align: center;
}
.form__section #formularz {
  width: 60%;
  margin-top: 2.5vw;
}
.form__section input:not([type=checkbox]), .form__section textarea {
  resize: none;
  border-radius: 20px;
  outline: none;
  font-family: "congenial", sans-serif;
  font-size: 0.8vw;
  background-color: transparent;
  color: white;
  font-stretch: 50%;
  border: 1px solid white;
}
.form__section input::-moz-placeholder, .form__section textarea::-moz-placeholder {
  font-family: "congenial", sans-serif;
  font-size: 0.8vw;
  color: white;
  font-stretch: 50%;
}
.form__section input::placeholder, .form__section textarea::placeholder {
  font-family: "congenial", sans-serif;
  font-size: 0.8vw;
  color: white;
  font-stretch: 50%;
}
.form__section input:not([type=checkbox]) {
  width: 95%;
  padding: 1.35% 2.5%;
  margin-bottom: 0.5vw;
  outline: none;
  margin-bottom: 0.9vw;
}
.form__section textarea {
  width: 96%;
  padding: 2%;
  height: 19.6vw;
  outline: none;
}
.form__section .textarea__container {
  position: relative;
  margin-bottom: 0.8vw;
  padding: 0;
}
.form__section .textarea__container p {
  position: absolute;
  bottom: 7.2%;
  font-size: 0.73vw;
  margin: 0;
  color: white;
  font-family: "congenial", sans-serif;
  font-stretch: 50%;
}
.form__section .textarea__container .odp__placeholder {
  left: 3%;
}
.form__section .textarea__container .counter {
  right: 3%;
}
.form__section input[type=checkbox] {
  display: none;
}
.form__section input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  background-position-x: left !important;
  background-image: url(../img/chackbox.png);
  background-repeat: no-repeat;
  background-size: 1vw;
  padding-left: 3.5%;
  padding-top: 0.2vw;
}
.form__section input[type=checkbox]:checked + label {
  background-image: url(../img/chackbox_ok.png) !important;
}
.form__section .checkbox_error {
  background-image: url(../img/chackbox_bad.png) !important;
}
.form__section input:-webkit-autofill.show-error,
.form__section input:-webkit-autofill:hover.show-error,
.form__section input:-webkit-autofill:focus.show-error,
.form__section input:-webkit-autofill:active.show-error,
.form__section .show-error {
  background-color: #ff0033 !important;
  color: white !important;
}
.form__section .show-error::-moz-placeholder {
  color: white !important;
}
.form__section .show-error::placeholder {
  color: white !important;
}
.form__section .first__consent__box {
  margin-top: 0.6vw;
}
.form__section .second__consent__box,
.form__section .third__consent__box,
.form__section .fourth__consent__box {
  margin-top: 0.7vw;
  display: flex;
  align-items: start;
}
.form__section .rules_checkbox {
  margin: 0;
}
.form__section .send_button {
  margin-top: 1vw;
  display: flex;
  margin: auto;
  margin-bottom: 5vw;
  color: #24336e;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 2.2vw;
}
.form__section label {
  font-size: 0.83vw;
}
.form__section a {
  font-size: 0.83vw;
}
.form__section .rules_labels, .form__section a {
  font-family: "congenial", sans-serif;
  font-size: 0.83vw;
  color: white;
  line-height: 1.1;
  font-weight: 500;
}
.form__section .standard__p {
  color: white;
  width: 100%;
  font-weight: 700;
  font-size: 0.83vw;
}
.form__section .receipt-upload {
  margin-top: 2.5vw;
}
.form__section .receipt-upload__box {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 18px;
  color: #fff;
  outline: none;
  cursor: pointer;
}
.form__section .receipt-upload__pill {
  flex: 0 0 auto;
  background: #fff;
  color: #0f2b61;
  border-radius: 999px;
  padding: 0.8vw 1.5vw;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form__section .receipt-upload__copy {
  font-family: "rubik", sans-serif;
  font-weight: 300;
  font-size: 0.8vw;
  display: flex;
  flex-direction: column;
  margin-left: 1.5vw;
}
.form__section .receipt-upload__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.form__section .receipt-upload__status {
  margin-top: 10px;
  font-size: 0.95vw;
  color: white;
}
.form__section h4 {
  color: white;
  font-size: 1.5vw;
  margin-top: 2.8vw;
  margin-bottom: 0.4vw;
  font-family: "congenial", sans-serif;
}
.form__section .shirt-size {
  margin-bottom: 0.9vw;
}
.form__section .cselect {
  --radius:20px;
  position: relative;
  border-radius: var(--radius);
  border: 1px solid white;
  color: #fff;
}
.form__section .select-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 2px;
  color: #fff;
}
.form__section .cselect__button {
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 1.35% 2.5%;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-family: "congenial", sans-serif;
  font-size: 0.8vw;
}
.form__section .cselect__button:focus-visible {
  outline: none;
}
.form__section .cselect__button::after {
  content: "";
  position: absolute;
  right: 1.4vw;
  top: 1.4vw;
  width: 0.8vw;
  height: 1.2vw;
  transform: translateY(-50%) rotate(0deg);
  clip-path: polygon(50% 70%, 0% 20%, 100% 20%);
  background: #fff;
  opacity: 0.9;
  pointer-events: none;
}
.form__section .cselect[aria-open=true] .cselect__button::after {
  transform: translateY(-50%) rotate(180deg);
}
.form__section .cselect__list {
  list-style: none;
  background: transparent;
  overflow: auto;
  display: none;
  margin: 0;
  padding: 0;
}
.form__section .cselect__option {
  padding: 1.35% 2.5%;
  cursor: pointer;
  white-space: nowrap;
  font-family: "congenial", sans-serif;
  font-size: 0.8vw;
}
.form__section .cselect__option:last-child {
  border-radius: 0 0 20px 20px;
}
.form__section .cselect__option[aria-selected=true] {
  background: rgba(255, 255, 255, 0.12);
}
.form__section .cselect__option:hover,
.form__section .cselect__option[data-active=true] {
  background: rgba(255, 255, 255, 0.18);
}
.form__section .cselect[aria-open=true] .cselect__list {
  display: block;
}

.gratulation__text {
  font-size: 1.7vw;
  font-weight: 700;
}

.congrats__img {
  margin-top: 20vw;
}

.congrats__desktop {
  width: 75vw;
  margin-bottom: 7vw;
}

.congrats__mobile {
  display: none;
}

.button__error {
  background: red !important;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .congrats__mobile {
    display: flex;
    width: 75vw;
    margin-bottom: 10vw;
  }
  .congrats__desktop {
    display: none;
  }
  body {
    background-image: url(../img/mobile_final.jpg);
    height: 2305.5vw;
    background-size: cover;
  }
  .standard__p {
    font-size: 4.5vw;
    margin: 0;
  }
  .first__link {
    padding: 2.7vw 21.9vw;
    font-size: 4.1vw;
    border-radius: 20px;
  }
  h3 {
    font-size: 7.9vw;
    line-height: 1.18;
  }
  .first__section {
    padding-left: 12.4vw;
    margin-top: 153vw;
  }
  .second__section {
    margin-top: 52.5vw;
  }
  .second__section h3 {
    margin-bottom: 12.6vw;
  }
  .second__section video {
    width: 90%;
  }
  .merch {
    margin-top: 211vw;
  }
  .merch a {
    padding: 2.7vw 11vw;
    border-radius: 100px;
  }
  .form__section {
    margin-top: 75.5vw;
  }
  .form__section .standard__p {
    font-size: 5.2vw;
    margin-top: 3.9vw;
  }
  .form__section .podpis {
    font-size: 4.7vw !important;
  }
  .form__section .inputs__container {
    flex-direction: column;
  }
  .form__section .inputs__container > * {
    width: 92% !important;
    margin-bottom: 4vw;
  }
  .form__section #formularz {
    width: 90%;
    margin-top: 11vw;
  }
  .form__section textarea {
    height: 76.8vw;
    border-radius: 20px;
    margin-bottom: 0;
    padding: 3% 4%;
    width: 92%;
  }
  .form__section .textarea__container {
    margin-bottom: 3vw;
  }
  .form__section .textarea__container p {
    font-size: 3.4vw;
  }
  .form__section .textarea__container .odp__placeholder {
    left: 4%;
  }
  .form__section .textarea__container .counter {
    right: 4%;
  }
  .form__section .receipt-upload {
    margin-top: 9.5vw;
  }
  .form__section .receipt-upload__status {
    font-size: 2.3vw;
    color: white;
  }
  .form__section .receipt-upload__pill {
    padding: 2.8vw 5.3vw;
    font-size: 3.13vw;
  }
  .form__section .receipt-upload__copy {
    font-size: 2.3vw;
    margin-left: 3.5vw;
    margin-bottom: 2.4vw;
  }
  .form__section h4 {
    font-size: 4.9vw;
    margin-top: 10.5vw;
    margin-bottom: 2.4vw;
  }
  .form__section input:not([type=checkbox]) {
    width: 92%;
    padding: 3% 4%;
    margin-bottom: 4vw;
    border-radius: 20px;
  }
  .form__section input::-moz-placeholder, .form__section textarea::-moz-placeholder {
    font-size: 3vw;
  }
  .form__section input:not([type=checkbox]), .form__section textarea,
  .form__section input::placeholder, .form__section textarea::placeholder {
    font-size: 3vw;
  }
  .form__section input[type=checkbox] + label {
    background-size: 3vw;
    padding-left: 5.5%;
    font-size: 2.9vw;
    height: auto;
    margin-top: 1vw;
  }
  .form__section .cselect__button {
    font-size: 2.9vw;
  }
  .form__section a, .form__section p {
    font-size: 2.9vw;
  }
  .form__section p {
    margin-bottom: 1.5vw;
  }
  .form__section h3 {
    font-size: 6.1vw;
    width: 90%;
    margin-top: 2.3vw;
  }
  .form__section .cselect__button {
    padding: 3% 4%;
  }
  .form__section .cselect__option {
    font-size: 3.6vw;
    padding: 3% 4%;
  }
  .form__section .first__consent__box {
    margin-top: 12vw;
  }
  .form__section .second__consent__box, .form__section .form__section .third__consent__box, .form__section .form__section .fourth__consent__box {
    margin-top: 4vw;
  }
  .form__section .send_button {
    margin-top: 14vw;
    padding: 4vw;
    padding-right: 0;
    padding-left: 0;
    border-radius: 50px;
  }
  .form__section .cselect__button::after {
    right: 4.5vw;
    top: 4.5vw;
    width: 3vw;
    height: 4.2vw;
  }
  .info__section {
    margin-top: 111vw;
  }
  .info__section h3 {
    padding-left: 0;
    text-align: center;
    font-size: 17.2vw;
  }
  .info__section .standard__p {
    padding-top: 1.6vw;
    padding-left: 0;
    text-align: center;
    font-size: 6.5vw;
  }
  .rules__section {
    flex-direction: column;
    width: 82.5%;
    margin-top: 125.5vw;
  }
  .rules__section .box {
    width: 100%;
  }
  .rules__section .number {
    font-size: 25vw;
  }
  .rules__section .text {
    font-size: 6.1vw;
  }
  .rules__section .text__alt {
    font-size: 4.68vw;
    padding-top: 6vw;
  }
  .rules__section .second__box {
    margin-top: 65vw;
  }
  .rules__section .third__box {
    margin-top: 99vw;
  }
  .prizes {
    margin-top: 72.7vw;
  }
  .prizes h3 {
    font-size: 12.3vw;
    text-align: center;
  }
  .prizes p {
    margin-top: 230vw;
    width: 90.5%;
    font-size: 4.65vw;
  }
  .timeline {
    flex-direction: column;
    width: 90%;
    margin-top: 177.7vw;
  }
  .timeline .box {
    width: 100%;
  }
  .timeline h3 {
    font-size: 10.7vw;
    text-align: center;
  }
  .timeline .blue__header {
    font-size: 9vw;
  }
  .timeline .box:last-child {
    margin-top: 59.4vw;
  }
  .social__icons {
    bottom: 14vw;
    right: 3.7vw;
  }
  .social__icons a {
    padding: 0 5.6vw;
  }
  .social__icons a img {
    height: 8.5vw;
  }
}
@media (max-width: 767px) {
  .break-mobile {
    display: block;
  }
  .break-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .break-mobile {
    display: none;
  }
  .break-desktop {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */