body {
  font-family: "Nunito", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #424242;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  outline: none;
  color: #2196f3;
  text-decoration: none;
  transition: .2s ease;
}
a:hover,
a:focus {
  color: #0c7cd5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: 700;
}
.pricing__btn {
  padding: 8px 24px;
  border-radius: 50px;
  color: #424242;
  transition: .2s ease;
  white-space: nowrap;
}
.pricing__btn:hover,
.pricing__btn:active,
.pricing__btn:focus {
  background: rgba(0, 0, 0, 0.12);
  color: #424242;
}
.pricing__action {
  cursor: pointer;
  font-weight: 700;
  padding: 8px 24px;
  color: #3f51b5;
  border-radius: 50px;
  border: 0;
  background: rgba(255, 255, 255, 0.54);
  transition: background-color 0.3s;
}
.pricing__action:hover,
.pricing__action:active,
.pricing__action:focus {
  background: #fff;
  text-decoration: none;
  outline: none;
}
.pricing__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
  padding-left: 24px;
  padding-right: 24px;
}
.pricing__container:before,
.pricing__container:after {
  content: " ";
  display: table;
}
.pricing__container:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .pricing__container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .pricing__container.container-xl {
    max-width: 1370px;
  }
}
@media only screen and (min-width: 1280px) {
  .pricing__container.container-lg {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing__container.container-md {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) {
  .pricing__container.container-sm {
    max-width: 750px;
  }
}
@media only screen and (min-width: 480px) {
  .pricing__container.container-xs {
    max-width: 450px;
  }
}
.pricing__container.container-xl,
.pricing__container.container-lg,
.pricing__container.container-md,
.pricing__container.container-sm,
.pricing__container.container-xs {
  margin-left: auto;
  margin-right: auto;
}
.pricing-section {
  position: relative;
  padding: 48px 0;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .pricing-section {
    padding: 24px 0;
  }
}
.pricing-section__title {
  text-align: center;
  margin-bottom: 24px;
  flex: none;
  display: block !important;
}
.pricing-section__title h2 {
  color: #ffffff;
  margin: 0;
  font-size: 38px;
}
.pricing-section__title h3 {
  margin: 0;
  font-size: 34px;
}
.pricing-section__title small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.54;
  margin-top: 6px;
}
[data-balloon]:after {
  font-size: 14px;
  max-width: 240px;
  white-space: wrap;
  z-index: 190;
}
.pricing-section__compare [data-balloon]:before,
.pricing-section__compare [data-balloon]:after {
  margin-left: -25%;
}
.pricing-section__help {
  opacity: .6;
  font-size: 14px;
  margin: 48px 0 -24px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .pricing-section__help {
    margin: 24px 0 -24px;
  }
}
.pricing-section__help a {
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
  font-weight: 600;
}
.pricing-section__help a:hover,
.pricing-section__help a:focus,
.pricing-section__help a:active {
  text-decoration: none;
}
.btn-back {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 8px 24px;
  position: fixed;
  top: 220px;
  left: 50px;
}
.btn-back:hover,
.btn-back:focus,
.btn-back:active {
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
/* Common styles */
.pricing--jomsocial {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
.pricing--jomsocial .pricing__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  flex: 0 1 33.33%;
}
@media only screen and (max-width: 768px) {
  .pricing--jomsocial .pricing__item {
    flex: 0 1 100%;
  }
}
.pricing-section__table {
  background: #3f51b5;
  background: linear-gradient(45deg, #3f51b5 0%, #9c27b0 100%);
  color: #fff;
  padding: 48px 0 72px;
}
@media only screen and (max-width: 992px) {
  .pricing-section__table {
    padding: 24px 0 48px;
  }
}
.pricing--jomsocial .pricing__item {
  padding: 24px;
  margin: 12px 0;
  cursor: default;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: .2s ease;
}
.pricing--jomsocial .pricing__item:first-child {
  border-radius: 8px 0 0 8px;
}
.pricing--jomsocial .pricing__item:last-child {
  border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 768px) {
  .pricing--jomsocial .pricing__item {
    border-radius: 8px !important;
  }
}
.pricing--jomsocial .pricing__item--featured {
  background: #ff9800;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .pricing--jomsocial .pricing__item {
    margin: 24px 0;
    padding: 48px 36px;
  }
  .pricing--jomsocial .pricing__item--featured {
    z-index: 10;
    background: #ff9800;
    border-radius: 8px;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 24px 38px 3px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4);
    margin: 0;
  }
}
.pricing--jomsocial .pricing__title {
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.pricing--jomsocial .pricing__price {
  font-size: 80px;
  font-weight: 800;
  position: relative;
  z-index: 100;
}
.pricing--jomsocial .pricing__item--featured .pricing__price {
  margin-top: 24px;
}
.pricing--jomsocial .pricing__currency {
  font-size: 0.4em;
  vertical-align: super;
  padding: 0 0.1em 0 0;
}
.pricing--jomsocial .pricing__period {
  font-size: 0.2em;
  display: inline-block;
  padding: 0 0 0 0.5em;
}
.pricing--jomsocial .pricing__sentence {
  margin: 0;
  padding: 0;
  opacity: 0.54;
}
.pricing--jomsocial .pricing__item--featured .pricing__sentence {
  opacity: 1;
}
.pricing--jomsocial .pricing__feature-list {
  margin: 0;
  padding: 24px 0 48px;
  list-style: none;
  font-size: 14px;
}
.pricing--jomsocial .pricing__feature-list strong {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px dotted #fff;
}
.pricing--jomsocial .pricing__feature {
  padding: 0 0 8px;
}
.pricing--jomsocial .pricing__action {
  margin-top: auto;
  padding: 16px 48px;
  font-size: 16px;
}
.pricing--jomsocial .pricing__item--featured .pricing__action {
  position: relative;
  top: -24px;
}
@media only screen and (max-width: 992px) {
  .pricing--jomsocial .pricing__item--featured .pricing__action {
    top: auto;
  }
}
.pricing--jomsocial .pricing__item--featured .pricing__action {
  color: #cc7a00;
}
.pricing--jomsocial .pricing__item--featured .pricing__action:hover,
.pricing--jomsocial .pricing__item--featured .pricing__action:active,
.pricing--jomsocial .pricing__item--featured .pricing__action:focus {
  background: #fff;
}
.pricing-section__compare {
  background: #3f51b5;
  background: linear-gradient(45deg, #3f51b5 0%, #9c27b0 100%);
  color: #fff;
  font-size: 16px;
}
.pricing-section__compare .compare__header--item,
.pricing-section__compare .compare__body--item,
.pricing-section__compare .compare__footer--item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.pricing-section__compare .compare__header--anchor,
.pricing-section__compare .compare__body--anchor,
.pricing-section__compare .compare__footer--anchor {
  width: 46%;
}
.pricing-section__compare .compare__header--col,
.pricing-section__compare .compare__body--col,
.pricing-section__compare .compare__footer--col {
  width: 18%;
}
.pricing-section__compare .compare__body--col-merge {
  width: 54%;
}
.pricing-section__compare .compare__header {
  z-index: 2;
}
.pricing-section__compare .compare__footer {
  z-index: 2;
}
.pricing-section__compare .compare__header--item .pricing__title,
.pricing-section__compare .compare__footer--item .pricing__title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .pricing-section__compare .compare__header--item .pricing__title,
  .pricing-section__compare .compare__footer--item .pricing__title {
    text-transform: none;
    letter-spacing: 0;
  }
}
.pricing-section__compare .compare__header--item .pricing__price,
.pricing-section__compare .compare__footer--item .pricing__price {
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 992px) {
  .pricing-section__compare .compare__header--item .pricing__price,
  .pricing-section__compare .compare__footer--item .pricing__price {
    font-size: 24px;
  }
}
.pricing-section__compare .compare__header--item .pricing__action,
.pricing-section__compare .compare__footer--item .pricing__action {
  font-size: 12px;
  margin-top: 12px;
}
.pricing-section__compare .compare__header--col,
.pricing-section__compare .compare__footer--col {
  background: rgba(255, 255, 255, 0.28);
  text-align: center;
  padding: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.pricing-section__compare .compare__header--col:last-child,
.pricing-section__compare .compare__footer--col:last-child {
  border-radius: 0 8px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 992px) {
  .pricing-section__compare .compare__header--col,
  .pricing-section__compare .compare__footer--col {
    padding: 24px 12px;
  }
}
.pricing-section__compare .compare__footer--col {
  border-top: 0;
}
.pricing-section__compare .compare__footer--col:last-child {
  border-radius: 0 0 8px 0;
}
.pricing-section__compare .compare__header--anchor + .compare__header--col {
  border-radius: 8px 0 0 0;
}
.pricing-section__compare .compare__footer--anchor + .compare__footer--col {
  border-radius: 0 0 0 8px;
}
.pricing-section__compare .compare__header--col:nth-child(3n+0),
.pricing-section__compare .compare__footer--col:nth-child(3n+0) {
  background: #ff9800;
}
.pricing-section__compare .compare__header--col:nth-child(3n+0) .pricing__action,
.pricing-section__compare .compare__footer--col:nth-child(3n+0) .pricing__action {
  color: #cc7a00;
}
.pricing-section__compare .compare__body {
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .pricing-section__compare .compare__body {
    border-radius: 8px 0 8px 8px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-section__compare .compare__body--item:first-child {
    border-radius: 8px 0 0 0;
  }
  .pricing-section__compare .compare__body--item:last-child {
    border-radius: 0 0 0 8px;
  }
}
.pricing-section__compare .compare__body--item .compare__body--anchor,
.pricing-section__compare .compare__body--item .compare__body--col {
  padding: 12px 24px;
  transition: .1s ease;
}
@media only screen and (max-width: 992px) {
  .pricing-section__compare .compare__body--item .compare__body--anchor,
  .pricing-section__compare .compare__body--item .compare__body--col {
    padding: 12px;
  }
}
.pricing-section__compare .compare__body--item .compare__body--anchor {
  text-align: right;
  background: rgba(255, 255, 255, 0.87);
  color: #263238;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 16px;
}
.pricing-section__compare .compare__body--item .compare__body--col {
  background: rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  line-height: 1;
}
.pricing-section__compare .compare__body--item .compare__body--col:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.pricing-section__compare .compare__body--item .compare__body--col:nth-child(3n+0) {
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) {
  .pricing-section__compare .compare__body--item:first-child .compare__body--anchor {
    border-radius: 8px 0 0 0;
  }
}
.pricing-section__compare .compare__body--item:first-child .compare__body--anchor,
.pricing-section__compare .compare__body--item:first-child .compare__body--col {
  border-top: 0;
}
.pricing-section__compare .compare__body--item:last-child .compare__body--anchor {
  border-radius: 0 0 0 8px;
}
.pricing-section__compare .compare__body--item .pricing__title {
  display: none;
}
.pricing-section__compare .compare__body--item .pricing__check + .pricing__text {
  display: none;
  line-height: 1.5;
}
.pricing-section__compare .compare__body--item .pricing__check .material-icons {
  background: #4caf50;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  opacity: 0.7;
  transition: 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.pricing-section__compare .compare__body--item .pricing__check .material-icons.icon--clear {
  background: #f44336;
}
.pricing-section__compare .compare__body--item:hover {
  background: rgba(255, 255, 255, 0.12);
  z-index: 4;
}
.pricing-section__compare .compare__body--item:hover .compare__body--anchor {
  background: #9c27b0;
  background: linear-gradient(45deg, #3f51b5 0%, #9c27b0 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.pricing-section__compare .compare__body--item:hover .pricing__check .material-icons {
  opacity: 1;
  box-shadow: 0 3px 1.5px rgba(0, 0, 0, 0.4);
}
.pricing-section__compare .compare__body--header {
  background: rgba(0, 0, 0, 0.12);
}
.pricing-section__compare .compare__body--header:hover {
  background: rgba(0, 0, 0, 0.12);
}
.pricing-section__compare .compare__body--header:hover .compare__body--anchor {
  background: rgba(0, 0, 0, 0.28);
}
.pricing-section__compare .compare__body--header .compare__body--anchor {
  background: rgba(0, 0, 0, 0.28);
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (max-width: 992px) {
  .pricing-section__compare .compare__header--anchor,
  .pricing-section__compare .compare__footer--anchor,
  .pricing-section__compare .compare__body--anchor {
    display: none;
  }
  .pricing-section__compare .compare__body--header .compare__body--anchor {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pricing-section__compare .compare__body--header .compare__body--col-merge {
    display: none;
  }
  .pricing-section__compare .compare__header--col,
  .pricing-section__compare .compare__body--col,
  .pricing-section__compare .compare__footer--col {
    width: 33.3333%;
  }
  .pricing-section__compare .compare__body--item .pricing__check + .pricing__text {
    display: block;
    margin-top: 8px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .pricing-section__promo {
    padding-bottom: 36px;
  }
}
.pricing-section__promo.promo--1 {
  background: #eceff1;
  background: linear-gradient(0deg, #eceff1 0%, #f6f8f8 100%);
  text-align: center;
}
.pricing-section__promo.promo--1 p {
  display: inline-block;
  font-size: 26px;
  margin: 0;
  font-weight: 300;
}
.pricing-section__promo.promo--1 .pricing__btn {
  margin-left: 24px;
  border: 2px solid #ff9800;
  font-weight: bold;
  font-size: 18px;
  background: #ff9800;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.pricing-section__promo.promo--1 .pricing__btn:hover,
.pricing-section__promo.promo--1 .pricing__btn:active,
.pricing-section__promo.promo--1 .pricing__btn:focus {
  background: #ffa21a;
  color: #fff;
  border-color: #ffa21a;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 992px) {
  .pricing-section__promo.promo--1 p {
    display: block;
    margin-bottom: 24px;
  }
  .pricing-section__promo.promo--1 .pricing__btn {
    margin-left: 0;
  }
}
.pricing-section__features {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media only screen and (max-width: 992px) {
  .pricing-section__features {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.pricing-section__features .pricing__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pricing-section__features .features__item {
  width: 25%;
  padding: 12px;
}
@media only screen and (max-width: 992px) {
  .pricing-section__features .features__item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-section__features .features__item {
    width: 100%;
  }
}
.pricing-section__features .features__item {
  font-size: 14px;
  position: relative;
  padding-left: 64px;
}
.pricing-section__features .features__item h3 {
  font-size: 16px;
  margin: 0 0 4px;
}
.pricing-section__features .features__item p {
  margin: 0;
  opacity: 0.7;
}
.pricing-section__features .features__item .features__item--icon {
  font-size: 32px;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 16px;
}
.pricing-section__features .features__item .features__item--icon::before {
  color: #616161;
}
.pricing-section__faq {
  font-size: 16px;
  background: #eceff1;
  background: linear-gradient(0deg, #eceff1 0%, #f6f8f8 100%);
}
.pricing-section__faq .pricing__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pricing-section__faq .faq__item {
  width: 50%;
  padding: 12px;
}
@media only screen and (max-width: 992px) {
  .pricing-section__faq .faq__item {
    width: 100%;
  }
}
.pricing-section__faq .faq__item .faq__item--inner {
  padding: 36px;
  background: #fff;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pricing-section__faq .faq__item h5 {
  font-size: 18px;
  margin: 0 0 12px;
}
.pricing-section__faq .faq__item p {
  margin: 0 0 4px;
  opacity: 0.7;
}
.pricing-section__banner {
  text-align: center;
}
.pricing-section__banner a {
  display: block;
}
.pricing-section__banner img {
  max-width: 100%;
}
.pricing-section__banner.banner--1 {
  margin-bottom: 48px;
}
@media only screen and (max-width: 992px) {
  .pricing-section__banner.banner--1 {
    margin-bottom: 24px;
  }
}

/* Custom style for pricing popup. */
body a.js-modal-close {
  background-color: #f0f0f0;
  border: 0;
  color: #666;
  border-radius: 0 3px 0 3px;
  line-height: 25px;
  top: 0;
  right: 0;
}

body a.js-modal-close:hover,
body a.js-modal-close:focus,
body a.js-modal-close:active {
  background-color: #069;
  color: #fff;
}
