.elementor-kit-24{--e-global-color-primary:#CC2030;--e-global-color-secondary:#54595F;--e-global-color-text:#333333;--e-global-color-accent:#FCAF3B;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-nvlightbg );}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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: #333333;
}
a:hover {
    text-decoration: none;
    opacity: 1 !important;
    transition: color 0.2s ease-in-out;
    color: var(--e-global-color-primary);
}
.blur-white-bg {
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(4px);
}
.nv-post-cover {
    display: none;
}

/*Effect Classes*/
.text-red-radient-ef {
    background: -webkit-linear-gradient(0deg, #cc2030, #ff7f00 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.svg-shadow {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
}/* End custom CSS */