/* Banner */
#ns_page-banner {
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
	display: flex;
	z-index: 2;
	background: var(--hipnos-color-secondary-1);
	background: var(--hipnos-color-neutral-1);
	/* background: radial-gradient(ellipse at bottom, var(--hipnos-color-secondary-1) 0%, var(--hipnos-color-neutral-1) 100%);
background: radial-gradient(ellipse at bottom, var(--hipnos-color-primary-1) 0%, var(--hipnos-color-primary-2) 100%); */
}

#ns_page-banner .ns_font-s_xl,
#ns_page-banner .ns_font-s_m {
	line-height: 1.1em;
}

#ns_page-banner .main-container {
	width: 100%;
	max-width: none;
}

#ns_page-banner button.ns_icon {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

#ns_page-banner .ns_page-banner-link {
	color: inherit;
	opacity: 1 !important;
}

#ns_page-banner,
#ns_page-banner strong,
#ns_page-banner a,
#ns_page-banner span.ns_of-link,
#ns_page-banner .ns_page-banner-content .ns_countdown > span:first-child {
	color: var(--hipnos-color-neutral-5);
}

#ns_page-banner .ns_page-banner-content .ns_countdown {
	white-space: nowrap;
}

#ns_page-banner .col-xs-12 {
	position: relative;
}

#ns_page-banner .ns_page-banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	flex-direction: row;
	padding: 0px 48px;
	padding-left: 0;
	gap: 32px;
}

#ns_page-banner .ns_page-banner-content .ns_page-banner-content-col-2:empty {
	display: none !important;
}

#ns_page-banner .ns_page-banner-content .ns_font-s_m {
	max-width: 720px;
	text-wrap: pretty;
}

#ns_page-banner .ns_page-banner-sky {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

#ns_page-banner .swiper,
#ns_page-banner .swiper-wrapper,
#ns_page-banner .swiper-slide {
	overflow: visible;
}

#ns_page-banner .swiper .swiper-pagination {
	position: absolute;
	width: auto;
	display: flex;
	top: 50%;
	left: 0px;
	bottom: unset;
	transform: translateY(-50%);
	flex-direction: column;
	gap: 8px;
}

#ns_page-banner .swiper .swiper-pagination .swiper-pagination-bullet {
	margin: 0px;
}

@media only screen and (max-width: 767px) {
	#ns_page-banner .ns_page-banner-content {
		padding-left: 0px;
		padding-right: 32px;
		align-items: flex-start;
		text-align: left;
		flex-direction: column;
		gap: 24px;
	}

	#ns_page-banner .ns_page-banner-content .ns_countdown {
		font-size: 14px;
		line-height: 1.2;
	}

	#ns_page-banner .ns_page-banner-content .ns_countdown > span:first-child {
		display: none;
	}

	#ns_page-banner button.ns_icon {
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
		min-width: 24px;
	}

	#ns_page-banner .swiper-slide {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#ns_page-banner .swiper .swiper-pagination {
		left: unset;
		right: 0px;
	}

	#ns_page-banner .swiper button.ns_icon {
		margin-right: 16px;
	}

	#ns_page-banner .ns_font-s_xl {
		font-size: 20px;
	}

	#ns_page-banner .ns_font-s_m {
		font-size: 14px;
	}
}

@media only screen and (max-width: 479px) {
	#ns_page-banner .ns_font-s_xl {
		font-size: 16px;
	}

	#ns_page-banner .ns_font-s_m {
		font-size: 12px;
	}
}