.elementor-1417 .elementor-element.elementor-element-6b17baf{--display:flex;--gap:64px 64px;--row-gap:64px;--column-gap:64px;--padding-top:24px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-1417 .elementor-element.elementor-element-6b17baf.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1417 .elementor-element.elementor-element-f2d92bf{--display:flex;}@media(min-width:768px){.elementor-1417 .elementor-element.elementor-element-6b17baf{--content-width:1520px;}}@media(max-width:1024px){.elementor-1417 .elementor-element.elementor-element-6b17baf{--gap:32px 32px;--row-gap:32px;--column-gap:32px;}}@media(max-width:767px){.elementor-1417 .elementor-element.elementor-element-6b17baf{--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:20px;--padding-bottom:40px;--padding-left:16px;--padding-right:16px;}}/* Start custom CSS for html, class: .elementor-element-6c4a5af */.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.breadcrumb a {
    color: #0A0A0A;
    font-weight: 600;

}
.breadcrumb > * {
    flex-shrink: 0;
}

.breadcrumb .current {
    color: #A3A3A3;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-306b592 */.pricing-table-wrap {
    width: 100%;
    margin-inline: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pricing-table {
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
    min-width: 560px;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.pricing-table th,
.pricing-table td {
    padding: 16px;
    text-align: left;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.4;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: none;
}

/* Header */
.pricing-table thead th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #404040;
}

/* Body */
.pricing-table tbody td {
    background-color: #ffffff;
    font-weight: 500;
    color: #0a0a0a;
}

/* Remove bottom border on the last visual row edge */
.pricing-table tbody tr:last-child td,
.pricing-table tbody td.no-bottom {
    border-bottom: none;
}

@media(max-width: 767px){
    .pricing-table td:nth-child(2), .pricing-table th:nth-child(2){
     min-width: 280px;
     width: 280px;
}
}/* End custom CSS */