@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');


/* CAMPAIGN */
body {
	background-position: center center;
}
.campaign-container {
  width: 100%;
  height: 100vh;
  position:relative;
  font-family: 'Fira Sans', arial, sans-serif;
}

.campaign-container .container {
  position: absolute;
  left: 50%;
  top: 42%;
  transform:translateX(-50%) translateY(-50%);
}

.campaign-container .title {
  font-weight: bold;
  color:#fff;
  position: relative;
  margin: 0;
  margin-bottom: 50px;
  margin-top:120px;
  font-size: 40px;
  line-height: 40px;
  text-shadow: -2px 5px 6px rgba(0,0,0,0.5);
  padding-right: 80px;  
  transition: .5s;  
}

.campaign-container .subtitle {
  width: 100%;
	max-width: 450px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

.campaign-container .btn-style1 {
  background: rgb(249,124,120);
  background: linear-gradient(180deg, rgba(249,124,120,1) 0%, rgba(234,78,75,1) 50%, rgba(221,38,34,1) 100%); 
  display: inline-block;
  padding: 15px 20px;
  padding-right: 60px;
  text-shadow: -2px 5px 6px rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 18px;
  color:#fff;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition:.5s;
}

.campaign-container .btn-style1.regulament-btn {
	padding: 15px 20px;
}

.campaign-container .btn-style1:hover {
  text-decoration: none;
  padding-right: 20px;
}

.campaign-container .btn-style1 .agenda {
  position: absolute;
  right: 5px;
  top:-10px;
  width: 50px;
  transition:.5s;
}

.campaign-container .btn-style1:hover .agenda {
  opacity: 0;
  visibility: hidden;
}

.campaign-container .poem-container {
  margin-top: 20px;
}

.campaign-container .poem-container:after {
  content:'';
  display: block;
  clear: both;
}

.campaign-container .poem-container .poem-text {
  list-style: none;
  margin: 0;
  padding: 0;
  color:#fff;
  font-weight: bold;
  line-height: 24px;
  float: right;
}

.campaign-container .poem-container .poem-text li:nth-child(2) {
  text-indent: 20px;
}
.campaign-container .poem-container .poem-text li:nth-child(3) {
  text-indent: 10px;
}

.campaign-container .poem-container .poem-text li:nth-child(4) {
  text-indent: 30px;
}


.menu-item {
  margin-bottom: 30px;
}

.menu-text {
  line-height: 24px;
}

.menu a {
	cursor: pointer;
}

/* PRESTART MESSAGE */
.prestart {
  color:#fff;
  font-weight: bold;
  margin-top:-10px;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width:1400px) {
  .campaign-container .info-container {
    padding-left: 110px;
  }
  .campaign-container .title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 50px;
  }
  .prestart {
    font-size: 16px;
  }
    .campaign-container .packshot-container {
    	transition: .5s;
    }
  .campaign-container .packshot-container img {
    width: 80%;
  }
}

@media (max-width:1030px) {
  body {
    overflow-y: scroll;
    background-position: top center;
    background-attachment: scroll;
  }
  .campaign-container {
    height: 100%;
  }
  .campaign-container .container {
    position: static;
    transform: none;
  }
  .campaign-container .info-container,
  .campaign-container .packshot-container {
    width: 100%;
    float:none!important;
  }
  .campaign-container .info-container {
    margin-top: 200px;
  }
  .campaign-container .subtitle {
    max-width: 450px;
    padding-right: 0;
  }
  .campaign-container .packshot-container img {
    width: 100%;
    max-width: 400px;
    margin:50px auto 200px;
    display: block;
  }
}

@media (max-width:767px) {
  .campaign-container .info-container {
    padding-left: 15px;
  }
}

@media (max-width:467px) {
  .campaign-container .info-container {
    margin-top: 150px;
  }
  .campaign-container .title {
    font-size: 30px;
    line-height: 32px;
    padding-right: 0;
  }
  .campaign-container .btn-style1 {
    font-size: 16px;
  }
  .campaign-container .poem-container .poem-text {
    font-size: 12px;
    line-height: 20px;
  }
}

/* REGULAR PAGE */
body.not-campaign-page {
  overflow-y: auto;
  background-attachment: fixed;
  background-position: center center;
	background-image: url(../../Images/campaign/regular-page-bg.jpg);
}

.regular-page {
  padding:100px 120px 300px;
  color:#fff;
  font-family: 'Fira Sans', arial, sans-serif;
}

.regular-page .page-title {
  font-size: 50px;
  font-weight: bold;
  color:#fff;
  margin: 0;
  margin-bottom: 100px;
}

.regular-page a {
	color: #fff;
}

@media (max-width:1030px) {
  .regular-page {
  padding:200px 0px 100px;
}
}

@media (max-width:767px) {
  .regular-page {
  padding:150px 0px 100px;
}
  .regular-page .page-title {
    font-size:40px;
    margin-bottom: 50px;
  }
}

@media (max-width:467px) {
  .regular-page {
  padding:120px 0px 100px;
}
  .regular-page .page-title {
    font-size:30px;
  }
}

/* FORM */
.campaign_form .screen-text {
  margin-bottom: 20px;
}
.campaign_form .screen-text p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color:#fff;
}

.campaign_form {
  padding-left: 50px;
}

.campaign_form .btn-style2 {
  background: rgb(249,124,120);
  background: linear-gradient(180deg, rgba(249,124,120,1) 0%, rgba(234,78,75,1) 50%, rgba(221,38,34,1) 100%);
  display: inline-block;
  padding: 10px 20px;
  text-shadow: -2px 5px 6px rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: .5s;
}

.campaign_form .btn-style2 .arrow-right {
  display:inline-block;
  vertical-align: middle;
  width: 32px;
  margin-left: 10px;
  transition:.5s;
}

.campaign_form .btn-style2:hover {
  text-decoration: none;
}

/*.campaign_form .btn-style2:hover .arrow-right {
  width: 0;
  margin-left:0;
}*/

.campaign_form input[type="text"] {
  border:none;
  background:#fff;
  color:#276bb0;
  font-family: inherit;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border-radius: 50px;
  padding: 15px 25px;
  height: auto;
}

.campaign_form input[type="text"]::-webkit-input-placeholder { /* Edge */
  color: #276bb0;
  opacity:1;
}

.campaign_form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #276bb0;
  opacity:1;
}

.campaign_form input[type="text"]::placeholder {
  color: #276bb0;
  opacity:1;
}

.campaign_form .step1 .form-group {
  position: relative;
}

.campaign_form .step1 .form-group .screen-shape {
  position: absolute;
  top: 140%;
  left: 45%;
  display: none;
}

.campaign_form .step2,
.campaign_form .step4,
.campaign_form .step5 {
	display: none;
}

.formError {
  background:red;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 12px;
  color:#fff;
  bottom: 110%;
  top: auto!important;
  left:0!important;
  position: absolute;
  opacity: 1!important;
  margin: 0!important;
}

.campaign_form .step2 .formError {
  position: absolute;
  left: 0!important;
  margin: 0!important;
  min-width:200px;
}


.fruit-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background:rgba(255,255,255,0.3);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}

.fruit-container img {
  position: absolute;
  top:50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  width: 100%;
}

.fruit-container:first-child img {
  left: 40%
}

.fruit-container:nth-child(2) img {
  top: 40%;
}

.fruit-container:nth-child(3) img {
  left: 60%;
}


/* Hide the browser's default radio button */
.fruit-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.fruit-container .checkmark {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border:3px solid #fff;
  border-radius: 50%;
  transition:.5s;
}

/* On mouse-over, add a grey background color */
.fruit-container:hover input ~ .checkmark {
  background-color: #3486cc;
}

/* When the radio button is checked, add a blue background */
.fruit-container input:checked ~ .checkmark {
  display: block;
  background:#3486cc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.fruit-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.fruit-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.fruit-container .checkmark:after {
  content: '';
  display: none;
  width: 9px;
  height: 14px;
  margin-left: 7px;
  margin-top:3px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-fields span.field-name,
.form-fields span.disclaimer {
  color:#fff;
}

.form-fields .disclaimer {
  margin-bottom: 5px;
  display: block;
}

.campaign_form .form-fields input[type="text"] {
  padding: 10px 25px;
  text-align: left;
}
.form-fields .field-row:after {
  content:'';
  display: block;
  clear: both;
}
.form-fields span.field-name {
  width: 32%;
  float: left;
  font-size: 16px;
  padding-top:8px;
}

.campaign_form .form-fields .form-group {
  float: right;
  position: relative;
  width: 68%;
}


.campaign_form .form-fields .field-row .custom-checkbox {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#fff;
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
.custom-checkbox label {
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  padding-top: 0px;
}
/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border:2px solid #fff;
  transition: .5s;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #3486cc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #3486cc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox a {
	text-decoration: underline;
	color: #fff;
}

.campaign_form .step3 .btn-style2 {
  float: right;
}

.campaign_form .step3 .formError {
  left: 70%!important;
  bottom: 90%!important;
  white-space: nowrap;
  z-index: 1;
  padding: 5px 15px;
  font-size: 12px;
}

.campaign_form .step3 .formError:after {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid red;
  position: absolute;
  top: 100%;
  left: 30px;
}

.prize-container {
  float: left;
  width: 25%;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}

.prize-container .prize-choice {
  position: relative;
  z-index: 2;
  display: block;
}

.prize-container .selected-bg {
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition:.5s;
}

.prize-container .lightning-shape {
  position: absolute;
top: -36%;
right: 2%;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.prize-container input:checked ~ .selected-bg,
.prize-container input:checked ~ .lightning-shape {
  visibility: visible;
  opacity: 1;
}

.step4 .form-group:after {
  content:'';
  display: block;
  clear: both;
}

.step4 .form-group {
  padding:50px 0;
}

.prize-container:nth-child(2) {
  margin-top: 20px;
}

.prize-container:nth-child(3) {
  margin-top: 40px;
}

.prize-container:nth-child(4) {
  margin-top: 20px;
}

.prize-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.prize-container .shadow-shape {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform:translateX(-50%);
  width: 100%;
  max-width: 200px;
}

.campaign_form .step4 {
  position: relative;
}

.campaign_form .step4 .text-shape {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  max-width: 300px;
  display: none;
}

.step4 .voice-type .form-group {
  padding: 0;
}

.voice-type .form-group {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#fff;
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
.voice-type .form-group label {
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  padding-top: 0px;
}
/* Hide the browser's default checkbox */
.voice-type .form-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.voice-type .form-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border:2px solid #fff;
  transition: .5s;
}

/* On mouse-over, add a grey background color */
.voice-type .form-group:hover input ~ .checkmark {
  background-color: #3486cc;
}

/* When the checkbox is checked, add a blue background */
.voice-type .form-group input:checked ~ .checkmark {
  background-color: #3486cc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.voice-type .form-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.voice-type .form-group input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.voice-type .form-group .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.campaign_form .step4:after {
	content: '';
	display: block;
	clear: both;
}

.float-right.voice-type .checkboxes-container {
  float: left;
  padding-right: 40px;
}

.float-right.voice-type {
  padding-top: 10px
}

.step4 .formError {
  z-index: 1;
}

.campaign_form .step4 .text-wavy {
  position: absolute;
  top: -100px;
  right: 150px;
  max-width: 350px;
  width:100%;
  display: none;
  z-index: 2;
}

.packshot-container.floating {
  position: absolute;
  display: block!important;
  right: 0;
  top: -80%;
  z-index: 0;
}

.send_form {
  margin-top: 20px;
  border: none;
}

.campaign_form .step5 .tv-shape {
  position: absolute;
  width: 100%;
  max-width: 400px;
  right: -130px;
  top:40%;
  display: none;
}

.campaign_form .step5 {
  position: relative;
}

.fake_error p {
  color:#fff!important;
  margin: 0;
  background: red;
  border-radius: 50px;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

.success-page .title {
    margin-top:130px!important;
}

.success-page .heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0!important;
  color:#fff;
  font-size:50px;
 font-weight: bold;
text-shadow: -2px 5px 6px rgba(0,0,0,0.5);
}
.success-page .subheading {
 font-weight: bold;
color: #fff;
position: relative;
margin: 0;
margin-bottom: 50px;
font-size: 30px;
line-height: 30px;
text-shadow: -2px 5px 6px rgba(0,0,0,0.5);
transition: .5s;
  max-width: 100%;
}

@media (max-width:1030px) {
  .success-page .heading {
    font-size: 40px;
  }
  .success-page .subheading {
      font-size:24px;
  }
}

.video-player {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(24, 79, 144, 0.9);
  opacity: 0;
  visibility: hidden;
  transition:.5s;
}

.video-player.active {
  opacity: 1;
  visibility: visible;
}

.video-player iframe {
  position: absolute;
  top:50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  width: 95%;
  max-width: 800px;
  height: 450px;
}

@media (max-width:991px) {
  .video-player iframe {
  max-width: 500px;
  height: 350px;
}
}

@media (max-width:767px) {
  .video-player iframe {
  max-width: 400px;
  height: 300px;
}
}




.video-player .close-btn  {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  cursor: pointer;
}
.video-player .close-btn:hover {
  opacity: 1;
}
.video-player .close-btn:before, .video-player .close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 4px;
  background-color: #fff;
}
.video-player .close-btn:before {
  transform: rotate(45deg);
}
.video-player .close-btn:after {
  transform: rotate(-45deg);
}

@media (max-width:767px) {
  .video-player .close-btn  {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  cursor: pointer;
}
}

.video-player .share-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

.video-player .share-menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.video-player .share-menu ul li a {
  font-size: 40px;
  color:#fff;
  display:inline-block;
  padding:0 10px;
  cursor: pointer;
}

.share-menu span {
  color:#fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.share-menu ul {
  display: inline-block;
  vertical-align: middle;
}
.CookieDeclarationType {
    border-color:#fff!important;
}

@media (max-width:1400px) {
  .campaign_form {
    padding: 0;
  }
  .campaign_form .step1 .form-group .screen-shape {
    max-width: 200px;
  }
  .fruit-container {
    width: 80px;
    height: 80px;
  }
  .campaign_form .step4 .text-shape {
    bottom: 0;
    max-width: 200px;
  }
  .step4 .form-group {
    padding-top: 10px;
  }
  .prize-container .lightning-shape {
    max-width: 70px;
    top:-18%;
  }
  .campaign_form .step5 .tv-shape {
    max-width: 300px;
  }
}

@media (max-width:1199px) {
  .fruit-container {
    width: 75px;
    height: 75px;
  }
  .campaign_form .step3 {
    margin-top: -25px;
  }
  .campaign_form .step3 .form-fields span.field-name {
    font-size: 15px;
  }
  
  .campaign_form .step3 .form-fields .form-group {
    margin-bottom: 5px;
  }
  .campaign_form .form-fields .field-row .custom-checkbox {
    margin-bottom: 0px;
  }
  .prize-container .lightning-shape {
    right: -5%;
  }
  .campaign_form .step4 .text-wavy {
    max-width: 250px;
  }
  .form-fields span.field-name {
  width: 40%;
}
.campaign_form .form-fields .form-group {
  width: 60%;
}
}
@media (max-width:1100px) {
  
  .prize-container .lightning-shape {
    right: -15%;
  }
}

@media (max-width:1030px) {
  .campaign_form .step3 {
margin-top:0;
  }
  .campaign-container .info-container {
    padding-left: 15px;
  }
  .campaign_form .step1 .form-group {
    margin-bottom: 130px;
  }
  .campaign_form .step1 .form-group input {
    z-index: 1;
    position: relative;
  }
  .campaign_form .step1 .form-group .screen-shape {
    top:40%;
    z-index: 0;
    left: 5%;
 }
  .campaign_form .step3 .form-fields span.field-name {
    width: 22%;
  }
  .campaign_form .step3 .form-fields .form-group {
    width: 78%;
  }
  .campaign_form .step3 input[type="text"] {
    max-width: 100%;
  }
  .campaign_form .form-fields .field-row {
    margin-bottom: 10px;
  }
  .campaign_form .form-fields .field-row .custom-checkbox {
margin-bottom: 10px;
  }
  .campaign_form .step3 {
    margin-bottom: 100px;
  }
  .campaign_form .step3 .form-fields .form-group.custom-checkbox {
    width: 100%!important;
  }
  .campaign_form .step4 {
    padding-top:140px;
    padding-bottom: 100px;
  }
  .campaign_form .step4 .formError {
      white-space:nowrap;
  }
  .campaign_form .step4 .text-shape {
    bottom: 100px;
  }
  .campaign_form .step4 .text-wavy {
  top: 0;
  left: 0;
  right: auto;}
  .prize-container {
    padding: 0;
    width: 22%;
    margin-right: 4%;
  }
  .prize-container:last-child {
    margin-right: 0;
  }
  .prize-container .prize-choice,
  .prize-container .selected-bg {
    width: 100%;
    left: 0;
  }
  .campaign_form .step5 .tv-shape {
    position: static;
    display: block;
    margin:30px 0;
  }
}

@media (max-width:991px) {
  .campaign_form .step3 .formError {
    right: 0!important;
    left: auto!important;
  }
  .prize-container .lightning-shape {
    right: -15%;
    top:-10%;
    max-width: 50px;
  }
}

@media (max-width:767px) {
    .campaign_form .step3 .form-fields span.field-name {
    width: 100%;
      float:none;
  }
  .campaign_form .step3 .form-fields .form-group {
    width: 100%;
    float:none;
  }
  .campaign_form .step3 .formError {
    position: relative!important;
    left: auto!important;
    right: auto!important;
    top: auto!important;
    bottom: auto!important;
    font-size:14px;
    margin-bottom: 10px!important;
    margin-top:10px!important;
    max-width:300px;
  }
  
  .campaign_form .step3 .custom-checkbox .formError:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    border-top:none;
    position: absolute;
    bottom: 100%;
    left: 30px;
    top: auto;
  }
  
  .campaign_form .step3 input[type="text"] {
    max-width:300px;
  }
  .prize-container .lightning-shape {
    right: -15%;
    top:-10%;
    max-width: 40px;
  }
  .campaign_form .step4 {
    padding-bottom: 250px;
  }
  .campaign_form .step4 .text-shape {
    display: none!important;
  }
  .share-menu span {
    font-size: 14px;
    display: block;
    float: none;
  }
  .share-menu ul {
    display: block;
    padding-top: 10px!important;
  }
}
@media (max-width:600px) {
  .step4 .form-group {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .float-right.voice-type .checkboxes-container {
    margin-bottom: 20px;
  }
  .prize-container {
    width: 40%;
    margin-right: 6%;
    margin-top: 0!important;
    margin-bottom: 80px!important;
  }
  .prize-container:nth-child(2n+2) {
    margin-right: 0;
  }
  .prize-container .shadow-shape {
    bottom: -30px;
  }
}
@media (max-width:440px) {
  .fruit-container {
    width: 110px;
    height: 110px;
  }
  .campaign_form .step3 .formError {
    font-size:12px;
  }
  .prize-container .shadow-shape {
    bottom: -20px;
  }
  .prize-container .lightning-shape {
right: -20%
  }
  
  .float-right.voice-type .checkboxes-container {
    padding-right: 0;
  }
}


.voice-type {
  margin-bottom: 30px;
}

.voice-type .form-group label {
  font-size: 16px;
}

@media (max-width:1400px) {
  .voice-type {
    margin-bottom: 50px;
  }
}

.custom_back-btn {
  color:#fff;
  font-weight: bold;
  display: block;
  padding: 15px 25px;
  margin-top: 20px;
  transition:.5;
  cursor: pointer;
}

.custom_back-btn:hover {
  text-decoration: none;
  color:#fff;
}

.custom_back-btn.back-btn3 {
  margin-top: 0;
  float:right;
}

.custom_back-btn.back-btn4 {
  display: inline-block;
}

.go-to-form {
  background: rgb(249,124,120);
  background: linear-gradient(180deg, rgba(249,124,120,1) 0%, rgba(234,78,75,1) 50%, rgba(221,38,34,1) 100%);
  display: inline-block;
  padding: 10px 20px;
  text-shadow: -2px 5px 6px rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: .5s;
  margin-top: 30px;
}

.go-to-form:hover {
  text-decoration: none;
  color:#fff;
}

@media (max-width:500px) {
  .go-to-form {padding: 15px 20px;font-size: 14px;}
  .go-to-form img {
    display: none;
  }
}

.campaign_form .screen-text p {
  font-size: 30px;
  margin-top: 140px;
}

.succes-message {
  margin-top: 150px;
}

@media (min-width: 1200px) {
  .success-page .succes-message {
  margin-top: 270px;
}

.success-page .succes-message h2 {
  font-size: 70px;
}

.success-page .succes-message p {
  font-size: 36px;
}
}