.homesliderTitle{ 
  	color: #FFF;
}
.homesliderSub{
	color: #FFF;
}
.homesliderBtn{
	margin: 20px 0;
}
.kobobotl{
	z-index: 10;
	position: absolute;
	left: 50px;
	bottom: 0;
}
.kobobotl img{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	object-fit: cover;
	max-height: calc(100vh - (160px)) !important;
}
.kobogcont {
	max-width: 980px;
	margin: 50px auto;
	text-align: center;
	padding: 0 10px;
}
.kobogcontTitle h1{
	font-size: 42px;
	margin: 0;
}
.kobogcontSubtitle h2{ 
	font-size: 20px;
	color: var(--kobo_gold_color);
}
.kobogcontText{
	max-width: 800px;
	margin: 0 auto;
}
.kobognotes{
	margin: 100px 0 20px;
	padding: 0 10px;
	text-align: center;
}
.kobognotesTitle{
	margin: 0 0 5px;
	font-weight: 400;
}
.kobognotesBott{
	font-size: 14px;
	color: #999;
}