@font-face {
  font-family: "ECIFont-regular";
  src: url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/ECIFont-regular.otf") format("opentype"), url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/ECIFont-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ECIFont-light";
  src: url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/Ecifont-light.otf") format("opentype"), url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/Ecifont-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ECIFont-medium";
  src: url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/ECIFont-Medium.otf") format("opentype"), url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/ECIFont-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.875rem !important;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.125rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .wrapper {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 1200px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.row::before {
  content: none;
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

p b, p strong {
  font-family: "ECIFont-regular", sans-serif !important;
  font-weight: inherit;
}
p small {
  font-size: 0.675rem !important;
}
@media only screen and (min-width: 768px) {
  p small {
    font-size: 0.875rem !important;
  }
}
p.smaller-text {
  font-size: 0.6875rem;
}
@media only screen and (min-width: 1200px) {
  p.smaller-text {
    font-size: 0.75rem;
  }
}
p.small-text {
  line-height: 1;
}
p.slogan {
  font-size: 1.8125rem;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  p.slogan {
    font-size: 3rem;
  }
}
p.prize-value {
  font-size: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "ECIFont-regular", sans-serif;
}
p.prize-value span {
  font-family: "ECIFont-regular", sans-serif !important;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  p.prize-value span {
    font-size: 2.5rem;
  }
}
p.text-large {
  font-size: 1rem !important;
}
@media only screen and (min-width: 768px) {
  p.text-large {
    font-size: 1.0625rem !important;
  }
}
p.text-large-xl {
  font-family: "ECIFont-medium", sans-serif !important;
  font-size: 1.2rem !important;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  p.text-large-xl {
    font-size: 1.5625rem !important;
  }
}

a {
  /* color: $primary-color !important; */ /* Fix tras cambio a variables */
}
a.x_cool_tabs_legal_options_button {
  color: #008a56 !important;
}
a:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
a.control-checks-link {
  color: #000000 !important;
}

.img-desktop {
  display: none;
}
@media only screen and (min-width: 420px) {
  .img-desktop {
    display: block;
  }
}
.img-desktop img {
  margin: 0 auto;
}

.img-mobile {
  display: block;
}
@media only screen and (min-width: 420px) {
  .img-mobile {
    display: none;
  }
}
.img-mobile img {
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.shadow-eci {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}

.gray-bg {
  background-color: rgba(0, 0, 0, 0.06);
}

.not_active p {
  font-size: 0.8375rem;
}
@media only screen and (min-width: 768px) {
  .not_active p {
    font-size: 0.9375rem;
  }
}
.not_active p.slogan {
  font-size: 1.8125rem;
}
@media only screen and (min-width: 1200px) {
  .not_active p.slogan {
    font-size: 3rem;
  }
}
.not_active .row-col-container {
  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-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;
}
@media only screen and (min-width: 768px) {
  .not_active .row-col-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .not_active .row-col-container {
    -webkit-box-align: initial;
    -moz-box-align: initial;
    -ms-flex-align: initial;
    -webkit-align-items: initial;
    align-items: initial;
  }
}
.not_active .col-left, .not_active .col-right, .not_active .col-right-after {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .not_active .col-left, .not_active .col-right, .not_active .col-right-after {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 50%;
    -ms-flexbox: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.not_active .col-right {
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .not_active .col-right {
    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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.not_active .col-right-after {
  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: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .not_active .col-right-after {
    padding: 15rem 0 2rem;
  }
}
.not_active .col-right-after .date {
  margin-bottom: 3rem;
}
.not_active .col-right-after .x_cool_tabs_my_participation_button {
  margin: 0 auto 5rem;
}
.not_active .col-right-after .legal-terms {
  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: end;
  justify-content: end;
  height: 100%;
}
.not_active .col-right-after .legal-terms a {
  text-decoration: none;
}
.not_active .shadow-eci {
  padding: 5px 0;
}
.not_active .slogan {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
  .not_active .slogan {
    margin-bottom: 6rem;
  }
}
.not_active img {
  width: auto !important;
}
.not_active .img-desktop {
  margin-bottom: 1rem;
}
.not_active .img-mobile {
  margin-bottom: 1rem;
}

.landing .footer p {
  font-size: 0.75rem !important;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .landing .footer p {
    font-size: 0.9375rem !important;
    line-height: 1.2;
  }
}
.landing .footer p.text-large {
  font-size: 1.0625rem !important;
}
.landing .footer a {
  font-size: 0.875rem !important;
}
.landing .footer img {
  max-width: 80%;
}
.landing .eci-steps p {
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .landing .eci-steps p {
    font-size: 1.125rem;
  }
}
.landing .eci-steps p small {
  font-size: 0.55rem !important;
}
@media only screen and (min-width: 768px) {
  .landing .eci-steps p small {
    font-size: 1rem !important;
  }
}
.landing .eci-steps p a {
  text-decoration: underline;
}
.landing .eci-steps-two-col a {
  text-decoration: underline;
}

.formulary p {
  line-height: 1;
}
.formulary #wizard {
  margin-top: 0;
  position: inherit;
}
.formulary .wizard > .content > .body {
  width: 100%;
  padding: 0;
}
.formulary .section {
  padding: 0;
}
.formulary .wizard > .content {
  margin: 0;
  min-height: 100px;
}
.formulary .wizard .content {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 2rem !important;
}
.formulary .m_header, .formulary .wizard .steps {
  display: none;
}
.formulary .form_header {
  padding: 0;
}
.formulary .form_header p {
  padding: 0;
  font-size: 0.75rem;
}
.formulary form .header_step, .formulary form .header_step_with_forks {
  padding-top: 0;
  margin-bottom: 1rem;
  font-family: "ECIFont-light", sans-serif !important;
  font-weight: inherit;
}
.formulary form .header_step::before, .formulary form .header_step_with_forks::before {
  content: none;
}
.formulary form .header_step .quizz_question, .formulary form .header_step_with_forks .quizz_question {
  text-align: left;
  font-size: 0.82rem;
}
.formulary form .header_step .quizz_question.step_error, .formulary form .header_step_with_forks .quizz_question.step_error {
  padding: 0;
}
.formulary form .header_step .quizz_question label.step_error, .formulary form .header_step_with_forks .quizz_question label.step_error {
  font-size: 0.6875rem;
}
.formulary form .form_disclaimer {
  padding: 0;
}
.formulary .select2-container.select2-container--default.select2-container--open:not(.select2) {
  max-width: 300px;
}
@media only screen and (min-width: 560px) {
  .formulary .select2-container.select2-container--default.select2-container--open:not(.select2) {
    max-width: 400px;
  }
}
.formulary .select2-container.select2-container--default.select2-container--open:not(.select2) .select2-results > .select2-results__options, .formulary .select2-container.select2-container--default.select2-container--open:not(.select2) .select2-search__field {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.formulary .quizz_question.step_error {
  color: #000000 !important;
  background-color: transparent;
}
.formulary .js_error_placement.error_active {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.formulary .js_error_placement.error_active label:not(.tt_accepted_conditions) {
  color: #D8000C !important;
  background-color: transparent;
}
.formulary .form_fields .form_input label.step_error, .formulary label.step_error, .formulary .form_fields .form_select label.step_error {
  color: #D8000C !important;
  background-color: transparent;
}
.formulary label.step_error:not(:empty), .formulary label.error:not(:empty) {
  padding: 0;
  float: none;
}
.formulary .form .section-form-contender .content .wrapper_row .row {
  display: block;
  margin: 0;
}
.formulary form .video_wrapper .video_options {
  -webkit-box-pack: start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: start !important;
  justify-content: start !important;
}
.formulary form .video_wrapper .video_options a {
  font-size: 1.5rem;
}
.formulary .form_fields .form_input input, .formulary .form_fields .form_input textarea {
  height: 40px;
  font-family: "ECIFont-light", sans-serif !important;
  font-weight: inherit;
  padding: 5px 10px;
  font-size: 0.75rem;
}
.formulary .form_fields .form_input input, .formulary .form_fields .form_input textarea, .formulary .form_fields .form_input select, .formulary .form_fields .form_input .select2-container .select2-selection, .formulary .form_fields .form_select input, .formulary .form_fields .form_select textarea, .formulary .form_fields .form_select select, .formulary .form_fields .form_select .select2-container .select2-selection {
  background-color: #fafafa !important;
}
.formulary .fields-contender .form_input > label, .formulary .fields-contender .form_select > label {
  font-family: "ECIFont-regular", sans-serif !important;
  font-weight: inherit;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.formulary .column-contender section.form-contender {
  padding-left: 0;
  padding-right: 0;
}
.formulary .form_fields {
  padding-top: 0;
  padding-bottom: 0;
}
.formulary .form_fields .form_input span {
  background-color: transparent;
  padding: 0;
}
.formulary .form_fields .form_input span input {
  background-color: #fafafa;
  height: 40px;
  font-family: "ECIFont-light", sans-serif !important;
  font-weight: inherit;
  padding: 5px 10px;
  font-size: 0.75rem;
  color: #444 !important;
}
.formulary .form_fields .form_input .col-12.col-md-8 {
  max-width: 100% !important;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100% !important;
  -ms-flexbox: 0 0 100% !important;
  flex: 0 0 100% !important;
}
@media only screen and (min-width: 1200px) {
  .formulary .form_fields .form_input .col-12.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .formulary .form_fields .form_input .col-12:not(.li_wrapper) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.formulary .form_fields .form_input .intl-tel-input.separate-dial-code .selected-dial-code {
  font-family: "ECIFont-light", sans-serif !important;
  font-weight: inherit;
  font-size: 0.75rem;
}
.formulary .form_fields .form_input.col-md-6 {
  max-width: 100%;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 1200px) {
  .formulary .form_fields .form_input.col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.formulary .form_fields .form_input select {
  height: 30px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  font-family: "ECIFont-light", sans-serif !important;
  font-weight: inherit;
  font-size: 0.75rem;
  color: #444 !important;
  width: 32.5%;
}
.formulary .form_fields .form_select .select_content .select_button, .formulary .form_fields .form_select .select2-container .select2-selection .select2-selection__arrow {
  background: url("https://uploads3.ct-assets.com/assets/pictures/9e58c4a76c2c47bcb4d493af717906a6/:original_arrow-down-form.png") no-repeat center center;
  background-color: transparent !important;
  height: 40px;
}
.formulary .form_fields .form_select .select_content .select_button::before, .formulary .form_fields .form_select .select_content .select_button::after, .formulary .form_fields .form_select .select2-container .select2-selection .select2-selection__arrow::before, .formulary .form_fields .form_select .select2-container .select2-selection .select2-selection__arrow::after {
  content: none;
}
.formulary .form_fields .form_select select, .formulary .form_fields .form_select .select2-container .select2-selection {
  height: 40px;
  padding: 5px;
  font-size: 0.75rem;
}
.formulary .form_fields .form_select select .select2-selection__rendered, .formulary .form_fields .form_select .select2-container .select2-selection .select2-selection__rendered {
  line-height: 30px;
  width: 90%;
}
.formulary .form_fields .form_select .form_select.js_error_placement_parent {
  margin-bottom: 0 !important;
}
.formulary .form_fields .form_select .form_select.js_error_placement_parent:not(.css_quizz) .select {
  height: 40px;
}
.formulary .form_fields .form_select.js_complete_personal_data_question_wrapper {
  padding-right: 0;
  padding-left: 0;
}
.formulary .form_fields .form_select .col-md-6 {
  max-width: 100%;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 1200px) {
  .formulary .form_fields .form_select .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.formulary .form_fields label.step_error {
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.6875rem !important;
  text-transform: none;
  margin-top: 0 !important;
}
.formulary .form-footer p {
  font-size: 0.6875rem;
}
.formulary .form-footer p.text-uppercase {
  font-size: 0.75rem;
}
.formulary .form-footer .eci-tickets img {
  margin: 0 auto;
}
.formulary .actions_section .form_checkbox a {
  text-transform: none;
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.6875rem !important;
  color: #000000;
}
.formulary .actions_section .form_checkbox a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.formulary .last_step .wizard .content {
  margin-bottom: 1rem !important;
}
.formulary .last_step .form_fields.form_row {
  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;
}
@media only screen and (min-width: 758px) {
  .formulary .last_step .form_fields.form_row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
}
.formulary .last_step .form_fields.form_row .form_input, .formulary .last_step .form_fields.form_row .form_select {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .formulary .last_step .form_fields.form_row .form_input:nth-child(6), .formulary .last_step .form_fields.form_row .form_select:nth-child(6) {
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .formulary .last_step .form_fields.form_row .form_input:nth-child(6).mx-auto, .formulary .last_step .form_fields.form_row .form_select:nth-child(6).mx-auto {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .formulary .last_step .form_fields.form_row .form_input:nth-child(6).form_input, .formulary .last_step .form_fields.form_row .form_select:nth-child(6).form_input {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .formulary .last_step .form_fields.form_row .form_input:nth-child(7), .formulary .last_step .form_fields.form_row .form_select:nth-child(7) {
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
  }
}
.formulary .last_step .form_fields.form_row .form_input:nth-child(7).form_select, .formulary .last_step .form_fields.form_row .form_select:nth-child(7).form_select {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .formulary .last_step .form_fields.form_row .form_input:nth-child(8), .formulary .last_step .form_fields.form_row .form_select:nth-child(8) {
    width: calc(50% - 0.5rem);
  }
}
@media only screen and (min-width: 768px) {
  .formulary .last_step .form_fields.form_row .form_input:nth-child(13), .formulary .last_step .form_fields.form_row .form_select:nth-child(13) {
    width: calc(50% - 0.5rem);
  }
}
.formulary .last_step .form_fields.form_row .form_input:nth-child(9), .formulary .last_step .form_fields.form_row .form_input:nth-child(10), .formulary .last_step .form_fields.form_row .form_input:nth-child(11), .formulary .last_step .form_fields.form_row .form_input:nth-child(12), .formulary .last_step .form_fields.form_row .form_select:nth-child(9), .formulary .last_step .form_fields.form_row .form_select:nth-child(10), .formulary .last_step .form_fields.form_row .form_select:nth-child(11), .formulary .last_step .form_fields.form_row .form_select:nth-child(12) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .formulary .last_step .form_fields.form_row .form_input:nth-child(11), .formulary .last_step .form_fields.form_row .form_select:nth-child(11) {
    width: calc(50% - 0.5rem);
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .formulary .last_step .form_fields.form_row .form_input:nth-child(12), .formulary .last_step .form_fields.form_row .form_select:nth-child(12) {
    width: calc(50% - 0.5rem);
  }
}
.formulary .last_step .form_fields.form_row .form_input label, .formulary .last_step .form_fields.form_row .form_select label {
  margin-bottom: 0;
}
.formulary .last_step .actions_section .form_fields {
  z-index: 0;
}
.formulary .last_step .actions_section .form_checkbox {
  padding-left: 0;
  display: block;
}
.formulary .last_step .actions_section .form_checkbox input {
  display: block;
  position: absolute;
}
.formulary .last_step .actions_section .form_checkbox label {
  font-size: 0.78rem;
}
.formulary #error_explanation {
  padding: 0.5rem;
  background-color: rgba(216, 0, 12, 0.8);
  margin-bottom: 10px;
}
.formulary #error_explanation h3 {
  font-size: 0.75rem;
  color: #ffffff;
}
.formulary #error_explanation ul li {
  font-size: 0.75rem;
  color: #ffffff;
}
.formulary .form_fields .form_input .refresh_address_list .js_add_eci_address, .formulary .form_fields .form_input .refresh_address_list .js_refresh_addresses {
  font-family: "ECIFont-light", sans-serif !important;
  color: #008A56 !important;
}
.formulary .form_fields .form_input .refresh_address_list .js_add_eci_address:hover, .formulary .form_fields .form_input .refresh_address_list .js_refresh_addresses:hover {
  color: rgba(0, 138, 86, 0.8) !important;
}
.formulary .form_fields .form_input .js_address_list li label:not(.step_error):not(.m_option_label_icond) {
  font-family: "ECIFont-light", sans-serif !important;
}
.formulary .form_fields .form_input .js_address_list li .js_edit_external_address {
  color: #008A56 !important;
}
.formulary .form_fields .form_input .js_address_list li .js_edit_external_address:hover {
  color: rgba(0, 138, 86, 0.8) !important;
}
.formulary .form_fields .form_input .js_remote_form_spinner {
  color: #008A56;
}

@media only screen and (min-width: 560px) {
  .li_wrapper .m_options_list_input .m_option .control-point {
    top: 0.7em;
  }
}
.li_wrapper .m_options_list_input .m_option label:not(.step_error) {
  font-family: "ECIFont-light", sans-serif !important;
}
@media only screen and (min-width: 560px) {
  .li_wrapper .m_options_list_input .m_option label:not(.step_error) {
    padding: 0.8em 0 0.8em 3em;
    font-size: 1rem;
  }
}

.type_sorted_answers .control-checks .m_option[data-order]::after {
  top: 9px;
}

body .last_step .wizard .fields-contender > :not(.common-btn) {
  width: 100%;
}

.thank-you-page p {
  line-height: 1.1;
}
.thank-you-page p.smaller-text {
  font-size: 0.6875rem;
}
@media only screen and (min-width: 1200px) {
  .thank-you-page p.smaller-text {
    font-size: 0.75rem;
  }
}
.thank-you-page p.coupon-data {
  font-size: 0.8rem;
  max-width: 320px;
  margin: 0 auto;
}
.thank-you-page .row {
  margin-right: 0;
  margin-left: 0;
}
.thank-you-page a {
  color: #000000;
  word-wrap: break-word;
}
.thank-you-page .shadow-eci {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}
.thank-you-page .instructions-final-page {
  margin: 0 auto;
}
.thank-you-page .nested-prize {
  text-transform: uppercase;
  font-family: "ECIFont-regular", sans-serif !important;
  margin-bottom: 0.5rem;
}
.thank-you-page .nested-prize p:first-child {
  margin-bottom: 0;
}
.thank-you-page .nested-prize p.prize-value {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-bottom: 0;
}
.thank-you-page .coupon-container {
  max-width: 349px;
}
.thank-you-page .coupon-container .coupon-section {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px dotted #000000;
  background-color: #ffffff;
  margin: 1.5rem 1.5rem 0.5rem;
}
.thank-you-page .coupon-container .coupon-section.coupon-section-with-slider {
  border: none;
  background-color: transparent;
  margin: 0;
}
.thank-you-page .coupon-container .coupon-section.coupon-section-with-slider .coupon-description {
  background-color: #ffffff;
}
.thank-you-page .coupon-container .coupon-section .coupon-description {
  text-align: center;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p small {
  font-size: 0.75rem !important;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p.validation-date {
  font-size: 0.65rem !important;
  font-family: "ECIFont-regular", sans-serif;
  margin-bottom: 1rem;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p.gift-conditions-store {
  font-size: 0.5rem;
  margin: 0 0.5rem 0.5rem;
  text-align: left;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p.prize-text {
  text-transform: uppercase;
  text-align: left;
  font-family: "ECIFont-regular", sans-serif;
  margin-bottom: 0;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p.prize-value {
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "ECIFont-regular", sans-serif;
  text-align: left;
  margin-bottom: 0;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p.prize-value span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .thank-you-page .coupon-container .coupon-section .coupon-description p.prize-value span {
    font-size: 2.5rem;
  }
}
.thank-you-page .coupon-container .coupon-section .coupon-description p.gift-conditions {
  font-size: 0.8125rem;
  font-family: "ECIFont-regular", sans-serif;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p.gift-conditions.terms-conditions {
  margin-bottom: 0.3rem;
  font-size: 0.75rem;
}
.thank-you-page .coupon-container .coupon-section .coupon-description p.legal-terms-text {
  font-size: 0.75rem;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .barcode-eci {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .coupon-code-eci {
  font-size: 0.6875rem;
}
@media only screen and (min-width: 1200px) {
  .thank-you-page .coupon-container .coupon-section .coupon-description .coupon-code-eci {
    font-size: 0.75rem;
  }
}
.thank-you-page .coupon-container .coupon-section .coupon-description .solid-color-bg {
  background-color: #008A56;
  color: #ffffff;
  padding: 5px;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .solid-color-bg p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .solid-color-bg p.medium-text {
  font-family: "ECIFont-medium", sans-serif !important;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .solid-color-bg.prize-detail {
  margin: 0 0.5rem;
  font-family: "ECIFont-light", sans-serif !important;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .solid-color-bg:not(.footer-store) {
  margin-bottom: 0.5rem;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .footer-store p {
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.65rem;
  text-align: center;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .logo {
  margin-bottom: 0.5rem;
}
.thank-you-page .coupon-container .coupon-section .coupon-description img {
  margin: 0 auto;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .prize-detail-virtual {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  padding: 0 0.4rem;
  margin-bottom: 1rem;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .prize-detail-virtual div:first-child {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flexbox: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.thank-you-page .coupon-container .coupon-section .coupon-description .prize-detail-virtual p {
  text-align: left;
  margin-bottom: 0;
}
.thank-you-page .coupon-container .coupon-section .ct_img_barcode {
  margin: 0 auto;
}
.thank-you-page .coupon-btn {
  width: calc(100% - 3rem);
  max-width: 349px;
}
.thank-you-page .footer p {
  font-size: 0.653125rem !important;
}
.thank-you-page .footer p.text-large {
  font-size: 0.7575rem !important;
}
.thank-you-page .footer a {
  font-size: 0.71rem !important;
}
.thank-you-page .footer img {
  max-width: 80%;
}

.pdf_coupon .promo_info {
  margin: 0 auto;
  max-width: 347px;
}
.pdf_coupon .promo_info h1 {
  display: none;
}
.pdf_coupon .coupon .coupon-code {
  display: none;
}
.pdf_coupon .body .qr {
  display: none;
}
.pdf_coupon .instructions {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0;
  font-size: 0.5875rem;
}
@media only screen and (min-width: 1200px) {
  .pdf_coupon .instructions {
    font-size: 0.65rem;
  }
}
.pdf_coupon .instructions .coupon-description {
  border: none;
}
.pdf_coupon .instructions p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.pdf_coupon .instructions p small {
  font-size: 0.75rem !important;
}
.pdf_coupon .instructions p.validation-date {
  font-size: 0.65rem !important;
  font-family: "ECIFont-regular", sans-serif;
  margin-bottom: 1rem;
}
.pdf_coupon .instructions p.gift-conditions-store {
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.6875rem;
  margin: 0 0.5rem 0.5rem;
  text-align: left;
}
.pdf_coupon .instructions p.prize-text {
  text-transform: uppercase;
  text-align: left;
  font-family: "ECIFont-regular", sans-serif;
  margin-bottom: 0;
}
.pdf_coupon .instructions p.prize-value {
  font-size: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "ECIFont-regular", sans-serif;
  text-align: left;
  margin-bottom: 0;
}
.pdf_coupon .instructions p.prize-value span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .pdf_coupon .instructions p.prize-value span {
    font-size: 2.5rem;
  }
}
.pdf_coupon .instructions p.gift-conditions {
  font-size: 0.8125rem;
  font-family: "ECIFont-regular", sans-serif;
}
.pdf_coupon .instructions p.gift-conditions.terms-conditions {
  margin-bottom: 0.3rem;
  font-size: 0.75rem;
}
.pdf_coupon .instructions p .legal-terms-text {
  font-size: 0.75rem;
}
.pdf_coupon .instructions .solid-color-bg {
  background-color: #008A56;
  color: #ffffff;
  padding: 5px;
}
.pdf_coupon .instructions .solid-color-bg p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.pdf_coupon .instructions .solid-color-bg p.medium-text {
  font-family: "ECIFont-medium", sans-serif !important;
}
.pdf_coupon .instructions .solid-color-bg.prize-detail {
  margin: 0 0.5rem;
  font-family: "ECIFont-light", sans-serif !important;
}
.pdf_coupon .instructions .solid-color-bg:not(.footer-store) {
  margin-bottom: 0.5rem;
}
.pdf_coupon .instructions .footer-store p {
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.65rem;
}
.pdf_coupon .instructions .logo {
  margin-bottom: 0.5rem;
}
.pdf_coupon .instructions img {
  margin: 0 auto;
}
.pdf_coupon .instructions .prize-detail-virtual {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  padding: 0 0.4rem;
  margin-bottom: 1rem;
}
.pdf_coupon .instructions .prize-detail-virtual div:first-child {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flexbox: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}

.coupon {
  border-bottom: 1px dotted #000000;
  margin-top: 0;
  margin-bottom: 0;
}
.coupon .coupon-description {
  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: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0.5875rem;
}
@media only screen and (min-width: 1200px) {
  .coupon .coupon-description {
    font-size: 0.65rem;
  }
}
.coupon .coupon-description .uppercase-text {
  font-family: "ECIFont-regular", sans-serif !important;
  text-transform: uppercase;
}
.coupon .coupon-description .coupon-code-eci {
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.7375rem !important;
}
.coupon .coupon-description .barcode-eci {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
.coupon .coupon-description p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.coupon .coupon-description p small {
  font-size: 0.75rem !important;
}
.coupon .coupon-description p.validation-date {
  font-size: 0.65rem !important;
  font-family: "ECIFont-regular", sans-serif;
  margin-bottom: 1rem;
}
.coupon .coupon-description p.gift-conditions-store {
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.6875rem;
  margin: 0 0.5rem 0.5rem;
  text-align: left;
}
.coupon .coupon-description p.prize-text {
  text-transform: uppercase;
  text-align: left;
  font-family: "ECIFont-regular", sans-serif;
  margin-bottom: 0;
}
.coupon .coupon-description p.prize-value {
  font-size: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "ECIFont-regular", sans-serif;
  text-align: left;
  margin-bottom: 0;
}
.coupon .coupon-description p.prize-value span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .coupon .coupon-description p.prize-value span {
    font-size: 2.5rem;
  }
}
.coupon .coupon-description p.gift-conditions {
  font-size: 0.8125rem;
  font-family: "ECIFont-regular", sans-serif;
}
.coupon .coupon-description p.gift-conditions.terms-conditions {
  margin-bottom: 0.3rem;
  font-size: 0.75rem;
}
.coupon .coupon-description p.legal-terms-text {
  font-size: 0.75rem;
}
.coupon .coupon-description .solid-color-bg {
  background-color: #008A56;
  color: #ffffff;
  padding: 5px;
}
.coupon .coupon-description .solid-color-bg p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.coupon .coupon-description .solid-color-bg p.medium-text {
  font-family: "ECIFont-medium", sans-serif !important;
}
.coupon .coupon-description .solid-color-bg.prize-detail {
  margin: 0 0.5rem;
  font-family: "ECIFont-light", sans-serif !important;
}
.coupon .coupon-description .solid-color-bg:not(.footer-store) {
  margin-bottom: 0.5rem;
}
.coupon .coupon-description .footer-store p {
  font-family: "ECIFont-light", sans-serif !important;
  font-size: 0.65rem;
}
.coupon .coupon-description .logo {
  margin-bottom: 0.5rem;
}
.coupon .coupon-description img {
  margin: 0 auto;
}
.coupon .coupon-description .prize-detail-virtual {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  padding: 0 0.4rem;
  margin-bottom: 1rem;
}
.coupon .coupon-description .prize-detail-virtual div:first-child {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flexbox: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}

.winners-page .container-min-height {
  min-height: 400px;
}
@media only screen and (min-width: 1200px) {
  .winners-page .container-min-height {
    min-height: 602px;
  }
}
.winners-page .show {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.winners-page .hide {
  display: none;
}
.winners-page .winners-two-column ol li {
  font-size: 0.95rem;
}
.winners-page .winners-detail-group {
  font-size: 0.95rem;
}
.winners-page .pagination {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.winners-page .pagination > * {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 auto;
  -ms-flexbox: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.5rem;
}
.winners-page .pagination em.current {
  font-family: "ECIFont-regular", sans-serif !important;
  font-style: normal;
}
.winners-page .pagination span.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.winners-page .pagination a, .winners-page .pagination a:visited {
  color: #000000;
  text-decoration: underline !important;
}
.winners-page .footer p {
  font-size: 0.75rem !important;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .winners-page .footer p {
    font-size: 0.9375rem !important;
    line-height: 1.2;
  }
}
.winners-page .footer p.text-large {
  font-size: 1.0625rem !important;
}
.winners-page .footer a {
  font-size: 0.875rem !important;
}
.winners-page .footer img {
  max-width: 80%;
}

/* Coupon page preview and PDF */
.pdf_coupon #content {
  margin-top: 0;
}

.m_btn:not(.m_btn_standard), .link_btn:not(.show_legal):not(#legal_provider_link) {
  font-size: 1rem;
}
@media only screen and (min-width: 1200px) {
  .m_btn:not(.m_btn_standard), .link_btn:not(.show_legal):not(#legal_provider_link) {
    font-size: 1.25rem;
  }
}

.m_btn {
  font-family: "ECIFont-medium", sans-serif !important;
  font-size: 1rem;
  font-weight: inherit;
  padding: 4px 20px;
}
@media only screen and (min-width: 1200px) {
  .m_btn {
    font-size: 1.3125rem;
    padding: 4px 30px;
  }
}
.m_btn:hover {
  text-decoration: none;
  opacity: 0.9;
}
.m_btn.participations {
  font-size: 0.875rem;
}
.m_btn.small-button {
  font-size: 0.6875rem;
}

a.btn-default, a.m_btn_standard, .btn-default, .wizard > .actions ul li a, .actions ul li a, .m_btn.m_btn_standard, .open-popup-link {
  border: 1px solid;
}
a.btn-default:hover, a.m_btn_standard:hover, .btn-default:hover, .wizard > .actions ul li a:hover, .actions ul li a:hover, .m_btn.m_btn_standard:hover, .open-popup-link:hover {
  border-color: #000000;
}

@media only screen and (min-width: 768px) {
  .last_step.pl-md-5, .last_step.px-md-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media only screen and (min-width: 1560px) {
  .last_step.pl-md-5, .last_step.px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.last_step .actions.clearfix {
  z-index: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 560px) {
  .last_step .actions.clearfix ul {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 960px) {
  .last_step .actions.clearfix ul {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.actions.clearfix ul li.disabled {
  display: none !important;
}
.actions.clearfix ul li a {
  font-family: "ECIFont-medium", sans-serif !important;
  font-size: 0.875rem;
  font-weight: inherit;
  text-transform: uppercase;
}
.actions.clearfix ul li a:hover {
  text-decoration: none;
}

.m_options li {
  margin-bottom: 10px;
}

.upload_image_btn .m_btn span {
  font-size: 0.8rem;
}

.upload-contender .upload_image_btn .btn-stock {
  padding: 7px !important;
  font-size: 0.8rem;
}

.instagramv3-bg a {
  color: #fff !important;
}

.modal.legal_terms_modal .modal-content {
  background-color: #ffffff;
}
.modal.legal_terms_modal .modal-content .modal-title {
  font-size: 1.5rem !important;
}
.modal.legal_terms_modal .modal-content .modal-body p, .modal.legal_terms_modal .modal-content .modal-body li, .modal.legal_terms_modal .modal-content .modal-body h1, .modal.legal_terms_modal .modal-content .modal-body h2 {
  font-family: "ECIFont-light", sans-serif !important;
}
.modal.legal_terms_modal .modal-content .modal-body p, .modal.legal_terms_modal .modal-content .modal-body li, .modal.legal_terms_modal .modal-content .modal-body a {
  font-size: 1rem;
}
.modal.legal_terms_modal .modal-content .modal-body h2 {
  font-size: 1.3rem;
}
.modal.legal_terms_modal .modal-content .modal-body a {
  color: #000000 !important;
  font-family: "ECIFont-regular", sans-serif !important;
  font-weight: inherit;
}
.modal.legal_terms_modal .modal-content .btn {
  font-size: 0.8rem;
}

/* Slider controls */
.tns-outer {
  position: relative;
}
.tns-outer .tns-controls button {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 20px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
}
.tns-outer .tns-controls button[data-controls=prev] {
  left: 0;
}
.tns-outer .tns-controls button[data-controls=prev]::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 700;
  font-size: 20px;
  color: white;
}
.tns-outer .tns-controls button[data-controls=next] {
  right: 0;
}
.tns-outer .tns-controls button[data-controls=next]::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 700;
  font-size: 20px;
  color: white;
}
.tns-outer .tns-nav {
  display: none;
}