.elementor-kit-6{--e-global-color-primary:#0F2D4A;--e-global-color-secondary:#2A2A2A;--e-global-color-text:#1F2937;--e-global-color-accent:#2F80ED;--e-global-color-b676b72:#1C64D1;--e-global-color-2d5aa90:#27AE60;--e-global-color-0b2de12:#2BB673;--e-global-color-4f0ecda:#FFFFFF;--e-global-color-7f8f9b8:#000000;--e-global-color-216a821:#F4F6F8;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--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:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;font-size:56px;font-weight:800;line-height:1.15em;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;font-size:42px;font-weight:700;line-height:1.2em;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;line-height:1.3em;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;font-size:15px;font-weight:600;color:var( --e-global-color-4f0ecda );background-color:var( --e-global-color-accent );border-radius:6px 6px 6px 6px;padding:14px 28px 14px 28px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-b676b72 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1420px;}.e-con{--container-max-width:1420px;}.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);}.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-kit-6{--e-global-typography-primary-font-size:32px;}.elementor-kit-6 h1{font-size:44px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{padding:13px 24px 13px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:28px;}.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 h3{font-size:20px;}.elementor-kit-6 h4{font-size:18px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:14px;padding:12px 20px 12px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */div#force-footer {
    display: none;
}
.ark-title-blue {
    background: linear-gradient(135deg, #4DA3FF 0%, #2F80ED 50%, #00B2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.primary-btn .elementor-button {
    background-image: linear-gradient(
        to right,
        #4DA3FF 0%,
        #2F80ED 50%,
        #00B2FF 100%
    ) !important;
    background-size: 200% auto;
    color: #ffffff !important;
    border: 1px solid transparent !important;
    border-radius: 6px;
    transition: 0.5s ease;
    position: relative;
    background-clip: padding-box;
}

.primary-btn .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(
        to right,
        #4DA3FF,
        #2F80ED,
        #00B2FF
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.primary-btn .elementor-button:hover {
    background-position: right center;
}
.secondary-glass-btn .elementor-button {
    background-color: transparent !important;
    background-image: linear-gradient(
        to right,
        rgba(255,255,255,0.10) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0.10) 100%
    ) !important;
    background-size: 200% auto;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #ffffff !important;
    transition: 0.5s ease;
}

.secondary-glass-btn .elementor-button:hover {
    background-position: right center;
}/* End custom CSS */