.no-pad {
  padding: 0; }

.gradient--pink, .ho-gradient-before--pink {
  background: -webkit-linear-gradient(45deg, #E71D72 15%, #27348B 100%);
  background: -moz-linear-gradient(45deg, #E71D72 15%, #27348B 100%);
  background: -ms-linear-gradient(45deg, #E71D72 15%, #27348B 100%);
  background: -o-linear-gradient(45deg, #E71D72 15%, #27348B 100%);
  background: linear-gradient(45deg, #E71D72 15%, #27348B 100%); }

.gradient--alert-msg, .alert-before-gradient {
  background: -webkit-linear-gradient(45deg, #E9425B 0%, #F7A702 100%);
  background: -moz-linear-gradient(45deg, #E9425B 0%, #F7A702 100%);
  background: -ms-linear-gradient(45deg, #E9425B 0%, #F7A702 100%);
  background: -o-linear-gradient(45deg, #E9425B 0%, #F7A702 100%);
  background: linear-gradient(45deg, #E9425B 0%, #F7A702 100%); }

.gradient--blue, .ho-gradient-button, .ho-gradient-before--blue, .gradient--chiara, .ho-gradient--chiara {
  background: -webkit-linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
  background: -moz-linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
  background: -ms-linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
  background: -o-linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
  background: linear-gradient(45deg, #82378c 0%, #1e71b8 100%); }

.gradient--nasa, .ho-gradient-before--danger, .ho-gradient--nasa {
  background: -webkit-linear-gradient(45deg, #ec5428 0%, #e9007a 100%);
  background: -moz-linear-gradient(45deg, #ec5428 0%, #e9007a 100%);
  background: -ms-linear-gradient(45deg, #ec5428 0%, #e9007a 100%);
  background: -o-linear-gradient(45deg, #ec5428 0%, #e9007a 100%);
  background: linear-gradient(45deg, #ec5428 0%, #e9007a 100%); }

.ho-gradient-button {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 120px;
  font-size: 14px;
  font-family: "ho-Book";
  border-radius: 30px;
  border: none;
  box-shadow: none;
  color: white;
  line-height: 50px; }
.ho-gradient-button:hover, .ho-gradient-button:focus {
  color: white; }

.ho-gradient-before--pink {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateZ(0); }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ho-gradient-before--pink {
    color: #E71D72;
    background: transparent; } }

.ho-gradient-before--blue {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateZ(0); }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ho-gradient-before--blue {
    color: #82378c;
    background: transparent; } }

.ho-gradient-before--danger {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateZ(0); }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ho-gradient-before--danger {
    color: #82378c;
    background: transparent; } }

.ho-color--1 {
  color: #ee6639; }

.ho-color--2 {
  color: #239d72; }

.ho-color--blue {
  color: #82378c; }

.alert-before-gradient {
  font-family: "ho-Medium" !important;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateZ(0); }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .alert-before-gradient {
    color: #ec5428;
    background: transparent; } }

.Vmid {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

b {
  font-family: "ho-Medium"; }

.pt-page-moveToTopFade {
  -webkit-animation: moveToTopFade .7s ease both;
  animation: moveToTopFade .7s ease both; }

.pt-page-moveFromTopFade {
  -webkit-animation: moveFromTopFade .7s ease both;
  animation: moveFromTopFade .7s ease both; }

.pt-page-moveToBottomFade {
  -webkit-animation: moveToBottomFade .7s ease both;
  animation: moveToBottomFade .7s ease both; }

.pt-page-moveFromBottomFade {
  -webkit-animation: moveFromBottomFade .7s ease both;
  animation: moveFromBottomFade .7s ease both; }

.pt-page-moveToLeftFade {
  -webkit-animation: moveToLeftFade .7s ease both;
  animation: moveToLeftFade .7s ease both; }

.pt-page-moveFromLeftFade {
  -webkit-animation: moveFromLeftFade .7s ease both;
  animation: moveFromLeftFade .7s ease both; }

.pt-page-moveToRightFade {
  -webkit-animation: moveToRightFade .7s ease both;
  animation: moveToRightFade .7s ease both; }

.pt-page-moveFromRightFade {
  -webkit-animation: moveFromRightFade .7s ease both;
  animation: moveFromRightFade .7s ease both; }

.pt-page-current {
  visibility: visible;
  z-index: 1; }

@-webkit-keyframes moveToTopFade {
  from { }
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%); } }

@keyframes moveToTopFade {
  from { }
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%); } }

@keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes moveToBottomFade {
  from { }
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%); } }

@keyframes moveToBottomFade {
  from { }
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%); } }

@keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes moveToLeftFade {
  from { }
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%); } }

@keyframes moveToLeftFade {
  from { }
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%); } }

@keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes moveToRightFade {
  from { }
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%); } }

@keyframes moveToRightFade {
  from { }
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%); } }

@keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.customWidth {
  width: 95% !important; }

.customWidthSecondary {
  width: 95%;
  margin-left: 2% !important;
  margin-bottom: 6% !important; }

.fixLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  height: 50px;
  float: left; }
@media screen and (max-width: 576px) {
  .fixLink {
    justify-content: center;
    max-width: 100%;
    width: 100%; } }
.fixLink a {
  color: #82378c !important;
  cursor: pointer;
  margin: 0 5px; }

.ho-box-rechange {
  background: linear-gradient(#ffffff, #f2f2f2);
  margin: 24px 0;
  border-radius: 8px; }
.ho-box-rechange .iconShowRechange,
.ho-box-rechange .labelShowRechange,
.ho-box-rechange .showRechange {
  display: block; }
.ho-box-rechange .hideRechange,
.ho-box-rechange .iconHideRechange,
.ho-box-rechange .labelHideRechange {
  display: none; }
.ho-box-rechange__oneclick {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.2);
  padding: 25px !important;
  border-radius: 10px; }
.ho-box-rechange__oneclick__title {
  padding: 0 0 0 10px;
  margin-bottom: 23px;
  margin-right: 15px; }
@media screen and (min-width: 320px) {
  .ho-box-rechange__oneclick__title {
    padding: 0 0 0 15px; } }
.ho-box-rechange__oneclick__title .col-xs-12 {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.ho-box-rechange__oneclick__title .col-xs-12 span {
  max-width: 100%;
  width: 100%;
  float: left;
  font-family: "ho-Bold";
  text-transform: uppercase;
  font-size: 14px;
  color: #000; }
.ho-box-rechange__oneclick__title .col-xs-12 img {
  width: 35px;
  height: auto;
  margin-left: -10px;
  margin-right: 10px; }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper {
  display: table;
  width: 100%;
  font-family: 'ho-Medium';
  border-radius: 5px;
  margin-top: 10px; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper {
    margin-top: 0; } }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .switch {
  position: relative;
  display: table-cell; }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .switch :first-child {
  padding-bottom: 0;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: "ho-Medium";
  max-width: 100%; }
@media screen and (min-width: 374px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .switch :first-child {
    font-size: 18px; } }
@media screen and (min-width: 576px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .switch :first-child {
    max-width: 63%;
    text-align: left; } }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 55px;
  height: 32px;
  padding-left: 1.66em;
  padding-right: 0;
  float: none;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 12px; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider {
    float: right;
    margin-bottom: 0;
    margin: auto;
    width: 60px; } }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 3px;
  bottom: 0;
  transition: .1s; }
@supports (mix-blend-mode: screen) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider:before {
    background: linear-gradient(45deg, #82378c 0, #1e71b8 100%); } }
@media screen and (min-width: 576px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider:before {
    left: 8px; } }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider:after {
  content: '';
  background-image: url("");
  position: absolute;
  right: 0.7em;
  top: 1.3em;
  transition: .1s;
  background-repeat: no-repeat;
  height: 12px;
  width: 20px;
  left: calc(50% + 4px);
  top: calc(50% - 5px);
  background-size: contain; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider:after {
    left: calc(50% + 6px); } }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider.round {
  border-radius: 2.26em; }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider.round:before {
  border-radius: 50%;
  transform: translateX(1.7em); }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider span {
  font-size: 12px !important;
  margin-top: 1px;
  text-transform: uppercase;
  margin-left: -8px;
  padding-bottom: 0; }
@media screen and (max-width: 576px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider span {
    margin-left: -23px; } }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider-on {
  justify-content: flex-end;
  padding-right: 1.66em;
  padding-left: 0; }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider-on:before {
  background: #e6e6e6;
  left: 0;
  transform: none !important; }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider-on:after {
  content: '';
  background-image: url("icon-grey-cross.png");
  position: absolute;
  height: 11px;
  width: 10px;
  right: calc(50% + 7px);
  top: calc(50% - 5px);
  background-size: contain;
  left: auto; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider-on:after {
    right: calc(50% + 10px); } }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider-on span {
  margin-right: -18px;
  font-size: 12px !important; }
@media screen and (max-width: 576px) {
  .ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .slider-on span {
    margin-right: -23px;
    font-size: 10px !important; } }
.ho-box-rechange__oneclick__title .col-xs-12 .slider-wrapper .switch input[type="checkbox"] {
  display: none; }
.ho-box-rechange__oneclick__text {
  padding: 0;
  font-size: 14px; }
.ho-box-rechange__oneclick__text span {
  font-family: "ho-Medium"; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__oneclick__text {
    padding: 0 45px 0 0; } }
.ho-box-rechange__visa {
  z-index: 0;
  background-color: #f6f7f8;
  padding: 0 20px 30px 20px !important;
  height: auto !important;
  border-radius: 10px; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__visa {
    padding: 0 25px 35px 25px !important; } }
.ho-box-rechange__visa__blackModal {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 213px;
  margin-left: -25px;
  margin-top: -40px;
  border-radius: 10px;
  cursor: pointer; }
@media screen and (min-width: 374px) {
  .ho-box-rechange__visa__blackModal {
    height: 213px; } }
@media screen and (min-width: 768px) {
  .ho-box-rechange__visa__blackModal {
    height: 190px; } }
.ho-box-rechange__visa__blackModal__change {
  border-radius: 10px; }
.ho-box-rechange__visa__blackModal__change img {
  width: auto;
  height: 38px; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__visa__blackModal__change img {
    width: 30px;
    height: auto; } }
.ho-box-rechange__visa__blackModal__change .col-xs-6 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__visa__blackModal__change .col-xs-6 {
    flex-direction: row; } }
.ho-box-rechange__visa__blackModal__change .col-xs-6 span {
  font-family: "ho-Medium";
  font-size: 16px;
  color: #fff;
  margin-left: 0;
  margin-top: 20px; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__visa__blackModal__change .col-xs-6 span {
    margin-left: 20px;
    margin-top: 0; } }
.ho-box-rechange__visa__blackModal__change .col-xs-6 .white_line {
  color: transparent;
  position: absolute;
  background-color: #fff;
  height: 100px;
  width: 2px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%); }
.ho-box-rechange__visa__blackModal__delete .col-xs-12 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
.ho-box-rechange__visa__blackModal__delete .col-xs-12 span {
  margin-left: 20px;
  font-size: 16px; }
.ho-box-rechange__visa__icon {
  border: 0;
  z-index: 3;
  position: relative;
  top: -20px;
  left: 103%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "ho-Medium";
  font-size: 16px;
  color: #5551a0; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__visa__icon {
    left: 105%; } }
.ho-box-rechange__visa__icon img {
  width: 60%; }
.ho-box-rechange__visa__img {
  left: -20px;
  position: relative; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__visa__img {
    left: 0; } }
.ho-box-rechange__visa__img span {
  background-color: #fff;
  border-radius: 100%;
  height: 90px;
  width: 90px;
  margin-left: -7px;
  display: block;
  position: relative;
  justify-content: center;
  align-items: center; }
@media screen and (min-width: 374px) {
  .ho-box-rechange__visa__img span {
    margin-left: 0px;
    height: 100px;
    width: 100px; } }
@media screen and (min-width: 768px) {
  .ho-box-rechange__visa__img span {
    height: 110px;
    width: 110px; } }
.ho-box-rechange__visa__img span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 65%;
  padding-left: 0; }
.ho-box-rechange__visa__text {
  padding-top: 5px; }
.ho-box-rechange__visa__text--typeCard {
  font-size: 14px;
  font-family: "ho-Book";
  margin-bottom: 15px; }
.ho-box-rechange__visa__text--code {
  font-size: 17px;
  font-family: "ho-Medium";
  margin-bottom: 15px; }
@media screen and (min-width: 374px) {
  .ho-box-rechange__visa__text--code {
    font-size: 20px; } }
.ho-box-rechange__visa__text--date {
  font-size: 12px;
  font-family: "ho-Book";
  margin-bottom: 0;
  text-transform: uppercase;
  color: #878787; }
.ho-box-rechange__visa__text--date--error {
  font-size: 10px;
  font-family: "ho-Book";
  margin-bottom: 0;
  text-transform: uppercase;
  color: #f8176c; }
@media screen and (min-width: 374px) {
  .ho-box-rechange__visa__text--date--error {
    font-size: 12px; } }
.ho-box-rechange__modalDelete__confirmMes {
  text-align: center; }
.ho-box-rechange__modalDelete__confirmMes p {
  font-size: 22px;
  font-family: "ho-Medium"; }
.ho-box-rechange__modalDelete__confirmMes .col-xs-12 button {
  width: 100%;
  background: #fff;
  border-radius: 50px;
  height: 50px;
  border: 1px solid #ececec;
  text-transform: uppercase;
  max-width: 150px;
  margin-top: 200px; }
.ho-box-rechange__modalDelete__confirmMes .col-xs-12 button a {
  font-size: 14px;
  font-family: "ho-Medium";
  color: #000; }
.ho-box-rechange__modalDelete__ho-container {
  overflow-y: hidden;
  padding-bottom: 50px; }
.ho-box-rechange__modalDelete__ho-container .modal-header {
  padding: 25px !important; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__modalDelete__ho-container .modal-header {
    padding: 40px !important; } }
.ho-box-rechange__modalDelete__ho-container img {
  width: 20px;
  height: auto; }
.ho-box-rechange__modalDelete__ho-container .desktop-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 25px; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__modalDelete__ho-container .desktop-wrapper {
    padding: 0 2em;
    max-width: 620px; } }
.ho-box-rechange__modalDelete__modal-body {
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  width: 100%; }
.ho-box-rechange__modalDelete__modal-body__text {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6f7f8;
  border-radius: 6px;
  padding: 30px 35px;
  margin-bottom: 40px; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__modalDelete__modal-body__text {
    margin-bottom: 50px; } }
.ho-box-rechange__modalDelete__modal-body__text--img {
  margin-bottom: 40px; }
.ho-box-rechange__modalDelete__modal-body__text--img img {
  width: 100px;
  height: auto; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__modalDelete__modal-body__text--img img {
    width: auto; } }
.ho-box-rechange__modalDelete__modal-body__text--title {
  text-align: center;
  font-size: 22px;
  font-family: "ho-Medium";
  margin-bottom: 100px; }
.ho-box-rechange__modalDelete__modal-body__text--code {
  font-size: 16px;
  padding: 0 0;
  letter-spacing: 5px;
  font-family: "ho-Medium";
  margin-bottom: 40px; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__modalDelete__modal-body__text--code {
    font-size: 26px; } }
@media screen and (min-width: 768px) {
  .ho-box-rechange__modalDelete__modal-body__text--code {
    font-size: 33px;
    letter-spacing: 5px;
    padding: 0 15px;
    margin-bottom: 60px; } }
.ho-box-rechange__modalDelete__modal-body__text--card {
  padding: 0; }
.ho-box-rechange__modalDelete__modal-body__text--card p:first-child {
  font-size: 12px;
  font-family: "ho-Book";
  text-transform: uppercase;
  margin-bottom: 0; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__modalDelete__modal-body__text--card p:first-child {
    font-size: 22px; } }
.ho-box-rechange__modalDelete__modal-body__text--card p:last-child {
  font-size: 14px;
  font-family: "ho-Medium";
  margin-bottom: 0; }
@media screen and (min-width: 768px) {
  .ho-box-rechange__modalDelete__modal-body__text--card p:last-child {
    font-size: 24px; } }
.ho-box-rechange__modalDelete__modal-body__button--style:first-child {
  max-width: 130px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  height: 50px;
  border: 1px solid #ececec;
  font-size: 14px;
  font-family: "ho-Medium";
  text-transform: uppercase; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__modalDelete__modal-body__button--style:first-child {
    max-width: 145px; } }
.ho-box-rechange__modalDelete__modal-body__button--style:last-child {
  max-width: 130px;
  width: 100%;
  background: linear-gradient(45deg, #82378c 0, #1e71b8 100%);
  border-radius: 50px;
  height: 50px;
  border: 1px solid #ececec;
  float: right; }
.ho-box-rechange__modalDelete__modal-body__button--style:last-child a {
  font-size: 14px;
  font-family: "ho-Medium";
  text-transform: uppercase;
  color: #fff; }
@media screen and (min-width: 576px) {
  .ho-box-rechange__modalDelete__modal-body__button--style:last-child {
    max-width: 145px; } }

#choose-charge-carousel .owl-stage-outer {
  overflow: initial; }

.main-container .btn-wrapper {
  margin-bottom: 15px; }

.ho-box-autorechange {
  border-radius: 10px;
  background-color: white;
  margin: 15px auto;
  padding: 15px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 1; }
.ho-box-autorechange[data-toggle=tab] {
  cursor: pointer; }
.ho-box-autorechange__title img {
  height: 26px;
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: middle; }
.ho-box-autorechange__title span {
  font-size: 12px;
  line-height: 1.5;
  font-family: "ho-Medium";
  vertical-align: middle; }
.ho-box-autorechange img.autorecharge_status {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-left: 6px;
}
p.ho-box-autorechange__title {
  margin-bottom: 4px;
}
.ho-box-autorechange__description {
  margin: 0 0 4px;
  padding: 3px 0;
  font-size: 13px;
  line-height: 1.53; }
a.ho-box-autorechange__cta {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  align-items: center;
  font-family: "ho-Medium";
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  text-transform: uppercase;
}
a.ho-box-autorechange__cta img {
  height: 10px;
}
.ho-box-autorechange:after {
  content: '';
  background-image: -webkit-image-set(url("arrow_right@2x.png") 2x, url("arrow_right@3x.png") 3x);
  background-repeat: no-repeat;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 15px;
  background-size: 9px;
  margin-top: -7px; }
.ho-box-autorechange.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4; }
@media screen and (min-width: 768px) {
  .ho-box-autorechange {
    padding: 24px; } }
.ho-box-autorechange__ammount {
  margin-bottom: 0;
  max-width: 100%;
  font-family: "ho-Medium";
  font-size: 36px;
  display: inline-block; }
@media screen and (min-width: 768px) {
  .ho-box-autorechange__ammount {
    margin-top: 0;
    font-size: 44px; } }
.ho-box-autorechange__ammount small {
  font-size: 45%; }
.ho-box-autorechange .oval {
  width: 36px;
  height: 36px;
  border: solid 1px #e8e8e8;
  display: block;
  border-radius: 50%;
  margin-top: -8px;
  float: right;
  position: relative; }
.ho-box-autorechange .oval > img {
  position: absolute;
  width: 16px;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }
.ho-box-autorechange .oval.bottom {
  margin-top: -32px; }

.splash-box__title {
  font-size: 28px;
  font-family: "ho-Medium";
  padding-top: 55px; }
@media screen and (min-width: 768px) {
  .splash-box__title {
    font-size: 38px; } }
@media screen and (min-width: 1200px) {
  .splash-box__title {
    font-size: 48px; } }

.splash-box__subtitle {
  font-size: 18px;
  font-family: "ho-Medium";
  padding-top: 55px; }
@media screen and (min-width: 768px) {
  .splash-box__subtitle {
    font-size: 28px; } }

.splash-box__image {
  margin: 15px 0; }

.splash-box__description {
  margin-top: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  font-family: "ho-Book";
  font-size: 14px; }
@media screen and (min-width: 768px) {
  .splash-box__description {
    margin-top: 25px;
    font-size: 22px; } }
@media screen and (min-width: 1200px) {
  .splash-box__description {
    margin-top: 30px;
    font-size: 28px; } }

.splash-box__description-small {
  margin-top: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  font-family: "ho-Book";
  font-size: 14px; }
@media screen and (min-width: 768px) {
  .splash-box__description-small {
    margin-top: 25px;
    font-size: 18px; } }

.splash-box__link {
  display: inline-block;
  font-family: "ho-Medium";
  border-bottom: 1px solid #783e91 !important;
  font-size: 14px; }
@media screen and (min-width: 768px) {
  .splash-box__link {
    font-size: 16px; } }

.splash-box__btn {
  margin-top: 55px;
  margin-bottom: 30px;
  font-size: 14px; }
@media screen and (min-width: 768px) {
  .splash-box__btn {
    font-size: 16px; } }
.splash-box__btn .btn-default {
  height: 50px;
  width: 135px;
  font-size: 14px;
  font-family: "ho-Medium";
  border-radius: 30px;
  border: 1px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  background: white; }
@media screen and (max-width: 768px) {
  .splash-box__btn .btn-default, .splash-box__btn .btn-primary {
    min-width: auto; } }

.offer-price > span {
  display: inline-block;
  font-size: 22px;
  font-family: "ho-Bold"; }

.offer-price .column {
  display: inline-block;
  font-family: "ho-Bold";
  position: relative;
  right: 4px; }
.offer-price .column > div {
  display: flex;
  flex-direction: column-reverse;
  text-align: left; }
.offer-price .column > div > span {
  font-size: 9px;
  line-height: 1; }

.offer-price.big-font > span {
  font-size: 52px; }

.offer-price.big-font .column > div > span {
  font-size: 22px; }

.offer-price.big-font .recurrency {
  font-size: 22px;
  font-family: "ho-Medium";
  display: inline;
  margin-left: -6px;
  margin-top: 22px;}

.recharge-paymentsaved__title {
  margin-bottom: 15px;
  max-width: 100%;
  font-family: "ho-Medium";
  font-size: 18px; }
@media screen and (min-width: 768px) {
  .recharge-paymentsaved__title {
    font-size: 24px; } }

.recharge-paymentsaved__description {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  font-family: "ho-Book";
  font-size: 14px;
  padding-top: 55px; }
.recharge-paymentbox{
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .recharge-paymentsaved__description {
    margin-top: 25px;
    font-size: 18px; } }

.editable-box {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  height: 160px; }
.editable-box .details, .editable-box .options {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.editable-box .options {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
  cursor: pointer; }
.editable-box .options button {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1; }
.editable-box .options .col-xs-6 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase; }
.editable-box .options .col-xs-6 .white_line {
  color: transparent;
  position: absolute;
  background-color: #fff;
  height: 100px;
  width: 2px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%); }
.editable-box .options .col-xs-6 img {
  width: auto;
  height: 30px;
  margin-bottom: 6px; }

.alert-danger {
  display: block;
  color: #e9425b;
  font-size: 14px;
  background: white;
  font-family: "ho-Medium";
  margin: 0; }

.main-container .tab-header.end-user {
  margin-bottom: 30px; }
.main-container .tab-header.end-user .big-font {
  font-size: 38px;
  line-height: 1.5;
  margin-left: 15px; }
.main-container .tab-header.end-user img {
  height: 36px;
  width: auto !important; }

#modalDelete .modal-header {
  border: none; }

#modalDelete .modal-dialog {
  background: white;
  padding: 0;
  width: 100%;
  margin: 0;
  min-height: 100%; }

.collpase {
  display: none; }
.collpase.in {
  overflow-y: auto;
  display: block; }

.autocharge-details {
  list-style: none; }
.autocharge-details li.relative {
  position: relative; }
.autocharge-details__first {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0; }
.autocharge-details__second {
  font-family: "ho-Medium";
  font-size: 16px;
  margin-bottom: 30px; }
.autocharge-details__autosettings {
  position: absolute;
  right: 0;
  top: 0; }
.autocharge-details__autosettings .settings-badge {
  width: 36px;
  height: 36px;
  border: solid 1px #e8e8e8;
  display: block;
  border-radius: 50%;
  float: right;
  position: relative;
  margin-left: 6px; }
.autocharge-details__autosettings .settings-badge > img {
  position: absolute;
  width: 16px;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.autocharge-payment-details__actions {
  font-family: "ho-Medium";
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0; }
.autocharge-payment-details__actions .bordered {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0; }
@media screen and (max-width: 576px) {
  .confirmRechargeMessage{
    font-size: 15px;
  }
}

#autorecharge-success .offer-price.big-font,
#recharge-paymentsaved-enableautorecharge .offer-price.big-font,
#paymentsaved-enableautorecharge .offer-price.big-font{
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
