:root{--page-title-display:none;}/* Start custom CSS */body.elementor-page-890 .input-filter-group {
    position: relative;
}

body.elementor-page-890 .input-filter-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

body.elementor-page-890 select {
    padding-left: calc(48px + 18px);
    font-weight: 700;
    font-size: 20px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #333333;

    appearance: none;
}

body.elementor-page-890 .input-search-group {
    position: relative;
}

body.elementor-page-890 .input-search-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

body.elementor-page-890 .input-search-field {
    padding-left: calc(48px + 18px);
    font-weight: 700;
    font-size: 20px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #333333;
}

body.elementor-page-890 .input-search-field::placeholder {
    color: #333333;
}/* End custom CSS */