.startwithfxcl-header
{
	padding: 3em;
	background: url("/images/promotion/startwithfxcl/header.jpg") no-repeat center center / cover;
}
.startwithfxcl-header h3
{
	display: table;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
}
#startwithfxcl-copy
{
	display: table;
	background: #ffffff;
	color: #0dc1c8;
	font-size: 20px;
	border-radius: 25px;
	padding: 1.5em 2em;
	margin: 1em auto;
	cursor: pointer;
	user-select: none;
}
#startwithfxcl-copy:after
{
	display: inline-block;
	content: url("/images/promotion/startwithfxcl/copy.png");
	margin-left: 5px;
}
#startwithfxcl-copy.clicked
{
	animation: rubberBand .8s;
	-webkit-animation: rubberBand .8s;
	-moz-animation: rubberBand .8s;
}
.how-to-activate-block
{
	padding: 2em 0;
	background: #daf8f9;
}
.startwithfxcl-block .how-to-activate-block h2,
.startwithfxcl-block .terms-block h2
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	color: #4e4e4e;
}
.how-to-activate-block .btn 
{
	display: table;
	margin: 1em auto;
	background: #f6951e;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	padding: 0.6em 3em;
}
.how-to-activate-block > div
{
	display: block;
	width: 600px;
	max-width: 100%;
	margin: 1em auto 2em;
}
.how-to-activate-block > div > div
{
	display: inline-flex;
	width: calc(50% - 4px);
	align-items: center;
	margin: 1em 0;
	line-height: 1.5em;
	padding: 0 1em;
}
.how-to-activate-block > div > div img
{
	margin-right: 10px;
}
.startwithfxcl-block .terms-block
{
	margin-bottom: 2em;
	padding: 2em 0;
}
.startwithfxcl-block .how-to-activate-block h2
.startwithfxcl-block .terms-block h2
{
	font-size: 36px;
	font-weight: bold;
}
.startwithfxcl-block .terms-block h2:after
{
	display: table;
	content: '';
	width: 80px;
	border-bottom: 2px solid #f6951e;
	margin: 1em auto;
}
.startwithfxcl-block .terms-block li
{
	list-style-type: none;
}
.startwithfxcl-block .terms-block li:before
{
	content: '●';
	color: #17dee1;
	font-size: 24px;
	margin-right: 5px;
}
#startwithfxcl-copy + .tooltip
{
	display: table;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	margin-left: 1em;
	animation: fadeIn .8s;
	-webkit-animation: fadeIn .8s;
	-moz-animation: fadeIn .8s;
}
#startwithfxcl-copy + .tooltip .tooltip-inner
{
	background: #51a351;
	color: #ffffff;
	padding: 3px 12px;
	border-radius: 5px;
}
#startwithfxcl-copy + .tooltip  .tooltip-arrow
{
	border-left-color: #51a351;
}
#startwithfxcl-copy + .tooltip  .tooltip-arrow:before
{
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	position: absolute;
	background: #51a351;
	transform: rotate(45deg);
	margin: 5px 0 0 -5px;
}
#startwithfxcl-copy + .tooltip.bottom .tooltip-arrow
{
	margin-top: .5rem;
}
#startwithfxcl-copy + .tooltip.bottom .tooltip-arrow:before
{
	margin: -5px 0 0 -5px;
}