/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/styles/form-page.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --green: #57ad47;
  --green-dark: #3d8c35;
  --red: #f05146;
  --yellow: #fee85e;
  --yellow-uni: #ffdd00;
  --cream: #f3f0e9;
  --stripe: #e8e7d1;
  --white: #ffffff;
  --max-w: 1380px;
  --pad: 40px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  overflow-x: hidden;
  word-wrap: break-word;
  position: relative;
  background-color: var(--cream);
  background-image: url("/assets/images/dots.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

h1,
.h1 {
  font-size: 43px;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 68px;
  }
}
h1,
.h1 {
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 36px;
}
@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 45px;
  }
}
@media (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 56px;
  }
}
h2,
.h2 {
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 23px;
}
@media (min-width: 576px) {
  h3,
  .h3 {
    font-size: 29px;
  }
}
@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
h3,
.h3 {
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 18px;
}
@media (min-width: 576px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h4,
.h4 {
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

p,
.p1 {
  font-size: 20px;
}
@media (min-width: 576px) {
  p,
  .p1 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  p,
  .p1 {
    font-size: 24px;
  }
}
p,
.p1 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.4;
}

.p2 {
  font-size: 18px;
}
@media (min-width: 576px) {
  .p2 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .p2 {
    font-size: 20px;
  }
}
.p2 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.4;
}

.p3 {
  font-size: 16px;
}
@media (min-width: 576px) {
  .p3 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .p3 {
    font-size: 16px;
  }
}
.p3 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.4;
}

.btn-submit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  background: var(--green);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 16px 40px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
}
.btn-submit img {
  margin-left: 8px;
  width: 5px;
  height: 10px;
  stroke-width: 2px;
  stroke: #ffffff;
}

.btn > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  pointer-events: none;
}

.form-instruction {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.4;
}

.code-form .input-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.code-input {
  -ms-flex: 1;
      flex: 1;
  color: #000000;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 13px 16px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: var(--white);
}

.footer {
  background: var(--green);
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-copy {
  color: #ffffff;
}
.footer-copy a {
  color: #ffffff;
}

.footer-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer-follow {
  color: #ffffff;
}

.footer-social img {
  height: 36px;
  width: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  transition: opacity 0.2s;
}

@media (max-width: 1279px) {
  .footer-inner {
    display: grid;
    grid-template-areas: "logo" "social" "copy";
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    padding: 0 var(--pad);
  }
  .footer-left {
    display: contents;
  }
  .footer-logo {
    grid-area: logo;
    height: 32px;
    width: auto;
  }
  .footer-copy {
    grid-area: copy;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer-right {
    grid-area: social;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer-follow {
    display: none;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 34px 0;
  }
  .footer-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .footer {
    padding: 57px 0;
  }
  .footer-copy {
    gap: 6px;
  }
  .footer-links {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 123px 0 125px 0;
  }
  .footer-inner {
    gap: 32px;
  }
  .footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 12px;
  }
  .footer-copy {
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .footer-links {
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
  }
  .footer-right {
    gap: 16px;
  }
}
.hero-corner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.navbar-wrap {
  position: relative;
  z-index: 10;
  padding-top: 32px;
}

.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

.navbar-brand img {
  height: 31px;
  width: auto;
}

.navbar-collapse {
  display: none;
}

.form-page {
  padding: 72px 0 68px;
}

.form-page-inner {
  max-width: calc(910px + 2 * var(--pad));
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--pad);
}

.form-page-header {
  text-align: center;
  margin-bottom: 48px;
}

.form-page-title-logo {
  height: 230px;
  width: auto;
  margin: 0 auto 32px;
}

.form-page-title {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.form-page-subtitle {
  color: #333;
}
.form-page-subtitle > span {
  display: block;
}

.form-page-card {
  background: var(--white);
  padding: 40px 32px;
  border-radius: 8px;
}

.form-page-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 24px;
}

.form-page-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.form-group--full {
  width: 100%;
}

.Venues-visited {
  margin: 16px 0;
}

.form-label {
  color: #000000;
}

.req {
  color: var(--red);
}

.form-control.is-invalid {
  border-color: var(--red);
}

.checkbox-grid.is-invalid .checkbox-item input[type=checkbox],
input[type=checkbox].is-invalid {
  border-color: var(--red);
}

.upload-input-wrap.is-invalid .form-control {
  border-color: var(--red);
}

.field-error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  color: var(--red);
}
.field-error img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.form-control {
  width: 100%;
  padding: 19px 12px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  color: #000000;
  background: var(--white);
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control::-moz-placeholder {
  color: #aaa;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-ms-input-placeholder {
  color: #aaa;
}
.form-control::placeholder {
  color: #aaa;
}
.form-control:focus {
  outline: none;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.checkbox-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.checkbox-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--white);
}
.checkbox-item input[type=checkbox]:checked {
  border-color: transparent;
  background-image: url("/assets/images/ckeck-box.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.optional-ckeckbox {
  -ms-flex-align: center;
      align-items: center;
  margin-top: 12px;
}

.form-hint {
  color: #555;
  margin-bottom: 6px;
}

.upload-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;

    -ms-flex-direction: column;
        flex-direction: column;
}

.upload-input-wrap {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}

.upload-filename {
  border-radius: 4px;
  width: 100%;
  padding-right: 40px;
}

.upload-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000000;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 6px;
  cursor: pointer;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.upload-clear img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-upload {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    /*background: #c8c8c8;*/
    background:rgb(87, 173, 71);
    color: white;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.btn-upload img {
  display: block;
  height: auto;
}

.upload-input-hidden {
  display: none;
}

.uni-bonus-box {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}

.uni-bonus-desc {
  opacity: 0.5;
}

.uni-name-wrap {
  display: none;
  margin-top: 8px;
  gap: 6px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.form-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 16px 0;
}

.agreements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}

.btn-enter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 24px;
  padding: 16px 50px;
  background: #c8c8c8;
  color: var(--white);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  gap: 6px;
}

.privacy-note {
  color: #000000;
  text-align: center;
}

.form-page-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 294px;
}

.sidebar-label {
  color: #000000;
}

.code-card {
  background: var(--yellow-uni);
  padding: 32px 24px;
  text-align: center;
  height: auto;
}

.code-num {
  color: #000000;
  margin-bottom: 4px;
}

.code-value {
  color: #000000;
}

@media (max-width: 1100px) {
  .hero-corner {
    width: 100%;
    z-index: -1;
  }
  .navbar-wrap {
    padding-top: 15px;
  }
  .navbar-brand img {
    height: 31px;
  }
  .form-page {
    padding: 46px 0 40px;
  }
  .form-page-inner {
    padding: 0 16px;
  }
  .form-page-header {
    margin-bottom: 32px;
  }
  .form-page-title-logo {
    height: 137px;
    margin-bottom: 16px;
  }
  .form-page-title {
      font-size: 36px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .form-page-card {
    padding: 24px 16px 40px 16px;
  }
  .form-page-layout {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
  .form-page-form {
    gap: 16px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .form-group {
    gap: 8px;
  }
  .Venues-visited {
    margin: 8px 0 11px 0;
  }
  .form-control {
    padding: 14px 12px;
  }
  .checkbox-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .optional-ckeckbox {
    margin-top: 8px;
  }
  .upload-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
  }
  .form-hint {
    margin-bottom: 4px;
  }
  .btn-upload {
    padding: 16px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .uni-bonus-box {
    padding: 12px;
    margin-top: 6px;
    gap: 16px;
  }
  .uni-name-wrap {
    margin-top: 6px;
    gap: 4px;
  }
  .form-divider {
    margin: 24px 0;
  }
  .agreements {
    gap: 12px;
  }

    .agreements a {
        text-decoration: underline;
    }

    .btn-enter {
        width: 100%;
        margin: 32px auto 8px;
        padding: 16px 24px;
    }
  .privacy-note {
    margin-bottom: 8px;
  }

    .privacy-note a {
        text-decoration: underline;
    }

  .form-page-sidebar {
    width: 100%;
    -ms-flex-order: -1;
        order: -1;
  }
  .code-card {
    padding: 23px 60px;
  }
  .code-num {
    margin-bottom: 4px;
  }
}
@media (max-width: 1100px) {
  .step {
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
  }
  .step-title {
    grid-column: 2;
    grid-row: 1;
  }
  .step-desc {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 900px) {
  :root {
    --pad: 24px;
  }
  .hero-deco-toad {
    display: none;
  }
  .prize-pool-inner {
    grid-template-columns: 1fr;
  }
  .prizes-inner {
    grid-template-columns: 1fr;
  }
  .prize-card:first-child {
    border-radius: 16px 16px 0 0;
  }
  .prize-card:last-child {
    border-radius: 0 0 16px 16px;
  }
  .venues-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .uni-challenge {
    grid-template-columns: 1fr;
  }
  .uni-left {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  :root {
    --pad: 16px;
  }
  .step {
    padding: 24px 20px;
  }
  .venues-grid {
    grid-template-columns: 1fr;
  }
  .bottles-row img {
    height: 72px;
  }
  .footer-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

/*# sourceMappingURL=form-page.css.map*/