/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2023 | 08:59:07 */
html:not(.js_active) .home .header-spacer {
	height: 42px;
}

html:not(.js_active) .home .header {
	background-color: #3f1d6d;
}

html:not(.js_active) .home .header.fixed {
	background-color: #fff;
}

.home .widecolumn {
	padding-top: 173px;
	padding-bottom: 8vh;
	padding-left: 3.25rem;
	padding-right: 3.25rem;
	max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.home .widecolumn #signup-welcome {
	width: 100%;
}

@media (max-width: 575px) {
	.home .widecolumn {
		padding-top: 122px;
	}
}