.elementor-kit-3{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:1.8rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3 p{margin-block-end:10px;}.elementor-kit-3 a{font-family:"Lato", Sans-serif;}.elementor-kit-3 h1{font-family:"Lato", Sans-serif;font-size:35px;}.elementor-kit-3 h2{font-family:"Lato", Sans-serif;font-size:25px;}.elementor-kit-3 h3{font-family:"Lato", Sans-serif;font-size:21px;}.elementor-kit-3 h4{font-family:"Lato", Sans-serif;font-size:18px;}.elementor-kit-3 h5{font-family:"Lato", Sans-serif;font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//*CSS for Regular Buttons*/
.custom-button, .wpcf7 input[type="submit"] {
    align-items: center;
    align-content: center;
    appearance: none;
    background-color: #FCFCFD !important;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A !important;
    cursor: pointer;
    justify-content: center;
    line-height: 1.2;
    list-style: none;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: normal;
    will-change: box-shadow,transform;
    height: auto;
    word-wrap: break-word;
    align-self: center;
    font-family: 'Lato', sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: bold;
}
  
.custom-button:focus, .wpcf7 input:focus[type="submit"] {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.custom-button:hover, .wpcf7 input:hover[type="submit"] {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.custom-button:active, .wpcf7 input:active[type="submit"] {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}/* End custom CSS */