body {
    margin: 0 auto;
    white-space: nowrap;
}
blockquote {
    font-size: 1em;
}
header {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

#header-placeholder {
    white-space: nowrap;
}
.header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 19px 30px 0px 40px;
}
.header-left a {
    text-decoration: none;
}
.logo {
    height: 36px;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-right a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background-color: #00A270;
    color: #FFFFFF;
    border-radius: 18px;
    padding: 9px 12px;
}
.cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}
.cta a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background-color: #00A270;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 14px 30px;
}
footer {
    width: 100%;
    background-color: #50493F;
    padding: 40px 0px;
}
.footer-content {
    width: 940px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
}
.footer-download {
    display: flex;
    align-items: flex-end;
    flex-grow: 0.4;
}
.qrcode {
    display: block;
    height: 70px;
    margin-right: 20px;
}
.download-btns {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 70px;
}
.download-app {
    width: 92px;
    margin: 0px;
}
.copyright {
    color: #fff;
    font-size: 12px;
    flex-grow: 1;
}
.page {
	white-space: pre-wrap;
	margin: 0 auto;
}
.page-title {
	margin: 0.5em; !important;
}

.page-body {
	margin: 1em;
}
.column-list {
	gap: 10px;
}
.column {
	padding: 0;
}

	@media only screen and (min-width: 1024px){
		body {
			max-width:100%; !important;
		}
		.page {
			max-width: 900px;
		}
		.footer-content {
		    width: 940px;
		}
}
	@media only screen and (min-width: 600px) and (max-width: 1023px) {
		.page {
			max-width: 648px;
		}
		.header-content {
		    margin: 12px 12px 0px 20px;
		}
		.footer-content {
		    width: 648px;
		    flex-flow: column;
		    align-items: flex-start;
		    gap: 20px;
		}
		.qrcode {
		    display: none;
		}
}
	@media only screen and (max-width: 480px){
		body{
			width:100% !important;
			min-width:100% !important;
		}
		h1{
			font-size:22px !important;
			line-height:125% !important;
		}
		h2{
			font-size:20px !important;
			line-height:125% !important;
		}
		h3{
			font-size:18px !important;
			line-height:125% !important;
		}
		h4{
			font-size:16px !important;
			line-height:150% !important;
		}
		.image{
			width:100%;
		}
		.page {
			max-width: 343px;
		}
		.column-list{
			flex-flow: column;
		}
		.column {
			width: 100% !important;
		}
		.header-content {
		    margin: 12px 12px 0px 16px;
		}
		.desktop {
		    display: none;
		}
		.mobile {
		    display: block;
		}
		.footer-content {
		    width: auto;
		    flex-flow: column;
		    align-items: flex-start;
		    margin-left: 20px;
		    gap: 30px;
		}
		.qrcode {
		    display: none;
		}
		.download-btns {
		    flex-flow: row;
		    gap: 20px;
		}
		.download-app {
		    width: 92px;
		}
		.copyright {
		    font-size: 14px;
		    white-space: pre-wrap;
		}
}
