/*
Theme Name: rd-fast
Author: Robert Dorosz
Author URI: https://www.facebook.com/robert.dorosz.9/
Description: Szybki i responsywny szablon. 
Version: 1.0
License: GNU General Public License and Flothemes general license
License URI: Licensing/README_License.txt
Tags: A charming, fun design for powerful, creative women.
*/

/* =========================================================
   MARCEL – WEBINAR GENETYKA
========================================================= */

:root {
	--webinar-blue: #0878c9;
	--webinar-blue-dark: #07518c;
	--webinar-navy: #063b69;
	--webinar-text: #123b61;
	--webinar-muted: #60758a;
	--webinar-light: #f4f9fc;
	--webinar-border: #dce8f1;
	--webinar-white: #ffffff;
	--webinar-green: #22a875;
}


/* =========================================================
   BASE
========================================================= */

.webinar-page {
	margin: 0;
	padding: 0;
	color: var(--webinar-text);
	background: #fff;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Arial,
		sans-serif;
}

.webinar-page *,
.webinar-page *::before,
.webinar-page *::after {
	box-sizing: border-box;
}

.webinar-page img {
	max-width: 100%;
	height: auto;
}

.webinar-page a {
	text-decoration: none;
}

.webinar-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.webinar-header {
	background: rgba(255, 255, 255, .97);
	border-bottom: 1px solid #e9f0f5;
	position: relative;
	z-index: 100;
}

.webinar-header-inner {
	min-height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.webinar-logo {
	display: flex;
	flex-direction: column;
	color: var(--webinar-blue-dark);
}

.webinar-logo img {
	max-height: 75px;
	width: auto;
}

.webinar-logo-text {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: .03em;
}

.webinar-logo-text small {
	font-size: 12px;
}

.webinar-logo-tagline {
	font-size: 8px;
	letter-spacing: .19em;
	font-weight: 700;
}

.webinar-nav {
	display: flex;
	align-items: center;
	gap: 30px;
}

.webinar-nav a {
	color: #17476e;
	font-size: 14px;
	font-weight: 600;
	transition: .2s ease;
}

.webinar-nav a:hover {
	color: var(--webinar-blue);
}

.webinar-nav-button {
	border: 1px solid var(--webinar-blue);
	border-radius: 30px;
	padding: 11px 21px;
	color: var(--webinar-blue) !important;
}

.webinar-nav-button:hover {
	background: var(--webinar-blue);
	color: white !important;
}

.webinar-menu-toggle {
	display: none;
}


/* =========================================================
   HERO
========================================================= */

.webinar-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 90% 30%, rgba(52, 174, 232, .18), transparent 35%),
		linear-gradient(135deg, #f9fdff 0%, #eef8fd 100%);
}

.webinar-hero-grid {
	min-height: 570px;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: 50px;
}

.webinar-hero-content {
	position: relative;
	z-index: 2;
	padding: 60px 0;
}

.webinar-badge {
	display: inline-flex;
	background: var(--webinar-blue);
	color: #fff;
	padding: 7px 16px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 22px;
}

.webinar-hero h1 {
	max-width: 720px;
	margin: 0;
	color: var(--webinar-navy);
	font-size: clamp(38px, 4.2vw, 61px);
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: -.025em;
}

.webinar-hero h1 strong {
	font-weight: 800;
}

.webinar-hero-subtitle {
	max-width: 650px;
	margin: 25px 0 30px;
	font-size: 21px;
	line-height: 1.45;
	color: #3e607b;
}

.webinar-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 28px;
	margin-bottom: 34px;
}

.webinar-hero-meta div {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #315777;
	font-size: 14px;
}

.meta-icon {
	color: var(--webinar-blue);
	font-size: 20px;
}

.webinar-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 16px 28px;
	border-radius: 5px;
	border: none;
	background: var(--webinar-blue);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	transition: .25s ease;
	box-shadow: 0 10px 25px rgba(8, 120, 201, .18);
}

.webinar-button:hover {
	background: var(--webinar-blue-dark);
	transform: translateY(-2px);
}

.webinar-button span {
	font-size: 21px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.webinar-hero-visual {
	min-height: 500px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dna-decoration {
	position: absolute;
	width: 240px;
	height: 500px;
	right: 20px;
	top: 10px;
	transform: rotate(8deg);
	opacity: .22;
}

.dna-strand {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
	border-radius: 100%;
	border: 2px solid var(--webinar-blue);
}

.dna-one {
	left: 55px;
}

.dna-two {
	right: 55px;
}

.dna-decoration span {
	position: absolute;
	left: 48px;
	width: 145px;
	height: 2px;
	background: var(--webinar-blue);
}

.dna-decoration span:nth-of-type(1) {
	top: 50px;
}

.dna-decoration span:nth-of-type(2) {
	top: 120px;
}

.dna-decoration span:nth-of-type(3) {
	top: 190px;
}

.dna-decoration span:nth-of-type(4) {
	top: 260px;
}

.dna-decoration span:nth-of-type(5) {
	top: 330px;
}

.dna-decoration span:nth-of-type(6) {
	top: 400px;
}


.lab-card {
	position: relative;
	z-index: 3;
	width: 520px;
	max-width: 90%;
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	box-shadow: 0 30px 70px rgba(9, 62, 99, .20);
	transform: perspective(900px) rotateY(-8deg) rotateX(3deg);
}

.lab-card-header {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 12px 15px 18px;
	color: var(--webinar-blue-dark);
}

.lab-card-header strong {
	font-size: 20px;
}

.lab-card-header span {
	color: var(--webinar-blue);
}

.lab-screen {
	min-height: 300px;
	display: grid;
	grid-template-columns: 95px 1fr;
	border: 1px solid #e3edf4;
	border-radius: 7px;
	overflow: hidden;
}

.screen-sidebar {
	background: #f1f7fb;
	padding: 20px 15px;
}

.screen-sidebar i {
	display: block;
	height: 12px;
	margin-bottom: 20px;
	border-radius: 3px;
	background: #b7d9ec;
}

.screen-content {
	padding: 25px;
}

.screen-title {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
}

.screen-row {
	display: flex;
	justify-content: space-between;
	padding: 14px;
	margin-bottom: 8px;
	border-radius: 5px;
	background: #f7fafc;
	font-size: 13px;
}

.screen-row span {
	color: var(--webinar-green);
	font-weight: 700;
}


/* =========================================================
   INFO BAR
========================================================= */

.webinar-info-bar {
	background: #fff;
	border-bottom: 1px solid var(--webinar-border);
}

.webinar-info-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.webinar-info-grid>div {
	min-height: 88px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px;
	border-right: 1px solid var(--webinar-border);
}

.webinar-info-grid>div:last-child {
	border-right: none;
}

.info-icon {
	color: var(--webinar-blue);
	font-size: 50px;
}


/* =========================================================
   GENERAL SECTIONS
========================================================= */

.webinar-section {
	padding: 100px 0;
}

.webinar-section-heading {
	max-width: 850px;
	margin-bottom: 50px;
}

.webinar-eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--webinar-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .15em;
}

.webinar-eyebrow.light {
	color: #72c7f4;
}

.webinar-section h2 {
	margin: 0 0 22px;
	color: var(--webinar-navy);
	font-size: clamp(32px, 4vw, 50px);
	line-height: 1.12;
}

.webinar-section-heading p {
	color: var(--webinar-muted);
	font-size: 17px;
	line-height: 1.7;
}


.info-icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	vertical-align: middle;
}

.info-icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: #0878c9;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}


.registration-details .info-icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	flex-shrink: 0;
	vertical-align: middle;
}

.registration-details .info-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #0878c9;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* =========================================================
   BENEFITS
========================================================= */

.webinar-benefits {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

.benefit-card {
	padding: 30px 24px;
	background: #f4f9fc;
	border: 1px solid #e4eef5;
	border-radius: 10px;
	transition: .25s ease;
}

.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(14, 78, 113, .09);
}

.benefit-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: var(--webinar-blue);
	font-size: 24px;
	border: 1px solid #d9eaf5;
}

.benefit-card h3 {
	min-height: 58px;
	margin: 0 0 12px;
	color: var(--webinar-navy);
	font-size: 17px;
	line-height: 1.25;
}

.benefit-card p {
	margin: 0;
	color: var(--webinar-muted);
	font-size: 14px;
	line-height: 1.55;
}


/* =========================================================
   DARK SECTION
========================================================= */

.webinar-dark-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0 85px;
	background:
		radial-gradient(circle at 85% 20%, rgba(28, 151, 211, .25), transparent 35%),
		linear-gradient(135deg, #063e6b, #042e51);
	color: #fff;
}

.webinar-dark-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
}

.webinar-dark-section h2 {
	margin: 0 0 25px;
	color: #fff;
	font-size: clamp(35px, 4vw, 53px);
	line-height: 1.1;
}

.webinar-dark-section p {
	max-width: 570px;
	color: rgba(255, 255, 255, .8);
	font-size: 17px;
	line-height: 1.7;
}

.lismart-mockup {
	background: rgba(255, 255, 255, .96);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}

.mockup-topbar {
	padding: 16px 20px;
	color: var(--webinar-blue-dark);
	border-bottom: 1px solid #dbe7ef;
}

.mockup-topbar span {
	color: var(--webinar-blue);
	margin-left: 5px;
}

.mockup-body {
	display: grid;
	grid-template-columns: 130px 1fr;
	min-height: 300px;
}

.mockup-body aside {
	padding: 18px 10px;
	background: #edf5fa;
}

.mockup-menu {
	padding: 11px;
	margin-bottom: 5px;
	color: #587188;
	font-size: 12px;
	border-radius: 5px;
}

.mockup-menu.active {
	color: var(--webinar-blue);
	background: #fff;
	font-weight: 700;
}

.mockup-content {
	padding: 25px;
	color: var(--webinar-text);
}

.mockup-content h3 {
	margin: 0 0 20px;
}

.mockup-table div {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	margin-bottom: 8px;
	background: #f7fafc;
	border-radius: 4px;
	font-size: 12px;
}

.mockup-table b {
	color: var(--webinar-green);
}


/* =========================================================
   PROCESS
========================================================= */

.webinar-process {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}

.process-item {
	text-align: center;
	min-width: 110px;
}

.process-item span {
	width: 55px;
	height: 55px;
	margin: 0 auto 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
}

.process-item strong {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
}

.process-line {
	flex: 1;
	max-width: 80px;
	height: 1px;
	background: rgba(255, 255, 255, .3);
}


/* =========================================================
   TARGET
========================================================= */

.target-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--webinar-border);
	border-bottom: 1px solid var(--webinar-border);
}

.target-item {
	min-height: 230px;
	padding: 40px 30px;
	border-right: 1px solid var(--webinar-border);
}

.target-item:last-child {
	border-right: none;
}

.target-item span {
	color: var(--webinar-blue);
	font-size: 14px;
	font-weight: 800;
}

.target-item h3 {
	margin: 30px 0 0;
	color: var(--webinar-navy);
	font-size: 18px;
	line-height: 1.4;
}


/* =========================================================
   REGISTRATION
========================================================= */

.webinar-registration {
	padding: 100px 0;
	background: #f1f8fc;
}

.registration-grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 70px;
	align-items: start;
}

.registration-info h2 {
	margin: 0 0 30px;
	color: var(--webinar-navy);
	font-size: clamp(38px, 4vw, 54px);
	line-height: 1.1;
}

.registration-details {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.registration-details li {
	display: flex;
	gap: 15px;
	margin-bottom: 18px;
	color: #345873;
	font-weight: 600;
}

.registration-details li span {
	color: var(--webinar-blue);
	font-size: 20px;
}

.registration-info>p {
	color: var(--webinar-muted);
}

.registration-form-wrapper {
	padding: 35px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 15px 50px rgba(17, 74, 108, .09);
}

.webinar-form {
	display: grid;
	gap: 18px;
}

.form-field {
	display: flex;
	flex-direction: column;
}

.form-field label {
	margin-bottom: 7px;
	color: #315672;
	font-size: 13px;
	font-weight: 700;
}

.form-field label span {
	color: #8b9eac;
	font-weight: 400;
}

.form-field input {
	width: 100%;
	height: 49px;
	padding: 0 14px;
	border: 1px solid #d6e3ec;
	border-radius: 5px;
	outline: none;
	font-size: 15px;
	color: var(--webinar-text);
	transition: .2s ease;
}

.form-field input:focus {
	border-color: var(--webinar-blue);
	box-shadow: 0 0 0 3px rgba(8, 120, 201, .08);
}

.form-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #687d8e;
	font-size: 12px;
	line-height: 1.5;
}

.form-consent input {
	margin-top: 3px;
}

.webinar-submit {
	width: 100%;
	margin-top: 5px;
}

.registration-required {
	margin-top: 20px;
	padding: 20px;
	background: #f1f8fc;
	border-radius: 7px;
	color: #46657b;
	font-size: 13px;
}

.registration-required strong {
	display: block;
	margin-bottom: 10px;
	color: var(--webinar-navy);
}

.registration-required ul {
	margin: 0;
	padding-left: 20px;
}


/* =========================================================
   INFORMATION
========================================================= */

.webinar-information {
	padding: 50px 0;
	background: #fff;
}

.information-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.information-item {
	display: flex;
	gap: 20px;
	padding: 25px;
	border-left: 3px solid var(--webinar-blue);
	background: #f8fbfd;
}

.information-icon {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eaf6fc;
	color: var(--webinar-blue);
	font-size: 20px;
	font-weight: 800;
}

.information-item h3 {
	margin: 0 0 7px;
	color: var(--webinar-navy);
	font-size: 16px;
}

.information-item p {
	margin: 0;
	color: var(--webinar-muted);
	line-height: 1.6;
	font-size: 14px;
}


/* =========================================================
   SUCCESS
========================================================= */

.webinar-success {
	padding: 100px 20px;
	background: #f4f9fc;
}

.webinar-success-box {
	max-width: 650px;
	margin: auto;
	padding: 60px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.success-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e9f8f1;
	color: var(--webinar-green);
	font-size: 32px;
	font-weight: 800;
}

.webinar-success h2 {
	color: var(--webinar-navy);
}

.webinar-success p {
	color: var(--webinar-muted);
	line-height: 1.7;
}


/* =========================================================
   FOOTER
========================================================= */

.webinar-footer {
	padding: 5px 0 25px;
	background: #062f50;
	color: #fff;
}

.webinar-footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 50px;
}

.webinar-footer-brand p {
	max-width: 340px;
	color: rgba(255, 255, 255, .65);
	line-height: 1.6;
}

.webinar-footer-logo {
	font-size: 25px;
	font-weight: 800;
}

.webinar-footer-logo span {
	font-size: 12px;
}

.webinar-footer-tagline {
	margin-top: 4px;
	color: #76c8ef;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .18em;
}

.webinar-footer-column h4 {
	margin: 0 0 20px;
	color: #fff;
}

.webinar-footer-column a {
	display: block;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, .65);
	font-size: 14px;
}

.webinar-footer-column a:hover {
	color: #fff;
}

.webinar-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 50px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .45);
	font-size: 12px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

	.webinar-benefits {
		grid-template-columns: repeat(3, 1fr);
	}

	.webinar-hero-grid {
		grid-template-columns: 1fr;
	}

	.webinar-hero-visual {
		min-height: 400px;
		margin-top: -50px;
	}

	.webinar-dark-grid,
	.registration-grid {
		grid-template-columns: 1fr;
	}

	.target-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.target-item:nth-child(2) {
		border-right: none;
	}

	.target-item:nth-child(3),
	.target-item:nth-child(4) {
		border-top: 1px solid var(--webinar-border);
	}

	.webinar-footer-grid {
		grid-template-columns: 2fr 1fr 1fr;
	}

}


@media (max-width: 800px) {

	.webinar-nav {
		display: none;
	}

	.webinar-menu-toggle {
		display: flex;
		width: 45px;
		height: 45px;
		padding: 10px;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		border: 1px solid var(--webinar-border);
		background: white;
		border-radius: 5px;
		cursor: pointer;
	}

	.webinar-menu-toggle span {
		display: block;
		width: 100%;
		height: 2px;
		background: var(--webinar-navy);
	}

	.webinar-nav.mobile-open {
		position: absolute;
		top: 82px;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: 25px;
		background: #fff;
		border-bottom: 1px solid var(--webinar-border);
		box-shadow: 0 20px 30px rgba(0, 0, 0, .08);
	}

	.webinar-nav.mobile-open a {
		padding: 10px 0;
	}

	.webinar-info-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.webinar-info-grid>div:nth-child(2) {
		border-right: none;
	}

	.webinar-info-grid>div:nth-child(3),
	.webinar-info-grid>div:nth-child(4) {
		border-top: 1px solid var(--webinar-border);
	}

	.webinar-process {
		flex-wrap: wrap;
		gap: 25px;
		justify-content: center;
	}

	.process-line {
		display: none;
	}

	.information-grid {
		grid-template-columns: 1fr;
	}

	.webinar-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}


@media (max-width: 600px) {

	.webinar-container {
		width: min(100% - 28px, 1180px);
	}

	.webinar-hero-content {
		padding: 45px 0 25px;
	}

	.webinar-hero h1 {
		font-size: 36px;
	}

	.webinar-hero-subtitle {
		font-size: 18px;
	}

	.webinar-hero-meta {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.webinar-hero-visual {
		min-height: 300px;
	}

	.lab-card {
		width: 100%;
	}

	.dna-decoration {
		right: -60px;
		transform: scale(.75) rotate(8deg);
	}

	.webinar-info-grid,
	.webinar-benefits,
	.target-grid {
		grid-template-columns: 1fr;
	}

	.webinar-info-grid>div {
		border-right: none;
		border-bottom: 1px solid var(--webinar-border);
	}

	.webinar-info-grid>div:last-child {
		border-bottom: none;
	}

	.benefit-card h3 {
		min-height: auto;
	}

	.target-item {
		min-height: auto;
		border-right: none !important;
		border-bottom: 1px solid var(--webinar-border);
	}

	.target-item:last-child {
		border-bottom: none;
	}

	.registration-form-wrapper {
		padding: 22px;
	}

	.webinar-success-box {
		padding: 35px 20px;
	}

	.webinar-footer-grid {
		grid-template-columns: 1fr;
	}

	.webinar-footer-bottom {
		flex-direction: column;
	}

}

.webinar-hero {
	background:
		linear-gradient(90deg,
			rgba(244, 250, 253, .97) 0%,
			rgba(244, 250, 253, .88) 38%,
			rgba(244, 250, 253, .18) 70%,
			rgba(244, 250, 253, .05) 100%),
		url("images/webinar-hero.jpg") center right / cover no-repeat;
}

.webinar-dark-section {
	background:
		linear-gradient(90deg,
			rgba(3, 48, 83, .96) 0%,
			rgba(3, 48, 83, .78) 48%,
			rgba(3, 48, 83, .30) 100%),
		url("images/webinar-dna-dark.jpg") center / cover no-repeat;
}

.webinar-registration {
	background:
		linear-gradient(90deg,
			rgba(241, 248, 252, .96) 0%,
			rgba(241, 248, 252, .88) 45%,
			rgba(241, 248, 252, .38) 100%),
		url("images/webinar-pipeta.jpg") left center / cover no-repeat;
}

.webinar-target {
	background:
		linear-gradient(90deg,
			rgba(255, 255, 255, .98) 0%,
			rgba(255, 255, 255, .94) 60%,
			rgba(255, 255, 255, .40) 100%),
		url("images/webinar-dna-light.jpg") right center / 66% auto no-repeat;
}