html {
  scroll-behavior: smooth;
}
.MyLPs {
  color: #2b2d40;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  overflow: hidden;
  font-family: 'Proxima Nova', sans-serif !important;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 700;
  color: #2d2d40;
  background-color: white;
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 10px auto;
  -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  /*background-color: @blue;*/
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs .f13 {
  font-size: 0.8125rem;
}
.MyLPs .f18 {
  font-size: 1.125rem;
}
.MyLPs .f30 {
  font-size: 1.87rem;
}
.MyLPs .f40 {
  font-size: 2.5rem;
}
.MyLPs .f50 {
  font-size: 3.125rem;
}
.MyLPs .textShadow {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}
.ContestPage {
  background: #4960f2 url('https://support3.you.gr/you/redesign/contests/2024-tv-contest/bg.jpg') center top no-repeat;
  background-size: cover;
  padding-block: 0 5rem;
  position: relative;
  isolation: isolate;
}
.ContestPage::after {
  content: '';
  height: 60px;
  width: 100%;
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  filter: blur(5px);
  z-index: -1;
}
.InputWrapper {
  margin-bottom: 10px;
}
.InputWrapper {
  margin-bottom: 25px;
  text-align: center;
}
.InputWrapper label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: white;
}
.InputWrapper input {
  width: 100%;
  max-width: 600px;
  padding: 20px 10px;
  border: none;
  background-color: white;
  font-size: 16px;
  font-weight: 500;
  color: #2b2d40;
  font-family: 'Proxima Nova', sans-serif !important;
  border-radius: 8px;
  text-align: center;
}
.InputWrapper ::placeholder {
  color: #2b2d40;
  opacity: 1;
}
.InputWrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2b2d40;
  opacity: 1;
}
.InputWrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b2d40;
  opacity: 1;
}
.InputWrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #2b2d40;
  opacity: 1;
}
.InputWrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #2b2d40;
  opacity: 1;
}
.FirstToKnow {
  font-size: 25px;
  line-height: 1.2;
  margin-block: 10px 20px;
}
.Gdpr {
  font-size: 15px;
  line-height: 25px;
}
.CheckBoxesWrapper {
  margin-bottom: 10px;
  color: white;
  /*  div {
        font-size: 18px;
        font-weight: 400;
        float: left;
        width: calc(~"100% - 40px");
        padding-left: 10px;
    }*/
}
.CheckBoxesWrapper input {
  float: left;
  width: 20px;
}
.CheckBoxesWrapper div:last-child {
  font-size: 18px;
  font-weight: 400;
  float: left;
  width: calc(100% - 40px);
  margin-top: -5px;
  padding-left: 10px;
}
.Remember {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  margin-top: 30px;
}
.SubmitInput input {
  color: #232538;
  background-color: #fec439;
  border-radius: 8px;
  padding: 20px 30px;
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  transition: all linear 0.05s;
  cursor: pointer;
  width: 300px;
  font-family: 'Proxima Nova', sans-serif !important;
  box-shadow: 0px 13px 20px -10px rgba(0, 0, 0, 0.31);
}
.SubmitInput input:hover {
  opacity: 0.8;
}
.EditingFormErrorLabel {
  font-size: 16px !important;
  text-align: center !important;
  font-style: italic !important;
}
.successPage {
  background: url('https://support3.you.gr/you/redesign/contests/2024-tv-contest/success_bg.jpg') center top no-repeat;
  background-size: cover;
  padding-block: 0 60px;
}
.succesPage {
  background: url('https://support3.you.gr/you/redesign/contests/2024-tv-contest/success_page_bg.jpg') center top no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 1rem;
}
.succesPage img:first-of-type {
  max-width: 500px !important;
  width: 100% !important;
}
.succesPage img:last-of-type {
  max-width: 250px !important;
  margin: 1rem auto;
  width: 100% !important;
}
.succesPage a {
  background-color: white;
  border-radius: 8px;
  color: #2b2d40;
  font-size: 1.25rem;
  padding: 1.2rem 6%;
  display: inline-block;
  font-weight: 500;
  margin: 2rem auto;
  transition: all linear 0.05s;
}
.succesPage a:hover {
  background-color: #ffc539;
}
@media (max-width: 1200px) {
	 .MyLPs .f30 {
    font-size: 1.6rem;
  }
  .ContestPage {
    background: #4960f2 url('https://support3.you.gr/you/redesign/contests/2024-tv-contest/bg_1200.jpg') center top no-repeat;
    background-size: 100%;
  }
  .logo_title {
    max-width: 100%!important;
  }
  .tv_hero_container {
    display: flex;
    align-items: center;
    padding-inline: 15px;
  }
  .successPage {
    background: url('https://support3.you.gr/you/redesign/contests/2024-tv-contest/success_bg.jpg') center top no-repeat;
    background-size: 130%;
  }
}
@media (max-width: 991px) {
  .MyLPs .f40 {
    font-size: 2rem;
  }
  .MyLPs .f50 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .ContestPage {
    padding-top: 1rem;
  }
  .MyLPs .f30 {
    font-size: 1.47rem;
  }
  .MyLPs .f50 {
    font-size: 2rem;
  }
  .MyLPs .f50 .big {
    max-width: 200px !important;
  }
  .ContestPage {
    background: #4960f2 url('https://support3.you.gr/you/redesign/contests/2024-tv-contest/bg_768.jpg') center top no-repeat;
    background-size: 100%;
  }
  .logo_title {
    max-width: 80% !important;
    margin-bottom: 0;
  }
  .tv_hero {
    max-width: 700px !important;
    width: 100% !important;
    margin-bottom: 3rem;
  }
  .tv_hero_container {
    margin-bottom: 3rem;
  }
  .succesPage {
    background: url('https://support3.you.gr/you/redesign/contests/2024-tv-contest/success_page_bg_m.jpg') center top no-repeat;
    background-size: cover;
    height: 100vh;
  }
  .succesPage img:first-of-type {
    max-width: 70% !important;
  }
  .succesPage img:last-of-type {
    max-width: 30% !important;
  }
  .succesPage a {
    font-size: 1rem;
    padding: 1rem 6%;
  }
}
@media (max-width: 576px) {
  .MyLPs .f24 {
    font-size: 1.1rem;
  }
  .MyLPs .f40 {
    font-size: 1.4rem;
  }
  .MyLPs .f50 {
    font-size: 1.4rem;
  }
  .MyLPs .f50 .big {
    max-width: 150px !important;
  }
  .tv_hero {
    margin-bottom: 2rem;
  }
  .tv_hero_container {
    margin-bottom: 2rem;
  }
  .InputWrapper input {
    max-width: 100%;
    padding: 12px;
  }
  .CheckBoxesWrapper div:last-child {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
  }
  .Gdpr {
    max-height: 190px;
    overflow-y: auto;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .FirstToKnow {
    font-size: 1.2rem;
  }
  .InputWrapper {
    padding-inline: 5%;
  }
  .InputWrapper label {
    font-size: 1rem;
  }
  .SubmitInput input {
    width: 220px;
    font-size: 1.2rem;
    padding: 15px 18px;
  }
}