

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

.gc-main-content:not(.with-left-menu) .top-notification-wrapper {
	display: none;
}

.common-banner-wrapper.hide_banners {
	display:none;
}

.info-wrapper .common-banner-wrapper {
	position: relative;
}

.common-banner-wrapper {
	left: 90px;
}

.common-banner-wrapper {
	bottom: 5px;
	z-index: 999;
	display: flex;
	position: fixed;
	justify-content: flex-end;
	font-family: "proxima-nova", "Lato", Helvetica, Arial, sans-serif;
}

.common-banner {
	display: flex;
	padding: 10px 20px 10px 10px;
	border-radius: 30px;
	max-height: 140px;
	background: linear-gradient(to right, #EAB7D4, #FFEFF8, #FFB4DE, #FA84C6);
	border: 2px solid #719fb1;
}

.common-banner .banner-content {
	width: 340px;
	margin-left: 10px;
}

.common-banner .banner-title {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	font-style: Regular;
	line-height: 72%;
	letter-spacing: -5%;
	color: #A12258;
	font-size: 28px;
	margin: 0px;
	margin-top: 25px;
	width: 380px;
}

.common-banner .banner-text {
	font-family: Helvetica;
	font-weight: 400;
	color: #1E1F20;
	padding: 5px 5px 5px 0;
	font-size: 18px;
	line-height: 30px;
	width: 500px;
}

.common-banner .banner-text span {
	font-weight: 600;
}

.common-banner .banner-link {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	background: #fff;
	margin-left: 30px;
	margin-top: 30px;
	padding: 10px;
	width: 180px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 35.19px 17.59px 70.37px 0px rgba(0, 0, 0, 0.25);
	background: linear-gradient(to right, #a3245a, #fa8cca);
	border: 2px solid rgba(255, 255, 255, 1);
}

.common-banner .banner-close {
	line-height: 1;
	font-size: 35px;
	margin-left: 20px;
	margin-top: 5px;
	font-weight: bold;
	display: inline-block;
}

.common-banner a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.common-banner .banner-wrapper-content {
	display: flex;
	margin-left: 10px;
	align-items: flex-start;
}

.common-banner a.mobile {
	display: none;
}

.common-banner .banner-logo {
	width: 120px;
	border-radius: 30px;
}

.mobile-show {
	display: none;
}

@media (max-width: 768px) {
	.common-banner-wrapper {
		left: 5px;
		bottom: 50px;
		width: 370px;
	}
}

@media (max-width: 560px) {
	.common-banner {
		padding: 8px 5px 5px 5px;
		width: 360px;
	}

	.common-banner .banner-link {
		font-family: Arial, Helvetica, sans-serif;
		height: 45px;
		width: 140px;
		font-size: 12px;
		border-radius: 4px;
		position: absolute;
		top: 55px;
		left: 110px;
		padding-top: 5px;
		padding-bottom: 0px;
	}

	.common-banner .banner-wrapper-content {
		margin-top: -5px;
		margin-left: 12px;
	}

	.common-banner .banner-close {
		position: absolute;
		right: 15px;
		top: -3px;
	}

	.banner-wrapper-content {
		flex-direction: column;
	}

	.common-banner .banner-title {
		max-width: 230px;
		line-height: 14.15px;
		font-size: 15px;
	}

	.common-banner .banner-text {
		max-width: 270px;
		font-size: 10px;
		line-height: 13.2px;
	}

	.common-banner__note {
		right: 7px;
		font-size: 8px;
	}

	.common-banner .banner-logo {
		margin-top: 0px;
	}

	.mobile-show {
		display: block;
	}
}
