.elementor-kit-7{--e-global-color-primary:#025CFF;--e-global-color-secondary:#313131;--e-global-color-text:#000000;--e-global-color-accent:#025CFF;--e-global-typography-primary-font-family:"Kantumruy Pro";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.5;--e-global-typography-secondary-font-family:"Geist";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kantumruy Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5;background-color:transparent;background-image:linear-gradient(0deg, #FFFFFF 65%, #E0ECEF 100%);}.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:#0240B3;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:#001233;font-family:"Kantumruy Pro", Sans-serif;font-size:48px;font-weight:500;line-height:1.5;}.elementor-kit-7 h2{color:#001233;font-family:"Kantumruy Pro", Sans-serif;font-size:20px;font-weight:600;line-height:1.5;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Geist", Sans-serif;font-size:14px;font-weight:600;line-height:1.5;text-shadow:0px 0px 10px rgba(0,0,0,0.3);border-radius:8px 8px 8px 8px;padding:10px 20px 10px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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-7 h1{font-size:40px;}.elementor-kit-7 h2{font-size:16px;}.elementor-kit-7{background-color:transparent;background-image:linear-gradient(0deg, #FFFFFF 70%, #E0ECEF 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:36px;}.elementor-kit-7 h2{font-size:16px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:12px;padding:8px 15px 8px 15px;}.elementor-kit-7{background-color:transparent;background-image:linear-gradient(0deg, #FFFFFF 80%, #E0ECEF 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 140vh;
    background-image: url("/wp-content/uploads/bg-image.svg");
    background-repeat: no-repeat;
    background-size: cover;   
    background-position: bottom center;

    z-index: -1;
    pointer-events: none;
}

.elementor-widget-text-editor p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    body::before {
        height: 100vh;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body::before {
        height: 130vh;
    }
}

@media (min-width: 1025px) {
    section:has(.error-404) {
        min-height: 100vh;
    }
}

@media (min-width: 1920px) {
    section:has(.error-404) {
        min-height: 110vh;
    }
}

@media (min-width: 2560px) {
    body::before {
        height: 110vh;
    }
}

@media (min-width: 3840px) {
    body::before {
        height: 70vh;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-display: auto;
	src: url('https://uniexlab.com/wp-content/uploads/Geist-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */