.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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:"Roboto";--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:15px;}.elementor-kit-6 a{color:#FFFFFF;}.elementor-kit-6 h1{color:#FFFFFF;font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h2{color:#FFFFFF;font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Only affects mobile */
@media (max-width: 1024px) {
  .plan-column {
    display: none;
   
    
  }

  .plan-dot .elementor-icon i,
.plan-dot .elementor-icon svg {
  color: gray !important;
  fill: gray !important;
  transition: all 0.3s ease;
}

.plan-dot.active .elementor-icon i,
.plan-dot.active .elementor-icon svg {
  color: white !important;
  fill: white !important;
}



}
@media (min-width:1024px){
    .plan-column .plan-1{
        display:block !important;
    }
        .plan-column .plan-3{
        display:block !important;
    }
        .plan-column .plan-2{
        display:block !important;
    }
}

.animated-cta {
  position: relative;
  overflow: hidden;
  background-color: #1B1B1B;
  isolation: isolate;
}

/* shared glow style */
.animated-cta::before,
.animated-cta::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 180%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 16, 16, 0.7) 0%, rgba(69, 16, 16, 0.3) 30%, rgba(27, 27, 27, 0.9) 70%, #1B1B1B 100%);
  filter: blur(80px);
  transition: all 2s ease-in-out;
  animation: smoothMove 12s ease-in-out infinite;
  z-index: 0;
}

/* left glow */
.animated-cta::before {
  left: -45%;
  top: -60%;
}

/* right glow */
.animated-cta::after {
  right: -45%;
  bottom: -60%;
  animation-delay: 6s;
}

@keyframes smoothMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(0);
  }
}/* End custom CSS */