<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding-top: 132px;
}

header {
	background: white;
	padding: 35px 0;
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

header .logo {
	display: block;
	width: 305px;
}

.button {
	display: inline-block;
	background: #e10015;
	color: white;
	padding: 10px 35px;
	border-radius: 10px;
	margin: 8px 0;
	border: 1px solid #e10015;
}

.button:hover {
	background: transparent;
	color: #e10015;
}

.section {
	padding: 100px 0;
}

.mainBanner {
	background: #fafafa;
	position: relative;
	overflow: hidden;
    min-height: 700px;
}

.mainBanner .leftSection {
	width: 50%;
}

.mainBanner h4 {
	font-size: 20px;
	color: #a58153; 
}
.mainBanner h5 {
	font-size: 20px; 
	margin-bottom: 5px;
}

.mainBanner h3 {
    font-size: 58px;
    color: #656565;
    margin-bottom: 26px;
    line-height: 90px;
}

.slider .item {
	width: 100%;
	padding-bottom: 71%;
    background-size: 100%;
    background-position: right top;
}

.slider {

	width: 855px;
	position: absolute;
	top: 0;
	right: -84px;
	clip-path: circle(59%);
	-webkit-clip-path: circle(59%);
	height: 417px;
}

.letter {
	background: white;
}

.letter .contentText {
	padding: 40px 100px 0;
	position: relative;
	line-height: 24px;
}



.letter .contentText strong {
	font-size: 30px;
	line-height: 45px;
	font-weight: 300;
}

.signature {
	font-size: 18px;
	font-weight: bold;
	color: #ae895b;
	;
}

.signature label {
	font-size: 16px;
	color: #656565;
	font-weight: 300;
	display: block;
}

.gallery {

	text-align: center;
	overflow: hidden;
	background: #fafafa;
}

.gallery .col-md-2 {
	width: 20%;
	float: left;
}

.gallery .col-md-2 img {
	width: 100%;
}

h2 {

	font-size: 30px;
	line-height: 38px;
	color: #656565;
	position: relative;
	max-width: 565px;
	margin: 0 auto 60px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

h2:after {
	content: '';
	display: block;
	width: 110px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -55px;
	background: #2127ff;
}

h2 span {
	display: block;
}

.donationInfo {
	background: white;
}

.donationInfo h2 {
	margin-bottom: 20px;
}

.donationInfo h3 {
	font-size: 18px;
	text-align: center;
	max-width: 565px;
	margin: 0 auto 60px;
	line-height: 28px;
}

.halfWidth {

    width: 50%;
    float: left;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
}

.halfWidth+.halfWidth {
	padding-left: 120px;
	;
	padding-right: 20px;
}

.halfWidth strong {
	font-weight: bold;
}

.halfWidth b {
	font-weight: normal;
}

.iconCircle {
	width: 110px;
	height: 110px;
	border: 2px solid #656565;
	border-radius: 50%;
	margin: 0 auto 30px;
}

.iconCircle img {
	width: 50%;
	margin: 28px auto;
}

.pillars {
	background: #fafafa;
	text-align: center;
}

.pillars .col-md-2 {
	width: 20%;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.pillars .row {
	margin-bottom: 50px;
}

footer {
	background: #3d3d3d;
}

.topFooter {

	padding: 60px 0;
	border-bottom: 1px solid #515151;
}

.topFooter .floatLeft img {
	width: 215px;
}

.topFooter .floatRight li {
	float: left;
	margin-left: 10px;

}

.topFooter .floatRight li img {
	width: 25px;
}

.topFooter .floatRight label {
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;
	display: block;
}

.topFooter .floatRight li:first-child {

	margin-left: 0;
}

.bottomFooter {
	padding: 25px 0;
	color: white;
	font-size: 13px;
}

.bottomFooter label {
	margin-right: 50px;
}

.bottomFooter label.floatRight {

	margin-right: 0;
	margin-top: 18px;
}
.logoBottom{
	width: 280px;
	display: block;
	margin: 0 auto ;
}
.donateNowBtn {
	    width: 400px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}</pre></body></html>