.elementor-kit-40{--e-global-color-primary:#12294C;--e-global-color-secondary:#F7AE06;--e-global-color-text:#0C152C;--e-global-color-accent:#19C5A5;--e-global-color-fca3304:#FFFFFF;--e-global-color-a4ba36c:#F5F6F7;--e-global-color-6515f10:#F0F2F5;--e-global-color-0bed359:#E6E8EB;--e-global-color-68fd0c0:#D0D5DD;--e-global-color-4dc6065:#67768C;--e-global-color-1b6c5e7:#98A2B3;--e-global-color-4644442:#B674EF;--e-global-color-810e0ef:#7A84E1;--e-global-color-d6fe666:#FA506F;--e-global-color-077dfa3:#00000000;--e-global-color-41e9742:#187BD2;--e-global-color-bb0d689:#EBF1FB;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:800;color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:16px;line-height:26px;}.elementor-kit-40 button,.elementor-kit-40 input[type="button"],.elementor-kit-40 input[type="submit"],.elementor-kit-40 .elementor-button{background-color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-weight:500;text-decoration:none;color:var( --e-global-color-fca3304 );border-radius:8px 8px 8px 8px;padding:1.1em 1.5em 1.1em 1.5em;}.elementor-kit-40 button:hover,.elementor-kit-40 button:focus,.elementor-kit-40 input[type="button"]:hover,.elementor-kit-40 input[type="button"]:focus,.elementor-kit-40 input[type="submit"]:hover,.elementor-kit-40 input[type="submit"]:focus,.elementor-kit-40 .elementor-button:hover,.elementor-kit-40 .elementor-button:focus{background-color:#293F66;color:var( --e-global-color-fca3304 );}.elementor-kit-40 e-page-transition{background-color:var( --e-global-color-fca3304 );}.elementor-kit-40 p{margin-block-end:2em;}.elementor-kit-40 a{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-kit-40 a:hover{color:var( --e-global-color-41e9742 );}.elementor-kit-40 h1{font-size:54px;font-weight:600;line-height:58px;letter-spacing:-1px;}.elementor-kit-40 h2{font-size:42px;font-weight:600;line-height:46px;letter-spacing:-0.5px;}.elementor-kit-40 h3{font-size:32px;font-weight:600;line-height:38px;letter-spacing:-0.5px;}.elementor-kit-40 h4{font-size:25px;font-weight:600;line-height:30px;letter-spacing:-0.5px;}.elementor-kit-40 h5{font-size:22px;font-weight:600;line-height:24px;letter-spacing:-0.5px;}.elementor-kit-40 h6{font-size:16px;font-weight:600;line-height:24px;letter-spacing:-0.2px;}.elementor-kit-40 input:not([type="button"]):not([type="submit"]),.elementor-kit-40 textarea,.elementor-kit-40 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-0bed359 );border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1408px;}.e-con{--container-max-width:1408px;}.elementor-widget:not(:last-child){margin-block-end:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}}@media(max-width:1100px){.elementor-kit-40 h1{font-size:40px;line-height:44px;}.elementor-kit-40 h2{font-size:34px;line-height:37px;}.elementor-kit-40 h3{font-size:30px;line-height:33px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//**** Buttons ****/

.elementor-button {
	-webkit-transition: all .3s;
    -o-transition: all 0s;
    transition: all 0s;
}

.elementor-button a:hover {
    color: inherit;
}

.elementor-button:active {
    box-shadow: 0px 0px 0px 0.3em #CFD8E6;
}

.teal .elementor-button {
	background: #19C5A5;
}

.teal .elementor-button:hover {
    background: rgb(17 205 170) !important;
    box-shadow: 0 10px 10px rgba(17,205,170,0.2);
}

.teal .elementor-button:active {
    box-shadow: 0px 0px 0px 0.3em #D0EAE5;
}

.btn-sec .elementor-button {
	background: none !important;
	color: #12294C !important;
	box-shadow: inset 0 0 0px 2px #12294c;
}

.btn-sec .elementor-button:hover {
    text-decoration: underline;
}

.btn-sec .elementor-button:active {
    opacity: .7;
}

.btn-sec-white .elementor-button {
	background: none !important;
	color: #ffffff !important;
	box-shadow: inset 0 0 0px 2px #ffffff;
}

.btn-trans .elementor-button {
    background: none !important;
	color: #12294C !important;
}

.btn-trans .elementor-button:hover {
    background: rgba(207, 216, 230, 0.4) !important;
    text-decoration: underline;
}

.btn-100w .elementor-button {
    width: 100%
}

.btn-trans .elementor-button:active {
    opacity: .7;
}

.no-shadow .elementor-button:hover {
  box-shadow: none;
}

/**** Modal ****/

.dialog-message {
	font-size: 16px;
}

a.dialog-close-button {
    text-decoration: none;
}

/**** Paragraph padding ****/

p:last-child {
    margin-bottom: 0px;
}/* End custom CSS */