.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 );}.elementor-12 .elementor-element.elementor-element-5a57e1f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-12 .elementor-element.elementor-element-5a57e1f.elementor-element{--align-self:center;}.elementor-12 .elementor-element.elementor-element-5a57e1f .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:800;color:#161616;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-12 .elementor-element.elementor-element-f62c86c{margin:-150px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-186a0a7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-df01a3e{--spacer-size:50px;}.elementor-12 .elementor-element.elementor-element-715ccd4{margin:23px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-12 .elementor-element.elementor-element-715ccd4 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;color:#000000;}.elementor-12 .elementor-element.elementor-element-cffed2c{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-12 .elementor-element.elementor-element-cffed2c .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:500;color:#676768;}.elementor-12 .elementor-element.elementor-element-7007d21{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-12 .elementor-element.elementor-element-231c877{--display:flex;}.elementor-12 .elementor-element.elementor-element-0d59f2d{--display:flex;}.elementor-12 .elementor-element.elementor-element-9d97075{--display:flex;}.elementor-12 .elementor-element.elementor-element-925f63e{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}.elementor-12 .elementor-element.elementor-element-7e944c0{--spacer-size:28px;}.elementor-12 .elementor-element.elementor-element-ce43fb3 .elementor-button{background-color:#000000;fill:#FFFFFF;color:#FFFFFF;border-radius:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-ce43fb3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for heading, class: .elementor-element-5a57e1f */#hero{
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0;
    padding: 0;

    text-align: center;
     margin-top: -50px;
}

#hero .elementor-heading-title{
    max-width: 720px;
    margin: 0 auto;

    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(2.5rem, 3.6vw, 3.6rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;

    text-align: center;
    color: #000;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-f62c86c */#hero-btn .elementor-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 18px 42px;

    background: #000;
    color: #fff;

    border: 2px solid #000;
    border-radius: 0;

    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    transition: all .3s ease;
}

#hero-btn .elementor-button:hover{
    background: #fff;
    color: #000;
}/* End custom CSS */