<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "/datarecovery/include/css/import.pc.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document self-check &gt; desc
--------------------------------------------------------- */

#desc .container {
	background: url(../images/desc_01.jpg) no-repeat right;
	text-align: left;
}

#desc h2 {
	margin-bottom: 15px;
	font-size: 36px;
}

#desc p {
	font-size: 20px;
}

#desc .container:after {
	display: inline-block;
	content: '';
	width: 1px;
	height: 260px;
	vertical-align: middle;
}

#desc .left {
	display: inline-block;
	vertical-align: middle;
}

/* ---------------------------------------------------------
	CSS Document oracle-flow &gt; flow
--------------------------------------------------------- */

#flow {
	padding-top: 40px;
	border-top: solid 1px #ccc;
	font-size: 16px;
	line-height: 1.6;
}

#flow .section {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d6d6d6;
}

#flow h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 30px;
	color: #014fa2;
}

#flow p {
	margin-bottom: 30px;
}

#flow p strong {
	font-weight: normal;
	font-size: 24px;
}

/* ---------------------------------------------------------
	CSS Document oracle-flow &gt; download
--------------------------------------------------------- */

#flow ul.download {
	margin-bottom: 30px;
	text-align: center;
}

#flow ul.download li {
	display: inline-block;
	vertical-align: top;
}

#flow ul.download a {
	display: inline-block;
	height: 44px;
	overflow: hidden;
	margin: 0 5px;
	padding-left: 70px;
	padding-right: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #014fa2 url(../images/doc.jpg) no-repeat left;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 46px;
	color: #fff;
}

#flow ul.download li.nth2 a {
	background: #014fa2 url(../images/pdf.jpg) no-repeat left;
}

#flow ul.download a:after {
	content: url(../images/download.jpg);
	margin-left: 10px;
	vertical-align: -2px;
}

#flow ul.download a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
	text-decoration: none;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document oracle-flow &gt; tel
--------------------------------------------------------- */

#flow ul.tel {
	margin-bottom: 30px;
	text-align: center;
}

#flow ul.tel li {
	display: inline-block;
	padding-left: 118px;
	background: url(/datarecovery/include/images/f_tel.png) no-repeat left top;
	vertical-align: top;
	text-align: left;
	line-height: 1.2;
	color: #666;
}

#flow ul.tel li:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 103px;
	vertical-align: middle;
}

#flow ul.tel li.nth1 span {
	display: inline-block;
	vertical-align: middle;
}

#flow ul.tel li.nth1 span span {
	display: block;
	font-size: 20px;
	line-height: 1;
}

#flow ul.tel li.nth1 a {
	display: block;
	text-decoration: none;
	font-size: 28px;
	line-height: 1.2;
	color: #666;
}

#flow ul.tel li.nth2 {
	margin-left: 110px;
	background: url(/datarecovery/include/images/f_mail.png) no-repeat left top;
	line-height: 1.8;
}

#flow ul.tel li.nth2 span {
	display: inline-block;
	vertical-align: middle;
}

#flow ul.tel li.nth2 a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #666;
}

#flow ul.tel li:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document oracle-flow &gt; btn
--------------------------------------------------------- */

#flow ul.btn {
	margin-bottom: 30px;
	text-align: center;
}

#flow ul.btn li {
	display: inline-block;
	vertical-align: top;
}

#flow ul.btn a {
	margin: 0 10px;
}

/* ---------------------------------------------------------
	CSS Document oracle-flow &gt; em
--------------------------------------------------------- */

#flow .em:before {
	content: '';
	display: inline-block;
	vertical-align: 2px;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: solid 1px #014fa2;
	border-right: solid 1px #014fa2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document footer &gt; f_tel
--------------------------------------------------------- */

#f_tel li:nth-child(3) br {
	display: block;
}

#f_tel p {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	padding: 20px 50px 0;
	border-top: solid 1px #ff532a;
}

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