.elementor-kit-8{--e-global-color-primary:#5D99A1;--e-global-color-secondary:#FCDC63;--e-global-color-text:#423F32;--e-global-color-accent:#B505AE;--e-global-color-812fe09:#423F32;--e-global-typography-primary-font-family:"Source Serif Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Mr De Haviland";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:1.2rem;font-weight:300;text-transform:uppercase;color:var( --e-global-color-text );border-radius:1rem 1rem 1rem 1rem;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#F0C72E;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Source Serif Pro", Sans-serif;font-size:3rem;}.elementor-kit-8 h2{font-family:"Source Serif Pro", Sans-serif;font-size:2.5rem;}.elementor-kit-8 h3{font-family:"Source Serif Pro", Sans-serif;font-size:2rem;}.elementor-kit-8 h4{font-family:"Source Serif Pro", Sans-serif;font-size:1.7rem;}.elementor-kit-8 h5{font-family:"Source Serif Pro", Sans-serif;font-size:1.5rem;}.elementor-kit-8 h6{font-family:"Source Serif Pro", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a { color: #5d99a1; text-decoration: underline; }

.pricing-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-table{
  display:flex;
  flex-wrap:nowrap;
  min-width: 1100px;     /* 5 * 220px = 1100px */
}

.pricing-col{
  flex: 0 0 220px!important;
}

.pricing-sticky-col{
  position: sticky;
  left: 0;
  z-index: 5;
  background: #fff;
  box-shadow: 2px 0 6px rgba(0,0,0,0.08);
  flex: 0 0 220px!important;
  min-width: 220px!important;
}

.pricing-table .e-fas-check {
  fill: #2eaf5d!important;
}

.pricing-table .e-fas-times {
  fill: #e04b4b!important;
}

@media (max-width: 768px){
    .pricing-table{
        min-width: 940px;  
    }
    
    .pricing-sticky-col{
    flex-basis: 140px!important;
    min-width: 140px!important;
  }

  .pricing-col{
    flex-basis: 200px!important;
    min-width: 200px!important;
  }
  
    .pricing-col li, .pricing-sticky-col li {
        font-size:12px!important;
    }
}/* End custom CSS */