html {
	min-height: 100%;
}

body {
	margin: 0;
	display: flex;
    flex-direction: column;
	min-height: 100vh;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

footer {
	margin-top: auto !important;
}

.elementor-widget-off-canvas {
    --e-off-canvas-animation-duration: .3s !important;
}