*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all .2s ease;
	-webkit-font-smoothing:antialiased;
}
html {
	height:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body {
	margin:0;
	min-height:100%;
	height:100%;
	background-color: #69243a;
	font-family: 'Satoshi-Variable';
}

.red {
	color: #aa506c;
}

.white {
	color: #fff;
}

.green {
	color: #60be7b;
}

p, strong {
	font-size: 90px;
	line-height: .85;
}

p {
	margin-bottom: 100px;
	letter-spacing: -3px ;
	font-weight: 100;
}

.small {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: .92;
}

.wrapper {
	display: block;
	margin: auto;
	text-align: left;
	max-width: 1000px;
	padding: 130px 70px;
}

.wrapper .logo-ltw {
	width: 192px;
	margin-bottom: 100px;
}

.footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: fit-content;
}

.footer img {
	width: 70px;
	margin-right: 30px;
}

.footer p {
	font-size: 40px;
	color: #aa506c;
	margin: 0;
}


@media all and (max-width: 1024px) {
	body {
		scale: .8;
	}

	.wrapper {
		padding: 65px 35px;
	}
	
	}

	@media all and (max-width: 800px) {
		body {
			scale: 1;
		}
	
		.wrapper {
			padding: 85px 35px;
		}

		p, strong {
			font-size: 50px;
			line-height: .85;
		}
		
		p {
			margin-bottom: 60px;
			letter-spacing: -2px ;
		}
		
		.small {
			font-size: 28px;
			letter-spacing: -1px;
			line-height: .92;
		}
				
		.wrapper .logo-ltw {
			max-width: 100px;
			margin-bottom: 60px;
		}
		
		.footer img {
			width: 40px;
			margin-right: 20px;
		}
		
		.footer p {
			font-size: 25px;
		}
				
		}