* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    cursor: pointer;
}

body.error404 {
	height: 100vh;
}

.elementor-widget-text-editor ul {
	margin-bottom: 16px;
}

.elementor-widget-text-editor ul li {
	margin-left: 16px;
}

/* 	For safari only */
@media screen and (max-width: 767px) and (min-width: 575px) {
	.e--ua-safari .elementor .elementor-element.waves-wrapper {
		bottom: 0;
	}
}