.elementor-kit-11{--e-global-color-primary:#34388D;--e-global-color-secondary:#E9425C;--e-global-color-text:#3E3E4A;--e-global-color-accent:#E0E0E0;--e-global-typography-primary-font-family:"filson-soft";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"filson-soft";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"filson-soft";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"filson-soft";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:300ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#C01723;--e-preloader-size:30px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#25377E;font-weight:600;color:#FFFFFF;border-style:none;border-radius:1px 1px 1px 1px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:#C01723;border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-11 e-page-transition{background-color:#FFFFFF;}.elementor-kit-11 a{color:var( --e-global-color-text );font-family:"filson-soft", Sans-serif;font-weight:700;}.elementor-kit-11 a:hover{color:#3E3E4A;}.elementor-kit-11 h1{color:var( --e-global-color-text );font-family:"filson-soft", Sans-serif;font-weight:300;line-height:48px;}.elementor-kit-11 h2{color:var( --e-global-color-text );font-family:"filson-soft", Sans-serif;font-size:30px;font-weight:700;line-height:45px;}.elementor-kit-11 h3{color:var( --e-global-color-text );font-family:"filson-soft", Sans-serif;font-size:24px;font-weight:700;line-height:26px;}.elementor-kit-11 h4{color:var( --e-global-color-text );font-family:"filson-soft", Sans-serif;font-size:26px;font-weight:300;line-height:30px;}.elementor-kit-11 h5{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-11 h6{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-11 input:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea,.elementor-kit-11 .elementor-field-textual{background-color:#E9E9E9;border-style:none;border-radius:0px 0px 0px 0px;padding:12px 12px 12px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;--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){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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* CODE - PARAGRAPH LINK WEIGHT */
p a {
  font-weight:bold;
}

/* CODE - RED LINE ON */

.underline-links-red a {position: relative; display: inline-block;}

.underline-links-red a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    background: #C01723;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links-red a:hover:before {left: 100% !important;}

/* CODE - WHITE LINE ON */

.underline-links-white a {position: relative; display: inline-block;}

.underline-links-white a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: -3px;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links-white a:hover:before {left: 100% !important;}

/* CODE - LINE ON */

.underline-links-on a {position: relative; display: inline-block;}

.underline-links-on a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    background: #b2b2b2;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links-on a:hover:before {left: 100% !important;}

/* CODE - BLUE LINE ON */

.underline-links-blue a {position: relative; display: inline-block;}

.underline-links-blue a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    background: #25377E;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links-blue a:hover:before {left: 100% !important;}

/* CODE - MENU LINE OFF */

.underline-links-menu a {position: relative; display: inline-block;}

.underline-links-menu a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 100%;
    bottom: -5px;
    background: #ffffff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links-menu a:hover:before {right: 0 !important;}

/* CODE - LINE OFF */

.underline-links-off a {position: relative; display: inline-block;}

.underline-links-off a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #ffffff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links-off a:hover:before {right: 0 !important;}/* End custom CSS */