.elementor-kit-8{--e-global-color-primary:#09113B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#2D2D2D;--e-global-color-accent:#A26028;--e-global-color-e1d38e8:#E2DDDA;--e-global-color-7029bb3:#F6F6F6;--e-global-color-44a9371:#C1B8B3;--e-global-color-60b88c3:#005B7F;--e-global-color-7bba958:#1C1C1C;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#8B827D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-text );font-family:"Rubik", Sans-serif;font-size:14px;font-weight:700;letter-spacing:0.56px;border-radius:0px 0px 0px 0px;padding:20px 35px 20px 35px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#0201016B;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{color:#FFFFFF;font-family:"Rufina", Sans-serif;font-size:70px;font-weight:700;}.elementor-kit-8 h2{color:#3C3531;font-family:"Rufina", Sans-serif;font-size:40px;font-weight:700;line-height:48px;}.elementor-kit-8 h3{color:#3C3531;font-family:"Rubik", Sans-serif;font-weight:700;line-height:40px;}.elementor-kit-8 h4{color:#3C3531;}.elementor-kit-8 h5{color:#3C3531;}.elementor-kit-8 h6{color:#3C3531;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:70%;}.e-con{--container-max-width:70%;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Stylish title*/
.stylish-title {
    position: relative;
    padding: 10px 25px;
}

.stylish-title::before,
.stylish-title::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 40px;
    border-color: #1BA3C3;
    border-style: solid;
}

/* Top left corner */
.stylish-title::before {
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px;
}

/* Top right corner */
.stylish-title::after {
    top: 0;
    right: 0;
    border-width: 4px 4px 0px 0;
}

/*Lines start for dark backgrounds*/

/* First line (copper/rose gold) */
.lines-start-dark::before {
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 40px;
    height: 2px;
    background-color: #1BA3C3;
}

/* Second line (black) */
.lines-start-dark::after {
    content: '';
    position: absolute;
    bottom: 0;
    left:45px;
    width: 4px;
    height: 2px;
    background-color: #FFFFFF;
}

/*Lines center for dark backgrounds*/

/* First line ) */
.lines-center-dark::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 40px;
    height: 2px;
    background-color: #1BA3C3;
}

/* Second line */
.lines-center-dark::after {
    content: '';
    position: absolute;
    bottom: 0; /* Both lines aligned to bottom */
    left: 55%; /* 40px (width of first line) + 10px (gap) */
    width: 4px;
    height: 2px;
    background-color: #FFFFFF;
}

/*Lines start for light backgrounds*/

/* First line (copper/rose gold) */
.lines-start-light::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #1BA3C3;
}

/* Second line (black) */
.lines-start-light::after {
    content: '';
    position: absolute;
    bottom: 0; /* Both lines aligned to bottom */
    left: 45px; /* 40px (width of first line) + 10px (gap) */
    width: 4px;
    height: 2px;
    background-color: #333333;
}

/*Lines center for light backgrounds*/
/* First line (copper/rose gold) */
.lines-center-light::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 40px;
    height: 2px;
    background-color: #1BA3C3;
}

/* Second line (black) */
.lines-center-light::after {
    content: '';
    position: absolute;
    bottom: 0; /* Both lines aligned to bottom */
    left: 56%; /* 40px (width of first line) + 10px (gap) */
    width: 4px;
    height: 2px;
    background-color: #333333;
}/* End custom CSS */