.elementor-kit-75{--e-global-color-primary:#F48505;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;color:#000000;font-family:"Inter Tight", Sans-serif;font-size:1.1vw;font-weight:500;line-height:150%;letter-spacing:0.1px;word-spacing:0px;}.elementor-kit-75 e-page-transition{background-color:#FFBC7D;}.elementor-kit-75 h2{font-size:4.2vw;font-weight:400;}.elementor-kit-75 h3{font-size:3.1vw;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    overflow-x: hidden;
}

.cursor {
    cursor: pointer !important;
}

.contact-form {
    font-size: 16px;
    input, textarea {
        font-size: 18px !important;
        border: 0px;
        border-radius: 0px;
        border-bottom: 1px solid #FEA703;
        font-family: Montserrat
        padding-bottom: 0px !important;
        padding-top: 10px !important;
        line-height: 100%;
        padding-left: 12px;
        margin: 10px 0;
    }
    input:focus, textarea:focus {
      outline: none;
      border-color: orange;
      box-shadow: 0px 0px 1px 2px #EEEEEE;
    }
    textarea {
        height: 160px;
    }
    
    .submit-button input {
        background: #FEA703;
        border-radius: 5px;
        padding: 10px 60px;
        color: white;
        font-weight: 600;
        margin-top: 30px;
    }
}

.use-cases {
    h3 {
        font-size: 2.2vw !important;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 34px !important;
    }
    h3 {
        font-size: 28px !important;
    }
    p {
        font-size: 16px;
        line-height: 150%;
    }
    .contact-form {
        .submit-button input {
            width: 100%;
            background: #FEA703;
            border-radius: 5px;
            padding-top: 16px !important;
            padding-bottom: 16px;
            color: white;
            font-weight: 600;
            margin-top: 30px;
        }
    }
}

.legal-page {
    @media (min-width: 768px) {
    h1 {
        font-size: 4vw;
        font-weight: 600;
        color: orange;
    }
    }
    h1 {
        font-size: 37px;
        font-weight: 700;
        color: orange;
    }
    h2 {
        margin-top: 30px;
        font-size: 2.6vw;
        font-weight: 700;
    }
    h3 {
        font-size: 2vw;
        font-weight: 600;
    }
    p {
        line-height: 150%;
    }
    a {
        color: orange;
    }
}/* End custom CSS */