section.frontpage-showcase {
	position: relative;
	z-index: 2;
	margin: 5px 0;
}
section.frontpage-showcase h1 {
	font-size: 32px;
	margin-top: 15px;
}
section.frontpage-showcase h1 span {
	display: block;
	font-size: 35px;
	line-height: 35px;
}
section.frontpage-showcase .social img {
	height: 22px;
	filter: invert(1);
	opacity: 0.5;
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
section.frontpage-showcase .social a:hover img {
	opacity: 1;
	transform: scale(2);
}
section.frontpage-showcase .social {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}
section.frontpage-showcase .social a {
	color: rgba(255, 255, 255, 0.65);
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
	position: relative;
	color: white;
	opacity: 0.5;
}
section.frontpage-showcase .social a:hover {
	opacity: 1;
}
section.frontpage-showcase .social svg {
	height: 24px;
	position: relative;
	top: 3px;
}
section.frontpage-showcase .social .tooltip {
	position: absolute;
	bottom: -34px;
	left: -4px;
	background: rgba(0, 0, 0, 0.6);
	width: 74px;
	font-size: 14px;
	color: var(--color);
	font-weight: 600;
	border-radius: var(--border-radius);
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	transform: scale(0);
}
section.frontpage-showcase .mobile-break {
	display: none;
}
section.frontpage-showcase .social a:hover .tooltip {
	opacity: 1;
	bottom: -40px;
	transform: scale(1);
}
section.frontpage-showcase .social a:hover {
	color: white;
}
section.frontpage-showcase .box {
	margin-bottom: 5px;
	transform-style: preserve-3d;
	perspective: 1200px;
}
section.showcase-frontpag .c.c-full {
	position: relative;
}
section.frontpage-showcase .main>.grid {
	grid-template-columns: 1fr 2fr;
}
section.frontpage-showcase .grid>.content {
	position: relative;
	z-index: 1;
}
section.frontpage-showcase .grid>.content .box:last-of-type {
	margin: unset;
}
section.frontpage-showcase .grid>.content:after {
	content: "";
	display: none;
	width: 1px;
	position: absolute;
	background: transparent;
	right: 32px;
	z-index: -1;
	top: 0;
	border-left: 2px dashed rgba(255, 255, 255, 0.1);
	bottom: 0;
}
section.frontpage-showcase .slider {
	position: relative;
}
section.frontpage-showcase .slider .content {
	position: absolute;
	bottom: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	right: 0;
	padding: 25px 180px 20px 30px;
}
section.frontpage-showcase .slider .badge {
	margin-bottom: 6px;
	display: inline-block;
}
section.frontpage-showcase .slider .content h2 {
	color: var(--color);
	margin: unset;
}
section.frontpage-showcase .slider .article h2 {
	color: var(--color);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 6px;
	font-size: 34px;
}
section.frontpage-showcase .slider .article h2:hover {
	color: var(--color-dark);
}
section.frontpage-showcase .slider .content p {
	margin-bottom: 5px;
	font-size: 18px;
	color: white;
}
section.frontpage-showcase .slider .content .action {
	text-align: right;
	color: white;
	padding-top: 40px;
	font-size: 18px;
}
section.frontpage-showcase .slider .article .data {
	font-size: 15px;
	color: var(--color);
}
section.frontpage-showcase .slider .article .data li {
	display: inline-block;
	margin-right: 8px;
}
section.frontpage-showcase .slider .article .data i {
	opacity: 0.5;
	font-size: 11px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}
section.frontpage-showcase .slider .content .action a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: var(--color);
}
section.frontpage-showcase .slider .content .action a:hover {
	color: var(--color-dark);
}
section.frontpage-showcase .swiper {
	position: absolute;
	width: 100%;
	height: 100%;
}
section.frontpage-showcase .swiper-slide {
	position: relative;
	user-select: none;
	border-radius: 20px;
	overflow: hidden;
}
section.frontpage-showcase .swiper-slide>div.box {
	height: 100%;
	overflow: hidden;
	margin: unset;
	position: relative;
	z-index: 2;
	padding: 10px;
}
section.frontpage-showcase .swiper-slide img.bg {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: var(--border-radius);
	z-index: 1;
	opacity: 0.4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
section.frontpage-showcase .swiper-slide:hover img.bg {
	opacity: 0.6;
}
section.frontpage-showcase .swiper-slide img.bg.tone {
	filter: grayscale(0.5)
}
section.frontpage-showcase .swiper-slide img.bg.v-tone {
	filter: grayscale(1);
	opacity: 0.15;
	transform: scale(1)
}
section.frontpage-showcase .swiper-slide .bot:hover img.bg.v-tone {
	filter: grayscale(0.5);
	opacity: 0.25;
	transform: scale(1.025)
}
section.frontpage-showcase .promo-bg {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: var(--border-radius);
	z-index: 1;
	opacity: 0.4;
	background: rgb(194, 6, 69);
	background: -moz-linear-gradient(45deg, rgba(194, 6, 69, 1) 0%, rgba(253, 175, 36, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(194, 6, 69, 1) 0%, rgba(253, 175, 36, 1) 100%);
	background: linear-gradient(45deg, rgba(194, 6, 69, 1) 0%, rgba(253, 175, 36, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c20645", endColorstr="#fdaf24", GradientType=1);
	opacity: 0.1;
}
section.frontpage-showcase .promo {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 185px;
	right: 40px;
}
section.frontpage-showcase .promo h2 {
	color: white;
	font-size: 38px;
	position: relative;
}
section.frontpage-showcase .promo h2 span {
	font-size: 38px;
	display: inline-block;
	padding: 0 8px;
	color: black;
	background: rgb(194, 6, 69) !important;
	background: -moz-linear-gradient(45deg, var(--color2) 0%, var(--color) 100%) !important;
	background: -webkit-linear-gradient(45deg, var(--color2) 0%, var(--color) 100%) !important;
	background: linear-gradient(45deg, var(--color2) 0%, var(--color) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c20645", endColorstr="#fdaf24", GradientType=1);
	border-radius: 8px;
}
section.frontpage-showcase .deal {
	background: black;
	padding: 10px 20px;
	border-radius: var(--border-radius);
	font-size: 34px;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	left: 35px;
	bottom: 52px;
	z-index: 3;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	text-align: center;
	color: white;
	text-transform: uppercase;
	padding-top: 26px;
	line-height: 33px;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
	filter: drop-shadow(-20px 19px 1px black);
}
section.frontpage-showcase .deal .percent {
	color: black;
	background: var(--color);
	padding: 13px 0;
	border-radius: var(--border-radius);
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	right: 55px;
	bottom: -20px;
	z-index: 3;
	position: absolute;
	line-height: 16px;
	left: 0;
	right: 0;
	width: 96px;
	text-align: center;
	margin: auto;
	background: rgb(194, 6, 69) !important;
	background: -moz-linear-gradient(45deg, var(--color2) 0%, var(--color) 100%) !important;
	background: -webkit-linear-gradient(45deg, var(--color2) 0%, var(--color) 100%) !important;
	background: linear-gradient(45deg, var(--color2) 0%, var(--color) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c20645", endColorstr="#fdaf24", GradientType=1);
}
section.frontpage-showcase .promo p {
	margin-bottom: 5px;
	color: white;
	line-height: 18px;
}
section.frontpage-showcase .promo p span {
	color: var(--color);
	font-weight: 900;
}
section.frontpage-showcase .promo a {
	position: absolute;
	right: 5px;
	top: -2px;
	z-index: 3;
}
section.frontpage-showcase .promo .details {
	font-size: 14px;
	color: var(--color);
	line-height: 17px;
}
section.frontpage-showcase .bots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
	grid-gap: 10px;
}
section.frontpage-showcase .bot {
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
	text-align: center;
}
section.frontpage-showcase .bot-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	z-index: 2;
}
section.frontpage-showcase .bot-content .image img {
	border-radius: 50%;
	height: 90px;
	width: 90px;
}
section.frontpage-showcase .bot h2 {
	font-size: 24px;
	color: var(--color);
	margin-bottom: 1px;
	line-height: 24px;
	font-weight: 400;
}
section.frontpage-showcase .bot .profit {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}
section.frontpage-showcase .bot .asset {
	margin-top: -13px;
}
section.frontpage-showcase .bot .asset img {
	height: 20px;
	width: 20px;
	object-fit: cover;
	background: white;
	border-radius: 50%;
}
section.frontpage-showcase .bot .exchange {
	font-size: 16px;
	opacity: 0.5;
}
section.frontpage-showcase .bot .exchange img {
	height: 16px;
	width: 16px;
	object-fit: contain;
	position: relative;
	top: 3px;
	margin-right: 4px;
}
section.frontpage-showcase .pro-content {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	color: white;
	z-index: 3;
}
section.frontpage-showcase .pro-content h2 {
	font-size: 54px;
	line-height: 54px;
	font-weight: 500;
	text-shadow: 1px 1px 10px black;
	margin: unset;
}
section.frontpage-showcase .pro-content h2 span {
	color: var(--color);
}
section.frontpage-showcase .pro-content p {
	font-size: 18px;
	line-height: 18px;
}
section.frontpage-showcase .pro-content .items {
	margin-bottom: 12px;
}
section.frontpage-showcase .pro-content .item {
	display: inline-block;
	border: 3px solid var(--color2);
	background: var(--darker);
	border-radius: 50%;
	padding-top: 21px;
	width: 110px;
	text-align: center;
	height: 110px;
	margin-left: -3px;
	margin-right: -3px;
}
section.frontpage-showcase .pro-content .item .icon {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 7px;
	color: var(--color);
}
section.frontpage-showcase .pro-content .item .caption {
	font-size: 14px;
	line-height: 14px;
}
section.frontpage-showcase .pro-content .item .caption span {
	display: block;
	color: var(--color-dark);
	font-weight: 600;
	font-size: 17px;
}
section.frontpage-showcase .root {
	position: absolute;
	background: var(--color-root);
	color: black;
	padding: 0 8px;
	border-radius: var(--border-radius);
	font-size: 16px;
	font-weight: 600;
	top: 15px;
	left: 15px;
	width: 110px;
	text-align: center;
	z-index: 9;
}
@media all and (max-width: 1320px) {
	section.frontpage-showcase .main>.grid {
		grid-template-columns: 434px 1fr;
	}
	section.frontpage-showcase .slider .article {
		padding-right: 50px;
	}
}
@media (max-width: 1140px) {
	section.frontpage-showcase .pro-content h2 {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 2px;
	}
	section.frontpage-showcase .grid>.content .box:last-of-type {
		padding: 10px 10px;
	}
	section.frontpage-showcase .slider {
		height: 100%;
	}
	section.frontpage-showcase .slider .article h2 {
		font-size: 24px;
	}
	section.frontpage-showcase .promo {
		left: 135px;
		right: 37px;
		bottom: 35px;
	}
	section.frontpage-showcase .deal {
		bottom: 89px;
		left: 26px;
		margin: auto;
		font-size: 22px;
		line-height: 21px;
		width: 86px;
		height: 86px;
	}
	section.frontpage-showcase .deal .percent {
		bottom: -29px;
		font-size: 20px;
		line-height: 6px;
		left: -6px;
	}
	section.frontpage-showcase .promo p {
		font-size: 15px;
		line-height: 19px;
	}
	section.frontpage-showcase .promo a {
		display: none;
	}
	section.frontpage-showcase .promo .details {
		display: none;
	}
	section.frontpage-showcase .bot h2 {
		font-size: 18px;
		line-height: 18px;
	}
	section.frontpage-showcase .bot .profit {
		font-size: 25px;
		line-height: 24px;
	}
	section.frontpage-showcase .bot .exchange {
		font-size: 14px;
		line-height: 14px;
	}
	section.frontpage-showcase .pro-content .item:last-of-type {
		display: none;
	}
}
@media all and (max-width: 960px) {
	section.frontpage-showcase .slider .article {
		padding-bottom: 35px;
	}
	section.frontpage-showcase .main>.grid {
		grid-template-columns: 1fr;
	}
	section.frontpage-showcase .grid>.content {
		display: block;
		text-align: center;
	}
	section.frontpage-showcase .grid>.content .box:last-of-type {
		padding: 10px;
	}
	section.frontpage-showcase .slider {
		display: block;
		position: relative;
		height: 310px;
		display: none!important;
	}
	section.frontpage-showcase h1{
		margin-top:unset;
	}
	section.frontpage-showcase .box{
		padding:50px
	}
}
@media all and (max-width: 576px) {
		section.frontpage-showcase .box{
		padding:25px 25px;
	}
	section.frontpage-showcase .promo p {
		padding-bottom: 10px;
	}
	section.frontpage-showcase h1 {
		font-size: 26px;
		line-height: 22px;
	}
	section.frontpage-showcase h1 span {
		font-size: 28px;
		line-height: 28px;
		margin-top: 4px;
		display: block;
	}
	section.frontpage-showcase .slider {
		height: 410px;
	}
	section.frontpage-showcase .slider .article .data li {
		display: block;
		line-height: 15px;
		font-size: 14px;
	}
	section.frontpage-showcase .slider .article .data i {
		width: 13px;
		text-align: center;
		margin-right: 4px;
	}
	section.frontpage-showcase .swiper-slide>div.box {
		padding: 0;
	}
	section.frontpage-showcase .promo {
		left: 15px;
		text-align: center;
	}
	section.frontpage-showcase .deal {
		top: -240px;
		bottom: 0;
		margin: auto;
		left: 0;
		right: 0;
	}
	section.frontpage-showcase .bots {
		grid-template-columns: 1fr;
		grid-gap: 2px;
		padding-bottom: 55px;
	}
	section.frontpage-showcase .bot-content .image img {
		height: 34px;
		width: 34px;
	}
	section.frontpage-showcase .bot h2 {
		font-size: 17px;
		line-height: 17px;
	}
	section.frontpage-showcase .bot .profit {
		font-size: 20px;
		line-height: 20px;
	}
	section.frontpage-showcase .bot .exchange {
		font-size: 15px;
	}
	section.frontpage-showcase .pro-content h2 {
		font-size: 36px;
		line-height: 26px;
		margin-bottom: 9px;
	}
	section.frontpage-showcase .mobile-break {
		display: block;
	}
	section.frontpage-showcase .pro-content .more {
		margin-bottom: 30px;
	}
	section.frontpage-showcase .pro-content p {
		font-size: 16px;
		line-height: 16px;
	}
	section.frontpage-showcase .deal {
		width: 104px;
		height: 104px;
		font-size: 32px;
		line-height: 32px;
	}
	section.frontpage-showcase .deal .percent {
		left: 0;
		font-weight: 900;
		font-size: 28px;
	}
}