.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.block-name {
  display: block;
}

.block-terms-of-participation {
  display: none;
  padding: 16px;
  font-family: 'Poppins', sans-serif;
}

.loader {
  position: static;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.76);
}

.input-file {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px auto 0px;
  padding-top: 17px;
  padding-bottom: 0px;
  clear: none;
  border-radius: 10px;
  opacity: 0.01;
  color: #b91a51;
  font-weight: 700;
  cursor: pointer;
}

.input-file:hover {
  background-color: #b91a51;
  color: #fff;
}

.text-block-13 {
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 300;
}

.textarea-4 {
  height: auto;
  min-height: 100px;
  border: 1px solid #005245;
  font-weight: 700;
}

.textarea-4::-webkit-input-placeholder {
  color: #000;
}

.textarea-4:-ms-input-placeholder {
  color: #000;
}

.textarea-4::-ms-input-placeholder {
  color: #000;
}

.textarea-4::placeholder {
  color: #000;
}

.error-message {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(255, 168, 168, 0.3);
}

.block-upload {
  width: 500px;
  margin: 0px auto;
  padding: 0px;
  background-color: #fff;
}

.btn-terms-of-participation-close {
  position: static;
  display: block;
  padding-right: 20px;
  float: right;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#370288), to(#370288));
  background-image: linear-gradient(180deg, #370288, #370288);
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1.5px;
}

.html-embed-6 {
  color: #000;
}

.text-block-6 {
  display: block;
  width: 700px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.column-15 {
  padding-left: 5px;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.submit-button.button {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0px none #74b94d;
  border-radius: 0px;
  background-color: #370288;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
}

.submit-button.button:hover {
  border: 0px solid #000;
  background-color: #370288;
  color: #fff;
}

.submit-button.button:active {
  background-color: #370288;
}

.italic-text.blue-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.link-15 {
  color: #68a15d;
  text-decoration: underline;
}

.column-14 {
  padding-right: 5px;
  padding-left: 10px;
}

.heading-2 {
  margin-top: 60px;
  color: #000;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.column-12 {
  padding-right: 5px;
}

.radio-button-4 {
  border-width: 2px;
  border-color: #005245;
}

.radio-button-4.w--redirected-checked {
  border-width: 6px;
  border-color: #005245;
}

.radio-button-4.w--redirected-focus {
  box-shadow: none;
}

.form-block {
  display: block;
  max-width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  text-align: left;
}

.heading-3 {
  padding-top: 20px;
  color: #ee730a;
  font-weight: 900;
  text-align: center;
}

.heading-3.heading-content {
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1ca54d;
  font-size: 48px;
  line-height: 70px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.container-5 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.block-success {
  display: none;
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 40px;
}

.select-field-5 {
  height: 45px;
  margin-bottom: 5px;
  border: 1px solid #572845;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.column-16 {
  max-height: 20px;
}

.image-15 {
  display: block;
  max-width: 362px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.div-block {
  position: relative;
  overflow: hidden;
}

.div-block.receiptimageselectmobile {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.checkbox {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px solid #005245;
  border-radius: 1px;
  font-size: 22px;
}

.checkbox.w--redirected-checked {
  background-color: #74b94d;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #86bc4c;
}

.text-field {
  height: 45px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #572845;
  border-radius: 0px;
  font-family: Poppins, sans-serif;
  color: #2c2b2b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.text-field:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.text-field::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.text-field::placeholder {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.text-field.special-text-field {
  font-size: 16px;
}

.text-field.special-text-field::-webkit-input-placeholder {
  font-size: 14px;
}

.text-field.special-text-field:-ms-input-placeholder {
  font-size: 14px;
}

.text-field.special-text-field::-ms-input-placeholder {
  font-size: 14px;
}

.text-field.special-text-field::placeholder {
  font-size: 14px;
}

.text-block-12 {
  padding-top: 15px;
  padding-bottom: 0px;
  direction: ltr;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  white-space: normal;
}

.text-block-12.input-caption {
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.column-17 {
  padding-right: 5px;
}

.block-address {
  display: block;
}

.radio-button-label-3 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.heading-message {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
}

.text-message-success {
  color: #fff;
}

.receipt-button {
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px auto;
  padding-top: 15px;
  padding-bottom: 0px;
  border: 0px none #370288;
  border-radius: 0px;
  background-color: #370288;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  direction: ltr;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: none;
}

.receipt-button:hover {
  border-style: none;
  background-color: #ce3066;
  color: #fff;
}

.columns-3 {
  display: block;
  max-height: none;
  min-height: 35px;
  margin-bottom: 10px;
}

.block-bank {
  display: none;
}

.checkbox-terms {
  margin-top: 5px;
}

.section-form {
  min-height: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #000;
}

.section-form:active {
  background-color: transparent;
}

.checkbox-label {
  margin-top: 2px;
  padding-left: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  text-transform: none;
}

.radio-button-3 {
  border-width: 2px;
  border-color: #005245;
}

.radio-button-3.w--redirected-checked {
  border-width: 6px;
  border-color: #005245;
  cursor: pointer;
}

.radio-button-3.w--redirected-focus {
  box-shadow: none;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 31px;
  font-weight: 400;
}

.success-message {
  overflow: visible;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.checkbox-field {
  padding-top: 5px;
  padding-left: 20px;
}

.text-block-14 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fc0;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .input-file {
    width: 100%;
  }

  .block-upload {
    background-color: #fff;
  }

  .text-block-6 {
    width: 100%;
  }

  .submit-button.button {
    font-size: 15px;
  }

  .heading-2 {
    line-height: 46px;
  }

  .container-5 {
    max-width: 700px;
    margin-top: 20px;
  }

  .block-success {
    display: none;
  }

  .div-block.receiptimageselectmobile {
    display: block;
  }

  .receipt-button {
    width: 100%;
    font-size: 15px;
  }

  .section-form {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .input-file {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .block-upload {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    margin-top: 60px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form {
    padding-left: 0px;
  }

  .heading-3.heading-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-5 {
    max-width: 100%;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block.receiptimageselectmobile {
    display: block;
    width: 100%;
  }

  .text-field {
    max-width: 100%;
    margin-right: 20px;
  }

  .text-field.street-text-field {
    max-width: 98%;
    margin-right: 5px;
  }

  .text-field.special-text-field {
    max-width: 95%;
  }

  .receipt-button {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .block-terms-of-participation {
    display: none;
  }

  .input-file {
    display: block;
    width: 100%;
  }

  .error-message {
    color: #000;
  }

  .block-upload {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-block-6 {
    width: 100%;
  }

  .submit-button.button {
    max-width: 95%;
    margin-left: 10px;
    font-size: 14px;
  }

  .italic-text.blue-text {
    color: #0e2050;
  }

  .heading-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-3 {
    display: block;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }

  .heading-3.heading-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .block-success {
    display: none;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 16px 40px;
  }

  .column-16 {
    margin-bottom: 20px;
  }

  .image-15 {
    width: 100%;
  }

  .div-block.receiptimageselectmobile {
    width: 100%;
  }

  .text-field {
    max-width: 100%;
    margin-left: 0px;
    padding-right: 0px;
  }

  .text-field.special-text-field {
    max-width: 100%;
    margin-right: 0px;
  }

  .receipt-button {
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    font-size: 14px;
  }

  .checkbox-label {
    font-size: 14px;
    text-align: left;
  }

  .success-message {
    color: #084110;
  }

  .checkbox-field {
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
  }
}

