#ai-fixed-button {
	position: absolute;
	right: 20px;
    top: 60%;
    transform: translateY(-60%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
a.ai-btn {
	display: inline-block;
	width: 83px;
	height: 108px;
}
.ai-assistant{
	margin-top: -18px;
	font-size: 0.8em;
	font-weight: bold;
}
