.relative {
    position: relative
}

.z-10 {
    z-index: 10
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.\!mt-0 {
    margin-top: 0 !important
}

.\!mt-5 {
    margin-top: 1.25rem !important
}

.\!mt-8 {
    margin-top: 2rem !important
}

.mb-2\.5 {
    margin-bottom: .625rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-2\.5 {
    margin-top: .625rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-8 {
    margin-top: 2rem
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.w-full {
    width: 100%
}

.\!max-w-full {
    max-width: 100% !important
}

.max-w-sm {
    max-width: 24rem
}

.flex-grow,
.grow {
    flex-grow: 1
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-2\.5 {
    gap: .625rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-x-2\.5 {
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-y-8 {
    row-gap: 2rem
}

.overflow-hidden {
    overflow: hidden
}

.rounded-lg {
    border-radius: 15px
}

.rounded-xl {
    border-radius: 20px
}

.bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 247/var(--tw-bg-opacity, 1))
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0/var(--tw-bg-opacity, 1))
}

.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30/var(--tw-bg-opacity, 1))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1))
}

.p-5 {
    padding: 1.25rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.\!pr-2\.5 {
    padding-right: .625rem !important
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pl-2\.5 {
    padding-left: .625rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pt-3 {
    padding-top: .75rem
}

.text-center {
    text-align: center
}

.font-neo {
    font-family: Changeling Neo W02 Light, sans-serif
}

.\!font-semibold {
    font-weight: 600 !important
}

.font-light {
    font-weight: 300
}

.font-semibold {
    font-weight: 600
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(255 0 0/var(--tw-text-opacity, 1))
}

.text-transparent {
    color: transparent
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

.main-wrap {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-height: 100vh;
    overflow: hidden
}

body {
    background-color: #fff;
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0;
    position: relative;
    -webkit-font-smoothing: antialiased
}

img {
    height: auto;
    max-width: 100%
}

.dc-container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.dc-content h1,
.dc-content h2,
.dc-content h3 {
    margin: 0;
    padding: 0
}

.dc-content--thm-1 h1 {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 119%
}

.dc-content--thm-1 h1 strong {
    font-weight: 600
}

.dc-content--thm-1 p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 173%
}

.dc-content--thm-2 h1,
.dc-content--thm-2 h2 {
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 300;
    line-height: 119%
}

.dc-content--thm-2 h1 strong,
.dc-content--thm-2 h2 strong {
    font-weight: 600
}

.dc-content--thm-2 .dc-h3,
.dc-content--thm-2 h3 {
    color: #000;
    font-size: 24px;
    line-height: 117%;
    margin: 0
}

.dc-content--thm-2 .dc-h3 strong,
.dc-content--thm-2 h3 strong {
    font-weight: 600
}

.dc-content--thm-2 p {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.dc-content--thm-2 p:last-of-type {
    margin-bottom: 0
}

.dc-content--thm-3 .dc-h3,
.dc-content--thm-3 h3 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 133%;
    margin: 0
}

.dc-content--thm-3 .dc-h3 strong,
.dc-content--thm-3 h3 strong {
    font-weight: 600
}

.dc-content--thm-3 p {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    line-height: 171%
}

.dc-content--thm-3 p:first-of-type {
    margin-top: 34px
}

.dc-content--thm-3 p:last-of-type {
    margin-bottom: 0
}

.dc-spacing-xy {
    margin-bottom: 30px;
    margin-top: 30px
}

.dc-box-1 {
    border-radius: 15px
}

.dc-box-1--dark {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30/var(--tw-bg-opacity, 1))
}

.dc-box-1--dark h2,
.dc-box-1--dark h3,
.dc-box-1--dark p {
    --tw-text-opacity: 1;
    color: rgb(245 245 247/var(--tw-text-opacity, 1))
}

.dc-box-1 h2 {
    line-height: 117%
}

.dc-box-1 h2,
.dc-box-1 h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

.dc-box-1 h3 {
    line-height: 133%
}

.dc-box-1 h3 strong {
    font-weight: 600
}

.dc-box-1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.dc-box-1 p strong {
    font-weight: 600
}

.dc-box-1 p:last-of-type {
    margin-bottom: 0
}

.dc-box-1 p:first-child {
    margin-top: 0
}

.business-img-pattern img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%
}

.dc-main-heading {
    margin-top: 40px
}

.dc-main-heading p {
    max-width: 744px
}

.dc-main-heading p:first-of-type {
    margin-top: 44px
}

.dc-main-heading p:last-of-type {
    margin-bottom: 0
}

.dc-img {
    overflow: hidden;
    transform: translateZ(0)
}

.dc-img img {
    display: block;
    height: auto;
    width: 100%
}

.compare-item__content ul {
    margin: 10px 0 0;
    padding: 0
}

.compare-item__content ul li {
    --dc-h-item-1: 104px;
    border-bottom: 1px solid #1e1e1e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px
}

.compare-item__content ul li:first-child {
    border-top: 1px solid #1e1e1e
}

.compare-item__content p {
    margin: 0
}

.dc-features {
    -moz-column-gap: 9px;
    column-gap: 9px
}

.dc-features__heading {
    flex-shrink: 0;
    width: 296px
}

.dc-features__heading ul li:after {
    background-color: #000 !important
}

.dc-features__heading p {
    font-weight: 600 !important
}

.dc-features__heading h3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.dc-features__img {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0)
}

.dc-features__img:before {
    content: "";
    display: block;
    padding-top: 170%
}

.dc-features__img img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.dc-features__row {
    gap: 9px
}

.dc-features ul {
    list-style-type: none;
    margin: 0;
    padding: 20px
}

.dc-perfect-match .dc-features ul {
    padding: 20px
}

.dc-features ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative
}

.dc-features ul li:first-child {
    padding: 0
}

.dc-features ul li:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.dc-features ul p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.dc-features ul h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 117%;
    margin: 0;
    padding-bottom: 20px
}

.dc-features__col {
    background-color: #1e1e1e;
    border-radius: 20px
}

.dc-features__col h3,
.dc-features__col ul p {
    color: #fff
}

.dc-card__title {
    font-size: 24px;
    font-weight: 300;
    line-height: 117%;
    margin: 0
}

.dc-card__title strong {
    font-weight: 600
}

.dc-card__content p {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.dc-card__content p:last-of-type {
    margin-bottom: 0
}

.dc-card__content p:first-child {
    margin-top: 0
}

.dc-card__content p:last-child {
    margin-bottom: 0
}

.dc-card__arrow {
    background-color: #000;
    border-radius: 0 3px 3px 0;
    display: flex;
    flex-shrink: 0;
    height: 2px;
    justify-content: flex-end;
    margin-left: 14px;
    min-width: 20px;
    position: relative
}

.dc-card__arrow:after,
.dc-card__arrow:before {
    background-color: #000;
    border-radius: 3px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    transform-origin: right center;
    width: 10px
}

.dc-card__arrow:before {
    top: .5px;
    transform: rotate(45deg)
}

.dc-card__arrow:after {
    top: -.5px;
    transform: rotate(-45deg)
}

.dc-card__arrow img {
    display: block;
    height: auto
}

.dc-btns__link a {
    background-color: #f5f5f7;
    border-radius: 10px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 14px 20px;
    text-align: center
}

.dc-btns__link a:hover {
    background-color: #dddddf
}

.dc-table {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    transform: translateZ(0)
}

.dc-table table {
    border-collapse: collapse;
    width: 100%
}

.dc-table table td,
.dc-table table th,
.dc-table table tr {
    border: 0
}

.dc-table table td,
.dc-table table th {
    border-bottom: 1px solid #1e1e1e;
    padding-left: 0;
    padding-right: 0
}

.dc-table table th {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1666666667;
    padding-bottom: 30px;
    padding-top: 0
}

.dc-table table tr {
    padding: 0;
    transition: background-color .2s ease
}

.dc-table table tr:not(:first-child):hover {
    background-color: #f5f5f5
}

.dc-table table td {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
    padding-top: 10px
}

.dc-table table td:first-child {
    font-weight: 600
}

.dc-glance {
    padding: 30px
}

.dc-glance__title {
    font-size: 24px;
    font-weight: 300;
    line-height: 117%
}

.dc-glance__title strong {
    font-weight: 600
}

.dc-glance__row {
    gap: 30px;
    margin-top: 32px
}

.dc-glance__img img {
    display: block
}

.dc-glance__content {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 150%
}

.dc-business-stats-item__head {
    font-size: 24px;
    line-height: 117%
}

.dc-business-stats-item__title {
    font-size: 66px;
    line-height: 100%
}

.dc-business-stats-item__note {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 171%
}

.dc-business-reason-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: nowrap;
    position: relative;
    row-gap: 10px
}

.dc-business-reason-card__content {
    border-radius: 15px;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: nowrap
}

.dc-business-reason-card__top {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    padding: 1.25rem;
    padding-bottom: 0 !important;
    row-gap: 20px
}

.dc-business-reason-card__title {
    font-size: 24px;
    font-weight: 300;
    line-height: 133%
}

.dc-business-reason-card__title strong {
    font-weight: 600
}

.dc-business-reason-card__p,
.dc-business-reason-card__price {
    font-size: 14px;
    line-height: 171%
}

.dc-business-reason-card__p {
    font-weight: 400
}

.dc-business-reason-card__price {
    font-weight: 600;
    margin-bottom: 10px
}

.dc-business-reason-card__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    width: 320px
}

.dc-business-reason-card__img:before {
    content: "";
    display: block;
    padding-top: 63.7209302326%
}

.dc-business-reason-card__img img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    width: 100%
}

.dc-button-dark {
    background-color: #1e1e1e;
    border: 0;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 300;
    line-height: 110%;
    outline: none;
    padding: 20px;
    text-align: center;
    text-decoration: none
}

.dc-button-dark,
.dc-button-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(245 245 247/var(--tw-text-opacity, 1))
}

.dc-button-dark:hover {
    background-color: #383838
}

.dc-table-auto {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    transform: translateZ(0)
}

.dc-table-auto table {
    border-collapse: collapse;
    width: 100%
}

.dc-table-auto table td,
.dc-table-auto table th,
.dc-table-auto table tr {
    border: 0;
    padding: 0
}

.dc-table-auto table td,
.dc-table-auto table th {
    border-bottom: 2px solid red;
    color: #1e1e1e;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top
}

.dc-table-auto table td:first-child,
.dc-table-auto table th:first-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding-right: 10px
}

.dc-table-auto table td:last-child,
.dc-table-auto table th:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 171%;
    padding-left: 10px;
    width: 55%
}

.dc-table-auto table tr:first-child td,
.dc-table-auto table tr:first-child th {
    padding-top: 0 !important
}

.dc-table-auto table tr:last-child td,
.dc-table-auto table tr:last-child th {
    border-bottom: 0;
    padding-bottom: 0 !important
}

.dc-testimonial {
    display: flex;
    flex-direction: column
}

.dc-testimonial__title {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.dc-testimonial__btm,
.dc-testimonial__title {
    --tw-text-opacity: 1;
    color: rgb(245 245 247/var(--tw-text-opacity, 1))
}

.dc-testimonial__btm {
    font-size: 14px;
    line-height: 171%
}

.dc-testimonial__btm strong {
    font-weight: 600
}

.dc-button-outline {
    background-color: transparent;
    border: 2px solid #1e1e1e;
    border-radius: 10px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    padding: 20px;
    text-align: center;
    text-decoration: none
}

.dc-button-outline:hover {
    --tw-text-opacity: 1;
    background-color: #1e1e1e;
    color: rgb(245 245 247/var(--tw-text-opacity, 1))
}

.dc-form-wrap {
    color: #fff
}

.dc-form-wrap input[type=number]::-webkit-inner-spin-button,
.dc-form-wrap input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.dc-form-wrap input[type=date]::-webkit-calendar-picker-indicator,
.dc-form-wrap input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

.dc-form-wrap input:not([type=submit]):not([type=checkbox]):not([type=number]),
.dc-form-wrap textarea {
    -webkit-appearance: none;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    line-height: 140%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%
}

.dc-form-wrap textarea {
    height: 108px
}

.dc-form-row {
    -moz-column-gap: 30px;
    column-gap: 30px;
    flex-direction: column;
    row-gap: 10px
}

.dc-form-col-l {
    flex-shrink: 0;
    width: 140px
}

.dc-form-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 171%
}

.dc-form-col-r {
    flex-grow: 1
}

.number-wrapper {
    border: 1px solid #fff;
    border-radius: 20px;
    height: 36px;
    position: relative;
    text-align: center;
    width: 159px
}

.number-wrapper input {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    text-align: center
}

.number-wrapper button,
.number-wrapper input {
    background: transparent !important;
    border: 0 !important;
    height: 100%
}

.number-wrapper button {
    -webkit-appearance: none !important;
    outline: none !important;
    padding: 0 !important;
    position: absolute;
    width: 28px
}

.number-wrapper #decrease {
    left: 0
}

.number-wrapper #increase {
    right: 0
}

.dc-checkbox input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1
}

.dc-checkbox input:checked+span:after {
    opacity: 1
}

.dc-checkbox input+span {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 171%;
    padding: 0 0 0 30px;
    position: relative;
    transition: color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: top
}

.dc-checkbox input+span:before {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    transition: background .2s ease, box-shadow .2s ease, border .1s ease-in
}

.dc-checkbox input+span:after,
.dc-checkbox input+span:before {
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.dc-checkbox input+span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDAiIGhlaWdodD0iODAwIiBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMTkyMCAxOTIwIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xODI3LjcwMSAzMDMuMDY1IDY5OC44MzUgMTQzMS44MDEgOTIuMjk5IDgyNS4yNjYgMCA5MTcuNTY0IDY5OC44MzUgMTYxNi40IDE5MTkuODY5IDM5NS4yMzR6Ii8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    opacity: 0
}

.dc-button-white {
    border: 0;
    border-radius: 20px;
    color: #1e1e1e;
    display: block;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 247/var(--tw-bg-opacity, 1));
    transition: all .2s ease
}

.dc-button-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229/var(--tw-bg-opacity, 1))
}

@media (max-width:1200.98px) {

    .dc-content--thm-3 p:first-of-type,
    .dc-main-heading p:first-of-type {
        margin-top: 30px
    }

    .dc-features__img:before {
        padding-top: 83.33%
    }

    .dc-features__col ul li {
        padding-left: calc(50% + 10px);
        position: relative
    }

    .dc-features__col ul li:before {
        color: #fff;
        content: attr(data-caption);
        display: block;
        font-size: 16px;
        font-weight: 600;
        left: 0;
        line-height: 150%;
        max-width: 50%;
        position: absolute;
        top: 10px
    }

    [data-equal] {
        height: auto !important
    }

    .dc-use-case .dc-card__title {
        font-size: 16px
    }

    .btns-wrapper h2 {
        font-size: 32px
    }

    .btns-wrapper h3,
    .dc-glance__item .dc-glance__title {
        font-size: 16px
    }

    .dc-glance__item .dc-glance__title strong {
        font-weight: 700
    }

    .dc-glance__img img {
        height: 55px
    }
}

@media (max-width:991.98px) {

    .dc-table table,
    .dc-table tbody,
    .dc-table td,
    .dc-table th,
    .dc-table thead,
    .dc-table tr {
        display: block
    }

    .dc-table table th {
        font-size: 24px;
        padding-bottom: 20px
    }

    .dc-table table td {
        font-size: 16px;
        line-height: 1.5
    }

    .dc-table table td:first-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .dc-table table td:last-child {
        padding-top: 0
    }
}

@media (max-width:767.98px) {
    .business-img-pattern {
        height: 328px;
        margin: -60px -20px -20px;
        overflow: hidden
    }

    .business-img-pattern img {
        -o-object-position: top;
        object-position: top;
        position: static;
        width: 100%
    }
}

@media (min-width:576px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .dc-button-dark {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:768px) {
    .dc-button-dark {
        text-align: left
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-auto {
        width: auto
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-center {
        align-items: center
    }

    .md\:pl-5 {
        padding-left: 1.25rem
    }
}

@media (min-width:992px) and (max-width:1200.98px) {
    .dc-business-stats-item__title {
        font-size: 50px
    }
}

@media (min-width:992px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:text-center {
        text-align: center
    }
}

@media (min-width:1201px) {
    .dc-container-fluid {
        padding-left: 46px;
        padding-right: 46px
    }

    .dc-content--thm-1 h1 {
        font-size: 48px;
        line-height: 117%
    }

    .dc-content--thm-1 p {
        font-size: 22px
    }

    .dc-content--thm-2 h1,
    .dc-content--thm-2 h2 {
        font-size: 48px;
        line-height: 117%
    }

    .dc-content--thm-2 .dc-h3,
    .dc-content--thm-2 h3 {
        font-size: 36px
    }

    .dc-content--thm-2 p {
        font-size: 20px;
        line-height: 140%
    }

    .dc-content--thm-3 .dc-h3,
    .dc-content--thm-3 h3 {
        font-size: 36px;
        line-height: 117%
    }

    .dc-content--thm-3 p {
        font-size: 16px;
        line-height: 175%
    }

    .dc-spacing-xy {
        margin-bottom: 88px;
        margin-top: 88px
    }

    .dc-box-1 {
        border-radius: 20px
    }

    .dc-box-1 h2 {
        font-size: 48px
    }

    .dc-box-1 h3 {
        font-size: 36px;
        line-height: 117%
    }

    .dc-box-1 p {
        font-size: 20px;
        line-height: 140%
    }

    .business-img-pattern img {
        width: 80%
    }

    .dc-main-heading {
        margin-top: 80px
    }

    .compare-item__content ul {
        margin-top: 38px
    }

    .compare-item__content ul li {
        min-height: var(--dc-h-item-1)
    }

    .dc-features__row--collapse {
        background-color: #1e1e1e;
        border-radius: 20px
    }

    .dc-features__row--collapse .dc-features__col:not(:first-child):not(:last-child) ul li:after {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% + 142px)
    }

    .dc-features__row--collapse-2 {
        background-color: #1e1e1e;
        border-radius: 20px
    }

    .dc-features__row--collapse-2 .dc-features__col:first-child ul li:after {
        left: 0;
        width: calc(200% + 144px)
    }

    .dc-features ul {
        padding: 30px
    }

    .dc-perfect-match .dc-features ul {
        padding: 30px 10px
    }

    .dc-features ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 60px
    }

    .dc-features ul p {
        font-size: 20px;
        line-height: 140%
    }

    .dc-perfect-match .dc-features ul p {
        font-size: 16px
    }

    .dc-features ul h3 {
        font-size: 36px;
        padding-bottom: 40px
    }

    .dc-perfect-match .dc-features ul h3 {
        font-size: 20px;
        padding-bottom: 30px
    }

    .dc-features-section .dc-note {
        padding-left: 315px
    }

    .dc-card__title {
        font-size: 36px
    }

    .dc-card__content p {
        font-size: 20px;
        line-height: 140%
    }

    .dc-card__arrow {
        flex-grow: 1;
        height: 3px;
        margin-left: 44px;
        min-width: 40px
    }

    .dc-card__arrow:after,
    .dc-card__arrow:before {
        height: 3px;
        width: 20px
    }

    .dc-card__arrow:before {
        top: 1px
    }

    .dc-card__arrow:after {
        top: -1px
    }

    .dc-btns__link a {
        border-radius: 20px;
        font-size: 36px
    }

    .dc-glance__row {
        margin-top: 106px
    }

    .dc-glance__content {
        font-size: 20px;
        line-height: 140%
    }

    .dc-business-stats-item__head {
        font-size: 26px;
        line-height: 140%
    }

    .dc-business-stats-item__title {
        font-size: clamp(4rem, calc(-1.507rem + 7.337vw), 6.88rem);
        line-height: 55%
    }

    .dc-business-stats-item__note {
        font-size: 16px;
        line-height: 175%
    }

    .dc-business-reason-card {
        row-gap: 8px
    }

    .dc-business-reason-card__content {
        border-radius: 20px
    }

    .dc-business-reason-card__top {
        padding: 10%;
        row-gap: 40px
    }

    .dc-business-reason-card__title {
        font-size: 26px;
        line-height: 140%
    }

    .dc-business-reason-card__p,
    .dc-business-reason-card__price {
        font-size: 16px;
        line-height: 175%
    }

    .dc-business-reason-card__price {
        margin-bottom: 50px
    }

    .dc-business-reason-card__img {
        width: 70%
    }

    .dc-button-dark {
        border-radius: 20px;
        font-size: clamp(1.19rem, calc(.349rem + 1.116vw), 1.63rem);
        line-height: 140%;
        padding: 7% 10%
    }

    .dc-table-auto {
        padding: 30px
    }

    .dc-table-auto table td,
    .dc-table-auto table th {
        padding-bottom: 30px;
        padding-top: 30px;
        vertical-align: middle
    }

    .dc-table-auto table td:first-child,
    .dc-table-auto table th:first-child {
        font-size: 26px;
        line-height: 140%
    }

    .dc-table-auto table td:last-child,
    .dc-table-auto table th:last-child {
        font-size: 16px;
        line-height: 175%;
        width: 47%
    }

    .dc-testimonial__title {
        font-size: 26px;
        line-height: 140%
    }

    .dc-testimonial__btm {
        font-size: 16px;
        line-height: 175%
    }

    .dc-button-outline {
        font-size: clamp(1.19rem, calc(.349rem + 1.116vw), 1.63rem);
        padding: 40px 60px
    }

    .dc-form-row {
        align-items: center;
        flex-direction: row
    }

    .dc-button-white {
        font-size: clamp(1.19rem, calc(.349rem + 1.116vw), 1.63rem);
        padding: 40px 60px
    }

    .xl\:col-start-3 {
        grid-column-start: 3
    }

    .xl\:my-11 {
        margin-bottom: 2.75rem;
        margin-top: 2.75rem
    }

    .xl\:\!mt-8 {
        margin-top: 2rem !important
    }

    .xl\:mb-11 {
        margin-bottom: 2.75rem
    }

    .xl\:mb-14 {
        margin-bottom: 3.5rem
    }

    .xl\:mb-22 {
        margin-bottom: 88px
    }

    .xl\:mb-3 {
        margin-bottom: .75rem
    }

    .xl\:mb-8 {
        margin-bottom: 2rem
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:mt-10 {
        margin-top: 2.5rem
    }

    .xl\:mt-11 {
        margin-top: 2.75rem
    }

    .xl\:mt-14 {
        margin-top: 3.5rem
    }

    .xl\:mt-16 {
        margin-top: 4rem
    }

    .xl\:mt-22 {
        margin-top: 88px
    }

    .xl\:mt-28 {
        margin-top: 7rem
    }

    .xl\:block {
        display: block
    }

    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:w-8\/12 {
        width: 66.666667%
    }

    .xl\:w-\[1050px\] {
        width: 1050px
    }

    .xl\:max-w-2xl {
        max-width: 42rem
    }

    .xl\:max-w-3xl {
        max-width: 48rem
    }

    .xl\:max-w-4xl {
        max-width: 56rem
    }

    .xl\:max-w-6xl {
        max-width: 72rem
    }

    .xl\:max-w-\[612px\] {
        max-width: 612px
    }

    .xl\:max-w-xl {
        max-width: 36rem
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap
    }

    .xl\:\!items-start {
        align-items: flex-start !important
    }

    .xl\:gap-10 {
        gap: 2.5rem
    }

    .xl\:gap-11 {
        gap: 2.75rem
    }

    .xl\:gap-8 {
        gap: 2rem
    }

    .xl\:rounded-xl {
        border-radius: 20px
    }

    .xl\:p-15 {
        padding: 60px
    }

    .xl\:p-\[10\%\] {
        padding: 10%
    }

    .xl\:p-\[13\.3\%\] {
        padding: 13.3%
    }

    .xl\:p-\[3\.2\%\] {
        padding: 3.2%
    }

    .xl\:px-15 {
        padding-left: 60px;
        padding-right: 60px
    }

    .xl\:py-15 {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .xl\:\!pr-0 {
        padding-right: 0 !important
    }

    .xl\:pb-4 {
        padding-bottom: 1rem
    }

    .xl\:pl-15 {
        padding-left: 60px
    }

    .xl\:pr-10 {
        padding-right: 2.5rem
    }

    .xl\:pr-14 {
        padding-right: 3.5rem
    }

    .xl\:pr-32 {
        padding-right: 8rem
    }

    .xl\:pr-4 {
        padding-right: 1rem
    }

    .xl\:pr-8 {
        padding-right: 2rem
    }

    .xl\:text-center {
        text-align: center
    }
}

@media (min-width:1600px) {
    .dc-perfect-match .dc-features ul h3 {
        font-size: 24px;
        padding-bottom: 40px
    }

    .dc-glance__title {
        font-size: 36px
    }

    .dc-glance__content {
        font-size: 26px
    }

    .dc-form-wrap input:not([type=submit]):not([type=checkbox]):not([type=number]),
    .dc-form-wrap textarea {
        font-size: 20px;
        height: 48px
    }

    .dc-form-wrap textarea {
        height: 164px
    }

    .dc-form-col-l {
        width: 180px
    }

    .dc-form-label {
        font-size: 20px;
        line-height: 140%
    }

    .number-wrapper {
        height: 48px;
        width: 130px
    }

    .dc-checkbox input+span {
        font-size: 20px;
        line-height: 140%;
        padding-left: 40px
    }

    .dc-checkbox input+span:before {
        height: 30px;
        width: 30px
    }

    .dc-checkbox input+span:after {
        background-size: 16px;
        height: 30px;
        width: 30px
    }

    .xxl\:max-w-4xl {
        max-width: 56rem
    }

    .xxl\:pr-8 {
        padding-right: 2rem
    }
}

@media (min-width:1800px) {
    .dc-perfect-match .dc-features ul {
        padding: 30px
    }

    .dc-perfect-match .dc-features ul p {
        font-size: 20px
    }

    .dc-perfect-match .dc-features ul h3 {
        font-size: 36px
    }

    .dc-features-section .dc-note {
        padding-left: 335px
    }

    .dc-btns__link a {
        font-size: 48px;
        padding-bottom: 30px;
        padding-top: 30px
    }
}