@charset "UTF-8";
/* Colors */
/* Backgrounds */
.bg-gray {
  background-color: #666666;
  color: #ffffff; }

.bg-black {
  background-color: #333333;
  color: #ffffff; }

/* Fonts */
@font-face {
  font-family: 'Vodafone';
  src: url("https://ct-front.s3.amazonaws.com/2019/vodafone/fonts/VodafoneLt-Regular.eot");
  src: url("https://ct-front.s3.amazonaws.com/2019/vodafone/fonts/VodafoneLt-Regular.eot?#iefix") format("embedded-opentype"), url("https://ct-front.s3.amazonaws.com/2019/vodafone/fonts/VodafoneLt-Regular.woff") format("woff"), url("https://ct-front.s3.amazonaws.com/2019/vodafone/fonts/VodafoneLt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Vodafone';
  src: url("https://ct-front.s3.amazonaws.com/2019/vodafone/fonts/VodafoneRg-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
/* Media query */
/* Flexbox */
/* Aspect ratio */
/* Transitions & animations */
@-webkit-keyframes fadeInFrames {
  from {
    opacity: 0;
    margin-top: -3rem;
    -webkit-animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55);
    animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55); }
  50% {
    opacity: 1;
    margin-top: -.5rem;
    -webkit-animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55);
    animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55); }
  to {
    opacity: 1;
    margin-top: 0;
    -webkit-animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55);
    animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55); } }
@keyframes fadeInFrames {
  from {
    opacity: 0;
    margin-top: -3rem;
    -webkit-animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55);
    animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55); }
  50% {
    opacity: 1;
    margin-top: -.5rem;
    -webkit-animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55);
    animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55); }
  to {
    opacity: 1;
    margin-top: 0;
    -webkit-animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55);
    animation-timing-function: cubic-bezier(0.75, 0.95, 0.6, 0.55); } }
/**************************************************************/
/**************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i:not(.fas):not(.fab), center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .select, #error_explanation {
  font-family: "Vodafone", Arial, Helvetica, sans-serif !important; }

body {
  background-color: #EBEBEB !important; }

@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1200px !important; } }
h1 {
  font-size: 1.625rem; }

/* Buttons and links */
.navbar.navbar-light .navbar-toggler {
  padding: .5rem;
  border: 0;
  height: calc(20px + 1rem);
  width: calc(21px + 1rem);
  border-radius: 0;
  position: relative; }
  .navbar.navbar-light .navbar-toggler .custom-toggler-icon {
    width: 21px;
    height: 2px;
    background-color: #333333;
    -webkit-transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
    -o-transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
    transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55); }
  .navbar.navbar-light .navbar-toggler:hover .custom-toggler-icon {
    background-color: #E60000; }
  .navbar.navbar-light .navbar-toggler.show {
    background-color: #E60000; }
    .navbar.navbar-light .navbar-toggler.show .custom-toggler-icon {
      background-color: #ffffff;
      opacity: 0;
      position: absolute;
      top: 17px; }
      .navbar.navbar-light .navbar-toggler.show .custom-toggler-icon:first-child {
        opacity: 1;
        transform: rotate(45deg); }
      .navbar.navbar-light .navbar-toggler.show .custom-toggler-icon:last-child {
        opacity: 1;
        transform: rotate(-45deg); }

.btn,
.m_btn {
  padding-top: 1rem !important;
  padding-bottom: calc(1rem - 1px) !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  box-shadow: none;
  line-height: 1 !important; }
  .btn.no-radius,
  .m_btn.no-radius {
    border-radius: 0 !important; }
  .btn.btn-default,
  .m_btn.btn-default {
    color: #ffffff;
    background-color: #E60000;
    border-color: #E60000;
    font-size: 1.25rem; }
    .btn.btn-default:hover,
    .m_btn.btn-default:hover {
      color: #ffffff;
      background-color: #BD0000; }
    .btn.btn-default.btn-small,
    .m_btn.btn-default.btn-small {
      font-size: 1rem; }

.m_btn {
  color: #000000;
  background-color: #E60000;
  border-color: #E60000;
  font-size: 1rem;
  min-width: 150px;
  -webkit-transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
  -o-transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
  transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55); }
  .m_btn:hover {
    color: #ffffff;
    background-color: #BD0000; }
  .m_btn::after {
    content: none; }

.common-btn {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: auto;
  margin-bottom: 1rem; }
  .common-btn span {
    font-family: Arial, Helvetica, sans-serif !important; }

#wizard .actions ul li a[role="menuitem"] {
  color: #ffffff !important;
  background-color: #E60000;
  border-color: #E60000;
  font-size: 1rem;
  min-width: 1px;
  -webkit-transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
  -o-transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
  transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
  border-radius: .25rem; }
  @media only screen and (min-width: 560px) {
    #wizard .actions ul li a[role="menuitem"] {
      min-width: 150px; } }
  #wizard .actions ul li a[role="menuitem"]:hover {
    color: #ffffff;
    background-color: #BD0000; }
  #wizard .actions ul li a[role="menuitem"]::after {
    content: none; }
#wizard .actions ul li.disabled {
  opacity: .5; }

/* Custom caret */
i.link-caret {
  display: inline-block;
  margin-left: .5rem;
  position: relative; }
  i.link-caret::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-top: 1px solid #E60000;
    border-right: 1px solid #E60000;
    transform: rotate(135deg);
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
    -o-transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
    transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55); }
    .dropdown-item i.link-caret::after {
      border-top: 1px solid #000000;
      border-right: 1px solid #000000;
      transform: rotate(45deg); }
  a[aria-expanded="true"] i.link-caret::after {
    transform: rotate(-45deg);
    top: -7px; }

/* Custom menu top fixed */
.menu-top {
  background-color: rgba(255, 255, 255, 0.9); }
  .menu-top .brand {
    width: 100%;
    max-width: 162px; }

.top-menu-custom {
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 1029; }

.navbar-collapse-custom {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  right: -100%;
  opacity: 0;
  height: calc(100vh - 56px);
  width: 82%;
  z-index: -1;
  -webkit-transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
  -o-transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
  transition: all 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55); }
  @media only screen and (min-width: 768px) {
    .navbar-collapse-custom {
      position: absolute;
      right: -5rem;
      width: 280px;
      height: 449px; } }
  .navbar-collapse-custom.show {
    right: 0;
    opacity: 1;
    z-index: 1; }
  .navbar-collapse-custom .navbar-nav .nav-item .nav-link {
    color: #000000;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 800;
    position: relative;
    line-height: 1.2; }
    .navbar-collapse-custom .navbar-nav .nav-item .nav-link:hover {
      text-decoration: underline; }
    .navbar-collapse-custom .navbar-nav .nav-item .nav-link.navbar-toggler:hover {
      cursor: pointer; }
    .navbar-collapse-custom .navbar-nav .nav-item .nav-link[aria-expanded="true"] {
      color: #E60000; }
  .navbar-collapse-custom .navbar-nav .nav-item .sub-menu {
    border-bottom: 1px solid #EBEBEB; }
    .navbar-collapse-custom .navbar-nav .nav-item .sub-menu a.dropdown-item {
      padding: .5rem 1rem;
      margin: 0;
      font-size: .875rem;
      line-height: 1; }
  .navbar-collapse-custom .navbar-nav .navbar-toggler,
  .navbar-collapse-custom .navbar-nav .nav-link {
    padding: .25rem 0 !important; }
  .navbar-collapse-custom .navbar-nav .dropdown-item {
    padding: .25rem 0 .25rem .5rem; }
    .navbar-collapse-custom .navbar-nav .dropdown-item:hover {
      background-color: #EBEBEB; }

/* Carousel */
@media only screen and (min-width: 768px) {
  .landing-carousel {
    overflow: hidden; } }
.landing-carousel #landingCarousel {
  z-index: 0; }

.carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  max-height: 505px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .carousel-inner .carousel-item .carousel-caption h3 {
    margin-top: 10%;
    font-size: 2rem;
    font-weight: 800; }
    @media only screen and (min-width: 768px) {
      .carousel-inner .carousel-item .carousel-caption h3 {
        font-size: 2.5rem; } }
  .carousel-inner .carousel-item .carousel-caption p {
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .carousel-inner .carousel-item .carousel-caption p {
        font-size: 1.875rem; } }
  .carousel-inner .carousel-item .carousel-caption a.btn {
    margin-top: 3rem; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important;
  height: 42px !important;
  position: relative; }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute; }

.carousel-control-prev-icon::before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
  left: 6px;
  top: 6px; }

.carousel-control-next-icon::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  left: -15px;
  top: 6px; }

.landing-carousel .carousel-indicators li {
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 .25rem;
  border: 2px solid #EBEBEB;
  background-color: #EBEBEB; }
  .landing-carousel .carousel-indicators li.active {
    background-color: transparent; }

/* Custom menu content */
.menu-content .nav-tabs {
  border-bottom: 0; }
  .menu-content .nav-tabs .nav-link.icon-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0;
    border: 0;
    color: #ffffff; }
    .menu-content .nav-tabs .nav-link.icon-btn:hover, .menu-content .nav-tabs .nav-link.icon-btn.active {
      background-color: #EBEBEB;
      color: #666666;
      text-decoration: none; }
      .menu-content .nav-tabs .nav-link.icon-btn:hover svg [class^='st'], .menu-content .nav-tabs .nav-link.icon-btn.active svg [class^='st'] {
        fill: #E60000; }
    .menu-content .nav-tabs .nav-link.icon-btn svg {
      max-width: 3.875rem; }
    .menu-content .nav-tabs .nav-link.icon-btn span {
      opacity: 0;
      width: 0;
      height: 0;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .menu-content .nav-tabs .nav-link.icon-btn span {
          opacity: 1;
          width: auto;
          height: auto;
          font-size: 1.25rem;
          line-height: 1.2; } }

/* Prizes */
.list-group.prizes {
  border: 0; }
  .list-group.prizes .list-group-item {
    border: 0; }
    .list-group.prizes .list-group-item:not(:last-child) {
      margin-bottom: 1rem; }
    .list-group.prizes .list-group-item h4 {
      color: #E60000;
      font-weight: 800; }

/* Cards */
.card {
  border-radius: .5rem !important; }
  .card .card-header:first-child {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
    overflow: hidden; }
  .card .embed-responsive-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .card .card-body {
    font-size: 1.25rem;
    line-height: 1.2; }

/* Footer */
.footer a {
  color: #ffffff;
  text-decoration: none; }
  .footer a:hover {
    color: #ffffff; }
.footer svg {
  width: 100%;
  height: auto;
  max-width: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .footer svg {
      max-width: 2.625rem; } }

/* Formulary */
.formulary {
  background-color: #4A4D4E !important; }
  .formulary .main .section .m_header_section {
    display: none;
    margin: 0;
    padding: 0; }
  .formulary .main .m_form_actions_content {
    background-color: transparent; }
  .formulary .section {
    padding: 0 1rem; }

.formulary-header {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 296px; }
  @media only screen and (min-width: 768px) {
    .formulary-header {
      max-height: 505px; } }

#wizard .steps {
  display: none; }
#wizard .form_fields .form_input label {
  font-family: "Vodafone", Arial, Helvetica, sans-serif; }
#wizard .form_fields .form_input span {
  font-family: "Vodafone", Arial, Helvetica, sans-serif;
  border: 0;
  border-radius: 0 !important;
  padding: 0; }
#wizard .form_fields .form_input input {
  font-family: "Vodafone", Arial, Helvetica, sans-serif;
  border: 0 !important;
  padding: 0.813rem;
  line-height: 1;
  color: #666666; }
#wizard .form_fields .quiz_questions_on_quiz .panel {
  border: 0 !important;
  color: inherit !important; }
#wizard .form_fields .quiz_questions_on_quiz .m_header_step > * {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  color: #ffffff; }
#wizard .form_fields .quiz_questions_on_quiz .m_header_step::before {
  border-radius: 0;
  min-width: 30px; }
#wizard .form_fields .quiz_questions_on_quiz .question-description {
  color: #ffffff; }
#wizard .form_fields .quiz_questions_on_quiz .m_figure_content .m_figure_img {
  width: 100%; }
#wizard section {
  padding: 0;
  margin: 0;
  width: 100%; }
  #wizard section .wrapper_row .row {
    margin: 0 !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #wizard section .wrapper_row .row .m_header_step {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: .5rem;
      padding: 0; }
      #wizard section .wrapper_row .row .m_header_step::before {
        position: relative;
        margin-right: 1rem;
        border-radius: 0;
        min-width: 30px; }
      #wizard section .wrapper_row .row .m_header_step > * {
        padding: 0;
        margin: 0;
        font-size: 1.5rem;
        color: #ffffff; }
    #wizard section .wrapper_row .row .question-description {
      color: #ffffff; }
    #wizard section .wrapper_row .row .form_fields {
      width: 100%;
      margin: 0 auto; }
  #wizard section:not(.type_radio_button) .form_fields {
    width: 100%;
    max-width: 380px;
    margin: auto; }
  #wizard section .form_fields_contender {
    margin-bottom: 3rem; }
    #wizard section .form_fields_contender .section {
      padding: 0; }
    #wizard section .form_fields_contender label {
      color: #ffffff; }
    #wizard section .form_fields_contender .form_input {
      margin-top: 0;
      margin-bottom: 1rem; }
  #wizard section .m_figure_content .m_figure_img {
    width: 100%; }
  #wizard section .m_option_label {
    border: 0;
    margin-bottom: 0;
    color: #000000; }
#wizard > .content {
  margin: 0; }
#wizard .actions ul {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 3rem; }
#wizard .form_fields .form_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0; }
  #wizard .form_fields .form_checkbox .checkbox {
    position: relative;
    background-image: none !important;
    border: 3px solid #ffffff;
    margin-right: 0.5rem;
    -webkit-transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
    -o-transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55);
    transition: background-color 0.32s cubic-bezier(0.75, 0.95, 0.6, 0.55); }
    #wizard .form_fields .form_checkbox .checkbox.checked_checkbox {
      background-color: #E60000; }
    #wizard .form_fields .form_checkbox .checkbox:hover {
      cursor: pointer; }
  #wizard .form_fields .form_checkbox a {
    color: #ffffff; }
  #wizard .form_fields .form_checkbox label {
    padding: 0;
    margin: 0; }

.form_select .custom-form_participation_country .select_content, .form_select_with_autocomplete .custom-form_participation_region .select_content {
  display: none; }

.custom-select {
  padding: 0 !important;
  background-image: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  height: auto !important; }

.select {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
  border-radius: 0 !important; }

.form_select {
  margin-top: 0 !important;
  margin-bottom: 1rem !important; }

.select2-drop-active {
  border: 0 !important;
  border-radius: 0 !important; }

.select2-container {
  width: 100%;
  margin-top: 9px;
  height: 44px !important; }

.select2-container .select2-choice {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #7F8184;
  height: 44px !important; }
  .select2-container .select2-choice .select2-chosen {
    padding: 0.813rem !important;
    font-weight: 800; }

.select2-container .select2-choice .select2-arrow b {
  height: 22px;
  margin-top: 11px; }

/* Error messages */
.m_header_step .required_field {
  width: 100%; }
  .m_header_step .required_field .step_error {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    left: 0;
    border-radius: .25rem;
    border: 1px solid #fecb00;
    background-color: #666666;
    font-size: 1rem;
    color: #ffffff !important;
    padding: .5rem .5rem .5rem 0;
    margin: 0 0 10px 0 !important;
    line-height: 1;
    width: 100%;
    font-weight: 800;
    max-width: 230px; }
    .m_header_step .required_field .step_error::before {
      content: '\f05e';
      background-color: #fecb00;
      color: #000000;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 1.5rem;
      padding: 9px;
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      vertical-align: top;
      margin-right: 1.25rem;
      margin-top: -9px;
      margin-bottom: -9px; }
    .m_header_step .required_field .step_error::after {
      content: '';
      position: absolute;
      left: 13px;
      bottom: -4px;
      width: 14px;
      height: 14px;
      border: 7px solid transparent;
      border-top: 7px solid #fecb00; }
    .m_header_step .required_field .step_error:empty {
      display: none !important; }

.form_input,
.form_select {
  position: relative; }
  .form_input .required_field,
  .form_select .required_field {
    width: 100%; }
    .form_input .required_field ~ .error_active:not(:empty),
    .form_select .required_field ~ .error_active:not(:empty) {
      position: relative; }
      .form_input .required_field ~ .error_active:not(:empty) .step_error,
      .form_select .required_field ~ .error_active:not(:empty) .step_error {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        top: 0;
        left: 0;
        border-radius: .25rem;
        border: 1px solid #fecb00;
        background-color: #666666;
        font-size: 1rem;
        color: #ffffff !important;
        padding: .5rem .5rem .5rem 0;
        margin: 0 0 10px 0 !important;
        line-height: 1.2;
        width: 100%;
        max-width: 230px; }
        .form_input .required_field ~ .error_active:not(:empty) .step_error::before,
        .form_select .required_field ~ .error_active:not(:empty) .step_error::before {
          content: '\f05e';
          background-color: #fecb00;
          color: #000000;
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          font-size: 1.5rem;
          padding: 7px;
          border-top-left-radius: .25rem;
          border-bottom-left-radius: .25rem;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          margin-right: .5rem;
          margin-left: -3px;
          margin-top: -9px;
          margin-bottom: -9px;
          vertical-align: top; }
        .form_input .required_field ~ .error_active:not(:empty) .step_error::after,
        .form_select .required_field ~ .error_active:not(:empty) .step_error::after {
          content: '';
          position: absolute;
          left: 5px;
          bottom: -4px;
          width: 14px;
          height: 14px;
          border: 7px solid transparent;
          border-top: 7px solid #fecb00; }
        .form_input .required_field ~ .error_active:not(:empty) .step_error:empty,
        .form_select .required_field ~ .error_active:not(:empty) .step_error:empty {
          display: none !important; }
      .form_input .required_field ~ .error_active:not(:empty) ~ span,
      .form_select .required_field ~ .error_active:not(:empty) ~ span {
        border: 2px solid #fecb00 !important; }
  .form_input[class*="col-"],
  .form_select[class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
    .form_input[class*="col-"] .required_field,
    .form_select[class*="col-"] .required_field {
      width: 100%; }
      .form_input[class*="col-"] .required_field ~ .error_active:not(:empty) .step_error::after,
      .form_select[class*="col-"] .required_field ~ .error_active:not(:empty) .step_error::after {
        margin-bottom: -10px; }
    .form_input[class*="col-"] .m_options,
    .form_select[class*="col-"] .m_options {
      padding-top: 0; }
      .form_input[class*="col-"] .m_options ul,
      .form_select[class*="col-"] .m_options ul {
        margin-bottom: 0; }
        .form_input[class*="col-"] .m_options ul li,
        .form_select[class*="col-"] .m_options ul li {
          margin-bottom: 0; }

.form_fields .form_checkbox {
  position: relative; }
  .form_fields .form_checkbox.error_active {
    padding-top: 3.9rem !important;
    position: relative; }
  .form_fields .form_checkbox .checkbox.checked_checkbox ~  .step_error {
    display: none; }
  .form_fields .form_checkbox label.step_error {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .25rem;
    border: 1px solid #fecb00;
    background-color: #666666;
    font-size: 1rem;
    color: #ffffff !important;
    padding: .5rem .5rem .5rem 0;
    margin: 0 !important;
    line-height: 1.2;
    width: 100%;
    font-weight: 800;
    max-width: 230px; }
    .form_fields .form_checkbox label.step_error:empty {
      display: none; }
    .form_fields .form_checkbox label.step_error::before {
      content: '\f05e';
      background-color: #fecb00;
      color: #000000;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 1.5rem;
      padding: 7px;
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: .5rem;
      margin-left: 0;
      margin-top: 0;
      vertical-align: top; }
    .form_fields .form_checkbox label.step_error::after {
      content: '';
      position: absolute;
      left: 5px;
      bottom: -15px;
      width: 14px;
      height: 14px;
      border: 7px solid transparent;
      border-top: 7px solid #fecb00; }
    .form_fields .form_checkbox label.step_error:empty {
      display: none !important; }
  .form_fields .form_checkbox ~ span {
    border: 2px solid #fecb00 !important; }

#error_explanation {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #E60000;
  color: #ffffff;
  width: 100%;
  left: 0;
  margin: 0;
  text-align: center;
  padding: 2rem 1rem; }
  #error_explanation h3 {
    color: #ffffff; }

.field_with_errors ~ span {
  border: 2px solid #fecb00 !important; }

/* Popups */
.mfp-container {
  max-height: 100vh; }

.m_popup {
  border-radius: 0;
  height: 100%;
  max-height: calc(100vh - 2rem);
  max-width: 768px !important;
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: between;
  -moz-box-pack: between;
  -ms-flex-pack: between;
  -webkit-justify-content: between;
  justify-content: between;
  -webkit-animation-name: fadeInFrames;
  animation-name: fadeInFrames;
  -webkit-animation-duration: 0.32s;
  animation-duration: 0.32s; }
  .m_popup .m_popup_header,
  .m_popup .m_popup_content,
  .m_popup .m_popup_buttons_footer {
    border-radius: 0;
    padding: 1rem; }
  .m_popup .m_popup_header {
    line-height: 1;
    width: 100%;
    min-height: 3rem; }
  .m_popup#legal_provider, .m_popup#accepted_conditions {
    height: 100%; }
    .m_popup#legal_provider .m_popup_header, .m_popup#accepted_conditions .m_popup_header {
      width: 100%; }
  .m_popup#accepted_conditions .m_popup_content,
  .m_popup .m_popup_content {
    position: relative;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%; }
    .m_popup#accepted_conditions .m_popup_content .m_popup_text,
    .m_popup .m_popup_content .m_popup_text {
      font-size: 1rem;
      line-height: 1.2;
      height: auto;
      font-family: "Vodafone", Arial, Helvetica, sans-serif; }
      .m_popup#accepted_conditions .m_popup_content .m_popup_text p,
      .m_popup .m_popup_content .m_popup_text p {
        margin-top: 0;
        margin-bottom: 1rem;
        padding: 0; }
  .m_popup .btn .btn btn-default js_share_options .m_url_title m_header {
    text-align: center;
    position: center(space-around); }
  .m_popup .m_popup_content.btns-fixed-bottom {
    margin-bottom: 4.625rem; }
    .m_popup .m_popup_content.btns-fixed-bottom ~ .m_popup_buttons_footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 2rem); }
  .m_popup .m_popup_buttons_footer {
    background-color: rgba(249, 230, 255, 0.81);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .m_popup .mfp-close {
    top: 5px;
    right: 5px;
    width: 39;
    height: 39px; }
  .m_popup#auth_popup {
    height: auto; }
    .m_popup#auth_popup .m_popup_text {
      padding: 1rem;
      padding: 0;
      margin-bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .m_popup#auth_popup .m_popup_text {
          -ms-flex-pack: distribute;
          -webkit-justify-content: space-around;
          justify-content: space-around; } }
      .m_popup#auth_popup .m_popup_text .common-btn {
        margin: 0 .5rem 1rem  .5rem;
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 1 calc(100% - 1rem);
        -ms-flexbox: 0 1 calc(100% - 1rem);
        flex: 0 1 calc(100% - 1rem); }
        @media only screen and (min-width: 768px) {
          .m_popup#auth_popup .m_popup_text .common-btn {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 1 calc(33% - 1rem);
            -ms-flexbox: 0 1 calc(33% - 1rem);
            flex: 0 1 calc(33% - 1rem); } }
        .m_popup#auth_popup .m_popup_text .common-btn::after {
          width: 41px;
          text-align: center; }
        .m_popup#auth_popup .m_popup_text .common-btn .common-bg {
          width: calc(100% - 41px);
          margin: 0; }

.form_fields .form_input .css_quizz_80183 label {
  color: #000; }

.tt_participation_actions .share-btn .btn {
  padding: .5rem !important; }

.m_popup .m_popup_header {
  min-height: auto !important; }
