@font-face {
  font-display: block;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/icomoon.ttf) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff")
}

@font-face {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/helvetica-neue-black.woff2) format("woff2"),url(../fonts/helvetica-neue-black.woff) format("woff")
}

@font-face {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/helvetica-neue-roman.woff2) format("woff2"),url(../fonts/helvetica-neue-roman.woff) format("woff")
}

@font-face {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/helvetica-neue-light.woff2) format("woff2"),url(../fonts/helvetica-neue-light.woff) format("woff")
}

@font-face {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/helvetica-neue-bold.woff2) format("woff2"),url(../fonts/helvetica-neue-bold.woff) format("woff")
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

p {
  margin: 0 0 1em
}

.content-wrapper,.dnd-section>.row-fluid,.footer .page-center,.header .page-center,.header .primary-section .page-center,.page-center {
  padding-left: 20px;
  padding-right: 20px
}

.h,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin: 0 0 .5em
}

h2 {
  line-height: 1.34
}

a {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}

a,a:focus,a:hover {
  text-decoration: none
}

a:focus,a:hover {
  opacity: .8
}

.span2 .hs-button,.span3 .hs-button,.span4 .hs-button,.span5 .hs-button,.span6 .hs-button {
  padding: 12px 24px
}

.hs-form-field {
  margin-bottom: 18px
}

form label {
  display: block;
  float: none;
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  padding-top: 0;
  width: auto
}

.cm_nv_wrp .cm_nv_inner .custom,.hs-button,.tabber .media-col .form-wrap input.hs-button,form input[type=submit] {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: all .15s linear
}

.cm_nv_wrp .cm_nv_inner .custom,.contact-banner .form-row.hs-secondary .hs-button,.contact-banner .form-row.hs-secondary input.hs-button,.form-row.secondary input[type=submit],.hs-button,.hs-sec-btn,.hs_service .widget-type-form .hs-button,.landing-banner .form-row.hs-secondary .hs-button,.landing-banner .form-row.hs-secondary input.hs-button,.popup_modal_box.bg_primary .hs-button,.systems-page .hs-search-results__next-page,.systems-page .hs-search-results__prev-page,.tabber .media-col .form-wrap input.hs-button,form input[type=submit] {
  font-size: 14px;
  line-height: 20px;
  padding: 14px 13px
}

.hs-button:hover {
  opacity: .8
}

form .hs-richtext {
  color: #33475b;
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px
}

form .hs-richtext p {
  font-size: 14px;
  margin-block-end:1em;margin-block-start:1em}

.tabber .media-col .form-wrap .hs-input,form input[type=email],form input[type=file],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form select,form textarea {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 22px;
  padding: 0 15px
}

.hs-fieldtype-textarea.hs-input {
  min-height: 66px;
  padding: 10px 15px;
  vertical-align: middle
}

.grecaptcha-badge {
  margin-left: 0
}

.actions {
  margin-bottom: 6px;
  margin-top: 18px;
  padding: 17px 0
}

form .hs-button:hover {
  opacity: 1
}

.custom-header {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background .1s linear;
  transition: background .1s linear;
  width: 100%;
  z-index: 99
}

.custom-header .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-logo {
  position: relative;
  width: 155px;
}
.header-logo a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  height: 38px;
}
.header-logo a .logo-img  {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.header-logo a .logo-img.logo-white  {
  opacity: 1;
}
.header-logo a .logo-img.logo-purple  {
  opacity: 0;
}
body.scroll-header .header-logo a .logo-img.logo-white  {
  opacity: 0;
}
body.scroll-header .header-logo a .logo-img.logo-purple  {
  opacity: 1;
}

.header-logo img {
  display: block;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  width: 100%
}

.nav-opener {
  display: inline-block;
  height: 21px;
  margin: 0 2px 0 0;
  position: relative;
  vertical-align: top;
  width: 21px
}

.nav-opener span,.nav-opener:after,.nav-opener:before {
  background: #fff;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear
}

.menu-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.user-menu {
  position: relative;
  z-index: 50
}

.custom-header .btn-default {
  -webkit-appearance: none;
  border: 1px solid #006dff;
  -webkit-border-radius: 0;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 0 38px;
  min-width: 175px;
  outline: none;
  padding: 13px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .3s linear,border-color .3s linear,background .3s linear;
  transition: color .3s linear,border-color .3s linear,background .3s linear
}

.custom-header .btn-default:hover {
  opacity: .8
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  margin: 0;
  position: relative
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
  letter-spacing: .2px;
  padding: 28px 17px 25px;
  position: relative;
  -webkit-transition: color .3s linear,background .3s linear;
  transition: color .3s linear,background .3s linear;
  z-index: 2
}

.popup-holder {
  height: 0;
  overflow: hidden;
  position: relative
}

#popup-contact,#popup-download {
  align-content: center;
  align-items: center;
  background: rgba(0,0,0,.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 20px;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .5s;
  z-index: -99999
}

.contact-lightbox {
  background: #fff;
  border: 0;
  border-radius: 8px;
  color: #4a4a4a;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
  margin: auto;
  max-width: 800px;
  padding: 30px 20px 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%
}

.fancybox-close-small {
  background: transparent!important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ccc!important;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  min-width: inherit;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  right: 10px;
  top: -44px;
  top: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  z-index: 401
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.contact-lightbox .heading {
  text-align: center
}

.custom-header {
  background-color: hsla(0,0%,95%,0)
}

.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff
}

.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: grey;
  opacity: 1
}

.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: #fff
}

.custom-header .custom-menu-primary .hs-menu-wrapper>ul ul {
  background-color: #fff
}

.custom-header .custom-menu-primary .hs-menu-wrapper>ul ul li a {
  color: #006dff
}

.custom-header .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  background-color: rgba(2,103,128,0);
  color: grey
}

.custom-header .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a,.custom-header .custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a {
  color: #006dff
}

.no-banner .custom-header,.scroll-header .custom-header {
  background-color: #fff
}

.scroll-header .custom-header {
  box-shadow: 0 0 10px rgba(51,51,51,.2);
  left: 0;
  position: fixed;
  top: 0
}

.nav-opener span {
  top: 8px
}

.nav-opener:after {
  top: 16px
}

.custom-footer {
  font-size: 16px;
  line-height: 24px;
  position: relative
}

.custom-footer .content-wrapper {
  padding-bottom: 27px;
  padding-top: 55px
}

.footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
  text-align: center
}

.custom-footer .members-block {
  background: #f7f7f7;
  overflow: hidden;
  padding: 35px 0;
  position: relative
}

.custom-footer .members-block:before {
  border-top: 1px solid hsla(0,0%,50%,.2);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3
}

.list-logo {
  font-size: 16px;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 4
}

.list-logo li {
  margin: 0 0 17px;
  padding: 7px 23px
}

.list-logo .ttl {
  font-weight: 400
}

.list-logo img {
  vertical-align: top
}

.custom-footer .members-block .content-wrapper {
  padding: 0
}

footer.custom-footer {
  position: relative;
  z-index: 9
}

.footer-cols .col.newsletter-col {
  padding-bottom: 10px
}

.footer-cols .col {
  padding: 0 20px
}

.footer-cols .col.newsletter-col h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 17px
}

.footer-cols .col.newsletter-col p {
  letter-spacing: .3px;
  margin: 0 0 23px
}

#mc_embed_signup form {
  display: block;
  padding: 0 0 30px;
  position: relative;
  text-align: left
}

.footer-cols .col.large {
  width: 100%
}

.footer-nav .hs-menu-wrapper>ul {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 17px;
  text-transform: uppercase
}

.footer-nav .hs-menu-wrapper>ul>li {
  margin: 0;
  padding: 0 0 20px
}

.footer-nav .hs-menu-wrapper>ul>li>a {
  color: #4a4a4a;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 17px;
  text-transform: none
}

.footer-nav .hs-menu-wrapper>ul>li>ul {
  display: block;
  flex-direction: inherit!important;
  line-height: 1.54;
  margin: 0 0 50px
}

.footer-nav ul li {
  margin: 0
}

.icon-telegram:before {
  content: "\e901"
}

.icon-facebook:before {
  content: "\ea90"
}

.icon-medium:before {
  content: "\e902"
}

.icon-linkedin:before {
  content: "\e906"
}

.icon-twitter:before {
  content: "\f099"
}

.icon-reddit:before {
  content: "\e903"
}

.icon-letter:before {
  content: "\e900"
}

.footer-nav .hs-menu-wrapper>ul>li:hover>a {
  opacity: 1
}

.footer-nav .hs-menu-wrapper>ul>li ul>li,.footer-nav .hs-menu-wrapper>ul>li>ul>li {
  margin: 0 0 5px
}

.footer-nav .hs-menu-wrapper>ul>li ul>li:last-child {
  margin-bottom: 0
}

.footer-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
  color: #4a4a4a;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 17px;
  text-transform: none
}

.footer-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li {
  line-height: 1.54;
  margin: 0 0 50px
}

.footer-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child,.footer-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a:empty {
  margin: 0
}

#mc_embed_signup form .hs-input {
  -webkit-appearance: none;
  background: #fff;
  border: 0!important;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 2px 9px rgba(0,0,0,.2),inset 0 1px 3px rgba(0,0,0,.5);
  box-sizing: border-box;
  color: #4a4a4a;
  display: block;
  font-family: Open Sans,Helvetica Neue,Arial,Helvetica,Verdana,sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 20px;
  margin: 0 0 8px;
  min-height: 32px;
  min-width: inherit;
  outline: none;
  padding: 10px 13px;
  width: 100%!important
}

::-webkit-input-placeholder {
  color: #4a4a4a
}

#mc_embed_signup form .hs-form-field {
  margin: 0
}

#mc_embed_signup form .hs-form-field>label {
  display: none
}

#mc_embed_signup form input.hs-button {
  -webkit-appearance: none;
  border: 1px solid #999;
  box-shadow: 1px 1px 3px 0 rgba(51,51,51,.25);
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  line-height: 20px;
  margin: 0;
  min-width: inherit;
  outline: none;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .3s ease,background .3s ease,border-color .3s ease,opacity .3s ease;
  transition: color .3s ease,background .3s ease,border-color .3s ease,opacity .3s ease;
  width: 100%
}

#mc_embed_signup form .hs-richtext,#mc_embed_signup form input.hs-button,.ty_popup_form .hs-button {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

#mc_embed_signup form .hs-richtext {
  display: block;
  font-size: 1rem;
  margin: 0;
  padding-top: 13px
}

.footer-cols .col.newsletter-col form p {
  font-size: 16px;
  letter-spacing: .2px;
  line-height: 24px;
  margin: 0
}

.members-block:after {
  background: url(//9131802.fs1.hubspotusercontent-na1.net/hubfs/9131802/raw_assets/public/Nuggets_January2024/Images/right-corner-graphic.png);
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 144px;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 142px;
  z-index: 2
}

#mc_embed_signup form .inputs-list>li {
  margin: 0
}

.download-btns .title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase
}

.download-btns .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

body {
  word-break: normal
}

.popup-contact-active #popup-contact {
  opacity: 1;
  visibility: visible;
  z-index: 99999
}

body.popup-contact-active {
  overflow: hidden
}

html {
  overflow: inherit
}

.contact-lightbox .ico-lightbox {
  margin: 0 auto 11px;
  width: 40px
}

.contact-lightbox h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
  padding: 5px
}

footer.custom-footer {
  background-color: #f2f2f2
}

.desktop-box p+span,.desktop-box span a,.footer-cols .col.newsletter-col h4,.footer-cols .col.newsletter-col p,.footer-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a,.footer-nav .hs-menu-wrapper>ul>li>a,.list-logo .ttl {
  color: #4a4a4a
}

.footer-nav .hs-menu-wrapper>ul>li ul>li>a {
  color: grey
}

.footer-nav .hs-menu-wrapper>ul>li ul>li:hover>a {
  color: #006dff
}

#mc_embed_signup form .actions {
  margin: 0;
  padding: 0
}

.access-and-control-banner .banner-col-img .image-holder {
  margin: -17px 0 0;
  max-width: 293px
}

.award-recognition-sec {
  border-top: 2px solid #f2f2f2
}

.award-recognition-sec.cnt-wit-tp-img-wrp .title {
  margin: 0 0 30px
}

.award-recognition-sec.cnt-wit-tp-img-wrp .flex-row {
  font-size: 16px;
  line-height: 1.5;
  row-gap: 0
}

.award-recognition-sec.cnt-wit-tp-img-wrp .tp-img img {
  vertical-align: middle
}

.award-recognition-sec.cnt-wit-tp-img-wrp .col-title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 13px
}

.no-banner .header-wrap {
  min-height: 74px
}

.award-recognition-sec .top_sec.noButton {
  margin: 0;
  padding: 0
}

.award-recognition-sec.cnt-wit-tp-img-wrp .btn_row,.award-recognition-sec.cnt-wit-tp-img-wrp .col-btn-grp {
  margin: 0
}

.award-recognition-sec.cnt-wit-tp-img-wrp .flex-row .cnt-col .tp-img-cnt {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 21px
}

.award-recognition-sec.cnt-wit-tp-img-wrp .flex-row .cnt-col.col4 .inner_spacing {
  height: 100%
}

.award-recognition-sec.cnt-wit-tp-img-wrp .col-btn-grp {
  bottom: 40px;
  left: 0;
  margin-top: auto;
  position: absolute;
  top: auto;
  width: 100%
}

.award-recognition-sec.cnt-wit-tp-img-wrp .col-btn-grp a.hs-button {
  background: transparent;
  border: 0;
  color: #006dff;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  text-transform: uppercase
}

.media-highlights.cnt-wit-tp-img-wrp .title {
  margin: 0 0 21px
}

.media-highlights .top_sec.noButton {
  margin-bottom: 0;
  padding: 0
}

.media-highlights .top_sec .top_content p {
  letter-spacing: .3px;
  margin: 0 0 36px
}

.media-highlights .flex-row.flex_row {
  margin: 0 -12px 23px
}

.media-highlights .flex-row.flex_row .cnt-col {
  position: relative;
  width: 100%
}

.media-highlights .flex-row.flex_row .cnt-col .inner_spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  padding: 40px 20px 22px;
  text-align: center
}

.media-highlights.cnt-wit-tp-img-wrp .tp-img {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 59px 0 17px;
  min-height: 60px
}

.media-highlights.cnt-wit-tp-img-wrp .tp-img img {
  vertical-align: middle
}

.media-highlights.cnt-wit-tp-img-wrp .col-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 8px
}

.media-highlights.cnt-wit-tp-img-wrp .cnt-col:nth-child(2) .tp-img {
  margin-top: 0
}

.media-highlights.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
  letter-spacing: .3px;
  margin: 0 0 36px!important
}

.media-highlights.cnt-wit-tp-img-wrp .col-btn-grp {
  margin: 0
}

.media-highlights.cnt-wit-tp-img-wrp .col-btn-grp .btn_row a.hs-button {
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 4px;
  min-width: 260px;
  outline: none;
  padding: 14px 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .3s ease,background .3s ease,border-color .3s ease,opacity .3s ease;
  transition: color .3s ease,background .3s ease,border-color .3s ease,opacity .3s ease
}

.media-highlights.cnt-wit-tp-img-wrp .tp-img-cnt {
  padding-bottom: 56px
}

.cnt-wit-tp-img-wrp.latest-article .tp-img-cnt {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between
}

.media-highlights.cnt-wit-tp-img-wrp .col-btn-grp .btn_row {
  bottom: 56px;
  left: 0;
  margin: 0;
  position: absolute;
  top: auto;
  width: 100%
}

.media-highlights {
  padding-bottom: 40px;
  padding-top: 86px
}

.trr-sec.two-col-content.mordern-banking .columns_rowo_wrap {
  text-align: left
}

.trr-sec.two-col-content.mordern-banking .feature-wrapper {
  margin-bottom: 22px
}

.trr-sec.two-col-content.mordern-banking .description ul {
  padding-left: 0;
  padding-top: 32px
}

.trr-sec.two-col-content.mordern-banking .description ul li {
  padding: 0 0 0 20px
}

.trr-sec.two-col-content.mordern-banking .description ul li:before {
  margin: 0 10px 0 -20px
}

.trr-sec.two-col-content.mordern-banking .single-img {
  margin-bottom: 104px
}

.trusted-transactions-banner .banner-inner .row {
  align-items: flex-start
}

.trusted-transactions-banner .banner-content .caption-holder h1 {
  letter-spacing: .7px
}

.download-btns img {
  display: block;
  height: auto;
  max-width: 100%
}

.download-btns .d-flex a {
  display: inline-block;
  margin: 0 2px
}

.download-btns {
  margin-bottom: 50px
}

.cnt-wit-tp-img-wrp.img-with-content-v2 {
  padding-bottom: 30px;
  padding-top: 46px
}

.img-with-content-v2 .top_sec.noButton {
  margin: 0;
  padding: 0
}

.img-with-content-v2.cnt-wit-tp-img-wrp .cnt-col.col4 .inner_spacing {
  margin-bottom: 40px;
  padding: 0 10px
}

.img-with-content-v2.cnt-wit-tp-img-wrp .tp-img {
  display: block;
  margin: 0 0 8px;
  min-height: 52px
}

.img-with-content-v2.cnt-wit-tp-img-wrp .col-title {
  font-size: 24px;
  line-height: 1.34;
  margin: 0 0 9px
}

.img-with-content-v2.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
  letter-spacing: .4px;
  margin: 0
}

.img-with-content-v2.cnt-wit-tp-img-wrp .tp-img-cnt-inner {
  font-size: 16px;
  line-height: 1.5
}

.gdpr-card-content .top_sec .top_content p,.img-with-content-v2 .top_sec .top_content p {
  letter-spacing: .4px;
  margin: 0 0 24px
}

.gdpr-card.cnt-wit-tp-img-wrp.img-with-content-v2 {
  padding-bottom: 0
}

.gdpr-card-content .top_sec.noButton {
  margin: 0;
  padding: 0
}

.token-banner .banner-col-img .image-holder,.token-banner.banner-col-img .image-holder {
  margin: 0;
  max-width: none
}

.token-banner.custom-banner .banner-button a {
  margin-top: 0
}

.token-features.key-features-wrap {
  background: #fff;
  padding-bottom: 46px;
  padding-top: 44px
}

.token-features.key-features-wrap .content_col ul li p {
  letter-spacing: .5px;
  margin: 0
}

.token-features.key-features-wrap .content_col ul li span.icon img {
  width: revert-layer
}

.token-features.key-features-wrap .media_col.col .img-holder {
  text-align: center
}

.token-features.key-features-wrap .media_col.col .img-holder img {
  width: auto
}

.token-features.key-features-wrap .row.left .content_col.col {
  padding-bottom: 0;
  padding-top: 40px
}

.token-features.token-features-v2.key-features-wrap {
  padding: 0
}

.token-features.key-features-wrap .content_col h2 {
  margin: 0 0 30px
}

.token-features.key-features-wrap .content_col.col ul .content ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.token-features.key-features-wrap .content_col.col ul .content ul li {
  margin-top: 0;
  padding: 0 0 0 16px;
  position: relative
}

.token-features.key-features-wrap .content_col.col ul .content ul li:before {
  background: #8764a1;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 7px
}

.token-features.key-features-wrap .left .content_col.col ul,.token-features.key-features-wrap.token-nug-features {
  padding: 0
}

.token-nug-features.key-features-wrap .row.right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.token-features-v2.token-features.key-features-wrap .row.left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.token-features.key-features-wrap .left .content_col ul li span.icon {
  left: -5px
}

.scroll-header .nav-opener span,.scroll-header .nav-opener:after,.scroll-header .nav-opener:before {
  background: #006dff
}

.token-nug-features.key-features-wrap .row.right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.custom-banner.banner-404 {
  background-color: #705e91;
  background-position: 0 100%;
  background-size: cover;
  color: #fff;
  padding-top: 74px
}

.banner-404 .banner-inner {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center
}

.banner-404 .content-wrapper {
  padding-top: 48px
}

.banner-404 .caption-holder {
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 62px
}

.banner-404 .caption-holder h1 {
  color: #fff;
  font-weight: 300;
  letter-spacing: .7px;
  margin-bottom: 33px
}

.banner-404 .caption-holder p {
  margin-bottom: 25px
}

.banner-404 .caption-holder p+p {
  margin-bottom: 38px
}

.banner-404 a.popup-btn {
  -webkit-appearance: none;
  background-color: #006dff;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 4px;
  min-width: 175px;
  outline: none;
  padding: 13px 36px 13px 23px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .3s ease,background .3s ease,border-color .3s ease,opacity .3s ease;
  transition: color .3s ease,background .3s ease,border-color .3s ease,opacity .3s ease
}

.banner-404 .icon-play {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 28px;
  margin: -4px 20px -4px -4px;
  position: relative;
  vertical-align: top;
  width: 28px
}

.icon-play:before {
  border-color: transparent transparent transparent #006dff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
  left: 50%;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.banner-404 .image-holder {
  margin: 0 auto;
  max-width: 230px;
  padding: 0 18px 0 0
}

.banner-404 .popup-video {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999
}

.video-open .banner-404 .popup-video {
  display: block
}

.banner_v2.home-banner.custom-banner .left_col h1 {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 300
}

.banner-404 .overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .7;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.video-open .banner-404 .overlay {
  opacity: .5
}

.banner-404 .popup-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: auto;
  padding: 44px 20px;
  position: relative;
  z-index: 99
}

.banner-404 .video-wrap {
  background: #333;
  border: 10px solid #fff;
  border-radius: 8px;
  display: inline-block;
  height: 100%;
  margin: 0;
  max-width: 161vh;
  min-height: 404px;
  width: 100%
}

.banner-404 .video-wrap iframe {
  display: block;
  height: 100%;
  width: 100%
}

.banner-404 .close-btn {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .5s;
  visibility: hidden
}

.banner-404 .popup-inner:hover .close-btn {
  opacity: 1;
  visibility: visible
}

.banner-404 .close-btn button.fancybox-button--close {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  min-width: inherit;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.banner_area-module-2.sg_type1,.landing-banner {
  padding-top: 100px!important
}

form {
  font-size: 16px
}

.blog-sidebar .dnd-section>.row-fluid,.blog-sidebar .dnd_padd .page-center {
  padding: 0
}

.lp .desktop-box p {
  letter-spacing: .3px;
  margin: 0 0 27px;
  margin-bottom: 27px!important
}

.lp .desktop-box p+span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 15px
}

.lp .desktop-box .social-networks li a:hover {
  border: 1px solid #fff
}

.lp .desktop-box span a {
  color: #4a4a4a;
  font-size: 16px;
  margin-left: 0;
  text-decoration: underline
}

.lp .desktop-box span a:hover {
  text-decoration: none
}

@media (min-width: 375px) {
  .footer-cols .col {
      padding:0 56px;
      width: 100%
  }

  #mc_embed_signup form {
      padding: 0 0 24px
  }

  .footer-nav .hs-menu-wrapper>ul>li {
      padding: 0
  }

  .lp .desktop-box p+span {
      padding-top: 25px
  }
}

@media (min-width: 768px) {
  .content-wrapper,.dnd-section>.row-fluid,.footer .page-center,.header .page-center,.header .primary-section .page-center,.page-center {
      padding-left:30px;
      padding-right: 30px
  }

  h2 {
      font-size: 30px
  }

  .contact-lightbox {
      padding: 38px 60px 57px
  }

  .custom-footer {
      font-size: 14px;
      line-height: 20px
  }

  .footer-cols {
      margin: 0
  }

  .custom-footer .members-block {
      padding: 28px 0
  }

  .list-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .list-logo li {
      margin: 0;
      padding: 7px 23px
  }

  .footer-cols .col.newsletter-col {
      padding-bottom: 0
  }

  .footer-cols .col {
      padding: 0;
      width: 64%
  }

  .footer-cols .col.newsletter-col h4 {
      font-size: 20px;
      line-height: 26px;
      margin-right: -15px
  }

  #mc_embed_signup form {
      padding: 0 0 20px
  }

  .footer-nav .hs-menu-wrapper>ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin: 0 -15px;
      padding-bottom: 30px
  }

  .footer-nav .hs-menu-wrapper>ul>li {
      padding: 0 15px;
      width: 25%
  }

  .footer-nav .hs-menu-wrapper>ul>li>a {
      line-height: 26px
  }

  .footer-nav .hs-menu-wrapper>ul>li>ul {
      margin: 0 0 18px
  }

  .footer-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
      line-height: 26px
  }

  .footer-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li {
      margin: 0 0 18px
  }

  #mc_embed_signup form .hs-input {
      border-radius: 4px 0 0 4px;
      border-right: 0;
      height: 44px;
      margin: 0
  }

  #mc_embed_signup form input.hs-button {
      border-radius: 0 4px 4px 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 123px
  }

  #mc_embed_signup form .hs-richtext {
      padding-top: 8px
  }

  .footer-cols .col.newsletter-col form p {
      font-size: 14px;
      line-height: 20px
  }

  .custom-footer .content-wrapper {
      padding-bottom: 42px;
      padding-top: 60px
  }

  .access-and-control-banner .banner-col-img .image-holder {
      margin: -48px 0 0;
      max-width: none
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .title {
      margin: 0 0 43px
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .flex-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin: 0 -10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .flex-row .cnt-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 10px 40px;
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap
  }

  .media-highlights.cnt-wit-tp-img-wrp .title {
      margin: 0 0 6px
  }

  .media-highlights .top_sec .top_content p {
      margin: 0 0 40px
  }

  .media-highlights .flex-row.flex_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin: 0 -10px 8px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .media-highlights .flex-row.flex_row .cnt-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 10px;
      width: 50%
  }

  .media-highlights .flex-row.flex_row .cnt-col .inner_spacing {
      margin-bottom: 32px;
      padding: 50px 24px 49px
  }

  .media-highlights.cnt-wit-tp-img-wrp .tp-img {
      margin: 44px 0 14px
  }

  .media-highlights.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
      margin: 0 0 24px!important
  }

  .media-highlights.cnt-wit-tp-img-wrp .col-btn-grp .btn_row a.hs-button {
      min-width: 134px
  }

  .trusted-transactions-banner .banner-col-img .image-holder {
      margin-top: -33px
  }

  .cnt-wit-tp-img-wrp.img-with-content-v2 {
      padding-bottom: 20px;
      padding-top: 30px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .flex-row {
      max-width: inherit;
      padding-top: 13px;
      row-gap: 0
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .flex-row .cnt-col.col4 {
      padding: 0 10px;
      width: 50%
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .cnt-col.col4 .inner_spacing {
      margin-bottom: 57px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .tp-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 73px;
      max-height: 73px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .col-title {
      font-size: 20px;
      line-height: 24px;
      margin: 0 0 9px
  }

  .gdpr-card-content .top_sec .top_content p,.img-with-content-v2 .top_sec .top_content p {
      margin: 0 0 20px
  }

  .token-features.key-features-wrap .row.left .content_col.col {
      padding-bottom: 20px;
      padding-top: 60px
  }

  .token-features.key-features-wrap .content_col h2 {
      line-height: 40px
  }

  .token-features.key-features-wrap .content_col.col ul .content ul {
      font-size: 18px;
      line-height: 1.4
  }

  .banner-404 .banner-inner {
      font-size: 18px;
      letter-spacing: .45px;
      line-height: 26px
  }

  .banner-404 .content-wrapper {
      padding-top: 70px
  }

  .banner-404 .caption-holder {
      padding-bottom: 54px
  }

  .banner-404 .caption-holder h1 {
      margin-bottom: 15px
  }

  .banner-404 .caption-holder p {
      margin-bottom: 30px
  }

  .banner-404 .caption-holder p+p {
      margin-bottom: 26px
  }

  .banner-404 a.popup-btn {
      margin: 0 0 46px;
      padding: 13px 20px
  }

  .banner-404 .icon-play {
      margin: -4px 12px -4px -4px
  }

  .banner-404 .image-holder {
      max-width: 249px;
      padding: 0 18px 0 0
  }

  .lp .desktop-box p+span {
      padding-top: 15px
  }
}

@media (min-width: 1024px) {
  h2 {
      font-size:35px;
      line-height: 1.5
  }

  h3 {
      font-size: 22px
  }

  h4 {
      font-size: 20px
  }

  .custom-header .btn-default {
      background: #fff;
      border-color: #fff;
      box-shadow: 0 1px 3px 1px rgba(51,51,51,.15);
      color: #006dff
  }

  .footer-cols .col {
      border-left: 1px solid #e5e5e5;
      padding: 0 30px;
      width: 40%
  }

  .footer-cols .col.newsletter-col h4 {
      font-size: 18px
  }

  .footer-cols .col.newsletter-col p {
      margin: 0 0 30px
  }

  #mc_embed_signup form {
      padding: 0
  }

  .footer-cols .col.large {
      border-left: 0;
      width: 60%
  }

  .mobile-box {
      display: none
  }

  .footer-cols {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin: 0 -30px;
      text-align: left
  }

  .access-and-control-banner .banner-content {
      padding-top: 40px
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .flex-row .cnt-col.col4,.media-highlights .flex-row.flex_row .cnt-col {
      width: 33.33%
  }

  .trusted-transactions-banner .banner-content {
      padding: 46px 15px 70px;
      width: 50%
  }

  .trusted-transactions-banner .banner-col-img {
      padding-left: 15px;
      padding-right: 15px;
      width: 50%
  }

  .cnt-wit-tp-img-wrp.img-with-content-v2 {
      padding-top: 50px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .flex-row .cnt-col.col4 {
      width: 33.33%
  }

  .token-banner .banner-content {
      padding: 40px 15px;
      width: 48%
  }

  .token-banner .banner-col-img {
      padding-top: 39px;
      width: 52%
  }

  .token-banner .banner-content .caption-holder h1 {
      margin-bottom: 26px
  }

  .token-features.key-features-wrap {
      padding-bottom: 100px;
      padding-top: 82px
  }

  .token-features.key-features-wrap .row {
      margin: 0 -20px
  }

  .token-features.key-features-wrap .content_col.col {
      padding: 0 20px;
      width: 60%
  }

  .token-features.key-features-wrap .media_col.col {
      padding: 0 20px;
      width: 40%
  }

  .token-features.key-features-wrap .media_col.col .img-holder {
      margin: 0 0 0 -22px!important
  }

  .token-features.key-features-wrap .content_col.col ul {
      font-size: 18px;
      line-height: 1.4
  }

  .token-features.key-features-wrap .content_col ul li span.icon {
      left: 9px
  }

  .token-features.key-features-wrap .row.left .content_col.col {
      padding: 100px 20px
  }

  .token-nug-features.token-features.key-features-wrap .content_col.col {
      padding-bottom: 100px;
      padding-top: 100px
  }

  .banner-404 .caption-holder p {
      margin-bottom: 45px
  }
}

@media (min-width: 1200px) {
  .lp .custom-header {
      padding-bottom:17px;
      padding-top: 17px
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch:hover>a,.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li.active:hover>a,.scroll-header .custom-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
      color: grey
  }

  .nav-opener {
      display: none
  }

  .custom-menu-primary {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .7px;
      line-height: 20px;
      text-transform: uppercase
  }

  .user-menu {
      margin-right: -24px;
      padding: 12px 24px
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
      border-radius: 0 0 4px 4px;
      box-shadow: 0 0 10px rgba(51,51,51,.35);
      display: block;
      left: -7px;
      min-width: 160px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      top: 100%;
      -webkit-transition: opacity .4s linear,visibility .4s linear;
      transition: opacity .4s linear,visibility .4s linear;
      visibility: hidden;
      z-index: 1
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
      opacity: 1;
      visibility: visible
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
      color: #fff;
      content: "\e914";
      display: inline-block;
      font-family: icomoon;
      font-size: 16px;
      margin-left: 8px;
      -webkit-transition: -webkit-transform .3s linear;
      transition: -webkit-transform .3s linear;
      transition: transform .3s linear;
      transition: transform .3s linear,-webkit-transform .3s linear;
      vertical-align: top
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
      color: #006dff;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg)
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
      border-top: 1px solid #ededed;
      margin: 0;
      position: relative
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a,.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
      display: block;
      letter-spacing: .2px;
      padding: 14px 26px 13px;
      position: relative;
      -webkit-transition: color .3s linear,background .3s linear;
      transition: color .3s linear,background .3s linear;
      white-space: nowrap;
      z-index: 2
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a {
      white-space: normal
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: inherit;
      flex-wrap: nowrap
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child {
      display: block;
      width: 292px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2) {
      background-color: #f7f7f7;
      border-radius: 2px;
      display: inline-block;
      padding: 17px 22px 0;
      width: 255px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li ul {
      display: block
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul {
      background: transparent;
      display: block
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a {
      border-top: 1px solid hsla(0,0%,100%,.2);
      color: #4a4a4a;
      display: block;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.34;
      margin-top: 0;
      padding: 0 0 20px;
      text-transform: none
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul {
      background: transparent;
      border-top: 0;
      padding: 0 0 44px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li {
      border-bottom: 0;
      border-top: 0;
      margin: 0 0 24px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a {
      display: block;
      font-size: 13px;
      letter-spacing: .2px;
      letter-spacing: 0;
      padding: 14px 26px 13px;
      padding: 0;
      position: relative;
      -webkit-transition: color .3s linear,background .3s linear;
      transition: color .3s linear,background .3s linear;
      white-space: nowrap;
      white-space: normal;
      z-index: 2
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
      padding: 0
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li {
      border-top: 1px solid #ededed;
      position: relative
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li,.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:first-child {
      border: 0
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
      margin: 0
  }

  .custom-footer .content-wrapper {
      padding-bottom: 42px;
      padding-top: 60px
  }

  .footer-cols {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin: 0 -30px;
      text-align: left
  }

  .footer-cols.mobile-box {
      display: none
  }

  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a,.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
      color: grey
  }

  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after,.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
      color: #006dff
  }

  .no-banner .custom-header .btn-default,.scroll-header .custom-header .btn-default {
      border-color: #006dff;
      box-shadow: none;
      color: #006dff
  }

  .no-banner .custom-header .btn-default:hover,.scroll-header .custom-header .btn-default:hover {
      background: #f2f2f2
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
      background: #fff;
      bottom: 0;
      content: "";
      left: -7px;
      opacity: 0;
      position: absolute;
      right: -7px;
      top: 0;
      -webkit-transition: opacity .3s linear;
      transition: opacity .3s linear;
      z-index: -1
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:before {
      opacity: 1
  }

  .download-btns .d-flex {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  .lp .desktop-box {
      display: block
  }

  .lp .desktop-box p+span {
      padding-top: 27px
  }
}

@media (min-width: 1320px) {
  .content-wrapper,.dnd-section>.row-fluid,.footer .page-center,.header .page-center,.header .primary-section .page-center,.page-center {
      padding-left:20px;
      padding-right: 20px
  }

  h2 {
      font-size: 40px
  }

  h3 {
      font-size: 26px
  }

  h4 {
      font-size: 24px
  }

  .custom-header .btn-default {
      margin-left: 25px;
      min-width: 148px;
      padding: 13px 22px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
      font-size: 18px;
      margin-left: 11px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
      white-space: nowrap
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a,.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
      font-size: 13px;
      letter-spacing: 0;
      padding: 14px 26px 13px
  }

  .custom-footer {
      font-size: 16px;
      line-height: 24px
  }

  .custom-footer .content-wrapper {
      padding-bottom: 60px;
      padding-top: 95px
  }

  .footer-cols {
      margin: 0 -65px
  }

  .footer-cols .col {
      padding: 0 65px;
      width: 35.8%
  }

  .footer-cols .col.newsletter-col h4 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 22px
  }

  .footer-cols .col.newsletter-col p {
      margin: 0 0 20px
  }

  .footer-cols .col.large {
      padding: 0 65px;
      width: 64%
  }

  .footer-nav .hs-menu-wrapper>ul {
      margin: 0 -60px 0 -15px;
      padding-bottom: 4px
  }

  .footer-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a,.footer-nav .hs-menu-wrapper>ul>li>a {
      line-height: 28px
  }

  .footer-cols .col.newsletter-col form p {
      font-size: 16px;
      line-height: 24px
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .flex-row {
      margin: 0 -16px -33px
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .flex-row .cnt-col {
      padding: 0 16px 40px
  }

  .media-highlights {
      font-size: 24px;
      line-height: 1.33
  }

  .media-highlights .flex-row.flex_row {
      margin: 0 -16px 8px
  }

  .media-highlights .flex-row.flex_row .cnt-col {
      padding: 0 16px
  }

  .media-highlights.cnt-wit-tp-img-wrp .col-title {
      font-size: 24px
  }

  .trusted-transactions-banner .banner-content {
      padding-bottom: 50px
  }

  .trusted-transactions-banner .banner-col-img {
      padding-top: 81px
  }

  .cnt-wit-tp-img-wrp.img-with-content-v2 {
      padding-bottom: 9px;
      padding-top: 86px
  }

  .img-with-content-v2 h2.title {
      margin-bottom: 12px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .flex-row {
      padding-bottom: 30px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .flex-row .cnt-col.col4 {
      padding: 0 16px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .cnt-col.col4 .inner_spacing {
      padding: 0 35px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .col-title {
      font-size: 24px;
      line-height: 28px
  }

  .gdpr-card-content .top_sec .top_content p,.img-with-content-v2 .top_sec .top_content p {
      margin: 0 0 43px
  }

  .token-banner .banner-content {
      width: 52%
  }

  .token-banner .banner-col-img {
      width: 48%
  }

  .token-features.key-features-wrap .content_col.col {
      width: 56.5%
  }

  .token-features.key-features-wrap .media_col.col {
      width: 43.5%
  }

  .token-features.key-features-wrap .content_col.col ul {
      font-size: 20px;
      line-height: 1.4;
      padding: 4px 69px 0 0
  }

  .token-features.key-features-wrap .row.left .content_col.col {
      padding-bottom: 80px;
      padding-top: 86px
  }

  .token-features.key-features-wrap .content_col h2 {
      line-height: 52px;
      margin: 0 0 53px
  }

  .token-features.key-features-wrap .content_col.col ul .content ul {
      font-size: 20px;
      line-height: 1.4
  }

  .token-features.key-features-wrap .content_col.col ul .content ul li:before {
      height: 7px;
      left: 2px;
      top: 11px;
      width: 7px
  }

  .token-nug-features.token-features.key-features-wrap .content_col.col {
      padding-bottom: 85px;
      padding-top: 168px
  }

  .banner-404 .banner-inner {
      font-size: 20px;
      line-height: 28px
  }

  .banner-404 .caption-holder h1 {
      margin-bottom: 28px
  }

  .desktop-box p {
      margin: 0 0 30px
  }
}

@media (max-width: 1319px) {
  body {
      font-size:20px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a {
      font-size: 14px;
      letter-spacing: .2px;
      line-height: 20px
  }

  .media-highlights .flex-row.flex_row .cnt-col .inner_spacing {
      padding-bottom: 22px
  }

  .cnt-wit-tp-img-wrp.img-with-content-v2 .page-center {
      padding-left: 80px;
      padding-right: 80px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .title {
      margin: 0 0 .5em
  }
}

@media (max-width: 1319px) and (min-width:768px) {
  h1 {
      font-size:38px
  }
}

@media (max-width: 1199px) {
  .menu-drop {
      background:#fff;
      bottom: 0;
      display: block;
      left: 0;
      opacity: 0;
      position: absolute;
      position: fixed;
      right: 0;
      top: 80px;
      -webkit-transition: opacity .3s linear,visibility .3s linear;
      transition: opacity .3s linear,visibility .3s linear;
      visibility: hidden;
      z-index: 100
  }

  .custom-menu-primary {
      background: #006dff;
      font-size: 12px;
      font-weight: 700;
      height: calc(100% - 80px);
      letter-spacing: .7px;
      line-height: 22px;
      overflow-x: hidden;
      overflow-y: auto;
      text-transform: uppercase
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
      display: block
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
      padding: 14px 0 10px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
      color: hsla(0,0%,100%,.7);
      display: block;
      padding: 3px 20px
  }

  .custom-header .content-wrapper {
      padding-bottom: 14px;
      padding-top: 20px
  }

  .mobile-open .nav-opener:before {
      background: #006dff;
      top: 8px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg)
  }

  .mobile-open .nav-opener:after {
      background: #006dff;
      top: 8px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg)
  }

  .mobile-open .nav-opener span {
      opacity: 0
  }

  .mobile-open .custom-header {
      background: #fff
  }

  body.mobile-open {
      overflow: hidden
  }

  html {
      overflow: inherit
  }

  .mobile-open .menu-drop {
      opacity: 1;
      visibility: visible
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul ul {
      background: transparent
  }

  .custom-header .custom-menu-primary ul li {
      margin: 0
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
      font-size: 14px;
      line-height: 22px;
      padding: 2px 0 0
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
      color: #fff;
      display: block;
      padding: 3px 46px
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
      color: hsla(0,0%,100%,.7);
      display: block;
      letter-spacing: inherit;
      padding: 3px 20px
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .7px;
      line-height: 22px;
      text-transform: uppercase
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
      background: transparent;
      color: hsla(0,0%,100%,.7)
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li+li {
      border-top: 1px solid hsla(0,0%,100%,.2)
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:empty {
      padding: 0
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul ul li a {
      color: #fff;
      display: block;
      padding: 3px 46px
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
      color: #fff;
      opacity: .8
  }

  .user-menu {
      background: #fff;
      bottom: 0;
      left: 0;
      padding-top: 2px;
      position: fixed;
      right: 0
  }

  .custom-header .btn-default {
      border-color: #006dff!important;
      box-shadow: none!important;
      display: block;
      margin: 20px auto;
      width: 207px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a {
      border-top: 1px solid hsla(0,0%,100%,.2);
      color: hsla(0,0%,100%,.7);
      display: block;
      font-size: 12px;
      line-height: 22px;
      margin-top: 10px;
      padding: 17px 20px 3px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a {
      font-size: 14px;
      letter-spacing: .7px;
      line-height: 22px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul {
      padding: 0 0 10px
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
      color: hsla(0,0%,100%,.7)
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a,.custom-header .custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a {
      color: #fff
  }
}

@media (max-width: 1023px) {
  body {
      font-size:16px
  }

  body,h3,h4,h5,h6 {
      line-height: 1.5
  }

  .desktop-box-wrap {
      display: none
  }

  .footer-cols .col.newsletter-col form p {
      text-align: center
  }

  .media-highlights {
      padding-top: 60px
  }

  .token-features.key-features-wrap .content_col.col,.token-features.key-features-wrap .row.left .content_col.col {
      padding-left: 0;
      padding-right: 0;
      width: 100%
  }

  .token-features.key-features-wrap .row {
      display: block
  }

  .token-features.key-features-wrap .media_col.col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 39px
  }

  .lp .desktop-box {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      line-height: 16px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      flex-direction: column;
      justify-content: center;
      padding: 0
  }

  .lp .desktop-box p {
      display: none
  }

  .lp .desktop-box .social-networks {
      justify-content: center;
      margin-bottom: 0!important
  }

  .lp .desktop-box p+span {
      font-size: 12px;
      line-height: 16px
  }

  .lp .desktop-box span a {
      font-size: 14px;
      margin-left: 21px
  }

  .lp .desktop-box p+span br {
      display: none
  }
}

@media (max-width: 767px) {
  .footer-cols .col.newsletter-col {
      border-bottom:1px solid #e5e5e5;
      margin-bottom: 45px
  }

  #mc_embed_signup form {
      display: flex;
      flex-direction: column
  }

  #mc_embed_signup form .hs_email+div {
      order: 3
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .col-btn-grp {
      position: static
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .flex-row .cnt-col .tp-img-cnt {
      height: auto;
      padding: 0 0 35px
  }

  .award-recognition-sec.cnt-wit-tp-img-wrp .flex-row .cnt-col {
      padding: 0
  }

  .media-highlights {
      padding-bottom: 26px;
      padding-top: 46px
  }

  .media-highlights.cnt-wit-tp-img-wrp .col-title {
      font-size: 24px;
      line-height: 1.33
  }

  .media-highlights.cnt-wit-tp-img-wrp .col-btn-grp .btn_row {
      position: static
  }

  .media-highlights.cnt-wit-tp-img-wrp .tp-img-cnt {
      padding-bottom: 0
  }

  .trusted-transactions-banner .banner-col-img .image-holder {
      margin: 0
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .title {
      margin-bottom: 21px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .flex-row {
      margin: 0 auto;
      max-width: 450px;
      padding-top: 20px;
      row-gap: 0
  }

  .cnt-wit-tp-img-wrp.img-with-content-v2 .page-center {
      padding-left: 20px;
      padding-right: 20px
  }

  .featured-cols.style2 .feature-box .box-holder {
      padding: 0 10px
  }

  .img-with-content-v2.cnt-wit-tp-img-wrp .cnt-col.col4:last-child .inner_spacing {
      margin-bottom: 10px
  }

  .token-features.key-features-wrap .content_col.col {
      text-align: left
  }

  .token-features.key-features-wrap .media_col.col .img-holder {
      margin: 0!important
  }

  .lp .desktop-box .widget-type-rich_text>span>span>span,.lp .desktop-box p+span>span {
      display: block;
      margin-bottom: 22px
  }

  .lp .desktop-box span a {
      margin-left: 0
  }
}

@media (max-width: 374px) {
  .footer-cols .col.newsletter-col {
      margin-bottom:25px
  }

  .media-highlights.cnt-wit-tp-img-wrp .col-title {
      font-size: 20px
  }

  .media-highlights.cnt-wit-tp-img-wrp .col-btn-grp .btn_row a.hs-button {
      min-width: inherit;
      width: 100%
  }

  .media-highlights.cnt-wit-tp-img-wrp .col-btn-grp .btn_row,.media-highlights.cnt-wit-tp-img-wrp .col-btn-grp .btn_row>div {
      width: 100%
  }

  .lp .desktop-box p+span>span {
      margin-bottom: 10px
  }
}

[class*=" icon-"],[class^=icon-] {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.home-banner.banner_v2 .right_col.horizontal_flow .card_item div {
  aspect-ratio: unset!important;
  height: 100%!important;
  min-height: 100%!important;
  min-width: 100%!important;
  padding-bottom: 56.3%;
  z-index: 9
}

.banner_v2.home-banner .card_item.bg_ty_video .bnr_vid.iframe_banner_vid iframe.iframe_video {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.testimonials_sliderv2.recognition-slider .top_sec.noButton {
  margin: 0 0 40px;
  padding: 0
}

.testimonials_sliderv2.recognition-slider .top_sec.noButton h2.title {
  margin: 0
}

.testimonials_sliderv2.recognition-slider .bottom_row {
  padding-bottom: 85px
}

.testimonials_sliderv2.recognition-slider .splide .splide__track,.testimonials_sliderv2.recognition-slider .testmn_itemv2 {
  margin: 0
}

.testimonials_sliderv2.recognition-slider .testmn_inner_outer {
  padding: 0 10px
}

.testimonials_sliderv2.recognition-slider.img_al_right .left_col {
  order: 2;
  padding: 0;
  width: 100%
}

.testimonials_sliderv2.recognition-slider.img_al_right .right_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
  order: 1;
  padding: 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px
}

.testimonials_sliderv2.recognition-slider .right_col img.img_bg {
  display: block;
  height: auto;
  max-height: 62px;
  max-width: max-content;
  object-fit: contain;
  padding: 0;
  vertical-align: middle;
  width: 100%
}

.testimonials_sliderv2.recognition-slider .left_inner {
  margin: 0;
  text-align: center
}

.testimonials_sliderv2.recognition-slider .left_inner h3.name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.35px;
  line-height: 1.25;
  margin-bottom: 2px
}

.testimonials_sliderv2.recognition-slider .left_inner p {
  font-size: 16px;
  letter-spacing: -.35px;
  line-height: 1.25;
  margin: 0 0 1em
}

.testimonials_sliderv2.recognition-slider {
  background-image: linear-gradient(180deg,#fff 50%,#f7f7f7)
}

.testimonials_sliderv2.recognition-slider ul.splide__pagination {
  bottom: 28px
}

.testimonials_sliderv2.recognition-slider ul.splide__pagination li {
  padding: 0 6px
}

.testimonials_sliderv2.recognition-slider ul.splide__pagination li button {
  background-color: #d8d8d8;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  height: 12px;
  margin: 0;
  min-width: 0;
  opacity: 1;
  text-transform: uppercase;
  width: 12px
}

.testimonials_sliderv2.recognition-slider ul.splide__pagination li button.splide__pagination__page.is-active {
  background-color: #8665a1;
  opacity: 1;
  transform: unset
}

.two-col-content.trusted-section .content-col {
  padding: 20px 8% 20px 86px;
  width: 62%
}

.two-col-content.trusted-section .media_column.img-col {
  padding: 0;
  width: 38%
}

.two-col-content.trusted-section .content-col h2,.two-col-content.verified-section .content-col h2 {
  line-height: 1.3;
  margin-bottom: 24px
}

.two-col-content.trusted-section .content-col .description,.two-col-content.verified-section .content-col .description {
  margin: 0
}

.two-col-content.trusted-section .content-col p,.two-col-content.verified-section .content-col p {
  margin: 0 0 32px
}

.two-col-content.trusted-section .media_column.img-col .mediaimg {
  margin: 0 0 0 -60px
}

.two-col-content.trusted-section .content-col .btn_row {
  margin: 0
}

.two-col-content.trusted-section.two-col-with-popup .content-col .btn_row a.hs-sec-btn {
  margin-bottom: 4px;
  margin-top: 8px;
  min-width: 196px
}

.two-col-content.trusted-section .content-col .btn_row a.hs-sec-btn,.two-col-content.verified-section .btn-items a.hs-sec-btn {
  -webkit-appearance: none;
  background-color: #006dff;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 4px;
  outline: none;
  padding: 14px 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .3s ease,background .3s ease,border-color .3s ease,opacity .3s ease;
  transition: color .3s ease,background .3s ease,border-color .3s ease,opacity .3s ease
}

.two-col-content.trusted-section.two-col-with-popup .content-col .btn_row a.hs-sec-btn i.icon-play {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 28px;
  margin: -4px 8px -4px -4px;
  position: relative;
  vertical-align: top;
  width: 28px
}

.two-col-content.trusted-section.two-col-with-popup .content-col .btn_row a.hs-sec-btn i.icon-play:before {
  border-color: transparent transparent transparent #006dff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
  left: 50%;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.cnt-wit-tp-img-wrp.nuggets-is-unique .top_sec.noButton {
  margin-bottom: 60px;
  padding: 0
}

.cnt-wit-tp-img-wrp.nuggets-is-unique .top_sec.noButton h2.title {
  margin: 0
}

.cnt-wit-tp-img-wrp.nuggets-is-unique .flex-row.flex_row {
  gap: 0;
  margin: 0 -15px
}

.cnt-wit-tp-img-wrp.nuggets-is-unique .cnt-col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px
}

.cnt-wit-tp-img-wrp.nuggets-is-unique .cnt-col .tp-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  min-height: 65px
}

.cnt-wit-tp-img-wrp.nuggets-is-unique .cnt-col h3.col-title {
  color: inherit;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  margin: 0
}

.two-col-content.mordern-banking.psp.key.bsa {
  background: transparent
}

.two-col-content.verified-section {
  background: linear-gradient(180deg,#fff 0,#f7f7f7)
}

.two-col-content.verified-section .media_column.img-col {
  padding: 0;
  width: 38%
}

.two-col-content.verified-section .content-col {
  padding: 44px 10px 47px 76px;
  width: 62%
}

.two-col-content.verified-section .media_column .mediaimg {
  margin: 0 -60px 0 0
}

.two-col-content.verified-section .btn_row {
  margin: 0
}

.two-col-content.trusted-section .btn_row a.hs-button,.two-col-content.verified-section .btn_row a.hs-button {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
  margin-top: 8px;
  min-width: 196px
}

.two-col-content.trusted-section.twoinfo-section .content-col {
  padding: 44px 8% 20px 86px
}

.two-col-content.left.trusted-section .right_media_image .media_column.img-col .mediaimg {
  margin: 0 0 0 -60px
}

.testimonials_sliderv2.home-testimonial {
  padding: 0
}

.testimonials_sliderv2.home-testimonial .bottom_row {
  padding: 80px 0 125px
}

.two-col-content.trusted-section.trusted2 {
  background-color: #fff;
  background-image: none
}

.testimonials_sliderv2.home-testimonial .splide .splide__track,.testimonials_sliderv2.home-testimonial .testmn_itemv2 {
  margin: 0
}

.testimonials_sliderv2.home-testimonial .col6 {
  padding: 0;
  padding: 0 15px
}

.testimonials_sliderv2.home-testimonial .flex_row {
  margin: 0 -15px
}

.testimonials_sliderv2.home-testimonial .left_col .left_inner {
  display: flex;
  flex-wrap: wrap;
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
  padding: 100px 40px 10px 0;
  position: relative
}

.testimonials_sliderv2.home-testimonial .left_col .left_inner:before {
  color: #8665a1;
  content: "\201C";
  display: block;
  font-size: 170px;
  font-weight: 700;
  left: -5px;
  line-height: 1;
  position: absolute;
  top: 0
}

.testimonials_sliderv2.home-testimonial .left_col {
  padding-left: 160px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%
}

.testimonials_sliderv2.home-testimonial .left_col .left_inner .text_box {
  order: 1;
  width: 100%
}

.testimonials_sliderv2.home-testimonial .left_col .left_inner h3.name {
  order: 2;
  width: 100%
}

.testimonials_sliderv2.home-testimonial .right_col.col6.cm_trns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px 0 75px;
  width: 40%
}

.testimonials_sliderv2.home-testimonial .right_col.col6.cm_trns .img_bg {
  background-position: 86%;
  background-size: contain;
  height: auto!important;
  max-width: 275px;
  padding-bottom: 0!important;
  padding-top: 35px
}

.testimonials_sliderv2.home-testimonial .left_col .left_inner h3,.testimonials_sliderv2.home-testimonial .left_col .left_inner p.rolee {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: auto
}

.testimonials_sliderv2.home-testimonial .left_col .left_inner p.rolee {
  order: 3;
  width: 100%
}

.testimonials_sliderv2.home-testimonial .left_col .left_inner h3 {
  font-weight: 700
}

.testimonials_sliderv2.home-testimonial .left_col .left_inner .text_box p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px
}

.testimonials_sliderv2.home-testimonial .bottom_row ul.splide__pagination {
  bottom: 28px
}

.testimonials_sliderv2.home-testimonial .bottom_row ul.splide__pagination li {
  padding: 0 8px
}

.testimonials_sliderv2.home-testimonial .bottom_row ul.splide__pagination li button {
  background-color: #d8d8d8;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  font-size: 0;
  height: 16px;
  line-height: 0;
  margin: 0;
  min-width: 0;
  opacity: 1;
  width: 16px
}

.testimonials_sliderv2.home-testimonial ul.splide__pagination li button.is-active {
  background-color: #8665a1;
  transform: none
}

.cnt-wit-tp-img-wrp.latest-article .top_sec.noButton {
  margin-bottom: 50px;
  padding: 0
}

.cnt-wit-tp-img-wrp.latest-article .top_sec.noButton h2.title {
  font-size: 40px;
  margin: 0
}

.cnt-wit-tp-img-wrp.latest-article .flex-row.flex_row {
  gap: 0;
  margin: 0 -15px
}

.two-col-content.mordern-banking.psp.DeFi {
  background: linear-gradient(180deg,#fff 0,#f7f7f7);
  padding-bottom: 70px
}

.cnt-wit-tp-img-wrp.latest-article .cnt-col {
  padding: 0 15px
}

.cnt-wit-tp-img-wrp.latest-article .inner_spacing {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  line-height: 1.5
}

.cnt-wit-tp-img-wrp.latest-article .tp-img {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(51,51,51,.2);
  margin: 0 auto 30px;
  max-width: 320px;
  position: relative;
  width: 100%
}

.cnt-wit-tp-img-wrp.latest-article .tp-img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%
}

.cnt-wit-tp-img-wrp.latest-article .tp-img:after {
  content: "";
  display: block;
  padding-top: 50%;
  width: 0
}

.cnt-wit-tp-img-wrp.latest-article .splide__track {
  overflow: visible
}

.cnt-wit-tp-img-wrp.latest-article .tp-img-cnt h3.col-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px
}

.cnt-wit-tp-img-wrp.latest-article .tp-img-cnt .tp-img-cnt-inner {
  padding: 0 45px 27px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative
}

.cnt-wit-tp-img-wrp.latest-article .tp-img-cnt .btn_row,.cnt-wit-tp-img-wrp.latest-article .tp-img-cnt .col-btn-grp {
  margin: 0
}

.cnt-wit-tp-img-wrp.latest-article .tp-img-cnt a.hs-button {
  background-color: transparent;
  border: 0;
  bottom: 0;
  color: #006dff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  vertical-align: middle
}

.cnt-wit-tp-img-wrp.latest-article {
  background-image: linear-gradient(180deg,#fff 50%,#f7f7f7)
}

.banner_v2.contact-popup .flex_row.roww_1 {
  display: block;
  text-align: center
}

.banner_v2.contact-popup .col6 {
  padding: 0;
  width: 100%
}

.banner_v2.contact-popup .left_col h2 {
  margin: 0 0 .5em
}

.banner_v2.contact-popup .left_col p {
  margin: 0 0 31px
}

.banner_v2.contact-popup .left_col .btn_wrap {
  margin: 0;
  text-align: center
}

.banner_v2.contact-popup .left_col .btn_row {
  justify-content: center;
  margin: 0
}

.banner_v2.contact-popup .left_col .btn_row a.popupBtn.popup_form.hs-button {
  background-color: #006dff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 5px 0 4px;
  min-width: 196px;
  outline: none;
  padding: 14px 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase
}

.banner_v2.contact-popup .left_col p:last-child {
  margin-bottom: 20px
}

.banner_v2.contact-popup .right_col.count1.col6 {
  padding-top: 25px
}

.banner_v2.contact-popup .right_col.count1.col6 .col12 {
  padding: 0
}

.banner_v2.contact-popup .right_col.count1.col6 .col12>div {
  display: block;
  height: 100%;
  overflow: visible
}

.banner_v2.contact-popup .right_col.count1.col6 .bg_el.bg_img {
  background-size: contain;
  min-height: 358px;
  position: relative
}

.banner_v2.contact-popup .popup_modal_box_inner {
  padding: 38px 60px 57px;
  width: 100%
}

.banner_v2.contact-popup .popup_modal .popup_modal_box {
  border-radius: 8px;
  max-width: 800px;
  width: 100%
}

.banner_v2.contact-popup .content_box {
  padding: 0;
  text-align: center
}

.banner_v2.contact-popup .popup_modal .form__box {
  padding: 0
}

.banner_v2.contact-popup .content_box a {
  display: block;
  margin: 0 auto 11px;
  width: 40px
}

.banner_v2.contact-popup .content_box h3 {
  font-size: 24px;
  margin-bottom: 30px
}

.banner_v2.contact-popup .popup_modal {
  background: rgba(0,0,0,.5)
}

.banner_v2.contact-popup .popup_modal .closeIcon {
  background-color: transparent;
  display: inline-block;
  height: 44px;
  padding: 8px;
  width: 44px
}

.banner_v2.contact-popup .popup_modal .closeIcon svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  fill: #fff
}

.home-banner a.hs-button,.home-banner a.hs-button:hover {
  background-color: #8a4aa0;
  border-color: #8a4aa0;
  border-radius: 10px
}

.banner_v2.contact-popup .popup_modal .closeIcon svg path {
  fill: #fff
}

.two-col-content.trusted-section .popup_modal_box_inner {
  border: 8px solid #fff;
  border-radius: 6px
}

.custom-banner.case-studies-banks-banner .banner-content {
  padding: 40px 15px;
  width: 46.2%
}

.custom-banner.case-studies-banks-banner .caption-holder h1 {
  letter-spacing: -1px;
  margin-bottom: 26px
}

.custom-banner.case-studies-banks-banner .banner-col-img {
  align-items: center;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 39px;
  width: 53.8%
}

.custom-banner.case-studies-banks-banner .image-holder.item1 {
  margin: 0;
  max-width: inherit;
  width: 230px
}

.custom-banner.case-studies-banks-banner .image-holder.item2 {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 -100px 10px 0;
  max-width: inherit;
  width: calc(100% - 130px)
}

.custom-banner.case-studies-banks-banner .banner-inner .row {
  align-items: flex-end
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  font-size: 14px
}

.two-col-content.mordern-banking .columns_rowo_wrap {
  text-align: center
}

.two-col-content.mordern-banking .col12 {
  padding: 0
}

.two-col-content.mordern-banking .content-col .description {
  margin: 0
}

.two-col-content.mordern-banking .description h2 {
  margin: 0 -17px 12px
}

.two-col-content.mordern-banking .description p {
  letter-spacing: .4px;
  margin: 0 0 43px
}

.two-col-content.mordern-banking .single-img {
  margin: 92px 0 134px
}

.two-col-content.mordern-banking .flex_row {
  display: block
}

.two-col-content.mordern-banking .single-img img {
  max-width: 1210px
}

.cnt-wit-tp-img-wrp.the-benefits .top_sec.noButton {
  margin: 0;
  padding: 0
}

.cnt-wit-tp-img-wrp.the-benefits h2.title {
  margin-bottom: 18px
}

.cnt-wit-tp-img-wrp.the-benefits .top_content {
  margin: 0 0 1em
}

.cnt-wit-tp-img-wrp.the-benefits .flex-row {
  Padding-top: 70px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  gap: 0!important;
  justify-content: flex-start;
  margin: 0 -16px 8px
}

.cnt-wit-tp-img-wrp.the-benefits .cnt-col {
  padding: 0 16px
}

.cnt-wit-tp-img-wrp.the-benefits .cnt-col .tp-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-height: 73px;
  min-height: 73px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cnt-wit-tp-img-wrp.the-benefits .cnt-col h3.col-title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 11px
}

.cnt-wit-tp-img-wrp.the-benefits .cnt-col p {
  font-size: 16px;
  line-height: 1.5
}

.cnt-wit-tp-img-wrp.the-benefits .cnt-col .inner_spacing {
  margin-bottom: 93px;
  padding: 0 40px
}

.cnt-wit-tp-img-wrp.the-benefits.customer-authentication h2.title {
  margin: 0 0 5px
}

.cnt-wit-tp-img-wrp.the-benefits.customer-authentication .flex-row {
  justify-content: center;
  margin: 0 auto 45px;
  padding-bottom: 30px;
  padding-top: 13px
}

.cnt-wit-tp-img-wrp.the-benefits.customer-authentication .top_content {
  margin-bottom: 45px
}

.cnt-wit-tp-img-wrp.the-benefits.customer-authentication .cnt-col h3.col-title {
  line-height: 28px
}

.cnt-wit-tp-img-wrp.the-benefits.customer-authentication .cnt-col .inner_spacing {
  margin-bottom: 57px;
  padding: 0 35px
}

.cnt-wit-tp-img-wrp.customer-authentication {
  padding-bottom: 78px;
  padding-top: 82px
}

.two-col-content.mordern-banking.identify-and-payment .single-img img {
  max-width: 731px
}

.two-col-content.mordern-banking.identify-and-payment .single-img {
  margin: 65px 0 18px
}

.two-col-content.mordern-banking.identify-and-payment {
  padding-bottom: 78px;
  padding-top: 82px
}

.two-col-content.mordern-banking.psp .single-img {
  margin: 0
}

.cnt-wit-tp-img-wrp.the-benefits .cnt-col .tp-img img {
  height: 100%
}

.custom-banner.contactless-delivery .image-holder {
  margin: 0
}

.two-col-content.mordern-banking .description ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px
}

.two-col-content.mordern-banking .description ul li {
  margin: 0;
  position: relative
}

.two-col-content.mordern-banking .description ul li:before {
  background: #4a4a4a;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 10px 2px;
  vertical-align: middle;
  width: 6px
}

.two-col-content.mordern-banking.psp.key {
  background: linear-gradient(180deg,#fff 0,#f7f7f7)
}

.two-col-content.mordern-banking.psp.key .description ul {
  text-align: left
}

.custom-banner.faq-banner .banner-content {
  padding-bottom: 40px;
  padding-right: 15px;
  padding-top: 40px
}

.dnd_padd.accordion_wrap.faqs-acc {
  background-image: linear-gradient(180deg,#fff 20%,#f2f2f2);
  padding-bottom: 102px;
  padding-top: 82px
}

.dnd_padd.accordion_wrap.faqs-acc .top_sec.noButton {
  margin: 0;
  padding: 0;
  text-align: left
}

.dnd_padd.accordion_wrap.faqs-acc .top_sec.noButton h2.title {
  margin: 0 0 10px
}

.dnd_padd.accordion_wrap.faqs-acc .acc-item {
  margin: 0
}

.dnd_padd.accordion_wrap.faqs-acc .acctitle {
  border-radius: 0;
  box-shadow: none;
  color: #4a4a4a;
  display: block;
  font-weight: 700;
  line-height: 1.33;
  padding: 40px 60px 36px 0!important;
  position: relative
}

.dnd_padd.accordion_wrap.faqs-acc .acc-item {
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0
}

.dnd_padd.accordion_wrap.faqs-acc .acctitle:hover {
  opacity: .8;
  text-decoration: none
}

.dnd_padd.accordion_wrap.faqs-acc .acc-content {
  border-radius: 0;
  box-shadow: none;
  padding: 0!important
}

.dnd_padd.accordion_wrap.faqs-acc .acc-content p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 27px
}

.accordion_wrap.faqs-acc .acc-item .acc-content .desc p:last-child {
  margin: 0 0 27px
}

.dnd_padd.accordion_wrap.faqs-acc .acc-content .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin: 53px -104px 54px 0!important;
  max-height: inherit!important;
  max-width: 100%!important;
  max-width: inherit!important;
  min-width: 100%!important;
  width: auto!important
}

.dnd_padd.accordion_wrap.faqs-acc .acc-content .hs-responsive-embed-wrapper.hs-responsive-embed .hs-responsive-embed-inner-wrapper {
  padding-bottom: 58%!important
}

.dnd_padd.accordion_wrap.faqs-acc .acc-content .desc {
  padding-right: 104px
}

.accordion_wrap.faqs-acc .acc-item .carrortwrap {
  right: 20px
}

.accordion_wrap.faqs-acc .acc-item .carrortwrap svg {
  fill: #006dff
}

.dnd_padd.accordion_wrap.faqs-acc.the-app-cc {
  background: #fff
}

.dnd_padd.accordion_wrap.faqs-acc .acctitle h4 {
  font-size: 24px
}

.custom-banner.blockchain-banner .row {
  padding-top: 5%
}

.custom-banner.blockchain-banner .banner-content {
  padding-bottom: 150px;
  padding-right: 10%;
  padding-top: 40px
}

.custom-banner.blockchain-banner .banner-content h1 {
  margin: 0
}

.custom-banner.blockchain-banner .image-holder.item1 {
  padding-bottom: 26%
}

.two-col-content.mordern-banking.blockchain-full.psp .content-col .description {
  text-align: left
}

.two-col-content.mordern-banking.blockchain-full.psp .content-col .description p {
  letter-spacing: 0;
  margin-bottom: 15px
}

.two-col-content.mordern-banking.blockchain-full.psp {
  padding-bottom: 9px;
  padding-top: 95px
}

.two-col-content.privacy-fullwidth {
  background: #fff;
  font-size: 20px;
  letter-spacing: .25px;
  line-height: 28px
}

.two-col-content.privacy-fullwidth .page-center {
  padding: 106px 140px 130px 20px
}

.two-col-content.privacy-fullwidth .content-col {
  padding: 0
}

.two-col-content.privacy-fullwidth .content-col p {
  margin: 0 0 28px
}

.two-col-content.privacy-fullwidth .content-col ul {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 40px
}

.two-col-content.privacy-fullwidth .content-col ul li,.two-col-content.privacy-fullwidth .content-col ul li ul {
  margin: 0
}

.two-col-content.mordern-banking.psp.open-pos .description {
  text-align: left
}

.two-col-content.mordern-banking.psp.open-pos .description h2 {
  margin: 0 0 10px
}

.two-col-content.mordern-banking.psp.open-pos {
  background-image: linear-gradient(180deg,#fff 20%,#f2f2f2)
}

.two-col-content.mordern-banking.psp.open-pos .description p {
  letter-spacing: 0;
  margin: 0 0 1em
}

.cnt-wit-tp-img-wrp.business-section .top_sec.noButton {
  margin: 0;
  padding: 0
}

.cnt-wit-tp-img-wrp.business-section h2.title {
  margin: 0 -17px 12px
}

.cnt-wit-tp-img-wrp.business-section .top_sec.noButton .top_content {
  letter-spacing: .4px;
  margin: 0 0 43px
}

.cnt-wit-tp-img-wrp.business-section .flex-row {
  gap: 0!important;
  margin: 0 -16px 8px
}

.cnt-wit-tp-img-wrp.business-section .cnt-col {
  margin-bottom: 32px;
  min-height: 296px;
  padding: 0 16px
}

.cnt-wit-tp-img-wrp.business-section .cnt-col .inner_spacing {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  padding: 54px 25px 40px;
  text-align: center;
  width: 100%
}

.cnt-wit-tp-img-wrp.business-section .cnt-col .tp-img {
  display: block;
  margin: 0 0 10px;
  min-height: 52px;
  width: 100%
}

.cnt-wit-tp-img-wrp.business-section h3.col-title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 13px
}

.cnt-wit-tp-img-wrp.business-section .splide__track {
  overflow: visible;
  padding-top: 10px
}

.cnt-wit-tp-img-wrp.business-section.good-transactions .top_sec.noButton .top_content {
  letter-spacing: 0;
  margin-bottom: 30px
}

.cnt-wit-tp-img-wrp.business-section.good-transactions h2.title {
  margin: 0 0 5px
}

.cnt-wit-tp-img-wrp.business-section.good-transactions .cnt-col {
  margin-bottom: 32px;
  min-height: 282px
}

.cnt-wit-tp-img-wrp.business-section.good-transactions .cnt-col .inner_spacing {
  height: 100%;
  padding: 18px 28px 3px
}

.business-nugg.cnt-wit-tp-img-wrp .bototm_btn .btn_row {
  margin-top: 0
}

.cnt-wit-tp-img-wrp.business-nugg .top_sec.noButton {
  margin: 0;
  padding: 0
}

.cnt-wit-tp-img-wrp.business-nugg .top_sec.noButton h2.title {
  margin-bottom: 18px
}

.cnt-wit-tp-img-wrp.business-nugg .flex-row {
  gap: 0!important;
  margin: 0 -16px 30px
}

.cnt-wit-tp-img-wrp.business-nugg .cnt-col {
  padding: 0 16px
}

.cnt-wit-tp-img-wrp.business-nugg .inner_spacing.theme {
  margin-bottom: 32px;
  padding: 39px 28px 0
}

.cnt-wit-tp-img-wrp.business-nugg .inner_spacing .tp-img {
  display: block;
  margin: 0 0 10px;
  min-height: 52px
}

.cnt-wit-tp-img-wrp.business-nugg .inner_spacing .tp-img img {
  height: auto;
  max-width: 71px;
  vertical-align: middle;
  width: 100%
}

.cnt-wit-tp-img-wrp.business-nugg .inner_spacing h3.col-title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 13px
}

.cnt-wit-tp-img-wrp.business-nugg .inner_spacing p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-align: center
}

.cnt-wit-tp-img-wrp.business-nugg .btn_row {
  margin: 0
}

.cnt-wit-tp-img-wrp.business-nugg .btn_row a.hs-button {
  letter-spacing: 0;
  padding: 14px 26px;
  text-transform: uppercase
}

.cnt-wit-tp-img-wrp.services-directive .top_sec.noButton {
  margin: 0;
  padding: 0
}

.cnt-wit-tp-img-wrp.services-directive .top_sec.noButton h2.title {
  margin: 0 -17px 12px
}

.cnt-wit-tp-img-wrp.services-directive .top_sec.noButton p {
  letter-spacing: .4px;
  margin: 0 0 43px
}

.cnt-wit-tp-img-wrp.services-directive .flex-row {
  gap: 0!important;
  max-width: inherit;
  padding-bottom: 30px;
  padding-top: 13px
}

.cnt-wit-tp-img-wrp.services-directive .cnt-col {
  padding: 0 16px
}

.cnt-wit-tp-img-wrp.services-directive .inner_spacing {
  margin-bottom: 57px;
  padding: 0 35px;
  width: 100%
}

.cnt-wit-tp-img-wrp.services-directive .tp-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  max-height: 73px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 8px;
  min-height: 52px
}

.cnt-wit-tp-img-wrp.services-directive .tp-img img {
  max-height: 100%
}

.cnt-wit-tp-img-wrp.services-directive h3.col-title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 9px
}

.cnt-wit-tp-img-wrp.services-directive .tp-img-cnt-inner p {
  font-size: 16px;
  letter-spacing: .4px;
  line-height: 1.5;
  margin: 0
}

.privacy-fullwidth ol ol {
  padding-left: 0
}

.privacy-fullwidth ol li ol {
  padding-top: 8px
}

.privacy-fullwidth ol li ol:last-child {
  padding-bottom: 0
}

.privacy-fullwidth ol {
  counter-reset: item;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0
}

.privacy-fullwidth ol li:before {
  content: counters(item,".") ".";
  counter-increment: item;
  float: left;
  margin: 0 6px 0 0
}

.privacy-fullwidth ol li {
  margin: 0;
  padding-bottom: 8px
}

.privacy-fullwidth ol li ol li:before {
  content: counters(item,".") ""
}

.privacy-fullwidth ol.latin li:before {
  content: counter(item,lower-latin) " )"
}

.privacy-fullwidth ol.latin li {
  padding-bottom: 0
}

.two-col-content.mordern-banking.psp.works {
  background: linear-gradient(180deg,#fff 0,#f7f7f7)
}

.two-col-content.trusted-section .content-col ol,.two-col-content.trusted-section .content-col ul,.two-col-content.verified-section .content-col ul {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 40px
}

.two-col-content.trusted-section .content-col ol li,.two-col-content.trusted-section .content-col ul li,.two-col-content.verified-section .content-col ul li {
  margin: 0
}

.two-col-content.mordern-banking.duplicate-key .media_column img {
  max-width: 678px
}

.two-col-content.mordern-banking.duplicate-key .single-img {
  margin: 41px 0 23px
}

@media(min-width: 768px) {
  .two-col-content.mordern-banking .description ul li:before {
      height:8px;
      margin: 0 10px 6px;
      width: 8px
  }

  .privacy-fullwidth ol li {
      padding-bottom: 15px
  }

  .privacy-fullwidth ol li ol {
      padding-top: 15px
  }
}

@media(max-width: 1440px) {
  .custom-banner.case-studies-banks-banner .image-holder.item2 {
      margin:0 0 10px;
      width: calc(100% - 230px)
  }
}

@media(max-width: 1320px) {
  .cnt-wit-tp-img-wrp.nuggets-is-unique .cnt-col h3.col-title {
      font-size:20px
  }

  .cnt-wit-tp-img-wrp.business-section .top_sec.noButton {
      padding-left: 60px;
      padding-right: 60px
  }

  .cnt-wit-tp-img-wrp.business-section .cnt-col {
      padding: 0 10px
  }

  .cnt-wit-tp-img-wrp.business-section .flex-row {
      margin: 0 -10px 8px
  }

  .cnt-wit-tp-img-wrp.business-section .top_sec.noButton .top_content {
      margin: 0 0 20px
  }

  .cnt-wit-tp-img-wrp.business-section {
      padding-bottom: 20px;
      padding-top: 50px
  }

  .two-col-content.privacy-fullwidth .page-center {
      padding: 106px 30px 172px
  }

  .custom-banner.blockchain-banner .banner-content {
      padding-bottom: 10px;
      padding-top: 40px
  }

  .testimonials_sliderv2.home-testimonial .left_col {
      padding-left: 49px
  }

  .dnd_padd.accordion_wrap.faqs-acc .acc-content .desc {
      padding-right: 0
  }

  .testimonials_sliderv2.home-testimonial .left_col .left_inner .text_box p {
      font-size: 32px;
      line-height: 1.35;
      margin-bottom: 24px
  }

  .testimonials_sliderv2.home-testimonial .right_col.col6.cm_trns {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      padding: 0 15px
  }

  .cnt-wit-tp-img-wrp.business-section h3.col-title {
      font-size: 20px;
      line-height: 24px;
      margin: 0 0 13px
  }

  .cnt-wit-tp-img-wrp.business-section h2.title {
      margin: 0 0 .5em
  }

  .cnt-wit-tp-img-wrp.business-section .cnt-col .inner_spacing {
      margin-bottom: 32px;
      min-height: 250px
  }

  .testimonials_sliderv2.home-testimonial .left_col .left_inner {
      font-size: 32px;
      padding: 75px 40px 10px 0
  }

  .testimonials_sliderv2.home-testimonial .left_col .left_inner:before {
      font-size: 125px
  }

  .cnt-wit-tp-img-wrp.latest-article .tp-img {
      margin-bottom: 20px;
      max-width: 220px
  }

  .cnt-wit-tp-img-wrp.business-section.verification {
      padding-bottom: 50px;
      padding-top: 0
  }

  .cnt-wit-tp-img-wrp.latest-article .tp-img-cnt h3.col-title {
      font-size: 20px
  }

  .cnt-wit-tp-img-wrp.latest-article .top_sec.noButton h2.title {
      font-size: 35px;
      line-height: 1.5
  }

  .custom-banner.case-studies-banks-banner .image-holder.item2 {
      width: calc(100% - 200px)
  }

  .custom-banner.case-studies-banks-banner .image-holder.item1 {
      width: 220px
  }

  .custom-banner.case-studies-banks-banner .banner-col-img {
      padding-top: 39px;
      width: 52%
  }

  .custom-banner.case-studies-banks-banner .banner-content {
      width: 48%
  }

  .two-col-content.mordern-banking {
      padding: 50px 80px 20px
  }

  .two-col-content.mordern-banking .page-center {
      padding: 0
  }

  .two-col-content.mordern-banking .description h2 {
      margin: 0 0 .5em
  }

  .two-col-content.mordern-banking .description p {
      margin: 0 0 20px
  }

  .two-col-content.mordern-banking .single-img {
      margin: 50px 0 36px
  }

  .cnt-wit-tp-img-wrp.services-directive .inner_spacing {
      padding: 0 10px
  }

  .cnt-wit-tp-img-wrp.services-directive h3.col-title {
      font-size: 20px;
      line-height: 24px;
      margin: 0 0 9px
  }

  .cnt-wit-tp-img-wrp.services-directive {
      padding-bottom: 20px;
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 50px
  }
}

@media(max-width: 1024px) {
  .two-col-content.trusted-section.right .content-col {
      padding:45px
  }

  .two-col-content.trusted-section .flex_row.flex_center {
      gap: 0
  }

  .two-col-content.privacy-fullwidth .page-center {
      padding: 70px 30px
  }

  .two-col-content.privacy-fullwidth .content-col p {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1.5;
      margin: 0 0 23px
  }

  .two-col-content.mordern-banking.identify-and-payment {
      padding: 60px 30px
  }

  .dnd_padd.accordion_wrap.faqs-acc .acc-content p {
      font-size: 16px!important;
      line-height: 1.5;
      margin: 0 0 24px
  }

  .accordion_wrap.faqs-acc .acc-item .acc-content .desc p:last-child {
      margin: 0 0 24px
  }

  .dnd_padd.accordion_wrap.faqs-acc .acctitle {
      padding: 25px 60px 25px 0!important
  }

  .dnd_padd.accordion_wrap.faqs-acc .acctitle h4 {
      font-size: 20px
  }

  .cnt-wit-tp-img-wrp.nuggets-is-unique .cnt-col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 35px;
      max-width: 50%
  }

  .cnt-wit-tp-img-wrp.nuggets-is-unique .cnt-col h3.col-title {
      font-size: 16px
  }

  .cnt-wit-tp-img-wrp.nuggets-is-unique .top_sec.noButton {
      margin-bottom: 45px
  }

  .two-col-content.trusted-section.twoinfo-section .content-col,.two-col-content.verified-section .content-col {
      padding: 45px
  }

  .testimonials_sliderv2.home-testimonial .bottom_row {
      padding: 40px 0 80px;
      position: relative
  }

  .testimonials_sliderv2.home-testimonial .left_col .left_inner .text_box p {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.35
  }

  .testimonials_sliderv2.home-testimonial .bottom_row ul.splide__pagination li button {
      height: 12px;
      width: 12px
  }

  .testimonials_sliderv2.home-testimonial .bottom_row ul.splide__pagination li {
      padding: 0 6px
  }

  .cnt-wit-tp-img-wrp.latest-article .tp-img {
      max-width: 160px
  }

  .cnt-wit-tp-img-wrp.latest-article .tp-img-cnt .tp-img-cnt-inner {
      padding: 0 15px 35px
  }

  .cnt-wit-tp-img-wrp.latest-article .tp-img-cnt h3.col-title {
      font-size: 16px;
      margin: 0 auto 10px;
      max-width: 300px
  }

  .custom-banner.case-studies-banks-banner .banner-content {
      text-align: center;
      width: 100%
  }

  .custom-banner.case-studies-banks-banner .caption-holder h1 {
      letter-spacing: .7px;
      margin-bottom: 15px
  }

  .custom-banner.case-studies-banks-banner .banner-col-img {
      justify-content: flex-start;
      margin: 0 auto;
      max-width: 400px;
      padding: 0;
      width: 100%
  }

  .custom-banner.case-studies-banks-banner .image-holder.item2 {
      width: 360px
  }

  .two-col-content.mordern-banking {
      padding-bottom: 30px;
      padding-top: 46px
  }

  .two-col-content.mordern-banking .single-img {
      margin: 40px 0 36px
  }

  .two-col-content.mordern-banking .description p {
      margin: 0 0 24px
  }

  .cnt-wit-tp-img-wrp.the-benefits .cnt-col {
      padding: 0 10px;
      width: 50%
  }

  .cnt-wit-tp-img-wrp.the-benefits {
      padding-bottom: 5px;
      padding-top: 60px
  }

  .cnt-wit-tp-img-wrp.the-benefits .cnt-col h3.col-title {
      font-size: 20px;
      margin: 0 0 13px
  }

  .cnt-wit-tp-img-wrp.the-benefits .cnt-col .inner_spacing {
      padding: 0 10px
  }

  .cnt-wit-tp-img-wrp.the-benefits .flex-row {
      margin: 0 -10px 8px
  }

  .cnt-wit-tp-img-wrp.services-directive {
      padding-bottom: 20px;
      padding-top: 30px
  }

  .two-col-content.privacy-fullwidth .content-col {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1.5
  }
}

@media(max-width: 767px) {
  .two-col-content.trusted-section .media_column.img-col {
      width:100%
  }

  .two-col-content.two-col-with-popup.trusted-section .content-col .description>div {
      text-align: center!important
  }

  .two-col-content.trusted-section.mobile_content_stack_bottom .btn_row {
      justify-content: center
  }

  .cnt-wit-tp-img-wrp.business-nugg .inner_spacing.theme {
      margin-bottom: 8px;
      padding: 28px
  }

  .cnt-wit-tp-img-wrp.business-nugg .flex-row {
      margin: 0 -12px 23px
  }

  .cnt-wit-tp-img-wrp.business-nugg .cnt-col {
      align-items: center;
      background-color: #fff;
      border: 1px solid #d4d4d4;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      margin-bottom: 8px;
      min-height: 282px;
      padding: 0
  }

  .cnt-wit-tp-img-wrp.business-nugg .splide__track {
      overflow: visible
  }

  .cnt-wit-tp-img-wrp.business-section .cnt-col {
      margin-bottom: 8px
  }

  .two-col-content.privacy-fullwidth .page-center {
      padding: 47px 20px 82px
  }

  .two-col-content.mordern-banking.psp.open-pos {
      padding-bottom: 61px
  }

  .two-col-content.mordern-banking .description h2 {
      margin-bottom: 21px
  }

  .two-col-content.mordern-banking .single-img {
      margin: 33px -5px 28px
  }

  .two-col-content.mordern-banking.identify-and-payment {
      padding: 63px 20px 48px
  }

  .two-col-content.mordern-banking {
      padding-left: 20px;
      padding-right: 20px
  }

  .two-col-content.trusted-section .media_column.img-col .mediaimg {
      margin: 0
  }

  .banner_v2.contact-popup .left_col .btn_row a.popupBtn.popup_form.hs-button {
      margin-top: 15px;
      min-width: 255px
  }

  .two-col-content.trusted-section.right .content-col {
      order: 1;
      padding: 45px 20px;
      width: 100%
  }

  .two-col-content.trusted-section .content-col .description {
      text-align: center
  }

  .two-col-content.trusted-section .content-col .btn-items .btn_row {
      justify-content: center
  }

  .cnt-wit-tp-img-wrp.nuggets-is-unique .cnt-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .two-col-content.verified-section .media_column.img-col {
      padding: 0;
      width: 100%
  }

  .two-col-content.verified-section .content-col {
      padding: 47px 5px 0;
      text-align: center;
      width: 100%
  }

  .two-col-content.verified-section .btn_row {
      justify-content: center!important
  }

  .two-col-content.verified-section .media_column .mediaimg {
      margin: 0
  }

  .two-col-content.trusted-section.twoinfo-section .content-col {
      padding: 47px 5px 0;
      width: 100%
  }

  .two-col-content.left.trusted-section .right_media_image .media_column.img-col .mediaimg {
      margin: 0
  }

  .two-col-content.trusted-section .btn_row a.hs-button,.two-col-content.verified-section .btn_row a.hs-button {
      margin-bottom: 36px;
      margin-top: 8px;
      min-width: 256px
  }

  .testimonials_sliderv2.home-testimonial .right_col.col6.cm_trns {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      justify-content: center;
      margin: 0;
      max-width: 100%;
      order: 2;
      width: 100%
  }

  .testimonials_sliderv2.home-testimonial .left_col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .testimonials_sliderv2.home-testimonial .left_col .left_inner h3,.testimonials_sliderv2.home-testimonial .left_col .left_inner p.rolee {
      font-size: 16px
  }

  .testimonials_sliderv2.home-testimonial .right_col.col6.cm_trns .img_bg {
      background-position: 100%;
      max-width: 184px;
      padding-top: 209px
  }

  .cnt-wit-tp-img-wrp.latest-article .top_sec.noButton h2.title {
      font-size: 24px
  }

  .custom-banner.case-studies-banks-banner .banner-content {
      padding: 26px 0 31px
  }

  .banner-content .caption-holder p {
      letter-spacing: .5px
  }

  .custom-banner.case-studies-banks-banner .caption-holder h1 {
      margin-bottom: 18px
  }

  .custom-banner.case-studies-banks-banner .image-holder.item1 {
      max-width: inherit;
      width: 137px
  }

  .custom-banner.case-studies-banks-banner .image-holder.item2 {
      margin: 0 0 10px;
      width: 250px;
      z-index: 1
  }

  .custom-banner.case-studies-banks-banner .image-holder.item1 {
      min-width: 140px
  }

  .cnt-wit-tp-img-wrp.the-benefits .cnt-col {
      padding: 0;
      width: 100%
  }

  .cnt-wit-tp-img-wrp.the-benefits .flex-row {
      margin: 0 auto;
      max-width: 400px;
      padding-top: 30px
  }

  .cnt-wit-tp-img-wrp.the-benefits .cnt-col .inner_spacing {
      margin-bottom: 48px;
      padding: 0
  }

  .cnt-wit-tp-img-wrp.the-benefits .cnt-col h3.col-title {
      font-size: 24px;
      margin: 0 0 11px
  }

  .cnt-wit-tp-img-wrp.the-benefits .cnt-col .tp-img {
      display: block;
      height: auto;
      margin: 0 0 5px;
      min-height: 52px
  }

  .cnt-wit-tp-img-wrp.the-benefits h2.title {
      margin-bottom: 20px
  }

  .cnt-wit-tp-img-wrp.the-benefits {
      padding-top: 63px
  }

  .banner_v2.contact-popup .right_col.count1.col6 .bg_el.bg_img {
      background-size: contain;
      min-height: 191px;
      position: relative
  }

  .cnt-wit-tp-img-wrp.latest-article .tp-img-cnt a.hs-button {
      display: block;
      padding: 20px;
      position: relative
  }
}

@media (max-width: 374px) {
  .custom-banner.case-studies-banks-banner .image-holder.item1 {
      min-width:120px
  }

  .banner_v2.contact-popup .right_col.count1.col6 .bg_el.bg_img {
      background-size: contain;
      min-height: 165px;
      position: relative
  }

  .two-col-content.trusted-section.two-col-with-popup .content-col .btn_row a.hs-sec-btn {
      align-items: center;
      display: flex;
      gap: 10px;
      justify-content: center
  }
}

.banner_v2.home-banner .text_wrap p {
  color: #fff;
  font-size: 20px;
  letter-spacing: .45px;
  line-height: 28px;
  margin: 0 0 24px
}

.two-col-content .right_column_btn .btn_row {
  justify-content: center!important
}
