.elementor-kit-7{--e-global-color-primary:#0E1320;--e-global-color-secondary:#243649;--e-global-color-text:#5B667D;--e-global-color-accent:#12AD2B;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Instrument Serif";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;--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: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;}}:root { --white:#ffffff; --border:rgba(14, 19, 32, 0.08); --zero-pad:0px; --Soft:#8a93a7; --text:#5b667d; --ink:#243049; --orange:#ff6600; --green:#12ad2b; --blue:#0069b4; --DUP_text:#5b667d; --DUP_green:#12ad2b; }
/* Start custom CSS */body {
    overflow-x:hidden;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
a, a:hover {
color:var(--green);    
}
main {
    min-height: 70vh;
}
.bg-mesh {
    position: fixed;
    z-index: -1;
    inset: 0;
    background: radial-gradient(45vw 45vw at 12% -8%, rgba(18, 173, 43, 0.10), transparent 60%),
    radial-gradient(50vw 50vw at 95% 5%, rgba(0, 105, 180, 0.10), transparent 60%),
    radial-gradient(40vw 40vw at 80% 90%, rgba(255, 102, 0, 0.07), transparent 60%),
    #fdfcf9;
}
h1,h2,h3,h4 {
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.025em;
}
h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.8rem);
}

.security-card::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 28px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #e2f0fa;
    z-index: 0;
}
.security-card:nth-child(2)::before {
    background:#e6f7ea;
}
.security-card:nth-child(3)::before {
    background: #fff0e6;
}

@media(max-width:960px){
    #hero .vorm {
        display: none;
    }
}/* End custom CSS */