.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7fc933c:#C1281C;--e-global-color-a4f35dd:#181818;--e-global-color-00f7f3e:#FFFFFF;--e-global-color-d52ec84:#1F3B64;--e-global-color-1da55ac:#000000;--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;font-family:"Barlow", Sans-serif;font-size:16px;font-weight:500;line-height:1.8em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-d52ec84 );font-family:"Work Sans", Sans-serif;font-size:13px;font-weight:400;text-transform:uppercase;color:var( --e-global-color-00f7f3e );border-style:solid;border-width:1px 1px 1px 1px;border-color:#4C6385;border-radius:5px 5px 5px 5px;padding:15px 24px 15px 24px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#1D4B8D;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:40px;font-weight:700;line-height:1.15em;}.elementor-kit-5 h2{color:var( --e-global-color-d52ec84 );font-size:30px;font-weight:900;line-height:1.5em;}.elementor-kit-5 h3{font-size:26px;font-weight:900;line-height:1.5em;}.elementor-kit-5 h4{font-size:20px;font-weight:700;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.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-5{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overscroll-behavior: none;
}
/* Remove highlight from links*/
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

.team_card_image img {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: all 850ms ease-in-out;
    -moz-transition: all 850ms ease-in-out;
    transition: all 850ms ease-in-out;
}
.team_card_image:hover img {
    -webkit-transform: scale3d(1.03,1.03,1.03) !important;
    -moz-transform: scale3d(1.03,1.03,1.03) !important;
    -ms-transform: scale3d(1.03,1.03,1.03) !important;
    transform: scale3d(1.03,1.03,1.03) !important;
}

.team-card-textarea {
    -webkit-mask-image: url(/wp-content/uploads/2023/09/shape_square.svg);
    -webkit-mask-repeat: no-repeat;
}

/* Link colors */
.elementor-widget-text-editor a {
    color: #0000FF;
    text-decoration: underline;
}
.elementor-widget-text-editor a:hover {
    color: #0000D1;
}/* End custom CSS */