html,body {
	height: 100%;
  }
#execSubmitIframe{
	visibility: hidden;
	display: none;
}
.clear{
	display: block;
	clear: both;
}
.pt-75{ padding-top: 75px; }
.pt-100{ padding-top: 100px; }
.pt-150{ padding-top: 150px; }
.pt-200{ padding-top: 200px; }
.pt-250{ padding-top: 250px; }
.pr-75{ padding-right: 75px; }
.pr-100{ padding-right: 100px; }
.pr-150{ padding-right: 150px; }
.pr-200{ padding-right: 200px; }
.pr-250{ padding-right: 250px; }
.pb-75{ padding-bottom: 75px; }
.pb-100{ padding-bottom: 100px; }
.pb-150{ padding-bottom: 150px; }
.pb-200{ padding-bottom: 200px; }
.pb-250{ padding-bottom: 250px; }
.pl-75{ padding-left: 75px; }
.pl-100{ padding-left: 100px; }
.pl-150{ padding-left: 150px; }
.pl-200{ padding-left: 200px; }
.pl-250{ padding-left: 250px; }
.mt-75{ margin-top: 75px; }
.mt-100{ margin-top: 100px; }
.mt-150{ margin-top: 150px; }
.mt-200{ margin-top: 200px; }
.mt-250{ margin-top: 250px; }
.mb-75{ margin-bottom: 75px; }
.mb-100{ margin-bottom: 100px; }
.mb-150{ margin-bottom: 150px; }
.mb-200{ margin-bottom: 200px; }
.mb-250{ margin-bottom: 250px; }
.pagecomponentwrap{
	background-attachment: fixed  !important;
	background-position: top center !important;
}
.pagecomponentwrap{background: #fff;}
.pagecomponentwrap p{
	line-height: 170%;
}
.pagecomponentwrap .description * {line-height: 170%; }
.pagecomponentwrap .line-height-100 * {line-height: 100% !important; }
.pagecomponentwrap .line-height-120 * {line-height: 120% !important; }
.pagecomponentwrap .line-height-140 * {line-height: 140% !important; }
.pagecomponentwrap .line-height-160 * {line-height: 160% !important; }
.pagecomponentwrap .line-height-180 * {line-height: 180% !important; }
.pagecomponentwrap .line-height-200 * {line-height: 200% !important; }
.componenttitle, .componentsubtitle, .elementtitle, .elementsubtitle{line-height: 150%;}
.pagecomponentwrap .textwrap{font-size: 0.95rem; }
.pagecomponentwrap .elementitemwrap{font-size: 0.95rem; }
.pagecomponentwrap .description li{margin-bottom: 16px;}
.pagecomponentwrap .btn{
	margin-bottom: 10px;
}
.display-5{
	font-size: 2.85rem;
}
	
a:hover{
	text-decoration: none;
}
.breadcrumb-page{
	display: block;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
.breadcrumb-item-page{
    display: inline;
    font-size: 16px;
    font-weight: 300;
    margin: 0 6px;
}
@media only screen and (max-width: 991px) {
	.w-25,.w-50,.w-75{
		width: 100%  !important;
		float: none !important;
	}
}
@media only screen and (max-width: 576px) {
	.pagecomponentwrap .pl-4, .pagecomponentwrap .pl-5, .pagecomponentwrap .pl-75, .pagecomponentwrap .pl-100, .pagecomponentwrap .pl-150, .pagecomponentwrap .pl-200, .pagecomponentwrap .pl-250{
		padding-left: 36px !important;
	}
	.pagecomponentwrap .pr-4, .pagecomponentwrap .pr-5, .pagecomponentwrap .pr-75, .pagecomponentwrap .pr-100, .pagecomponentwrap .pr-150, .pagecomponentwrap .pr-200, .pagecomponentwrap .pr-250{
		padding-right: 36px !important;
	}
}


.col-auto{
	flex: 0 0 20%;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

@media (max-width: 1025px){
	.col-auto{
		flex: 0 0 25%;
	}
}
@media (max-width: 768px){
	.col-auto{
		flex: 0 0 33%;
	}
}
@media (max-width: 576px){
	.col-auto{
		flex: 0 0 50%;
		overflow: hidden;
	}
}
@media (max-width: 330px){
	.col-auto{
		flex: 0 0 90%;
	}
}

.svg-content{
	display: block;
}
div.mydivider {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.mydivider span {
	display: inline-block;
	vertical-align: middle;
}
div.mydivider .divider-icon{
	margin: 0 5px;
}
div.mydivider .outer-line {
	width: 30%;
}

.image-32{	max-width: 32px; width: 100%; }
.image-48{	max-width: 48px; width: 100%; }
.image-64{	max-width: 64px; width: 100%; }
.image-100{	max-width: 100px; width: 100%; }
.image-200{	max-width: 200px; width: 100%; }
.image-300{	max-width: 300px; width: 100%; }

.icon-40{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.icon-60{
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.icon-80{
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
}
.icon-100{
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
}
.icon-120{
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
}
.icon-150{
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
}
.fa, .fa-2x, .fa-3x, .fa-4x, .fa-lg, .fa-5x{
	vertical-align: middle;
	line-height: inherit;
}

.h1i{font-size: 2.1875rem !important;}
.h2i{font-size: 1.75rem !important;}
.h3i{font-size: 1.53125rem !important;}
.h4i{font-size: 1.3125rem !important;}
.h5i{font-size: 1.09375rem !important;}

@media only screen and (max-width: 768px) {
	.h1i, .h2i{font-size: 1.3125rem !important;}
}

.modal-primary .modal-content {
	border-color: #20a8d8;
  }
  
  .modal-primary .modal-header {
	color: #fff;
	background-color: #20a8d8;
  }
  
  .modal-secondary .modal-content {
	border-color: #c8ced3;
  }
  
  .modal-secondary .modal-header {
	color: #fff;
	background-color: #c8ced3;
  }
  
  .modal-success .modal-content {
	border-color: #4dbd74;
  }
  
  .modal-success .modal-header {
	color: #fff;
	background-color: #4dbd74;
  }
  
  .modal-info .modal-content {
	border-color: #63c2de;
  }
  
  .modal-info .modal-header {
	color: #fff;
	background-color: #63c2de;
  }
  
  .modal-warning .modal-content {
	border-color: #ffc107;
  }
  
  .modal-warning .modal-header {
	color: #fff;
	background-color: #ffc107;
  }
  
  .modal-danger .modal-content {
	border-color: #f86c6b;
  }
  
  .modal-danger .modal-header {
	color: #fff;
	background-color: #f86c6b;
  }
  
  .modal-light .modal-content {
	border-color: #f0f3f5;
  }
  
  .modal-light .modal-header {
	color: #fff;
	background-color: #f0f3f5;
  }
  
  .modal-dark .modal-content {
	border-color: #2f353a;
  }
  
  .modal-dark .modal-header {
	color: #fff;
	background-color: #2f353a;
  }

@font-face {
font-family: 'Muli-Regular';
src: url('/userfiles/asset/fonts/Muli-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Poppins-Regular';
src: url('/userfiles/asset/fonts/Poppins-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Hind-Regular';
src: url('/userfiles/asset/fonts/Hind-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Quicksand-Regular';
src: url('/userfiles/asset/fonts/Quicksand-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

.pagecomponentwrap{font-family:'Muli-Regular';}
.stack_font1{font-family:'Muli-Regular';}
.stack_font2{font-family:'Poppins-Regular';}
.stack_font3{font-family:'Hind-Regular';}
.stack_font4{font-family:'Quicksand-Regular';}
body{font-family:'Muli-Regular';}

.fill-color1{fill: #0582CA  !important;}
.bg-color1{background: #0582CA  !important;}
.bg-color1-hover{transition: all .25s ease-in;}
.bg-color1-hover:hover{background: #0582CA  !important;}
.border-color1{border-color: #0582CA  !important;}
.text-color1{color: #0582CA  !important;}
.text-color1-hover{transition: all .25s ease-in;}
.text-color1-hover:hover{color: #0582CA  !important;}
.fill-color1_dark{fill: #0468a2  !important;}
.bg-color1_dark{background: #0468a2  !important;}
.bg-color1_dark-hover{transition: all .25s ease-in;}
.bg-color1_dark-hover:hover{background: #0468a2  !important;}
.border-color1_dark{border-color: #0468a2  !important;}
.text-color1_dark{color: #0468a2  !important;}
.text-color1_dark-hover{transition: all .25s ease-in;}
.text-color1_dark-hover:hover{color: #0468a2  !important;}
.fill-color1_light{fill: #069cf2  !important;}
.bg-color1_light{background: #069cf2  !important;}
.bg-color1_light-hover{transition: all .25s ease-in;}
.bg-color1_light-hover:hover{background: #069cf2  !important;}
.border-color1_light{border-color: #069cf2  !important;}
.text-color1_light{color: #069cf2  !important;}
.text-color1_light-hover{transition: all .25s ease-in;}
.text-color1_light-hover:hover{color: #069cf2  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg1-bg1_light-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#069cf2); background: linear-gradient(to top, #0582CA,#069cf2); }
.bg1-bg1_light-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#069cf2); background: linear-gradient(to bottom, #0582CA,#069cf2); }
.bg1-bg1_light-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#069cf2); background: linear-gradient(to left, #0582CA,#069cf2); }
.bg1-bg1_light-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#069cf2); background: linear-gradient(to right, #0582CA,#069cf2); }
.bg1-bg1_dark-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#0468a2); background: linear-gradient(to top, #0582CA,#0468a2); }
.bg1-bg1_dark-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#0468a2); background: linear-gradient(to bottom, #0582CA,#0468a2); }
.bg1-bg1_dark-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#0468a2); background: linear-gradient(to left, #0582CA,#0468a2); }
.bg1-bg1_dark-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#0468a2); background: linear-gradient(to right, #0582CA,#0468a2); }
.bg1_light-bg1-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#0582CA); background: linear-gradient(to top, #069cf2,#0582CA); }
.bg1_light-bg1-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#0582CA); background: linear-gradient(to bottom, #069cf2,#0582CA); }
.bg1_light-bg1-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#0582CA); background: linear-gradient(to left, #069cf2,#0582CA); }
.bg1_light-bg1-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#0582CA); background: linear-gradient(to right, #069cf2,#0582CA); }
.bg1_light-bg1_dark-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#0468a2); background: linear-gradient(to top, #069cf2,#0468a2); }
.bg1_light-bg1_dark-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#0468a2); background: linear-gradient(to bottom, #069cf2,#0468a2); }
.bg1_light-bg1_dark-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#0468a2); background: linear-gradient(to left, #069cf2,#0468a2); }
.bg1_light-bg1_dark-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#0468a2); background: linear-gradient(to right, #069cf2,#0468a2); }
.bg1_dark-bg1-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#0582CA); background: linear-gradient(to top, #0468a2,#0582CA); }
.bg1_dark-bg1-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#0582CA); background: linear-gradient(to bottom, #0468a2,#0582CA); }
.bg1_dark-bg1-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#0582CA); background: linear-gradient(to left, #0468a2,#0582CA); }
.bg1_dark-bg1-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#0582CA); background: linear-gradient(to right, #0468a2,#0582CA); }
.bg1_dark-bg1_light-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#069cf2); background: linear-gradient(to top, #0468a2,#069cf2); }
.bg1_dark-bg1_light-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#069cf2); background: linear-gradient(to bottom, #0468a2,#069cf2); }
.bg1_dark-bg1_light-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#069cf2); background: linear-gradient(to left, #0468a2,#069cf2); }
.bg1_dark-bg1_light-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#069cf2); background: linear-gradient(to right, #0468a2,#069cf2); }
.bg1-bg2-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#3B6064); background: linear-gradient(to top, #0582CA,#3B6064); }
.bg1-bg2-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#3B6064); background: linear-gradient(to bottom, #0582CA,#3B6064); }
.bg1-bg2-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#3B6064); background: linear-gradient(to left, #0582CA,#3B6064); }
.bg1-bg2-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#3B6064); background: linear-gradient(to right, #0582CA,#3B6064); }
.bg1-bg2_light-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#477378); background: linear-gradient(to top, #0582CA,#477378); }
.bg1-bg2_light-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#477378); background: linear-gradient(to bottom, #0582CA,#477378); }
.bg1-bg2_light-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#477378); background: linear-gradient(to left, #0582CA,#477378); }
.bg1-bg2_light-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#477378); background: linear-gradient(to right, #0582CA,#477378); }
.bg1-bg2_dark-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#2f4d50); background: linear-gradient(to top, #0582CA,#2f4d50); }
.bg1-bg2_dark-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#2f4d50); background: linear-gradient(to bottom, #0582CA,#2f4d50); }
.bg1-bg2_dark-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#2f4d50); background: linear-gradient(to left, #0582CA,#2f4d50); }
.bg1-bg2_dark-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#2f4d50); background: linear-gradient(to right, #0582CA,#2f4d50); }
.bg1_light-bg2-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#3B6064); background: linear-gradient(to top, #069cf2,#3B6064); }
.bg1_light-bg2-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#3B6064); background: linear-gradient(to bottom, #069cf2,#3B6064); }
.bg1_light-bg2-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#3B6064); background: linear-gradient(to left, #069cf2,#3B6064); }
.bg1_light-bg2-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#3B6064); background: linear-gradient(to right, #069cf2,#3B6064); }
.bg1_light-bg2_light-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#477378); background: linear-gradient(to top, #069cf2,#477378); }
.bg1_light-bg2_light-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#477378); background: linear-gradient(to bottom, #069cf2,#477378); }
.bg1_light-bg2_light-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#477378); background: linear-gradient(to left, #069cf2,#477378); }
.bg1_light-bg2_light-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#477378); background: linear-gradient(to right, #069cf2,#477378); }
.bg1_light-bg2_dark-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#2f4d50); background: linear-gradient(to top, #069cf2,#2f4d50); }
.bg1_light-bg2_dark-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#2f4d50); background: linear-gradient(to bottom, #069cf2,#2f4d50); }
.bg1_light-bg2_dark-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#2f4d50); background: linear-gradient(to left, #069cf2,#2f4d50); }
.bg1_light-bg2_dark-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#2f4d50); background: linear-gradient(to right, #069cf2,#2f4d50); }
.bg1_dark-bg2-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#3B6064); background: linear-gradient(to top, #0468a2,#3B6064); }
.bg1_dark-bg2-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#3B6064); background: linear-gradient(to bottom, #0468a2,#3B6064); }
.bg1_dark-bg2-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#3B6064); background: linear-gradient(to left, #0468a2,#3B6064); }
.bg1_dark-bg2-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#3B6064); background: linear-gradient(to right, #0468a2,#3B6064); }
.bg1_dark-bg2_light-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#477378); background: linear-gradient(to top, #0468a2,#477378); }
.bg1_dark-bg2_light-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#477378); background: linear-gradient(to bottom, #0468a2,#477378); }
.bg1_dark-bg2_light-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#477378); background: linear-gradient(to left, #0468a2,#477378); }
.bg1_dark-bg2_light-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#477378); background: linear-gradient(to right, #0468a2,#477378); }
.bg1_dark-bg2_dark-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#2f4d50); background: linear-gradient(to top, #0468a2,#2f4d50); }
.bg1_dark-bg2_dark-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#2f4d50); background: linear-gradient(to bottom, #0468a2,#2f4d50); }
.bg1_dark-bg2_dark-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#2f4d50); background: linear-gradient(to left, #0468a2,#2f4d50); }
.bg1_dark-bg2_dark-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#2f4d50); background: linear-gradient(to right, #0468a2,#2f4d50); }
.bg1-bg3-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#006D77); background: linear-gradient(to top, #0582CA,#006D77); }
.bg1-bg3-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#006D77); background: linear-gradient(to bottom, #0582CA,#006D77); }
.bg1-bg3-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#006D77); background: linear-gradient(to left, #0582CA,#006D77); }
.bg1-bg3-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#006D77); background: linear-gradient(to right, #0582CA,#006D77); }
.bg1-bg3_light-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#00838f); background: linear-gradient(to top, #0582CA,#00838f); }
.bg1-bg3_light-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#00838f); background: linear-gradient(to bottom, #0582CA,#00838f); }
.bg1-bg3_light-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#00838f); background: linear-gradient(to left, #0582CA,#00838f); }
.bg1-bg3_light-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#00838f); background: linear-gradient(to right, #0582CA,#00838f); }
.bg1-bg3_dark-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#00575f); background: linear-gradient(to top, #0582CA,#00575f); }
.bg1-bg3_dark-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#00575f); background: linear-gradient(to bottom, #0582CA,#00575f); }
.bg1-bg3_dark-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#00575f); background: linear-gradient(to left, #0582CA,#00575f); }
.bg1-bg3_dark-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#00575f); background: linear-gradient(to right, #0582CA,#00575f); }
.bg1_light-bg3-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#006D77); background: linear-gradient(to top, #069cf2,#006D77); }
.bg1_light-bg3-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#006D77); background: linear-gradient(to bottom, #069cf2,#006D77); }
.bg1_light-bg3-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#006D77); background: linear-gradient(to left, #069cf2,#006D77); }
.bg1_light-bg3-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#006D77); background: linear-gradient(to right, #069cf2,#006D77); }
.bg1_light-bg3_light-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#00838f); background: linear-gradient(to top, #069cf2,#00838f); }
.bg1_light-bg3_light-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#00838f); background: linear-gradient(to bottom, #069cf2,#00838f); }
.bg1_light-bg3_light-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#00838f); background: linear-gradient(to left, #069cf2,#00838f); }
.bg1_light-bg3_light-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#00838f); background: linear-gradient(to right, #069cf2,#00838f); }
.bg1_light-bg3_dark-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#00575f); background: linear-gradient(to top, #069cf2,#00575f); }
.bg1_light-bg3_dark-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#00575f); background: linear-gradient(to bottom, #069cf2,#00575f); }
.bg1_light-bg3_dark-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#00575f); background: linear-gradient(to left, #069cf2,#00575f); }
.bg1_light-bg3_dark-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#00575f); background: linear-gradient(to right, #069cf2,#00575f); }
.bg1_dark-bg3-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#006D77); background: linear-gradient(to top, #0468a2,#006D77); }
.bg1_dark-bg3-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#006D77); background: linear-gradient(to bottom, #0468a2,#006D77); }
.bg1_dark-bg3-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#006D77); background: linear-gradient(to left, #0468a2,#006D77); }
.bg1_dark-bg3-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#006D77); background: linear-gradient(to right, #0468a2,#006D77); }
.bg1_dark-bg3_light-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#00838f); background: linear-gradient(to top, #0468a2,#00838f); }
.bg1_dark-bg3_light-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#00838f); background: linear-gradient(to bottom, #0468a2,#00838f); }
.bg1_dark-bg3_light-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#00838f); background: linear-gradient(to left, #0468a2,#00838f); }
.bg1_dark-bg3_light-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#00838f); background: linear-gradient(to right, #0468a2,#00838f); }
.bg1_dark-bg3_dark-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#00575f); background: linear-gradient(to top, #0468a2,#00575f); }
.bg1_dark-bg3_dark-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#00575f); background: linear-gradient(to bottom, #0468a2,#00575f); }
.bg1_dark-bg3_dark-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#00575f); background: linear-gradient(to left, #0468a2,#00575f); }
.bg1_dark-bg3_dark-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#00575f); background: linear-gradient(to right, #0468a2,#00575f); }
.bg1-bg4-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#DAE5F5); background: linear-gradient(to top, #0582CA,#DAE5F5); }
.bg1-bg4-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#DAE5F5); background: linear-gradient(to bottom, #0582CA,#DAE5F5); }
.bg1-bg4-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#DAE5F5); background: linear-gradient(to left, #0582CA,#DAE5F5); }
.bg1-bg4-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#DAE5F5); background: linear-gradient(to right, #0582CA,#DAE5F5); }
.bg1-bg4_light-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#ff1131); background: linear-gradient(to top, #0582CA,#ff1131); }
.bg1-bg4_light-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#ff1131); background: linear-gradient(to bottom, #0582CA,#ff1131); }
.bg1-bg4_light-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#ff1131); background: linear-gradient(to left, #0582CA,#ff1131); }
.bg1-bg4_light-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#ff1131); background: linear-gradient(to right, #0582CA,#ff1131); }
.bg1-bg4_dark-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#aeb7c4); background: linear-gradient(to top, #0582CA,#aeb7c4); }
.bg1-bg4_dark-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#aeb7c4); background: linear-gradient(to bottom, #0582CA,#aeb7c4); }
.bg1-bg4_dark-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#aeb7c4); background: linear-gradient(to left, #0582CA,#aeb7c4); }
.bg1-bg4_dark-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#aeb7c4); background: linear-gradient(to right, #0582CA,#aeb7c4); }
.bg1_light-bg4-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#DAE5F5); background: linear-gradient(to top, #069cf2,#DAE5F5); }
.bg1_light-bg4-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#DAE5F5); background: linear-gradient(to bottom, #069cf2,#DAE5F5); }
.bg1_light-bg4-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#DAE5F5); background: linear-gradient(to left, #069cf2,#DAE5F5); }
.bg1_light-bg4-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#DAE5F5); background: linear-gradient(to right, #069cf2,#DAE5F5); }
.bg1_light-bg4_light-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#ff1131); background: linear-gradient(to top, #069cf2,#ff1131); }
.bg1_light-bg4_light-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#ff1131); background: linear-gradient(to bottom, #069cf2,#ff1131); }
.bg1_light-bg4_light-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#ff1131); background: linear-gradient(to left, #069cf2,#ff1131); }
.bg1_light-bg4_light-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#ff1131); background: linear-gradient(to right, #069cf2,#ff1131); }
.bg1_light-bg4_dark-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#aeb7c4); background: linear-gradient(to top, #069cf2,#aeb7c4); }
.bg1_light-bg4_dark-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#aeb7c4); background: linear-gradient(to bottom, #069cf2,#aeb7c4); }
.bg1_light-bg4_dark-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#aeb7c4); background: linear-gradient(to left, #069cf2,#aeb7c4); }
.bg1_light-bg4_dark-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#aeb7c4); background: linear-gradient(to right, #069cf2,#aeb7c4); }
.bg1_dark-bg4-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#DAE5F5); background: linear-gradient(to top, #0468a2,#DAE5F5); }
.bg1_dark-bg4-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#DAE5F5); background: linear-gradient(to bottom, #0468a2,#DAE5F5); }
.bg1_dark-bg4-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#DAE5F5); background: linear-gradient(to left, #0468a2,#DAE5F5); }
.bg1_dark-bg4-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#DAE5F5); background: linear-gradient(to right, #0468a2,#DAE5F5); }
.bg1_dark-bg4_light-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#ff1131); background: linear-gradient(to top, #0468a2,#ff1131); }
.bg1_dark-bg4_light-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#ff1131); background: linear-gradient(to bottom, #0468a2,#ff1131); }
.bg1_dark-bg4_light-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#ff1131); background: linear-gradient(to left, #0468a2,#ff1131); }
.bg1_dark-bg4_light-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#ff1131); background: linear-gradient(to right, #0468a2,#ff1131); }
.bg1_dark-bg4_dark-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#aeb7c4); background: linear-gradient(to top, #0468a2,#aeb7c4); }
.bg1_dark-bg4_dark-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#aeb7c4); background: linear-gradient(to bottom, #0468a2,#aeb7c4); }
.bg1_dark-bg4_dark-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#aeb7c4); background: linear-gradient(to left, #0468a2,#aeb7c4); }
.bg1_dark-bg4_dark-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#aeb7c4); background: linear-gradient(to right, #0468a2,#aeb7c4); }
.bg1-bgwhite-top{background: #0582CA; background: -webkit-linear-gradient(to top, #0582CA,#ffffff); background: linear-gradient(to top, #0582CA,#ffffff); }
.bg1-bgwhite-bottom{background: #0582CA; background: -webkit-linear-gradient(to bottom, #0582CA,#ffffff); background: linear-gradient(to bottom, #0582CA,#ffffff); }
.bg1-bgwhite-left{background: #0582CA; background: -webkit-linear-gradient(to left, #0582CA,#ffffff); background: linear-gradient(to left, #0582CA,#ffffff); }
.bg1-bgwhite-right{background: #0582CA; background: -webkit-linear-gradient(to right, #0582CA,#ffffff); background: linear-gradient(to right, #0582CA,#ffffff); }
.bgwhite-bg1-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #0582CA,#ffffff); background: linear-gradient(to bottom, #0582CA,#ffffff); }
.bgwhite-bg1-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #0582CA,#ffffff); background: linear-gradient(to top, #0582CA,#ffffff); }
.bgwhite-bg1-left{background: #ffffff; background: -webkit-linear-gradient(to right, #0582CA,#ffffff); background: linear-gradient(to right, #0582CA,#ffffff); }
.bgwhite-bg1-right{background: #ffffff; background: -webkit-linear-gradient(to left, #0582CA,#ffffff); background: linear-gradient(to top, #0582CA,#ffffff); }
.bg1_light-bgwhite-top{background: #069cf2; background: -webkit-linear-gradient(to top, #069cf2,#ffffff); background: linear-gradient(to top, #069cf2,#ffffff); }
.bg1_light-bgwhite-bottom{background: #069cf2; background: -webkit-linear-gradient(to bottom, #069cf2,#ffffff); background: linear-gradient(to bottom, #069cf2,#ffffff); }
.bg1_light-bgwhite-left{background: #069cf2; background: -webkit-linear-gradient(to left, #069cf2,#ffffff); background: linear-gradient(to left, #069cf2,#ffffff); }
.bg1_light-bgwhite-right{background: #069cf2; background: -webkit-linear-gradient(to right, #069cf2,#ffffff); background: linear-gradient(to right, #069cf2,#ffffff); }
.bgwhite-bg1_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #069cf2,#ffffff); background: linear-gradient(to bottom, #069cf2,#ffffff); }
.bgwhite-bg1_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #069cf2,#ffffff); background: linear-gradient(to top, #069cf2,#ffffff); }
.bgwhite-bg1_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #069cf2,#ffffff); background: linear-gradient(to right, #069cf2,#ffffff); }
.bgwhite-bg1_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #069cf2,#ffffff); background: linear-gradient(to top, #069cf2,#ffffff); }
.bg1_dark-bgwhite-top{background: #0468a2; background: -webkit-linear-gradient(to top, #0468a2,#ffffff); background: linear-gradient(to top, #0468a2,#ffffff); }
.bg1_dark-bgwhite-bottom{background: #0468a2; background: -webkit-linear-gradient(to bottom, #0468a2,#ffffff); background: linear-gradient(to bottom, #0468a2,#ffffff); }
.bg1_dark-bgwhite-left{background: #0468a2; background: -webkit-linear-gradient(to left, #0468a2,#ffffff); background: linear-gradient(to left, #0468a2,#ffffff); }
.bg1_dark-bgwhite-right{background: #0468a2; background: -webkit-linear-gradient(to right, #0468a2,#ffffff); background: linear-gradient(to right, #0468a2,#ffffff); }
.bgwhite-bg1_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #0468a2,#ffffff); background: linear-gradient(to bottom, #0468a2,#ffffff); }
.bgwhite-bg1_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #0468a2,#ffffff); background: linear-gradient(to top, #0468a2,#ffffff); }
.bgwhite-bg1_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #0468a2,#ffffff); background: linear-gradient(to right, #0468a2,#ffffff); }
.bgwhite-bg1_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #0468a2,#ffffff); background: linear-gradient(to top, #0468a2,#ffffff); }
.fill-color2{fill: #3B6064  !important;}
.bg-color2{background: #3B6064  !important;}
.bg-color2-hover{transition: all .25s ease-in;}
.bg-color2-hover:hover{background: #3B6064  !important;}
.border-color2{border-color: #3B6064  !important;}
.text-color2{color: #3B6064  !important;}
.text-color2-hover{transition: all .25s ease-in;}
.text-color2-hover:hover{color: #3B6064  !important;}
.fill-color2_dark{fill: #2f4d50  !important;}
.bg-color2_dark{background: #2f4d50  !important;}
.bg-color2_dark-hover{transition: all .25s ease-in;}
.bg-color2_dark-hover:hover{background: #2f4d50  !important;}
.border-color2_dark{border-color: #2f4d50  !important;}
.text-color2_dark{color: #2f4d50  !important;}
.text-color2_dark-hover{transition: all .25s ease-in;}
.text-color2_dark-hover:hover{color: #2f4d50  !important;}
.fill-color2_light{fill: #477378  !important;}
.bg-color2_light{background: #477378  !important;}
.bg-color2_light-hover{transition: all .25s ease-in;}
.bg-color2_light-hover:hover{background: #477378  !important;}
.border-color2_light{border-color: #477378  !important;}
.text-color2_light{color: #477378  !important;}
.text-color2_light-hover{transition: all .25s ease-in;}
.text-color2_light-hover:hover{color: #477378  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg2-bg1-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#0582CA); background: linear-gradient(to top, #3B6064,#0582CA); }
.bg2-bg1-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#0582CA); background: linear-gradient(to bottom, #3B6064,#0582CA); }
.bg2-bg1-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#0582CA); background: linear-gradient(to left, #3B6064,#0582CA); }
.bg2-bg1-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#0582CA); background: linear-gradient(to right, #3B6064,#0582CA); }
.bg2-bg1_light-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#069cf2); background: linear-gradient(to top, #3B6064,#069cf2); }
.bg2-bg1_light-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#069cf2); background: linear-gradient(to bottom, #3B6064,#069cf2); }
.bg2-bg1_light-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#069cf2); background: linear-gradient(to left, #3B6064,#069cf2); }
.bg2-bg1_light-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#069cf2); background: linear-gradient(to right, #3B6064,#069cf2); }
.bg2-bg1_dark-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#0468a2); background: linear-gradient(to top, #3B6064,#0468a2); }
.bg2-bg1_dark-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#0468a2); background: linear-gradient(to bottom, #3B6064,#0468a2); }
.bg2-bg1_dark-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#0468a2); background: linear-gradient(to left, #3B6064,#0468a2); }
.bg2-bg1_dark-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#0468a2); background: linear-gradient(to right, #3B6064,#0468a2); }
.bg2_light-bg1-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#0582CA); background: linear-gradient(to top, #477378,#0582CA); }
.bg2_light-bg1-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#0582CA); background: linear-gradient(to bottom, #477378,#0582CA); }
.bg2_light-bg1-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#0582CA); background: linear-gradient(to left, #477378,#0582CA); }
.bg2_light-bg1-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#0582CA); background: linear-gradient(to right, #477378,#0582CA); }
.bg2_light-bg1_light-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#069cf2); background: linear-gradient(to top, #477378,#069cf2); }
.bg2_light-bg1_light-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#069cf2); background: linear-gradient(to bottom, #477378,#069cf2); }
.bg2_light-bg1_light-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#069cf2); background: linear-gradient(to left, #477378,#069cf2); }
.bg2_light-bg1_light-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#069cf2); background: linear-gradient(to right, #477378,#069cf2); }
.bg2_light-bg1_dark-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#0468a2); background: linear-gradient(to top, #477378,#0468a2); }
.bg2_light-bg1_dark-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#0468a2); background: linear-gradient(to bottom, #477378,#0468a2); }
.bg2_light-bg1_dark-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#0468a2); background: linear-gradient(to left, #477378,#0468a2); }
.bg2_light-bg1_dark-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#0468a2); background: linear-gradient(to right, #477378,#0468a2); }
.bg2_dark-bg1-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#0582CA); background: linear-gradient(to top, #2f4d50,#0582CA); }
.bg2_dark-bg1-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#0582CA); background: linear-gradient(to bottom, #2f4d50,#0582CA); }
.bg2_dark-bg1-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#0582CA); background: linear-gradient(to left, #2f4d50,#0582CA); }
.bg2_dark-bg1-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#0582CA); background: linear-gradient(to right, #2f4d50,#0582CA); }
.bg2_dark-bg1_light-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#069cf2); background: linear-gradient(to top, #2f4d50,#069cf2); }
.bg2_dark-bg1_light-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#069cf2); background: linear-gradient(to bottom, #2f4d50,#069cf2); }
.bg2_dark-bg1_light-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#069cf2); background: linear-gradient(to left, #2f4d50,#069cf2); }
.bg2_dark-bg1_light-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#069cf2); background: linear-gradient(to right, #2f4d50,#069cf2); }
.bg2_dark-bg1_dark-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#0468a2); background: linear-gradient(to top, #2f4d50,#0468a2); }
.bg2_dark-bg1_dark-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#0468a2); background: linear-gradient(to bottom, #2f4d50,#0468a2); }
.bg2_dark-bg1_dark-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#0468a2); background: linear-gradient(to left, #2f4d50,#0468a2); }
.bg2_dark-bg1_dark-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#0468a2); background: linear-gradient(to right, #2f4d50,#0468a2); }
.bg2-bg2_light-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#477378); background: linear-gradient(to top, #3B6064,#477378); }
.bg2-bg2_light-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#477378); background: linear-gradient(to bottom, #3B6064,#477378); }
.bg2-bg2_light-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#477378); background: linear-gradient(to left, #3B6064,#477378); }
.bg2-bg2_light-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#477378); background: linear-gradient(to right, #3B6064,#477378); }
.bg2-bg2_dark-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#2f4d50); background: linear-gradient(to top, #3B6064,#2f4d50); }
.bg2-bg2_dark-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#2f4d50); background: linear-gradient(to bottom, #3B6064,#2f4d50); }
.bg2-bg2_dark-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#2f4d50); background: linear-gradient(to left, #3B6064,#2f4d50); }
.bg2-bg2_dark-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#2f4d50); background: linear-gradient(to right, #3B6064,#2f4d50); }
.bg2_light-bg2-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#3B6064); background: linear-gradient(to top, #477378,#3B6064); }
.bg2_light-bg2-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#3B6064); background: linear-gradient(to bottom, #477378,#3B6064); }
.bg2_light-bg2-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#3B6064); background: linear-gradient(to left, #477378,#3B6064); }
.bg2_light-bg2-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#3B6064); background: linear-gradient(to right, #477378,#3B6064); }
.bg2_light-bg2_dark-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#2f4d50); background: linear-gradient(to top, #477378,#2f4d50); }
.bg2_light-bg2_dark-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#2f4d50); background: linear-gradient(to bottom, #477378,#2f4d50); }
.bg2_light-bg2_dark-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#2f4d50); background: linear-gradient(to left, #477378,#2f4d50); }
.bg2_light-bg2_dark-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#2f4d50); background: linear-gradient(to right, #477378,#2f4d50); }
.bg2_dark-bg2-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#3B6064); background: linear-gradient(to top, #2f4d50,#3B6064); }
.bg2_dark-bg2-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#3B6064); background: linear-gradient(to bottom, #2f4d50,#3B6064); }
.bg2_dark-bg2-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#3B6064); background: linear-gradient(to left, #2f4d50,#3B6064); }
.bg2_dark-bg2-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#3B6064); background: linear-gradient(to right, #2f4d50,#3B6064); }
.bg2_dark-bg2_light-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#477378); background: linear-gradient(to top, #2f4d50,#477378); }
.bg2_dark-bg2_light-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#477378); background: linear-gradient(to bottom, #2f4d50,#477378); }
.bg2_dark-bg2_light-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#477378); background: linear-gradient(to left, #2f4d50,#477378); }
.bg2_dark-bg2_light-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#477378); background: linear-gradient(to right, #2f4d50,#477378); }
.bg2-bg3-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#006D77); background: linear-gradient(to top, #3B6064,#006D77); }
.bg2-bg3-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#006D77); background: linear-gradient(to bottom, #3B6064,#006D77); }
.bg2-bg3-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#006D77); background: linear-gradient(to left, #3B6064,#006D77); }
.bg2-bg3-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#006D77); background: linear-gradient(to right, #3B6064,#006D77); }
.bg2-bg3_light-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#00838f); background: linear-gradient(to top, #3B6064,#00838f); }
.bg2-bg3_light-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#00838f); background: linear-gradient(to bottom, #3B6064,#00838f); }
.bg2-bg3_light-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#00838f); background: linear-gradient(to left, #3B6064,#00838f); }
.bg2-bg3_light-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#00838f); background: linear-gradient(to right, #3B6064,#00838f); }
.bg2-bg3_dark-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#00575f); background: linear-gradient(to top, #3B6064,#00575f); }
.bg2-bg3_dark-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#00575f); background: linear-gradient(to bottom, #3B6064,#00575f); }
.bg2-bg3_dark-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#00575f); background: linear-gradient(to left, #3B6064,#00575f); }
.bg2-bg3_dark-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#00575f); background: linear-gradient(to right, #3B6064,#00575f); }
.bg2_light-bg3-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#006D77); background: linear-gradient(to top, #477378,#006D77); }
.bg2_light-bg3-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#006D77); background: linear-gradient(to bottom, #477378,#006D77); }
.bg2_light-bg3-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#006D77); background: linear-gradient(to left, #477378,#006D77); }
.bg2_light-bg3-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#006D77); background: linear-gradient(to right, #477378,#006D77); }
.bg2_light-bg3_light-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#00838f); background: linear-gradient(to top, #477378,#00838f); }
.bg2_light-bg3_light-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#00838f); background: linear-gradient(to bottom, #477378,#00838f); }
.bg2_light-bg3_light-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#00838f); background: linear-gradient(to left, #477378,#00838f); }
.bg2_light-bg3_light-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#00838f); background: linear-gradient(to right, #477378,#00838f); }
.bg2_light-bg3_dark-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#00575f); background: linear-gradient(to top, #477378,#00575f); }
.bg2_light-bg3_dark-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#00575f); background: linear-gradient(to bottom, #477378,#00575f); }
.bg2_light-bg3_dark-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#00575f); background: linear-gradient(to left, #477378,#00575f); }
.bg2_light-bg3_dark-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#00575f); background: linear-gradient(to right, #477378,#00575f); }
.bg2_dark-bg3-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#006D77); background: linear-gradient(to top, #2f4d50,#006D77); }
.bg2_dark-bg3-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#006D77); background: linear-gradient(to bottom, #2f4d50,#006D77); }
.bg2_dark-bg3-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#006D77); background: linear-gradient(to left, #2f4d50,#006D77); }
.bg2_dark-bg3-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#006D77); background: linear-gradient(to right, #2f4d50,#006D77); }
.bg2_dark-bg3_light-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#00838f); background: linear-gradient(to top, #2f4d50,#00838f); }
.bg2_dark-bg3_light-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#00838f); background: linear-gradient(to bottom, #2f4d50,#00838f); }
.bg2_dark-bg3_light-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#00838f); background: linear-gradient(to left, #2f4d50,#00838f); }
.bg2_dark-bg3_light-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#00838f); background: linear-gradient(to right, #2f4d50,#00838f); }
.bg2_dark-bg3_dark-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#00575f); background: linear-gradient(to top, #2f4d50,#00575f); }
.bg2_dark-bg3_dark-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#00575f); background: linear-gradient(to bottom, #2f4d50,#00575f); }
.bg2_dark-bg3_dark-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#00575f); background: linear-gradient(to left, #2f4d50,#00575f); }
.bg2_dark-bg3_dark-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#00575f); background: linear-gradient(to right, #2f4d50,#00575f); }
.bg2-bg4-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#DAE5F5); background: linear-gradient(to top, #3B6064,#DAE5F5); }
.bg2-bg4-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#DAE5F5); background: linear-gradient(to bottom, #3B6064,#DAE5F5); }
.bg2-bg4-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#DAE5F5); background: linear-gradient(to left, #3B6064,#DAE5F5); }
.bg2-bg4-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#DAE5F5); background: linear-gradient(to right, #3B6064,#DAE5F5); }
.bg2-bg4_light-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#ff1131); background: linear-gradient(to top, #3B6064,#ff1131); }
.bg2-bg4_light-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#ff1131); background: linear-gradient(to bottom, #3B6064,#ff1131); }
.bg2-bg4_light-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#ff1131); background: linear-gradient(to left, #3B6064,#ff1131); }
.bg2-bg4_light-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#ff1131); background: linear-gradient(to right, #3B6064,#ff1131); }
.bg2-bg4_dark-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#aeb7c4); background: linear-gradient(to top, #3B6064,#aeb7c4); }
.bg2-bg4_dark-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#aeb7c4); background: linear-gradient(to bottom, #3B6064,#aeb7c4); }
.bg2-bg4_dark-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#aeb7c4); background: linear-gradient(to left, #3B6064,#aeb7c4); }
.bg2-bg4_dark-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#aeb7c4); background: linear-gradient(to right, #3B6064,#aeb7c4); }
.bg2_light-bg4-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#DAE5F5); background: linear-gradient(to top, #477378,#DAE5F5); }
.bg2_light-bg4-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#DAE5F5); background: linear-gradient(to bottom, #477378,#DAE5F5); }
.bg2_light-bg4-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#DAE5F5); background: linear-gradient(to left, #477378,#DAE5F5); }
.bg2_light-bg4-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#DAE5F5); background: linear-gradient(to right, #477378,#DAE5F5); }
.bg2_light-bg4_light-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#ff1131); background: linear-gradient(to top, #477378,#ff1131); }
.bg2_light-bg4_light-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#ff1131); background: linear-gradient(to bottom, #477378,#ff1131); }
.bg2_light-bg4_light-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#ff1131); background: linear-gradient(to left, #477378,#ff1131); }
.bg2_light-bg4_light-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#ff1131); background: linear-gradient(to right, #477378,#ff1131); }
.bg2_light-bg4_dark-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#aeb7c4); background: linear-gradient(to top, #477378,#aeb7c4); }
.bg2_light-bg4_dark-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#aeb7c4); background: linear-gradient(to bottom, #477378,#aeb7c4); }
.bg2_light-bg4_dark-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#aeb7c4); background: linear-gradient(to left, #477378,#aeb7c4); }
.bg2_light-bg4_dark-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#aeb7c4); background: linear-gradient(to right, #477378,#aeb7c4); }
.bg2_dark-bg4-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#DAE5F5); background: linear-gradient(to top, #2f4d50,#DAE5F5); }
.bg2_dark-bg4-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#DAE5F5); background: linear-gradient(to bottom, #2f4d50,#DAE5F5); }
.bg2_dark-bg4-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#DAE5F5); background: linear-gradient(to left, #2f4d50,#DAE5F5); }
.bg2_dark-bg4-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#DAE5F5); background: linear-gradient(to right, #2f4d50,#DAE5F5); }
.bg2_dark-bg4_light-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#ff1131); background: linear-gradient(to top, #2f4d50,#ff1131); }
.bg2_dark-bg4_light-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#ff1131); background: linear-gradient(to bottom, #2f4d50,#ff1131); }
.bg2_dark-bg4_light-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#ff1131); background: linear-gradient(to left, #2f4d50,#ff1131); }
.bg2_dark-bg4_light-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#ff1131); background: linear-gradient(to right, #2f4d50,#ff1131); }
.bg2_dark-bg4_dark-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#aeb7c4); background: linear-gradient(to top, #2f4d50,#aeb7c4); }
.bg2_dark-bg4_dark-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#aeb7c4); background: linear-gradient(to bottom, #2f4d50,#aeb7c4); }
.bg2_dark-bg4_dark-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#aeb7c4); background: linear-gradient(to left, #2f4d50,#aeb7c4); }
.bg2_dark-bg4_dark-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#aeb7c4); background: linear-gradient(to right, #2f4d50,#aeb7c4); }
.bg2-bgwhite-top{background: #3B6064; background: -webkit-linear-gradient(to top, #3B6064,#ffffff); background: linear-gradient(to top, #3B6064,#ffffff); }
.bg2-bgwhite-bottom{background: #3B6064; background: -webkit-linear-gradient(to bottom, #3B6064,#ffffff); background: linear-gradient(to bottom, #3B6064,#ffffff); }
.bg2-bgwhite-left{background: #3B6064; background: -webkit-linear-gradient(to left, #3B6064,#ffffff); background: linear-gradient(to left, #3B6064,#ffffff); }
.bg2-bgwhite-right{background: #3B6064; background: -webkit-linear-gradient(to right, #3B6064,#ffffff); background: linear-gradient(to right, #3B6064,#ffffff); }
.bgwhite-bg2-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #3B6064,#ffffff); background: linear-gradient(to bottom, #3B6064,#ffffff); }
.bgwhite-bg2-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #3B6064,#ffffff); background: linear-gradient(to top, #3B6064,#ffffff); }
.bgwhite-bg2-left{background: #ffffff; background: -webkit-linear-gradient(to right, #3B6064,#ffffff); background: linear-gradient(to right, #3B6064,#ffffff); }
.bgwhite-bg2-right{background: #ffffff; background: -webkit-linear-gradient(to left, #3B6064,#ffffff); background: linear-gradient(to top, #3B6064,#ffffff); }
.bg2_light-bgwhite-top{background: #477378; background: -webkit-linear-gradient(to top, #477378,#ffffff); background: linear-gradient(to top, #477378,#ffffff); }
.bg2_light-bgwhite-bottom{background: #477378; background: -webkit-linear-gradient(to bottom, #477378,#ffffff); background: linear-gradient(to bottom, #477378,#ffffff); }
.bg2_light-bgwhite-left{background: #477378; background: -webkit-linear-gradient(to left, #477378,#ffffff); background: linear-gradient(to left, #477378,#ffffff); }
.bg2_light-bgwhite-right{background: #477378; background: -webkit-linear-gradient(to right, #477378,#ffffff); background: linear-gradient(to right, #477378,#ffffff); }
.bgwhite-bg2_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #477378,#ffffff); background: linear-gradient(to bottom, #477378,#ffffff); }
.bgwhite-bg2_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #477378,#ffffff); background: linear-gradient(to top, #477378,#ffffff); }
.bgwhite-bg2_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #477378,#ffffff); background: linear-gradient(to right, #477378,#ffffff); }
.bgwhite-bg2_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #477378,#ffffff); background: linear-gradient(to top, #477378,#ffffff); }
.bg2_dark-bgwhite-top{background: #2f4d50; background: -webkit-linear-gradient(to top, #2f4d50,#ffffff); background: linear-gradient(to top, #2f4d50,#ffffff); }
.bg2_dark-bgwhite-bottom{background: #2f4d50; background: -webkit-linear-gradient(to bottom, #2f4d50,#ffffff); background: linear-gradient(to bottom, #2f4d50,#ffffff); }
.bg2_dark-bgwhite-left{background: #2f4d50; background: -webkit-linear-gradient(to left, #2f4d50,#ffffff); background: linear-gradient(to left, #2f4d50,#ffffff); }
.bg2_dark-bgwhite-right{background: #2f4d50; background: -webkit-linear-gradient(to right, #2f4d50,#ffffff); background: linear-gradient(to right, #2f4d50,#ffffff); }
.bgwhite-bg2_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #2f4d50,#ffffff); background: linear-gradient(to bottom, #2f4d50,#ffffff); }
.bgwhite-bg2_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #2f4d50,#ffffff); background: linear-gradient(to top, #2f4d50,#ffffff); }
.bgwhite-bg2_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #2f4d50,#ffffff); background: linear-gradient(to right, #2f4d50,#ffffff); }
.bgwhite-bg2_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #2f4d50,#ffffff); background: linear-gradient(to top, #2f4d50,#ffffff); }
.fill-color3{fill: #006D77  !important;}
.bg-color3{background: #006D77  !important;}
.bg-color3-hover{transition: all .25s ease-in;}
.bg-color3-hover:hover{background: #006D77  !important;}
.border-color3{border-color: #006D77  !important;}
.text-color3{color: #006D77  !important;}
.text-color3-hover{transition: all .25s ease-in;}
.text-color3-hover:hover{color: #006D77  !important;}
.fill-color3_dark{fill: #00575f  !important;}
.bg-color3_dark{background: #00575f  !important;}
.bg-color3_dark-hover{transition: all .25s ease-in;}
.bg-color3_dark-hover:hover{background: #00575f  !important;}
.border-color3_dark{border-color: #00575f  !important;}
.text-color3_dark{color: #00575f  !important;}
.text-color3_dark-hover{transition: all .25s ease-in;}
.text-color3_dark-hover:hover{color: #00575f  !important;}
.fill-color3_light{fill: #00838f  !important;}
.bg-color3_light{background: #00838f  !important;}
.bg-color3_light-hover{transition: all .25s ease-in;}
.bg-color3_light-hover:hover{background: #00838f  !important;}
.border-color3_light{border-color: #00838f  !important;}
.text-color3_light{color: #00838f  !important;}
.text-color3_light-hover{transition: all .25s ease-in;}
.text-color3_light-hover:hover{color: #00838f  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg3-bg1-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#0582CA); background: linear-gradient(to top, #006D77,#0582CA); }
.bg3-bg1-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#0582CA); background: linear-gradient(to bottom, #006D77,#0582CA); }
.bg3-bg1-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#0582CA); background: linear-gradient(to left, #006D77,#0582CA); }
.bg3-bg1-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#0582CA); background: linear-gradient(to right, #006D77,#0582CA); }
.bg3-bg1_light-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#069cf2); background: linear-gradient(to top, #006D77,#069cf2); }
.bg3-bg1_light-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#069cf2); background: linear-gradient(to bottom, #006D77,#069cf2); }
.bg3-bg1_light-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#069cf2); background: linear-gradient(to left, #006D77,#069cf2); }
.bg3-bg1_light-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#069cf2); background: linear-gradient(to right, #006D77,#069cf2); }
.bg3-bg1_dark-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#0468a2); background: linear-gradient(to top, #006D77,#0468a2); }
.bg3-bg1_dark-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#0468a2); background: linear-gradient(to bottom, #006D77,#0468a2); }
.bg3-bg1_dark-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#0468a2); background: linear-gradient(to left, #006D77,#0468a2); }
.bg3-bg1_dark-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#0468a2); background: linear-gradient(to right, #006D77,#0468a2); }
.bg3_light-bg1-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#0582CA); background: linear-gradient(to top, #00838f,#0582CA); }
.bg3_light-bg1-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#0582CA); background: linear-gradient(to bottom, #00838f,#0582CA); }
.bg3_light-bg1-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#0582CA); background: linear-gradient(to left, #00838f,#0582CA); }
.bg3_light-bg1-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#0582CA); background: linear-gradient(to right, #00838f,#0582CA); }
.bg3_light-bg1_light-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#069cf2); background: linear-gradient(to top, #00838f,#069cf2); }
.bg3_light-bg1_light-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#069cf2); background: linear-gradient(to bottom, #00838f,#069cf2); }
.bg3_light-bg1_light-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#069cf2); background: linear-gradient(to left, #00838f,#069cf2); }
.bg3_light-bg1_light-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#069cf2); background: linear-gradient(to right, #00838f,#069cf2); }
.bg3_light-bg1_dark-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#0468a2); background: linear-gradient(to top, #00838f,#0468a2); }
.bg3_light-bg1_dark-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#0468a2); background: linear-gradient(to bottom, #00838f,#0468a2); }
.bg3_light-bg1_dark-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#0468a2); background: linear-gradient(to left, #00838f,#0468a2); }
.bg3_light-bg1_dark-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#0468a2); background: linear-gradient(to right, #00838f,#0468a2); }
.bg3_dark-bg1-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#0582CA); background: linear-gradient(to top, #00575f,#0582CA); }
.bg3_dark-bg1-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#0582CA); background: linear-gradient(to bottom, #00575f,#0582CA); }
.bg3_dark-bg1-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#0582CA); background: linear-gradient(to left, #00575f,#0582CA); }
.bg3_dark-bg1-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#0582CA); background: linear-gradient(to right, #00575f,#0582CA); }
.bg3_dark-bg1_light-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#069cf2); background: linear-gradient(to top, #00575f,#069cf2); }
.bg3_dark-bg1_light-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#069cf2); background: linear-gradient(to bottom, #00575f,#069cf2); }
.bg3_dark-bg1_light-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#069cf2); background: linear-gradient(to left, #00575f,#069cf2); }
.bg3_dark-bg1_light-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#069cf2); background: linear-gradient(to right, #00575f,#069cf2); }
.bg3_dark-bg1_dark-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#0468a2); background: linear-gradient(to top, #00575f,#0468a2); }
.bg3_dark-bg1_dark-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#0468a2); background: linear-gradient(to bottom, #00575f,#0468a2); }
.bg3_dark-bg1_dark-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#0468a2); background: linear-gradient(to left, #00575f,#0468a2); }
.bg3_dark-bg1_dark-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#0468a2); background: linear-gradient(to right, #00575f,#0468a2); }
.bg3-bg2-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#3B6064); background: linear-gradient(to top, #006D77,#3B6064); }
.bg3-bg2-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#3B6064); background: linear-gradient(to bottom, #006D77,#3B6064); }
.bg3-bg2-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#3B6064); background: linear-gradient(to left, #006D77,#3B6064); }
.bg3-bg2-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#3B6064); background: linear-gradient(to right, #006D77,#3B6064); }
.bg3-bg2_light-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#477378); background: linear-gradient(to top, #006D77,#477378); }
.bg3-bg2_light-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#477378); background: linear-gradient(to bottom, #006D77,#477378); }
.bg3-bg2_light-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#477378); background: linear-gradient(to left, #006D77,#477378); }
.bg3-bg2_light-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#477378); background: linear-gradient(to right, #006D77,#477378); }
.bg3-bg2_dark-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#2f4d50); background: linear-gradient(to top, #006D77,#2f4d50); }
.bg3-bg2_dark-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#2f4d50); background: linear-gradient(to bottom, #006D77,#2f4d50); }
.bg3-bg2_dark-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#2f4d50); background: linear-gradient(to left, #006D77,#2f4d50); }
.bg3-bg2_dark-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#2f4d50); background: linear-gradient(to right, #006D77,#2f4d50); }
.bg3_light-bg2-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#3B6064); background: linear-gradient(to top, #00838f,#3B6064); }
.bg3_light-bg2-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#3B6064); background: linear-gradient(to bottom, #00838f,#3B6064); }
.bg3_light-bg2-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#3B6064); background: linear-gradient(to left, #00838f,#3B6064); }
.bg3_light-bg2-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#3B6064); background: linear-gradient(to right, #00838f,#3B6064); }
.bg3_light-bg2_light-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#477378); background: linear-gradient(to top, #00838f,#477378); }
.bg3_light-bg2_light-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#477378); background: linear-gradient(to bottom, #00838f,#477378); }
.bg3_light-bg2_light-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#477378); background: linear-gradient(to left, #00838f,#477378); }
.bg3_light-bg2_light-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#477378); background: linear-gradient(to right, #00838f,#477378); }
.bg3_light-bg2_dark-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#2f4d50); background: linear-gradient(to top, #00838f,#2f4d50); }
.bg3_light-bg2_dark-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#2f4d50); background: linear-gradient(to bottom, #00838f,#2f4d50); }
.bg3_light-bg2_dark-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#2f4d50); background: linear-gradient(to left, #00838f,#2f4d50); }
.bg3_light-bg2_dark-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#2f4d50); background: linear-gradient(to right, #00838f,#2f4d50); }
.bg3_dark-bg2-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#3B6064); background: linear-gradient(to top, #00575f,#3B6064); }
.bg3_dark-bg2-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#3B6064); background: linear-gradient(to bottom, #00575f,#3B6064); }
.bg3_dark-bg2-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#3B6064); background: linear-gradient(to left, #00575f,#3B6064); }
.bg3_dark-bg2-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#3B6064); background: linear-gradient(to right, #00575f,#3B6064); }
.bg3_dark-bg2_light-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#477378); background: linear-gradient(to top, #00575f,#477378); }
.bg3_dark-bg2_light-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#477378); background: linear-gradient(to bottom, #00575f,#477378); }
.bg3_dark-bg2_light-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#477378); background: linear-gradient(to left, #00575f,#477378); }
.bg3_dark-bg2_light-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#477378); background: linear-gradient(to right, #00575f,#477378); }
.bg3_dark-bg2_dark-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#2f4d50); background: linear-gradient(to top, #00575f,#2f4d50); }
.bg3_dark-bg2_dark-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#2f4d50); background: linear-gradient(to bottom, #00575f,#2f4d50); }
.bg3_dark-bg2_dark-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#2f4d50); background: linear-gradient(to left, #00575f,#2f4d50); }
.bg3_dark-bg2_dark-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#2f4d50); background: linear-gradient(to right, #00575f,#2f4d50); }
.bg3-bg3_light-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#00838f); background: linear-gradient(to top, #006D77,#00838f); }
.bg3-bg3_light-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#00838f); background: linear-gradient(to bottom, #006D77,#00838f); }
.bg3-bg3_light-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#00838f); background: linear-gradient(to left, #006D77,#00838f); }
.bg3-bg3_light-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#00838f); background: linear-gradient(to right, #006D77,#00838f); }
.bg3-bg3_dark-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#00575f); background: linear-gradient(to top, #006D77,#00575f); }
.bg3-bg3_dark-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#00575f); background: linear-gradient(to bottom, #006D77,#00575f); }
.bg3-bg3_dark-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#00575f); background: linear-gradient(to left, #006D77,#00575f); }
.bg3-bg3_dark-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#00575f); background: linear-gradient(to right, #006D77,#00575f); }
.bg3_light-bg3-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#006D77); background: linear-gradient(to top, #00838f,#006D77); }
.bg3_light-bg3-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#006D77); background: linear-gradient(to bottom, #00838f,#006D77); }
.bg3_light-bg3-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#006D77); background: linear-gradient(to left, #00838f,#006D77); }
.bg3_light-bg3-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#006D77); background: linear-gradient(to right, #00838f,#006D77); }
.bg3_light-bg3_dark-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#00575f); background: linear-gradient(to top, #00838f,#00575f); }
.bg3_light-bg3_dark-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#00575f); background: linear-gradient(to bottom, #00838f,#00575f); }
.bg3_light-bg3_dark-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#00575f); background: linear-gradient(to left, #00838f,#00575f); }
.bg3_light-bg3_dark-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#00575f); background: linear-gradient(to right, #00838f,#00575f); }
.bg3_dark-bg3-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#006D77); background: linear-gradient(to top, #00575f,#006D77); }
.bg3_dark-bg3-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#006D77); background: linear-gradient(to bottom, #00575f,#006D77); }
.bg3_dark-bg3-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#006D77); background: linear-gradient(to left, #00575f,#006D77); }
.bg3_dark-bg3-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#006D77); background: linear-gradient(to right, #00575f,#006D77); }
.bg3_dark-bg3_light-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#00838f); background: linear-gradient(to top, #00575f,#00838f); }
.bg3_dark-bg3_light-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#00838f); background: linear-gradient(to bottom, #00575f,#00838f); }
.bg3_dark-bg3_light-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#00838f); background: linear-gradient(to left, #00575f,#00838f); }
.bg3_dark-bg3_light-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#00838f); background: linear-gradient(to right, #00575f,#00838f); }
.bg3-bg4-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#DAE5F5); background: linear-gradient(to top, #006D77,#DAE5F5); }
.bg3-bg4-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#DAE5F5); background: linear-gradient(to bottom, #006D77,#DAE5F5); }
.bg3-bg4-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#DAE5F5); background: linear-gradient(to left, #006D77,#DAE5F5); }
.bg3-bg4-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#DAE5F5); background: linear-gradient(to right, #006D77,#DAE5F5); }
.bg3-bg4_light-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#ff1131); background: linear-gradient(to top, #006D77,#ff1131); }
.bg3-bg4_light-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#ff1131); background: linear-gradient(to bottom, #006D77,#ff1131); }
.bg3-bg4_light-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#ff1131); background: linear-gradient(to left, #006D77,#ff1131); }
.bg3-bg4_light-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#ff1131); background: linear-gradient(to right, #006D77,#ff1131); }
.bg3-bg4_dark-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#aeb7c4); background: linear-gradient(to top, #006D77,#aeb7c4); }
.bg3-bg4_dark-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#aeb7c4); background: linear-gradient(to bottom, #006D77,#aeb7c4); }
.bg3-bg4_dark-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#aeb7c4); background: linear-gradient(to left, #006D77,#aeb7c4); }
.bg3-bg4_dark-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#aeb7c4); background: linear-gradient(to right, #006D77,#aeb7c4); }
.bg3_light-bg4-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#DAE5F5); background: linear-gradient(to top, #00838f,#DAE5F5); }
.bg3_light-bg4-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#DAE5F5); background: linear-gradient(to bottom, #00838f,#DAE5F5); }
.bg3_light-bg4-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#DAE5F5); background: linear-gradient(to left, #00838f,#DAE5F5); }
.bg3_light-bg4-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#DAE5F5); background: linear-gradient(to right, #00838f,#DAE5F5); }
.bg3_light-bg4_light-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#ff1131); background: linear-gradient(to top, #00838f,#ff1131); }
.bg3_light-bg4_light-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#ff1131); background: linear-gradient(to bottom, #00838f,#ff1131); }
.bg3_light-bg4_light-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#ff1131); background: linear-gradient(to left, #00838f,#ff1131); }
.bg3_light-bg4_light-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#ff1131); background: linear-gradient(to right, #00838f,#ff1131); }
.bg3_light-bg4_dark-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#aeb7c4); background: linear-gradient(to top, #00838f,#aeb7c4); }
.bg3_light-bg4_dark-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#aeb7c4); background: linear-gradient(to bottom, #00838f,#aeb7c4); }
.bg3_light-bg4_dark-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#aeb7c4); background: linear-gradient(to left, #00838f,#aeb7c4); }
.bg3_light-bg4_dark-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#aeb7c4); background: linear-gradient(to right, #00838f,#aeb7c4); }
.bg3_dark-bg4-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#DAE5F5); background: linear-gradient(to top, #00575f,#DAE5F5); }
.bg3_dark-bg4-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#DAE5F5); background: linear-gradient(to bottom, #00575f,#DAE5F5); }
.bg3_dark-bg4-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#DAE5F5); background: linear-gradient(to left, #00575f,#DAE5F5); }
.bg3_dark-bg4-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#DAE5F5); background: linear-gradient(to right, #00575f,#DAE5F5); }
.bg3_dark-bg4_light-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#ff1131); background: linear-gradient(to top, #00575f,#ff1131); }
.bg3_dark-bg4_light-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#ff1131); background: linear-gradient(to bottom, #00575f,#ff1131); }
.bg3_dark-bg4_light-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#ff1131); background: linear-gradient(to left, #00575f,#ff1131); }
.bg3_dark-bg4_light-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#ff1131); background: linear-gradient(to right, #00575f,#ff1131); }
.bg3_dark-bg4_dark-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#aeb7c4); background: linear-gradient(to top, #00575f,#aeb7c4); }
.bg3_dark-bg4_dark-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#aeb7c4); background: linear-gradient(to bottom, #00575f,#aeb7c4); }
.bg3_dark-bg4_dark-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#aeb7c4); background: linear-gradient(to left, #00575f,#aeb7c4); }
.bg3_dark-bg4_dark-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#aeb7c4); background: linear-gradient(to right, #00575f,#aeb7c4); }
.bg3-bgwhite-top{background: #006D77; background: -webkit-linear-gradient(to top, #006D77,#ffffff); background: linear-gradient(to top, #006D77,#ffffff); }
.bg3-bgwhite-bottom{background: #006D77; background: -webkit-linear-gradient(to bottom, #006D77,#ffffff); background: linear-gradient(to bottom, #006D77,#ffffff); }
.bg3-bgwhite-left{background: #006D77; background: -webkit-linear-gradient(to left, #006D77,#ffffff); background: linear-gradient(to left, #006D77,#ffffff); }
.bg3-bgwhite-right{background: #006D77; background: -webkit-linear-gradient(to right, #006D77,#ffffff); background: linear-gradient(to right, #006D77,#ffffff); }
.bgwhite-bg3-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #006D77,#ffffff); background: linear-gradient(to bottom, #006D77,#ffffff); }
.bgwhite-bg3-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #006D77,#ffffff); background: linear-gradient(to top, #006D77,#ffffff); }
.bgwhite-bg3-left{background: #ffffff; background: -webkit-linear-gradient(to right, #006D77,#ffffff); background: linear-gradient(to right, #006D77,#ffffff); }
.bgwhite-bg3-right{background: #ffffff; background: -webkit-linear-gradient(to left, #006D77,#ffffff); background: linear-gradient(to top, #006D77,#ffffff); }
.bg3_light-bgwhite-top{background: #00838f; background: -webkit-linear-gradient(to top, #00838f,#ffffff); background: linear-gradient(to top, #00838f,#ffffff); }
.bg3_light-bgwhite-bottom{background: #00838f; background: -webkit-linear-gradient(to bottom, #00838f,#ffffff); background: linear-gradient(to bottom, #00838f,#ffffff); }
.bg3_light-bgwhite-left{background: #00838f; background: -webkit-linear-gradient(to left, #00838f,#ffffff); background: linear-gradient(to left, #00838f,#ffffff); }
.bg3_light-bgwhite-right{background: #00838f; background: -webkit-linear-gradient(to right, #00838f,#ffffff); background: linear-gradient(to right, #00838f,#ffffff); }
.bgwhite-bg3_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #00838f,#ffffff); background: linear-gradient(to bottom, #00838f,#ffffff); }
.bgwhite-bg3_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #00838f,#ffffff); background: linear-gradient(to top, #00838f,#ffffff); }
.bgwhite-bg3_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #00838f,#ffffff); background: linear-gradient(to right, #00838f,#ffffff); }
.bgwhite-bg3_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #00838f,#ffffff); background: linear-gradient(to top, #00838f,#ffffff); }
.bg3_dark-bgwhite-top{background: #00575f; background: -webkit-linear-gradient(to top, #00575f,#ffffff); background: linear-gradient(to top, #00575f,#ffffff); }
.bg3_dark-bgwhite-bottom{background: #00575f; background: -webkit-linear-gradient(to bottom, #00575f,#ffffff); background: linear-gradient(to bottom, #00575f,#ffffff); }
.bg3_dark-bgwhite-left{background: #00575f; background: -webkit-linear-gradient(to left, #00575f,#ffffff); background: linear-gradient(to left, #00575f,#ffffff); }
.bg3_dark-bgwhite-right{background: #00575f; background: -webkit-linear-gradient(to right, #00575f,#ffffff); background: linear-gradient(to right, #00575f,#ffffff); }
.bgwhite-bg3_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #00575f,#ffffff); background: linear-gradient(to bottom, #00575f,#ffffff); }
.bgwhite-bg3_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #00575f,#ffffff); background: linear-gradient(to top, #00575f,#ffffff); }
.bgwhite-bg3_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #00575f,#ffffff); background: linear-gradient(to right, #00575f,#ffffff); }
.bgwhite-bg3_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #00575f,#ffffff); background: linear-gradient(to top, #00575f,#ffffff); }
.fill-color4{fill: #DAE5F5  !important;}
.bg-color4{background: #DAE5F5  !important;}
.bg-color4-hover{transition: all .25s ease-in;}
.bg-color4-hover:hover{background: #DAE5F5  !important;}
.border-color4{border-color: #DAE5F5  !important;}
.text-color4{color: #DAE5F5  !important;}
.text-color4-hover{transition: all .25s ease-in;}
.text-color4-hover:hover{color: #DAE5F5  !important;}
.fill-color4_dark{fill: #aeb7c4  !important;}
.bg-color4_dark{background: #aeb7c4  !important;}
.bg-color4_dark-hover{transition: all .25s ease-in;}
.bg-color4_dark-hover:hover{background: #aeb7c4  !important;}
.border-color4_dark{border-color: #aeb7c4  !important;}
.text-color4_dark{color: #aeb7c4  !important;}
.text-color4_dark-hover{transition: all .25s ease-in;}
.text-color4_dark-hover:hover{color: #aeb7c4  !important;}
.fill-color4_light{fill: #ff1131  !important;}
.bg-color4_light{background: #ff1131  !important;}
.bg-color4_light-hover{transition: all .25s ease-in;}
.bg-color4_light-hover:hover{background: #ff1131  !important;}
.border-color4_light{border-color: #ff1131  !important;}
.text-color4_light{color: #ff1131  !important;}
.text-color4_light-hover{transition: all .25s ease-in;}
.text-color4_light-hover:hover{color: #ff1131  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg4-bg1-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#0582CA); background: linear-gradient(to top, #DAE5F5,#0582CA); }
.bg4-bg1-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#0582CA); background: linear-gradient(to bottom, #DAE5F5,#0582CA); }
.bg4-bg1-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#0582CA); background: linear-gradient(to left, #DAE5F5,#0582CA); }
.bg4-bg1-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#0582CA); background: linear-gradient(to right, #DAE5F5,#0582CA); }
.bg4-bg1_light-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#069cf2); background: linear-gradient(to top, #DAE5F5,#069cf2); }
.bg4-bg1_light-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#069cf2); background: linear-gradient(to bottom, #DAE5F5,#069cf2); }
.bg4-bg1_light-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#069cf2); background: linear-gradient(to left, #DAE5F5,#069cf2); }
.bg4-bg1_light-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#069cf2); background: linear-gradient(to right, #DAE5F5,#069cf2); }
.bg4-bg1_dark-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#0468a2); background: linear-gradient(to top, #DAE5F5,#0468a2); }
.bg4-bg1_dark-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#0468a2); background: linear-gradient(to bottom, #DAE5F5,#0468a2); }
.bg4-bg1_dark-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#0468a2); background: linear-gradient(to left, #DAE5F5,#0468a2); }
.bg4-bg1_dark-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#0468a2); background: linear-gradient(to right, #DAE5F5,#0468a2); }
.bg4_light-bg1-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#0582CA); background: linear-gradient(to top, #ff1131,#0582CA); }
.bg4_light-bg1-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#0582CA); background: linear-gradient(to bottom, #ff1131,#0582CA); }
.bg4_light-bg1-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#0582CA); background: linear-gradient(to left, #ff1131,#0582CA); }
.bg4_light-bg1-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#0582CA); background: linear-gradient(to right, #ff1131,#0582CA); }
.bg4_light-bg1_light-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#069cf2); background: linear-gradient(to top, #ff1131,#069cf2); }
.bg4_light-bg1_light-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#069cf2); background: linear-gradient(to bottom, #ff1131,#069cf2); }
.bg4_light-bg1_light-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#069cf2); background: linear-gradient(to left, #ff1131,#069cf2); }
.bg4_light-bg1_light-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#069cf2); background: linear-gradient(to right, #ff1131,#069cf2); }
.bg4_light-bg1_dark-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#0468a2); background: linear-gradient(to top, #ff1131,#0468a2); }
.bg4_light-bg1_dark-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#0468a2); background: linear-gradient(to bottom, #ff1131,#0468a2); }
.bg4_light-bg1_dark-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#0468a2); background: linear-gradient(to left, #ff1131,#0468a2); }
.bg4_light-bg1_dark-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#0468a2); background: linear-gradient(to right, #ff1131,#0468a2); }
.bg4_dark-bg1-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#0582CA); background: linear-gradient(to top, #aeb7c4,#0582CA); }
.bg4_dark-bg1-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#0582CA); background: linear-gradient(to bottom, #aeb7c4,#0582CA); }
.bg4_dark-bg1-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#0582CA); background: linear-gradient(to left, #aeb7c4,#0582CA); }
.bg4_dark-bg1-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#0582CA); background: linear-gradient(to right, #aeb7c4,#0582CA); }
.bg4_dark-bg1_light-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#069cf2); background: linear-gradient(to top, #aeb7c4,#069cf2); }
.bg4_dark-bg1_light-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#069cf2); background: linear-gradient(to bottom, #aeb7c4,#069cf2); }
.bg4_dark-bg1_light-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#069cf2); background: linear-gradient(to left, #aeb7c4,#069cf2); }
.bg4_dark-bg1_light-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#069cf2); background: linear-gradient(to right, #aeb7c4,#069cf2); }
.bg4_dark-bg1_dark-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#0468a2); background: linear-gradient(to top, #aeb7c4,#0468a2); }
.bg4_dark-bg1_dark-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#0468a2); background: linear-gradient(to bottom, #aeb7c4,#0468a2); }
.bg4_dark-bg1_dark-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#0468a2); background: linear-gradient(to left, #aeb7c4,#0468a2); }
.bg4_dark-bg1_dark-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#0468a2); background: linear-gradient(to right, #aeb7c4,#0468a2); }
.bg4-bg2-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#3B6064); background: linear-gradient(to top, #DAE5F5,#3B6064); }
.bg4-bg2-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#3B6064); background: linear-gradient(to bottom, #DAE5F5,#3B6064); }
.bg4-bg2-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#3B6064); background: linear-gradient(to left, #DAE5F5,#3B6064); }
.bg4-bg2-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#3B6064); background: linear-gradient(to right, #DAE5F5,#3B6064); }
.bg4-bg2_light-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#477378); background: linear-gradient(to top, #DAE5F5,#477378); }
.bg4-bg2_light-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#477378); background: linear-gradient(to bottom, #DAE5F5,#477378); }
.bg4-bg2_light-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#477378); background: linear-gradient(to left, #DAE5F5,#477378); }
.bg4-bg2_light-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#477378); background: linear-gradient(to right, #DAE5F5,#477378); }
.bg4-bg2_dark-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#2f4d50); background: linear-gradient(to top, #DAE5F5,#2f4d50); }
.bg4-bg2_dark-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#2f4d50); background: linear-gradient(to bottom, #DAE5F5,#2f4d50); }
.bg4-bg2_dark-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#2f4d50); background: linear-gradient(to left, #DAE5F5,#2f4d50); }
.bg4-bg2_dark-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#2f4d50); background: linear-gradient(to right, #DAE5F5,#2f4d50); }
.bg4_light-bg2-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#3B6064); background: linear-gradient(to top, #ff1131,#3B6064); }
.bg4_light-bg2-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#3B6064); background: linear-gradient(to bottom, #ff1131,#3B6064); }
.bg4_light-bg2-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#3B6064); background: linear-gradient(to left, #ff1131,#3B6064); }
.bg4_light-bg2-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#3B6064); background: linear-gradient(to right, #ff1131,#3B6064); }
.bg4_light-bg2_light-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#477378); background: linear-gradient(to top, #ff1131,#477378); }
.bg4_light-bg2_light-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#477378); background: linear-gradient(to bottom, #ff1131,#477378); }
.bg4_light-bg2_light-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#477378); background: linear-gradient(to left, #ff1131,#477378); }
.bg4_light-bg2_light-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#477378); background: linear-gradient(to right, #ff1131,#477378); }
.bg4_light-bg2_dark-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#2f4d50); background: linear-gradient(to top, #ff1131,#2f4d50); }
.bg4_light-bg2_dark-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#2f4d50); background: linear-gradient(to bottom, #ff1131,#2f4d50); }
.bg4_light-bg2_dark-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#2f4d50); background: linear-gradient(to left, #ff1131,#2f4d50); }
.bg4_light-bg2_dark-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#2f4d50); background: linear-gradient(to right, #ff1131,#2f4d50); }
.bg4_dark-bg2-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#3B6064); background: linear-gradient(to top, #aeb7c4,#3B6064); }
.bg4_dark-bg2-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#3B6064); background: linear-gradient(to bottom, #aeb7c4,#3B6064); }
.bg4_dark-bg2-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#3B6064); background: linear-gradient(to left, #aeb7c4,#3B6064); }
.bg4_dark-bg2-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#3B6064); background: linear-gradient(to right, #aeb7c4,#3B6064); }
.bg4_dark-bg2_light-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#477378); background: linear-gradient(to top, #aeb7c4,#477378); }
.bg4_dark-bg2_light-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#477378); background: linear-gradient(to bottom, #aeb7c4,#477378); }
.bg4_dark-bg2_light-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#477378); background: linear-gradient(to left, #aeb7c4,#477378); }
.bg4_dark-bg2_light-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#477378); background: linear-gradient(to right, #aeb7c4,#477378); }
.bg4_dark-bg2_dark-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#2f4d50); background: linear-gradient(to top, #aeb7c4,#2f4d50); }
.bg4_dark-bg2_dark-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#2f4d50); background: linear-gradient(to bottom, #aeb7c4,#2f4d50); }
.bg4_dark-bg2_dark-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#2f4d50); background: linear-gradient(to left, #aeb7c4,#2f4d50); }
.bg4_dark-bg2_dark-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#2f4d50); background: linear-gradient(to right, #aeb7c4,#2f4d50); }
.bg4-bg3-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#006D77); background: linear-gradient(to top, #DAE5F5,#006D77); }
.bg4-bg3-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#006D77); background: linear-gradient(to bottom, #DAE5F5,#006D77); }
.bg4-bg3-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#006D77); background: linear-gradient(to left, #DAE5F5,#006D77); }
.bg4-bg3-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#006D77); background: linear-gradient(to right, #DAE5F5,#006D77); }
.bg4-bg3_light-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#00838f); background: linear-gradient(to top, #DAE5F5,#00838f); }
.bg4-bg3_light-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#00838f); background: linear-gradient(to bottom, #DAE5F5,#00838f); }
.bg4-bg3_light-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#00838f); background: linear-gradient(to left, #DAE5F5,#00838f); }
.bg4-bg3_light-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#00838f); background: linear-gradient(to right, #DAE5F5,#00838f); }
.bg4-bg3_dark-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#00575f); background: linear-gradient(to top, #DAE5F5,#00575f); }
.bg4-bg3_dark-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#00575f); background: linear-gradient(to bottom, #DAE5F5,#00575f); }
.bg4-bg3_dark-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#00575f); background: linear-gradient(to left, #DAE5F5,#00575f); }
.bg4-bg3_dark-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#00575f); background: linear-gradient(to right, #DAE5F5,#00575f); }
.bg4_light-bg3-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#006D77); background: linear-gradient(to top, #ff1131,#006D77); }
.bg4_light-bg3-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#006D77); background: linear-gradient(to bottom, #ff1131,#006D77); }
.bg4_light-bg3-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#006D77); background: linear-gradient(to left, #ff1131,#006D77); }
.bg4_light-bg3-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#006D77); background: linear-gradient(to right, #ff1131,#006D77); }
.bg4_light-bg3_light-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#00838f); background: linear-gradient(to top, #ff1131,#00838f); }
.bg4_light-bg3_light-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#00838f); background: linear-gradient(to bottom, #ff1131,#00838f); }
.bg4_light-bg3_light-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#00838f); background: linear-gradient(to left, #ff1131,#00838f); }
.bg4_light-bg3_light-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#00838f); background: linear-gradient(to right, #ff1131,#00838f); }
.bg4_light-bg3_dark-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#00575f); background: linear-gradient(to top, #ff1131,#00575f); }
.bg4_light-bg3_dark-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#00575f); background: linear-gradient(to bottom, #ff1131,#00575f); }
.bg4_light-bg3_dark-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#00575f); background: linear-gradient(to left, #ff1131,#00575f); }
.bg4_light-bg3_dark-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#00575f); background: linear-gradient(to right, #ff1131,#00575f); }
.bg4_dark-bg3-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#006D77); background: linear-gradient(to top, #aeb7c4,#006D77); }
.bg4_dark-bg3-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#006D77); background: linear-gradient(to bottom, #aeb7c4,#006D77); }
.bg4_dark-bg3-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#006D77); background: linear-gradient(to left, #aeb7c4,#006D77); }
.bg4_dark-bg3-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#006D77); background: linear-gradient(to right, #aeb7c4,#006D77); }
.bg4_dark-bg3_light-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#00838f); background: linear-gradient(to top, #aeb7c4,#00838f); }
.bg4_dark-bg3_light-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#00838f); background: linear-gradient(to bottom, #aeb7c4,#00838f); }
.bg4_dark-bg3_light-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#00838f); background: linear-gradient(to left, #aeb7c4,#00838f); }
.bg4_dark-bg3_light-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#00838f); background: linear-gradient(to right, #aeb7c4,#00838f); }
.bg4_dark-bg3_dark-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#00575f); background: linear-gradient(to top, #aeb7c4,#00575f); }
.bg4_dark-bg3_dark-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#00575f); background: linear-gradient(to bottom, #aeb7c4,#00575f); }
.bg4_dark-bg3_dark-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#00575f); background: linear-gradient(to left, #aeb7c4,#00575f); }
.bg4_dark-bg3_dark-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#00575f); background: linear-gradient(to right, #aeb7c4,#00575f); }
.bg4-bg4_light-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#ff1131); background: linear-gradient(to top, #DAE5F5,#ff1131); }
.bg4-bg4_light-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#ff1131); background: linear-gradient(to bottom, #DAE5F5,#ff1131); }
.bg4-bg4_light-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#ff1131); background: linear-gradient(to left, #DAE5F5,#ff1131); }
.bg4-bg4_light-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#ff1131); background: linear-gradient(to right, #DAE5F5,#ff1131); }
.bg4-bg4_dark-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#aeb7c4); background: linear-gradient(to top, #DAE5F5,#aeb7c4); }
.bg4-bg4_dark-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#aeb7c4); background: linear-gradient(to bottom, #DAE5F5,#aeb7c4); }
.bg4-bg4_dark-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#aeb7c4); background: linear-gradient(to left, #DAE5F5,#aeb7c4); }
.bg4-bg4_dark-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#aeb7c4); background: linear-gradient(to right, #DAE5F5,#aeb7c4); }
.bg4_light-bg4-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#DAE5F5); background: linear-gradient(to top, #ff1131,#DAE5F5); }
.bg4_light-bg4-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#DAE5F5); background: linear-gradient(to bottom, #ff1131,#DAE5F5); }
.bg4_light-bg4-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#DAE5F5); background: linear-gradient(to left, #ff1131,#DAE5F5); }
.bg4_light-bg4-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#DAE5F5); background: linear-gradient(to right, #ff1131,#DAE5F5); }
.bg4_light-bg4_dark-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#aeb7c4); background: linear-gradient(to top, #ff1131,#aeb7c4); }
.bg4_light-bg4_dark-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#aeb7c4); background: linear-gradient(to bottom, #ff1131,#aeb7c4); }
.bg4_light-bg4_dark-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#aeb7c4); background: linear-gradient(to left, #ff1131,#aeb7c4); }
.bg4_light-bg4_dark-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#aeb7c4); background: linear-gradient(to right, #ff1131,#aeb7c4); }
.bg4_dark-bg4-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#DAE5F5); background: linear-gradient(to top, #aeb7c4,#DAE5F5); }
.bg4_dark-bg4-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#DAE5F5); background: linear-gradient(to bottom, #aeb7c4,#DAE5F5); }
.bg4_dark-bg4-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#DAE5F5); background: linear-gradient(to left, #aeb7c4,#DAE5F5); }
.bg4_dark-bg4-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#DAE5F5); background: linear-gradient(to right, #aeb7c4,#DAE5F5); }
.bg4_dark-bg4_light-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#ff1131); background: linear-gradient(to top, #aeb7c4,#ff1131); }
.bg4_dark-bg4_light-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#ff1131); background: linear-gradient(to bottom, #aeb7c4,#ff1131); }
.bg4_dark-bg4_light-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#ff1131); background: linear-gradient(to left, #aeb7c4,#ff1131); }
.bg4_dark-bg4_light-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#ff1131); background: linear-gradient(to right, #aeb7c4,#ff1131); }
.bg4-bgwhite-top{background: #DAE5F5; background: -webkit-linear-gradient(to top, #DAE5F5,#ffffff); background: linear-gradient(to top, #DAE5F5,#ffffff); }
.bg4-bgwhite-bottom{background: #DAE5F5; background: -webkit-linear-gradient(to bottom, #DAE5F5,#ffffff); background: linear-gradient(to bottom, #DAE5F5,#ffffff); }
.bg4-bgwhite-left{background: #DAE5F5; background: -webkit-linear-gradient(to left, #DAE5F5,#ffffff); background: linear-gradient(to left, #DAE5F5,#ffffff); }
.bg4-bgwhite-right{background: #DAE5F5; background: -webkit-linear-gradient(to right, #DAE5F5,#ffffff); background: linear-gradient(to right, #DAE5F5,#ffffff); }
.bgwhite-bg4-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #DAE5F5,#ffffff); background: linear-gradient(to bottom, #DAE5F5,#ffffff); }
.bgwhite-bg4-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #DAE5F5,#ffffff); background: linear-gradient(to top, #DAE5F5,#ffffff); }
.bgwhite-bg4-left{background: #ffffff; background: -webkit-linear-gradient(to right, #DAE5F5,#ffffff); background: linear-gradient(to right, #DAE5F5,#ffffff); }
.bgwhite-bg4-right{background: #ffffff; background: -webkit-linear-gradient(to left, #DAE5F5,#ffffff); background: linear-gradient(to top, #DAE5F5,#ffffff); }
.bg4_light-bgwhite-top{background: #ff1131; background: -webkit-linear-gradient(to top, #ff1131,#ffffff); background: linear-gradient(to top, #ff1131,#ffffff); }
.bg4_light-bgwhite-bottom{background: #ff1131; background: -webkit-linear-gradient(to bottom, #ff1131,#ffffff); background: linear-gradient(to bottom, #ff1131,#ffffff); }
.bg4_light-bgwhite-left{background: #ff1131; background: -webkit-linear-gradient(to left, #ff1131,#ffffff); background: linear-gradient(to left, #ff1131,#ffffff); }
.bg4_light-bgwhite-right{background: #ff1131; background: -webkit-linear-gradient(to right, #ff1131,#ffffff); background: linear-gradient(to right, #ff1131,#ffffff); }
.bgwhite-bg4_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ff1131,#ffffff); background: linear-gradient(to bottom, #ff1131,#ffffff); }
.bgwhite-bg4_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ff1131,#ffffff); background: linear-gradient(to top, #ff1131,#ffffff); }
.bgwhite-bg4_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ff1131,#ffffff); background: linear-gradient(to right, #ff1131,#ffffff); }
.bgwhite-bg4_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ff1131,#ffffff); background: linear-gradient(to top, #ff1131,#ffffff); }
.bg4_dark-bgwhite-top{background: #aeb7c4; background: -webkit-linear-gradient(to top, #aeb7c4,#ffffff); background: linear-gradient(to top, #aeb7c4,#ffffff); }
.bg4_dark-bgwhite-bottom{background: #aeb7c4; background: -webkit-linear-gradient(to bottom, #aeb7c4,#ffffff); background: linear-gradient(to bottom, #aeb7c4,#ffffff); }
.bg4_dark-bgwhite-left{background: #aeb7c4; background: -webkit-linear-gradient(to left, #aeb7c4,#ffffff); background: linear-gradient(to left, #aeb7c4,#ffffff); }
.bg4_dark-bgwhite-right{background: #aeb7c4; background: -webkit-linear-gradient(to right, #aeb7c4,#ffffff); background: linear-gradient(to right, #aeb7c4,#ffffff); }
.bgwhite-bg4_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #aeb7c4,#ffffff); background: linear-gradient(to bottom, #aeb7c4,#ffffff); }
.bgwhite-bg4_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #aeb7c4,#ffffff); background: linear-gradient(to top, #aeb7c4,#ffffff); }
.bgwhite-bg4_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #aeb7c4,#ffffff); background: linear-gradient(to right, #aeb7c4,#ffffff); }
.bgwhite-bg4_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #aeb7c4,#ffffff); background: linear-gradient(to top, #aeb7c4,#ffffff); }

body{background-repeat : repeat;background-position : left top;background-attachment: fixed;}