html {
  scroll-behavior: smooth;
}
.MyLPs {
  color: white;
  overflow: hidden !important;
  position: relative;
  padding-bottom: 50px;
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/left_ornament.png'), url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/right_ornament.png'), url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/lampakia1.jpg'), url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/lampakia2.jpg');
  background-position: left 75%, right 50%, left top, right 20%;
  background-color: #8f0000;
  background-size: auto;
  background-repeat: no-repeat;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 500 !important;
  font-weight: lighter;
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.1s;
  display: flex;
  justify-content: center;
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs .f24 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.MyLPs .f26 {
  font-size: 1.62rem;
  line-height: 1.2;
}
.clrWhite {
  color: white !important;
}
.clrYellow {
  color: #ffc43a;
}
.expired_message {
  background-color: #8f0000;
  max-width: 500px;
  width: calc(100% - 35px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0 15px 50px 15px;
}
.expired_message img {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.expired_message_overlay {
  position: fixed;
  inset: 0 0 0 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.section1 {
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/xmas_logo.png');
  background-position: 23% top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding-block: 50px 100px;
  position: relative;
}
.radioButtons_wrapper {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
  /* input:checked ~ .checkmark {
        border: solid 5px #ffc43a;
    }*/
}
.radioButtons_wrapper label {
  position: relative;
  margin-inline: 10px;
  width: 100%;
  max-width: 357px;
  aspect-ratio: 0.6993007;
}
.radioButtons_wrapper input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.radioButtons_wrapper .checkmark {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
  transition: all linear 0.1s;
  border: solid 5px transparent;
}
.radioButtons_wrapper .checkmark:hover {
  border: solid 5px #ffc43a;
}
.gift_name {
  background-color: #740202;
  width: fit-content;
  border-radius: 8px;
  font-size: 1.37rem;
  padding: 0.8em 1.5em;
  margin: 2rem auto;
  color: #fdc339;
}
.form-wrapper {
  margin-top: 3rem;
}
.form-wrapper label {
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  margin-bottom: 1.1rem;
}
.form-wrapper input {
  width: 100%;
  max-width: 600px;
  font-size: 1.1rem;
  border-radius: 8px;
  border: none;
  padding: 0.7em 1.2em;
  color: #232324;
  opacity: 1;
}
.form-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324;
  opacity: 1;
}
.form-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324;
  opacity: 1;
}
.form-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #232324;
  opacity: 1;
}
.form-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #232324;
  opacity: 1;
}
.CheckBoxesWrapper {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
}

 .CheckBoxesWrapper .clrWhite{
        max-width:550px;
    }
.CheckBoxesWrapper div.EditingFormControlNestedControl {
  width: calc(100% - 40px);
  padding-left: 10px;
  width: 20px;
  margin-right: 16px;
}
.disclaimer {
  font-size: 0.875rem;
}
.SubmitButton input {
  background-color: #ffc539;
  border-radius: 8px;
  font-size: 1.37rem;
  padding: 0.6em 1.7em;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: all linear 0.1s;
  color:black;
  font-family: 'Proxima Nova', sans-serif !important;
}
.SubmitButton input:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .section1 {
    background-position: 0 top;
  }
}
@media (max-width: 991px) {
  .MyLPs {
    background-size: 25%,30%, 40%, 100%;
    background-position: left 60%, right 30%, left top, right 20%;
  }
  .section1 {
    background-image: url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/xmas_logo_m.png');
    background-position: center top;
    text-align: center;
    padding-top: 240px;
  }
  .section1 .flexRow {
    justify-content: center;
  }
  .section1 img {
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .MyLPs p {
    font-size: 0.8rem;
  }
  .MyLPs .f24 {
    font-size: 1.5rem;
  }
  .MyLPs .f26 {
    font-size: 1.25rem;
  }
  .MyLPs .f32 {
    font-size: 1.8rem;
  }
  .section1 {
    background-size: 500px;
    padding-bottom: 50px;
  }
  .section1 img {
    max-width: 400px;
    width: 100%;
  }
  .radioButtons_wrapper {
    padding-inline: 15px;
  }
  .gift_name {
    font-size: 1.2rem;
  }
  .form-wrapper label {
    font-size: 1.25rem;
  }
  .form-wrapper input {
    font-size: 1rem;
  }
  .CheckBoxesWrapper {
    font-size: 1rem;
  }
  .SubmitButton input {
    font-size: 1.2rem;
    padding: 0.7em 1.8em;
  }
  .radioButtons_wrapper {
    flex-wrap: wrap;
  }
  .radioButtons_wrapper label {
    width: calc(50% - 10px);
    margin-inline: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .MyLPs {
    background-image: url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/left_ornament.png'), url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/lampakia1.jpg'), url('https://support3.you.gr/you/redesign/landing_pages/xmas-contest/lampakia2.jpg');
    background-position: left 90%, left top,right 50%;
    background-size: 35%,30%, 100%;
  }
  .MyLPs .f26 {
    font-size: 1rem;
  }
  .section1 {
    background-size: 400px;
    padding-block: 190px 25px;
  }
  .form-wrapper label {
    font-size: 1.15rem;
  }
  .form-wrapper input {
    font-size: 1rem;
  }
  .radioButtons_wrapper {
    flex-wrap: wrap;
    padding-inline: 15px;
  }
  .radioButtons_wrapper label {
    width: calc(50% - 4px);
    margin-inline: 2px;
    margin-bottom: 4px;
  }
  .disclaimer {
    height: 100px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
  }
}