/*
Theme Name: NitroPay
Version: 1.0.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: NitroPay marketing website
Tags: nitropay
Author: GG Software LP
*/

/* CORE LAYOUT */
[hidden] {
  display: none !important;
}

body,
html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  color: #000;
}

html {
  height: 100%;
  display: flex;
}

body {
  flex: 1;
  min-height: 100%;
}

a {
  color: #2196f3;
}

.btn-primary {
  background-color: #2196f3;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #0069c0 !important;
}

.btn-dark {
  background-color: #222;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark:active:focus {
  background-color: #111 !important;
}

.btn-light {
  background-color: #f4f4f4;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0069c0 !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:active:focus {
  background-color: #fff !important;
}

a:hover {
  color: #222;
}

h1 {
  margin: 0 0 50px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 38px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  min-height: 100%;
}

.sidebar-layout {
  display: flex;
}

.sidebar-layout .main {
  flex: 1;
}

.sidebar-layout .sidebar {
  flex: 0 0 420px;
  margin-left: 75px;
}

section:after {
  display: block;
  clear: both;
  content: " ";
}

.section-footer {
  display: block;
  flex: 0 0 200px;
}

.breadcrumbs {
  font-size: 15px;
  margin-bottom: 50px;
}

.betterdocs-single-wraper,
.betterdocs-wraper {
  margin: 0 auto;
  max-width: 1500px;
  background-color: transparent !important;
}

.betterdocs-wraper h2,
.betterdocs-single-wraper h2 {
  margin: 30px 0 15px 0;
}

.betterdocs-wraper h3,
.betterdocs-single-wraper h3 {
  margin: 30px 0 15px 0;
}

.betterdocs-wraper code,
.betterdocs-single-wraper code {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-word;
  padding: 4px 8px;
  line-height: 1.65;
  color: #228909;
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  overflow: auto;
}

/* NAVBAR */

.nb {
  position: fixed;
  z-index: 500;
  height: 120px;
  transition: all 0.2s ease;
  width: 100%;
}

.nb-static {
  position: relative;
  margin-bottom: 30px;
}

.nb .wrapper {
  display: flex;
  padding: 40px 0;
}

.gradient-text {
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-color: rgb(52, 168, 83);
  background-image: -moz-linear-gradient(0deg, rgba(52, 168, 83, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(52, 168, 83, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(0deg, rgba(52, 168, 83, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#34a853", endColorstr="#fff", GradientType=1);
}

.nb .logo {
  flex: 0 0 235px;
  position: relative;
}

.nb .logo .np-white {
  display: block;
}

.nb .logo .np-blue {
  display: none;
}

.nb.scrolled {
  background: #fff;
}

.nb.scrolled .logo .np-white {
  display: none;
}

.nb.scrolled .logo .np-blue {
  display: block;
}

.nb .logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.1s ease;
}

.nb .logo img.invert {
  display: none;
}

.nb .hamburger {
  display: none;
}

.nb .options {
  flex: 1;
  text-align: right;
  line-height: 34px;
  transition: all 0.2s ease-in-out;
}

.nb .options .options-logo {
  display: none;
}

.nb .options ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.nb .options ul li {
  display: inline-block;
  margin-left: 15px;
}

.nb .options ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  transition: all 0.25s ease-in-out;
}

.nb.scrolled .options ul li a {
  color: #000;
}

.nb .options ul li a:before {
  background: #2196f3;
  bottom: 5px;
}

.nb .options ul li .btn {
  line-height: 28px;
}

/* NAVBAR: INVERTED VARIANT */

.nb-invert {
  background: #0069c0;
}

.nb-invert .logo img {
  display: none;
}

.nb-invert .logo img.invert {
  display: block;
}

.nb-invert .options.closed ul li a {
  color: #fff;
}

.nb-invert .options.closed ul li a:before {
  background: #fff;
}

.nb-invert .options.closed ul li .btn {
  background: #fff !important;
  color: #2196f3 !important;
}

/* HOMEPAGE */

.section-payments {
  padding: 75px 0;
  background: #34a853;
}

.section-features {
  padding: 75px 0;
}

.section-experience {
  padding: 75px 0;
}

.flow {
  display: flex;
  align-items: center;
}

.flow .cloud {
  flex: 0 0 550px;
}

.flow .line {
  flex: 0 0 100px;
  border-bottom: 10px solid #0069c0;
  height: 1px;
}

.flow .n-logo {
  flex: 0 0 75px;
  border: 10px solid #0069c0;
  border-radius: 16px;
  padding: 10px;
}

.flow .n-logo img {
  width: 100px;
}

.trolley {
  margin-top: -10px;
  text-align: center;
}

.trolley em {
  display: block;
  font-size: 12px;
  font-style: normal;
  color: #888;
}

.trolley img {
  width: 80px;
}

section h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px 0;
}

section p {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 30px 0;
  line-height: 26px;
}

section p:last-child {
  margin: 0;
}

section ul {
  margin: 0 0 30px 0;
}

section ul li {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 26px;
}

/* SINGLE PAGE: HERO */
section.section-hero {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 75px;
}

/* HOMEPAGE: TOP */
section.landing {
  position: relative;
  background-color: #000;
  background: #0b0e12 url(/wp-content/uploads/2022/08/lines.png) top right no-repeat;
  background-size: auto 100%;
}

section.landing .wrapper {
  display: flex;
  padding: 200px 0 75px 0;
  box-sizing: border-box;
  height: 100%;
}

section.landing .content {
  flex: 1 0 400px;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

section.landing .content .text h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 25px 0;
  color: #fff;
}

section.landing .content .text p {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

section.landing .content .text .btn {
  margin-top: 30px;
  margin-right: 10px;
  line-height: 32px;
  font-weight: 400;
  padding: 8px 16px;
}

section.landing .art {
  flex: 0 0 1000px;
  height: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 16px;
  background: #12171d;
  padding: 25px;
  position: relative;
  z-index: 1;
}

/*
section.landing .art:before {
    content: ' ';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border: 4px solid #000;
    border-radius: 16px;
    z-index: 2;
}
*/

section.landing .art img {
  flex: 0 0 auto;
  width: 1000px;
  border-radius: 16px;
}

/* HOMEPAGE: NUMBERS */

section.section-numbers {
  background: #222;
  padding: 0;
  position: relative;
  overflow: hidden;
}

section.section-numbers:after {
  position: absolute;
  content: " ";
  display: block;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
  background-image: linear-gradient(
    0deg,
    transparent 24%,
    rgba(255, 255, 255, 0.035) 25%,
    rgba(255, 255, 255, 0.035) 26%,
    transparent 27%,
    transparent 74%,
    rgba(255, 255, 255, 0.035) 75%,
    rgba(255, 255, 255, 0.035) 76%,
    transparent 77%,
    transparent
  );
  height: 100%;
  background-size: 50px 50px;
}

section.section-numbers .graph {
  display: flex;
  margin: -2px;
  position: absolute;
  z-index: 1;
  left: -30px;
  right: -30px;
  bottom: 0;
  max-height: 15vw;
  height: 100%;
  z-index: 5;
}

section.section-numbers .graph #highcharts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
}

section.section-numbers .numbers {
  padding-top: 150px;
  padding-bottom: 300px;
  display: flex;
  position: relative;
  z-index: 2;
}

section.section-numbers .stat:nth-child(1) {
  flex: 0 0 500px;
  margin-right: 120px;
}

section.section-numbers .stat:nth-child(1) .textwidget p {
  font-size: 56px;
  line-height: 64px;
  font-weight: 100;
  color: #fff;
  margin: 0;
}

section.section-numbers .stat:nth-child(2),
section.section-numbers .stat:nth-child(3) {
  white-space: nowrap;
  flex: 0 0 300px;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
}

section.section-numbers .stat:nth-child(2) .textwidget p,
section.section-numbers .stat:nth-child(3) .textwidget p {
  font-size: 60px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

section.section-numbers .stat:nth-child(2) h2.widgettitle,
section.section-numbers .stat:nth-child(3) h2.widgettitle {
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
}

section.section-numbers .number:last-child {
  flex: 1 0 300px;
}

/* HOMEPAGE: CONTROL */

section.section-control {
  padding: 10px 0 80px 0;
  position: relative;
  color: #fff;
  z-index: 15;
}

section.section-control:after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  bottom: -40px;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  background: rgb(31, 179, 198);
  background: linear-gradient(0deg, rgba(31, 179, 198, 1) 0%, rgba(30, 136, 229, 1) 100%);
  z-index: 1;
}

section.section-control .wrapper {
  position: relative;
}

section.section-control .detail {
  display: flex;
  position: relative;
  z-index: 50;
  justify-content: center;
  align-items: center;
}

section.section-control .content {
  flex: 1 1 auto;
  width: 100%;
}

section.section-control .content h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

section.section-control .content p {
  font-size: 20px;
  line-height: 30px;
}

section.section-control .content p strong {
  font-weight: 400;
}

section.section-control img {
  max-width: 760px;
  margin-left: 100px;
}

/* HOMEPAGE: FEATURES */

section.section-what {
  background: #cce6fd;
  position: relative;
  z-index: 10;
}

section.section-what .wrapper {
  padding: 100px 0;
}

section.section-what h3 {
  font-weight: 900;
  font-size: 38px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

section.section-what h3 img {
  vertical-align: middle;
}

section.section-what .content {
  background: #add2f1;
  overflow: hidden;
}

section.section-what .services {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -1px -1px 0;
}

section.section-what .service {
  flex: 1 0 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #cce6fd;
  padding: 30px;
  margin-right: 1px;
  margin-bottom: 1px;
}

section.section-what .service img {
  margin-bottom: 15px;
  width: 80px;
}

section.section-what .service h4,
section.section-what .service > *:nth-child(2) > strong:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px 0;
  display: block;
  text-align: center;
}

section.section-what .service p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  width: 100%;
}

/* HOMEPAGE: FEATURES */
section.section-features {
}

.section-features h1 {
  text-align: center;
  position: relative;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 46px;
  line-height: 46px;
  font-family: "Raleway", sans-serif;
  margin: 0 auto 70px auto;
  padding-bottom: 10px;
  color: #000000;
}

.nitrodex {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.nitrodex h1 {
  text-align: center;
  position: relative;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 46px;
  line-height: 46px;
  font-family: "Raleway", sans-serif;
  margin: 70px auto 30px auto;
  padding: 0;
  color: #000000;
}

#nitrodex {
  margin-top: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: 8px 8px 0px #efefef;
}

.feature {
  position: relative;
}

.features-monetize .feature:before,
.features-trust .feature:before {
  position: absolute;
  background-color: #60bf42;
  content: "";
  display: block;
  height: 4px;
  width: 75px;
  top: 0;
  left: 0;
}

.features-trust .feature:before {
  background: #8e66a3;
}

.features-monetize .feature:after,
.features-trust .feature:after {
  position: absolute;
  background: #60bf42;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 75px;
}

.features-trust .feature:after {
  background: #8e66a3;
}

.features-monetize .feature .detail:before,
.features-trust .feature .detail:before {
  position: absolute;
  background-color: #60bf42;
  content: "";
  display: block;
  height: 20px;
  width: 4px;
  top: 0;
  left: 0;
}

.features-trust .feature .detail:before {
  background: #8e66a3;
}

.features-monetize .feature .detail:after,
.features-trust .feature .detail:after {
  position: absolute;
  background: #60bf42;
  content: "";
  display: block;
  height: 20px;
  width: 4px;
  right: 0;
  bottom: 0;
}

.features-trust .feature .detail:after {
  background: #8e66a3;
}

section.section-report {
  padding: 0;
  background: #1f2834;
}

.features-analyze {
  margin: 0;
  position: relative;
}

.features-analyze .feature {
  display: flex;
  min-height: 400px;
}

.features-analyze img {
  margin-top: -75px;
  margin-bottom: -75px;
}

.features-monetize {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
  margin: 0 10% 75px 10%;
}

.features-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
  margin: 0 10% 0 10%;
  max-width: 1100px;
}

.feature span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}

.feature p {
  text-align: center;
}

section.section-features h2 {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto 10px auto;
  white-space: nowrap;
  padding-bottom: 13px;
}

section.section-features .wrapper {
  text-align: center;
}

section.section-features .feature {
  padding: 30px;
}

section.section-features .feature.feature-monetize {
  background: #fff;
  box-shadow: 5px 5px 0px #efefef;
  border: 1px solid #efefef;
}

section.section-features .feature.feature-analyze {
  background: #18202a;
  padding: 0 50px;
}

section.section-features .feature-analyze h2 {
  color: #fff;
}

section.section-features .feature-analyze .detail {
  padding-right: 75px;
}

section.section-features .feature-analyze p {
  text-align: center;
  color: #fff;
}

section.section-trust {
  padding-top: 150px;
}

section.section-trust h1 {
}

section.section-features .feature.feature-trust {
  background: #fff;
  box-shadow: 5px 5px 0px #efefef;
  border: 1px solid #efefef;
}

section.section-features .feature.feature-trust:last-child {
}

section.section-features .feature h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

section.section-features .feature .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.section-features .feature .shape {
  flex: 0 0 700px;
  width: 700px;
  min-height: 700px;
}

.shape-1 {
  background: url(shape1.png) center center no-repeat;
  background-size: 100% auto;
  margin-left: 50px;
}

.shape-1 img {
  margin-left: 100px;
  margin-top: 100px;
  width: 550px;
}

.shape-2 {
  background: url(shape2.png) center center no-repeat;
  background-size: auto 100%;
  margin-right: 50px;
}

.shape-3 {
  flex: 0 0 500px !important;
  width: 500px !important;
  height: 500px !important;
  min-height: 0 !important;
  background: url(shape4.png) center center no-repeat;
  background-size: auto 100%;
  margin-right: 50px;
}

.color-box {
  padding: 50px;
  border-radius: 8px;
  color: #fff;
  background-color: rgb(52, 168, 83);
}

.color-box h2 {
  font-weight: 700;
}

/* HOMEPAGE: PARTNERS */

section.section-partners {
  padding: 100px 0;
  background: #e9f5ff;
}

section.section-partners h1 {
  padding: 0;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  font-family: "Raleway", sans-serif;
  color: #000;
  margin: 0 0 70px 0;
}

section.section-partners .cloud {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin: 0 100px;
}

section.section-partners .partner {
  flex: 1 0 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  height: 80px;
  margin: 10px;
}

section.section-partners .partner-fill {
  flex: 1 0 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0 5px;
}

section.section-partners .partner .widgettitle {
  display: none;
  visibility: hidden;
}

section.section-partners .partner img {
  max-width: 130px !important;
  max-height: 90px !important;
}

/* HOMEPAGE: APPLICATION */

section.section-application {
  padding: 50px 0 100px 0;
  background: #10161d;
  color: #fff;
  margin-bottom: 50px;
}

section.section-application .detail {
  padding-top: 50px;
  text-align: center;
}

section.section-application h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

section.section-application p {
}

section.section-application .btn {
  padding: 8px 32px;
  line-height: 46px;
  font-size: 18px;
  color: #fff !important;
  background: #0069c0 !important;
}

/* BLOG */

.yoast-table-of-contents h2 {
  font-family: georgia, Times New Roman, serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.yoast-table-of-contents ul {
  margin-bottom: 50px;
}

section.section-content .articles {
}

section.section-content .articles.no-title {
  margin-top: 50px;
}

section.section-content .articles article {
  flex: 1 0 25%;
  margin-bottom: 30px;
  display: flex;
}

section.section-content .articles article .thumb {
  flex: 0 0 240px;
  width: 240px;
  height: 120px;
  position: relative;
  overflow: hidden;
  background: #222;
  margin-bottom: 15px;
  margin-right: 50px;
}

section.section-content .articles article .thumb img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

section.section-content .articles article h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

section.section-content p a {
  color: #000;
  text-decoration: underline;
}

section.section-content .articles article h4 a {
  color: #000;
}

section.section-content .articles article h2 {
  margin: 0 0 10px 0;
}

section.section-content .articles article h2 a {
  font-family: georgia, Times New Roman, serif;
  font-size: 1.75rem;
  color: #000;
}

section.section-content .articles article .post p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

section.section-content .articles article .post {
  position: relative;
}

section.section-content .articles article .post:after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}

section.section-content .wp-block-cover {
  min-height: 0;
  max-height: 600px;
  height: 600px;
  margin-bottom: 50px;
}

section.section-content .wp-block-image img {
  height: auto;
}

section.section-content h1.headline {
  font-family: georgia, Times New Roman, serif;
  font-size: 3rem;
  margin-bottom: 30px;
}

section.section-content .main p {
  font-family: georgia, Times New Roman, serif;
  line-height: 1.9;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

section.section-content .main ul {
  padding-left: 30px;
}

section.section-content .main ul li {
  font-family: georgia, Times New Roman, serif;
  line-height: 1.9;
  font-size: 1.1rem;
}

section.section-content .main strong {
  font-weight: 600;
}

section.section-content .main figure {
  margin-bottom: 50px;
}

section.section-content .main figure figcaption {
  font-size: 14px;
  color: #777;
  text-align: right;
}

section.section-content .main h4 {
  font-family: georgia, Times New Roman, serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

section.section-content .main > h2 {
  font-family: georgia, Times New Roman, serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}

section.section-content .sidebar.limit-2 .blog-sidebar {
  display: none;
}

section.section-content .sidebar.limit-2 .blog-sidebar:nth-child(1),
section.section-content .sidebar.limit-2 .blog-sidebar:nth-child(2) {
  display: block;
}

section.section-content .sidebar .blog-sidebar {
  margin-bottom: 50px;
}

section.section-content .sidebar .blog-sidebar form {
  display: flex;
}

section.section-content .sidebar .blog-sidebar form label {
  flex: 1;
  margin: 0;
}

section.section-content .sidebar .blog-sidebar form label span {
  display: none;
}

section.section-content .sidebar .blog-sidebar form label input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

section.section-content .sidebar .blog-sidebar form label input:focus {
  outline: none;
}

section.section-content .sidebar .blog-sidebar form > input {
  flex: 0;
  margin-left: 5px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #2196f3;
  color: #fff;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  outline: none;
  cursor: pointer;
}

section.section-content .sidebar .blog-sidebar h2.widgettitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.section-content .sidebar .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.section-content .sidebar .blog-sidebar ul li {
  margin-bottom: 12px;
}

section.section-content .sidebar .blog-sidebar ul li a {
  font-family: georgia, Times New Roman, serif;
  font-size: 1.15rem;
  color: #000;
}

section.section-content .sidebar .blog-sidebar ul li.cat-item {
  list-style: square;
  margin-left: 18px;
}

section.section-content .sidebar .blog-sidebar ul li.cat-item a {
  font-family: Roboto, sans-serif;
  font-size: 1.15rem;
  color: #2196f3;
  font-weight: 400;
}

section.section-content .sidebar .blog-sidebar span.post-date {
  display: block;
  font-size: 15px;
  color: #888;
}

/* COMPARE PAGE */

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.table-compare {
  border-collapse: collapse;
  width: 100%;
}

.table-compare td,
.table-compare th {
  border: 1px solid #cacaca;
  padding: 6px;
  empty-cells: show;
  font-size: 14px;
}

.table-compare th {
  border-top: 3px solid #a32362;
  background: #f5f5f5;
}

.table-compare th.default {
  border-top: 3px solid #0069c0;
}

.table-compare th.hide {
  background: none;
  border: none;
}

.table-compare tr td:nth-child(1) {
  font-weight: 400;
  border-left: none;
}

.table-compare tr td:nth-child(2),
.table-compare tr td:nth-child(3) {
  width: 70px;
  text-align: center;
}

.table-compare tr td:nth-child(2) .fa-check,
.table-compare tr td:nth-child(3) .fa-check {
  color: #558b2f;
}

.table-compare tr td:nth-child(2) .fa-times,
.table-compare tr td:nth-child(3) .fa-times {
  color: #ff5722;
}

.table-compare tr td:nth-child(2) .warn,
.table-compare tr td:nth-child(3) .warn {
  color: #ff9800;
}

section.compare-hero {
  position: relative;
  border-top: 6px solid #005eab;
}

section.compare-hero .wrapper {
  padding: 75px 0;
  box-sizing: border-box;
  height: 100%;
  min-height: 850px;
  position: relative;
  display: flex;
  flex-direction: column;
}

section.compare-hero .logo {
  display: inline-block;
}

section.compare-hero .content {
  flex: 1 0 auto;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}

section.compare-hero .content .text h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 30px 0;
}

section.compare-hero .content .text p {
  margin: 0 0 25px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

section.compare-hero .content .text strong {
  font-weight: 400;
}

section.compare-hero .content .text ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: column;
}

section.compare-hero .content .text ul li {
  margin: 0;
  padding: 0;
  flex: 1 0 30%;
  text-align: left;
  padding: 0 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

section.compare-hero .content .text ul li:last-child {
  margin-bottom: 0;
}

section.compare-hero .content .text ul li img {
  width: 74px;
  margin-right: 20px;
}

section.compare-hero .content .text ul li span {
  display: block;
  font-weight: 400;
}

section.compare-hero .content .text ul li em {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

section.compare-hero .content .text button {
  margin-top: 30px;
  background: #222;
  color: #fff;
  margin-right: 10px;
}

section.compare-hero .content .text button:last-child {
  background: #2196f3;
}

section.compare-hero .art {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 700px;
  right: 135px;
}

section.compare-hero .demo-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 420px;
  width: 100%;
  background: rgb(0 105 192 / 92%);
  text-align: left;
  color: #fff;
}

section.compare-hero .request-demo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  right: 30px;
  box-sizing: border-box;
}

section.compare-hero .request-demo .btn {
  display: block;
  margin-top: 30px;
  width: 100%;
  padding: 12px 0;
}

section.compare-hero .request-demo .demo-success {
  display: none;
}

section.compare-hero .request-demo .demo-success.active {
  display: block;
}

section.compare-hero .request-demo .demo-success .check svg {
  width: 100px;
  display: block;
  margin: 0 auto 50px auto;
}

section.compare-hero .request-demo .demo-success .check .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

section.compare-hero .request-demo .demo-success .check .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

section.compare-hero .request-demo .demo-success .check .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

section.compare-hero .request-demo .demo-success .check .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

section.compare-hero .request-demo .demo-success .check p {
  text-align: center;
  margin: 20px 0 60px;
  font-size: 1.25em;
}

section.compare-hero .request-demo .demo-success .check p.success {
  color: #73af55;
}

section.compare-hero .request-demo .demo-success .check p.error {
  color: #d06079;
}

section.compare-hero .request-demo h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

section.compare-hero .request-demo h2 span {
  display: block;
  font-size: 32px;
  font-weight: 900;
}

section.compare-hero .request-demo h2 img {
  vertical-align: middle;
  height: 22px;
  image-rendering: crisp-edges;
}

/* COMPARE: STATS */

section.compare-stats {
  background: #222;
  padding: 0;
  position: relative;
}

section.compare-stats:after {
  position: absolute;
  content: " ";
  display: block;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
  background-image: linear-gradient(
    0deg,
    transparent 24%,
    rgba(255, 255, 255, 0.035) 25%,
    rgba(255, 255, 255, 0.035) 26%,
    transparent 27%,
    transparent 74%,
    rgba(255, 255, 255, 0.035) 75%,
    rgba(255, 255, 255, 0.035) 76%,
    transparent 77%,
    transparent
  );
  height: 100%;
  background-size: 50px 50px;
}

section.compare-stats .graph {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
}

section.compare-stats .graph .inner {
  display: flex;
  margin: -2px;
  position: absolute;
  z-index: 1;
  left: -30px;
  right: -30px;
  bottom: 0;
  max-height: 200px;
  height: 100%;
}

section.compare-stats .graph .inner > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
}

section.compare-stats .compare-bg {
  background: #fff;
  width: 500px;
  height: 574px;
  position: absolute;
  top: 80px;
  left: 0;
}

section.compare-stats .compare {
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  padding: 50px;
  position: relative;
  top: 80px;
  z-index: 999;
  width: 500px;
  box-sizing: border-box;
}

section.compare-stats .compare h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px 0;
}

section.compare-stats .numbers {
  position: absolute;
  top: 100px;
  left: 580px;
  right: 0;
  z-index: 2;
}

section.compare-stats .numbers .stat:nth-child(1) {
  flex: 1 0 100%;
  margin-bottom: 20px;
}

section.compare-stats .numbers .stat:nth-child(1) .textwidget p {
  font-size: 46px;
  line-height: 54px;
  font-weight: 100;
  color: #fff;
  margin: 0;
}

section.compare-stats .numbers .stat:nth-child(2),
section.compare-stats .numbers .stat:nth-child(3) {
  white-space: nowrap;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
}

section.compare-stats .numbers .stat:nth-child(2) .textwidget p,
section.compare-stats .numbers .stat:nth-child(3) .textwidget p {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 3px 0;
}

section.compare-stats .numbers .stat:nth-child(2) h2.widgettitle,
section.compare-stats .numbers .stat:nth-child(3) h2.widgettitle {
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

section.compare-stats .numbers .stat:nth-child(3) {
  margin-top: 20px;
}

/* COMPARE: FEATURES */

section.compare-features {
  position: relative;
  z-index: 10;
  padding-top: 100px;
}

section.compare-features:after {
  position: absolute;
  content: " ";
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  height: 150px;
  background: #1fb3c6;
  background: -webkit-gradient(linear, left bottom, left top, from(#1fb3c6), to(#1e88e5));
  background: linear-gradient(0deg, #1fb3c6 0, #1e88e5 100%);
  z-index: 1;
}

/* COMPARE: APP */
section.compare-application {
  padding: 100px 0;
  background: #0069c0;
  color: #fff;
}

section.compare-application .wrapper {
  text-align: center;
}

section.compare-application .wrapper h2 {
  font-size: 24px;
  margin: 0 0 30px 0;
}

section.section-application .wrapper .btn {
  padding: 8px 16px;
  line-height: 32px;
}

/* ARTICLE/POST PAGES */
section.section-content p {
  font-size: 16px;
  margin: 0 0 15px;
}

section.section-content p.has-medium-font-size {
  font-size: 1.4em;
  line-height: 1.4em;
}

/* 404 */

section.section-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section-404 .message {
  width: 650px;
  height: 650px;
  margin-right: -50px;
  margin-top: -50px;
  background-image: url(//static.nitropay.com/stock/404bot-t.png);
  background-position: bottom right;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}

section.section-404 .content {
  max-width: 310px;
  margin-top: 220px;
  margin-left: 30px;
}

section.section-404 .content h1 {
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0 0 10px;
  padding: 0;
  line-height: 62px;
  color: #343a40;
}

section.section-404 .content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #343a40;
}

section.section-404 .content p a {
  color: #343a40;
  text-decoration: underline;
}

/* FOOTER */

section.section-footer {
  height: 90px;
  margin-top: 50px;
}

section.section-footer .detail {
  position: relative;
  height: 80px;
}

section.section-footer .detail .copyright {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

section.section-footer .detail .copyright strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #222;
  font-size: 15px;
}

section.section-footer .detail .copyright img {
  width: 250px;
}

section.section-footer .detail .copyright .links {
  margin-top: 5px;
  font-size: 12px;
}

section.section-footer .detail .copyright .links span {
  color: #888;
  padding: 0 6px;
}

section.section-footer .detail .copyright .links a {
  color: #666;
  text-decoration: none;
  font-weight: 400;
}

section.section-footer .detail .copyright .links a:hover {
  color: #333;
}

/* MEDIA QUERIES (ALL) */
@media (min-width: 1921px) {
  section.section-numbers .numbers {
    padding-bottom: 350px;
  }
}

@media (max-width: 1600px) {
  .wrapper {
    max-width: 1300px;
  }

  .betterdocs-single-wraper,
  .betterdocs-wraper {
    max-width: 1300px;
  }

  section.compare-hero .art {
    height: 630px;
  }

  section.landing .art {
    flex: 0 0 700px;
  }

  section.landing .art img {
    width: 800px;
  }
}

@media (max-width: 1366px) {
  section.section-numbers .number {
    flex: 0 0 240px;
  }
}

@media (max-width: 1350px) {
  .wrapper {
    max-width: 950px;
  }

  .betterdocs-single-wraper,
  .betterdocs-wraper {
    max-width: 950px;
  }

  section.landing .art {
    flex: 0 0 400px;
  }

  section.landing .art img {
    width: 566px;
  }

  section h2 {
    margin: 0 0 15px 0;
  }

  section p {
    font-size: 16px;
    margin: 0 0 15px 0;
  }

  section ul {
    margin-bottom: 15px;
  }

  section.landing .content {
    flex: 0 0 320px;
    margin-right: 15px;
    margin-top: 0;
  }

  section.landing .content .text h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
  }

  section.landing .content .text p {
    font-size: 18px;
    line-height: 26px;
  }

  section.section-partners h1 {
    padding: 30px 0;
    font-size: 38px;
    line-height: 38px;
  }

  section.section-partners .cloud {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-features h1 {
    padding: 30px 0;
    font-size: 38px;
    line-height: 38px;
  }

  .features-monetize {
    margin: 0 0 75px 0;
  }

  .features-analyze img {
    height: 530px;
  }

  section.section-numbers .numbers {
    padding-top: 75px;
    padding-bottom: 200px;
  }

  section.section-numbers .stat:nth-child(1) {
    flex: 0 0 320px;
    margin-right: 50px;
  }

  section.section-numbers .stat:nth-child(1) .textwidget p {
    font-size: 32px;
    line-height: 36px;
  }

  section.section-numbers .stat:nth-child(2),
  section.section-numbers .stat:nth-child(3) {
    font-size: 36px;
    flex: 0 0 280px;
  }

  section.section-numbers .stat:nth-child(2) .textwidget p,
  section.section-numbers .stat:nth-child(3) .textwidget p {
    font-size: 36px;
    margin-bottom: 5px;
  }

  section.section-control .content h2 {
    font-size: 26px;
    line-height: 30px;
  }

  section.section-control .content p {
    font-size: 16px;
    line-height: 24px;
  }

  section.section-control img {
    flex: 0 1 420px;
    max-width: 420px;
    margin-left: 50px;
  }

  section.section-what h3 {
    margin-bottom: 30px;
  }

  section.section-what .service {
    flex: 1 0 40%;
  }

  section.section-what .services {
    grid-template-columns: 1fr 1fr;
  }

  section.compare-hero .art {
    display: none;
  }

  section.compare-hero .content .text h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
  }

  section.compare-hero .content .text p {
    font-size: 18px;
    line-height: 26px;
  }

  section.compare-hero .request-demo h2 {
    margin-bottom: 30px;
  }

  section.compare-stats .numbers .stat:nth-child(1) .textwidget p {
    font-size: 26px;
    line-height: 34px;
  }

  section.compare-stats .numbers .stat:nth-child(2),
  section.compare-stats .numbers .stat:nth-child(3) {
    font-size: 36px;
  }

  section.compare-stats .numbers .stat:nth-child(2) .textwidget p,
  section.compare-stats .numbers .stat:nth-child(3) .textwidget p {
    font-size: 16px;
  }

  .sidebar-layout .sidebar {
    flex: 0 0 350px;
    margin-left: 50px;
  }

  section.section-content .articles .article {
    display: block;
  }

  section.section-content .articles .article .thumb {
    width: 100%;
    height: 140px;
  }

  section.section-content .wp-block-cover {
    max-height: 400px;
    height: 400px;
  }
}

@media (min-height: 1081px) {
  section.compare-hero .wrapper {
    min-height: 1000px;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    margin: 0 30px;
  }

  .nb .wrapper {
    margin: 0;
    padding: 25px;
    max-width: 100%;
  }

  section.landing .content {
    flex: 0 0 300px;
  }

  section.landing .art img {
    height: 530px;
    margin-right: 0;
  }

  section.section-numbers .numbers {
    padding-top: 50px;
    padding-bottom: 150px;
    display: block;
    text-align: center;
  }

  section.section-numbers .intro {
    margin-right: 0;
    margin-bottom: 20px;
  }

  section.section-numbers .number {
    margin-bottom: 20px;
    display: inline-block;
    margin: 0 30px;
  }

  section.section-control .detail {
    flex-direction: column;
  }

  section.section-control .content {
    margin-bottom: 50px;
  }

  section.section-control img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 300px;
  }

  section.section-what h3 {
    font-size: 28px;
  }

  section.section-what h3 img {
    width: 120px;
  }

  section.section-what .service {
    padding: 20px;
  }

  section.section-partners h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  section.section-partners .partner {
    flex: 1 0 100px;
    padding: 10px;
    height: 90px;
  }

  section.section-partners .partner-fill {
    height: 0;
    margin: 0 15px;
  }

  section.section-partners .partner img {
    max-width: 90px !important;
    max-height: 75px !important;
  }

  section.compare-hero .request-demo h2 {
    font-size: 28px;
  }

  section.compare-hero .request-demo h2 img {
    width: 120px;
  }

  .features-analyze img {
    height: 448px;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  section.section-partners h1 {
    margin-bottom: 30px;
  }

  section.landing .art {
    flex: 1 0 auto;
  }

  section.landing .art img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  section.landing {
    background: url(/wp-content/uploads/2022/08/dash.png);
    background-size: cover;
  }

  section.landing:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0b0e12;
    opacity: 0.65;
    z-index: 1;
  }

  section.landing .wrapper {
    position: relative;
    z-index: 2;
  }

  .features-analyze .feature {
    flex-direction: column;
  }

  section.section-features .feature.feature-analyze {
    padding: 0;
  }

  section.section-features h2 {
    white-space: normal;
    line-height: 26px;
  }

  section.section-trust {
    padding-top: 75px;
  }

  section.section-partners .partner {
    padding: 0;
  }

  section.section-features {
    padding-bottom: 50px;
  }

  section.section-partners .cloud {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 10px;
  }

  .features-analyze img {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 0 -64px 0;
  }

  .section-features h1,
  section.section-trust h1,
  section.section-partners h1 {
    font-size: 24px;
    line-height: 24px;
    padding: 15px;
  }
  section.section-features .feature .detail {
    padding: 30px;
  }

  .features-trust,
  .features-monetize {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  section.landing .art {
    display: none;
  }

  .nb {
    z-index: 999999;
    height: 96px;
  }

  .nb .wrapper {
    padding: 25px;
  }

  .nb .options-bg {
    transition: all 0.2s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
  }

  .nb .hamburger {
    display: block;
    position: absolute;
    top: 25px;
    font-size: 24px;
    right: 15px;
    color: #fff;
    padding: 0 10px;
  }

  .nb.scrolled .hamburger {
    color: #2196f3;
  }

  .nb .options-bg.open {
    opacity: 1;
    pointer-events: all;
  }

  .nb .options {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    background: #fff;
    width: 300px;
    opacity: 0;
    pointer-events: none;
    text-align: left;
  }

  .nb .options ul li {
    display: block;
    margin: 10px 0px 10px 20px;
  }

  .nb .options ul li a {
    color: #484848;
  }

  .nb .options ul li .button {
    margin: 0;
  }

  .nb .options.open {
    left: 0;
    opacity: 1;
    pointer-events: all;
  }

  .nb .options.open .options-logo {
    display: block;
    padding: 25px 25px 0 25px;
  }

  .nb .options.open ul {
    padding: 0 10px;
  }

  .nb .options.open ul li .button {
    margin-top: 15px;
  }

  section h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }

  section.landing {
  }

  section.landing .wrapper {
    padding: 150px 0 50px 0;
    flex-direction: column;
  }

  section.landing .content {
    padding: 0;
    flex: 1 1 auto;
    margin-right: 0;
    margin-bottom: 50px;
  }

  section.landing .content .text {
    text-align: center;
    padding: 30px;
  }

  section.landing .content .text h1 {
    font-size: 34px;
    line-height: 34px;
  }

  section.section-numbers .numbers {
    padding-bottom: 100px;
  }

  section.section-numbers .stat:nth-child(1) {
    margin: 0 0 30px 0;
  }

  section.section-numbers .stat:nth-child(1) .textwidget p {
    font-size: 26px;
    line-height: 30px;
  }

  section.section-numbers .stat:nth-child(2),
  section.section-numbers .stat:nth-child(3) {
    margin-bottom: 15px;
  }

  section.section-control .content {
    margin-bottom: 30px;
  }

  section.section-control .content h2 {
    font-size: 22px;
    line-height: 26px;
  }

  section.section-control img {
    margin: 0;
    flex: 0 0 auto;
    max-height: 160px;
  }

  section.section-what .wrapper {
    padding: 120px 0 50px 0;
  }

  section.section-what h3 {
    font-size: 20px;
  }

  section.section-what h3 img {
    width: 80px;
  }

  section.section-what .content {
    margin: 0;
  }

  section.section-what .services {
    grid-template-columns: 1fr;
  }

  section.section-what .service {
    flex: 1 0 60%;
  }

  section.section-what .service img {
    width: 50px;
  }

  section.section-what .service h4,
  section.section-what .service > *:nth-child(2) > strong:nth-child(1) {
    font-size: 16px;
  }

  section.section-partners {
    padding: 50px 0;
  }

  section.section-partners h2 {
    font-size: 26px;
    line-height: 30px;
  }

  section.section-partners .partner {
    flex: 1 0 20%;
    padding: 0px;
    height: 68px;
  }

  section.section-partners .partner-fill {
    flex: 1 0 20%;
    padding: 0;
    height: 0;
  }

  section.section-partners .partner img {
    max-width: 64px !important;
    max-height: 50px !important;
  }

  section.section-features .feature {
    padding: 20px;
  }

  section.section-application {
    padding: 0 0 50px 0;
  }

  section.section-404 .message {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-size: 70%;
    background-repeat: no-repeat;
  }

  section.section-404 .content {
    max-width: 265px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    margin: 0;
    width: 100%;
  }

  section.section-404 .content h1 {
    font-size: 42px;
    line-height: 42px;
  }

  section.compare-hero {
    margin-bottom: 30px;
  }

  section.compare-hero .wrapper {
    padding: 0;
    flex-direction: column;
  }

  section.compare-hero .logo {
    margin: 50px auto 20px auto;
  }

  section.compare-hero .content {
    padding: 20px;
    flex: 1 1 auto;
    margin-right: 0;
    margin-bottom: 50px;
    max-width: 100%;
  }

  section.compare-hero .content .text {
    text-align: center;
  }

  section.compare-hero .content .text h1 {
    font-size: 20px;
    line-height: 24px;
  }

  section.compare-hero .demo-bar {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }

  section.compare-hero .request-demo {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    padding: 20px;
  }

  section.compare-hero .request-demo h2 {
    font-size: 20px;
  }

  section.compare-hero .request-demo h2 img {
    width: 80px;
  }

  section.compare-stats .numbers {
    position: relative;
    left: auto;
    top: 50px;
    text-align: center;
  }

  section.compare-stats .numbers .stat:nth-child(2),
  section.compare-stats .numbers .stat:nth-child(3) {
    white-space: normal;
  }

  section.compare-stats .graph .inner {
    max-height: 100px;
  }

  section.compare-stats .compare-bg {
    display: none;
  }

  section.compare-stats .compare {
    width: 100%;
    padding: 20px;
  }

  section.compare-stats .compare h3 {
    font-size: 22px;
  }

  .sidebar-layout {
    display: block;
  }

  .sidebar-layout .sidebar {
    margin-left: 0;
  }

  section.section-content .articles .article {
    display: block;
  }

  section.section-content .articles .article .thumb {
    width: 100%;
    height: 140px;
  }
}
