.elementor-1433 .elementor-element.elementor-element-365d46fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1433 .elementor-element.elementor-element-406282f3 .elementor-heading-title{font-family:"Open Sauce Sans", Sans-serif;font-size:20px;font-weight:600;color:var( --e-global-color-796eaff );}@media(max-width:1440px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(min-width:768px){.elementor-1433 .elementor-element.elementor-element-365d46fa{--content-width:860px;}}/* Start custom CSS */.pricing-table-wrapper {
  margin: auto;
  max-width: 100%;
  border: 1px solid var(--e-global-color-accent);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #343A3F;
  margin: 0;
}

.pricing-table__heading {
  background: var(--e-global-color-accent);
  color: #ffffff;
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
}

.pricing-table__row:nth-child(even) {
  background: #f1f9fd;
}

.pricing-table__row:nth-child(odd) {
  background: #ffffff;
}

.pricing-table__cell {
  padding: 12px 16px;
  vertical-align: middle;
}

.pricing-table__cell:last-child {
  white-space: nowrap;
}


table.pricing-table tbody>tr:nth-child(odd)>td,
table.pricing-table tbody>tr:nth-child(odd)>th{
   background-color: #fff;
}

table.pricing-table th,
table.pricing-table td{
  border: none!important;
}/* End custom CSS */