.pricing-section .pricing-tab .tab-btn:hover {
  text-decoration: none;
}

.describe {
  font-size: 13px;
  line-height: 1.5;
  color: #616C7D;
}
@media (min-width: 992px) {
  .describe {
    font-size: 16px;
  }
}

.safety-section {
  padding: 56px 0 80px;
}
@media (min-width: 992px) {
  .safety-section {
    padding: 96px 0;
  }
}

.solutions-section {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .solutions-section {
    padding-bottom: 96px;
  }
}
@media (max-width: 991.99px) {
  .solutions-section .h2-title {
    font-size: 24px;
  }
}
.solutions-section .solution-list {
  gap: 12px;
}
@media (min-width: 992px) {
  .solutions-section .solution-list {
    gap: 24px;
  }
}
.solutions-section .solution-list .solution {
  width: 100%;
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .solutions-section .solution-list .solution {
    width: calc(25% - 18px);
    max-width: 282px;
  }
}
.solutions-section .solution-list .solution::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><circle cx="12" cy="12" r="9" fill="%232d65ff"/><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="m9 12 2.5 2 3.5-4"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
}

.business-efficiency {
  padding: 48px 0 30px;
  background: rgba(45, 101, 255, 0.0705882353);
}
@media (min-width: 992px) {
  .business-efficiency {
    padding: 80px 0 57px;
  }
}
@media (max-width: 991.99px) {
  .business-efficiency .h2-title {
    font-size: 26px;
  }
}
.business-efficiency .content {
  gap: 32px;
}
@media (min-width: 992px) {
  .business-efficiency .content {
    gap: 64px;
  }
}
.business-efficiency .content .img-cont {
  max-width: 608px;
}
.business-efficiency .content .text-cont {
  max-width: 528px;
}
.business-efficiency .content .text-cont .text-item {
  background: #FFFFFF;
  box-shadow: 4px 4px 4px 0px rgba(64, 105, 134, 0.1215686275);
  padding: 16px;
  border-radius: 12px;
  gap: 12px;
}
@media (min-width: 992px) {
  .business-efficiency .content .text-cont .text-item {
    padding: 20px;
    gap: 16px;
  }
}
.business-efficiency .content .text-cont .text-item:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .business-efficiency .content .text-cont .text-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.business-efficiency .content .text-cont .text-item .num {
  color: #2D65FF;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 992px) {
  .business-efficiency .content .text-cont .text-item .num {
    font-size: 24px;
    line-height: 1.3;
  }
}
.business-efficiency .content .text-cont .text-item .text .text-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 992px) {
  .business-efficiency .content .text-cont .text-item .text .text-title {
    font-size: 18px;
  }
}
.business-efficiency .content .text-cont .text-item .text .text-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #616C7D;
}
@media (min-width: 992px) {
  .business-efficiency .content .text-cont .text-item .text .text-desc {
    font-size: 14px;
  }
}

.cost-compare-section {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .cost-compare-section {
    padding-top: 128px;
  }
}
.cost-compare-section .cost-compare-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(141, 150, 164, 0.3019607843);
  padding: 24px 12px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cost-compare-section .cost-compare-card {
    padding: 32px;
  }
}
.cost-compare-section .cost-compare-header .user-counter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-label {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input {
  width: 204px;
  height: 44px;
  padding: 0 16px;
  border: 1.6px solid #616C7D;
  border-radius: 8px;
  font-size: 16px;
  color: #081A2D;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input::-moz-placeholder {
  color: #9CA3AF;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input::placeholder {
  color: #9CA3AF;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input:focus {
  border-color: #2D65FF;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input::-webkit-outer-spin-button, .cost-compare-section .cost-compare-header .user-counter .user-counter-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.cost-compare-section .cost-compare-header .saved-amount {
  font-size: 14px;
  color: #616C7D;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-header .saved-amount {
    font-size: 18px;
  }
}
.cost-compare-section .cost-compare-header .saved-amount .saved-value {
  font-size: 32px;
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-header .saved-amount .saved-value {
    font-size: 40px;
  }
}
.cost-compare-section .cost-compare-header .saved-amount .saved-currency {
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-header .saved-amount .saved-currency {
    font-size: 40px;
  }
}
.cost-compare-section .cost-compare-table {
  border-collapse: separate;
  border: 1px solid #EBEDF5;
  border-radius: 16px;
  border-spacing: 0;
}
.cost-compare-section .cost-compare-table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #EBEDF5;
  font-weight: 500;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th {
    padding: 36px 32px;
  }
}
.cost-compare-section .cost-compare-table thead th.col-label {
  text-align: center;
  width: 29.5%;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th.col-label {
    width: 312px;
    font-size: 20px;
    text-align: left;
  }
}
.cost-compare-section .cost-compare-table thead th.col-pdnob {
  text-align: center;
  width: 35.97%;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th.col-pdnob {
    width: 434px;
  }
}
.cost-compare-section .cost-compare-table thead th.col-pdnob .plan-brand .plan-type {
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th.col-pdnob .plan-brand .plan-type {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cost-compare-section .cost-compare-table thead th.col-adobe {
  text-align: center;
  width: 34.53%;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th.col-adobe {
    width: 390px;
  }
}
.cost-compare-section .cost-compare-table thead th:nth-child(2) {
  background: #F1F4FF;
}
.cost-compare-section .cost-compare-table thead th:not(:last-child) {
  border-right: 1px solid #EBEDF5;
}
.cost-compare-section .cost-compare-table thead th .plan-brand img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th .plan-brand img {
    width: 48px;
    height: 48px;
  }
}
.cost-compare-section .cost-compare-table thead th .plan-brand .plan-name {
  font-size: 12px;
  color: #0F1021;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th .plan-brand .plan-name {
    font-size: 18px;
  }
}
.cost-compare-section .cost-compare-table thead th .plan-brand .plan-type {
  font-size: 12px;
  color: #626D74;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th .plan-brand .plan-type {
    font-size: 13px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cost-compare-section .cost-compare-table tbody td {
  padding: 30px 8px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table tbody td {
    font-size: 18px;
    padding: 26px 24px;
  }
}
.cost-compare-section .cost-compare-table tbody td:nth-child(2) {
  background: #F1F4FF;
}
.cost-compare-section .cost-compare-table tbody td:not(:last-child) {
  border-right: 1px solid #EBEDF5;
}
.cost-compare-section .cost-compare-table tbody td:not(:first-child) {
  text-align: center;
}
.cost-compare-section .cost-compare-table tr:not(:last-child) td {
  border-bottom: 1px solid #EBEDF5;
}

.compare-platform .des-table-wrap {
  margin-top: 91px;
}
@media (min-width: 1280px) {
  .compare-platform .des-table-wrap {
    border-right: 0;
  }
}
@media (max-width: 1279.98px) {
  .compare-platform .des-table-wrap {
    margin-top: 64px;
  }
}
.compare-platform .see-all-btn {
  font-size: 14px;
  background: none;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}
.compare-platform .see-all-btn:hover {
  color: #333;
}
.compare-platform .see-all-btn .see-all-arrow {
  transition: transform 0.3s;
}
.compare-platform .table-tit-mb-wrap {
  top: 0;
}
.compare-platform .table-tit-mb-wrap .table-tit-mid span {
  padding: 27px 12px;
}
.compare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(1) {
  min-width: 357px;
}
@media (max-width: 1599.98px) {
  .compare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(1) {
    min-width: 357px;
    max-width: 357px;
  }
}
@media (max-width: 1279.98px) {
  .compare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(1) {
    display: none;
  }
}
.compare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child) {
  border-right: 0;
  min-width: 421px;
}
@media (max-width: 1599.98px) {
  .compare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child) {
    min-width: 421px;
    max-width: 421px;
  }
}
@media (max-width: 1279.98px) {
  .compare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child) {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .compare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(2) {
    border-right: 2px solid #2D65FF;
  }
}
@media (min-width: 1280px) {
  .compare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(3) {
    border-top: 0;
    border-right: 2px solid #BB5CF2;
  }
}
.compare-platform .table-tit-mb-wrap .table-tit-mid span .recommend {
  transform: translate(-50%, calc(-100% + 0px));
  border-radius: 24px 24px 0 0;
}
@media (max-width: 1279.98px) {
  .compare-platform .table-tit-mb-wrap .table-tit-mid span .recommend {
    width: calc(100% + 5px);
  }
}
@media (max-width: 1279.98px) {
  .compare-platform .table-tit-mb-wrap .table-tit-mid span a.btn {
    display: flex;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    min-width: 130px;
  }
}
.compare-platform .des-table.no-hide .control-height {
  height: -moz-max-content !important;
  height: max-content !important;
}
.compare-platform .des-table .des-table-tit > span:nth-child(1) {
  min-width: 357px;
}
@media (max-width: 1599.98px) {
  .compare-platform .des-table .des-table-tit > span:nth-child(1) {
    min-width: 357px;
    max-width: 357px;
  }
}
@media (max-width: 1279.98px) {
  .compare-platform .des-table .des-table-tit > span:nth-child(1) {
    min-width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
}
.compare-platform .des-table .des-table-tit > span:not(:first-child) {
  min-width: 421px;
}
@media (max-width: 1599.98px) {
  .compare-platform .des-table .des-table-tit > span:not(:first-child) {
    min-width: 421px;
    max-width: 421px;
  }
}
@media (max-width: 1279.98px) {
  .compare-platform .des-table .des-table-tit > span:not(:first-child) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .compare-platform .des-table .des-table-tit > span:nth-child(2) {
    border-right: 2px solid #2D65FF;
  }
}
@media (min-width: 1280px) {
  .compare-platform .des-table .des-table-tit > span:nth-child(3) {
    border-bottom: 0 !important;
    border-right: 2px solid #BB5CF2 !important;
  }
}
.compare-platform .des-table .des-table-tit.aline-text span:not(:first-child) {
  font-size: 12px;
}
.compare-platform .des-table .des-table-content > *:nth-child(1) {
  width: 357px;
}
@media (max-width: 1599.98px) {
  .compare-platform .des-table .des-table-content > *:nth-child(1) {
    min-width: 357px;
    max-width: 357px;
  }
}
@media (max-width: 1279.98px) {
  .compare-platform .des-table .des-table-content > *:nth-child(1) {
    min-width: 100%;
    max-width: 100%;
  }
}
.compare-platform .des-table .des-table-content > *:not(:first-child) {
  border-right: 0;
  width: 421px;
}
@media (max-width: 1599.98px) {
  .compare-platform .des-table .des-table-content > *:not(:first-child) {
    min-width: 421px;
    max-width: 421px;
  }
}
@media (max-width: 1279.98px) {
  .compare-platform .des-table .des-table-content > *:not(:first-child) {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .compare-platform .des-table .des-table-content > *:nth-child(2) {
    border-right: 2px solid #2D65FF;
  }
}
@media (min-width: 1280px) {
  .compare-platform .des-table .des-table-content > *:nth-child(3) {
    border-right: 2px solid #BB5CF2;
  }
}
.compare-platform .des-table .des-table-content.special > *:nth-child(1) {
  width: 357px;
}
.compare-platform .des-table .des-table-content.special > *:nth-child(1) span:not(:last-child) {
  min-width: 357px;
}
.compare-platform .des-table:last-child .des-table-tit > span:last-child {
  position: relative;
}
.compare-platform .des-table:last-child .des-table-tit > span:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  display: none;
}
@media (min-width: 1280px) {
  .compare-platform .des-table:last-child .des-table-tit > span:last-child::after {
    display: block;
  }
}
.compare-platform .no-hide:has(+ .feature-more.d-none) .des-table-content:last-child > span:last-child {
  position: relative;
}
.compare-platform .no-hide:has(+ .feature-more.d-none) .des-table-content:last-child > span:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  display: none;
}
@media (min-width: 1280px) {
  .compare-platform .no-hide:has(+ .feature-more.d-none) .des-table-content:last-child > span:last-child::after {
    display: block;
  }
}
.compare-platform .table-tit-mb-wrap:has(~ .feature-more.d-none) {
  position: relative;
}
.compare-platform .table-tit-mb-wrap:has(~ .feature-more.d-none).active {
  padding-top: 0;
  box-shadow: none;
}/*# sourceMappingURL=purchase-team.css.map */