.elementor-kit-7{--e-global-color-primary:#0F36AD;--e-global-color-secondary:#E7D371;--e-global-color-text:#5A5B6A;--e-global-color-accent:#3160F1;--e-global-color-6621d6d:#EAEBEE;--e-global-color-679bf8c:#000000;--e-global-color-27901af:#FFFFFF;--e-global-color-4577286:#F4F4F4;--e-global-color-ace5f93:#09257A;--e-global-color-4f45d37:#273059;--e-global-color-1bcb957:#CDCDCD;--e-global-typography-primary-font-family:"Barlow Semi Condensed";--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:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2ec1c4d-font-family:"Inter";--e-global-typography-2ec1c4d-font-size:20px;--e-global-typography-2ec1c4d-font-weight:300;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var( --e-global-color-6621d6d );border-radius:8px 8px 8px 8px;padding:16px 24px 16px 24px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.247);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Barlow Semi Condensed", Sans-serif;font-size:3rem;font-weight:700;}.elementor-kit-7 h2{font-family:"Barlow Semi Condensed", Sans-serif;font-size:3rem;font-weight:700;}.elementor-kit-7 h3{font-family:"Barlow Semi Condensed", Sans-serif;font-size:1.5rem;font-weight:700;}.elementor-kit-7 h4{font-family:"Barlow Semi Condensed", Sans-serif;font-size:1.25rem;font-weight:600;}.elementor-kit-7 h5{font-family:"Barlow Semi Condensed", Sans-serif;font-size:1.2rem;font-weight:600;}.elementor-kit-7 h6{font-family:"Barlow Semi Condensed", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-kit-7{--e-global-typography-2ec1c4d-font-size:19px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-2ec1c4d-font-size:18px;}.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 */.btn-main a{
    position: relative;
    transition: all .5s ease;
    & span{
        z-index: 2;
    }
    
    & svg{
        transition: all .5s ease;
    }
    
    &:after{
        content:"";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px;
        background-image: linear-gradient(90deg, #C8952D 0%, #DCB034 10%, #E7CF60 50%, #E7D371 80%, #DAAF44 100%);
        box-shadow:
          1px 1px #9B7D0D,
          inset 1px 1px 0 #FCF294;
        opacity: 0;
        z-index: 0;
        transition: opacity .5s ease !important;
    }
    
    &:hover{
        &:after{
            opacity: 1;
        }
        
        & svg{
            transform: rotate(-45deg);
        }
    }
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
    color: #fff;
    overflow: hidden;
  }

  .compare-table th,
  .compare-table td {
    padding: 16px 16px;
    text-align: left;
  }

  .compare-table th {
    text-transform: uppercase;
  }

  .compare-table td {
    color: #CDCDCD;
  }
  
  .compare-table tr{
      border-top: solid 1px #5A5B6A;
  }
  
  .compare-table tr td:first-child{
      color: #EAEBEE;
  }
  
  .compare-table--dark{
      color: #000;
  }
  
  .compare-table--dark td {
    color: #666;
  }
  
  .compare-table--dark tr{
      border-top: solid 1px #aaa;
  }
  
  .compare-table--dark tr td:first-child{
      color: #444;
  }
  
  
  .card .elementor-icon-box-title{
    margin-top: 0;
}

.elementor-icon-list-icon svg{
    color: var(--e-global-color-accent);
}/* End custom CSS */