<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container_privilege {
			width: 100%;
			padding: 20px 20px 40px 20px;
			border: 1px solid #000000;
			margin-top: 30px;
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
		
		.container_privilege_img {
			position: absolute;
			top: -20px;
			left: 0;
			width: 100%;
			text-align: center;
		}
		
		.container_privilege_img img {
			margin: 0 auto;
			width: 50px;
		}
		
		.privilege_title {
			font-family: 'Montserrat', sans-serif;
			font-weight: 600;
			font-size: 15px;
			margin: 20px 0;
			padding: 0;
		}
		
		.privilege_price {
			font-family: 'Montserrat', sans-serif;
			font-weight: 600;
			font-size: 30px;
			margin: 20px 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			
		}
		
		.privilege_price span {
			font-size: 15px;
			padding-top: 3px;
		}
		
		.privilege_frase {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			padding: 10px 20px;
			background-color: #000000;
			margin: 0;
			color: #FFFFFF;
			font-family: 'Montserrat', sans-serif;
			font-weight: 600;
			font-size: 12px;			
		}

.footer {
    position: relative;
    z-index: 4;
}</pre></body></html>