.container-full{
	width: 100%;
	overflow: hidden;
}
@media (max-width: 575px) {
	.container {
	  padding-right: 20px;
	  padding-left: 20px;
	}
}
#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: #fff;}
.pagecomponentwrap .description * {line-height: 160%; }
.pagecomponentwrap p{line-height: 160%;}
.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{line-height: 130%;} 
.elementtitle, .elementsubtitle{line-height: 140%;}
.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;}

@media only screen and (max-width: 1024px) {
	.display-1{font-size: 5.15rem;}
	.display-2{font-size: 4.65rem;}
	.display-3{font-size: 3.85rem;}
	.display-4{font-size: 2.95rem;}
	.display-5{font-size: 2.44rem;}
	h1,.h1{font-size: 1.85rem;}
	h2,.h2{font-size: 1.65rem;}
}
@media only screen and (max-width: 768px) {
	.display-1{font-size: 3.8rem;}
	.display-2{font-size: 3.45rem;}
	.display-3{font-size: 2.75rem;}
	.display-4{font-size: 2.20rem;}
	.display-5{font-size: 1.7rem;}
	h1,.h1{font-size: 1.75rem;}
	h2,.h2{font-size: 1.6rem;}

	.pt-75{ padding-top: 48px; }
	.pt-100{ padding-top: 64px; }
	.pt-150{ padding-top: 96px; }
	.pt-200{ padding-top: 128px; }
	.pt-250{ padding-top: 160px; }
	.pr-75{ padding-right: 48px; }
	.pr-100{ padding-right: 64px; }
	.pr-150{ padding-right: 96px; }
	.pr-200{ padding-right: 128px; }
	.pr-250{ padding-right: 160px; }
	.pb-75{ padding-bottom: 48px; }
	.pb-100{ padding-bottom: 64px; }
	.pb-150{ padding-bottom: 96px; }
	.pb-200{ padding-bottom: 128px; }
	.pb-250{ padding-bottom: 160px; }
	.pl-75{ padding-left: 48px; }
	.pl-100{ padding-left: 64px; }
	.pl-150{ padding-left: 96px; }
	.pl-200{ padding-left: 128px; }
	.pl-250{ padding-left: 160px; }
	.mt-75{ margin-top: 48px; }
	.mt-100{ margin-top: 64px; }
	.mt-150{ margin-top: 96px; }
	.mt-200{ margin-top: 128px; }
	.mt-250{ margin-top: 160px; }
	.mb-75{ margin-bottom: 48px; }
	.mb-100{ margin-bottom: 64px; }
	.mb-150{ margin-bottom: 96px; }
	.mb-200{ margin-bottom: 128px; }
	.mb-250{ margin-bottom: 160px; }
}
@media only screen and (max-width: 576px) {
	h1,.h1{font-size: 1.65rem;}
	h2,.h2{font-size: 1.6rem;}

	.pagecomponentwrap .pl-4, .pagecomponentwrap .pl-5, .pagecomponentwrap .pl-75, .pagecomponentwrap .pl-100, .pagecomponentwrap .pl-150, .pagecomponentwrap .pl-200, .pagecomponentwrap .pl-250{
		padding-left: 24px !important;
	}
	.pagecomponentwrap .pr-4, .pagecomponentwrap .pr-5, .pagecomponentwrap .pr-75, .pagecomponentwrap .pr-100, .pagecomponentwrap .pr-150, .pagecomponentwrap .pr-200, .pagecomponentwrap .pr-250{
		padding-right: 24px !important;
	}
}
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;
	}
}

.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{	width: 32px; }
.image-48{	width: 48px; }
.image-64{	width: 64px; }
.image-100{	width: 100px; }
.image-200{	width: 200px; }
.image-300{	width: 300px; }
@media only screen and (max-width: 1024px) {
	.image-100{	width: 100px; }
	.image-200{	width: 120px; }
	.image-300{	width: 180px; }
}
@media only screen and (max-width: 768px) {
	.h1i, .h2i{font-size: 1.3125rem !important;}
	.image-64{	width: 64px; }
	.image-100{	width: 80px; }
	.image-200{	width: 100px; }
	.image-300{	width: 150px; }
}
@media only screen and (max-width: 575px) {
	.image-200{	width: 80px; }
	.image-300{	width: 100px; }
}

.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;
}
@media (max-width: 575px) {

	.icon-40{
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.icon-60{
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
	.icon-80{
		width: 64px;
		height: 64px;
		line-height: 64px;
	}
	.icon-100{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.icon-120{
		width: 96px;
		height: 96px;
		line-height: 96px;
	}
	.icon-150{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
}
.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;}

.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;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.row-eq-height .elementitemwrap{
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.row-eq-height .elementitemwrap > div{
	width: 100%; 
	height: 100%;
}

.cimgbg-zoom:hover img {
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.cimgbg-blur img {
    -webkit-filter: blur(0);
	filter: blur(0);
}
.cimgbg-blur:hover img {
    -webkit-filter: blur(5px);
	filter: blur(5px);
}
.cimgbg-grayscale img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.cimgbg-grayscale:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.cimgbg-opacity .image{
    background: #000000;
}
.cimgbg-opacity img {
    opacity: 0.6;
}
.cimgbg-opacity:hover img {
    opacity: 1;
}
.cimgbg-align-text-top .elementitemtext{
    top: 0;
    bottom: initial;
}
.cimgbg-align-text-center .elementitemtext{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}
.cimgbg-align-text-bottom .elementitemtext{
    bottom: 0;
}
.cimgbg-overlay-shrink:hover .elementitemoverlay{
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
	border: 1px solid rgba(255,255,255,0.5);
}


.cimgbg .image img {
    display:block;
    position:relative;
    -webkit-transition:all .4s ease-out;
    transition:all .4s ease-out;
}
.cimgbg .image{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}
.cimgbg .elementitemwrap{
    margin-bottom: 30px;
}
.cimgbg .elementitem{
    position: relatif;
}
.cimgbg .elementitemtext{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
	margin: auto 15px;
}
.cimgbg .elementitemoverlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 15px;
    width: calc(100%-30px);
    transition:all 0.3s ease-in-out;
}
.elementitemwrap:hover .elementitemoverlay{
    transition:all 0.3s ease-in-out;
}
.cimgbg.no-gutters .elementitemtext, .cimgbg.no-gutters .elementitemoverlay{
    width: calc(100%-0px);
    margin: 0px !important;
}
.cimgbg.no-gutters .elementitemwrap{
    margin-bottom: 0 !important;
}
.no-gutters .cimgbg-overlay-shrink:hover .elementitemoverlay{
    width: calc(100%-30px) !important;
}
.cimgbg-overlay-dark .elementitemoverlay{
	background: rgba(0, 0, 0, 0.3);
}
.cimgbg-overlay-dark .elementitemwrap:hover .elementitemoverlay{
	background: rgba(0, 0, 0, 0.5);
}
.cimgbg-overlay-light .elementitemoverlay{
	background: rgba(255, 255, 255, 0.1);
}
.cimgbg-overlay-light .elementitemwrap:hover .elementitemoverlay{
	background: rgba(255, 255, 255, 0.5);
}
.cimgbg-text-shadow .elementitemtext{
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

@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: #FF7587  !important;}
.bg-color1{background: #FF7587  !important;}
.bg-color1-hover{transition: all .25s ease-in;}
.bg-color1-hover:hover{background: #FF7587  !important;}
.border-color1{border-color: #FF7587  !important;}
.text-color1{color: #FF7587  !important;}
.text-color1-hover{transition: all .25s ease-in;}
.text-color1-hover:hover{color: #FF7587  !important;}
.fill-color1_dark{fill: #cc5e6c  !important;}
.bg-color1_dark{background: #cc5e6c  !important;}
.bg-color1_dark-hover{transition: all .25s ease-in;}
.bg-color1_dark-hover:hover{background: #cc5e6c  !important;}
.border-color1_dark{border-color: #cc5e6c  !important;}
.text-color1_dark{color: #cc5e6c  !important;}
.text-color1_dark-hover{transition: all .25s ease-in;}
.text-color1_dark-hover:hover{color: #cc5e6c  !important;}
.fill-color1_light{fill: #ff8ca2  !important;}
.bg-color1_light{background: #ff8ca2  !important;}
.bg-color1_light-hover{transition: all .25s ease-in;}
.bg-color1_light-hover:hover{background: #ff8ca2  !important;}
.border-color1_light{border-color: #ff8ca2  !important;}
.text-color1_light{color: #ff8ca2  !important;}
.text-color1_light-hover{transition: all .25s ease-in;}
.text-color1_light-hover:hover{color: #ff8ca2  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg1-bg1_light-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#ff8ca2); background: linear-gradient(to top, #FF7587,#ff8ca2); }
.bg1-bg1_light-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#ff8ca2); background: linear-gradient(to bottom, #FF7587,#ff8ca2); }
.bg1-bg1_light-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#ff8ca2); background: linear-gradient(to left, #FF7587,#ff8ca2); }
.bg1-bg1_light-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#ff8ca2); background: linear-gradient(to right, #FF7587,#ff8ca2); }
.bg1-bg1_dark-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#cc5e6c); background: linear-gradient(to top, #FF7587,#cc5e6c); }
.bg1-bg1_dark-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#cc5e6c); background: linear-gradient(to bottom, #FF7587,#cc5e6c); }
.bg1-bg1_dark-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#cc5e6c); background: linear-gradient(to left, #FF7587,#cc5e6c); }
.bg1-bg1_dark-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#cc5e6c); background: linear-gradient(to right, #FF7587,#cc5e6c); }
.bg1_light-bg1-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#FF7587); background: linear-gradient(to top, #ff8ca2,#FF7587); }
.bg1_light-bg1-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#FF7587); background: linear-gradient(to bottom, #ff8ca2,#FF7587); }
.bg1_light-bg1-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#FF7587); background: linear-gradient(to left, #ff8ca2,#FF7587); }
.bg1_light-bg1-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#FF7587); background: linear-gradient(to right, #ff8ca2,#FF7587); }
.bg1_light-bg1_dark-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#cc5e6c); background: linear-gradient(to top, #ff8ca2,#cc5e6c); }
.bg1_light-bg1_dark-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#cc5e6c); background: linear-gradient(to bottom, #ff8ca2,#cc5e6c); }
.bg1_light-bg1_dark-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#cc5e6c); background: linear-gradient(to left, #ff8ca2,#cc5e6c); }
.bg1_light-bg1_dark-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#cc5e6c); background: linear-gradient(to right, #ff8ca2,#cc5e6c); }
.bg1_dark-bg1-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#FF7587); background: linear-gradient(to top, #cc5e6c,#FF7587); }
.bg1_dark-bg1-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#FF7587); background: linear-gradient(to bottom, #cc5e6c,#FF7587); }
.bg1_dark-bg1-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#FF7587); background: linear-gradient(to left, #cc5e6c,#FF7587); }
.bg1_dark-bg1-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#FF7587); background: linear-gradient(to right, #cc5e6c,#FF7587); }
.bg1_dark-bg1_light-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#ff8ca2); background: linear-gradient(to top, #cc5e6c,#ff8ca2); }
.bg1_dark-bg1_light-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#ff8ca2); background: linear-gradient(to bottom, #cc5e6c,#ff8ca2); }
.bg1_dark-bg1_light-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#ff8ca2); background: linear-gradient(to left, #cc5e6c,#ff8ca2); }
.bg1_dark-bg1_light-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#ff8ca2); background: linear-gradient(to right, #cc5e6c,#ff8ca2); }
.bg1-bg2-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#FCB8C3); background: linear-gradient(to top, #FF7587,#FCB8C3); }
.bg1-bg2-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#FCB8C3); background: linear-gradient(to bottom, #FF7587,#FCB8C3); }
.bg1-bg2-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#FCB8C3); background: linear-gradient(to left, #FF7587,#FCB8C3); }
.bg1-bg2-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#FCB8C3); background: linear-gradient(to right, #FF7587,#FCB8C3); }
.bg1-bg2_light-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#ffddea); background: linear-gradient(to top, #FF7587,#ffddea); }
.bg1-bg2_light-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#ffddea); background: linear-gradient(to bottom, #FF7587,#ffddea); }
.bg1-bg2_light-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#ffddea); background: linear-gradient(to left, #FF7587,#ffddea); }
.bg1-bg2_light-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#ffddea); background: linear-gradient(to right, #FF7587,#ffddea); }
.bg1-bg2_dark-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#ca939c); background: linear-gradient(to top, #FF7587,#ca939c); }
.bg1-bg2_dark-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#ca939c); background: linear-gradient(to bottom, #FF7587,#ca939c); }
.bg1-bg2_dark-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#ca939c); background: linear-gradient(to left, #FF7587,#ca939c); }
.bg1-bg2_dark-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#ca939c); background: linear-gradient(to right, #FF7587,#ca939c); }
.bg1_light-bg2-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#FCB8C3); background: linear-gradient(to top, #ff8ca2,#FCB8C3); }
.bg1_light-bg2-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#FCB8C3); background: linear-gradient(to bottom, #ff8ca2,#FCB8C3); }
.bg1_light-bg2-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#FCB8C3); background: linear-gradient(to left, #ff8ca2,#FCB8C3); }
.bg1_light-bg2-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#FCB8C3); background: linear-gradient(to right, #ff8ca2,#FCB8C3); }
.bg1_light-bg2_light-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#ffddea); background: linear-gradient(to top, #ff8ca2,#ffddea); }
.bg1_light-bg2_light-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#ffddea); background: linear-gradient(to bottom, #ff8ca2,#ffddea); }
.bg1_light-bg2_light-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#ffddea); background: linear-gradient(to left, #ff8ca2,#ffddea); }
.bg1_light-bg2_light-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#ffddea); background: linear-gradient(to right, #ff8ca2,#ffddea); }
.bg1_light-bg2_dark-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#ca939c); background: linear-gradient(to top, #ff8ca2,#ca939c); }
.bg1_light-bg2_dark-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#ca939c); background: linear-gradient(to bottom, #ff8ca2,#ca939c); }
.bg1_light-bg2_dark-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#ca939c); background: linear-gradient(to left, #ff8ca2,#ca939c); }
.bg1_light-bg2_dark-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#ca939c); background: linear-gradient(to right, #ff8ca2,#ca939c); }
.bg1_dark-bg2-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#FCB8C3); background: linear-gradient(to top, #cc5e6c,#FCB8C3); }
.bg1_dark-bg2-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#FCB8C3); background: linear-gradient(to bottom, #cc5e6c,#FCB8C3); }
.bg1_dark-bg2-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#FCB8C3); background: linear-gradient(to left, #cc5e6c,#FCB8C3); }
.bg1_dark-bg2-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#FCB8C3); background: linear-gradient(to right, #cc5e6c,#FCB8C3); }
.bg1_dark-bg2_light-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#ffddea); background: linear-gradient(to top, #cc5e6c,#ffddea); }
.bg1_dark-bg2_light-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#ffddea); background: linear-gradient(to bottom, #cc5e6c,#ffddea); }
.bg1_dark-bg2_light-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#ffddea); background: linear-gradient(to left, #cc5e6c,#ffddea); }
.bg1_dark-bg2_light-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#ffddea); background: linear-gradient(to right, #cc5e6c,#ffddea); }
.bg1_dark-bg2_dark-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#ca939c); background: linear-gradient(to top, #cc5e6c,#ca939c); }
.bg1_dark-bg2_dark-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#ca939c); background: linear-gradient(to bottom, #cc5e6c,#ca939c); }
.bg1_dark-bg2_dark-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#ca939c); background: linear-gradient(to left, #cc5e6c,#ca939c); }
.bg1_dark-bg2_dark-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#ca939c); background: linear-gradient(to right, #cc5e6c,#ca939c); }
.bg1-bg3-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#FF2844); background: linear-gradient(to top, #FF7587,#FF2844); }
.bg1-bg3-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#FF2844); background: linear-gradient(to bottom, #FF7587,#FF2844); }
.bg1-bg3-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#FF2844); background: linear-gradient(to left, #FF7587,#FF2844); }
.bg1-bg3-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#FF2844); background: linear-gradient(to right, #FF7587,#FF2844); }
.bg1-bg3_light-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#ff3052); background: linear-gradient(to top, #FF7587,#ff3052); }
.bg1-bg3_light-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#ff3052); background: linear-gradient(to bottom, #FF7587,#ff3052); }
.bg1-bg3_light-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#ff3052); background: linear-gradient(to left, #FF7587,#ff3052); }
.bg1-bg3_light-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#ff3052); background: linear-gradient(to right, #FF7587,#ff3052); }
.bg1-bg3_dark-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#cc2036); background: linear-gradient(to top, #FF7587,#cc2036); }
.bg1-bg3_dark-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#cc2036); background: linear-gradient(to bottom, #FF7587,#cc2036); }
.bg1-bg3_dark-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#cc2036); background: linear-gradient(to left, #FF7587,#cc2036); }
.bg1-bg3_dark-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#cc2036); background: linear-gradient(to right, #FF7587,#cc2036); }
.bg1_light-bg3-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#FF2844); background: linear-gradient(to top, #ff8ca2,#FF2844); }
.bg1_light-bg3-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#FF2844); background: linear-gradient(to bottom, #ff8ca2,#FF2844); }
.bg1_light-bg3-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#FF2844); background: linear-gradient(to left, #ff8ca2,#FF2844); }
.bg1_light-bg3-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#FF2844); background: linear-gradient(to right, #ff8ca2,#FF2844); }
.bg1_light-bg3_light-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#ff3052); background: linear-gradient(to top, #ff8ca2,#ff3052); }
.bg1_light-bg3_light-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#ff3052); background: linear-gradient(to bottom, #ff8ca2,#ff3052); }
.bg1_light-bg3_light-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#ff3052); background: linear-gradient(to left, #ff8ca2,#ff3052); }
.bg1_light-bg3_light-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#ff3052); background: linear-gradient(to right, #ff8ca2,#ff3052); }
.bg1_light-bg3_dark-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#cc2036); background: linear-gradient(to top, #ff8ca2,#cc2036); }
.bg1_light-bg3_dark-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#cc2036); background: linear-gradient(to bottom, #ff8ca2,#cc2036); }
.bg1_light-bg3_dark-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#cc2036); background: linear-gradient(to left, #ff8ca2,#cc2036); }
.bg1_light-bg3_dark-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#cc2036); background: linear-gradient(to right, #ff8ca2,#cc2036); }
.bg1_dark-bg3-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#FF2844); background: linear-gradient(to top, #cc5e6c,#FF2844); }
.bg1_dark-bg3-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#FF2844); background: linear-gradient(to bottom, #cc5e6c,#FF2844); }
.bg1_dark-bg3-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#FF2844); background: linear-gradient(to left, #cc5e6c,#FF2844); }
.bg1_dark-bg3-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#FF2844); background: linear-gradient(to right, #cc5e6c,#FF2844); }
.bg1_dark-bg3_light-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#ff3052); background: linear-gradient(to top, #cc5e6c,#ff3052); }
.bg1_dark-bg3_light-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#ff3052); background: linear-gradient(to bottom, #cc5e6c,#ff3052); }
.bg1_dark-bg3_light-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#ff3052); background: linear-gradient(to left, #cc5e6c,#ff3052); }
.bg1_dark-bg3_light-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#ff3052); background: linear-gradient(to right, #cc5e6c,#ff3052); }
.bg1_dark-bg3_dark-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#cc2036); background: linear-gradient(to top, #cc5e6c,#cc2036); }
.bg1_dark-bg3_dark-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#cc2036); background: linear-gradient(to bottom, #cc5e6c,#cc2036); }
.bg1_dark-bg3_dark-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#cc2036); background: linear-gradient(to left, #cc5e6c,#cc2036); }
.bg1_dark-bg3_dark-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#cc2036); background: linear-gradient(to right, #cc5e6c,#cc2036); }
.bg1-bg4-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#FEDAD9); background: linear-gradient(to top, #FF7587,#FEDAD9); }
.bg1-bg4-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#FEDAD9); background: linear-gradient(to bottom, #FF7587,#FEDAD9); }
.bg1-bg4-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#FEDAD9); background: linear-gradient(to left, #FF7587,#FEDAD9); }
.bg1-bg4-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#FEDAD9); background: linear-gradient(to right, #FF7587,#FEDAD9); }
.bg1-bg4_light-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#ff1061); background: linear-gradient(to top, #FF7587,#ff1061); }
.bg1-bg4_light-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#ff1061); background: linear-gradient(to bottom, #FF7587,#ff1061); }
.bg1-bg4_light-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#ff1061); background: linear-gradient(to left, #FF7587,#ff1061); }
.bg1-bg4_light-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#ff1061); background: linear-gradient(to right, #FF7587,#ff1061); }
.bg1-bg4_dark-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#cbaeae); background: linear-gradient(to top, #FF7587,#cbaeae); }
.bg1-bg4_dark-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#cbaeae); background: linear-gradient(to bottom, #FF7587,#cbaeae); }
.bg1-bg4_dark-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#cbaeae); background: linear-gradient(to left, #FF7587,#cbaeae); }
.bg1-bg4_dark-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#cbaeae); background: linear-gradient(to right, #FF7587,#cbaeae); }
.bg1_light-bg4-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#FEDAD9); background: linear-gradient(to top, #ff8ca2,#FEDAD9); }
.bg1_light-bg4-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#FEDAD9); background: linear-gradient(to bottom, #ff8ca2,#FEDAD9); }
.bg1_light-bg4-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#FEDAD9); background: linear-gradient(to left, #ff8ca2,#FEDAD9); }
.bg1_light-bg4-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#FEDAD9); background: linear-gradient(to right, #ff8ca2,#FEDAD9); }
.bg1_light-bg4_light-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#ff1061); background: linear-gradient(to top, #ff8ca2,#ff1061); }
.bg1_light-bg4_light-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#ff1061); background: linear-gradient(to bottom, #ff8ca2,#ff1061); }
.bg1_light-bg4_light-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#ff1061); background: linear-gradient(to left, #ff8ca2,#ff1061); }
.bg1_light-bg4_light-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#ff1061); background: linear-gradient(to right, #ff8ca2,#ff1061); }
.bg1_light-bg4_dark-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#cbaeae); background: linear-gradient(to top, #ff8ca2,#cbaeae); }
.bg1_light-bg4_dark-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#cbaeae); background: linear-gradient(to bottom, #ff8ca2,#cbaeae); }
.bg1_light-bg4_dark-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#cbaeae); background: linear-gradient(to left, #ff8ca2,#cbaeae); }
.bg1_light-bg4_dark-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#cbaeae); background: linear-gradient(to right, #ff8ca2,#cbaeae); }
.bg1_dark-bg4-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#FEDAD9); background: linear-gradient(to top, #cc5e6c,#FEDAD9); }
.bg1_dark-bg4-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#FEDAD9); background: linear-gradient(to bottom, #cc5e6c,#FEDAD9); }
.bg1_dark-bg4-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#FEDAD9); background: linear-gradient(to left, #cc5e6c,#FEDAD9); }
.bg1_dark-bg4-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#FEDAD9); background: linear-gradient(to right, #cc5e6c,#FEDAD9); }
.bg1_dark-bg4_light-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#ff1061); background: linear-gradient(to top, #cc5e6c,#ff1061); }
.bg1_dark-bg4_light-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#ff1061); background: linear-gradient(to bottom, #cc5e6c,#ff1061); }
.bg1_dark-bg4_light-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#ff1061); background: linear-gradient(to left, #cc5e6c,#ff1061); }
.bg1_dark-bg4_light-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#ff1061); background: linear-gradient(to right, #cc5e6c,#ff1061); }
.bg1_dark-bg4_dark-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#cbaeae); background: linear-gradient(to top, #cc5e6c,#cbaeae); }
.bg1_dark-bg4_dark-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#cbaeae); background: linear-gradient(to bottom, #cc5e6c,#cbaeae); }
.bg1_dark-bg4_dark-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#cbaeae); background: linear-gradient(to left, #cc5e6c,#cbaeae); }
.bg1_dark-bg4_dark-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#cbaeae); background: linear-gradient(to right, #cc5e6c,#cbaeae); }
.bg1-bgwhite-top{background: #FF7587; background: -webkit-linear-gradient(to top, #FF7587,#ffffff); background: linear-gradient(to top, #FF7587,#ffffff); }
.bg1-bgwhite-bottom{background: #FF7587; background: -webkit-linear-gradient(to bottom, #FF7587,#ffffff); background: linear-gradient(to bottom, #FF7587,#ffffff); }
.bg1-bgwhite-left{background: #FF7587; background: -webkit-linear-gradient(to left, #FF7587,#ffffff); background: linear-gradient(to left, #FF7587,#ffffff); }
.bg1-bgwhite-right{background: #FF7587; background: -webkit-linear-gradient(to right, #FF7587,#ffffff); background: linear-gradient(to right, #FF7587,#ffffff); }
.bgwhite-bg1-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #FF7587,#ffffff); background: linear-gradient(to bottom, #FF7587,#ffffff); }
.bgwhite-bg1-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #FF7587,#ffffff); background: linear-gradient(to top, #FF7587,#ffffff); }
.bgwhite-bg1-left{background: #ffffff; background: -webkit-linear-gradient(to right, #FF7587,#ffffff); background: linear-gradient(to right, #FF7587,#ffffff); }
.bgwhite-bg1-right{background: #ffffff; background: -webkit-linear-gradient(to left, #FF7587,#ffffff); background: linear-gradient(to top, #FF7587,#ffffff); }
.bg1_light-bgwhite-top{background: #ff8ca2; background: -webkit-linear-gradient(to top, #ff8ca2,#ffffff); background: linear-gradient(to top, #ff8ca2,#ffffff); }
.bg1_light-bgwhite-bottom{background: #ff8ca2; background: -webkit-linear-gradient(to bottom, #ff8ca2,#ffffff); background: linear-gradient(to bottom, #ff8ca2,#ffffff); }
.bg1_light-bgwhite-left{background: #ff8ca2; background: -webkit-linear-gradient(to left, #ff8ca2,#ffffff); background: linear-gradient(to left, #ff8ca2,#ffffff); }
.bg1_light-bgwhite-right{background: #ff8ca2; background: -webkit-linear-gradient(to right, #ff8ca2,#ffffff); background: linear-gradient(to right, #ff8ca2,#ffffff); }
.bgwhite-bg1_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ff8ca2,#ffffff); background: linear-gradient(to bottom, #ff8ca2,#ffffff); }
.bgwhite-bg1_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ff8ca2,#ffffff); background: linear-gradient(to top, #ff8ca2,#ffffff); }
.bgwhite-bg1_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ff8ca2,#ffffff); background: linear-gradient(to right, #ff8ca2,#ffffff); }
.bgwhite-bg1_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ff8ca2,#ffffff); background: linear-gradient(to top, #ff8ca2,#ffffff); }
.bg1_dark-bgwhite-top{background: #cc5e6c; background: -webkit-linear-gradient(to top, #cc5e6c,#ffffff); background: linear-gradient(to top, #cc5e6c,#ffffff); }
.bg1_dark-bgwhite-bottom{background: #cc5e6c; background: -webkit-linear-gradient(to bottom, #cc5e6c,#ffffff); background: linear-gradient(to bottom, #cc5e6c,#ffffff); }
.bg1_dark-bgwhite-left{background: #cc5e6c; background: -webkit-linear-gradient(to left, #cc5e6c,#ffffff); background: linear-gradient(to left, #cc5e6c,#ffffff); }
.bg1_dark-bgwhite-right{background: #cc5e6c; background: -webkit-linear-gradient(to right, #cc5e6c,#ffffff); background: linear-gradient(to right, #cc5e6c,#ffffff); }
.bgwhite-bg1_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #cc5e6c,#ffffff); background: linear-gradient(to bottom, #cc5e6c,#ffffff); }
.bgwhite-bg1_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #cc5e6c,#ffffff); background: linear-gradient(to top, #cc5e6c,#ffffff); }
.bgwhite-bg1_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #cc5e6c,#ffffff); background: linear-gradient(to right, #cc5e6c,#ffffff); }
.bgwhite-bg1_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #cc5e6c,#ffffff); background: linear-gradient(to top, #cc5e6c,#ffffff); }
.fill-color2{fill: #FCB8C3  !important;}
.bg-color2{background: #FCB8C3  !important;}
.bg-color2-hover{transition: all .25s ease-in;}
.bg-color2-hover:hover{background: #FCB8C3  !important;}
.border-color2{border-color: #FCB8C3  !important;}
.text-color2{color: #FCB8C3  !important;}
.text-color2-hover{transition: all .25s ease-in;}
.text-color2-hover:hover{color: #FCB8C3  !important;}
.fill-color2_dark{fill: #ca939c  !important;}
.bg-color2_dark{background: #ca939c  !important;}
.bg-color2_dark-hover{transition: all .25s ease-in;}
.bg-color2_dark-hover:hover{background: #ca939c  !important;}
.border-color2_dark{border-color: #ca939c  !important;}
.text-color2_dark{color: #ca939c  !important;}
.text-color2_dark-hover{transition: all .25s ease-in;}
.text-color2_dark-hover:hover{color: #ca939c  !important;}
.fill-color2_light{fill: #ffddea  !important;}
.bg-color2_light{background: #ffddea  !important;}
.bg-color2_light-hover{transition: all .25s ease-in;}
.bg-color2_light-hover:hover{background: #ffddea  !important;}
.border-color2_light{border-color: #ffddea  !important;}
.text-color2_light{color: #ffddea  !important;}
.text-color2_light-hover{transition: all .25s ease-in;}
.text-color2_light-hover:hover{color: #ffddea  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg2-bg1-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#FF7587); background: linear-gradient(to top, #FCB8C3,#FF7587); }
.bg2-bg1-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#FF7587); background: linear-gradient(to bottom, #FCB8C3,#FF7587); }
.bg2-bg1-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#FF7587); background: linear-gradient(to left, #FCB8C3,#FF7587); }
.bg2-bg1-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#FF7587); background: linear-gradient(to right, #FCB8C3,#FF7587); }
.bg2-bg1_light-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#ff8ca2); background: linear-gradient(to top, #FCB8C3,#ff8ca2); }
.bg2-bg1_light-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#ff8ca2); background: linear-gradient(to bottom, #FCB8C3,#ff8ca2); }
.bg2-bg1_light-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#ff8ca2); background: linear-gradient(to left, #FCB8C3,#ff8ca2); }
.bg2-bg1_light-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#ff8ca2); background: linear-gradient(to right, #FCB8C3,#ff8ca2); }
.bg2-bg1_dark-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#cc5e6c); background: linear-gradient(to top, #FCB8C3,#cc5e6c); }
.bg2-bg1_dark-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#cc5e6c); background: linear-gradient(to bottom, #FCB8C3,#cc5e6c); }
.bg2-bg1_dark-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#cc5e6c); background: linear-gradient(to left, #FCB8C3,#cc5e6c); }
.bg2-bg1_dark-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#cc5e6c); background: linear-gradient(to right, #FCB8C3,#cc5e6c); }
.bg2_light-bg1-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#FF7587); background: linear-gradient(to top, #ffddea,#FF7587); }
.bg2_light-bg1-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#FF7587); background: linear-gradient(to bottom, #ffddea,#FF7587); }
.bg2_light-bg1-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#FF7587); background: linear-gradient(to left, #ffddea,#FF7587); }
.bg2_light-bg1-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#FF7587); background: linear-gradient(to right, #ffddea,#FF7587); }
.bg2_light-bg1_light-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#ff8ca2); background: linear-gradient(to top, #ffddea,#ff8ca2); }
.bg2_light-bg1_light-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#ff8ca2); background: linear-gradient(to bottom, #ffddea,#ff8ca2); }
.bg2_light-bg1_light-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#ff8ca2); background: linear-gradient(to left, #ffddea,#ff8ca2); }
.bg2_light-bg1_light-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#ff8ca2); background: linear-gradient(to right, #ffddea,#ff8ca2); }
.bg2_light-bg1_dark-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#cc5e6c); background: linear-gradient(to top, #ffddea,#cc5e6c); }
.bg2_light-bg1_dark-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#cc5e6c); background: linear-gradient(to bottom, #ffddea,#cc5e6c); }
.bg2_light-bg1_dark-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#cc5e6c); background: linear-gradient(to left, #ffddea,#cc5e6c); }
.bg2_light-bg1_dark-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#cc5e6c); background: linear-gradient(to right, #ffddea,#cc5e6c); }
.bg2_dark-bg1-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#FF7587); background: linear-gradient(to top, #ca939c,#FF7587); }
.bg2_dark-bg1-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#FF7587); background: linear-gradient(to bottom, #ca939c,#FF7587); }
.bg2_dark-bg1-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#FF7587); background: linear-gradient(to left, #ca939c,#FF7587); }
.bg2_dark-bg1-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#FF7587); background: linear-gradient(to right, #ca939c,#FF7587); }
.bg2_dark-bg1_light-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#ff8ca2); background: linear-gradient(to top, #ca939c,#ff8ca2); }
.bg2_dark-bg1_light-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#ff8ca2); background: linear-gradient(to bottom, #ca939c,#ff8ca2); }
.bg2_dark-bg1_light-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#ff8ca2); background: linear-gradient(to left, #ca939c,#ff8ca2); }
.bg2_dark-bg1_light-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#ff8ca2); background: linear-gradient(to right, #ca939c,#ff8ca2); }
.bg2_dark-bg1_dark-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#cc5e6c); background: linear-gradient(to top, #ca939c,#cc5e6c); }
.bg2_dark-bg1_dark-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#cc5e6c); background: linear-gradient(to bottom, #ca939c,#cc5e6c); }
.bg2_dark-bg1_dark-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#cc5e6c); background: linear-gradient(to left, #ca939c,#cc5e6c); }
.bg2_dark-bg1_dark-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#cc5e6c); background: linear-gradient(to right, #ca939c,#cc5e6c); }
.bg2-bg2_light-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#ffddea); background: linear-gradient(to top, #FCB8C3,#ffddea); }
.bg2-bg2_light-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#ffddea); background: linear-gradient(to bottom, #FCB8C3,#ffddea); }
.bg2-bg2_light-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#ffddea); background: linear-gradient(to left, #FCB8C3,#ffddea); }
.bg2-bg2_light-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#ffddea); background: linear-gradient(to right, #FCB8C3,#ffddea); }
.bg2-bg2_dark-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#ca939c); background: linear-gradient(to top, #FCB8C3,#ca939c); }
.bg2-bg2_dark-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#ca939c); background: linear-gradient(to bottom, #FCB8C3,#ca939c); }
.bg2-bg2_dark-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#ca939c); background: linear-gradient(to left, #FCB8C3,#ca939c); }
.bg2-bg2_dark-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#ca939c); background: linear-gradient(to right, #FCB8C3,#ca939c); }
.bg2_light-bg2-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#FCB8C3); background: linear-gradient(to top, #ffddea,#FCB8C3); }
.bg2_light-bg2-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#FCB8C3); background: linear-gradient(to bottom, #ffddea,#FCB8C3); }
.bg2_light-bg2-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#FCB8C3); background: linear-gradient(to left, #ffddea,#FCB8C3); }
.bg2_light-bg2-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#FCB8C3); background: linear-gradient(to right, #ffddea,#FCB8C3); }
.bg2_light-bg2_dark-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#ca939c); background: linear-gradient(to top, #ffddea,#ca939c); }
.bg2_light-bg2_dark-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#ca939c); background: linear-gradient(to bottom, #ffddea,#ca939c); }
.bg2_light-bg2_dark-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#ca939c); background: linear-gradient(to left, #ffddea,#ca939c); }
.bg2_light-bg2_dark-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#ca939c); background: linear-gradient(to right, #ffddea,#ca939c); }
.bg2_dark-bg2-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#FCB8C3); background: linear-gradient(to top, #ca939c,#FCB8C3); }
.bg2_dark-bg2-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#FCB8C3); background: linear-gradient(to bottom, #ca939c,#FCB8C3); }
.bg2_dark-bg2-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#FCB8C3); background: linear-gradient(to left, #ca939c,#FCB8C3); }
.bg2_dark-bg2-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#FCB8C3); background: linear-gradient(to right, #ca939c,#FCB8C3); }
.bg2_dark-bg2_light-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#ffddea); background: linear-gradient(to top, #ca939c,#ffddea); }
.bg2_dark-bg2_light-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#ffddea); background: linear-gradient(to bottom, #ca939c,#ffddea); }
.bg2_dark-bg2_light-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#ffddea); background: linear-gradient(to left, #ca939c,#ffddea); }
.bg2_dark-bg2_light-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#ffddea); background: linear-gradient(to right, #ca939c,#ffddea); }
.bg2-bg3-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#FF2844); background: linear-gradient(to top, #FCB8C3,#FF2844); }
.bg2-bg3-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#FF2844); background: linear-gradient(to bottom, #FCB8C3,#FF2844); }
.bg2-bg3-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#FF2844); background: linear-gradient(to left, #FCB8C3,#FF2844); }
.bg2-bg3-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#FF2844); background: linear-gradient(to right, #FCB8C3,#FF2844); }
.bg2-bg3_light-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#ff3052); background: linear-gradient(to top, #FCB8C3,#ff3052); }
.bg2-bg3_light-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#ff3052); background: linear-gradient(to bottom, #FCB8C3,#ff3052); }
.bg2-bg3_light-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#ff3052); background: linear-gradient(to left, #FCB8C3,#ff3052); }
.bg2-bg3_light-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#ff3052); background: linear-gradient(to right, #FCB8C3,#ff3052); }
.bg2-bg3_dark-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#cc2036); background: linear-gradient(to top, #FCB8C3,#cc2036); }
.bg2-bg3_dark-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#cc2036); background: linear-gradient(to bottom, #FCB8C3,#cc2036); }
.bg2-bg3_dark-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#cc2036); background: linear-gradient(to left, #FCB8C3,#cc2036); }
.bg2-bg3_dark-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#cc2036); background: linear-gradient(to right, #FCB8C3,#cc2036); }
.bg2_light-bg3-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#FF2844); background: linear-gradient(to top, #ffddea,#FF2844); }
.bg2_light-bg3-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#FF2844); background: linear-gradient(to bottom, #ffddea,#FF2844); }
.bg2_light-bg3-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#FF2844); background: linear-gradient(to left, #ffddea,#FF2844); }
.bg2_light-bg3-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#FF2844); background: linear-gradient(to right, #ffddea,#FF2844); }
.bg2_light-bg3_light-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#ff3052); background: linear-gradient(to top, #ffddea,#ff3052); }
.bg2_light-bg3_light-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#ff3052); background: linear-gradient(to bottom, #ffddea,#ff3052); }
.bg2_light-bg3_light-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#ff3052); background: linear-gradient(to left, #ffddea,#ff3052); }
.bg2_light-bg3_light-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#ff3052); background: linear-gradient(to right, #ffddea,#ff3052); }
.bg2_light-bg3_dark-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#cc2036); background: linear-gradient(to top, #ffddea,#cc2036); }
.bg2_light-bg3_dark-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#cc2036); background: linear-gradient(to bottom, #ffddea,#cc2036); }
.bg2_light-bg3_dark-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#cc2036); background: linear-gradient(to left, #ffddea,#cc2036); }
.bg2_light-bg3_dark-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#cc2036); background: linear-gradient(to right, #ffddea,#cc2036); }
.bg2_dark-bg3-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#FF2844); background: linear-gradient(to top, #ca939c,#FF2844); }
.bg2_dark-bg3-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#FF2844); background: linear-gradient(to bottom, #ca939c,#FF2844); }
.bg2_dark-bg3-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#FF2844); background: linear-gradient(to left, #ca939c,#FF2844); }
.bg2_dark-bg3-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#FF2844); background: linear-gradient(to right, #ca939c,#FF2844); }
.bg2_dark-bg3_light-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#ff3052); background: linear-gradient(to top, #ca939c,#ff3052); }
.bg2_dark-bg3_light-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#ff3052); background: linear-gradient(to bottom, #ca939c,#ff3052); }
.bg2_dark-bg3_light-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#ff3052); background: linear-gradient(to left, #ca939c,#ff3052); }
.bg2_dark-bg3_light-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#ff3052); background: linear-gradient(to right, #ca939c,#ff3052); }
.bg2_dark-bg3_dark-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#cc2036); background: linear-gradient(to top, #ca939c,#cc2036); }
.bg2_dark-bg3_dark-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#cc2036); background: linear-gradient(to bottom, #ca939c,#cc2036); }
.bg2_dark-bg3_dark-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#cc2036); background: linear-gradient(to left, #ca939c,#cc2036); }
.bg2_dark-bg3_dark-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#cc2036); background: linear-gradient(to right, #ca939c,#cc2036); }
.bg2-bg4-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#FEDAD9); background: linear-gradient(to top, #FCB8C3,#FEDAD9); }
.bg2-bg4-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#FEDAD9); background: linear-gradient(to bottom, #FCB8C3,#FEDAD9); }
.bg2-bg4-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#FEDAD9); background: linear-gradient(to left, #FCB8C3,#FEDAD9); }
.bg2-bg4-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#FEDAD9); background: linear-gradient(to right, #FCB8C3,#FEDAD9); }
.bg2-bg4_light-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#ff1061); background: linear-gradient(to top, #FCB8C3,#ff1061); }
.bg2-bg4_light-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#ff1061); background: linear-gradient(to bottom, #FCB8C3,#ff1061); }
.bg2-bg4_light-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#ff1061); background: linear-gradient(to left, #FCB8C3,#ff1061); }
.bg2-bg4_light-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#ff1061); background: linear-gradient(to right, #FCB8C3,#ff1061); }
.bg2-bg4_dark-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#cbaeae); background: linear-gradient(to top, #FCB8C3,#cbaeae); }
.bg2-bg4_dark-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#cbaeae); background: linear-gradient(to bottom, #FCB8C3,#cbaeae); }
.bg2-bg4_dark-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#cbaeae); background: linear-gradient(to left, #FCB8C3,#cbaeae); }
.bg2-bg4_dark-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#cbaeae); background: linear-gradient(to right, #FCB8C3,#cbaeae); }
.bg2_light-bg4-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#FEDAD9); background: linear-gradient(to top, #ffddea,#FEDAD9); }
.bg2_light-bg4-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#FEDAD9); background: linear-gradient(to bottom, #ffddea,#FEDAD9); }
.bg2_light-bg4-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#FEDAD9); background: linear-gradient(to left, #ffddea,#FEDAD9); }
.bg2_light-bg4-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#FEDAD9); background: linear-gradient(to right, #ffddea,#FEDAD9); }
.bg2_light-bg4_light-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#ff1061); background: linear-gradient(to top, #ffddea,#ff1061); }
.bg2_light-bg4_light-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#ff1061); background: linear-gradient(to bottom, #ffddea,#ff1061); }
.bg2_light-bg4_light-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#ff1061); background: linear-gradient(to left, #ffddea,#ff1061); }
.bg2_light-bg4_light-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#ff1061); background: linear-gradient(to right, #ffddea,#ff1061); }
.bg2_light-bg4_dark-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#cbaeae); background: linear-gradient(to top, #ffddea,#cbaeae); }
.bg2_light-bg4_dark-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#cbaeae); background: linear-gradient(to bottom, #ffddea,#cbaeae); }
.bg2_light-bg4_dark-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#cbaeae); background: linear-gradient(to left, #ffddea,#cbaeae); }
.bg2_light-bg4_dark-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#cbaeae); background: linear-gradient(to right, #ffddea,#cbaeae); }
.bg2_dark-bg4-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#FEDAD9); background: linear-gradient(to top, #ca939c,#FEDAD9); }
.bg2_dark-bg4-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#FEDAD9); background: linear-gradient(to bottom, #ca939c,#FEDAD9); }
.bg2_dark-bg4-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#FEDAD9); background: linear-gradient(to left, #ca939c,#FEDAD9); }
.bg2_dark-bg4-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#FEDAD9); background: linear-gradient(to right, #ca939c,#FEDAD9); }
.bg2_dark-bg4_light-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#ff1061); background: linear-gradient(to top, #ca939c,#ff1061); }
.bg2_dark-bg4_light-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#ff1061); background: linear-gradient(to bottom, #ca939c,#ff1061); }
.bg2_dark-bg4_light-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#ff1061); background: linear-gradient(to left, #ca939c,#ff1061); }
.bg2_dark-bg4_light-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#ff1061); background: linear-gradient(to right, #ca939c,#ff1061); }
.bg2_dark-bg4_dark-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#cbaeae); background: linear-gradient(to top, #ca939c,#cbaeae); }
.bg2_dark-bg4_dark-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#cbaeae); background: linear-gradient(to bottom, #ca939c,#cbaeae); }
.bg2_dark-bg4_dark-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#cbaeae); background: linear-gradient(to left, #ca939c,#cbaeae); }
.bg2_dark-bg4_dark-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#cbaeae); background: linear-gradient(to right, #ca939c,#cbaeae); }
.bg2-bgwhite-top{background: #FCB8C3; background: -webkit-linear-gradient(to top, #FCB8C3,#ffffff); background: linear-gradient(to top, #FCB8C3,#ffffff); }
.bg2-bgwhite-bottom{background: #FCB8C3; background: -webkit-linear-gradient(to bottom, #FCB8C3,#ffffff); background: linear-gradient(to bottom, #FCB8C3,#ffffff); }
.bg2-bgwhite-left{background: #FCB8C3; background: -webkit-linear-gradient(to left, #FCB8C3,#ffffff); background: linear-gradient(to left, #FCB8C3,#ffffff); }
.bg2-bgwhite-right{background: #FCB8C3; background: -webkit-linear-gradient(to right, #FCB8C3,#ffffff); background: linear-gradient(to right, #FCB8C3,#ffffff); }
.bgwhite-bg2-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #FCB8C3,#ffffff); background: linear-gradient(to bottom, #FCB8C3,#ffffff); }
.bgwhite-bg2-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #FCB8C3,#ffffff); background: linear-gradient(to top, #FCB8C3,#ffffff); }
.bgwhite-bg2-left{background: #ffffff; background: -webkit-linear-gradient(to right, #FCB8C3,#ffffff); background: linear-gradient(to right, #FCB8C3,#ffffff); }
.bgwhite-bg2-right{background: #ffffff; background: -webkit-linear-gradient(to left, #FCB8C3,#ffffff); background: linear-gradient(to top, #FCB8C3,#ffffff); }
.bg2_light-bgwhite-top{background: #ffddea; background: -webkit-linear-gradient(to top, #ffddea,#ffffff); background: linear-gradient(to top, #ffddea,#ffffff); }
.bg2_light-bgwhite-bottom{background: #ffddea; background: -webkit-linear-gradient(to bottom, #ffddea,#ffffff); background: linear-gradient(to bottom, #ffddea,#ffffff); }
.bg2_light-bgwhite-left{background: #ffddea; background: -webkit-linear-gradient(to left, #ffddea,#ffffff); background: linear-gradient(to left, #ffddea,#ffffff); }
.bg2_light-bgwhite-right{background: #ffddea; background: -webkit-linear-gradient(to right, #ffddea,#ffffff); background: linear-gradient(to right, #ffddea,#ffffff); }
.bgwhite-bg2_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ffddea,#ffffff); background: linear-gradient(to bottom, #ffddea,#ffffff); }
.bgwhite-bg2_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ffddea,#ffffff); background: linear-gradient(to top, #ffddea,#ffffff); }
.bgwhite-bg2_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ffddea,#ffffff); background: linear-gradient(to right, #ffddea,#ffffff); }
.bgwhite-bg2_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ffddea,#ffffff); background: linear-gradient(to top, #ffddea,#ffffff); }
.bg2_dark-bgwhite-top{background: #ca939c; background: -webkit-linear-gradient(to top, #ca939c,#ffffff); background: linear-gradient(to top, #ca939c,#ffffff); }
.bg2_dark-bgwhite-bottom{background: #ca939c; background: -webkit-linear-gradient(to bottom, #ca939c,#ffffff); background: linear-gradient(to bottom, #ca939c,#ffffff); }
.bg2_dark-bgwhite-left{background: #ca939c; background: -webkit-linear-gradient(to left, #ca939c,#ffffff); background: linear-gradient(to left, #ca939c,#ffffff); }
.bg2_dark-bgwhite-right{background: #ca939c; background: -webkit-linear-gradient(to right, #ca939c,#ffffff); background: linear-gradient(to right, #ca939c,#ffffff); }
.bgwhite-bg2_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ca939c,#ffffff); background: linear-gradient(to bottom, #ca939c,#ffffff); }
.bgwhite-bg2_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ca939c,#ffffff); background: linear-gradient(to top, #ca939c,#ffffff); }
.bgwhite-bg2_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ca939c,#ffffff); background: linear-gradient(to right, #ca939c,#ffffff); }
.bgwhite-bg2_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ca939c,#ffffff); background: linear-gradient(to top, #ca939c,#ffffff); }
.fill-color3{fill: #FF2844  !important;}
.bg-color3{background: #FF2844  !important;}
.bg-color3-hover{transition: all .25s ease-in;}
.bg-color3-hover:hover{background: #FF2844  !important;}
.border-color3{border-color: #FF2844  !important;}
.text-color3{color: #FF2844  !important;}
.text-color3-hover{transition: all .25s ease-in;}
.text-color3-hover:hover{color: #FF2844  !important;}
.fill-color3_dark{fill: #cc2036  !important;}
.bg-color3_dark{background: #cc2036  !important;}
.bg-color3_dark-hover{transition: all .25s ease-in;}
.bg-color3_dark-hover:hover{background: #cc2036  !important;}
.border-color3_dark{border-color: #cc2036  !important;}
.text-color3_dark{color: #cc2036  !important;}
.text-color3_dark-hover{transition: all .25s ease-in;}
.text-color3_dark-hover:hover{color: #cc2036  !important;}
.fill-color3_light{fill: #ff3052  !important;}
.bg-color3_light{background: #ff3052  !important;}
.bg-color3_light-hover{transition: all .25s ease-in;}
.bg-color3_light-hover:hover{background: #ff3052  !important;}
.border-color3_light{border-color: #ff3052  !important;}
.text-color3_light{color: #ff3052  !important;}
.text-color3_light-hover{transition: all .25s ease-in;}
.text-color3_light-hover:hover{color: #ff3052  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg3-bg1-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#FF7587); background: linear-gradient(to top, #FF2844,#FF7587); }
.bg3-bg1-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#FF7587); background: linear-gradient(to bottom, #FF2844,#FF7587); }
.bg3-bg1-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#FF7587); background: linear-gradient(to left, #FF2844,#FF7587); }
.bg3-bg1-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#FF7587); background: linear-gradient(to right, #FF2844,#FF7587); }
.bg3-bg1_light-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#ff8ca2); background: linear-gradient(to top, #FF2844,#ff8ca2); }
.bg3-bg1_light-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#ff8ca2); background: linear-gradient(to bottom, #FF2844,#ff8ca2); }
.bg3-bg1_light-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#ff8ca2); background: linear-gradient(to left, #FF2844,#ff8ca2); }
.bg3-bg1_light-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#ff8ca2); background: linear-gradient(to right, #FF2844,#ff8ca2); }
.bg3-bg1_dark-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#cc5e6c); background: linear-gradient(to top, #FF2844,#cc5e6c); }
.bg3-bg1_dark-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#cc5e6c); background: linear-gradient(to bottom, #FF2844,#cc5e6c); }
.bg3-bg1_dark-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#cc5e6c); background: linear-gradient(to left, #FF2844,#cc5e6c); }
.bg3-bg1_dark-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#cc5e6c); background: linear-gradient(to right, #FF2844,#cc5e6c); }
.bg3_light-bg1-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#FF7587); background: linear-gradient(to top, #ff3052,#FF7587); }
.bg3_light-bg1-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#FF7587); background: linear-gradient(to bottom, #ff3052,#FF7587); }
.bg3_light-bg1-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#FF7587); background: linear-gradient(to left, #ff3052,#FF7587); }
.bg3_light-bg1-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#FF7587); background: linear-gradient(to right, #ff3052,#FF7587); }
.bg3_light-bg1_light-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#ff8ca2); background: linear-gradient(to top, #ff3052,#ff8ca2); }
.bg3_light-bg1_light-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#ff8ca2); background: linear-gradient(to bottom, #ff3052,#ff8ca2); }
.bg3_light-bg1_light-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#ff8ca2); background: linear-gradient(to left, #ff3052,#ff8ca2); }
.bg3_light-bg1_light-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#ff8ca2); background: linear-gradient(to right, #ff3052,#ff8ca2); }
.bg3_light-bg1_dark-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#cc5e6c); background: linear-gradient(to top, #ff3052,#cc5e6c); }
.bg3_light-bg1_dark-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#cc5e6c); background: linear-gradient(to bottom, #ff3052,#cc5e6c); }
.bg3_light-bg1_dark-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#cc5e6c); background: linear-gradient(to left, #ff3052,#cc5e6c); }
.bg3_light-bg1_dark-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#cc5e6c); background: linear-gradient(to right, #ff3052,#cc5e6c); }
.bg3_dark-bg1-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#FF7587); background: linear-gradient(to top, #cc2036,#FF7587); }
.bg3_dark-bg1-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#FF7587); background: linear-gradient(to bottom, #cc2036,#FF7587); }
.bg3_dark-bg1-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#FF7587); background: linear-gradient(to left, #cc2036,#FF7587); }
.bg3_dark-bg1-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#FF7587); background: linear-gradient(to right, #cc2036,#FF7587); }
.bg3_dark-bg1_light-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#ff8ca2); background: linear-gradient(to top, #cc2036,#ff8ca2); }
.bg3_dark-bg1_light-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#ff8ca2); background: linear-gradient(to bottom, #cc2036,#ff8ca2); }
.bg3_dark-bg1_light-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#ff8ca2); background: linear-gradient(to left, #cc2036,#ff8ca2); }
.bg3_dark-bg1_light-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#ff8ca2); background: linear-gradient(to right, #cc2036,#ff8ca2); }
.bg3_dark-bg1_dark-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#cc5e6c); background: linear-gradient(to top, #cc2036,#cc5e6c); }
.bg3_dark-bg1_dark-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#cc5e6c); background: linear-gradient(to bottom, #cc2036,#cc5e6c); }
.bg3_dark-bg1_dark-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#cc5e6c); background: linear-gradient(to left, #cc2036,#cc5e6c); }
.bg3_dark-bg1_dark-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#cc5e6c); background: linear-gradient(to right, #cc2036,#cc5e6c); }
.bg3-bg2-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#FCB8C3); background: linear-gradient(to top, #FF2844,#FCB8C3); }
.bg3-bg2-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#FCB8C3); background: linear-gradient(to bottom, #FF2844,#FCB8C3); }
.bg3-bg2-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#FCB8C3); background: linear-gradient(to left, #FF2844,#FCB8C3); }
.bg3-bg2-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#FCB8C3); background: linear-gradient(to right, #FF2844,#FCB8C3); }
.bg3-bg2_light-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#ffddea); background: linear-gradient(to top, #FF2844,#ffddea); }
.bg3-bg2_light-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#ffddea); background: linear-gradient(to bottom, #FF2844,#ffddea); }
.bg3-bg2_light-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#ffddea); background: linear-gradient(to left, #FF2844,#ffddea); }
.bg3-bg2_light-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#ffddea); background: linear-gradient(to right, #FF2844,#ffddea); }
.bg3-bg2_dark-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#ca939c); background: linear-gradient(to top, #FF2844,#ca939c); }
.bg3-bg2_dark-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#ca939c); background: linear-gradient(to bottom, #FF2844,#ca939c); }
.bg3-bg2_dark-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#ca939c); background: linear-gradient(to left, #FF2844,#ca939c); }
.bg3-bg2_dark-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#ca939c); background: linear-gradient(to right, #FF2844,#ca939c); }
.bg3_light-bg2-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#FCB8C3); background: linear-gradient(to top, #ff3052,#FCB8C3); }
.bg3_light-bg2-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#FCB8C3); background: linear-gradient(to bottom, #ff3052,#FCB8C3); }
.bg3_light-bg2-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#FCB8C3); background: linear-gradient(to left, #ff3052,#FCB8C3); }
.bg3_light-bg2-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#FCB8C3); background: linear-gradient(to right, #ff3052,#FCB8C3); }
.bg3_light-bg2_light-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#ffddea); background: linear-gradient(to top, #ff3052,#ffddea); }
.bg3_light-bg2_light-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#ffddea); background: linear-gradient(to bottom, #ff3052,#ffddea); }
.bg3_light-bg2_light-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#ffddea); background: linear-gradient(to left, #ff3052,#ffddea); }
.bg3_light-bg2_light-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#ffddea); background: linear-gradient(to right, #ff3052,#ffddea); }
.bg3_light-bg2_dark-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#ca939c); background: linear-gradient(to top, #ff3052,#ca939c); }
.bg3_light-bg2_dark-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#ca939c); background: linear-gradient(to bottom, #ff3052,#ca939c); }
.bg3_light-bg2_dark-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#ca939c); background: linear-gradient(to left, #ff3052,#ca939c); }
.bg3_light-bg2_dark-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#ca939c); background: linear-gradient(to right, #ff3052,#ca939c); }
.bg3_dark-bg2-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#FCB8C3); background: linear-gradient(to top, #cc2036,#FCB8C3); }
.bg3_dark-bg2-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#FCB8C3); background: linear-gradient(to bottom, #cc2036,#FCB8C3); }
.bg3_dark-bg2-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#FCB8C3); background: linear-gradient(to left, #cc2036,#FCB8C3); }
.bg3_dark-bg2-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#FCB8C3); background: linear-gradient(to right, #cc2036,#FCB8C3); }
.bg3_dark-bg2_light-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#ffddea); background: linear-gradient(to top, #cc2036,#ffddea); }
.bg3_dark-bg2_light-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#ffddea); background: linear-gradient(to bottom, #cc2036,#ffddea); }
.bg3_dark-bg2_light-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#ffddea); background: linear-gradient(to left, #cc2036,#ffddea); }
.bg3_dark-bg2_light-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#ffddea); background: linear-gradient(to right, #cc2036,#ffddea); }
.bg3_dark-bg2_dark-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#ca939c); background: linear-gradient(to top, #cc2036,#ca939c); }
.bg3_dark-bg2_dark-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#ca939c); background: linear-gradient(to bottom, #cc2036,#ca939c); }
.bg3_dark-bg2_dark-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#ca939c); background: linear-gradient(to left, #cc2036,#ca939c); }
.bg3_dark-bg2_dark-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#ca939c); background: linear-gradient(to right, #cc2036,#ca939c); }
.bg3-bg3_light-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#ff3052); background: linear-gradient(to top, #FF2844,#ff3052); }
.bg3-bg3_light-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#ff3052); background: linear-gradient(to bottom, #FF2844,#ff3052); }
.bg3-bg3_light-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#ff3052); background: linear-gradient(to left, #FF2844,#ff3052); }
.bg3-bg3_light-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#ff3052); background: linear-gradient(to right, #FF2844,#ff3052); }
.bg3-bg3_dark-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#cc2036); background: linear-gradient(to top, #FF2844,#cc2036); }
.bg3-bg3_dark-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#cc2036); background: linear-gradient(to bottom, #FF2844,#cc2036); }
.bg3-bg3_dark-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#cc2036); background: linear-gradient(to left, #FF2844,#cc2036); }
.bg3-bg3_dark-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#cc2036); background: linear-gradient(to right, #FF2844,#cc2036); }
.bg3_light-bg3-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#FF2844); background: linear-gradient(to top, #ff3052,#FF2844); }
.bg3_light-bg3-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#FF2844); background: linear-gradient(to bottom, #ff3052,#FF2844); }
.bg3_light-bg3-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#FF2844); background: linear-gradient(to left, #ff3052,#FF2844); }
.bg3_light-bg3-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#FF2844); background: linear-gradient(to right, #ff3052,#FF2844); }
.bg3_light-bg3_dark-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#cc2036); background: linear-gradient(to top, #ff3052,#cc2036); }
.bg3_light-bg3_dark-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#cc2036); background: linear-gradient(to bottom, #ff3052,#cc2036); }
.bg3_light-bg3_dark-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#cc2036); background: linear-gradient(to left, #ff3052,#cc2036); }
.bg3_light-bg3_dark-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#cc2036); background: linear-gradient(to right, #ff3052,#cc2036); }
.bg3_dark-bg3-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#FF2844); background: linear-gradient(to top, #cc2036,#FF2844); }
.bg3_dark-bg3-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#FF2844); background: linear-gradient(to bottom, #cc2036,#FF2844); }
.bg3_dark-bg3-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#FF2844); background: linear-gradient(to left, #cc2036,#FF2844); }
.bg3_dark-bg3-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#FF2844); background: linear-gradient(to right, #cc2036,#FF2844); }
.bg3_dark-bg3_light-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#ff3052); background: linear-gradient(to top, #cc2036,#ff3052); }
.bg3_dark-bg3_light-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#ff3052); background: linear-gradient(to bottom, #cc2036,#ff3052); }
.bg3_dark-bg3_light-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#ff3052); background: linear-gradient(to left, #cc2036,#ff3052); }
.bg3_dark-bg3_light-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#ff3052); background: linear-gradient(to right, #cc2036,#ff3052); }
.bg3-bg4-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#FEDAD9); background: linear-gradient(to top, #FF2844,#FEDAD9); }
.bg3-bg4-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#FEDAD9); background: linear-gradient(to bottom, #FF2844,#FEDAD9); }
.bg3-bg4-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#FEDAD9); background: linear-gradient(to left, #FF2844,#FEDAD9); }
.bg3-bg4-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#FEDAD9); background: linear-gradient(to right, #FF2844,#FEDAD9); }
.bg3-bg4_light-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#ff1061); background: linear-gradient(to top, #FF2844,#ff1061); }
.bg3-bg4_light-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#ff1061); background: linear-gradient(to bottom, #FF2844,#ff1061); }
.bg3-bg4_light-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#ff1061); background: linear-gradient(to left, #FF2844,#ff1061); }
.bg3-bg4_light-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#ff1061); background: linear-gradient(to right, #FF2844,#ff1061); }
.bg3-bg4_dark-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#cbaeae); background: linear-gradient(to top, #FF2844,#cbaeae); }
.bg3-bg4_dark-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#cbaeae); background: linear-gradient(to bottom, #FF2844,#cbaeae); }
.bg3-bg4_dark-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#cbaeae); background: linear-gradient(to left, #FF2844,#cbaeae); }
.bg3-bg4_dark-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#cbaeae); background: linear-gradient(to right, #FF2844,#cbaeae); }
.bg3_light-bg4-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#FEDAD9); background: linear-gradient(to top, #ff3052,#FEDAD9); }
.bg3_light-bg4-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#FEDAD9); background: linear-gradient(to bottom, #ff3052,#FEDAD9); }
.bg3_light-bg4-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#FEDAD9); background: linear-gradient(to left, #ff3052,#FEDAD9); }
.bg3_light-bg4-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#FEDAD9); background: linear-gradient(to right, #ff3052,#FEDAD9); }
.bg3_light-bg4_light-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#ff1061); background: linear-gradient(to top, #ff3052,#ff1061); }
.bg3_light-bg4_light-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#ff1061); background: linear-gradient(to bottom, #ff3052,#ff1061); }
.bg3_light-bg4_light-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#ff1061); background: linear-gradient(to left, #ff3052,#ff1061); }
.bg3_light-bg4_light-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#ff1061); background: linear-gradient(to right, #ff3052,#ff1061); }
.bg3_light-bg4_dark-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#cbaeae); background: linear-gradient(to top, #ff3052,#cbaeae); }
.bg3_light-bg4_dark-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#cbaeae); background: linear-gradient(to bottom, #ff3052,#cbaeae); }
.bg3_light-bg4_dark-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#cbaeae); background: linear-gradient(to left, #ff3052,#cbaeae); }
.bg3_light-bg4_dark-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#cbaeae); background: linear-gradient(to right, #ff3052,#cbaeae); }
.bg3_dark-bg4-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#FEDAD9); background: linear-gradient(to top, #cc2036,#FEDAD9); }
.bg3_dark-bg4-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#FEDAD9); background: linear-gradient(to bottom, #cc2036,#FEDAD9); }
.bg3_dark-bg4-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#FEDAD9); background: linear-gradient(to left, #cc2036,#FEDAD9); }
.bg3_dark-bg4-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#FEDAD9); background: linear-gradient(to right, #cc2036,#FEDAD9); }
.bg3_dark-bg4_light-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#ff1061); background: linear-gradient(to top, #cc2036,#ff1061); }
.bg3_dark-bg4_light-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#ff1061); background: linear-gradient(to bottom, #cc2036,#ff1061); }
.bg3_dark-bg4_light-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#ff1061); background: linear-gradient(to left, #cc2036,#ff1061); }
.bg3_dark-bg4_light-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#ff1061); background: linear-gradient(to right, #cc2036,#ff1061); }
.bg3_dark-bg4_dark-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#cbaeae); background: linear-gradient(to top, #cc2036,#cbaeae); }
.bg3_dark-bg4_dark-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#cbaeae); background: linear-gradient(to bottom, #cc2036,#cbaeae); }
.bg3_dark-bg4_dark-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#cbaeae); background: linear-gradient(to left, #cc2036,#cbaeae); }
.bg3_dark-bg4_dark-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#cbaeae); background: linear-gradient(to right, #cc2036,#cbaeae); }
.bg3-bgwhite-top{background: #FF2844; background: -webkit-linear-gradient(to top, #FF2844,#ffffff); background: linear-gradient(to top, #FF2844,#ffffff); }
.bg3-bgwhite-bottom{background: #FF2844; background: -webkit-linear-gradient(to bottom, #FF2844,#ffffff); background: linear-gradient(to bottom, #FF2844,#ffffff); }
.bg3-bgwhite-left{background: #FF2844; background: -webkit-linear-gradient(to left, #FF2844,#ffffff); background: linear-gradient(to left, #FF2844,#ffffff); }
.bg3-bgwhite-right{background: #FF2844; background: -webkit-linear-gradient(to right, #FF2844,#ffffff); background: linear-gradient(to right, #FF2844,#ffffff); }
.bgwhite-bg3-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #FF2844,#ffffff); background: linear-gradient(to bottom, #FF2844,#ffffff); }
.bgwhite-bg3-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #FF2844,#ffffff); background: linear-gradient(to top, #FF2844,#ffffff); }
.bgwhite-bg3-left{background: #ffffff; background: -webkit-linear-gradient(to right, #FF2844,#ffffff); background: linear-gradient(to right, #FF2844,#ffffff); }
.bgwhite-bg3-right{background: #ffffff; background: -webkit-linear-gradient(to left, #FF2844,#ffffff); background: linear-gradient(to top, #FF2844,#ffffff); }
.bg3_light-bgwhite-top{background: #ff3052; background: -webkit-linear-gradient(to top, #ff3052,#ffffff); background: linear-gradient(to top, #ff3052,#ffffff); }
.bg3_light-bgwhite-bottom{background: #ff3052; background: -webkit-linear-gradient(to bottom, #ff3052,#ffffff); background: linear-gradient(to bottom, #ff3052,#ffffff); }
.bg3_light-bgwhite-left{background: #ff3052; background: -webkit-linear-gradient(to left, #ff3052,#ffffff); background: linear-gradient(to left, #ff3052,#ffffff); }
.bg3_light-bgwhite-right{background: #ff3052; background: -webkit-linear-gradient(to right, #ff3052,#ffffff); background: linear-gradient(to right, #ff3052,#ffffff); }
.bgwhite-bg3_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ff3052,#ffffff); background: linear-gradient(to bottom, #ff3052,#ffffff); }
.bgwhite-bg3_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ff3052,#ffffff); background: linear-gradient(to top, #ff3052,#ffffff); }
.bgwhite-bg3_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ff3052,#ffffff); background: linear-gradient(to right, #ff3052,#ffffff); }
.bgwhite-bg3_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ff3052,#ffffff); background: linear-gradient(to top, #ff3052,#ffffff); }
.bg3_dark-bgwhite-top{background: #cc2036; background: -webkit-linear-gradient(to top, #cc2036,#ffffff); background: linear-gradient(to top, #cc2036,#ffffff); }
.bg3_dark-bgwhite-bottom{background: #cc2036; background: -webkit-linear-gradient(to bottom, #cc2036,#ffffff); background: linear-gradient(to bottom, #cc2036,#ffffff); }
.bg3_dark-bgwhite-left{background: #cc2036; background: -webkit-linear-gradient(to left, #cc2036,#ffffff); background: linear-gradient(to left, #cc2036,#ffffff); }
.bg3_dark-bgwhite-right{background: #cc2036; background: -webkit-linear-gradient(to right, #cc2036,#ffffff); background: linear-gradient(to right, #cc2036,#ffffff); }
.bgwhite-bg3_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #cc2036,#ffffff); background: linear-gradient(to bottom, #cc2036,#ffffff); }
.bgwhite-bg3_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #cc2036,#ffffff); background: linear-gradient(to top, #cc2036,#ffffff); }
.bgwhite-bg3_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #cc2036,#ffffff); background: linear-gradient(to right, #cc2036,#ffffff); }
.bgwhite-bg3_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #cc2036,#ffffff); background: linear-gradient(to top, #cc2036,#ffffff); }
.fill-color4{fill: #FEDAD9  !important;}
.bg-color4{background: #FEDAD9  !important;}
.bg-color4-hover{transition: all .25s ease-in;}
.bg-color4-hover:hover{background: #FEDAD9  !important;}
.border-color4{border-color: #FEDAD9  !important;}
.text-color4{color: #FEDAD9  !important;}
.text-color4-hover{transition: all .25s ease-in;}
.text-color4-hover:hover{color: #FEDAD9  !important;}
.fill-color4_dark{fill: #cbaeae  !important;}
.bg-color4_dark{background: #cbaeae  !important;}
.bg-color4_dark-hover{transition: all .25s ease-in;}
.bg-color4_dark-hover:hover{background: #cbaeae  !important;}
.border-color4_dark{border-color: #cbaeae  !important;}
.text-color4_dark{color: #cbaeae  !important;}
.text-color4_dark-hover{transition: all .25s ease-in;}
.text-color4_dark-hover:hover{color: #cbaeae  !important;}
.fill-color4_light{fill: #ff1061  !important;}
.bg-color4_light{background: #ff1061  !important;}
.bg-color4_light-hover{transition: all .25s ease-in;}
.bg-color4_light-hover:hover{background: #ff1061  !important;}
.border-color4_light{border-color: #ff1061  !important;}
.text-color4_light{color: #ff1061  !important;}
.text-color4_light-hover{transition: all .25s ease-in;}
.text-color4_light-hover:hover{color: #ff1061  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg4-bg1-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#FF7587); background: linear-gradient(to top, #FEDAD9,#FF7587); }
.bg4-bg1-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#FF7587); background: linear-gradient(to bottom, #FEDAD9,#FF7587); }
.bg4-bg1-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#FF7587); background: linear-gradient(to left, #FEDAD9,#FF7587); }
.bg4-bg1-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#FF7587); background: linear-gradient(to right, #FEDAD9,#FF7587); }
.bg4-bg1_light-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#ff8ca2); background: linear-gradient(to top, #FEDAD9,#ff8ca2); }
.bg4-bg1_light-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#ff8ca2); background: linear-gradient(to bottom, #FEDAD9,#ff8ca2); }
.bg4-bg1_light-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#ff8ca2); background: linear-gradient(to left, #FEDAD9,#ff8ca2); }
.bg4-bg1_light-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#ff8ca2); background: linear-gradient(to right, #FEDAD9,#ff8ca2); }
.bg4-bg1_dark-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#cc5e6c); background: linear-gradient(to top, #FEDAD9,#cc5e6c); }
.bg4-bg1_dark-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#cc5e6c); background: linear-gradient(to bottom, #FEDAD9,#cc5e6c); }
.bg4-bg1_dark-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#cc5e6c); background: linear-gradient(to left, #FEDAD9,#cc5e6c); }
.bg4-bg1_dark-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#cc5e6c); background: linear-gradient(to right, #FEDAD9,#cc5e6c); }
.bg4_light-bg1-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#FF7587); background: linear-gradient(to top, #ff1061,#FF7587); }
.bg4_light-bg1-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#FF7587); background: linear-gradient(to bottom, #ff1061,#FF7587); }
.bg4_light-bg1-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#FF7587); background: linear-gradient(to left, #ff1061,#FF7587); }
.bg4_light-bg1-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#FF7587); background: linear-gradient(to right, #ff1061,#FF7587); }
.bg4_light-bg1_light-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#ff8ca2); background: linear-gradient(to top, #ff1061,#ff8ca2); }
.bg4_light-bg1_light-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#ff8ca2); background: linear-gradient(to bottom, #ff1061,#ff8ca2); }
.bg4_light-bg1_light-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#ff8ca2); background: linear-gradient(to left, #ff1061,#ff8ca2); }
.bg4_light-bg1_light-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#ff8ca2); background: linear-gradient(to right, #ff1061,#ff8ca2); }
.bg4_light-bg1_dark-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#cc5e6c); background: linear-gradient(to top, #ff1061,#cc5e6c); }
.bg4_light-bg1_dark-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#cc5e6c); background: linear-gradient(to bottom, #ff1061,#cc5e6c); }
.bg4_light-bg1_dark-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#cc5e6c); background: linear-gradient(to left, #ff1061,#cc5e6c); }
.bg4_light-bg1_dark-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#cc5e6c); background: linear-gradient(to right, #ff1061,#cc5e6c); }
.bg4_dark-bg1-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#FF7587); background: linear-gradient(to top, #cbaeae,#FF7587); }
.bg4_dark-bg1-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#FF7587); background: linear-gradient(to bottom, #cbaeae,#FF7587); }
.bg4_dark-bg1-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#FF7587); background: linear-gradient(to left, #cbaeae,#FF7587); }
.bg4_dark-bg1-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#FF7587); background: linear-gradient(to right, #cbaeae,#FF7587); }
.bg4_dark-bg1_light-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#ff8ca2); background: linear-gradient(to top, #cbaeae,#ff8ca2); }
.bg4_dark-bg1_light-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#ff8ca2); background: linear-gradient(to bottom, #cbaeae,#ff8ca2); }
.bg4_dark-bg1_light-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#ff8ca2); background: linear-gradient(to left, #cbaeae,#ff8ca2); }
.bg4_dark-bg1_light-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#ff8ca2); background: linear-gradient(to right, #cbaeae,#ff8ca2); }
.bg4_dark-bg1_dark-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#cc5e6c); background: linear-gradient(to top, #cbaeae,#cc5e6c); }
.bg4_dark-bg1_dark-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#cc5e6c); background: linear-gradient(to bottom, #cbaeae,#cc5e6c); }
.bg4_dark-bg1_dark-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#cc5e6c); background: linear-gradient(to left, #cbaeae,#cc5e6c); }
.bg4_dark-bg1_dark-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#cc5e6c); background: linear-gradient(to right, #cbaeae,#cc5e6c); }
.bg4-bg2-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#FCB8C3); background: linear-gradient(to top, #FEDAD9,#FCB8C3); }
.bg4-bg2-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#FCB8C3); background: linear-gradient(to bottom, #FEDAD9,#FCB8C3); }
.bg4-bg2-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#FCB8C3); background: linear-gradient(to left, #FEDAD9,#FCB8C3); }
.bg4-bg2-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#FCB8C3); background: linear-gradient(to right, #FEDAD9,#FCB8C3); }
.bg4-bg2_light-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#ffddea); background: linear-gradient(to top, #FEDAD9,#ffddea); }
.bg4-bg2_light-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#ffddea); background: linear-gradient(to bottom, #FEDAD9,#ffddea); }
.bg4-bg2_light-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#ffddea); background: linear-gradient(to left, #FEDAD9,#ffddea); }
.bg4-bg2_light-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#ffddea); background: linear-gradient(to right, #FEDAD9,#ffddea); }
.bg4-bg2_dark-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#ca939c); background: linear-gradient(to top, #FEDAD9,#ca939c); }
.bg4-bg2_dark-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#ca939c); background: linear-gradient(to bottom, #FEDAD9,#ca939c); }
.bg4-bg2_dark-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#ca939c); background: linear-gradient(to left, #FEDAD9,#ca939c); }
.bg4-bg2_dark-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#ca939c); background: linear-gradient(to right, #FEDAD9,#ca939c); }
.bg4_light-bg2-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#FCB8C3); background: linear-gradient(to top, #ff1061,#FCB8C3); }
.bg4_light-bg2-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#FCB8C3); background: linear-gradient(to bottom, #ff1061,#FCB8C3); }
.bg4_light-bg2-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#FCB8C3); background: linear-gradient(to left, #ff1061,#FCB8C3); }
.bg4_light-bg2-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#FCB8C3); background: linear-gradient(to right, #ff1061,#FCB8C3); }
.bg4_light-bg2_light-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#ffddea); background: linear-gradient(to top, #ff1061,#ffddea); }
.bg4_light-bg2_light-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#ffddea); background: linear-gradient(to bottom, #ff1061,#ffddea); }
.bg4_light-bg2_light-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#ffddea); background: linear-gradient(to left, #ff1061,#ffddea); }
.bg4_light-bg2_light-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#ffddea); background: linear-gradient(to right, #ff1061,#ffddea); }
.bg4_light-bg2_dark-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#ca939c); background: linear-gradient(to top, #ff1061,#ca939c); }
.bg4_light-bg2_dark-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#ca939c); background: linear-gradient(to bottom, #ff1061,#ca939c); }
.bg4_light-bg2_dark-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#ca939c); background: linear-gradient(to left, #ff1061,#ca939c); }
.bg4_light-bg2_dark-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#ca939c); background: linear-gradient(to right, #ff1061,#ca939c); }
.bg4_dark-bg2-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#FCB8C3); background: linear-gradient(to top, #cbaeae,#FCB8C3); }
.bg4_dark-bg2-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#FCB8C3); background: linear-gradient(to bottom, #cbaeae,#FCB8C3); }
.bg4_dark-bg2-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#FCB8C3); background: linear-gradient(to left, #cbaeae,#FCB8C3); }
.bg4_dark-bg2-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#FCB8C3); background: linear-gradient(to right, #cbaeae,#FCB8C3); }
.bg4_dark-bg2_light-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#ffddea); background: linear-gradient(to top, #cbaeae,#ffddea); }
.bg4_dark-bg2_light-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#ffddea); background: linear-gradient(to bottom, #cbaeae,#ffddea); }
.bg4_dark-bg2_light-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#ffddea); background: linear-gradient(to left, #cbaeae,#ffddea); }
.bg4_dark-bg2_light-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#ffddea); background: linear-gradient(to right, #cbaeae,#ffddea); }
.bg4_dark-bg2_dark-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#ca939c); background: linear-gradient(to top, #cbaeae,#ca939c); }
.bg4_dark-bg2_dark-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#ca939c); background: linear-gradient(to bottom, #cbaeae,#ca939c); }
.bg4_dark-bg2_dark-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#ca939c); background: linear-gradient(to left, #cbaeae,#ca939c); }
.bg4_dark-bg2_dark-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#ca939c); background: linear-gradient(to right, #cbaeae,#ca939c); }
.bg4-bg3-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#FF2844); background: linear-gradient(to top, #FEDAD9,#FF2844); }
.bg4-bg3-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#FF2844); background: linear-gradient(to bottom, #FEDAD9,#FF2844); }
.bg4-bg3-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#FF2844); background: linear-gradient(to left, #FEDAD9,#FF2844); }
.bg4-bg3-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#FF2844); background: linear-gradient(to right, #FEDAD9,#FF2844); }
.bg4-bg3_light-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#ff3052); background: linear-gradient(to top, #FEDAD9,#ff3052); }
.bg4-bg3_light-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#ff3052); background: linear-gradient(to bottom, #FEDAD9,#ff3052); }
.bg4-bg3_light-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#ff3052); background: linear-gradient(to left, #FEDAD9,#ff3052); }
.bg4-bg3_light-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#ff3052); background: linear-gradient(to right, #FEDAD9,#ff3052); }
.bg4-bg3_dark-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#cc2036); background: linear-gradient(to top, #FEDAD9,#cc2036); }
.bg4-bg3_dark-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#cc2036); background: linear-gradient(to bottom, #FEDAD9,#cc2036); }
.bg4-bg3_dark-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#cc2036); background: linear-gradient(to left, #FEDAD9,#cc2036); }
.bg4-bg3_dark-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#cc2036); background: linear-gradient(to right, #FEDAD9,#cc2036); }
.bg4_light-bg3-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#FF2844); background: linear-gradient(to top, #ff1061,#FF2844); }
.bg4_light-bg3-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#FF2844); background: linear-gradient(to bottom, #ff1061,#FF2844); }
.bg4_light-bg3-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#FF2844); background: linear-gradient(to left, #ff1061,#FF2844); }
.bg4_light-bg3-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#FF2844); background: linear-gradient(to right, #ff1061,#FF2844); }
.bg4_light-bg3_light-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#ff3052); background: linear-gradient(to top, #ff1061,#ff3052); }
.bg4_light-bg3_light-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#ff3052); background: linear-gradient(to bottom, #ff1061,#ff3052); }
.bg4_light-bg3_light-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#ff3052); background: linear-gradient(to left, #ff1061,#ff3052); }
.bg4_light-bg3_light-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#ff3052); background: linear-gradient(to right, #ff1061,#ff3052); }
.bg4_light-bg3_dark-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#cc2036); background: linear-gradient(to top, #ff1061,#cc2036); }
.bg4_light-bg3_dark-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#cc2036); background: linear-gradient(to bottom, #ff1061,#cc2036); }
.bg4_light-bg3_dark-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#cc2036); background: linear-gradient(to left, #ff1061,#cc2036); }
.bg4_light-bg3_dark-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#cc2036); background: linear-gradient(to right, #ff1061,#cc2036); }
.bg4_dark-bg3-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#FF2844); background: linear-gradient(to top, #cbaeae,#FF2844); }
.bg4_dark-bg3-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#FF2844); background: linear-gradient(to bottom, #cbaeae,#FF2844); }
.bg4_dark-bg3-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#FF2844); background: linear-gradient(to left, #cbaeae,#FF2844); }
.bg4_dark-bg3-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#FF2844); background: linear-gradient(to right, #cbaeae,#FF2844); }
.bg4_dark-bg3_light-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#ff3052); background: linear-gradient(to top, #cbaeae,#ff3052); }
.bg4_dark-bg3_light-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#ff3052); background: linear-gradient(to bottom, #cbaeae,#ff3052); }
.bg4_dark-bg3_light-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#ff3052); background: linear-gradient(to left, #cbaeae,#ff3052); }
.bg4_dark-bg3_light-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#ff3052); background: linear-gradient(to right, #cbaeae,#ff3052); }
.bg4_dark-bg3_dark-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#cc2036); background: linear-gradient(to top, #cbaeae,#cc2036); }
.bg4_dark-bg3_dark-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#cc2036); background: linear-gradient(to bottom, #cbaeae,#cc2036); }
.bg4_dark-bg3_dark-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#cc2036); background: linear-gradient(to left, #cbaeae,#cc2036); }
.bg4_dark-bg3_dark-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#cc2036); background: linear-gradient(to right, #cbaeae,#cc2036); }
.bg4-bg4_light-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#ff1061); background: linear-gradient(to top, #FEDAD9,#ff1061); }
.bg4-bg4_light-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#ff1061); background: linear-gradient(to bottom, #FEDAD9,#ff1061); }
.bg4-bg4_light-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#ff1061); background: linear-gradient(to left, #FEDAD9,#ff1061); }
.bg4-bg4_light-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#ff1061); background: linear-gradient(to right, #FEDAD9,#ff1061); }
.bg4-bg4_dark-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#cbaeae); background: linear-gradient(to top, #FEDAD9,#cbaeae); }
.bg4-bg4_dark-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#cbaeae); background: linear-gradient(to bottom, #FEDAD9,#cbaeae); }
.bg4-bg4_dark-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#cbaeae); background: linear-gradient(to left, #FEDAD9,#cbaeae); }
.bg4-bg4_dark-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#cbaeae); background: linear-gradient(to right, #FEDAD9,#cbaeae); }
.bg4_light-bg4-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#FEDAD9); background: linear-gradient(to top, #ff1061,#FEDAD9); }
.bg4_light-bg4-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#FEDAD9); background: linear-gradient(to bottom, #ff1061,#FEDAD9); }
.bg4_light-bg4-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#FEDAD9); background: linear-gradient(to left, #ff1061,#FEDAD9); }
.bg4_light-bg4-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#FEDAD9); background: linear-gradient(to right, #ff1061,#FEDAD9); }
.bg4_light-bg4_dark-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#cbaeae); background: linear-gradient(to top, #ff1061,#cbaeae); }
.bg4_light-bg4_dark-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#cbaeae); background: linear-gradient(to bottom, #ff1061,#cbaeae); }
.bg4_light-bg4_dark-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#cbaeae); background: linear-gradient(to left, #ff1061,#cbaeae); }
.bg4_light-bg4_dark-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#cbaeae); background: linear-gradient(to right, #ff1061,#cbaeae); }
.bg4_dark-bg4-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#FEDAD9); background: linear-gradient(to top, #cbaeae,#FEDAD9); }
.bg4_dark-bg4-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#FEDAD9); background: linear-gradient(to bottom, #cbaeae,#FEDAD9); }
.bg4_dark-bg4-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#FEDAD9); background: linear-gradient(to left, #cbaeae,#FEDAD9); }
.bg4_dark-bg4-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#FEDAD9); background: linear-gradient(to right, #cbaeae,#FEDAD9); }
.bg4_dark-bg4_light-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#ff1061); background: linear-gradient(to top, #cbaeae,#ff1061); }
.bg4_dark-bg4_light-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#ff1061); background: linear-gradient(to bottom, #cbaeae,#ff1061); }
.bg4_dark-bg4_light-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#ff1061); background: linear-gradient(to left, #cbaeae,#ff1061); }
.bg4_dark-bg4_light-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#ff1061); background: linear-gradient(to right, #cbaeae,#ff1061); }
.bg4-bgwhite-top{background: #FEDAD9; background: -webkit-linear-gradient(to top, #FEDAD9,#ffffff); background: linear-gradient(to top, #FEDAD9,#ffffff); }
.bg4-bgwhite-bottom{background: #FEDAD9; background: -webkit-linear-gradient(to bottom, #FEDAD9,#ffffff); background: linear-gradient(to bottom, #FEDAD9,#ffffff); }
.bg4-bgwhite-left{background: #FEDAD9; background: -webkit-linear-gradient(to left, #FEDAD9,#ffffff); background: linear-gradient(to left, #FEDAD9,#ffffff); }
.bg4-bgwhite-right{background: #FEDAD9; background: -webkit-linear-gradient(to right, #FEDAD9,#ffffff); background: linear-gradient(to right, #FEDAD9,#ffffff); }
.bgwhite-bg4-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #FEDAD9,#ffffff); background: linear-gradient(to bottom, #FEDAD9,#ffffff); }
.bgwhite-bg4-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #FEDAD9,#ffffff); background: linear-gradient(to top, #FEDAD9,#ffffff); }
.bgwhite-bg4-left{background: #ffffff; background: -webkit-linear-gradient(to right, #FEDAD9,#ffffff); background: linear-gradient(to right, #FEDAD9,#ffffff); }
.bgwhite-bg4-right{background: #ffffff; background: -webkit-linear-gradient(to left, #FEDAD9,#ffffff); background: linear-gradient(to top, #FEDAD9,#ffffff); }
.bg4_light-bgwhite-top{background: #ff1061; background: -webkit-linear-gradient(to top, #ff1061,#ffffff); background: linear-gradient(to top, #ff1061,#ffffff); }
.bg4_light-bgwhite-bottom{background: #ff1061; background: -webkit-linear-gradient(to bottom, #ff1061,#ffffff); background: linear-gradient(to bottom, #ff1061,#ffffff); }
.bg4_light-bgwhite-left{background: #ff1061; background: -webkit-linear-gradient(to left, #ff1061,#ffffff); background: linear-gradient(to left, #ff1061,#ffffff); }
.bg4_light-bgwhite-right{background: #ff1061; background: -webkit-linear-gradient(to right, #ff1061,#ffffff); background: linear-gradient(to right, #ff1061,#ffffff); }
.bgwhite-bg4_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ff1061,#ffffff); background: linear-gradient(to bottom, #ff1061,#ffffff); }
.bgwhite-bg4_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ff1061,#ffffff); background: linear-gradient(to top, #ff1061,#ffffff); }
.bgwhite-bg4_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ff1061,#ffffff); background: linear-gradient(to right, #ff1061,#ffffff); }
.bgwhite-bg4_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ff1061,#ffffff); background: linear-gradient(to top, #ff1061,#ffffff); }
.bg4_dark-bgwhite-top{background: #cbaeae; background: -webkit-linear-gradient(to top, #cbaeae,#ffffff); background: linear-gradient(to top, #cbaeae,#ffffff); }
.bg4_dark-bgwhite-bottom{background: #cbaeae; background: -webkit-linear-gradient(to bottom, #cbaeae,#ffffff); background: linear-gradient(to bottom, #cbaeae,#ffffff); }
.bg4_dark-bgwhite-left{background: #cbaeae; background: -webkit-linear-gradient(to left, #cbaeae,#ffffff); background: linear-gradient(to left, #cbaeae,#ffffff); }
.bg4_dark-bgwhite-right{background: #cbaeae; background: -webkit-linear-gradient(to right, #cbaeae,#ffffff); background: linear-gradient(to right, #cbaeae,#ffffff); }
.bgwhite-bg4_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #cbaeae,#ffffff); background: linear-gradient(to bottom, #cbaeae,#ffffff); }
.bgwhite-bg4_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #cbaeae,#ffffff); background: linear-gradient(to top, #cbaeae,#ffffff); }
.bgwhite-bg4_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #cbaeae,#ffffff); background: linear-gradient(to right, #cbaeae,#ffffff); }
.bgwhite-bg4_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #cbaeae,#ffffff); background: linear-gradient(to top, #cbaeae,#ffffff); }

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