body.has-pricing-table .content {
    background-color: #13AB5B;
}

.elementor-widget-quartix-pricing-table .offers {
    background: #13AB5B;
    color: #FFFFFF;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 24px;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .offers {
        flex-direction: row;
        font-size: 24px;
        line-height: 30px;
    }
}

.elementor-widget-quartix-pricing-table .offers .offer {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 48px 48px;
    display: flex;
}

.elementor-widget-quartix-pricing-table .offers .offer .icon {
    font-family: 'Material Icons';
    font-size: 48px;
}

.elementor-widget-quartix-pricing-table .offers .offer:first-child {
    margin-top: 0;
}

.elementor-widget-quartix-pricing-table .offers .offer+.offer {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .offers .offer+.offer {
        margin-top: 0;
    }
}

.elementor-widget-quartix-pricing-table .offers .offer.offer-1 .icon {
    margin-right: 15px;
}

.elementor-widget-quartix-pricing-table .offers .offer.offer-2 {
    text-align: right;
    background-position: 100% 0;
}

.elementor-widget-quartix-pricing-table .offers .offer.offer-2 .icon {
    margin-left: 15px;
}

.elementor-widget-quartix-pricing-table .offers span {
    display: block;
}

.elementor-widget-quartix-pricing-table .offers span.saving {
    display: inline-block;
    position: relative;
    font-size: 40px;
    line-height: 50px;
}

.elementor-widget-quartix-pricing-table .offers span.saving:before {
    -webkit-transform: translateY(-50%);
    content: '';
    transform: translateY(-50%);
    background: #358E5C;
    opacity: 0.85;
    height: 3px;
    display: block;
    left: -10px;
    position: absolute;
    right: -10px;
    top: 50%;
}

.elementor-widget-quartix-pricing-table .offers span br {
    display: none;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .offers span br {
        display: inline;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table {
    background: #13AB5B;
    margin-top: -30px;
}

.elementor-widget-quartix-pricing-table .pricing-table table {
    background: #FFFFFF;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.elementor-widget-quartix-pricing-table .pricing-table table th,
.elementor-widget-quartix-pricing-table .pricing-table table td {
    text-align: center;
    border: 1px solid #E8E9EA;
    padding: 15px 8px;
}

.elementor-widget-quartix-pricing-table .pricing-table table th.message,
.elementor-widget-quartix-pricing-table .pricing-table table td.message {
    text-align: left;
    border: none;
    width: 250px;
    display: none;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table th.message,
    .elementor-widget-quartix-pricing-table .pricing-table table td.message {
        display: flex;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table th.message .icon,
.elementor-widget-quartix-pricing-table .pricing-table table td.message .icon {
    margin: 0 10px;
    line-height: 20px;
}

.elementor-widget-quartix-pricing-table .pricing-table table th.message .icon svg,
.elementor-widget-quartix-pricing-table .pricing-table table td.message .icon svg {
    vertical-align: middle;
}

.elementor-widget-quartix-pricing-table .pricing-table table th.message .copy,
.elementor-widget-quartix-pricing-table .pricing-table table td.message .copy {
    font-size: 18px;
    font-weight: 500;
}

.elementor-widget-quartix-pricing-table .pricing-table table th.message .copy a,
.elementor-widget-quartix-pricing-table .pricing-table table td.message .copy a {
    color: #F15A24;
    font-weight: 500;
}

.elementor-widget-quartix-pricing-table .pricing-table table th.message .copy a:hover,
.elementor-widget-quartix-pricing-table .pricing-table table td.message .copy a:hover {
    color: #D4420E;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .radio,
.elementor-widget-quartix-pricing-table .pricing-table table th .checkbox,
.elementor-widget-quartix-pricing-table .pricing-table table td .radio,
.elementor-widget-quartix-pricing-table .pricing-table table td .checkbox {
    cursor: pointer;
    padding-left: 25px;
    display: inline-block;
    position: relative;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .radio input,
.elementor-widget-quartix-pricing-table .pricing-table table th .checkbox input,
.elementor-widget-quartix-pricing-table .pricing-table table td .radio input,
.elementor-widget-quartix-pricing-table .pricing-table table td .checkbox input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .radio input:checked~.check:after,
.elementor-widget-quartix-pricing-table .pricing-table table th .checkbox input:checked~.check:after,
.elementor-widget-quartix-pricing-table .pricing-table table td .radio input:checked~.check:after,
.elementor-widget-quartix-pricing-table .pricing-table table td .checkbox input:checked~.check:after {
    display: block;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .radio .check,
.elementor-widget-quartix-pricing-table .pricing-table table th .checkbox .check,
.elementor-widget-quartix-pricing-table .pricing-table table td .radio .check,
.elementor-widget-quartix-pricing-table .pricing-table table td .checkbox .check {
    -webkit-transform: translateY(-50%);
    content: '';
    transform: translateY(-50%);
    border: 2px solid #13AB5B;
    height: 18px;
    width: 18px;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 50%;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .radio .check:after,
.elementor-widget-quartix-pricing-table .pricing-table table th .checkbox .check:after,
.elementor-widget-quartix-pricing-table .pricing-table table td .radio .check:after,
.elementor-widget-quartix-pricing-table .pricing-table table td .checkbox .check:after {
    -webkit-transform: translateX(-50%) translateY(-50%);
    content: '';
    transform: translateX(-50%) translateY(-50%);
    background: #13AB5B;
    border-radius: 50%;
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .radio .check,
.elementor-widget-quartix-pricing-table .pricing-table table td .radio .check {
    border-radius: 50%;
    height: 18px;
    width: 18px;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .radio .check:after,
.elementor-widget-quartix-pricing-table .pricing-table table td .radio .check:after {
    height: 8px;
    width: 8px;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .checkbox .check,
.elementor-widget-quartix-pricing-table .pricing-table table td .checkbox .check {
    border-radius: 6px;
    height: 24px;
    width: 24px;
}

.elementor-widget-quartix-pricing-table .pricing-table table th .checkbox .check:after,
.elementor-widget-quartix-pricing-table .pricing-table table td .checkbox .check:after {
    background: url('../img/tick.svg') no-repeat 50% 50%;
    background-size: 16px 12px;
    height: 20px;
    width: 20px;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th,
.elementor-widget-quartix-pricing-table .pricing-table table thead .plan td,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price th,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan td,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td {
    color: #797979;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan {
    background: #13AB5B;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th {
    text-transform: uppercase;
    vertical-align: bottom;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th>span,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th>span {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .plan th>span,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th>span {
        padding: 0 15px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th>span:before,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th>span:before {
    content: '';
    height: 100%;
    height: 8px;
    width: 100%;
    width: auto;
    display: block;
    bottom: 0;
    bottom: 100%;
    left: 0;
    left: -1px;
    position: absolute;
    right: 0;
    right: -1px;
    top: 0;
    top: auto;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th>span span,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th>span span {
    display: block;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th>span span.name,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th>span span.name {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .plan th>span span.name,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th>span span.name {
        font-size: 20px;
        line-height: 24px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th>span span.tip,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th>span span.tip {
    text-transform: none;
    color: #A9A9A9;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .plan th>span span.tip,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th>span span.tip {
        font-size: 14px;
        line-height: 14px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th:nth-child(n+2)>span,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th:nth-child(n+2)>span {
    border-left: 1px solid #E8E9EA;
    min-height: 70px;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th:nth-child(n+3)>span,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th:nth-child(n+3)>span {
    border-left: 1px solid #E8E9EA;
    min-height: 100px;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th:nth-child(n+4)>span,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th:nth-child(n+4)>span {
    border-left: 1px solid #E8E9EA;
    min-height: 130px;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th:nth-last-child(2)>span,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th:nth-last-child(2)>span {
    border-right: 1px solid #E8E9EA;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th:nth-child(odd) span:before,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th:nth-child(odd) span:before {
    background: #0E8044;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .plan th:nth-child(even) span:before,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .plan th:nth-child(even) span:before {
    background: #42BC7C;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td {
    background: #FFFFFF;
    font-weight: 400;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th.message,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td.message,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th.message,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td.message {
    color: #F15A24;
    font-weight: 500;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th.message .icon svg path,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td.message .icon svg path,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th.message .icon svg path,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td.message .icon svg path {
    fill: #F15A24;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th.message .copy p,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td.message .copy p,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th.message .copy p,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td.message .copy p {
    font-weight: 400;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.was,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.was,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.was,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.was {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.was,
    .elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.was,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.was,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.was {
        font-size: 18px;
        line-height: 18px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.was:before,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.was:before,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.was:before,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.was:before {
    -webkit-transform: translateY(-50%);
    content: '';
    transform: translateY(-50%);
    background: #F15A24;
    opacity: 0.85;
    height: 2px;
    display: block;
    left: -5px;
    position: absolute;
    right: -5px;
    top: 50%;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.was:before,
    .elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.was:before,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.was:before,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.was:before {
        left: -10px;
        right: -10px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.now,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.period,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.now,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.period,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.now,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.period,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.now,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.period {
    margin-top: 15px;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.now,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.now,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.now,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.now {
    display: block;
    font-size: 18px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.now,
    .elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.now,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.now,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.now {
        font-size: 40px;
        line-height: 40px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price th span.period,
.elementor-widget-quartix-pricing-table .pricing-table table thead .price td span.period,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price th span.period,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price td span.period {
    text-transform: uppercase;
    color: #A9A9A9;
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price .contract-length,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price .contract-length {
    text-align: left;
    vertical-align: top;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price .contract-length p,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price .contract-length p {
    margin: 0;
    font-weight: 500;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price .contract-length ul,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price .contract-length ul {
    margin: 5px 0 0;
    padding: 0 0 0 5px;
    list-style-type: none;
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .price .contract-length ul li input[type='radio'],
.elementor-widget-quartix-pricing-table .pricing-table table tbody .price .contract-length ul li input[type='radio'] {
    margin-right: 5px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .order th:first-child span,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .order th:first-child span {
        display: none;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .order th .btn,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .order th .btn {
    text-transform: none;
    background: none;
    color: #13AB5B;
    padding: 0;
    display: inline-block;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .order th .btn,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .order th .btn {
        background: #13AB5B;
        color: #FFFFFF;
        padding: 10px 15px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .order th .btn span,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .order th .btn span {
    display: none;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .order th .btn span,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .order th .btn span {
        display: block;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .order th .btn .fa,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .order th .btn .fa {
    color: #13AB5B;
    font-size: 30px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table thead .order th .btn .fa,
    .elementor-widget-quartix-pricing-table .pricing-table table tbody .order th .btn .fa {
        display: none;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table thead .options th,
.elementor-widget-quartix-pricing-table .pricing-table table tbody .options th {
    text-align: center;
    background: #E8E9EA;
    font-size: 24px;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th {
    text-align: left;
    transition: 300ms ease background;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 210px;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table tbody th {
        margin-left: 1.875rem;
        margin-right: 1.875rem;
    }
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table tbody th {
        font-size: 18px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th.active .description {
    max-height: 300px;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th.active .icon svg {
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th:hover {
    cursor: pointer;
    background: #EDF7F2;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th:hover .icon svg path {
    fill: #13AB5B;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th .icon {
    margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table tbody th .icon {
        margin: 0 10px 0 0;
        float: left;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th .icon svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: 300ms ease transform;
    vertical-align: middle;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th .icon svg path {
    transition: 300ms ease fill;
    fill: #E8E9EA;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th .description {
    transition: 300ms ease max-height;
    max-height: 0;
    overflow: hidden;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th .description p {
    margin-top: 15px;
    font-size: 12px !important;
    line-height: 16px;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody th .option-price {
    color: #42BC7C;
    display: block;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody td.message {
    color: #13AB5B;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody td.message .icon svg {
    height: 18px;
    width: 24px;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody td.message .icon svg path {
    fill: #13AB5B;
}

.elementor-widget-quartix-pricing-table .pricing-table table tbody td .tick {
    height: 12px;
    width: 16px;
}

@media screen and (min-width: 768px) {
    .elementor-widget-quartix-pricing-table .pricing-table table tbody td .tick {
        height: 18px;
        width: 24px;
    }
}

.elementor-widget-quartix-pricing-table .pricing-table [v-cloak] {
    display: none !important;
}