body {
  font-family: Roboto;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #1180d6;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #489fd9;
}

.button.large {
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button.large.main-button {
  margin-top: 40px;
  margin-right: 15px;
  padding: 10px 21px;
  background-color: #1180d6;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.button.form {
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
  padding: 10px 68px 10px 64px;
  border-style: none;
  border-radius: 3px;
  background-color: #1180d6;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.button.form.half {
  margin-top: 30px;
}

.logo-text {
  margin-top: 14px;
  font-family: 'Roboto Slab';
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.default-pad {
  margin-top: 9px;
}

.navigation {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-bottom: 52px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation.default {
  margin-bottom: 35px;
  padding: 5px 16px;
  border-bottom: 1px none #000;
  background-color: #302d2d;
}

.navigation.default.dash {
  margin-bottom: 0px;
}

.navigation.default.no-pad {
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #000;
}

.navigation.default.j {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}

.navigation.no-pad {
  margin-bottom: 10px;
}

.navigation.blu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1180d6;
}

.navigation._34g {
  margin-bottom: 0px;
}

.nav-link {
  padding: 26px 17px;
  font-family: 'Open Sans', sans-serif;
  color: #eee9e9;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #ffb500;
}

.nav-link.button-nav {
  margin-top: 19px;
  margin-left: 7px;
  padding: 7px 10px;
  border: 1px solid #eee9e9;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.nav-link.button-nav.default-button-nav {
  margin-top: 10px;
  margin-bottom: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #1180d6;
  border-radius: 4px;
  background-color: #1180d6;
}

.nav-link.default-nav {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.section.main {
  position: relative;
  padding-top: 0px;
  padding-bottom: 70px;
  background-image: -webkit-linear-gradient(270deg, rgba(2, 18, 31, .8), rgba(2, 18, 31, .8)), -webkit-linear-gradient(270deg, rgba(2, 18, 31, .6), rgba(2, 18, 31, .43) 81%, rgba(2, 18, 31, .85) 99%), url('../images/shutterstock_1439962.jpg');
  background-image: linear-gradient(180deg, rgba(2, 18, 31, .8), rgba(2, 18, 31, .8)), linear-gradient(180deg, rgba(2, 18, 31, .6), rgba(2, 18, 31, .43) 81%, rgba(2, 18, 31, .85) 99%), url('../images/shutterstock_1439962.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  color: #fff;
}

.section.footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #202325;
  font-family: 'Open Sans', sans-serif;
  color: #e4e8eb;
}

.section.purple {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.section.purple.show {
  display: block;
}

.section.purple.hi {
  display: none;
}

.section.clients {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  display: block;
  padding-top: 29px;
  padding-bottom: 38px;
  border-top: 1px none #212630;
  background-color: #000;
}

.section._3 {
  display: none;
}

.section._3.show {
  display: block;
}

.section.full-2 {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
  text-align: center;
}

.section.supported-coins {
  position: relative;
  padding-top: 0px;
  padding-bottom: 95px;
}

.section.dash {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1f2f3;
  text-align: center;
}

.section.full-page {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.review-page {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.grey {
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 88px;
  background-color: #749cbb;
}

.section.grey {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.section.dark {
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/shutterstock_143765266.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/shutterstock_143765266.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.section.dark._7tml {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .42)), url('../images/1a5cac2cb3ef44b0871e229de1979b51_2_960.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .42)), url('../images/1a5cac2cb3ef44b0871e229de1979b51_2_960.jpg');
}

.section.dark.asdfv {
  display: block;
  border-top: 1px solid #e8e8e8;
  background-color: #fafafa;
  background-image: none;
  color: #000;
}

.section.oubo {
  display: block;
}

.main-subtitle {
  display: block;
  margin-bottom: 26px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.footer-slogan {
  margin-bottom: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #adaeaf;
  font-size: 14px;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  margin-bottom: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #adaeaf;
  font-size: 14px;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.newsletter-field {
  width: 56%;
  height: 40px;
  margin-right: 7px;
  margin-bottom: 0px;
  float: left;
  border: 1px solid transparent;
  border-radius: 3px 0px 0px 3px;
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(270deg, #f0f0f0, #e0e0e0);
  background-image: linear-gradient(180deg, #f0f0f0, #e0e0e0);
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #d5d8db;
  font-size: 14px;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.social-icon-group {
  margin-bottom: 27px;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.section-subtitle {
  display: block;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.ll {
  display: inline-block;
  line-height: 27px;
  text-align: left;
}

.bold-text {
  font-size: 15px;
  font-weight: 400;
}

.additional-contact {
  display: inline-block;
  margin-top: 21px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.feature {
  text-align: center;
}

.feature-row {
  padding-top: 36px;
  padding-bottom: 47px;
  border-bottom: 1px solid #e8e8e8;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 20%;
}

.press-logo {
  width: 16%;
  margin-right: 4%;
  margin-left: 0%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, .31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.bdy {
  height: 100%;
}

.bdy.dark {
  background-color: #000;
}

.center {
  text-align: center;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.paragraph.center {
  font-size: 13px;
  line-height: 24px;
}

.paragraph.center.inline {
  text-align: center;
}

.paragraph.center.inline.oun {
  color: #d6d6d6;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #48a5ec;
  font-weight: 400;
  text-decoration: none;
}

.link.green {
  font-family: 'Open Sans', sans-serif;
  color: #72b611;
}

.steps-heading {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

.grey-text-block {
  color: gray;
  font-size: 14px;
  text-transform: uppercase;
}

.feature-heading {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.feature-heading.oun {
  color: #d7dbd9;
}

.text-field.default-form {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.text-field.default-form.half {
  width: 50%;
  float: left;
  border: 1px solid #e7e7e7;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.text-field.default-form.half.right {
  width: 50%;
  float: left;
  border-left: 1px none #000;
  border-radius: 0px 3px 3px 0px;
}

.escrow-form-wrapper {
  display: inline-block;
  width: 397px;
  padding: 15px 43px;
  border: 1px none #e8e8e8;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .66);
  color: #333;
}

.escrow-form-wrapper.large {
  width: 750px;
  margin-bottom: 0px;
  background-color: #fff;
}

.dropdown {
  height: 37px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.dropdown.half {
  width: 45%;
  float: right;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f3f3f3;
}

.default-label {
  font-family: 'Open Sans', sans-serif;
  color: gray;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.default-label.white {
  color: #fff;
}

.form-block {
  display: block;
  margin-bottom: 10px;
}

.mini-nav {
  display: none;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
}

.text-block.white {
  color: #fff;
}

.text-block.white.align-left {
  color: gray;
  font-size: 14px;
  text-align: left;
}

.text-block.white.light {
  color: #fff;
  font-weight: 400;
}

.text-block.time {
  border-right: 1px none #e7e7e7;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.text-block.small {
  font-size: 13px;
}

.text-block.small.white {
  color: #fff;
}

.text-block.small.green {
  color: #72b611;
}

.text-block.info {
  margin-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #555459;
  font-size: 14px;
}

.text-block.info.bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.radio-button-field {
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: left;
}

.radio-button-field.half {
  width: 50%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.radio-button-label {
  font-size: 14px;
}

.form-heading {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.form-heading.small {
  color: #333;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-heading.small.white {
  color: #939393;
}

.supported-coins-container {
  display: inline-block;
  width: 75%;
  padding: 18px 0px 25px;
  border: 1px none #e8e8e8;
  background-color: #fff;
}

.scontainer {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.coin-block {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e7e7e7;
}

.coin-heading {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.row {
  margin-top: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #aaa1a1 #aaa1a1 #737373;
}

.row.full-page {
  height: 100%;
  margin-top: 0px;
}

.image-square {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border: 1px none #b1adad;
}

.black-tab-link {
  margin-right: 25px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #8f8f8f;
  text-align: left;
  text-transform: uppercase;
}

.black-tab-link.w--current {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(46, 39, 39, 0);
  box-shadow: none;
  color: #1180d6;
}

.black-tabs-menu {
  text-align: left;
}

.fiat-row {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.fiat-row.row-label {
  border-top: 1px solid #e8e8e8;
  background-color: #fafafa;
}

.table-data {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.table-column {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #e8e8e8;
}

.note {
  margin-top: 30px;
  padding: 10px 18px;
  background-color: #0098ff;
  text-align: left;
}

.note.small-text {
  margin-top: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.form {
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.form.dark {
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #000;
}

.dashboard-block {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.dashboard-block:hover {
  box-shadow: inset 3px 0 0 0 #ffb500;
}

.dashboard-block.darker {
  border-bottom: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

.dashboard-block.top {
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dadada;
}

.dashboard-block.top:hover {
  box-shadow: none;
}

.dashboard-block.top.dark {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: transparent;
}

.dashboard-block.dark {
  border-bottom: 1px solid #dadada;
}

.dashboard-block.dark:hover {
  box-shadow: none;
}

.dashboard-block.bot {
  padding-top: 10px;
  padding-bottom: 11px;
  border-bottom: 1px none #000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dashboard-block.bot:hover {
  box-shadow: none;
}

.dash-icon {
  margin-top: 0px;
  margin-bottom: 5px;
}

.dash-blue-nav {
  margin-bottom: 35px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #0098ff;
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.heading.white {
  color: #fff;
}

.dash-row {
  padding-right: 32px;
  padding-left: 10px;
}

.dashboard-row {
  text-align: left;
}

.login-form-wrapper {
  display: inline-block;
  width: 329px;
}

.container {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.table-row {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e8e8e8 #e8e8e8 #e7e7e7 #ddd;
  text-align: left;
}

.table-row.dark {
  background-color: #fafafa;
}

.table-wrapper {
  padding: 11px 20px 23px;
  border: 1px none #e8e8e8;
  border-radius: 3px;
  background-color: #fff;
}

.table-wrapper.full {
  padding: 10px 29px 10px 34px;
  border-radius: 0px;
}

.column {
  border-right: 1px none #ddd;
}

.column.full {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.div {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grey-bg {
  height: 100%;
  background-color: #eee;
}

.tabss {
  width: 100%;
  height: 100%;
}

.tabs-menuu {
  width: 20%;
  height: 100%;
  float: left;
  background-color: #777;
  text-align: center;
}

.tabs-contentt {
  width: 80%;
  height: 100%;
  float: left;
  background-color: #fff;
}

.tab-linkk {
  display: block;
  width: auto;
  padding: 12px 16px;
  border: 1px none #ddd;
  background-color: transparent;
  box-shadow: none;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.tab-linkk.w--current {
  width: auto;
  background-color: #686868;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
}

.tab-linkk.current {
  background-color: dimgray;
  color: #fff;
  font-weight: 600;
}

.tab-linkk.button-tab {
  margin-bottom: 17px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #484d58;
  background-color: transparent;
}

.tab-linkk.button-tab.green {
  border-bottom: 1px none #000;
  background-color: #72b611;
}

.tab-linkk._98 {
  text-align: center;
}

.top-pad {
  margin-top: 20px;
}

.sidebar-text {
  display: inline-block;
  font-weight: 400;
}

.sidebar-button {
  width: 100%;
  border-radius: 5px;
  background-color: #72b611;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.browser-img {
  border: 5px solid #e2e3e7;
  border-radius: 3px;
}

.column-align {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.press-container {
  margin-top: 46px;
  opacity: 0.69;
}

.inb {
  background-color: transparent;
  opacity: 0;
}

.footer-bran {
  margin-bottom: 20px;
}

.section-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  line-height: 43px;
  font-weight: 400;
}

.op {
  text-align: left;
}

.inline {
  display: inline-block;
}

.lk {
  height: 99px;
  background-image: url('../images/screencapture-his-five-star-site-8f6175f7567a09e96bda-webflow-io-review-1453396203991.png');
  background-position: 0px 0px;
  background-size: 1280px;
}

._100 {
  height: 100%;
}

._100.ksd {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 40, 53, .73), rgba(0, 0, 0, .62)), url('../images/shutterstock_143765266.jpg');
  background-image: linear-gradient(180deg, rgba(23, 40, 53, .73), rgba(0, 0, 0, .62)), url('../images/shutterstock_143765266.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.imj {
  text-align: center;
}

.kk {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.white-heading {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.tbutton {
  display: block;
  width: 206px;
  border: 1px solid #1180d6;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1180d6;
}

.tbutton.bl {
  border-color: #1180d6;
  color: #1180d6;
}

._50 {
  width: 50%;
  height: 100%;
  padding: 107px 31px;
  float: left;
  background-color: #fff;
  color: #000;
  text-align: left;
}

._50.l {
  background-color: #00335a;
  background-image: url('../images/lo.png');
  background-position: -51% 40px;
  background-size: 1280px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.tab-pane {
  padding-top: 20px;
}

.tab-link {
  margin-right: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  font-family: Fontawesome, sans-serif;
  color: #333;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link.w--current {
  border-color: #72b611;
  background-color: #72b611;
  color: #fff;
  font-size: 12px;
}

.tab-link.tab-button {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: none;
  background-color: #575757;
  color: #fff;
}

.tab-link.tab-button.green {
  background-color: #72b611;
}

.compare-column {
  margin-top: 13px;
  padding: 10px 0px;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.compare-column.highlight.light {
  color: #fff;
  text-align: right;
}

.heading-2 {
  display: inline-block;
}

.pad {
  margin-top: 20px;
  text-align: left;
}

.toggle {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
  font-size: 14px;
  text-align: center;
}

.dropdown-text {
  display: inline-block;
  margin-left: 8px;
  line-height: 16px;
}

.ef {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .82)), url('../images/shutterstock_143765266.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .82)), url('../images/shutterstock_143765266.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.asdv {
  display: inline-block;
  width: 50%;
  padding: 20px;
  border-radius: 0px;
}

.asdj {
  display: block;
  height: 70px;
  margin-bottom: 0px;
  padding-top: 26px;
  padding-bottom: 26px;
  border: 1px none #b3b3b3;
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.iubo {
  width: 100%;
  height: 70px;
  border: 1px none #b3b3b3;
  border-radius: 4px;
  background-color: #ffb500;
  color: #b3b3b3;
}

.dah {
  width: 100%;
  height: 70px;
  padding-top: 21px;
  padding-right: 20px;
  padding-bottom: 21px;
  font-family: Fontawesome, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.oub {
  display: inline-block;
  margin-left: 8px;
  line-height: 13px;
}

.r {
  display: inline-block;
  color: #000;
}

.gtj {
  position: static;
}

.on {
  font-family: Fontawesome, sans-serif;
}

.fwef {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.asdge {
  margin-bottom: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid hsla(0, 0%, 100%, .34);
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), #000 25%, #000);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), #000 25%, #000);
}

._4mf {
  text-align: center;
}

._7g {
  margin-bottom: 10px;
  padding: 0px;
  border: 1px none #fff;
}

.wl {
  color: #fff;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  padding-top: 150px;
  padding-bottom: 81px;
  background-color: rgba(0, 0, 0, .64);
  text-align: center;
}

.modal-window {
  display: inline-block;
  width: 693px;
  height: 291px;
  padding: 21px 32px;
  float: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  color: #000;
}

.close-modal {
  float: right;
  font-family: Fontawesome, sans-serif;
  color: #e8e8e8;
  font-size: 25px;
  text-decoration: none;
}

.dwef {
  background-color: #fff;
  color: #333;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {
  .navigation.default {
    margin-bottom: 10px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 14px 17px;
    color: #fff;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .nav-link.button-nav.default-button-nav {
    margin-left: 0px;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding: 13px;
    background-color: #000;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .black-tbs {
    position: static;
  }
  .black-tabs-menu {
    position: static;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 0px;
  }
  .navigation.default {
    margin-bottom: 0px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 0px;
  }
  .section.full-2 {
    padding-top: 0px;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 10%;
    right: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .escrow-form-wrapper {
    width: 100%;
  }
  .escrow-form-wrapper.large {
    width: 100%;
  }
  .table-wrapper.full {
    padding-left: 7px;
  }
}

@media (max-width: 479px) {
  .logo-text {
    margin-top: 6px;
  }
  .navigation.default {
    margin-bottom: 0px;
  }
  .navigation._34g {
    padding-left: 9px;
  }
  .nav-link.menu {
    margin-top: 0px;
  }
  .section.main {
    margin-top: 0px;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 66px;
    right: 0px;
  }
  .brand-link {
    padding-left: 0px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .table-row {
    padding-left: 0px;
  }
  .table-wrapper {
    padding: 0px;
    border-style: none;
  }
  .tabs-menuu {
    width: auto;
    height: auto;
    padding-top: 0px;
    float: none;
    text-align: left;
  }
  .tabs-contentt {
    width: 100%;
    float: none;
  }
  .tab-linkk {
    display: inline-block;
    padding-right: 0px;
    padding-left: 6px;
    float: none;
    box-shadow: inset 3px 0 0 0 #1180d6;
  }
  .tab-linkk.w--current {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    box-shadow: inset 3px 0 0 0 #ffb500;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}