.pricing {
    position: relative;
    overflow: hidden
}

.pricing::before {
    content: '';
    position: absolute;
    top: calc(100% - 200px);
    left: 0;
    width: 100%;
    height: 200px;
    background: #1F2B35;
    overflow: hidden
}

.pricing .section-title {
    margin-bottom: 48px
}

.pricing-tables-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    color: black;
}

.pricing-tables-wrap:first-child {
    margin-top: -12px
}

.pricing-tables-wrap:last-child {
    margin-bottom: -12px
}

.pricing-table {
    padding: 12px;
    width: 344px;
    max-width: 400px;
    flex-grow: 1
}

.pricing-table-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 24px;
    height: 100%
}

.pricing-table-inner>* {
    position: relative;
    width: 100%
} 

.pricing-table-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 16px 48px #E2E8ED;
    mix-blend-mode: multiply
}

.double-strike {
    color: red;
    text-decoration: line-through;
    text-decoration-style: double;
  }

.pricing-table-subtitle {
    color: red;
}

@supports (-ms-ime-align: auto) {
    .pricing-table-inner::before {
        box-shadow: 0 16px 48px rgba(31, 43, 53, 0.12)
    }
}

.pricing-table-header {
    position: relative;
    /* background: #d5e3ae */
}

.pricing-table-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #E2E8ED
}

.pricing-table-title {
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    color: #1F2B35
}

.pricing-table-price-currency {
    color: gray
}

.pricing-table-features li {
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.pricing-table-features li .list-icon {
    display: inline-flex;
    width: 16px;
    height: 12px;
    margin-right: 12px;
}

.pricing-table-cta {
    align-self: flex-end
}

@media (min-width: 641px) {
    .pricing .section-square {
        position: absolute;
        top: calc(100% - 440px);
        right: 0;
        height: 240px;
        width: 44%;
        background: #F6F8FA
    }

    .pricing .section-title {
        margin-bottom: 64px
    }
}

.is-boxed {
    background: #F6F8FA
}

.body-wrap {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.boxed-container {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 16px 48px #E2E8ED
}

@supports (-ms-ime-align: auto) {
    .boxed-container {
        box-shadow: 0 16px 48px rgba(31, 43, 53, 0.12)
    }
}

.is-revealing {
    visibility: hidden;
    text-align: left;
}

.section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 641px) {
    .section-inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.button {
    display: inline-flex;
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    letter-spacing: -0.1px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none !important;
    background-color: #fff;
    color: #0081F6 !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap
}

.button:active {
    outline: 0
}

.button::before {
    border-radius: 4px
}

.button-shadow {
    position: relative
}

.button-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 8px 16px rgba(31, 43, 53, 0.12);
    mix-blend-mode: multiply;
    transition: box-shadow .15s ease
}

.button-shadow:hover::before {
    box-shadow: 0 8px 16px rgba(31, 43, 53, 0.25)
}

.button-sm {
    padding: 8px 24px;
    height: 32px
}

.button-sm.button-shadow::before {
    box-shadow: 0 4px 16px rgba(31, 43, 53, 0.12)
}

.button-sm.button-shadow:hover::before {
    box-shadow: 0 4px 16px rgba(31, 43, 53, 0.25)
}

.button-primary {
    /* background: #390040; */
    background: #3b45c9;
    color: #fff !important;
    /* background: #ff678c; */
    background: linear-gradient(65deg, #5540dc 0, #5143ea 100%)
}

/* #ff678c; */

.button-primary:hover {
    background: #4851b4;
    background: linear-gradient(65deg, #485eb6 0, #4d3ebc 100%)
}

.button-primary.button-shadow::before {
    box-shadow: 0 8px 16px rgba(60, 71, 167, 0.25)
}

.button-primary.button-shadow:hover::before {
    box-shadow: 0 8px 16px rgba(31, 41, 121, 0.4)
}

.button-primary .button-sm.button-shadow::before {
    box-shadow: 0 4px 16px rgba(255, 77, 121, 0.25)
}

.button-primary .button-sm.button-shadow:hover::before {
    box-shadow: 0 4px 16px rgba(255, 77, 121, 0.4)
}

.button-secondary {
    color: black !important;
    background: #ffa630;
}

.button-commingsoon {
    color: #fff !important;
    background: gray;
}

.button-block {
    display: flex
}

.list-reset {
    list-style: none;
    padding: 0
}

.text-xs {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px
}

.mt-24 {
    margin-top: 24px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-56 {
    margin-bottom: 56px
}

.pb-24 {
    padding-bottom: 24px
}
