@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body * {
  font-family: "IBM Plex Sans", sans-serif !important;
}

a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.cc-hero {
  background: linear-gradient(111.79deg, #180D49 7.61%, #180D49 84.64%);
  margin-bottom: 40px;
  padding: 30px 0 20px 0;
}
@media (max-width: 991px) {
  .cc-hero {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .cc-hero {
    overflow: hidden;
    position: relative;
    background: transparent;
    margin-bottom: 0;
    padding: 120px;
  }
}
@media (min-width: 992px) {
  .cc-hero__bg {
    position: absolute;
    background: linear-gradient(111.79deg, #180D49 7.61%, #180D49 84.64%);
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    transform: rotate(0deg);
    max-width: none;
    margin: auto;
    height: auto;
  }
  .cc-hero__bg:not(.cc-hero__bg--alt) {
    top: 0;
    right: -100px;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 100px;
    transform: rotate(-12deg);
    transform-origin: left;
  }
}
@media (min-width: 992px) {
  .cc-hero__bg--alt {
    min-height: 620px;
  }
}
.cc-hero__logo {
  margin-bottom: 40px;
  text-align: right;
}
.cc-hero__logo a {
  display: inline-block;
}
.cc-slide__list {
  opacity: 0.7;
  filter: grayscale(1);
  list-style: none;
  padding: 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, auto);
  max-width: 420px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cc-slide__list {
    max-width: none;
    grid-template-columns: repeat(4, auto);
  }
  .cc-slide__list li:nth-child(5) {
    grid-column: 2;
  }
}
@media (min-width: 992px) {
  .cc-slide__list {
    max-width: none;
    grid-template-columns: repeat(6, auto);
  }
}
.cc-slide__list img {
  margin: auto;
}

.cc-card {
  position: relative;
  margin: 15px;
}
.cc-cards {
  display: grid;
  overflow: auto;
  grid-template-columns: 300px 300px 300px 300px;
  padding: 15px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .cc-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .cc-cards {
    margin-left: 0;
    margin-right: 0;
  }
}
.cc-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0px 4px 26px 1px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  z-index: -1;
  transition: all 0.3s;
}
.cc-card:hover:before {
  box-shadow: 10px 15px 15px 0px rgba(0, 0, 0, 0.13);
  transform: scale(1.05) translateZ(10px);
}
.cc-card:hover .cc-card__back {
  opacity: 1;
}
.cc-card:hover .cc-card__front {
  opacity: 0;
}
.cc-card__icon {
  margin-bottom: 16px;
  max-width: 34px;
  max-height: 34px;
}
.cc-card__title {
  color: rgb(80, 10, 210);
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  letter-spacing: -0.3px;
  line-height: 32px;
  margin-bottom: 8px;
}
.cc-card__title--big {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .cc-card__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
}
.cc-card__label {
  color: #00000A;
  font-size: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  letter-spacing: -0.17px;
  line-height: 28px;
  margin-bottom: 30px;
}
.cc-card__desc {
  color: #00000A;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 16px;
}
.cc-card__footer {
  color: #00000A;
  font-size: 13px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  text-align: right;
  width: 100%;
  align-items: flex-end;
}
.cc-card__front, .cc-card__back {
  padding: 30px 30px 15px 30px;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 380px;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .cc-card__front, .cc-card__back {
    min-height: 300px;
  }
}
.cc-card__front {
  opacity: 1;
}
.cc-card__back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-card__front .cc-card__problem {
  background-color: #E6E9F4;
  width: 103px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.2px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}
.cc-card__front .cc-card__solution {
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.cc-card__front .cc-card__solution a {
  letter-spacing: -0.2px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.cc-card__front .cc-card__solution a .right-arrow {
  background: #F9E0CF;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cc-card__front .cc-card__solution a .right-arrow::after {
  content: "";
  background: url(../images/paid-lp/rectangle.svg) no-repeat;
  display: inline-block;
  width: 7px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 4px;
}

.cc-card__back .cc-card__footer {
  background-color: #F9E0CF;
  width: 103px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.2px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.cc-card__back .cc-card__header {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .cc-card__back .cc-card__header {
    margin-top: 50px;
  }
}

/* Mobile Card Problem & Solution */
.q-a .list .q-list {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 15px;
}
.q-a .list .q-list .q-header {
  position: relative;
}
.q-a .list .q-list .q-header .q-label {
  background-color: #E6E9F4;
  display: inline-block;
  width: 75px !important;
  height: 22px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 22px;
}
.q-a .list .q-list .q-header .q-label::after {
  content: "";
  border-bottom: 1px solid #e6e9f4;
  width: 100%;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
}
.q-a .list .q-list .q-header .q-desc {
  margin-top: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.q-a .list .q-list .q-footer {
  margin-top: 40px;
  position: relative;
}
.q-a .list .q-list .q-footer .q-label {
  background-color: #F9E0CF;
  display: inline-block;
  width: 75px !important;
  height: 22px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 22px;
}
.q-a .list .q-list .q-footer .q-label::after {
  content: "";
  border-bottom: 1px solid #F9E0CF;
  width: 100%;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: -1;
}
.q-a .list .q-list .q-footer .q-desc {
  margin-top: 20px;
}
.q-a .list .q-list .q-footer .q-desc .q-head {
  color: #500ad2;
  font-size: 18px;
  font-weight: 500;
}
.q-a .list .q-list .q-footer .q-desc .q-para {
  margin-top: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.q-a .list .list-outer {
  padding: 20px;
}

@media (max-width: 991px) {
  .container.c-container {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .cc-main__mobile .slick-dots {
    position: absolute;
    bottom: -28px;
    text-align: center;
    left: 0px;
  }
  .cc-main__mobile .slick-dots li button::before {
    width: 15px;
    height: 16px;
    background-color: #c4c4c4;
    border-radius: 50%;
    font-size: 0;
  }
  .cc-main__mobile .slick-dots .slick-active button::before {
    width: 15px;
    height: 16px;
    background-color: #502CA8;
    border-radius: 50%;
    font-size: 0;
  }
}

@media (max-width: 767px) {
  .no-pa-mobile {
    padding: 0;
  }
}

/* Mobile Card Problem & Solution */
.so-saasoptics .parent .left h4 {
  margin-bottom: 30px;
  color: #161516;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .so-saasoptics .parent .left h4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .so-saasoptics .parent .left h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .so-saasoptics .parent .left .so-actions {
    text-align: center;
    margin-bottom: 50px;
  }
}
.so-saasoptics .parent .right .so-testimonial {
  background: #FFFFFF;
  box-shadow: 4px 4px 34px rgba(0, 0, 0, 0.25);
  padding: 50px;
  border-radius: 10px;
}
.so-saasoptics .parent .right .so-testimonial::before {
  content: "";
  background: url(../images/resources/guides/chargebee-report/quotemark.svg) no-repeat;
  position: absolute;
  top: 0;
  width: 47px;
  height: 38px;
  display: inline-block;
  background-size: contain;
  right: 57px;
}
.so-saasoptics .parent .right .slick-dots {
  text-align: center;
  left: 0;
  bottom: 25px;
}

.abm-customer__logo {
  width: 140px;
  margin-left: auto;
}

.abm-customer__profile {
  width: 230px;
}

/*Customer List*/
.abm-customer__review {
  background-image: none !important;
}

.abm-customer__header {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  position: relative;
  overflow: hidden;
}

.abm-customer__profile {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 10px;
  align-items: end;
}

.abm-customer__profile:after {
  content: "";
  position: absolute;
  width: 90%;
  right: 0;
  bottom: 10px;
  height: 1px;
  border-bottom: 1px solid #C4C4C4;
  z-index: -1;
}
@media (max-width: 991px) {
  .abm-customer__profile:after {
    width: 100%;
  }
}

.abm-customer__desc {
  margin-bottom: 30px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
}

.abm-customer__logo img {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .abm-customer__logo img {
    margin-bottom: 0;
  }
}
.abm-customer__name {
  margin-bottom: 30px !important;
  font-size: 14px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}

.abm-customer__img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #00000A;
}

@media (min-width: 768px) {
  .abm-customer__img {
    width: 98px !important;
    height: 98px;
  }
}
.slick-slide div {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.so-tab-top {
  position: sticky;
  top: 0;
}
.so-tab-top .so-tab__ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  padding-left: 0;
  justify-content: center;
  border-bottom: 1px solid #e5e4e4;
  background-color: #fff;
}
.so-tab-top .so-tab__ul li {
  position: relative;
}
.so-tab-top .so-tab__ul li a {
  font-size: 16px;
  color: #333333;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
}
.so-tab-top .so-tab__ul li .active {
  opacity: 1;
  color: #120ef0;
  text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
  border-bottom: 1px solid transparent;
}
.so-tab-top .so-tab__ul li .active::after {
  content: "";
  position: absolute;
  left: 0px;
  border-bottom: 1px solid #000;
  bottom: 0;
  width: 100%;
}

.so-tab__parent {
  display: flex;
  /*left*/
}
@media (max-width: 991px) {
  .so-tab__parent {
    display: block;
  }
}
.so-tab__parent .so-tab__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 430px;
  flex: 0 0 430px;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .so-tab__parent .so-tab__left {
    padding-top: 0;
  }
}
.so-tab__parent .so-tab__left .so-tab__header h2 {
  color: #101010;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .so-tab__parent .so-tab__left .so-tab__header h2 br {
    display: none;
  }
}
.so-tab__parent .so-tab__left .so-tab__descs {
  margin: 30px 0;
}
@media (max-width: 567px) {
  .so-tab__parent .so-tab__left .so-tab__descs {
    margin: 25px 0;
  }
}
.so-tab__parent .so-tab__left .so-tab__descs p {
  color: #000000;
}
.so-tab__parent .so-tab__left .so-tab__features {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.so-tab__parent .so-tab__left .so-tab__features li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .so-tab__parent .so-tab__left .so-tab__features li {
    flex: auto !important;
  }
}
.so-tab__parent .so-tab__left .so-tab__features li::after {
  content: "";
  background: url(../images/compare-competitors/sassoptics/check-circle.svg);
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: contain;
  position: relative;
  left: 5px;
  z-index: -1;
}
.so-tab__parent .so-tab__right {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-left: 40px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .so-tab__parent .so-tab__right img {
    margin: 0 auto;
  }
}

.so-tab-bottom div {
  margin-bottom: 20px;
}

.so-subscription .so-heading {
  color: #101010;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 567px) {
  .so-subscription .so-heading {
    font-size: 28px;
  }
}
.so-subscription .container {
  max-width: 900px;
}
@media (max-width: 991px) {
  .so-subscription .container {
    margin: 0 15px;
  }
}

/* Tablet & Mobile*/
.so-tab [cb-vtab-item-bg] {
  border-bottom: 1px solid #000000;
  z-index: 1;
  display: block;
  position: absolute;
  height: 100%;
  transition: 0.25s;
}
.so-tab__item span {
  color: rgba(25, 25, 35, 0.55);
  font-size: 16px;
  padding: 6px 8px;
  opacity: 0.5;
  display: block;
  cursor: pointer;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .so-tab__item span {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .so-tab__item span {
    font-size: 16px;
    color: rgba(21, 21, 34, 0.55);
  }
}
@media (min-width: 1200px) {
  .so-tab__item span {
    padding: 10px 15px;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.so-tab__item[cb-vtab-item-selected] span {
  opacity: 1;
  color: #120EF0;
  text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}
.so-tab__items {
  display: grid;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.so-tab__select {
  background-color: #8929e0;
  border-radius: 50px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 14px -1px rgba(0, 0, 0, 0.18);
  border-width: 0;
  text-align: left;
  color: #ffffff;
  position: relative;
}
.so-tab__select:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.so-tab__select select {
  font-size: 18px;
}
.so-tab__select select, .so-tab__select select:focus {
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  font-weight: 500;
  padding: 10px 24px 10px 18px;
  width: 100%;
  outline: none;
}
@media (max-width: 991px) {
  .so-tab__select {
    margin-bottom: 30px;
  }
}
.so-tab__aside {
  margin-bottom: 30px;
  border-bottom: none;
  position: relative;
}
@media (min-width: 992px) {
  .so-tab__aside {
    margin-bottom: 36px;
    display: inline-block;
    border-bottom: 1px solid #E5E4E4;
  }
}
.so-tab__content [cb-vtab-content] .so-tab__features li {
  flex: 0 0 49%;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.so-tab__content [cb-vtab-content] .so-tab__features li:after {
  content: "";
  background: url(../images/compare-competitors/sassoptics/check-circle.svg);
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: contain;
  position: relative;
  left: 5px;
}
@media (min-width: 992px) {
  .so-tab__content [cb-vtab-content] .so-tab__parent {
    display: flex;
  }
  .so-tab__content [cb-vtab-content] .so-tab__parent .so-tab__left {
    flex: 0 0 430px;
  }
  .so-tab__content [cb-vtab-content] .so-tab__parent .so-tab__left .so-tab__header h2 {
    color: #101010;
    font-size: 20px;
    font-weight: bold;
  }
  .so-tab__content [cb-vtab-content] .so-tab__parent .so-tab__left .so-tab__descs {
    margin: 30px 0;
  }
  .so-tab__content [cb-vtab-content] .so-tab__parent .so-tab__left .so-tab__descs p {
    color: #000000;
  }
  .so-tab__content [cb-vtab-content] .so-tab__parent .so-tab__left .so-tab__features {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 567px) {
  .so-tab__content [cb-vtab-content] .so-tab__parent .so-tab__left {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .so-tab__content [cb-vtab-content] .so-tab__parent .so-tab__right {
    flex: auto;
    margin-left: 40px;
  }
}
.so-tab__title {
  color: rgb(3, 61, 72);
  font-size: 16px;
  margin-bottom: 30px;
}
.so-tab__desc {
  color: rgb(3, 61, 72);
  font-size: 16px;
  line-height: 24px;
  font-family: "IBM Plex Sans", sans-serif;
}
.so-tab__desc ul li {
  margin-bottom: 16px;
}
/* Tablet & Mobile */
.so-revenue {
  background-color: #F9F9F9;
  padding: 80px 0 30px 0px;
}
@media (max-width: 767px) {
  .so-revenue {
    padding: 50px 0;
  }
}
.so-revenue .container {
  max-width: 900px;
}
.so-revenue .abm-techstack__heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  .so-revenue .abm-techstack__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 567px) {
  .so-revenue .abm-techstack__heading {
    max-width: 280px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .so-revenue .abm-techstack__image {
    margin: 0 -50px;
    margin-top: -10px;
  }
}
@media (max-width: 567px) {
  .so-revenue .abm-techstack__image {
    margin: 0 0px;
  }
}
@media (max-width: 767px) {
  .so-revenue .abm-techstack__image img {
    margin: auto;
  }
}

.up-scroll {
  background-color: #6450f0 !important;
  box-shadow: 0 2px 10px 0 rgba(0, 4, 48, 0.08), 0 12px 21px 0 rgba(0, 4, 48, 0.24) !important;
  border: none !important;
  color: #fff;
  width: 192px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.up-scroll::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 3px;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20d%3D%22M13.025%201l-2.847%202.828%206.176%206.176h-16.354v3.992h16.354l-6.176%206.176%202.847%202.828%2010.975-11z%22%20fill%3D%22rgb(255%2C255%2C255)%22%2F%3E%0A%3C%2Fsvg%3E");
}
.up-scroll:hover::after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.so-testimonial .slick-dots li button::before {
  width: 15px;
  height: 16px;
  background-color: #c4c4c4;
  border-radius: 50%;
  font-size: 0;
}
.so-testimonial .slick-dots .slick-active button::before {
  width: 15px;
  height: 16px;
  background-color: #502CA8;
  border-radius: 50%;
}

.so-badge {
  background-color: #f9f9f9;
  padding: 100px 0 150px 0;
}

.cp-article .container .cp-cols .cp-article__header {
  margin-bottom: 60px;
}
.cp-article .container .cp-cols .cp-article__header .cp-article__title {
  font-size: 32px;
  font-weight: bold;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  line-height: 42px;
  color: #4300A3;
}
@media (max-width: 767px) {
  .cp-article .container .cp-cols .cp-article__header .cp-article__title {
    font-size: 28px;
  }
}
.cp-article .container .cp-cols .cp-article__content {
  width: 55%;
  margin: 0 auto;
}
.cp-article .container .cp-cols .cp-article__content .sb-slider .sb-slider__container .sb-slider__content .sb-slider__slide .col .slide-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cp-article .container .cp-cols .cp-article__content .sb-slider .sb-slider__container .sb-slider__content .sb-slider__slide .col .slide-content {
    display: block;
    text-align: center;
    margin-top: 100px;
  }
}
.cp-article .container .cp-cols .cp-article__content .sb-slider .sb-slider__container .sb-slider__content .sb-slider__slide .col .slide-content .slide-content__left img {
  width: 206px;
  margin: 0 auto;
  position: relative;
  right: -30px;
  top: 15px;
}
@media (max-width: 767px) {
  .cp-article .container .cp-cols .cp-article__content .sb-slider .sb-slider__container .sb-slider__content .sb-slider__slide .col .slide-content .slide-content__left img {
    width: 100%;
    right: 0;
  }
}
.cp-article .container .cp-cols .cp-article__content .sb-slider .sb-slider__container .sb-slider__content .sb-slider__slide .col .slide-content .slide-content__right {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .cp-article .container .cp-cols .cp-article__content .sb-slider .sb-slider__container .sb-slider__content .sb-slider__slide .col .slide-content .slide-content__right {
    padding-left: 0;
  }
}
.cp-article .container .cp-cols .cp-article__content .sb-slider .sb-slider__container .sb-slider__content .sb-slider__slide .col .slide-content .slide-content__right h3 {
  font-size: 20px;
  font-weight: bold;
  color: rgb(0, 0, 10);
  margin-bottom: 12px;
}
.cp-article .container .cp-cols .cp-article__content .sb-slider .sb-slider__container .sb-slider__content .sb-slider__slide .col .slide-content .slide-content__right p {
  letter-spacing: -0.13px;
  color: rgb(0, 0, 10);
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sb-slider__container::before {
  content: "";
  background: url(../images/resources/guides/chargebee-report/bg-shape.svg);
  position: absolute;
  width: 214px;
  height: 300px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sb-slider__container::before {
    background-size: cover;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.sb-slider__container::after {
  content: "";
  background: url(../images/resources/guides/chargebee-report/bg-shape.svg);
  position: absolute;
  width: 90px;
  height: 300px;
  background-repeat: no-repeat;
  top: 144px;
}
@media (max-width: 991px) {
  .sb-slider__container::after {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .sb-slider__container::after {
    display: none;
  }
}

ul.slick-dots {
  bottom: -70px;
  left: 38px;
  display: inline-block !important;
  text-align: left;
}
@media (max-width: 767px) {
  ul.slick-dots {
    text-align: center;
    left: 0;
  }
}

.sb-slider .slick-arrow {
  width: 40px;
  height: 52px;
  background: url(../images/resources/guides/chargebee-report/arrows.svg) center/contain no-repeat;
}

.sb-slider .slick-arrow:before {
  display: none;
}

.sb-slider .slick-arrow:hover, .sb-slider .slick-arrow:focus {
  background: url(../images/resources/guides/chargebee-report/arrows.svg) center/contain no-repeat;
}

.sb-slider .slick-prev {
  transform: rotate(180deg);
  left: -116px;
}

.slick-next {
  right: -100px !important;
  top: 60% !important;
}

.sb-slider .slick-dots li {
  margin: 0;
}

.sb-slider .slick-dots li button:before {
  color: #E2E9F9;
  opacity: 1;
  font-size: 12px;
}

@media (max-width: 767px) {
  .sb-slider .slick-dots li button:before {
    font-size: 9px;
  }
}
.sb-slider .slick-dots li.slick-active button:before {
  color: #440077;
}

@media (max-width: 568px) {
  .sb-slider .slick-arrow:hover, .sb-slider .slick-arrow:focus {
    background: url(../images/campaigns/saas-subscription-billing/icon/arrow.svg) center/contain no-repeat;
  }
  .sb-slider .slick-arrow {
    width: 30px;
    height: 24px;
    background: url(../images/campaigns/saas-subscription-billing/icon/arrow.svg) center/contain no-repeat;
  }
  .sb-slider .slick-prev {
    left: -43px !important;
    top: 52%;
  }
  .slick-next {
    right: -36px !important;
    top: 55% !important;
  }
  .so-saasoptics .parent .right .so-testimonial {
    padding: 40px;
  }
  .so-right img {
    text-align: center;
    width: 100%;
  }
  .cp-article--alt.so-badge {
    margin-top: 0 !important;
  }
}
.section-gap {
  margin: 80px 0;
}
.section-gap:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-gap {
    margin: 40px 0;
  }
}
.section-gap .container {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-gap .container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-gap .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .so-tab {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 567px) {
  .abm-techstack__heading,
  .so-saasoptics .parent .left h4,
  .cp-cols .cp-article__header .cp-article__title {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
}

.logo-section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .logo-section {
    text-align: center;
  }
}

.cc-demo__global {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .cc-demo__global {
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  .so-tab__right {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .cc-demo__container:not(.cc-demo__container--alt) {
    grid-gap: 0px !important;
    grid-template-columns: 1fr 1fr;
  }
}
.q-a-desc {
  font-weight: 400;
  letter-spacing: -0.17px;
  line-height: 28px;
  text-align: center;
  max-width: 580px;
  margin: auto;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .q-a-desc {
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}