@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap");
body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}

a:hover {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
  outline: 0;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

.ch-nav__arrow:after {
  -webkit-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
}

.p-hero {
  background: linear-gradient(100.96deg, #4300A3 33.34%, #6100BB 71.36%, #A700F1 104.8%);
  padding-top: 150px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .p-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 567px) {
  .p-hero {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-hero .p-header h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 72px;
  line-height: 93.6px;
}

@media (max-width: 991px) {
  .p-hero .p-header h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .p-hero .p-header h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .p-hero .p-header h1 {
    margin-bottom: 15px;
  }
}

.p-hero .p-header h1 br {
  display: none;
}

@media (max-width: 767px) {
  .p-hero .p-header h1 br {
    display: block;
  }
}

.p-hero .p-header p {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .p-hero .p-header p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .p-hero .p-header p {
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.p-hero .p-header p a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: bold !important;
  color: #ffffff;
  position: relative;
  top: -2px;
}

.p-hero .p-header p a::after {
  content: '';
  background: url("../images/pricings/arrow-hero.svg") no-repeat;
  display: inline-block;
  width: 9px;
  height: 5px;
  margin-left: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
}

.p-hero .p-header p .section1 {
  display: inline;
}

@media (max-width: 991px) {
  .p-hero .p-header p .section1 {
    display: none;
  }
}

.p-hero .p-header p .section3 {
  display: none;
}

@media (max-width: 991px) {
  .p-hero .p-header p .section3 {
    display: inline;
  }
}

@media (max-width: 767px) {
  .p-hero .p-header p .section3 {
    display: block;
    margin-top: 25px !important;
    width: 136px;
    padding: 3px 0px;
    margin: 0 auto;
  }
  .p-hero .p-header p .section3::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-hero .p-header {
    text-align: center;
  }
}

.p-hero .p-body {
  margin: 60px 0;
}

.p-hero .p-body .cpr-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .p-hero .p-body .cpr-dropdown {
    display: block;
  }
}

.p-hero .p-body .cpr-dropdown .cpr-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: rgba(242, 233, 255, 0.4);
}

@media (max-width: 767px) {
  .p-hero .p-body .cpr-dropdown .cpr-toggle {
    width: 181px;
    margin: 0 auto;
  }
}

.p-hero .p-body .cpr-dropdown .cpr-toggle div {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 16px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-hero .p-body .cpr-dropdown .cpr-toggle div {
    padding: 3px 16px;
  }
}

.p-hero .p-body .cpr-dropdown .cpr-toggle--year .cpr-toggle__year {
  background-color: #ffffff;
  border-radius: 16px;
  color: #4401A3;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.p-hero .p-body .cpr-dropdown .cpr-toggle--month .cpr-toggle__month {
  background-color: #ffffff;
  border-radius: 16px;
  color: #4401A3;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.p-hero .p-body .cpr-dropdown .cpr-dropdown__container {
  margin-left: 90px;
}

@media (max-width: 767px) {
  .p-hero .p-body .cpr-dropdown .cpr-dropdown__container {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 567px) {
  .p-hero .p-body .cpr-dropdown .cpr-dropdown__container {
    margin-top: 20px;
  }
}

.p-hero .p-body .cpr-dropdown .cpr-dropdown__container .cpr-dropdown__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: 16px;
  background-color: rgba(242, 233, 255, 0.4);
}

@media (max-width: 767px) {
  .p-hero .p-body .cpr-dropdown .cpr-dropdown__container .cpr-dropdown__select {
    width: 314px;
    margin: 0 auto;
  }
}

.p-hero .p-body .cpr-dropdown .cpr-dropdown__container .cpr-dropdown__select li {
  list-style-type: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 14px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-hero .p-body .cpr-dropdown .cpr-dropdown__container .cpr-dropdown__select li {
    padding: 5px 12px;
  }
}

.p-hero .p-body .cpr-dropdown .cpr-dropdown__container .cpr-dropdown__select li:last-child {
  padding-right: 15px;
}

.p-hero .p-body .cpr-dropdown .cpr-dropdown__container .cpr-dropdown__select li.active {
  background-color: #ffffff;
  border-radius: 16px;
  color: #4401A3;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

@media (max-width: 567px) {
  .p-hero .p-body {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-hero .p-footer {
    display: none;
  }
}

.p-hero .p-footer .p-footer-inner .p-plans {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .p-hero .p-footer .p-footer-inner .p-plans {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .p-hero .p-footer .p-footer-inner .p-plans .p-plan {
    margin-bottom: 20px;
  }
}

.p-hero .p-footer .p-footer-inner .p-plans .p-plan h4 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
  position: relative;
}

.p-hero .p-footer .p-footer-inner .p-plans .p-plan h4 span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -18px;
  left: 93px;
  letter-spacing: 3px;
}

.p-hero .p-footer .p-footer-inner .p-plans .p-plan p {
  font-size: 16px;
  line-height: 23px;
}

.p-pricing {
  padding-top: 40px;
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  .p-pricing {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .p-pricing .container {
    width: 100%;
  }
}

.p-pricing .p-plan-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists {
    margin-top: -60px;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(280px, 1fr))[4];
        grid-template-columns: repeat(4, minmax(280px, 1fr));
    margin-left: 0;
    padding-left: 20px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .p-pricing .p-plan-lists::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-pricing .p-plan-lists {
    margin-top: -70px;
    -ms-grid-columns: (minmax(240px, 1fr))[4];
        grid-template-columns: repeat(4, minmax(240px, 1fr));
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col {
    background-color: #ffffff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan {
  /*cpr-plan__footer*/
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 25px;
    display: block;
    min-height: inherit;
  }
}

@media (max-width: 767px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan {
    display: block;
    text-align: left;
    min-height: 465px;
  }
}

@media (max-width: 567px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan {
    min-height: 410px;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__name {
  display: none;
  color: #4401A3;
  font-weight: 400;
  font-size: 36px;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__name {
    display: block;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__name {
    font-size: 18px;
    font-weight: bold;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__descs {
  display: none;
  margin-bottom: 25px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__descs {
    display: block;
  }
}

@media (max-width: 567px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__descs {
    margin-top: 10px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price .cpr-plan__div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price .cpr-plan__div h6 {
    position: relative;
    top: 20px;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price .cpr-plan__div h4 {
    margin-left: 10px;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price h6 {
  color: #4401A3;
  font-size: 16px;
  font-weight: 600;
  min-height: 25px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price h4 {
  color: #000000;
  font-size: 36px;
  position: relative;
  line-height: 46px;
  margin-top: 2px;
  letter-spacing: -0.6px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price h4::after {
  content: 'mo';
  font-size: 22px;
  position: absolute;
  top: 5px;
}

@media (max-width: 767px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price h4 {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price .no-data {
    display: none;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__price .rm-after::after {
  display: none;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .no-data {
    display: none;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__toggle {
  min-height: 25px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .cpr-plan__toggle .handle-toggle {
  font-weight: 600;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .desc-wrap {
  margin: 15px 0 0;
  width: 230px;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .desc-wrap {
    width: inherit;
  }
}

@media (max-width: 767px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .desc-wrap {
    margin-top: 8px;
    margin-bottom: 15px;
  }
}

@media (max-width: 567px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .desc-wrap {
    min-height: 64px;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .desc-wrap .cpr-plan__desc {
  min-height: 75px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__header .desc-wrap .cpr-plan__desc {
    min-height: 0;
    font-size: 14px;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content {
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content .cpr-plan__action {
    text-align: center;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content .cpr-plan__action .p-btn {
  background-color: #4300A3;
  width: 206px;
  display: inline-block;
  height: 57px;
  text-align: center;
  line-height: 57px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content .cpr-plan__action .p-btn {
    background-color: transparent;
    border: 1px solid #4401A3;
    color: #4401A3;
  }
}

@media (max-width: 567px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content .cpr-plan__action .p-btn {
    height: 40px;
    line-height: 38px;
    max-width: 190px;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content .cpr-plan__action .p-btn::after {
  content: '';
  background: url("../images/icon/arrow/cn-arrow-white.svg") no-repeat;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content .cpr-plan__action .p-btn::after {
    background: url("../images/pricings/cn-arrow-blue-dark.svg") no-repeat;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__content .cpr-plan__action .p-btn:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer {
    display: none;
  }
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .p-desc {
  min-height: 100px;
  margin-bottom: 25px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .no-plans::after {
  display: none;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .cpr-plan__highlight {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  min-height: 23px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .cpr-plan__highlight .adding {
  width: 10px;
  height: 10px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  border-radius: 50%;
  margin-left: 2px;
  color: #000000;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .cpr-plan__highlight .adding img {
  position: relative;
  top: -1px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .users {
  font-size: 24px;
  color: #000000;
  line-height: 31px;
  margin-bottom: 30px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .user-empty {
  min-height: 35px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .cpr-plan__list {
  padding-left: 0;
  list-style-type: none;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .cpr-plan__list li {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}

.p-pricing .p-plan-lists .cpr-table__col .cpr-plan .cpr-plan__footer .cpr-plan__desc .cpr-plan__list li::before {
  content: '';
  position: absolute;
  left: 0;
  background: url("../images/pricings/check-gradient.svg") no-repeat;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 4px;
}

.p-pricing .p-plan-lists .s-u-mobile .cpr-plan {
  position: relative;
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .s-u-mobile .cpr-plan {
    background-color: #FAF7FF;
  }
}

@media (max-width: 767px) {
  .p-pricing .p-plan-lists .cpr-table_final {
    max-width: 260px;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table_final .cpr-plan .cpr-plan__header .cpr-plan__price {
    display: none;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table_final .cpr-plan .cpr-plan__content {
    margin-top: 87px;
  }
}

@media (max-width: 767px) {
  .p-pricing .p-plan-lists .cpr-table_final .cpr-plan .cpr-plan__content {
    margin-top: 111px;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table_final .cpr-plan .cpr-plan__content .cpr-plan__actions .cpr-plan__action .p-btn-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .p-pricing .p-plan-lists .cpr-table_final .cpr-plan .cpr-plan__content .cpr-plan__actions .cpr-plan__action .p-btn-mobile {
    display: block;
    margin: 0 auto;
  }
}

.p-actions {
  padding: 60px 0 120px 0px;
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  .p-actions {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .p-actions {
    padding-bottom: 20px;
    padding-top: 40px;
  }
}

.p-actions .p-top {
  margin-bottom: 30px;
}

.p-actions .p-top a {
  background: linear-gradient(100.96deg, #4300A3 33.34%, #6100BB 71.36%, #A700F1 104.8%);
  border-radius: 4px;
  width: 175px;
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  color: #ffffff;
}

@media (max-width: 567px) {
  .p-actions .p-top a {
    height: 40px;
    line-height: 40px;
  }
}

.p-actions .p-top a::after {
  content: '';
  background: url(../images/icon/arrow/cn-arrow-white.svg) no-repeat;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .p-actions .p-top {
    display: none;
  }
}

.p-actions .p-bottom .compare {
  display: inline-block;
}

.p-actions .p-bottom .compare a span {
  font-weight: 600;
  color: #0026E6;
  font-size: 20px;
  position: relative;
}

.p-actions .p-bottom .compare a span::after {
  content: '';
  background: url(../images/pricings/cn-arrow-blue.svg) no-repeat;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
}

.p-actions .p-bottom .compare a span:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.p-testimonials {
  background-color: #f8f8f8;
  padding: 60px 0px 80px 0px;
}

.p-testimonials .p-testimonial {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

@media (max-width: 991px) {
  .p-testimonials .p-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-testimonials .p-testimonial .p-left .t-heading {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .p-testimonials .p-testimonial .p-left .t-heading {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
  }
}

.p-testimonials .p-testimonial .p-left .t-quotes {
  font-size: 24px;
  line-height: 36px;
  margin: 90px 0px 40px 0px;
  position: relative;
}

@media (max-width: 767px) {
  .p-testimonials .p-testimonial .p-left .t-quotes {
    font-size: 20px;
    line-height: 1.5;
    margin: 80px 0px 40px 0px;
  }
}

.p-testimonials .p-testimonial .p-left .t-quotes::before {
  content: '';
  background: url(../images/pricings/arrow.svg) no-repeat;
  width: 66px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: -40px;
}

.p-testimonials .p-testimonial .p-left .t-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-testimonials .p-testimonial .p-left .t-customer {
    text-align: left;
  }
}

.p-testimonials .p-testimonial .p-left .t-customer .t-c-left figure {
  width: 72px;
  height: 72px;
}

.p-testimonials .p-testimonial .p-left .t-customer .t-c-left img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .p-testimonials .p-testimonial .p-left .t-customer .t-c-left img {
    border-radius: 0;
  }
}

.p-testimonials .p-testimonial .p-left .t-customer .t-c-right {
  margin-left: 15px;
}

.p-testimonials .p-testimonial .p-left .t-customer .t-c-right .name {
  font-weight: 700;
}

.p-testimonials .p-testimonial .p-left .br-line {
  display: none;
}

@media (max-width: 767px) {
  .p-testimonials .p-testimonial .p-left .br-line {
    border-bottom: 1px solid #e0e0e4;
    display: block;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .p-testimonials .p-testimonial .p-left .t-logos {
    text-align: center;
  }
}

.p-testimonials .p-testimonial .p-left .t-logos ul li {
  margin-left: 15px;
  display: inline-block;
}

@media (max-width: 567px) {
  .p-testimonials .p-testimonial .p-left .t-logos ul li {
    width: 49%;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.p-testimonials .p-testimonial .p-left .t-logos ul li img {
  max-width: 115px;
}

@media (max-width: 1199px) {
  .p-testimonials .p-testimonial .p-left .t-logos ul li img {
    max-width: 100px;
  }
}

.p-testimonials .p-testimonial .p-left .t-logos ul li .img-filter {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

.p-testimonials .p-testimonial .p-left .t-logos ul li:first-child {
  margin-left: 0;
}

.p-testimonials .p-testimonial .p-right {
  width: 100%;
  padding-top: 20px;
}

.p-startups {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-startups {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .p-startups .s-parent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-startups .s-parent .s-i-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 991px) {
  .p-startups .s-parent .s-i-parent {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-startups .s-parent .s-i-parent {
    display: block;
  }
}

.p-startups .s-parent .s-i-parent .s-left {
  text-align: center;
}

@media (max-width: 991px) {
  .p-startups .s-parent .s-i-parent .s-left {
    margin-bottom: 20px;
  }
}

.p-startups .s-parent .s-i-parent .s-left img {
  margin: 0 auto;
  max-width: 390px;
}

@media (max-width: 567px) {
  .p-startups .s-parent .s-i-parent .s-left img {
    max-width: inherit;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-startups .s-parent .s-i-parent .s-right {
    margin-top: 50px;
    text-align: center;
  }
}

.p-startups .s-parent .s-i-parent .s-right .s-top {
  font-size: 24px;
  line-height: 19px;
  font-weight: 600;
  color: #000000;
}

.p-startups .s-parent .s-i-parent .s-right .s-middle {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .p-startups .s-parent .s-i-parent .s-right .s-middle {
    font-size: 20px;
    line-height: 24px;
  }
}

.p-startups .s-parent .s-i-parent .s-right .s-bottom a {
  background: linear-gradient(100.96deg, #4300A3 33.34%, #6100BB 71.36%, #A700F1 104.8%);
  border-radius: 4px;
  width: 172px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.p-startups .s-parent .s-i-parent .s-right .s-bottom a::after {
  content: '';
  background: url(../images/icon/arrow/cn-arrow-white.svg) no-repeat;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
}

.p-faq {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .p-faq {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .p-faq .cpr-footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-faq .cpr-footer .row .col-sm-5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .p-faq .cpr-footer .row .col-sm-6.col-sm-offset-1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: none;
  }
}

.cpr-panel__container {
  text-align: center;
  color: #191919;
  display: block;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media (min-width: 992px) {
  .cpr-panel__container {
    padding: 30px 21px;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px 0 #5a7abe1a;
            box-shadow: 0 1px 1px 0 #5a7abe1a;
    border: 1px solid rgba(90, 122, 190, 0.1);
  }
}

@media (max-width: 991px) {
  .cpr-panel__container {
    background: #F5F5F5;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
}

.cpr-panel__container:hover, .cpr-panel__container:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 #5a7abe1a, 0 10px 20px 0 rgba(90, 122, 190, 0.2);
          box-shadow: 0 1px 1px 0 #5a7abe1a, 0 10px 20px 0 rgba(90, 122, 190, 0.2);
}

@media (min-width: 992px) {
  .cpr-panel__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 9px;
  }
}

@media (max-width: 991px) {
  .cpr-panel__title {
    font-size: 12px;
    display: inline-block;
  }
}

.cpr-panel__desc {
  font-size: 14px;
}

@media (max-width: 991px) {
  .cpr-panel__desc {
    font-size: 12px;
  }
}

.cpr-panel__link {
  font-weight: bold;
  color: #1E8CE6;
}

@media (min-width: 992px) {
  .cpr-panel--mt-xl {
    margin-top: 200px;
  }
}

@media (max-width: 991px) {
  .cpr-panel--mt-xl {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.cb-panels__title {
  color: #191919;
  font-size: 24px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .cb-panels__title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.cb-panels__container {
  border: 1px solid rgba(90, 122, 190, 0.1);
  border-radius: 2px;
}

.cb-panel {
  padding: 30px 42px 30px 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}

@media (max-width: 991px) {
  .cb-panel {
    padding: 21px 42px 21px 21px;
  }
}

.cb-panel:not(:last-child) {
  border-bottom: 1px solid rgba(90, 122, 190, 0.1);
}

.cb-panel:hover, .cb-panel:focus {
  background: #F4F7FC;
}

.cb-panel__title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 22px;
  position: relative;
}

.cb-panel__title:after {
  content: '';
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.54);
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.cb-panel__desc {
  display: none;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .cb-panel__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
  }
}

.cb-panel__link {
  padding: 21px 30px;
  display: block;
}

.cb-panel__link:hover, .cb-panel__link:focus {
  background-color: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}

.cb-panel--active {
  z-index: 2;
}

.cb-panel--active .cb-panel__title {
  font-weight: bold;
}

.cb-panel--active .cb-panel__title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -5px;
}

.cb-panel--active .cb-panel__desc {
  display: block;
  -webkit-animation: fadeInUp .4s ease-out;
          animation: fadeInUp .4s ease-out;
}

.cb-panel--active .cb-panel__bg {
  background: #fff;
  -webkit-transform: scale(1.04, 1.1);
          transform: scale(1.04, 1.1);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

.cb-testimonial__content {
  position: relative;
  text-align: center;
}

.cb-testimonial__content:after {
  content: '';
  background: url("../images/careers/cb-quote.svg") no-repeat;
  display: inline-block;
  width: 140px;
  height: 110px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: -1;
}

.cb-testimonial__desc {
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 24px;
}

.cb-testimonial__author {
  font-size: 18px;
  line-height: 26px;
}

.cb-testimonial--secondary {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 991px) {
  .cb-testimonial--secondary {
    font-size: 14px;
    line-height: 22px;
  }
}

.cb-testimonial--secondary .cb-testimonial__figure {
  margin: 0 auto 21px;
}

.cb-testimonial--secondary .cb-testimonial__figure > img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.cb-testimonial--secondary .cb-testimonial__author {
  font-size: 16px;
  line-height: 21px;
}

.cb-testimonial--secondary .cb-testimonial__role {
  font-weight: bold;
}

.cb-testimonial--secondary .cb-testimonial__content {
  display: inline-block;
  margin-bottom: 27px;
}

.cb-testimonial--secondary .cb-testimonial__content:before {
  content: '';
  background: url("../images/icon/quote/cb-quote.svg") no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -30px;
  top: -30px;
  background-size: contain;
  opacity: .4;
}

.cb-testimonial--secondary .cb-testimonial__content:after {
  display: none;
}

.cb-testimonial--secondary .cb-testimonial__mark {
  color: #fd7144;
  font-weight: 600;
}

.cb-testimonial--tertiary {
  color: #212128;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
}

.cb-testimonial--tertiary .cb-testimonial__figure {
  margin-bottom: 15px;
}

.cb-testimonial--tertiary .cb-testimonial__content {
  color: #212128;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 15px;
  text-align: left;
}

.cb-testimonial--tertiary .cb-testimonial__content:after {
  background: url("../images/pricing/cb-left-quote.svg") no-repeat;
  width: 35px;
  height: 35px;
  right: -5px;
}

.cb-testimonial--tertiary .cb-testimonial__author {
  margin-top: 15px;
}

.cb-testimonial--tertiary .cb-testimonial__author-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cb-testimonial--tertiary .cb-testimonial__author-figure {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.cb-testimonial--tertiary .cb-testimonial__author-name {
  font-size: 12px;
  line-height: 13px;
}

.cb-testimonial--tertiary .cb-testimonial__author-role {
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
}

.cb-testimonial--my-md {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cb-testimonial--mt-lg {
  margin-top: 75px;
}

.cb-panel a {
  position: relative;
  color: #0026E6;
  font-weight: 600;
}

.cb-panel a::after {
  content: '';
  background: url(../images/pricings/cn-arrow-blue.svg) no-repeat;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
}

a:hover:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Tool Tip */
.tooltip-inner {
  max-width: 220px;
  padding: 15px;
  background-color: #2a0362;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2a0362;
}

span.cpr-plan__tooltip {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* Tool Tip */
/* Modal popup */
.modal-dialog {
  width: calc(100vw - 40px);
  max-width: 1200px;
}

.modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0px;
}

.cp-main__container {
  max-width: 1200px;
  margin: auto;
}

.cp-main__content {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .cp-main__content {
    max-height: calc(100vh - 180px);
  }
}

.cp-main__header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 40px 20px 8px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.05), 0 4px 15px 0 rgba(90, 122, 190, 0.1);
          box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.05), 0 4px 15px 0 rgba(90, 122, 190, 0.1);
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

@media (max-width: 991px) {
  .cp-main__header {
    padding-top: 62px;
    z-index: 1;
    padding: 55px 0px 10px;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 567px) {
  .cp-main__header {
    padding-top: 62px;
  }
}

.cp-main__header .cp-main__col {
  font-weight: 500;
  color: #232323 !important;
  padding: 12px 24px;
}

@media (max-width: 991px) {
  .cp-main__header .cp-main__col {
    font-size: 16px;
  }
}

.cp-main__header .cp-main__row {
  pointer-events: none;
}

.cp-main__content {
  padding-bottom: 160px;
}

.cp-main__group {
  margin-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.cp-main__group:nth-child(1) {
  margin-top: 40px;
}

.cp-main__label {
  padding: 6px 8px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  max-width: 290px;
  margin-top: 4px;
  padding-left: 0;
}

.cp-main__dd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  font-weight: 500;
  color: #00000A;
  z-index: 3;
  background: #5C07D1;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  line-height: 18px;
}

@media (max-width: 991px) {
  .cp-main__dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .cp-main__dd {
    display: none;
  }
}

@media (max-width: 567px) {
  .cp-main__dd {
    padding-top: 15px;
  }
}

.cp-main__select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid;
}

.cp-main__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(min-content, 1fr) 1fr 1fr 1fr 1fr;
      grid-template-columns: minmax(-webkit-min-content, 1fr) 1fr 1fr 1fr 1fr;
      grid-template-columns: minmax(min-content, 1fr) 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (min-width: 992px) {
  .cp-main__row {
    -ms-grid-columns: 500px 1fr 1fr 1fr 1fr;
        grid-template-columns: 500px 1fr 1fr 1fr 1fr;
  }
}

.cp-main__row:hover, .cp-main__row:focus {
  background-color: rgba(90, 122, 190, 0.07);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.cp-main__row--title {
  padding-bottom: 8px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.cp-main__row--title .cp-main__col {
  font-size: 24px;
  color: #5C07D1 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.cp-main__row--hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.cp-main__row--hide .cp-main__col {
  color: transparent;
}

.cp-main__col {
  padding: 24px;
}

@media (max-width: 991px) {
  .cp-main__col {
    font-size: 14px;
  }
}

.cp-main__col:not(:first-child) {
  text-align: center;
  font-size: 14px;
  color: #64648C;
}

.cp-main__check:after {
  width: 10px;
  height: 20px;
  display: inline-block;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #306E24;
  border-right: 2px solid #306E24;
}

.cp-main__uncheck {
  min-width: 20px;
  min-height: 20px;
  position: relative;
}

.cp-main__uncheck:before, .cp-main__uncheck:after {
  content: '';
  width: auto;
  height: 20px;
  display: inline-block;
  border-left: 2px solid #ED6347;
}

.cp-main__uncheck:before {
  -webkit-transform: translate(2px) rotate(45deg);
          transform: translate(2px) rotate(45deg);
}

.cp-main__uncheck:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal.in .modal-dialog {
  margin: 30px auto;
}

.close:focus, .close:hover {
  outline: 0;
  opacity: 1;
}

button.close {
  z-index: 99999;
  position: absolute;
  right: -14px;
  top: -14px;
  opacity: 1;
  text-shadow: none;
  background-color: #5C07D1;
  color: #ffffff;
  border-radius: 24px;
  width: 30px;
  height: 30px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button.close span {
  display: inline-block;
  height: 22px;
}

button.close:hover, button.close:focus, button.close:active {
  color: #ffffff;
}

.show-item span {
  display: none;
}

@media (max-width: 991px) {
  .show-item .show-mobile {
    display: block;
  }
}

.show-item .show-desktop {
  display: block;
}

@media (max-width: 991px) {
  .show-item .show-desktop {
    display: none;
  }
}

/* Modal popup */
@media (max-width: 767px) {
  .cpr-panel--mt-xl {
    display: none;
  }
}

@media (max-width: 767px) {
  .modal.in .modal-dialog {
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .cp-main__row--title .cp-main__col {
    font-size: 20px;
    color: #5C07D1 !important;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    letter-spacing: -.15px;
    line-height: 1.25;
  }
}

.cp-main__header .cp-main__col {
  font-weight: 600;
}

/* Mobile Modal Plan Select */
.modal.fade.in {
  opacity: 1;
}

@media only screen and (max-width: 360px) {
  .cp-main__row .cp-main__col {
    padding: 12px 0px;
  }
}

@media (max-width: 767px) {
  .modal-body .cp-main .cp-main__header {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 0px;
  }
}

.modal-body {
  padding: 0;
}

.cp-main__dd {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #5C07D1;
  padding: 12px 4px 12px 25px;
}

.cp-main__dd .cp-main__sl {
  width: 100%;
}

.cp-main__dd .cp-main__sl .cp-main__select {
  width: 100%;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.cp-main__dd .cp-main__sl::after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 6px solid transparent;
  border-top-color: #5c07d1;
  display: inline-block;
  z-index: -1;
}

select.cp-main__select:focus {
  outline: 0;
}

.pop-parent {
  margin-top: 100px;
}

.pop-parent .pop-inner {
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

.pop-parent .pop-inner h6 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 36px;
  font-size: 22px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .pop-parent .pop-inner h6 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) {
  .pop-parent .pop-inner h6 {
    font-size: 32px;
    line-height: 42px;
  }
}

.pop-parent .pop-inner a {
  background: linear-gradient(100.96deg, #4300A3 33.34%, #6100BB 71.36%, #A700F1 104.8%);
  border-radius: 4px;
  width: 236px;
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.pop-parent .pop-inner a::after {
  content: '';
  background: url(../images/icon/arrow/cn-arrow-white.svg) no-repeat;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
}

.cp-main__row.cp-main__row--hide {
  padding: 0px;
  margin: 0px;
  height: 40px;
}

/* Most Popular Rotate */
.most-popular {
  -webkit-animation: rotation 10s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Most Popular Rotate */
/* Mobile Modal Plan Select */
.p-btn-desktop {
  display: block;
}

.p-btn-mobile {
  display: none !important;
}

@media (max-width: 991px) {
  .p-btn-mobile {
    display: block !important;
  }
}

.p-hero .p-header p a {
  border: 1px solid #fff;
  padding: 7px 13px;
  border-radius: 30px;
}

@media (max-width: 567px) {
  .cb-panels__title {
    line-height: 30px;
  }
}

.cp-main__group .cp-main__row.cp-main__row--title {
  padding: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 9;
}

@media (max-width: 767px) {
  .cp-main__group .cp-main__row.cp-main__row--title {
    padding-left: 0;
  }
}

.cp-main__group .cp-main__row.cp-main__row--title .cp-main__col {
  padding-left: 0px;
  font-size: 26px;
  color: #000 !important;
  font-weight: bold;
}

@media (max-width: 767px) {
  .cp-main__group .cp-main__row.cp-main__row--title .cp-main__col {
    font-size: 18px;
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .cp-main__header .cp-main__col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cp-main__group {
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=pricing-v4.css.map */