@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
	h1 {
	line-height: 1.3;
	margin: 1rem 0;
	font-size: 1.5rem;
	font-weight: 400;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

	.right img {width: 50%}
	
	
	
	.logo-res {
display: flex;
align-items: end;
justify-content: end;}
	
	.bottom-image {width: 100%;margin-top: 2rem;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
