label {
  margin: 0;
  font-size: 1.14285714em;
  font-weight: 400;
}

.nav-container .bar__module {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .nav-container .bar__module {
    display: block;
  }

  .nav-container .bar__module ul {
    text-align: center;
  }

  .nav-container .bar__module li {
    margin: 0 2em;
    padding: 1em 0;
  }

  .nav-container .bar__module li:not(:last-child) {
    border-bottom: 1px solid rgb(211, 211, 211);
  }
}

.bar .menu-horizontal {
  top: 0;
}

.btn--inline {
  margin-top: 0;
}

.btn--block {
  width: 100%;
}

.kyc-aml .card h3 span {
  font-weight: 500;
}

.kyc-aml .card h3,
.kyc-aml .tabs {
  margin-bottom: 10px;
}

.kyc-aml .row.mr-t {
  margin-top: 40px;
}

.kyc-aml .row.mr-dt {
  margin-top: 80px;
}

.kyc-aml .tabs {
  margin-top: 15px;
  border: none;
}

.kyc-aml .tabs li:not(:first-child) {
  margin-left: 50px;
}

.kyc-aml .tabs li {
  border: none !important;
  background: #8e8e8e;
  border-radius: 6px;
}

.kyc-aml .tabs li.active {
  background: #4a90e2;
  border-color: #4a90e2;
}

.kyc-aml .tabs li span {
  color: #fff !important;
  text-transform: uppercase;
}

.kyc-aml .card h3 span {
  font-weight: 500;
}

.kyc-aml button {
  width: 100%;
  border: none;
  font-size: 17px;
  line-height: 1.6em;
}

.kyc-aml .owner {
  position: relative;
}

.kyc-aml .close-owner {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 20px;
  z-index: 2;
  cursor: pointer;
}

.kyc-aml .owner-count {
  font-weight: inherit !important;
}

.kyc-aml .state .state-text {
  display: none;
  margin-top: -27px;
}

.kyc-aml .state.no-usa .input-select {
  display: none;
}

.kyc-aml .state.no-usa .state-text {
  display: block;
}

.kyc-aml .social .passport-number-wrap {
  display: none;
}

.kyc-aml .social.no-usa .passport-number-wrap {
  display: block;
}

.kyc-aml .social.no-usa .social-security-wrap {
  display: none;
}

.thank-you .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  min-height: calc(100vh - 500px);
  text-align: center;
}

.thank-you h5 {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 400;
}

section section {
  padding-bottom: 0;
}

.unpad--top,
section.unpad--top {
  padding-top: 0 !important;
}

.line-height-md {
  line-height: 1.8em;
}

.w--100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.pr--1 {
  padding-right: 0.75rem !important;
}

.pr--2 {
  padding-right: 1.85714286rem !important;
}

.pr--3 {
  padding-right: 2.5rem !important;
}

.pr--4 {
  padding-right: 3.5rem !important;
}

.pr--5 {
  padding-right: 4.5rem !important;
}

.pb--1 {
  padding-bottom: 0.75rem !important;
}

.pb--2 {
  padding-bottom: 1.85714286rem !important;
}

.pb--3 {
  padding-bottom: 2.5rem !important;
}

.pb--4 {
  padding-bottom: 3.5rem !important;
}

.pb--5 {
  padding-bottom: 4.5rem !important;
}

.unpad--bottom,
section.unpad--bottom {
  padding-bottom: 0 !important;
}

.unpad,
section.unpad {
  padding: 0 !important;
}

.mr--1 {
  margin-right: 0.75rem !important;
}

.mr--2 {
  margin-right: 1.85714286rem !important;
}

.mr--3 {
  margin-right: 2.5rem !important;
}

.mr--4 {
  margin-right: 3.5rem !important;
}

.mr--5 {
  margin-right: 4.5rem !important;
}

.mb--1 {
  margin-bottom: 0.75rem !important;
}

.mb--2 {
  margin-bottom: 1.85714286rem !important;
}

.mb--3 {
  margin-bottom: 2.5rem !important;
}

.mb--4 {
  margin-bottom: 3.5rem !important;
}

.mb--5 {
  margin-bottom: 4.5rem !important;
}

.unmarg--bottom {
  margin-bottom: 0 !important;
}

.unmarg {
  margin: 0 !important;
}

.typed-normal {
  font-weight: normal;
}

.team-header-section {
  background-color: #f7f9fb;
}

.presale-section h2 {
  margin: 140px auto 40px;
}

@media (min-width: 768px) {
  .presale-section h2 {
    margin-top: 180px;
  }
}

.background-panes {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
}

.col-4,
.col-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.presale-section .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.presale-section .row-pane {
  margin-right: 0;
  margin-left: 0;
}

.presale-section .left-upper-pane,
.presale-section .right-upper-pane {
  position: relative;
  background-color: #f7f9fb;
}

.col-pane {
  padding-left: 0;
  padding-right: 0;
}

.left-upper-pane {
  -webkit-clip-path: polygon(0 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 0, 0 0);
  padding-top: 57.735026918%;
}

.right-upper-pane {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  padding-top: 57.735026918%;
}

.opening-role ul,
.single-text ul {
  list-style: inside;
}

.send-recieve-process .process_item .process__body {
  float: left;
  padding-left: 3em;
  width: calc(100% - 55px);
}

article .article__body p {
  font-style: normal;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.003em;
  color: rgba(0, 0, 0, 0.84);
}

article .article__body p img {
  display: block;
  margin: 30px auto;
}

.article__body ol {
  position: relative;
  margin-top: 29px;
  list-style: none;
  counter-reset: article;
}

.article__body ul li {
  margin-left: 50px;
  margin-bottom: 14px;
  color: #000;
}

.article__body ul li img {
  margin: 40px 0;
  width: 100%;
}

.article__body strong {
  font-weight: 700;
}

.article__body h4:before {
  float: left;
  margin-right: 10px;
  content: counter(article) '. ';
  counter-increment: article;
}

.article__body ul {
  list-style: outside;
}

.article__body a {
  color: rgba(0, 0, 0, 0.84);
  text-decoration: underline;
}

.article__signUp-block {
  margin-top: 40px;
  text-align: center;
}

.article__signUp-link {
  display: inline-block;
  color: #fff;
}

.article__signUp-link:hover {
  color: #fff;
}

.learn .masonry__item .label-block {
  position: absolute;
  right: 0;
  top: 25px;
  padding-right: 1.85714286em;
  padding-left: 1.85714286em;
  text-align: right;
  z-index: 99;
}

.article__title .label-block,
.article__title .label-block .label,
.learn .masonry .label {
  position: static;
}

.article__title p.preview-text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.54);
}

.article__title .label-block {
  margin-top: 10px;
}

.learn .masonry .label-block a:not(:last-child) {
  margin-right: 5px;
}

.learn .masonry-filter-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.learn .masonry-blog-magazine .height--tall article {
  height: 706px;
}

.learn img.no-img {
  width: 80% !important;
  min-height: 294px;
  margin: 0 auto !important;
}

.masonry-blog-magazine {
  padding: 0 15px;
}

.masonry-blog-magazine .masonry__promo,
.masonry-blog-magazine article {
  padding: 0;
  height: auto !important;
}

.masonry-blog-magazine.learn img {
  width: 100%;
  height: auto;
  margin: 0;
}

.masonry-blog-magazine.learn .label {
  position: static;
}

.masonry-blog-magazine.learn .article__title {
  padding: 15px 0;
  left: 25px;
}

.masonry-blog-magazine.learn .article__title h4 {
  margin-bottom: 15px;
}

.masonry-blog-magazine.learn .article__title h4 a {
  font-size: 26px;
  line-height: 1.1 !important;
  color: rgba(0, 0, 0, 0.84) !important;
  text-decoration: none !important;
}

@media (min-width: 991px) {
  .learn .masonry__item:nth-child(4) article,
  .learn .masonry__item:nth-child(5) article {
    height: 706px;
  }
}

.author-category {
  margin-bottom: 0;
}

article .article__body blockquote {
  padding-left: 20px;
  text-align: left;
  font-family: inherit;
  font-size: 17px;
  border-left: 4px solid;
}

.learn article {
  max-height: 294px;
}

.article-wrapper {
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
}

.custody-features .feature-2 i {
  width: 15%;
}

.custody-features .feature-2 .feature__body {
  width: 85%;
}

.custody-features .feature h4 + p {
  max-width: 100%;
}

.pre-footer h2 {
  font-size: 3.14285714em;
}

.single-categories-block .label {
  position: static;
}

.single-categories-block a {
  text-decoration: none !important;
}

.single-post-title {
  font-size: 42px;
  font-weight: 700;
}

.error-page-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding: 1rem;
}
.error-content {
  margin-top: auto;
  margin-bottom: auto;
}

.pricing-3, .pricing-3 ul {
  border-radius: 0 !important;
}

.pricing-3 li {
  border: none !important;
  text-align: left !important;
  padding: 0.5rem 2rem !important;
}

.menu-horizontal-top li:not(:last-child) {
  margin-right: 2rem !important;
}

.no-cover {
  width: 100%;
  height: 100%;
}

.no-cover img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}