<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{
	 clear: both;
}
/*.copy-card p{
	font-size: 4vw;
	text-align: center;
	font-family: 'Times New Roman',Times, serif;
    font-weight: bold;
    margin: 18px;
}*/
.copy-card button{
	font-size: 4vw;
	text-align: center;
	font-family: 'Times New Roman',Times, serif;
    font-weight: bold;
    margin: 18px;
    display: block;
    margin: auto;
}
#fold-text{
	display: none;
}
/*.copy-card{
	margin: 30px 0px;
}*/

.container2{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.container2{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.container2 img{
	width: 100%;
	align-self: center;
	position: relative;
	padding: 0px;

}
.container2 img:nth-child(2){
	width: 50%;
	padding: 10px 5px 5px 0px;
}
.container2 img:nth-child(3){
	width: 50%;
	padding: 10px 0px 5px 5px;
}
.intro2{
	position: relative;
	display: flex;
    align-items: flex-start;
    justify-content: center;

}
.copy-card-intro2{
	position: absolute;
	background: white;
	height: 100%;
	width: 100%;
	display: flex;
    align-items: center;
}
.copy-card-intro2 h1{
	text-align: center;
	font-size: 10vw;
	padding: 50px 30px;
	font-family: 'Times New Roman',Times, serif;
}

.intro2 label{
	font-family: 'Courier New', Courier, monospace;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 8px 8px 10px 8px;

}
#alt{
	width: 50%;
}

/* Tabelt and Desktop*/

@media only screen and (min-width: 600px) {
	
	/*.copy-card{
		margin: 40px;
	}
	.copy-card p{
		font-size: 1.5vw;
	}*/
		.readmore-deep{
		font-size: : 1.3vw !important;
	}

	.intro2{
		width: 33%;	
	}
	.container2 img:nth-child(2){
		width: 33%;
		padding: 0px;
		order: -1;
	}
	.container2 img:nth-child(3){
		width: 33%;
		padding: 0px;
	}
	.container2:nth-child(5	){
		padding-top: 20px;
	}
	.container2:nth-child(3){
		padding-top: 20px;
	}
	.copy-card-intro2 h1{
	text-align: center;
	font-size: 3vw;
	padding: 50px 25px;
	}
	.container2 img{
		padding: 0px;
	}
	#alt{
	width: 32%;
}

}
@media only screen and (min-width: 1450px) {
	.copy-card-intro2 h1{
	padding: 50px 50px;
	}
}

@media only screen and (min-width: 1600px) {
	/*.copy-card p {
		font-size: 24px;
	}*/
			.readmore-deep{
		font-size: : 20px !important;
	}

}

@media only screen and (min-width: 1700px) {

	.copy-card-intro2 h1{
		font-size: 47px;
	}

}









</pre></body></html>