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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

a {
  text-decoration: none;
  color: initial; }
  a:focus {
    text-decoration: none;
    outline: 0;
    color: initial; }
  a:active, a:hover {
    outline: 0;
    color: initial; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px; }

a {
  text-decoration: none;
  color: black; }

body {
  font-size: 100%;
  font-size: 16px; }

#banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(../images/banner-bg-m.jpg); }
  @media (min-width: 768px) {
    #banner {
      background-image: url(../images/banner-bg.jpg);
      padding: 8em 0 5em 0; } }
  #banner #nav .logo {
    text-align: center;
    margin-top: 1.875em;
    margin-bottom: 1.75em;
    max-width: 11em;
    margin-left: auto;
    margin-right: auto; }
    #banner #nav .logo > img {
      display: inline-block; }
  #banner .banner-slogan {
    text-align: center;
    margin: 1.875em 0; }
    #banner .banner-slogan h1.heading {
      font-size: 1.875em;
      line-height: 1.45em;
      word-wrap: break-word;
      margin-bottom: 1em; }

@media (min-width: 768px) {
  #banner .banner-slogan {
    text-align: left; }
    #banner .banner-slogan .logo {
      margin-bottom: 1em; }
    #banner .banner-slogan h1.heading {
      font-size: 2.25em;
      line-height: 60px;
      padding-right: 2em; } }
    @media (min-width: 768px) and (min-width: 1366px) {
      #banner .banner-slogan h1.heading {
        padding-right: 4em; } }

#solutions {
  color: #fff;
  background-color: #41c6c8; }
  #solutions .solution-intro {
    text-align: center;
    margin-bottom: 2em; }
    #solutions .solution-intro .solution-icon {
      display: inline-block; }
      #solutions .solution-intro .solution-icon img {
        width: 11em;
        max-width: 11em; }
        @media (min-width: 768px) {
          #solutions .solution-intro .solution-icon img {
            width: auto; } }
    #solutions .solution-intro .solution-txt h3 {
      font-size: 1.375em;
      line-height: 1.5em;
      word-wrap: break-word;
      margin-bottom: 0.1em; }
    #solutions .solution-intro .solution-txt span {
      font-size: 1em;
      line-height: 1.5em;
      font-weight: light;
      word-wrap: break-word; }
      #solutions .solution-intro .solution-txt span strong {
        font-size: 1.75em;
        font-weight: bold; }

@media (min-width: 768px) {
  #solutions .solution-icon {
    margin-top: 3em; }
  #solutions .solution-intro .solution-txt h3 {
    text-align: left; }
  #solutions .solution-intro .solution-txt span {
    display: inline-block;
    text-align: left; } }

#tsp {
  padding-bottom: 0; }
  #tsp h3.heading-md {
    padding: 0 0.675em; }
    @media (min-width: 1200px) {
      #tsp h3.heading-md {
        font-size: 1.5em;
        line-height: 36px;
        margin-top: 3em; } }

@media (min-width: 768px) {
  #tsp .img-tokenProvider {
    height: 450px;
    background-image: url("../images/img-tokenProvider.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-position: 0 100%; }
  #tsp .heading-lg.hidden-xs {
    text-align: left !important;
    margin-top: 3em;
    padding-left: 15px; }
  #tsp h3.heading-md {
    margin-top: 0; } }

#transactionFlow .tab-pane {
  text-align: center; }
  #transactionFlow .tab-pane .img-container {
    display: inline-block;
    margin-bottom: 3em; }
  #transactionFlow .tab-pane h3.heading-md {
    font-size: 1.25em;
    margin-bottom: 0.125em; }
  #transactionFlow .tab-pane .heading-sm.color-orange {
    color: #ffa70e; }

@media (min-width: 1366px) {
  #lessPaymentRejection .heading-lg,
  #cardNeverExpired .heading-lg,
  #cardArt-and-details .heading-lg,
  #ease-of-security-and-operation .heading-lg {
    margin-top: 2.75em; } }

#ease-of-security-and-operation ul.check-list {
  padding-left: 2em; }

#ease-of-security-and-operation ul.check-list > li {
  margin-bottom: 1em; }

#ease-of-security-and-operation ul.check-list > li:before {
  content: '';
  display: inline-block;
  background-image: url("../images/icon-checked.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-top: -0.125em;
  margin-left: -2em;
  margin-right: 0.5em;
  vertical-align: middle; }

#benifits .benifit-intro {
  margin-top: 3em;
  text-align: center; }
  #benifits .benifit-intro .icon {
    max-width: 250px;
    display: inline-block; }
  #benifits .benifit-intro .txt > h4 {
    margin-top: 1em;
    margin-bottom: 1.5em; }
  #benifits .benifit-intro .txt > ul > li {
    text-align: left;
    margin-left: 2.4em;
    margin-bottom: 1em;
    line-height: 1; }
    @media (min-width: 768px) {
      #benifits .benifit-intro .txt > ul > li {
        margin-left: 4em; } }
    @media (min-width: 1024px) {
      #benifits .benifit-intro .txt > ul > li {
        margin-left: 6em; } }
    @media (min-width: 1200px) {
      #benifits .benifit-intro .txt > ul > li {
        margin-left: 8em; } }
  #benifits .benifit-intro .txt > ul > li:before {
    content: '';
    display: inline-block;
    background-image: url("../images/icon-checked.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-top: -0.125em;
    margin-left: -2em;
    margin-right: 0.5em;
    vertical-align: middle; }

@media (min-width: 768px) {
  #benifits .benifit-intro.first-child .txt > ul > li {
    margin-left: 6em; } }

@media (min-width: 1024px) {
  #benifits .benifit-intro.first-child .txt > ul > li {
    margin-left: 8em; } }

@media (min-width: 1200px) {
  #benifits .benifit-intro.first-child .txt > ul > li {
    margin-left: 12em; } }

#footer {
  color: #323e3e;
  background-color: #f8fafa;
  text-align: center; }
  #footer .footer-logo {
    /* background-image: url("../images/footer-logo-m.png"); */
    background-image: url("../images/Cherri_logo_TSP.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 50px;
    width: 243px;
    height: 76px;
    /* margin: 0 auto;
    margin-bottom: 2em;  */
  }
  #footer .footer-links {
    margin-bottom: 1em; }
    #footer .footer-links > a {
      font-size: 1.125em;
      padding: 0 0.5em; }
  #footer .hr {
    border-top: 1px solid #cbcccc; }
  #footer .contact-info ul.contact-info--list {
    margin-top: 0; }
    #footer .contact-info ul.contact-info--list > li {
      margin-bottom: 0.3em;
      font-size: 0.875em; }
  #footer .copyright {
    font-size: 0.875em; }
  #footer select.lang-selector {
    margin-top: 0.3em;
    font-size: 0.875em;
    border: 0; }

@media (max-width: 767px) {
  #footer .footer-logo {
    margin: 0 auto;
    background-position: center;
  }
}
@media (min-width: 768px) {
  #footer {
    margin-top: 2em;
    text-align: left; }
    /* #footer .footer-logo {
      margin: initial;
      margin-top: 2em;
      margin-bottom: 1em; } */
    #footer .footer-links {
      margin-top: 2em; }
    #footer .footer-links > a {
      display: block;
      font-size: 1em;
      margin-bottom: 1em; }
    #footer .contact-info ul.contact-info--list {
      text-align: right; }
      #footer .contact-info ul.contact-info--list > li {
        font-size: 1em; }
    #footer select.lang-selector {
      float: right;
      margin-top: -24px; } }

.section {
  padding-top: 1.875em;
  padding-bottom: 1.875em; }
  @media (min-width: 768px) {
    .section {
      padding-top: 3em;
      padding-bottom: 3em; } }
  .section h2.heading-lg {
    font-size: 1.75em;
    line-height: 1.35em;
    text-align: center;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .section h2.heading-lg {
        margin-bottom: 0.5em;
        font-size: 2.250em;
        line-height: 1.375em; } }
  .section h3.heading-md {
    font-size: 1.350em;
    line-height: 1.55em;
    text-align: center;
    margin-bottom: 1em;
    font-weight: normal;
    word-wrap: break-word; }
  .section p.description {
    padding: 0 0.75em;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .section p.description {
        font-size: 1em;
        line-height: 1.75em;
        padding: 0; } }

.btn-primary {
  color: #fff;
  background-color: #41c6c8;
  border: 0;
  font-size: 1.125em;
  padding: 0.65em 1.25em;
  letter-spacing: 0.125em;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }
  .btn-primary:visited {
    background-color: #41c6c8; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover {
    outline: 0;
    background-color: #29a4a6; }

.tabContainer {
  margin-top: 1em;
  margin-bottom: 2em; }

.tablist {
  display: block;
  width: 320px;
  height: 100px;
  margin: 0 auto; }
  .tablist > li {
    display: inline-block;
    background-color: #eef4f4;
    float: left;
    width: 70px;
    height: 72px;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in; }
  .tablist > li.active {
    background-color: #29b4b7;
    width: calc(100% - 70px);
      width-height: 72px; }
  .tablist > li.active a {
    color: #fff; }
  .tablist > li.active a > span {
    display: inline-block;
    -webkit-animation: fadeIn .2s linear  0.3s 1 alternate;
    animation: fadeIn .2s linear  0.3s 1 alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .tablist > li > a {
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 0.675em;
    text-decoration: none;
    text-transform: uppercase; }
  .tablist > li > a > span {
    display: none;
    opacity: 0;
    text-align: left;
    padding-left: 0.875em;
    font-size: 0.75em;
    position: relative;
    top: -12px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (min-width: 768px) {
  .tablist {
    width: 700px;
    margin-top: 2em; }
    .tablist > li {
      width: 346px;
      height: 60px;
      text-align: center; }
    .tablist > li.active {
      width: 346px; }
    .tablist > li > a {
      display: block;
      text-align: center;
      padding-top: 1em; }
    .tablist > li > a > span {
      display: inline-block;
      opacity: 1;
      height: 35px;
      line-height: 35px;
      padding-left: 1em;
      font-size: 0.875em;
      top: -2px; }
    .tablist > li.active > a > span {
      opacity: 1;
      -webkit-animation: none;
      animation: none; } }

fieldset {
  border: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.tsp-input {
  margin-bottom: 1.125em;
  padding: 0.5em;
  width: 100%;
  border: 1px solid #bdcfcf;
  height: 40px; }
  @media (min-width: 768px) {
    .tsp-input {
      max-width: 700px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    .tsp-input {
      max-width: 770px; } }

.tsp-input::-webkit-input-placeholder, .tsp-textarea::-webkit-input-placeholder {
  color: #9cacac; }

.tsp-input:-ms-input-placeholder, .tsp-textarea:-ms-input-placeholder {
  color: #9cacac; }

.tsp-input::-ms-input-placeholder, .tsp-textarea::-ms-input-placeholder {
  color: #9cacac; }

.tsp-input::placeholder, .tsp-textarea::placeholder {
  color: #9cacac; }

.tsp-input:-ms-input-placeholder, .tsp-textarea:-ms-input-placeholder {
  color: #9cacac; }

.tsp-input::-ms-input-placeholder, .tsp-textarea::-ms-input-placeholder {
  color: #9cacac; }

label {
  margin-right: 2em;
  color: #93a5a5;
  font-weight: normal; }

.tsp-textarea {
  margin-bottom: 1.125em;
  padding: 0.5em;
  width: 100%;
  border: 1px solid #bdcfcf; }
  @media (min-width: 768px) {
    .tsp-textarea {
      max-width: 700px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    .tsp-textarea {
      max-width: 770px; } }

.radio-input-container {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .radio-input-container {
      max-width: 700px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    .radio-input-container {
      max-width: 770px; } }
  .radio-input-container p {
    margin-bottom: 0.675em; }

.tsp-submit {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  color: #fff;
  background-color: #35b7b8;
  border: 0;
  width: 150px;
  height: 40px;
  display: block;
  margin: 0 auto; }
  .tsp-submit:focus, .tsp-submit:visited {
    outline: 0; }
  @media (min-width: 1200px) {
    .tsp-submit {
      margin-top: 0.5em;
      display: block;
      width: 180px;
      height: 50px;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      background-clip: padding-box; } }

.tsp-submit.disabled {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-size: 36px 36px;
  background-color: #c1dcdc; }

#grecaptcha_1_m, #grecaptcha_2_p {
  text-align: center;
  margin-top: 2em;
  display: block; }
  #grecaptcha_1_m div, #grecaptcha_2_p div {
    display: inline-block; }

@media (min-width: 768px) {
  #tsp .heading-md,
  #lessPaymentRejection .heading-lg,
  #cardNeverExpired .heading-lg,
  #cardArt-and-details .heading-lg,
  #ease-of-security-and-operation .heading-lg {
    text-align: left; } }

@media (min-width: 768px) {
  .hidden-if-not-mobile {
    display: none !important; } }

.btn-radius {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box; }

@media (min-width: 768px) {
  .text-align-left-pad-up {
    text-align: left; } }

.bg-color-gray {
  background-color: #f8f8f8; }

.sprite-tab-icon {
  display: inline-block;
  background-image: url(../images/sprite-tabIcon-m.png);
  background-size: 76px 76px;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  margin-top: 0.375em; }
  @media (min-width: 768px) {
    .sprite-tab-icon {
      margin-top: -0.625em;
      vertical-align: middle; } }

.tabIcon-forMerchants {
  background-position: 0 0; }

.tabIcon-forPaymentProcessor {
  background-position: -38px 0; }

.tablist > li.active > a > .tabIcon-forMerchants {
  background-position: 0 -38px; }

.tablist > li.active > a > .tabIcon-forPaymentProcessor {
  background-position: -38px -38px; }
