#content {
  overflow-x: visible !important;
}
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 16px !important;
  margin-bottom: -23px;
}
.products li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48%;
  margin: 0 0 23px;
  padding: 0;
}
.products li:before {
  display: none;
}
.products li a {
  position: relative;
  display: block;
  height: 100px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07),
    0 7px 17px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 7px 17px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 17px 30px;
  background-size: 36px 36px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.products li a:active {
  background-color: #fafcfc;
}
.products li a:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 7px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 7px 25px 0 rgba(0, 0, 0, 0.15);
}
.products li a h3 {
  top: 16px;
  font-size: 17px;
  color: #0099e5;
  font-weight: 500;
}
.products li a h3,
.products li a p {
  position: absolute;
  left: 68px;
  margin: 0;
  padding: 0;
}
.products li a p {
  top: 42px;
  right: 24px;
  bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.try-now nav {
  border-bottom: 1px solid #f0f4f7;
  padding: 7px 0;
}
.try-now nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 15px;
  color: #a5b3bb;
  line-height: 26px;
}
.try-now nav ol > li {
  padding-left: 27px;
}
.try-now nav ol > li:before {
  background: #a5b3bb;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 3px 0;
  height: 14px;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}
.try-now nav ol > li.completed {
  color: #292e31;
  cursor: pointer;
}
.try-now nav ol > li.completed:before {
  background-color: #292e31;
}
.try-now nav ol > li.active {
  color: #0099e5;
}
.try-now nav ol > li.active:before {
  background-color: #0099e5;
}
.try-now-demo {
  position: relative;
  overflow: hidden;
  height: 335px;
  margin-bottom: -30px;
}
.try-now-pi .try-now-demo {
  height: 463px;
}
.try-now-header {
  height: 62px;
}
.try-now-pi .try-now-header {
  height: 90px;
}
.try-now-header p,
.try-now-header p:not(:first-child) {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 0;
}
.try-now-header p.active {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 1;
}
.try-now .card-form {
  position: absolute;
  top: 50px;
  right: 15px;
  z-index: 10;
}
.try-now-pi .card-form {
  top: 7px;
}
.try-now .card-form label {
  width: 55px;
}
.try-now .card-form .name {
  font-family: sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: auto;
}
.try-now .tabs.code {
  margin: 0;
}
.try-now .tabs-content .tabs-tab {
  padding-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 212px;
}
.try-now .tabs-content .tabs-tab-long {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  overflow: scroll;
}
.try-now-pi .tabs-content .tabs-tab {
  height: 312px;
}
.try-now .tabs-content .tabs-tab.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.try-now .tabs-content .tabs-tab[data-step="finish"] {
  background: #fff;
  border-radius: 5px;
}
.try-now .tabs-content .tabs-tab[data-step="finish"].selected {
  display: block;
}
.try-now .tabs-content .tabs-tab .code {
  margin-top: 0;
  width: 100%;
}
.try-now-footer {
  position: relative;
  overflow: hidden;
}
.try-now-footer p {
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.try-now-footer p,
.try-now-footer p:not(:first-child) {
  padding: 13px 0 18px;
}
.try-now-footer p.success {
  position: absolute;
  top: 0;
  left: 15px;
  right: 0;
  padding-left: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-size: 15px 12px;
  background-position: 4px 22px;
  background-repeat: no-repeat;
}
.try-now-footer p.restart {
  display: none;
  float: right;
  cursor: pointer;
  color: #a5b3bb;
  opacity: 0;
}
.try-now-footer p.completed + p.restart {
  display: block;
  opacity: 1;
}
.try-now-footer p.active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.try-now-footer p.active,
.try-now-footer p.tip,
.try-now-footer p.usage {
  -webkit-transition: 0.45s cubic-bezier(0, 0.9, 0.11, 1);
  transition: 0.45s cubic-bezier(0, 0.9, 0.11, 1);
}
.try-now-footer p.active ~ p.tip,
.try-now-footer p.active ~ p.usage,
.try-now-footer p.completed:not(.active) {
  opacity: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.non-developer.columns,
.payments.columns {
  margin: 30px 0 !important;
}
.non-developer.columns .column,
.payments.columns .column {
  width: 50%;
}
.payments-mobile,
.payments-web {
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 76px;
}
.payments-web {
  background-size: 74px 60px;
}
.payments-mobile {
  background-size: 58px 59px;
}
.non-developer-integrations,
.non-developer-plugins {
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 66px;
}
.non-developer-plugins {
  background-size: 94px 46px;
}
.non-developer-integrations {
  background-size: 96px 48px;
}
