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: 'Lato-Regular';
src: url('/userfiles/asset/fonts/Lato-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Raleway-Regular';
src: url('/userfiles/asset/fonts/Raleway-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

.pagecomponentwrap{font-family:'Lato-Regular';}
.stack_font1{font-family:'Lato-Regular';}
.stack_font2{font-family:'Raleway-Regular';}
.stack_font3{font-family:'Lato-Regular';}
.stack_font4{font-family:'Raleway-Regular';}
body{font-family:'Lato-Regular';}

.fill-color1{fill: #17207B  !important;}
.bg-color1{background: #17207B  !important;}
.bg-color1-hover{transition: all .25s ease-in;}
.bg-color1-hover:hover{background: #17207B  !important;}
.border-color1{border-color: #17207B  !important;}
.text-color1{color: #17207B  !important;}
.text-color1-hover{transition: all .25s ease-in;}
.text-color1-hover:hover{color: #17207B  !important;}
.fill-color1_dark{fill: #121a62  !important;}
.bg-color1_dark{background: #121a62  !important;}
.bg-color1_dark-hover{transition: all .25s ease-in;}
.bg-color1_dark-hover:hover{background: #121a62  !important;}
.border-color1_dark{border-color: #121a62  !important;}
.text-color1_dark{color: #121a62  !important;}
.text-color1_dark-hover{transition: all .25s ease-in;}
.text-color1_dark-hover:hover{color: #121a62  !important;}
.fill-color1_light{fill: #1c2694  !important;}
.bg-color1_light{background: #1c2694  !important;}
.bg-color1_light-hover{transition: all .25s ease-in;}
.bg-color1_light-hover:hover{background: #1c2694  !important;}
.border-color1_light{border-color: #1c2694  !important;}
.text-color1_light{color: #1c2694  !important;}
.text-color1_light-hover{transition: all .25s ease-in;}
.text-color1_light-hover:hover{color: #1c2694  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg1-bg1_light-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#1c2694); background: linear-gradient(to top, #17207B,#1c2694); }
.bg1-bg1_light-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#1c2694); background: linear-gradient(to bottom, #17207B,#1c2694); }
.bg1-bg1_light-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#1c2694); background: linear-gradient(to left, #17207B,#1c2694); }
.bg1-bg1_light-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#1c2694); background: linear-gradient(to right, #17207B,#1c2694); }
.bg1-bg1_dark-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#121a62); background: linear-gradient(to top, #17207B,#121a62); }
.bg1-bg1_dark-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#121a62); background: linear-gradient(to bottom, #17207B,#121a62); }
.bg1-bg1_dark-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#121a62); background: linear-gradient(to left, #17207B,#121a62); }
.bg1-bg1_dark-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#121a62); background: linear-gradient(to right, #17207B,#121a62); }
.bg1_light-bg1-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#17207B); background: linear-gradient(to top, #1c2694,#17207B); }
.bg1_light-bg1-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#17207B); background: linear-gradient(to bottom, #1c2694,#17207B); }
.bg1_light-bg1-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#17207B); background: linear-gradient(to left, #1c2694,#17207B); }
.bg1_light-bg1-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#17207B); background: linear-gradient(to right, #1c2694,#17207B); }
.bg1_light-bg1_dark-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#121a62); background: linear-gradient(to top, #1c2694,#121a62); }
.bg1_light-bg1_dark-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#121a62); background: linear-gradient(to bottom, #1c2694,#121a62); }
.bg1_light-bg1_dark-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#121a62); background: linear-gradient(to left, #1c2694,#121a62); }
.bg1_light-bg1_dark-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#121a62); background: linear-gradient(to right, #1c2694,#121a62); }
.bg1_dark-bg1-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#17207B); background: linear-gradient(to top, #121a62,#17207B); }
.bg1_dark-bg1-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#17207B); background: linear-gradient(to bottom, #121a62,#17207B); }
.bg1_dark-bg1-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#17207B); background: linear-gradient(to left, #121a62,#17207B); }
.bg1_dark-bg1-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#17207B); background: linear-gradient(to right, #121a62,#17207B); }
.bg1_dark-bg1_light-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#1c2694); background: linear-gradient(to top, #121a62,#1c2694); }
.bg1_dark-bg1_light-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#1c2694); background: linear-gradient(to bottom, #121a62,#1c2694); }
.bg1_dark-bg1_light-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#1c2694); background: linear-gradient(to left, #121a62,#1c2694); }
.bg1_dark-bg1_light-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#1c2694); background: linear-gradient(to right, #121a62,#1c2694); }
.bg1-bg2-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#D92B2B); background: linear-gradient(to top, #17207B,#D92B2B); }
.bg1-bg2-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#D92B2B); background: linear-gradient(to bottom, #17207B,#D92B2B); }
.bg1-bg2-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#D92B2B); background: linear-gradient(to left, #17207B,#D92B2B); }
.bg1-bg2-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#D92B2B); background: linear-gradient(to right, #17207B,#D92B2B); }
.bg1-bg2_light-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#ff3434); background: linear-gradient(to top, #17207B,#ff3434); }
.bg1-bg2_light-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#ff3434); background: linear-gradient(to bottom, #17207B,#ff3434); }
.bg1-bg2_light-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#ff3434); background: linear-gradient(to left, #17207B,#ff3434); }
.bg1-bg2_light-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#ff3434); background: linear-gradient(to right, #17207B,#ff3434); }
.bg1-bg2_dark-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#ae2222); background: linear-gradient(to top, #17207B,#ae2222); }
.bg1-bg2_dark-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#ae2222); background: linear-gradient(to bottom, #17207B,#ae2222); }
.bg1-bg2_dark-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#ae2222); background: linear-gradient(to left, #17207B,#ae2222); }
.bg1-bg2_dark-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#ae2222); background: linear-gradient(to right, #17207B,#ae2222); }
.bg1_light-bg2-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#D92B2B); background: linear-gradient(to top, #1c2694,#D92B2B); }
.bg1_light-bg2-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#D92B2B); background: linear-gradient(to bottom, #1c2694,#D92B2B); }
.bg1_light-bg2-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#D92B2B); background: linear-gradient(to left, #1c2694,#D92B2B); }
.bg1_light-bg2-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#D92B2B); background: linear-gradient(to right, #1c2694,#D92B2B); }
.bg1_light-bg2_light-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#ff3434); background: linear-gradient(to top, #1c2694,#ff3434); }
.bg1_light-bg2_light-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#ff3434); background: linear-gradient(to bottom, #1c2694,#ff3434); }
.bg1_light-bg2_light-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#ff3434); background: linear-gradient(to left, #1c2694,#ff3434); }
.bg1_light-bg2_light-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#ff3434); background: linear-gradient(to right, #1c2694,#ff3434); }
.bg1_light-bg2_dark-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#ae2222); background: linear-gradient(to top, #1c2694,#ae2222); }
.bg1_light-bg2_dark-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#ae2222); background: linear-gradient(to bottom, #1c2694,#ae2222); }
.bg1_light-bg2_dark-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#ae2222); background: linear-gradient(to left, #1c2694,#ae2222); }
.bg1_light-bg2_dark-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#ae2222); background: linear-gradient(to right, #1c2694,#ae2222); }
.bg1_dark-bg2-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#D92B2B); background: linear-gradient(to top, #121a62,#D92B2B); }
.bg1_dark-bg2-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#D92B2B); background: linear-gradient(to bottom, #121a62,#D92B2B); }
.bg1_dark-bg2-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#D92B2B); background: linear-gradient(to left, #121a62,#D92B2B); }
.bg1_dark-bg2-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#D92B2B); background: linear-gradient(to right, #121a62,#D92B2B); }
.bg1_dark-bg2_light-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#ff3434); background: linear-gradient(to top, #121a62,#ff3434); }
.bg1_dark-bg2_light-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#ff3434); background: linear-gradient(to bottom, #121a62,#ff3434); }
.bg1_dark-bg2_light-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#ff3434); background: linear-gradient(to left, #121a62,#ff3434); }
.bg1_dark-bg2_light-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#ff3434); background: linear-gradient(to right, #121a62,#ff3434); }
.bg1_dark-bg2_dark-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#ae2222); background: linear-gradient(to top, #121a62,#ae2222); }
.bg1_dark-bg2_dark-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#ae2222); background: linear-gradient(to bottom, #121a62,#ae2222); }
.bg1_dark-bg2_dark-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#ae2222); background: linear-gradient(to left, #121a62,#ae2222); }
.bg1_dark-bg2_dark-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#ae2222); background: linear-gradient(to right, #121a62,#ae2222); }
.bg1-bg3-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#1F8A1F); background: linear-gradient(to top, #17207B,#1F8A1F); }
.bg1-bg3-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#1F8A1F); background: linear-gradient(to bottom, #17207B,#1F8A1F); }
.bg1-bg3-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#1F8A1F); background: linear-gradient(to left, #17207B,#1F8A1F); }
.bg1-bg3-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#1F8A1F); background: linear-gradient(to right, #17207B,#1F8A1F); }
.bg1-bg3_light-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#25a625); background: linear-gradient(to top, #17207B,#25a625); }
.bg1-bg3_light-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#25a625); background: linear-gradient(to bottom, #17207B,#25a625); }
.bg1-bg3_light-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#25a625); background: linear-gradient(to left, #17207B,#25a625); }
.bg1-bg3_light-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#25a625); background: linear-gradient(to right, #17207B,#25a625); }
.bg1-bg3_dark-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#196e19); background: linear-gradient(to top, #17207B,#196e19); }
.bg1-bg3_dark-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#196e19); background: linear-gradient(to bottom, #17207B,#196e19); }
.bg1-bg3_dark-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#196e19); background: linear-gradient(to left, #17207B,#196e19); }
.bg1-bg3_dark-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#196e19); background: linear-gradient(to right, #17207B,#196e19); }
.bg1_light-bg3-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#1F8A1F); background: linear-gradient(to top, #1c2694,#1F8A1F); }
.bg1_light-bg3-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#1F8A1F); background: linear-gradient(to bottom, #1c2694,#1F8A1F); }
.bg1_light-bg3-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#1F8A1F); background: linear-gradient(to left, #1c2694,#1F8A1F); }
.bg1_light-bg3-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#1F8A1F); background: linear-gradient(to right, #1c2694,#1F8A1F); }
.bg1_light-bg3_light-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#25a625); background: linear-gradient(to top, #1c2694,#25a625); }
.bg1_light-bg3_light-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#25a625); background: linear-gradient(to bottom, #1c2694,#25a625); }
.bg1_light-bg3_light-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#25a625); background: linear-gradient(to left, #1c2694,#25a625); }
.bg1_light-bg3_light-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#25a625); background: linear-gradient(to right, #1c2694,#25a625); }
.bg1_light-bg3_dark-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#196e19); background: linear-gradient(to top, #1c2694,#196e19); }
.bg1_light-bg3_dark-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#196e19); background: linear-gradient(to bottom, #1c2694,#196e19); }
.bg1_light-bg3_dark-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#196e19); background: linear-gradient(to left, #1c2694,#196e19); }
.bg1_light-bg3_dark-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#196e19); background: linear-gradient(to right, #1c2694,#196e19); }
.bg1_dark-bg3-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#1F8A1F); background: linear-gradient(to top, #121a62,#1F8A1F); }
.bg1_dark-bg3-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#1F8A1F); background: linear-gradient(to bottom, #121a62,#1F8A1F); }
.bg1_dark-bg3-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#1F8A1F); background: linear-gradient(to left, #121a62,#1F8A1F); }
.bg1_dark-bg3-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#1F8A1F); background: linear-gradient(to right, #121a62,#1F8A1F); }
.bg1_dark-bg3_light-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#25a625); background: linear-gradient(to top, #121a62,#25a625); }
.bg1_dark-bg3_light-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#25a625); background: linear-gradient(to bottom, #121a62,#25a625); }
.bg1_dark-bg3_light-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#25a625); background: linear-gradient(to left, #121a62,#25a625); }
.bg1_dark-bg3_light-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#25a625); background: linear-gradient(to right, #121a62,#25a625); }
.bg1_dark-bg3_dark-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#196e19); background: linear-gradient(to top, #121a62,#196e19); }
.bg1_dark-bg3_dark-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#196e19); background: linear-gradient(to bottom, #121a62,#196e19); }
.bg1_dark-bg3_dark-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#196e19); background: linear-gradient(to left, #121a62,#196e19); }
.bg1_dark-bg3_dark-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#196e19); background: linear-gradient(to right, #121a62,#196e19); }
.bg1-bg4-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#FFEAC8); background: linear-gradient(to top, #17207B,#FFEAC8); }
.bg1-bg4-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#FFEAC8); background: linear-gradient(to bottom, #17207B,#FFEAC8); }
.bg1-bg4-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#FFEAC8); background: linear-gradient(to left, #17207B,#FFEAC8); }
.bg1-bg4-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#FFEAC8); background: linear-gradient(to right, #17207B,#FFEAC8); }
.bg1-bg4_light-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#ff119f); background: linear-gradient(to top, #17207B,#ff119f); }
.bg1-bg4_light-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#ff119f); background: linear-gradient(to bottom, #17207B,#ff119f); }
.bg1-bg4_light-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#ff119f); background: linear-gradient(to left, #17207B,#ff119f); }
.bg1-bg4_light-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#ff119f); background: linear-gradient(to right, #17207B,#ff119f); }
.bg1-bg4_dark-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#ccbba0); background: linear-gradient(to top, #17207B,#ccbba0); }
.bg1-bg4_dark-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#ccbba0); background: linear-gradient(to bottom, #17207B,#ccbba0); }
.bg1-bg4_dark-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#ccbba0); background: linear-gradient(to left, #17207B,#ccbba0); }
.bg1-bg4_dark-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#ccbba0); background: linear-gradient(to right, #17207B,#ccbba0); }
.bg1_light-bg4-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#FFEAC8); background: linear-gradient(to top, #1c2694,#FFEAC8); }
.bg1_light-bg4-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#FFEAC8); background: linear-gradient(to bottom, #1c2694,#FFEAC8); }
.bg1_light-bg4-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#FFEAC8); background: linear-gradient(to left, #1c2694,#FFEAC8); }
.bg1_light-bg4-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#FFEAC8); background: linear-gradient(to right, #1c2694,#FFEAC8); }
.bg1_light-bg4_light-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#ff119f); background: linear-gradient(to top, #1c2694,#ff119f); }
.bg1_light-bg4_light-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#ff119f); background: linear-gradient(to bottom, #1c2694,#ff119f); }
.bg1_light-bg4_light-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#ff119f); background: linear-gradient(to left, #1c2694,#ff119f); }
.bg1_light-bg4_light-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#ff119f); background: linear-gradient(to right, #1c2694,#ff119f); }
.bg1_light-bg4_dark-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#ccbba0); background: linear-gradient(to top, #1c2694,#ccbba0); }
.bg1_light-bg4_dark-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#ccbba0); background: linear-gradient(to bottom, #1c2694,#ccbba0); }
.bg1_light-bg4_dark-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#ccbba0); background: linear-gradient(to left, #1c2694,#ccbba0); }
.bg1_light-bg4_dark-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#ccbba0); background: linear-gradient(to right, #1c2694,#ccbba0); }
.bg1_dark-bg4-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#FFEAC8); background: linear-gradient(to top, #121a62,#FFEAC8); }
.bg1_dark-bg4-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#FFEAC8); background: linear-gradient(to bottom, #121a62,#FFEAC8); }
.bg1_dark-bg4-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#FFEAC8); background: linear-gradient(to left, #121a62,#FFEAC8); }
.bg1_dark-bg4-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#FFEAC8); background: linear-gradient(to right, #121a62,#FFEAC8); }
.bg1_dark-bg4_light-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#ff119f); background: linear-gradient(to top, #121a62,#ff119f); }
.bg1_dark-bg4_light-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#ff119f); background: linear-gradient(to bottom, #121a62,#ff119f); }
.bg1_dark-bg4_light-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#ff119f); background: linear-gradient(to left, #121a62,#ff119f); }
.bg1_dark-bg4_light-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#ff119f); background: linear-gradient(to right, #121a62,#ff119f); }
.bg1_dark-bg4_dark-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#ccbba0); background: linear-gradient(to top, #121a62,#ccbba0); }
.bg1_dark-bg4_dark-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#ccbba0); background: linear-gradient(to bottom, #121a62,#ccbba0); }
.bg1_dark-bg4_dark-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#ccbba0); background: linear-gradient(to left, #121a62,#ccbba0); }
.bg1_dark-bg4_dark-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#ccbba0); background: linear-gradient(to right, #121a62,#ccbba0); }
.bg1-bgwhite-top{background: #17207B; background: -webkit-linear-gradient(to top, #17207B,#ffffff); background: linear-gradient(to top, #17207B,#ffffff); }
.bg1-bgwhite-bottom{background: #17207B; background: -webkit-linear-gradient(to bottom, #17207B,#ffffff); background: linear-gradient(to bottom, #17207B,#ffffff); }
.bg1-bgwhite-left{background: #17207B; background: -webkit-linear-gradient(to left, #17207B,#ffffff); background: linear-gradient(to left, #17207B,#ffffff); }
.bg1-bgwhite-right{background: #17207B; background: -webkit-linear-gradient(to right, #17207B,#ffffff); background: linear-gradient(to right, #17207B,#ffffff); }
.bgwhite-bg1-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #17207B,#ffffff); background: linear-gradient(to bottom, #17207B,#ffffff); }
.bgwhite-bg1-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #17207B,#ffffff); background: linear-gradient(to top, #17207B,#ffffff); }
.bgwhite-bg1-left{background: #ffffff; background: -webkit-linear-gradient(to right, #17207B,#ffffff); background: linear-gradient(to right, #17207B,#ffffff); }
.bgwhite-bg1-right{background: #ffffff; background: -webkit-linear-gradient(to left, #17207B,#ffffff); background: linear-gradient(to top, #17207B,#ffffff); }
.bg1_light-bgwhite-top{background: #1c2694; background: -webkit-linear-gradient(to top, #1c2694,#ffffff); background: linear-gradient(to top, #1c2694,#ffffff); }
.bg1_light-bgwhite-bottom{background: #1c2694; background: -webkit-linear-gradient(to bottom, #1c2694,#ffffff); background: linear-gradient(to bottom, #1c2694,#ffffff); }
.bg1_light-bgwhite-left{background: #1c2694; background: -webkit-linear-gradient(to left, #1c2694,#ffffff); background: linear-gradient(to left, #1c2694,#ffffff); }
.bg1_light-bgwhite-right{background: #1c2694; background: -webkit-linear-gradient(to right, #1c2694,#ffffff); background: linear-gradient(to right, #1c2694,#ffffff); }
.bgwhite-bg1_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #1c2694,#ffffff); background: linear-gradient(to bottom, #1c2694,#ffffff); }
.bgwhite-bg1_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #1c2694,#ffffff); background: linear-gradient(to top, #1c2694,#ffffff); }
.bgwhite-bg1_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #1c2694,#ffffff); background: linear-gradient(to right, #1c2694,#ffffff); }
.bgwhite-bg1_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #1c2694,#ffffff); background: linear-gradient(to top, #1c2694,#ffffff); }
.bg1_dark-bgwhite-top{background: #121a62; background: -webkit-linear-gradient(to top, #121a62,#ffffff); background: linear-gradient(to top, #121a62,#ffffff); }
.bg1_dark-bgwhite-bottom{background: #121a62; background: -webkit-linear-gradient(to bottom, #121a62,#ffffff); background: linear-gradient(to bottom, #121a62,#ffffff); }
.bg1_dark-bgwhite-left{background: #121a62; background: -webkit-linear-gradient(to left, #121a62,#ffffff); background: linear-gradient(to left, #121a62,#ffffff); }
.bg1_dark-bgwhite-right{background: #121a62; background: -webkit-linear-gradient(to right, #121a62,#ffffff); background: linear-gradient(to right, #121a62,#ffffff); }
.bgwhite-bg1_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #121a62,#ffffff); background: linear-gradient(to bottom, #121a62,#ffffff); }
.bgwhite-bg1_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #121a62,#ffffff); background: linear-gradient(to top, #121a62,#ffffff); }
.bgwhite-bg1_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #121a62,#ffffff); background: linear-gradient(to right, #121a62,#ffffff); }
.bgwhite-bg1_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #121a62,#ffffff); background: linear-gradient(to top, #121a62,#ffffff); }
.fill-color2{fill: #D92B2B  !important;}
.bg-color2{background: #D92B2B  !important;}
.bg-color2-hover{transition: all .25s ease-in;}
.bg-color2-hover:hover{background: #D92B2B  !important;}
.border-color2{border-color: #D92B2B  !important;}
.text-color2{color: #D92B2B  !important;}
.text-color2-hover{transition: all .25s ease-in;}
.text-color2-hover:hover{color: #D92B2B  !important;}
.fill-color2_dark{fill: #ae2222  !important;}
.bg-color2_dark{background: #ae2222  !important;}
.bg-color2_dark-hover{transition: all .25s ease-in;}
.bg-color2_dark-hover:hover{background: #ae2222  !important;}
.border-color2_dark{border-color: #ae2222  !important;}
.text-color2_dark{color: #ae2222  !important;}
.text-color2_dark-hover{transition: all .25s ease-in;}
.text-color2_dark-hover:hover{color: #ae2222  !important;}
.fill-color2_light{fill: #ff3434  !important;}
.bg-color2_light{background: #ff3434  !important;}
.bg-color2_light-hover{transition: all .25s ease-in;}
.bg-color2_light-hover:hover{background: #ff3434  !important;}
.border-color2_light{border-color: #ff3434  !important;}
.text-color2_light{color: #ff3434  !important;}
.text-color2_light-hover{transition: all .25s ease-in;}
.text-color2_light-hover:hover{color: #ff3434  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg2-bg1-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#17207B); background: linear-gradient(to top, #D92B2B,#17207B); }
.bg2-bg1-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#17207B); background: linear-gradient(to bottom, #D92B2B,#17207B); }
.bg2-bg1-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#17207B); background: linear-gradient(to left, #D92B2B,#17207B); }
.bg2-bg1-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#17207B); background: linear-gradient(to right, #D92B2B,#17207B); }
.bg2-bg1_light-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#1c2694); background: linear-gradient(to top, #D92B2B,#1c2694); }
.bg2-bg1_light-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#1c2694); background: linear-gradient(to bottom, #D92B2B,#1c2694); }
.bg2-bg1_light-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#1c2694); background: linear-gradient(to left, #D92B2B,#1c2694); }
.bg2-bg1_light-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#1c2694); background: linear-gradient(to right, #D92B2B,#1c2694); }
.bg2-bg1_dark-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#121a62); background: linear-gradient(to top, #D92B2B,#121a62); }
.bg2-bg1_dark-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#121a62); background: linear-gradient(to bottom, #D92B2B,#121a62); }
.bg2-bg1_dark-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#121a62); background: linear-gradient(to left, #D92B2B,#121a62); }
.bg2-bg1_dark-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#121a62); background: linear-gradient(to right, #D92B2B,#121a62); }
.bg2_light-bg1-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#17207B); background: linear-gradient(to top, #ff3434,#17207B); }
.bg2_light-bg1-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#17207B); background: linear-gradient(to bottom, #ff3434,#17207B); }
.bg2_light-bg1-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#17207B); background: linear-gradient(to left, #ff3434,#17207B); }
.bg2_light-bg1-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#17207B); background: linear-gradient(to right, #ff3434,#17207B); }
.bg2_light-bg1_light-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#1c2694); background: linear-gradient(to top, #ff3434,#1c2694); }
.bg2_light-bg1_light-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#1c2694); background: linear-gradient(to bottom, #ff3434,#1c2694); }
.bg2_light-bg1_light-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#1c2694); background: linear-gradient(to left, #ff3434,#1c2694); }
.bg2_light-bg1_light-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#1c2694); background: linear-gradient(to right, #ff3434,#1c2694); }
.bg2_light-bg1_dark-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#121a62); background: linear-gradient(to top, #ff3434,#121a62); }
.bg2_light-bg1_dark-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#121a62); background: linear-gradient(to bottom, #ff3434,#121a62); }
.bg2_light-bg1_dark-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#121a62); background: linear-gradient(to left, #ff3434,#121a62); }
.bg2_light-bg1_dark-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#121a62); background: linear-gradient(to right, #ff3434,#121a62); }
.bg2_dark-bg1-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#17207B); background: linear-gradient(to top, #ae2222,#17207B); }
.bg2_dark-bg1-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#17207B); background: linear-gradient(to bottom, #ae2222,#17207B); }
.bg2_dark-bg1-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#17207B); background: linear-gradient(to left, #ae2222,#17207B); }
.bg2_dark-bg1-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#17207B); background: linear-gradient(to right, #ae2222,#17207B); }
.bg2_dark-bg1_light-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#1c2694); background: linear-gradient(to top, #ae2222,#1c2694); }
.bg2_dark-bg1_light-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#1c2694); background: linear-gradient(to bottom, #ae2222,#1c2694); }
.bg2_dark-bg1_light-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#1c2694); background: linear-gradient(to left, #ae2222,#1c2694); }
.bg2_dark-bg1_light-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#1c2694); background: linear-gradient(to right, #ae2222,#1c2694); }
.bg2_dark-bg1_dark-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#121a62); background: linear-gradient(to top, #ae2222,#121a62); }
.bg2_dark-bg1_dark-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#121a62); background: linear-gradient(to bottom, #ae2222,#121a62); }
.bg2_dark-bg1_dark-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#121a62); background: linear-gradient(to left, #ae2222,#121a62); }
.bg2_dark-bg1_dark-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#121a62); background: linear-gradient(to right, #ae2222,#121a62); }
.bg2-bg2_light-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#ff3434); background: linear-gradient(to top, #D92B2B,#ff3434); }
.bg2-bg2_light-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#ff3434); background: linear-gradient(to bottom, #D92B2B,#ff3434); }
.bg2-bg2_light-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#ff3434); background: linear-gradient(to left, #D92B2B,#ff3434); }
.bg2-bg2_light-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#ff3434); background: linear-gradient(to right, #D92B2B,#ff3434); }
.bg2-bg2_dark-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#ae2222); background: linear-gradient(to top, #D92B2B,#ae2222); }
.bg2-bg2_dark-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#ae2222); background: linear-gradient(to bottom, #D92B2B,#ae2222); }
.bg2-bg2_dark-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#ae2222); background: linear-gradient(to left, #D92B2B,#ae2222); }
.bg2-bg2_dark-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#ae2222); background: linear-gradient(to right, #D92B2B,#ae2222); }
.bg2_light-bg2-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#D92B2B); background: linear-gradient(to top, #ff3434,#D92B2B); }
.bg2_light-bg2-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#D92B2B); background: linear-gradient(to bottom, #ff3434,#D92B2B); }
.bg2_light-bg2-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#D92B2B); background: linear-gradient(to left, #ff3434,#D92B2B); }
.bg2_light-bg2-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#D92B2B); background: linear-gradient(to right, #ff3434,#D92B2B); }
.bg2_light-bg2_dark-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#ae2222); background: linear-gradient(to top, #ff3434,#ae2222); }
.bg2_light-bg2_dark-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#ae2222); background: linear-gradient(to bottom, #ff3434,#ae2222); }
.bg2_light-bg2_dark-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#ae2222); background: linear-gradient(to left, #ff3434,#ae2222); }
.bg2_light-bg2_dark-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#ae2222); background: linear-gradient(to right, #ff3434,#ae2222); }
.bg2_dark-bg2-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#D92B2B); background: linear-gradient(to top, #ae2222,#D92B2B); }
.bg2_dark-bg2-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#D92B2B); background: linear-gradient(to bottom, #ae2222,#D92B2B); }
.bg2_dark-bg2-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#D92B2B); background: linear-gradient(to left, #ae2222,#D92B2B); }
.bg2_dark-bg2-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#D92B2B); background: linear-gradient(to right, #ae2222,#D92B2B); }
.bg2_dark-bg2_light-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#ff3434); background: linear-gradient(to top, #ae2222,#ff3434); }
.bg2_dark-bg2_light-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#ff3434); background: linear-gradient(to bottom, #ae2222,#ff3434); }
.bg2_dark-bg2_light-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#ff3434); background: linear-gradient(to left, #ae2222,#ff3434); }
.bg2_dark-bg2_light-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#ff3434); background: linear-gradient(to right, #ae2222,#ff3434); }
.bg2-bg3-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#1F8A1F); background: linear-gradient(to top, #D92B2B,#1F8A1F); }
.bg2-bg3-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#1F8A1F); background: linear-gradient(to bottom, #D92B2B,#1F8A1F); }
.bg2-bg3-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#1F8A1F); background: linear-gradient(to left, #D92B2B,#1F8A1F); }
.bg2-bg3-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#1F8A1F); background: linear-gradient(to right, #D92B2B,#1F8A1F); }
.bg2-bg3_light-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#25a625); background: linear-gradient(to top, #D92B2B,#25a625); }
.bg2-bg3_light-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#25a625); background: linear-gradient(to bottom, #D92B2B,#25a625); }
.bg2-bg3_light-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#25a625); background: linear-gradient(to left, #D92B2B,#25a625); }
.bg2-bg3_light-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#25a625); background: linear-gradient(to right, #D92B2B,#25a625); }
.bg2-bg3_dark-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#196e19); background: linear-gradient(to top, #D92B2B,#196e19); }
.bg2-bg3_dark-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#196e19); background: linear-gradient(to bottom, #D92B2B,#196e19); }
.bg2-bg3_dark-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#196e19); background: linear-gradient(to left, #D92B2B,#196e19); }
.bg2-bg3_dark-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#196e19); background: linear-gradient(to right, #D92B2B,#196e19); }
.bg2_light-bg3-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#1F8A1F); background: linear-gradient(to top, #ff3434,#1F8A1F); }
.bg2_light-bg3-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#1F8A1F); background: linear-gradient(to bottom, #ff3434,#1F8A1F); }
.bg2_light-bg3-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#1F8A1F); background: linear-gradient(to left, #ff3434,#1F8A1F); }
.bg2_light-bg3-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#1F8A1F); background: linear-gradient(to right, #ff3434,#1F8A1F); }
.bg2_light-bg3_light-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#25a625); background: linear-gradient(to top, #ff3434,#25a625); }
.bg2_light-bg3_light-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#25a625); background: linear-gradient(to bottom, #ff3434,#25a625); }
.bg2_light-bg3_light-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#25a625); background: linear-gradient(to left, #ff3434,#25a625); }
.bg2_light-bg3_light-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#25a625); background: linear-gradient(to right, #ff3434,#25a625); }
.bg2_light-bg3_dark-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#196e19); background: linear-gradient(to top, #ff3434,#196e19); }
.bg2_light-bg3_dark-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#196e19); background: linear-gradient(to bottom, #ff3434,#196e19); }
.bg2_light-bg3_dark-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#196e19); background: linear-gradient(to left, #ff3434,#196e19); }
.bg2_light-bg3_dark-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#196e19); background: linear-gradient(to right, #ff3434,#196e19); }
.bg2_dark-bg3-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#1F8A1F); background: linear-gradient(to top, #ae2222,#1F8A1F); }
.bg2_dark-bg3-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#1F8A1F); background: linear-gradient(to bottom, #ae2222,#1F8A1F); }
.bg2_dark-bg3-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#1F8A1F); background: linear-gradient(to left, #ae2222,#1F8A1F); }
.bg2_dark-bg3-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#1F8A1F); background: linear-gradient(to right, #ae2222,#1F8A1F); }
.bg2_dark-bg3_light-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#25a625); background: linear-gradient(to top, #ae2222,#25a625); }
.bg2_dark-bg3_light-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#25a625); background: linear-gradient(to bottom, #ae2222,#25a625); }
.bg2_dark-bg3_light-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#25a625); background: linear-gradient(to left, #ae2222,#25a625); }
.bg2_dark-bg3_light-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#25a625); background: linear-gradient(to right, #ae2222,#25a625); }
.bg2_dark-bg3_dark-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#196e19); background: linear-gradient(to top, #ae2222,#196e19); }
.bg2_dark-bg3_dark-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#196e19); background: linear-gradient(to bottom, #ae2222,#196e19); }
.bg2_dark-bg3_dark-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#196e19); background: linear-gradient(to left, #ae2222,#196e19); }
.bg2_dark-bg3_dark-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#196e19); background: linear-gradient(to right, #ae2222,#196e19); }
.bg2-bg4-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#FFEAC8); background: linear-gradient(to top, #D92B2B,#FFEAC8); }
.bg2-bg4-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#FFEAC8); background: linear-gradient(to bottom, #D92B2B,#FFEAC8); }
.bg2-bg4-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#FFEAC8); background: linear-gradient(to left, #D92B2B,#FFEAC8); }
.bg2-bg4-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#FFEAC8); background: linear-gradient(to right, #D92B2B,#FFEAC8); }
.bg2-bg4_light-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#ff119f); background: linear-gradient(to top, #D92B2B,#ff119f); }
.bg2-bg4_light-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#ff119f); background: linear-gradient(to bottom, #D92B2B,#ff119f); }
.bg2-bg4_light-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#ff119f); background: linear-gradient(to left, #D92B2B,#ff119f); }
.bg2-bg4_light-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#ff119f); background: linear-gradient(to right, #D92B2B,#ff119f); }
.bg2-bg4_dark-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#ccbba0); background: linear-gradient(to top, #D92B2B,#ccbba0); }
.bg2-bg4_dark-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#ccbba0); background: linear-gradient(to bottom, #D92B2B,#ccbba0); }
.bg2-bg4_dark-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#ccbba0); background: linear-gradient(to left, #D92B2B,#ccbba0); }
.bg2-bg4_dark-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#ccbba0); background: linear-gradient(to right, #D92B2B,#ccbba0); }
.bg2_light-bg4-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#FFEAC8); background: linear-gradient(to top, #ff3434,#FFEAC8); }
.bg2_light-bg4-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#FFEAC8); background: linear-gradient(to bottom, #ff3434,#FFEAC8); }
.bg2_light-bg4-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#FFEAC8); background: linear-gradient(to left, #ff3434,#FFEAC8); }
.bg2_light-bg4-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#FFEAC8); background: linear-gradient(to right, #ff3434,#FFEAC8); }
.bg2_light-bg4_light-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#ff119f); background: linear-gradient(to top, #ff3434,#ff119f); }
.bg2_light-bg4_light-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#ff119f); background: linear-gradient(to bottom, #ff3434,#ff119f); }
.bg2_light-bg4_light-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#ff119f); background: linear-gradient(to left, #ff3434,#ff119f); }
.bg2_light-bg4_light-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#ff119f); background: linear-gradient(to right, #ff3434,#ff119f); }
.bg2_light-bg4_dark-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#ccbba0); background: linear-gradient(to top, #ff3434,#ccbba0); }
.bg2_light-bg4_dark-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#ccbba0); background: linear-gradient(to bottom, #ff3434,#ccbba0); }
.bg2_light-bg4_dark-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#ccbba0); background: linear-gradient(to left, #ff3434,#ccbba0); }
.bg2_light-bg4_dark-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#ccbba0); background: linear-gradient(to right, #ff3434,#ccbba0); }
.bg2_dark-bg4-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#FFEAC8); background: linear-gradient(to top, #ae2222,#FFEAC8); }
.bg2_dark-bg4-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#FFEAC8); background: linear-gradient(to bottom, #ae2222,#FFEAC8); }
.bg2_dark-bg4-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#FFEAC8); background: linear-gradient(to left, #ae2222,#FFEAC8); }
.bg2_dark-bg4-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#FFEAC8); background: linear-gradient(to right, #ae2222,#FFEAC8); }
.bg2_dark-bg4_light-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#ff119f); background: linear-gradient(to top, #ae2222,#ff119f); }
.bg2_dark-bg4_light-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#ff119f); background: linear-gradient(to bottom, #ae2222,#ff119f); }
.bg2_dark-bg4_light-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#ff119f); background: linear-gradient(to left, #ae2222,#ff119f); }
.bg2_dark-bg4_light-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#ff119f); background: linear-gradient(to right, #ae2222,#ff119f); }
.bg2_dark-bg4_dark-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#ccbba0); background: linear-gradient(to top, #ae2222,#ccbba0); }
.bg2_dark-bg4_dark-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#ccbba0); background: linear-gradient(to bottom, #ae2222,#ccbba0); }
.bg2_dark-bg4_dark-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#ccbba0); background: linear-gradient(to left, #ae2222,#ccbba0); }
.bg2_dark-bg4_dark-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#ccbba0); background: linear-gradient(to right, #ae2222,#ccbba0); }
.bg2-bgwhite-top{background: #D92B2B; background: -webkit-linear-gradient(to top, #D92B2B,#ffffff); background: linear-gradient(to top, #D92B2B,#ffffff); }
.bg2-bgwhite-bottom{background: #D92B2B; background: -webkit-linear-gradient(to bottom, #D92B2B,#ffffff); background: linear-gradient(to bottom, #D92B2B,#ffffff); }
.bg2-bgwhite-left{background: #D92B2B; background: -webkit-linear-gradient(to left, #D92B2B,#ffffff); background: linear-gradient(to left, #D92B2B,#ffffff); }
.bg2-bgwhite-right{background: #D92B2B; background: -webkit-linear-gradient(to right, #D92B2B,#ffffff); background: linear-gradient(to right, #D92B2B,#ffffff); }
.bgwhite-bg2-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #D92B2B,#ffffff); background: linear-gradient(to bottom, #D92B2B,#ffffff); }
.bgwhite-bg2-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #D92B2B,#ffffff); background: linear-gradient(to top, #D92B2B,#ffffff); }
.bgwhite-bg2-left{background: #ffffff; background: -webkit-linear-gradient(to right, #D92B2B,#ffffff); background: linear-gradient(to right, #D92B2B,#ffffff); }
.bgwhite-bg2-right{background: #ffffff; background: -webkit-linear-gradient(to left, #D92B2B,#ffffff); background: linear-gradient(to top, #D92B2B,#ffffff); }
.bg2_light-bgwhite-top{background: #ff3434; background: -webkit-linear-gradient(to top, #ff3434,#ffffff); background: linear-gradient(to top, #ff3434,#ffffff); }
.bg2_light-bgwhite-bottom{background: #ff3434; background: -webkit-linear-gradient(to bottom, #ff3434,#ffffff); background: linear-gradient(to bottom, #ff3434,#ffffff); }
.bg2_light-bgwhite-left{background: #ff3434; background: -webkit-linear-gradient(to left, #ff3434,#ffffff); background: linear-gradient(to left, #ff3434,#ffffff); }
.bg2_light-bgwhite-right{background: #ff3434; background: -webkit-linear-gradient(to right, #ff3434,#ffffff); background: linear-gradient(to right, #ff3434,#ffffff); }
.bgwhite-bg2_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ff3434,#ffffff); background: linear-gradient(to bottom, #ff3434,#ffffff); }
.bgwhite-bg2_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ff3434,#ffffff); background: linear-gradient(to top, #ff3434,#ffffff); }
.bgwhite-bg2_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ff3434,#ffffff); background: linear-gradient(to right, #ff3434,#ffffff); }
.bgwhite-bg2_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ff3434,#ffffff); background: linear-gradient(to top, #ff3434,#ffffff); }
.bg2_dark-bgwhite-top{background: #ae2222; background: -webkit-linear-gradient(to top, #ae2222,#ffffff); background: linear-gradient(to top, #ae2222,#ffffff); }
.bg2_dark-bgwhite-bottom{background: #ae2222; background: -webkit-linear-gradient(to bottom, #ae2222,#ffffff); background: linear-gradient(to bottom, #ae2222,#ffffff); }
.bg2_dark-bgwhite-left{background: #ae2222; background: -webkit-linear-gradient(to left, #ae2222,#ffffff); background: linear-gradient(to left, #ae2222,#ffffff); }
.bg2_dark-bgwhite-right{background: #ae2222; background: -webkit-linear-gradient(to right, #ae2222,#ffffff); background: linear-gradient(to right, #ae2222,#ffffff); }
.bgwhite-bg2_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ae2222,#ffffff); background: linear-gradient(to bottom, #ae2222,#ffffff); }
.bgwhite-bg2_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ae2222,#ffffff); background: linear-gradient(to top, #ae2222,#ffffff); }
.bgwhite-bg2_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ae2222,#ffffff); background: linear-gradient(to right, #ae2222,#ffffff); }
.bgwhite-bg2_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ae2222,#ffffff); background: linear-gradient(to top, #ae2222,#ffffff); }
.fill-color3{fill: #1F8A1F  !important;}
.bg-color3{background: #1F8A1F  !important;}
.bg-color3-hover{transition: all .25s ease-in;}
.bg-color3-hover:hover{background: #1F8A1F  !important;}
.border-color3{border-color: #1F8A1F  !important;}
.text-color3{color: #1F8A1F  !important;}
.text-color3-hover{transition: all .25s ease-in;}
.text-color3-hover:hover{color: #1F8A1F  !important;}
.fill-color3_dark{fill: #196e19  !important;}
.bg-color3_dark{background: #196e19  !important;}
.bg-color3_dark-hover{transition: all .25s ease-in;}
.bg-color3_dark-hover:hover{background: #196e19  !important;}
.border-color3_dark{border-color: #196e19  !important;}
.text-color3_dark{color: #196e19  !important;}
.text-color3_dark-hover{transition: all .25s ease-in;}
.text-color3_dark-hover:hover{color: #196e19  !important;}
.fill-color3_light{fill: #25a625  !important;}
.bg-color3_light{background: #25a625  !important;}
.bg-color3_light-hover{transition: all .25s ease-in;}
.bg-color3_light-hover:hover{background: #25a625  !important;}
.border-color3_light{border-color: #25a625  !important;}
.text-color3_light{color: #25a625  !important;}
.text-color3_light-hover{transition: all .25s ease-in;}
.text-color3_light-hover:hover{color: #25a625  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg3-bg1-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#17207B); background: linear-gradient(to top, #1F8A1F,#17207B); }
.bg3-bg1-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#17207B); background: linear-gradient(to bottom, #1F8A1F,#17207B); }
.bg3-bg1-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#17207B); background: linear-gradient(to left, #1F8A1F,#17207B); }
.bg3-bg1-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#17207B); background: linear-gradient(to right, #1F8A1F,#17207B); }
.bg3-bg1_light-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#1c2694); background: linear-gradient(to top, #1F8A1F,#1c2694); }
.bg3-bg1_light-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#1c2694); background: linear-gradient(to bottom, #1F8A1F,#1c2694); }
.bg3-bg1_light-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#1c2694); background: linear-gradient(to left, #1F8A1F,#1c2694); }
.bg3-bg1_light-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#1c2694); background: linear-gradient(to right, #1F8A1F,#1c2694); }
.bg3-bg1_dark-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#121a62); background: linear-gradient(to top, #1F8A1F,#121a62); }
.bg3-bg1_dark-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#121a62); background: linear-gradient(to bottom, #1F8A1F,#121a62); }
.bg3-bg1_dark-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#121a62); background: linear-gradient(to left, #1F8A1F,#121a62); }
.bg3-bg1_dark-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#121a62); background: linear-gradient(to right, #1F8A1F,#121a62); }
.bg3_light-bg1-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#17207B); background: linear-gradient(to top, #25a625,#17207B); }
.bg3_light-bg1-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#17207B); background: linear-gradient(to bottom, #25a625,#17207B); }
.bg3_light-bg1-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#17207B); background: linear-gradient(to left, #25a625,#17207B); }
.bg3_light-bg1-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#17207B); background: linear-gradient(to right, #25a625,#17207B); }
.bg3_light-bg1_light-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#1c2694); background: linear-gradient(to top, #25a625,#1c2694); }
.bg3_light-bg1_light-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#1c2694); background: linear-gradient(to bottom, #25a625,#1c2694); }
.bg3_light-bg1_light-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#1c2694); background: linear-gradient(to left, #25a625,#1c2694); }
.bg3_light-bg1_light-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#1c2694); background: linear-gradient(to right, #25a625,#1c2694); }
.bg3_light-bg1_dark-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#121a62); background: linear-gradient(to top, #25a625,#121a62); }
.bg3_light-bg1_dark-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#121a62); background: linear-gradient(to bottom, #25a625,#121a62); }
.bg3_light-bg1_dark-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#121a62); background: linear-gradient(to left, #25a625,#121a62); }
.bg3_light-bg1_dark-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#121a62); background: linear-gradient(to right, #25a625,#121a62); }
.bg3_dark-bg1-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#17207B); background: linear-gradient(to top, #196e19,#17207B); }
.bg3_dark-bg1-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#17207B); background: linear-gradient(to bottom, #196e19,#17207B); }
.bg3_dark-bg1-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#17207B); background: linear-gradient(to left, #196e19,#17207B); }
.bg3_dark-bg1-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#17207B); background: linear-gradient(to right, #196e19,#17207B); }
.bg3_dark-bg1_light-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#1c2694); background: linear-gradient(to top, #196e19,#1c2694); }
.bg3_dark-bg1_light-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#1c2694); background: linear-gradient(to bottom, #196e19,#1c2694); }
.bg3_dark-bg1_light-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#1c2694); background: linear-gradient(to left, #196e19,#1c2694); }
.bg3_dark-bg1_light-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#1c2694); background: linear-gradient(to right, #196e19,#1c2694); }
.bg3_dark-bg1_dark-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#121a62); background: linear-gradient(to top, #196e19,#121a62); }
.bg3_dark-bg1_dark-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#121a62); background: linear-gradient(to bottom, #196e19,#121a62); }
.bg3_dark-bg1_dark-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#121a62); background: linear-gradient(to left, #196e19,#121a62); }
.bg3_dark-bg1_dark-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#121a62); background: linear-gradient(to right, #196e19,#121a62); }
.bg3-bg2-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#D92B2B); background: linear-gradient(to top, #1F8A1F,#D92B2B); }
.bg3-bg2-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#D92B2B); background: linear-gradient(to bottom, #1F8A1F,#D92B2B); }
.bg3-bg2-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#D92B2B); background: linear-gradient(to left, #1F8A1F,#D92B2B); }
.bg3-bg2-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#D92B2B); background: linear-gradient(to right, #1F8A1F,#D92B2B); }
.bg3-bg2_light-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#ff3434); background: linear-gradient(to top, #1F8A1F,#ff3434); }
.bg3-bg2_light-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#ff3434); background: linear-gradient(to bottom, #1F8A1F,#ff3434); }
.bg3-bg2_light-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#ff3434); background: linear-gradient(to left, #1F8A1F,#ff3434); }
.bg3-bg2_light-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#ff3434); background: linear-gradient(to right, #1F8A1F,#ff3434); }
.bg3-bg2_dark-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#ae2222); background: linear-gradient(to top, #1F8A1F,#ae2222); }
.bg3-bg2_dark-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#ae2222); background: linear-gradient(to bottom, #1F8A1F,#ae2222); }
.bg3-bg2_dark-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#ae2222); background: linear-gradient(to left, #1F8A1F,#ae2222); }
.bg3-bg2_dark-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#ae2222); background: linear-gradient(to right, #1F8A1F,#ae2222); }
.bg3_light-bg2-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#D92B2B); background: linear-gradient(to top, #25a625,#D92B2B); }
.bg3_light-bg2-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#D92B2B); background: linear-gradient(to bottom, #25a625,#D92B2B); }
.bg3_light-bg2-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#D92B2B); background: linear-gradient(to left, #25a625,#D92B2B); }
.bg3_light-bg2-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#D92B2B); background: linear-gradient(to right, #25a625,#D92B2B); }
.bg3_light-bg2_light-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#ff3434); background: linear-gradient(to top, #25a625,#ff3434); }
.bg3_light-bg2_light-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#ff3434); background: linear-gradient(to bottom, #25a625,#ff3434); }
.bg3_light-bg2_light-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#ff3434); background: linear-gradient(to left, #25a625,#ff3434); }
.bg3_light-bg2_light-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#ff3434); background: linear-gradient(to right, #25a625,#ff3434); }
.bg3_light-bg2_dark-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#ae2222); background: linear-gradient(to top, #25a625,#ae2222); }
.bg3_light-bg2_dark-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#ae2222); background: linear-gradient(to bottom, #25a625,#ae2222); }
.bg3_light-bg2_dark-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#ae2222); background: linear-gradient(to left, #25a625,#ae2222); }
.bg3_light-bg2_dark-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#ae2222); background: linear-gradient(to right, #25a625,#ae2222); }
.bg3_dark-bg2-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#D92B2B); background: linear-gradient(to top, #196e19,#D92B2B); }
.bg3_dark-bg2-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#D92B2B); background: linear-gradient(to bottom, #196e19,#D92B2B); }
.bg3_dark-bg2-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#D92B2B); background: linear-gradient(to left, #196e19,#D92B2B); }
.bg3_dark-bg2-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#D92B2B); background: linear-gradient(to right, #196e19,#D92B2B); }
.bg3_dark-bg2_light-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#ff3434); background: linear-gradient(to top, #196e19,#ff3434); }
.bg3_dark-bg2_light-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#ff3434); background: linear-gradient(to bottom, #196e19,#ff3434); }
.bg3_dark-bg2_light-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#ff3434); background: linear-gradient(to left, #196e19,#ff3434); }
.bg3_dark-bg2_light-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#ff3434); background: linear-gradient(to right, #196e19,#ff3434); }
.bg3_dark-bg2_dark-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#ae2222); background: linear-gradient(to top, #196e19,#ae2222); }
.bg3_dark-bg2_dark-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#ae2222); background: linear-gradient(to bottom, #196e19,#ae2222); }
.bg3_dark-bg2_dark-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#ae2222); background: linear-gradient(to left, #196e19,#ae2222); }
.bg3_dark-bg2_dark-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#ae2222); background: linear-gradient(to right, #196e19,#ae2222); }
.bg3-bg3_light-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#25a625); background: linear-gradient(to top, #1F8A1F,#25a625); }
.bg3-bg3_light-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#25a625); background: linear-gradient(to bottom, #1F8A1F,#25a625); }
.bg3-bg3_light-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#25a625); background: linear-gradient(to left, #1F8A1F,#25a625); }
.bg3-bg3_light-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#25a625); background: linear-gradient(to right, #1F8A1F,#25a625); }
.bg3-bg3_dark-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#196e19); background: linear-gradient(to top, #1F8A1F,#196e19); }
.bg3-bg3_dark-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#196e19); background: linear-gradient(to bottom, #1F8A1F,#196e19); }
.bg3-bg3_dark-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#196e19); background: linear-gradient(to left, #1F8A1F,#196e19); }
.bg3-bg3_dark-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#196e19); background: linear-gradient(to right, #1F8A1F,#196e19); }
.bg3_light-bg3-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#1F8A1F); background: linear-gradient(to top, #25a625,#1F8A1F); }
.bg3_light-bg3-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#1F8A1F); background: linear-gradient(to bottom, #25a625,#1F8A1F); }
.bg3_light-bg3-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#1F8A1F); background: linear-gradient(to left, #25a625,#1F8A1F); }
.bg3_light-bg3-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#1F8A1F); background: linear-gradient(to right, #25a625,#1F8A1F); }
.bg3_light-bg3_dark-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#196e19); background: linear-gradient(to top, #25a625,#196e19); }
.bg3_light-bg3_dark-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#196e19); background: linear-gradient(to bottom, #25a625,#196e19); }
.bg3_light-bg3_dark-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#196e19); background: linear-gradient(to left, #25a625,#196e19); }
.bg3_light-bg3_dark-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#196e19); background: linear-gradient(to right, #25a625,#196e19); }
.bg3_dark-bg3-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#1F8A1F); background: linear-gradient(to top, #196e19,#1F8A1F); }
.bg3_dark-bg3-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#1F8A1F); background: linear-gradient(to bottom, #196e19,#1F8A1F); }
.bg3_dark-bg3-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#1F8A1F); background: linear-gradient(to left, #196e19,#1F8A1F); }
.bg3_dark-bg3-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#1F8A1F); background: linear-gradient(to right, #196e19,#1F8A1F); }
.bg3_dark-bg3_light-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#25a625); background: linear-gradient(to top, #196e19,#25a625); }
.bg3_dark-bg3_light-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#25a625); background: linear-gradient(to bottom, #196e19,#25a625); }
.bg3_dark-bg3_light-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#25a625); background: linear-gradient(to left, #196e19,#25a625); }
.bg3_dark-bg3_light-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#25a625); background: linear-gradient(to right, #196e19,#25a625); }
.bg3-bg4-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#FFEAC8); background: linear-gradient(to top, #1F8A1F,#FFEAC8); }
.bg3-bg4-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#FFEAC8); background: linear-gradient(to bottom, #1F8A1F,#FFEAC8); }
.bg3-bg4-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#FFEAC8); background: linear-gradient(to left, #1F8A1F,#FFEAC8); }
.bg3-bg4-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#FFEAC8); background: linear-gradient(to right, #1F8A1F,#FFEAC8); }
.bg3-bg4_light-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#ff119f); background: linear-gradient(to top, #1F8A1F,#ff119f); }
.bg3-bg4_light-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#ff119f); background: linear-gradient(to bottom, #1F8A1F,#ff119f); }
.bg3-bg4_light-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#ff119f); background: linear-gradient(to left, #1F8A1F,#ff119f); }
.bg3-bg4_light-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#ff119f); background: linear-gradient(to right, #1F8A1F,#ff119f); }
.bg3-bg4_dark-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#ccbba0); background: linear-gradient(to top, #1F8A1F,#ccbba0); }
.bg3-bg4_dark-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#ccbba0); background: linear-gradient(to bottom, #1F8A1F,#ccbba0); }
.bg3-bg4_dark-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#ccbba0); background: linear-gradient(to left, #1F8A1F,#ccbba0); }
.bg3-bg4_dark-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#ccbba0); background: linear-gradient(to right, #1F8A1F,#ccbba0); }
.bg3_light-bg4-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#FFEAC8); background: linear-gradient(to top, #25a625,#FFEAC8); }
.bg3_light-bg4-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#FFEAC8); background: linear-gradient(to bottom, #25a625,#FFEAC8); }
.bg3_light-bg4-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#FFEAC8); background: linear-gradient(to left, #25a625,#FFEAC8); }
.bg3_light-bg4-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#FFEAC8); background: linear-gradient(to right, #25a625,#FFEAC8); }
.bg3_light-bg4_light-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#ff119f); background: linear-gradient(to top, #25a625,#ff119f); }
.bg3_light-bg4_light-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#ff119f); background: linear-gradient(to bottom, #25a625,#ff119f); }
.bg3_light-bg4_light-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#ff119f); background: linear-gradient(to left, #25a625,#ff119f); }
.bg3_light-bg4_light-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#ff119f); background: linear-gradient(to right, #25a625,#ff119f); }
.bg3_light-bg4_dark-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#ccbba0); background: linear-gradient(to top, #25a625,#ccbba0); }
.bg3_light-bg4_dark-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#ccbba0); background: linear-gradient(to bottom, #25a625,#ccbba0); }
.bg3_light-bg4_dark-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#ccbba0); background: linear-gradient(to left, #25a625,#ccbba0); }
.bg3_light-bg4_dark-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#ccbba0); background: linear-gradient(to right, #25a625,#ccbba0); }
.bg3_dark-bg4-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#FFEAC8); background: linear-gradient(to top, #196e19,#FFEAC8); }
.bg3_dark-bg4-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#FFEAC8); background: linear-gradient(to bottom, #196e19,#FFEAC8); }
.bg3_dark-bg4-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#FFEAC8); background: linear-gradient(to left, #196e19,#FFEAC8); }
.bg3_dark-bg4-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#FFEAC8); background: linear-gradient(to right, #196e19,#FFEAC8); }
.bg3_dark-bg4_light-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#ff119f); background: linear-gradient(to top, #196e19,#ff119f); }
.bg3_dark-bg4_light-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#ff119f); background: linear-gradient(to bottom, #196e19,#ff119f); }
.bg3_dark-bg4_light-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#ff119f); background: linear-gradient(to left, #196e19,#ff119f); }
.bg3_dark-bg4_light-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#ff119f); background: linear-gradient(to right, #196e19,#ff119f); }
.bg3_dark-bg4_dark-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#ccbba0); background: linear-gradient(to top, #196e19,#ccbba0); }
.bg3_dark-bg4_dark-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#ccbba0); background: linear-gradient(to bottom, #196e19,#ccbba0); }
.bg3_dark-bg4_dark-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#ccbba0); background: linear-gradient(to left, #196e19,#ccbba0); }
.bg3_dark-bg4_dark-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#ccbba0); background: linear-gradient(to right, #196e19,#ccbba0); }
.bg3-bgwhite-top{background: #1F8A1F; background: -webkit-linear-gradient(to top, #1F8A1F,#ffffff); background: linear-gradient(to top, #1F8A1F,#ffffff); }
.bg3-bgwhite-bottom{background: #1F8A1F; background: -webkit-linear-gradient(to bottom, #1F8A1F,#ffffff); background: linear-gradient(to bottom, #1F8A1F,#ffffff); }
.bg3-bgwhite-left{background: #1F8A1F; background: -webkit-linear-gradient(to left, #1F8A1F,#ffffff); background: linear-gradient(to left, #1F8A1F,#ffffff); }
.bg3-bgwhite-right{background: #1F8A1F; background: -webkit-linear-gradient(to right, #1F8A1F,#ffffff); background: linear-gradient(to right, #1F8A1F,#ffffff); }
.bgwhite-bg3-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #1F8A1F,#ffffff); background: linear-gradient(to bottom, #1F8A1F,#ffffff); }
.bgwhite-bg3-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #1F8A1F,#ffffff); background: linear-gradient(to top, #1F8A1F,#ffffff); }
.bgwhite-bg3-left{background: #ffffff; background: -webkit-linear-gradient(to right, #1F8A1F,#ffffff); background: linear-gradient(to right, #1F8A1F,#ffffff); }
.bgwhite-bg3-right{background: #ffffff; background: -webkit-linear-gradient(to left, #1F8A1F,#ffffff); background: linear-gradient(to top, #1F8A1F,#ffffff); }
.bg3_light-bgwhite-top{background: #25a625; background: -webkit-linear-gradient(to top, #25a625,#ffffff); background: linear-gradient(to top, #25a625,#ffffff); }
.bg3_light-bgwhite-bottom{background: #25a625; background: -webkit-linear-gradient(to bottom, #25a625,#ffffff); background: linear-gradient(to bottom, #25a625,#ffffff); }
.bg3_light-bgwhite-left{background: #25a625; background: -webkit-linear-gradient(to left, #25a625,#ffffff); background: linear-gradient(to left, #25a625,#ffffff); }
.bg3_light-bgwhite-right{background: #25a625; background: -webkit-linear-gradient(to right, #25a625,#ffffff); background: linear-gradient(to right, #25a625,#ffffff); }
.bgwhite-bg3_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #25a625,#ffffff); background: linear-gradient(to bottom, #25a625,#ffffff); }
.bgwhite-bg3_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #25a625,#ffffff); background: linear-gradient(to top, #25a625,#ffffff); }
.bgwhite-bg3_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #25a625,#ffffff); background: linear-gradient(to right, #25a625,#ffffff); }
.bgwhite-bg3_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #25a625,#ffffff); background: linear-gradient(to top, #25a625,#ffffff); }
.bg3_dark-bgwhite-top{background: #196e19; background: -webkit-linear-gradient(to top, #196e19,#ffffff); background: linear-gradient(to top, #196e19,#ffffff); }
.bg3_dark-bgwhite-bottom{background: #196e19; background: -webkit-linear-gradient(to bottom, #196e19,#ffffff); background: linear-gradient(to bottom, #196e19,#ffffff); }
.bg3_dark-bgwhite-left{background: #196e19; background: -webkit-linear-gradient(to left, #196e19,#ffffff); background: linear-gradient(to left, #196e19,#ffffff); }
.bg3_dark-bgwhite-right{background: #196e19; background: -webkit-linear-gradient(to right, #196e19,#ffffff); background: linear-gradient(to right, #196e19,#ffffff); }
.bgwhite-bg3_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #196e19,#ffffff); background: linear-gradient(to bottom, #196e19,#ffffff); }
.bgwhite-bg3_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #196e19,#ffffff); background: linear-gradient(to top, #196e19,#ffffff); }
.bgwhite-bg3_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #196e19,#ffffff); background: linear-gradient(to right, #196e19,#ffffff); }
.bgwhite-bg3_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #196e19,#ffffff); background: linear-gradient(to top, #196e19,#ffffff); }
.fill-color4{fill: #FFEAC8  !important;}
.bg-color4{background: #FFEAC8  !important;}
.bg-color4-hover{transition: all .25s ease-in;}
.bg-color4-hover:hover{background: #FFEAC8  !important;}
.border-color4{border-color: #FFEAC8  !important;}
.text-color4{color: #FFEAC8  !important;}
.text-color4-hover{transition: all .25s ease-in;}
.text-color4-hover:hover{color: #FFEAC8  !important;}
.fill-color4_dark{fill: #ccbba0  !important;}
.bg-color4_dark{background: #ccbba0  !important;}
.bg-color4_dark-hover{transition: all .25s ease-in;}
.bg-color4_dark-hover:hover{background: #ccbba0  !important;}
.border-color4_dark{border-color: #ccbba0  !important;}
.text-color4_dark{color: #ccbba0  !important;}
.text-color4_dark-hover{transition: all .25s ease-in;}
.text-color4_dark-hover:hover{color: #ccbba0  !important;}
.fill-color4_light{fill: #ff119f  !important;}
.bg-color4_light{background: #ff119f  !important;}
.bg-color4_light-hover{transition: all .25s ease-in;}
.bg-color4_light-hover:hover{background: #ff119f  !important;}
.border-color4_light{border-color: #ff119f  !important;}
.text-color4_light{color: #ff119f  !important;}
.text-color4_light-hover{transition: all .25s ease-in;}
.text-color4_light-hover:hover{color: #ff119f  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg4-bg1-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#17207B); background: linear-gradient(to top, #FFEAC8,#17207B); }
.bg4-bg1-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#17207B); background: linear-gradient(to bottom, #FFEAC8,#17207B); }
.bg4-bg1-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#17207B); background: linear-gradient(to left, #FFEAC8,#17207B); }
.bg4-bg1-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#17207B); background: linear-gradient(to right, #FFEAC8,#17207B); }
.bg4-bg1_light-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#1c2694); background: linear-gradient(to top, #FFEAC8,#1c2694); }
.bg4-bg1_light-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#1c2694); background: linear-gradient(to bottom, #FFEAC8,#1c2694); }
.bg4-bg1_light-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#1c2694); background: linear-gradient(to left, #FFEAC8,#1c2694); }
.bg4-bg1_light-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#1c2694); background: linear-gradient(to right, #FFEAC8,#1c2694); }
.bg4-bg1_dark-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#121a62); background: linear-gradient(to top, #FFEAC8,#121a62); }
.bg4-bg1_dark-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#121a62); background: linear-gradient(to bottom, #FFEAC8,#121a62); }
.bg4-bg1_dark-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#121a62); background: linear-gradient(to left, #FFEAC8,#121a62); }
.bg4-bg1_dark-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#121a62); background: linear-gradient(to right, #FFEAC8,#121a62); }
.bg4_light-bg1-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#17207B); background: linear-gradient(to top, #ff119f,#17207B); }
.bg4_light-bg1-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#17207B); background: linear-gradient(to bottom, #ff119f,#17207B); }
.bg4_light-bg1-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#17207B); background: linear-gradient(to left, #ff119f,#17207B); }
.bg4_light-bg1-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#17207B); background: linear-gradient(to right, #ff119f,#17207B); }
.bg4_light-bg1_light-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#1c2694); background: linear-gradient(to top, #ff119f,#1c2694); }
.bg4_light-bg1_light-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#1c2694); background: linear-gradient(to bottom, #ff119f,#1c2694); }
.bg4_light-bg1_light-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#1c2694); background: linear-gradient(to left, #ff119f,#1c2694); }
.bg4_light-bg1_light-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#1c2694); background: linear-gradient(to right, #ff119f,#1c2694); }
.bg4_light-bg1_dark-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#121a62); background: linear-gradient(to top, #ff119f,#121a62); }
.bg4_light-bg1_dark-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#121a62); background: linear-gradient(to bottom, #ff119f,#121a62); }
.bg4_light-bg1_dark-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#121a62); background: linear-gradient(to left, #ff119f,#121a62); }
.bg4_light-bg1_dark-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#121a62); background: linear-gradient(to right, #ff119f,#121a62); }
.bg4_dark-bg1-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#17207B); background: linear-gradient(to top, #ccbba0,#17207B); }
.bg4_dark-bg1-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#17207B); background: linear-gradient(to bottom, #ccbba0,#17207B); }
.bg4_dark-bg1-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#17207B); background: linear-gradient(to left, #ccbba0,#17207B); }
.bg4_dark-bg1-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#17207B); background: linear-gradient(to right, #ccbba0,#17207B); }
.bg4_dark-bg1_light-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#1c2694); background: linear-gradient(to top, #ccbba0,#1c2694); }
.bg4_dark-bg1_light-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#1c2694); background: linear-gradient(to bottom, #ccbba0,#1c2694); }
.bg4_dark-bg1_light-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#1c2694); background: linear-gradient(to left, #ccbba0,#1c2694); }
.bg4_dark-bg1_light-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#1c2694); background: linear-gradient(to right, #ccbba0,#1c2694); }
.bg4_dark-bg1_dark-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#121a62); background: linear-gradient(to top, #ccbba0,#121a62); }
.bg4_dark-bg1_dark-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#121a62); background: linear-gradient(to bottom, #ccbba0,#121a62); }
.bg4_dark-bg1_dark-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#121a62); background: linear-gradient(to left, #ccbba0,#121a62); }
.bg4_dark-bg1_dark-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#121a62); background: linear-gradient(to right, #ccbba0,#121a62); }
.bg4-bg2-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#D92B2B); background: linear-gradient(to top, #FFEAC8,#D92B2B); }
.bg4-bg2-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#D92B2B); background: linear-gradient(to bottom, #FFEAC8,#D92B2B); }
.bg4-bg2-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#D92B2B); background: linear-gradient(to left, #FFEAC8,#D92B2B); }
.bg4-bg2-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#D92B2B); background: linear-gradient(to right, #FFEAC8,#D92B2B); }
.bg4-bg2_light-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#ff3434); background: linear-gradient(to top, #FFEAC8,#ff3434); }
.bg4-bg2_light-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#ff3434); background: linear-gradient(to bottom, #FFEAC8,#ff3434); }
.bg4-bg2_light-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#ff3434); background: linear-gradient(to left, #FFEAC8,#ff3434); }
.bg4-bg2_light-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#ff3434); background: linear-gradient(to right, #FFEAC8,#ff3434); }
.bg4-bg2_dark-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#ae2222); background: linear-gradient(to top, #FFEAC8,#ae2222); }
.bg4-bg2_dark-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#ae2222); background: linear-gradient(to bottom, #FFEAC8,#ae2222); }
.bg4-bg2_dark-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#ae2222); background: linear-gradient(to left, #FFEAC8,#ae2222); }
.bg4-bg2_dark-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#ae2222); background: linear-gradient(to right, #FFEAC8,#ae2222); }
.bg4_light-bg2-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#D92B2B); background: linear-gradient(to top, #ff119f,#D92B2B); }
.bg4_light-bg2-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#D92B2B); background: linear-gradient(to bottom, #ff119f,#D92B2B); }
.bg4_light-bg2-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#D92B2B); background: linear-gradient(to left, #ff119f,#D92B2B); }
.bg4_light-bg2-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#D92B2B); background: linear-gradient(to right, #ff119f,#D92B2B); }
.bg4_light-bg2_light-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#ff3434); background: linear-gradient(to top, #ff119f,#ff3434); }
.bg4_light-bg2_light-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#ff3434); background: linear-gradient(to bottom, #ff119f,#ff3434); }
.bg4_light-bg2_light-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#ff3434); background: linear-gradient(to left, #ff119f,#ff3434); }
.bg4_light-bg2_light-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#ff3434); background: linear-gradient(to right, #ff119f,#ff3434); }
.bg4_light-bg2_dark-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#ae2222); background: linear-gradient(to top, #ff119f,#ae2222); }
.bg4_light-bg2_dark-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#ae2222); background: linear-gradient(to bottom, #ff119f,#ae2222); }
.bg4_light-bg2_dark-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#ae2222); background: linear-gradient(to left, #ff119f,#ae2222); }
.bg4_light-bg2_dark-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#ae2222); background: linear-gradient(to right, #ff119f,#ae2222); }
.bg4_dark-bg2-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#D92B2B); background: linear-gradient(to top, #ccbba0,#D92B2B); }
.bg4_dark-bg2-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#D92B2B); background: linear-gradient(to bottom, #ccbba0,#D92B2B); }
.bg4_dark-bg2-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#D92B2B); background: linear-gradient(to left, #ccbba0,#D92B2B); }
.bg4_dark-bg2-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#D92B2B); background: linear-gradient(to right, #ccbba0,#D92B2B); }
.bg4_dark-bg2_light-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#ff3434); background: linear-gradient(to top, #ccbba0,#ff3434); }
.bg4_dark-bg2_light-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#ff3434); background: linear-gradient(to bottom, #ccbba0,#ff3434); }
.bg4_dark-bg2_light-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#ff3434); background: linear-gradient(to left, #ccbba0,#ff3434); }
.bg4_dark-bg2_light-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#ff3434); background: linear-gradient(to right, #ccbba0,#ff3434); }
.bg4_dark-bg2_dark-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#ae2222); background: linear-gradient(to top, #ccbba0,#ae2222); }
.bg4_dark-bg2_dark-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#ae2222); background: linear-gradient(to bottom, #ccbba0,#ae2222); }
.bg4_dark-bg2_dark-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#ae2222); background: linear-gradient(to left, #ccbba0,#ae2222); }
.bg4_dark-bg2_dark-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#ae2222); background: linear-gradient(to right, #ccbba0,#ae2222); }
.bg4-bg3-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#1F8A1F); background: linear-gradient(to top, #FFEAC8,#1F8A1F); }
.bg4-bg3-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#1F8A1F); background: linear-gradient(to bottom, #FFEAC8,#1F8A1F); }
.bg4-bg3-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#1F8A1F); background: linear-gradient(to left, #FFEAC8,#1F8A1F); }
.bg4-bg3-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#1F8A1F); background: linear-gradient(to right, #FFEAC8,#1F8A1F); }
.bg4-bg3_light-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#25a625); background: linear-gradient(to top, #FFEAC8,#25a625); }
.bg4-bg3_light-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#25a625); background: linear-gradient(to bottom, #FFEAC8,#25a625); }
.bg4-bg3_light-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#25a625); background: linear-gradient(to left, #FFEAC8,#25a625); }
.bg4-bg3_light-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#25a625); background: linear-gradient(to right, #FFEAC8,#25a625); }
.bg4-bg3_dark-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#196e19); background: linear-gradient(to top, #FFEAC8,#196e19); }
.bg4-bg3_dark-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#196e19); background: linear-gradient(to bottom, #FFEAC8,#196e19); }
.bg4-bg3_dark-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#196e19); background: linear-gradient(to left, #FFEAC8,#196e19); }
.bg4-bg3_dark-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#196e19); background: linear-gradient(to right, #FFEAC8,#196e19); }
.bg4_light-bg3-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#1F8A1F); background: linear-gradient(to top, #ff119f,#1F8A1F); }
.bg4_light-bg3-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#1F8A1F); background: linear-gradient(to bottom, #ff119f,#1F8A1F); }
.bg4_light-bg3-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#1F8A1F); background: linear-gradient(to left, #ff119f,#1F8A1F); }
.bg4_light-bg3-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#1F8A1F); background: linear-gradient(to right, #ff119f,#1F8A1F); }
.bg4_light-bg3_light-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#25a625); background: linear-gradient(to top, #ff119f,#25a625); }
.bg4_light-bg3_light-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#25a625); background: linear-gradient(to bottom, #ff119f,#25a625); }
.bg4_light-bg3_light-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#25a625); background: linear-gradient(to left, #ff119f,#25a625); }
.bg4_light-bg3_light-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#25a625); background: linear-gradient(to right, #ff119f,#25a625); }
.bg4_light-bg3_dark-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#196e19); background: linear-gradient(to top, #ff119f,#196e19); }
.bg4_light-bg3_dark-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#196e19); background: linear-gradient(to bottom, #ff119f,#196e19); }
.bg4_light-bg3_dark-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#196e19); background: linear-gradient(to left, #ff119f,#196e19); }
.bg4_light-bg3_dark-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#196e19); background: linear-gradient(to right, #ff119f,#196e19); }
.bg4_dark-bg3-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#1F8A1F); background: linear-gradient(to top, #ccbba0,#1F8A1F); }
.bg4_dark-bg3-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#1F8A1F); background: linear-gradient(to bottom, #ccbba0,#1F8A1F); }
.bg4_dark-bg3-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#1F8A1F); background: linear-gradient(to left, #ccbba0,#1F8A1F); }
.bg4_dark-bg3-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#1F8A1F); background: linear-gradient(to right, #ccbba0,#1F8A1F); }
.bg4_dark-bg3_light-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#25a625); background: linear-gradient(to top, #ccbba0,#25a625); }
.bg4_dark-bg3_light-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#25a625); background: linear-gradient(to bottom, #ccbba0,#25a625); }
.bg4_dark-bg3_light-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#25a625); background: linear-gradient(to left, #ccbba0,#25a625); }
.bg4_dark-bg3_light-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#25a625); background: linear-gradient(to right, #ccbba0,#25a625); }
.bg4_dark-bg3_dark-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#196e19); background: linear-gradient(to top, #ccbba0,#196e19); }
.bg4_dark-bg3_dark-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#196e19); background: linear-gradient(to bottom, #ccbba0,#196e19); }
.bg4_dark-bg3_dark-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#196e19); background: linear-gradient(to left, #ccbba0,#196e19); }
.bg4_dark-bg3_dark-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#196e19); background: linear-gradient(to right, #ccbba0,#196e19); }
.bg4-bg4_light-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#ff119f); background: linear-gradient(to top, #FFEAC8,#ff119f); }
.bg4-bg4_light-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#ff119f); background: linear-gradient(to bottom, #FFEAC8,#ff119f); }
.bg4-bg4_light-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#ff119f); background: linear-gradient(to left, #FFEAC8,#ff119f); }
.bg4-bg4_light-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#ff119f); background: linear-gradient(to right, #FFEAC8,#ff119f); }
.bg4-bg4_dark-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#ccbba0); background: linear-gradient(to top, #FFEAC8,#ccbba0); }
.bg4-bg4_dark-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#ccbba0); background: linear-gradient(to bottom, #FFEAC8,#ccbba0); }
.bg4-bg4_dark-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#ccbba0); background: linear-gradient(to left, #FFEAC8,#ccbba0); }
.bg4-bg4_dark-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#ccbba0); background: linear-gradient(to right, #FFEAC8,#ccbba0); }
.bg4_light-bg4-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#FFEAC8); background: linear-gradient(to top, #ff119f,#FFEAC8); }
.bg4_light-bg4-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#FFEAC8); background: linear-gradient(to bottom, #ff119f,#FFEAC8); }
.bg4_light-bg4-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#FFEAC8); background: linear-gradient(to left, #ff119f,#FFEAC8); }
.bg4_light-bg4-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#FFEAC8); background: linear-gradient(to right, #ff119f,#FFEAC8); }
.bg4_light-bg4_dark-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#ccbba0); background: linear-gradient(to top, #ff119f,#ccbba0); }
.bg4_light-bg4_dark-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#ccbba0); background: linear-gradient(to bottom, #ff119f,#ccbba0); }
.bg4_light-bg4_dark-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#ccbba0); background: linear-gradient(to left, #ff119f,#ccbba0); }
.bg4_light-bg4_dark-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#ccbba0); background: linear-gradient(to right, #ff119f,#ccbba0); }
.bg4_dark-bg4-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#FFEAC8); background: linear-gradient(to top, #ccbba0,#FFEAC8); }
.bg4_dark-bg4-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#FFEAC8); background: linear-gradient(to bottom, #ccbba0,#FFEAC8); }
.bg4_dark-bg4-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#FFEAC8); background: linear-gradient(to left, #ccbba0,#FFEAC8); }
.bg4_dark-bg4-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#FFEAC8); background: linear-gradient(to right, #ccbba0,#FFEAC8); }
.bg4_dark-bg4_light-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#ff119f); background: linear-gradient(to top, #ccbba0,#ff119f); }
.bg4_dark-bg4_light-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#ff119f); background: linear-gradient(to bottom, #ccbba0,#ff119f); }
.bg4_dark-bg4_light-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#ff119f); background: linear-gradient(to left, #ccbba0,#ff119f); }
.bg4_dark-bg4_light-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#ff119f); background: linear-gradient(to right, #ccbba0,#ff119f); }
.bg4-bgwhite-top{background: #FFEAC8; background: -webkit-linear-gradient(to top, #FFEAC8,#ffffff); background: linear-gradient(to top, #FFEAC8,#ffffff); }
.bg4-bgwhite-bottom{background: #FFEAC8; background: -webkit-linear-gradient(to bottom, #FFEAC8,#ffffff); background: linear-gradient(to bottom, #FFEAC8,#ffffff); }
.bg4-bgwhite-left{background: #FFEAC8; background: -webkit-linear-gradient(to left, #FFEAC8,#ffffff); background: linear-gradient(to left, #FFEAC8,#ffffff); }
.bg4-bgwhite-right{background: #FFEAC8; background: -webkit-linear-gradient(to right, #FFEAC8,#ffffff); background: linear-gradient(to right, #FFEAC8,#ffffff); }
.bgwhite-bg4-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #FFEAC8,#ffffff); background: linear-gradient(to bottom, #FFEAC8,#ffffff); }
.bgwhite-bg4-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #FFEAC8,#ffffff); background: linear-gradient(to top, #FFEAC8,#ffffff); }
.bgwhite-bg4-left{background: #ffffff; background: -webkit-linear-gradient(to right, #FFEAC8,#ffffff); background: linear-gradient(to right, #FFEAC8,#ffffff); }
.bgwhite-bg4-right{background: #ffffff; background: -webkit-linear-gradient(to left, #FFEAC8,#ffffff); background: linear-gradient(to top, #FFEAC8,#ffffff); }
.bg4_light-bgwhite-top{background: #ff119f; background: -webkit-linear-gradient(to top, #ff119f,#ffffff); background: linear-gradient(to top, #ff119f,#ffffff); }
.bg4_light-bgwhite-bottom{background: #ff119f; background: -webkit-linear-gradient(to bottom, #ff119f,#ffffff); background: linear-gradient(to bottom, #ff119f,#ffffff); }
.bg4_light-bgwhite-left{background: #ff119f; background: -webkit-linear-gradient(to left, #ff119f,#ffffff); background: linear-gradient(to left, #ff119f,#ffffff); }
.bg4_light-bgwhite-right{background: #ff119f; background: -webkit-linear-gradient(to right, #ff119f,#ffffff); background: linear-gradient(to right, #ff119f,#ffffff); }
.bgwhite-bg4_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ff119f,#ffffff); background: linear-gradient(to bottom, #ff119f,#ffffff); }
.bgwhite-bg4_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ff119f,#ffffff); background: linear-gradient(to top, #ff119f,#ffffff); }
.bgwhite-bg4_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ff119f,#ffffff); background: linear-gradient(to right, #ff119f,#ffffff); }
.bgwhite-bg4_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ff119f,#ffffff); background: linear-gradient(to top, #ff119f,#ffffff); }
.bg4_dark-bgwhite-top{background: #ccbba0; background: -webkit-linear-gradient(to top, #ccbba0,#ffffff); background: linear-gradient(to top, #ccbba0,#ffffff); }
.bg4_dark-bgwhite-bottom{background: #ccbba0; background: -webkit-linear-gradient(to bottom, #ccbba0,#ffffff); background: linear-gradient(to bottom, #ccbba0,#ffffff); }
.bg4_dark-bgwhite-left{background: #ccbba0; background: -webkit-linear-gradient(to left, #ccbba0,#ffffff); background: linear-gradient(to left, #ccbba0,#ffffff); }
.bg4_dark-bgwhite-right{background: #ccbba0; background: -webkit-linear-gradient(to right, #ccbba0,#ffffff); background: linear-gradient(to right, #ccbba0,#ffffff); }
.bgwhite-bg4_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ccbba0,#ffffff); background: linear-gradient(to bottom, #ccbba0,#ffffff); }
.bgwhite-bg4_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ccbba0,#ffffff); background: linear-gradient(to top, #ccbba0,#ffffff); }
.bgwhite-bg4_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ccbba0,#ffffff); background: linear-gradient(to right, #ccbba0,#ffffff); }
.bgwhite-bg4_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ccbba0,#ffffff); background: linear-gradient(to top, #ccbba0,#ffffff); }

body{background-image : none;background-color : #FFFFFF}