.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.hero-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 400px;
}
.hero-wrapper .info-wrap {
  width: 50%;
  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;
}
.hero-wrapper .info-wrap .info {
  width: 100%;
  max-width: 70%;
}
.hero-wrapper .info-wrap .info h2 {
  letter-spacing: -2.1px;
}
.hero-wrapper .info-wrap .info p {
  letter-spacing: -0.18px;
}
.hero-wrapper .carousels {
  width: 50%;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
}
.hero-wrapper .carousels .carousel {
  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;
  overflow-y: hidden;
  position: relative;
  width: 200px;
  height: fit-content;
  gap: 10px;
  -webkit-animation: bestcarousel 20s linear infinite;
  animation: bestcarousel 20s linear infinite;
}
.hero-wrapper .carousels .carousel.reverse {
  animation-direction: reverse;
}
.hero-wrapper .carousels .carousel .img-wrap {
  position: absolute;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
  height: 300px;
  overflow: hidden;
  filter: 'alpha(opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: 'alpha(opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.hero-wrapper .carousels .carousel .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 759px) {
  .hero-wrapper {
    -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;
    height: auto;
  }
  .hero-wrapper .info-wrap {
    width: 100%;
  }
  .hero-wrapper .info-wrap .info {
    max-width: 100%;
    padding: 2em;
  }
  .hero-wrapper .carousels {
    margin-top: 3em;
    width: 100%;
    height: 350px;
    gap: 10px;
    -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;
  }
  .hero-wrapper .carousels .carousel {
    -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;
    overflow-x: hidden;
    width: fit-content;
    height: 170px;
    -webkit-animation: bestcarousel-h 30s linear infinite;
    animation: bestcarousel-h 30s linear infinite;
  }
  .hero-wrapper .carousels .carousel .img-wrap {
    width: 200px;
    height: 170px;
  }
}
.unlock-pro-plus .inner-wrap {
  position: relative;
  padding: 2.5em 3%;
  margin: 1.5em 3%;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
}
.unlock-pro-plus .left-wrap,
.unlock-pro-plus .right-wrap {
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.unlock-pro-plus .right-wrap {
  padding: 1.5em 0;
}
.unlock-pro-plus .right-wrap .right-text {
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 759px) {
  .unlock-pro-plus .inner-wrap {
    text-align: center;
    padding: 3.5em 3%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .unlock-pro-plus .inner-wrap {
    padding: 3.5em 20%;
  }
}
@media only screen and (min-width: 760px) {
  .unlock-pro-plus .left-wrap {
    position: absolute;
    left: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
    padding-right: 3%;
  }
  .unlock-pro-plus .right-wrap {
    float: right;
    width: 40%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .unlock-pro-plus .left-wrap {
    width: 55%;
  }
  .unlock-pro-plus .right-wrap {
    width: 45%;
  }
}
.why-mr-hcbs .inner-wrap {
  padding: 1.5em 3%;
}
.why-mr-hcbs .value-props {
  padding: 1.5em 0;
}
.why-mr-hcbs .value-prop {
  position: relative;
  padding-bottom: 1em;
  margin-left: 2em;
}
.why-mr-hcbs .value-prop:last-child {
  padding-bottom: 0;
}
.why-mr-hcbs .value-prop .mr-icon {
  position: absolute;
  left: -2em;
  top: 0;
  color: #600057;
}
.why-mr-hcbs .right-wrap {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
}
.why-mr-hcbs .right-wrap img {
  vertical-align: top;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .why-mr-hcbs .inner-wrap {
    padding: 1.5em 10%;
  }
}
@media only screen and (min-width: 760px) {
  .why-mr-hcbs .left-wrap,
  .why-mr-hcbs .right-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .why-mr-hcbs .left-wrap {
    position: absolute;
    left: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47%;
    padding-right: 3%;
  }
  .why-mr-hcbs .right-wrap {
    float: right;
    width: 50%;
  }
}
@-moz-keyframes bestcarousel {
  0% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes bestcarousel {
  0% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes bestcarousel {
  0% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes bestcarousel {
  0% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes bestcarousel-h {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes bestcarousel-h {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-o-keyframes bestcarousel-h {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes bestcarousel-h {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
