.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 {
  position: relative;
  float: left;
  width: 17px;
  height: 17px;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance:none;
  border-radius: 50% !important;
  border: 1px solid #a2a09c;
  cursor: pointer;
}

.w-checkbox-input:checked {
  background-color: #c10020;
  border: 1px solid #c10020;
} 

.w-checkbox-input:checked::after {
  position: absolute;
  left: 3px;
  top: 2px;
  content: '\2713';
  color: #fff;
  font-size: 10px;
}

.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-radius: 50%;
}

.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;
}

input[type="date"]:not(.has-value):before{
  content: attr(placeholder);
}

body {
  font-family: 'Source Sans Pro';
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #3898ec;
  text-decoration: none;
}

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

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

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

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

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

.coupon-button.button {
  height: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
  background-color: #c10020;
  font-family: Grotesquemtstd, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.form-block {
  display: block;
  max-width: 550px;
  margin: 10px auto;
  background-color: #fffbf3;
}

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

.column-left {
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 0px;
}

.column-right {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 5px;
}

.label-required {
  color: #c10020;
}

.checkbox-terms {
  margin-top: 15px;
  margin-bottom: 20px;
}

.receipt-button {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #a5253c;
  font-family: Cronospro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.receipt-button:hover {
  overflow: visible;
  background-color: #a5253c;
  color: #fff;
}

.block-receipt {
  margin-bottom: 0px;
}

.block-name {
  display: block;
}

.checkbox-newsletter {
  display: block;
}

.text-field-3 {
  margin-bottom: 5px;
  padding-right: 12px;
  border: 1px solid #a2a09c;
  border-radius: 0px;
  background-color: #fff;
  font-family: Calibri, sans-serif;
  color: #464646;
  font-size: 18px;
  text-decoration: none;
}

.text-field-3:not(:placeholder-shown){
  background-color: #f8f8f8;
}

.text-field-3::-webkit-input-placeholder {
  color: #464646;
}

.text-field-3:-ms-input-placeholder {
  color: #464646;
}

.text-field-3::-ms-input-placeholder {
  color: #464646;
}

.text-field-3::placeholder {
  color: #464646;
}

.select-field-2 option:checked {
  background: #f8f8f8;
}


.body {
  display: block;
  margin-bottom: -5px;
  border: 1px solid transparent;
  background-color: transparent;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

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

.field-label {
  margin-top: 10px;
  font-family: 'Josefin Slab';
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label.regular {
  text-transform: none;
}

.link {
  text-decoration: none;
}

.checkbox-label {
  margin-top: 4px;
  margin-left: 5px;
  font-family: Grotesquemtstd, sans-serif;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.input-file-2 {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 550px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 0px;
  clear: none;
  background-color: #c10020;
  opacity: 1;
  font-family: Grotesquemtstd, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

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

.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);
}

.block-data-policy {
  display: none;
  padding: 16px;
}

.heading-2 {
  margin-top: 10px;
  font-family: Cronospro, sans-serif;
  color: #000;
  font-weight: 600;
}

.btn-data-policy-close {
  position: static;
  float: right;
  border-radius: 5px;
  font-family: Cronospro, sans-serif;
}

.subheadline {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.block-terms-of-use {
  display: none;
  padding: 16px;
}

.btn-terms-of-use-close {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
}

.block-terms-of-participation {
  display: none;
  padding: 16px;
}

.block-terms-of-participation p {
  text-transform: none;
}

.btn-terms-of-participation-close {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
  font-family: Cronospro, sans-serif;
  background-color: #c10020;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: 'Josefin Slab';
  color: #000;
  font-weight: 300;
  text-transform: none;
}

.block-salutation {
  display: block;
  margin-bottom: 5px;
}

.select-field {
  font-family: Cronospro, sans-serif;
  font-size: 16px;
}

.block-birthday {
  display: block;
}

.block-street {
  display: block;
  margin-top: -9px;
  color: #fff;
}

.heading-3 {
  display: none;
  overflow: visible;
  margin-bottom: 20px;
  color: #b3b4b9;
  font-weight: 400;
  text-align: center;
}

.checkbox-field {
  margin-top: 20px;
}

.text-block-3 {
  font-family: Cronospro, sans-serif;
  color: #000;
  font-weight: 300;
  text-transform: none;
}

.checkbox-field-2 {
  margin-top: 10px;
}

.text-block-4 {
  font-size: 15px;
}

.text-block-5 {
  color: #000;
}

.heading-4 {
  font-size: 15px;
  line-height: 15px;
}

.field-label-2 {
  margin-top: 10px;
  font-family: Cronospro, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label-3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Grotesquemtstd, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-2 {
  border-radius: 5px;
  font-family: Cronospro, sans-serif;
  font-size: 16px;
}

.field-label-4 {
  margin-top: 10px;
  margin-right: 0px;
  font-family: Grotesquemtstd, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label-5 {
  margin-top: 10px;
  font-family: 'Josefin Slab';
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label-5.regular {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cronospro, sans-serif;
  color: #464646;
  text-transform: none;
}

.link-terms-of-participation {
  color: #464646;
  text-decoration: underline;
}

.link-data-policy {
  color: #464646;
  text-decoration: underline;
}

.html-embed {
  font-family: Cronospro, sans-serif;
}

.select-field-2 {
  margin-bottom: 5px;
  padding-left: 8px;
  background-color: #fff;
  font-family: Calibri, sans-serif;
  color: #464646;
  font-size: 18px;
}

.select-field-2 > option:active {
  background-color: #f8f8f8;
}

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

.checkbox-age {
  margin-bottom: 15px;
}

.div-block-2 {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-bank {
  margin-top: 0px;
  margin-bottom: 15px;
}

.block-city {
  margin-top: 0px;
}

.columns {
  margin-top: 0px;
}

.columns-2 {
  margin-top: 0px;
}

.label-required-2 {
  color: #da2323;
}

.block-adress {
  margin-top: 0px;
  margin-bottom: 0px;
}

.columns-3 {
  margin-top: 0px;
}

.columns-4 {
  margin-top: 10px;
}

.checkbox {
  border-top-left-radius: 0px;
}

.select-field-3 {
  margin-bottom: 15px;
  font-family: Calibri, sans-serif;
  color: #464646;
  font-size: 18px;
}

.select-field-4 {
  margin-bottom: 5px;
  border: 1px solid #a2a09c;
  background-color: #fff;
  font-family: Calibri, sans-serif;
}

.link-terms-of-use {
  font-family: Calibri, sans-serif;
  color: #464646;
  text-decoration: underline;
}

.input-file-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 550px;
  height: 50px;
  margin-top: 0px;
  padding-left: 0px;
  clear: none;
  border: 1px solid transparent;
  background-color: #a5253c;
  opacity: 0.01;
  font-family: Thegreatescape, sans-serif;
  font-size: 20px;
  line-height: 100%;
  cursor: pointer;
}

.block-receipt-2 {
  margin-bottom: 15px;
}

.receipt-button {
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #c10020;
  font-family: Grotesquemtstd, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.receipt-button:hover {
  overflow: visible;
  background-color: #a5253c;
  color: #fff;
}

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

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

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

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

@media screen and (max-width: 991px) {
  .columns-4 {
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .input-file-2 {
    width: 100%;
    padding-left: 15px;
    text-align: center;
  }

  .block-terms-of-participation {
    display: none;
  }

  .select-field {
    border-radius: 5px;
  }

  .column-2 {
    padding-right: 0px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
  }

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

  .columns-5 {
    display: block;
  }

  .columns-6 {
    display: block;
  }
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Socialanimal';
  src: url('../fonts/SociaLAnimaL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thegreatescape';
  src: url('../fonts/TheGreatEscapeBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thegreatescape';
  src: url('../fonts/TheGreatEscape.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cronospro';
  src: url('../fonts/CronosPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cronospro';
  src: url('../fonts/CronosPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesquemtstd';
  src: url('../fonts/GrotesqueMTStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesquemtstd';
  src: url('../fonts/GrotesqueMTStd-LightCond.otf') format('opentype'), url('../fonts/GrotesqueMTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesquemtstd';
  src: url('../fonts/GrotesqueMTStd-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesquemtstd';
  src: url('../fonts/GrotesqueMTStd-BoldExtended.otf') format('opentype'), url('../fonts/GrotesqueMTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesquemtstd extracond';
  src: url('../fonts/GrotesqueMTStd-ExtraCond.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesquemtstd';
  src: url('../fonts/GrotesqueMTStd-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesquemtstd condensed';
  src: url('../fonts/GrotesqueMTStd-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesquemtstd';
  src: url('../fonts/GrotesqueMTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}