.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23571 .elementor-element.elementor-element-88bec12{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-23571 .elementor-element.elementor-element-88bec12 .elementor-heading-title{font-size:30px;font-weight:300;line-height:33px;color:#000000;}@media(max-width:1024px){.elementor-23571 .elementor-element.elementor-element-88bec12{padding:10px 10px 10px 10px;}}@media(max-width:767px){.elementor-23571 .elementor-element.elementor-element-88bec12{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-23571 .elementor-element.elementor-element-88bec12 .elementor-heading-title{font-size:25px;line-height:30px;}}/* Start custom CSS */button, [type='submit'], [type='button'] {
    border: 2px solid #000;
    padding: 8px 20px 10px 20px;
    height: 40px;
    line-height: 22px;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px !important;
    background: white;
    color: black;
    border-radius: 0;
    text-transform: uppercase;
    transition: 200ms opacity;
    font-family: 'IBM Plex Mono', Sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
}
button:hover, button:focus, [type='submit']:hover, [type='submit']:focus, [type='button']:hover, [type='button']:focus {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}
input[type='text'], input[type='date'], input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], select, textarea {
    width: 100%;
    border: solid 1px #000000;
    border-radius: 0px;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}/* End custom CSS */