﻿/* Midwich - Retail Reimagined | Q326 static campaign page */
:root {
	--green: #6ee7bc;
	--green-deep: #4cb38e;
	--violet: #5642e8;
	--violet-deep: #4435b3;
	--ink: #0d1520;
	--white: #ffffff;
	--mist: #e7fff7;
	--line: rgba(17, 17, 41, 0.12);
	--shadow: 0 24px 80px rgba(25, 20, 96, 0.22);
	--radius: 8px;
	--max: 1180px;
	--font-body: "Lota Grotesque", "Barlow", Arial, sans-serif;
	--font-display: "Lota Grotesque", "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	--font-serif: "Italiana", sans-serif;
}

.italiana-regular {
	font-family: var(--font-serif);
	font-weight: 400;
	font-style: normal;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--ink);
	background: var(--white);
	overflow-x: hidden;
}
body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(72,72,238,.05) 1px, transparent 1px), linear-gradient(0deg, rgba(72,72,238,.04) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 70%);
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand-text strong, .eyebrow, .button { font-family: var(--font-display); letter-spacing: 0; }
h1 { max-width: 760px; margin-bottom: 14px; color: var(--green); font-size: 75px!important; font-weight: 900; line-height: .82; text-transform: uppercase; }
h2 { font-size: 60px; font-weight: 900; line-height: .9; text-transform: uppercase; margin-bottom: 40px;}
h3 { font-size: 34px; font-weight: 900; line-height: .95; text-transform: uppercase; }
h4 {margin-bottom:20px}
p { color: rgba(17,17,41,.76); font-size: 17px; line-height: 1.4; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	padding: 14px clamp(18px, 4vw, 54px);
	background: rgba(72,72,238,.9);
	border-bottom: 1px solid rgba(255,255,255,.16);
	backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-pin { display: inline-grid; place-items: center; width: 58px; height: 58px; border: 2px solid currentColor; border-radius: 50% 50% 50% 8px; color: var(--white); font-family: var(--font-display); font-size: 25px; font-weight: 900; line-height: 1; transform: rotate(-45deg); }
.brand-pin span { display: block; transform: rotate(45deg); }
.brand-pin.small { width: 34px; height: 34px; font-size: 15px; border-width: 1px; }
.brand-text { display: grid; line-height: 1; }
.brand-text span { font-family: var(--font-serif); font-size: 46px; font-weight: 400; }
.brand-text strong { font-size: 16px; font-weight: 700; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 10px 13px; border-radius: 4px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 700; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.site-nav a:hover, .site-nav a:focus { color: var(--white); background: rgba(255,255,255,.1); }
.site-nav .nav-cta { margin-left: 6px; color: var(--ink); background: var(--green); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus { color: var(--ink); background: var(--white); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 4px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); }

.navbar {
	min-height: 86px;
	margin-bottom: 0;
	background: rgba(72,72,238,.92);
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.16);
	backdrop-filter: blur(18px);
}
.navbar .container { position: relative; }
.navbar-brand.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	height: 86px;
	padding: 12px 0;
	color: var(--white);
}
.navbar-default .navbar-nav > li > a {
	margin: 24px 2px 0;
	padding: 10px 13px;
	border-radius: 4px;
	color: rgba(255,255,255,.84);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	transition: color .2s ease, background .2s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: var(--white);
	background: rgba(255,255,255,.1);
}
.navbar-default .navbar-nav > .register-btn > a {
	color: var(--ink);
	background: var(--green);
}
.navbar-default .navbar-nav > .register-btn > a:hover,
.navbar-default .navbar-nav > .register-btn > a:focus {
	color: var(--ink);
	background: var(--white);
}
.navbar-default .navbar-toggle {
	margin-top: 25px;
	border-color: rgba(255,255,255,.3);
}
.navbar-default .navbar-toggle .icon-bar { background-color: var(--white); }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: rgba(255,255,255,.1); }

.hero {
	position: relative;
	padding-top: 120px;
	padding-bottom: 0px;
	color: var(--white);
	background-color: #0d1520;
	background-image: url("../img/hero.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.jumbotron.hero {
	margin-bottom: 0;
}
.hero .container {
	position: relative;
	z-index: 3;
}
.hero-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.hero-row {
	display: flex;
	align-items: center;
}
.hero-copy {
	position: relative;
	z-index: 3;
}
.hero-logo {
	max-width: 580px;
	margin-bottom: 64px;
}
.hero-screen-col {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	align-self: stretch;
}
.hero-screen {
	width: auto;
	max-width: min(100%, 520px);
	max-height: calc(100vh - 150px);
	object-fit: contain;
	object-position: right bottom;
	filter: drop-shadow(0 28px 54px rgba(0,0,0,.35));
}
.hero::before {
	content: "";
	position: absolute;
	right: 24%;
	top: 4%;
	width: min(52vw, 620px);
	aspect-ratio: 1 / 1;
	background-image: url("../img/watermark.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: .12;
	z-index: 2;
}
.screen {
	padding-top: 30px;
}
.hero-bg { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(72,72,238,.92) 0%, rgba(72,72,238,.78) 42%, rgba(72,72,238,.28) 68%, rgba(20,240,162,.08) 100%); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr); gap: clamp(36px, 6vw, 80px); align-items: end; max-width: var(--max); min-height: calc(100vh - 184px); margin: 0 auto; }
.eyebrow { margin-bottom: 12px; color: var(--green); font-size: 20px; font-weight: 900; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow.dark { color: var(--violet); }
.hero-line { margin-bottom: 22px; color: var(--white); font-family: var(--font-display); font-size: clamp(36px, 5vw, 68px); font-weight: 900; line-height: .94; text-transform: uppercase; }
.hero-text { max-width: 610px; margin-bottom: 28px; color: rgba(255,255,255,.9); font-size: 22px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 2px solid transparent; border-radius: 4px; font-size: 18px; font-weight: 900; line-height: 1; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--green); border-color: var(--green); }
.button-primary:hover, .button-primary:focus { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.7); }
.button-secondary:hover, .button-secondary:focus { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-secondary.light { color: var(--white); border-color: var(--white); }
.button-dark { color: var(--white); background: var(--violet); border-color: var(--violet); }
.button-dark:hover, .button-dark:focus { color: var(--ink); background: var(--green); border-color: var(--green); }
.hero-panel { display: grid; gap: 20px; align-self: center; }
.hero-panel p { margin: 0; color: rgba(255,255,255,.86); font-size: 18px; }
.map-card { position: relative; min-height: 420px; background: linear-gradient(135deg, var(--green) 0%, #20e8b4 38%, var(--violet) 39%, var(--violet) 100%); border: 1px solid rgba(255,255,255,.2); box-shadow: var(--shadow); overflow: hidden; }
.map-card::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.35); }
.map-shape { position: absolute; top: 42px; right: 30px; width: 62%; height: 76%; background: rgba(255,255,255,.15); clip-path: polygon(45% 0,65% 7%,58% 20%,80% 32%,67% 44%,82% 57%,70% 72%,52% 65%,42% 82%,25% 70%,34% 51%,15% 44%,26% 28%,18% 12%); }
.map-point { position: absolute; display: flex; align-items: center; gap: 8px; color: var(--white); font-family: var(--font-display); font-size: 26px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.map-point span { width: 18px; height: 18px; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,255,255,.18), 0 0 0 15px rgba(255,255,255,.1); }
.point-scotland { top: 94px; left: 34px; }
.point-manchester { top: 214px; left: 64px; }
.point-bracknell { bottom: 74px; right: 30px; }

.section,
.bumper { padding: 100px 0; }
#connected { padding: 100px 0 0 0; }
.section-grid, .section-heading, .expect-grid, .location-grid, .connected-section, .attend-inner { max-width: var(--max); margin: 0 auto; }
.section-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
.intro-section { background: var(--white); }
.copy-stack p { font-size: 19px; }
.copy-stack strong { color: var(--violet); }
.violet-section {
	position: relative;
	overflow: hidden;
	color: var(--white);
	background: linear-gradient(135deg, var(--violet-deep), var(--violet));
}
.violet-section::before,
.attend-section::before {
	content: "";
	position: absolute;
	right: clamp(24px, 8vw, 120px);
	top: 50%;
	width: min(48vw, 560px);
	aspect-ratio: 1 / 1;
	background-image: url("../img/watermark.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: .1;
	transform: translateY(-50%);
	pointer-events: none;
}
.violet-section .container,
.attend-section .container {
	position: relative;
	z-index: 1;
}
.section-heading { max-width: 900px; margin-bottom: 44px; }
.section-heading.compact { max-width: var(--max); }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p:not(.eyebrow), .violet-section p { color: rgba(255,255,255,.8); }
.expect-heading h2,
.expect-subheading h3 {
	color: var(--green);
}
.expect-subheading {
	margin-top: 26px;
	margin-bottom: 12px;
	text-align: left;
}
.expect-subheading h3 {
	    margin-bottom: 30px;
	font-size: 36px;
}
.expect-row,
.location-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.expect-row > [class*="col-"],
.location-row > [class*="col-"] {
	display: inline-block;
	margin-bottom: 24px;
}
.expect-feature-row + .expect-feature-row { margin-top: 8px; }
.expect-feature {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	padding: 30px 28px 28px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05)),
		linear-gradient(135deg, rgba(20,240,162,.12), transparent 48%);
	border: 1px solid rgba(20,240,162,.3);
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(0,0,0,.14);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.expect-feature::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: var(--green);
}
.expect-feature::after {
	content: "";
	position: absolute;
	top: -112px;
	right: -94px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(20,240,162,.12);
	box-shadow: 0 0 0 34px rgba(20,240,162,.04);
}
.expect-feature:hover {
	transform: translateY(-8px);
	border-color: rgba(20,240,162,.75);
	box-shadow: 0 30px 72px rgba(0,0,0,.2);
}
.expect-number {
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 1;
	color: rgba(255,255,255,.12);
	font-family: var(--font-display);
	font-size: 86px;
	font-weight: 900;
	line-height: .8;
}
.expect-icon-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	margin-bottom: 34px;
	color: var(--ink);
	background: var(--green);
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(20,240,162,.12), 0 18px 34px rgba(0,0,0,.16);
}
.expect-icon {
	width: 40px;
	height: 40px;
	color: currentColor;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.expect-feature h4 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--white);
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.18;
}
#experience h2 span, #locations h2 span, #connected h2 span {color:var(--violet)}
#expect h2 span, #attend h2 span {color:var(--white)}
.locations-section { background: var(--mist); }
.location-img {
	width:100%;
}
.location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.location-card { display: grid; background: var(--white); border: 1px solid var(--line); border-radius: 0px 0px 8px 8px;; box-shadow: 0 18px 54px rgba(17,17,41,.08); overflow: hidden; }
.location-media { position: relative; background-color: var(--violet); background-size: cover; background-position: center;  }
.location-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(72,72,238,.62), rgba(20,240,162,.24)), linear-gradient(45deg, transparent 48%, rgba(255,255,255,.3) 49%, transparent 51%); background-size: auto, 38px 38px; }
.location-bracknell { background-image: url("../img/bracknell.jpg"); }
.location-scotland { background-image: url("../img/scotland.jpg"); }
.location-manchester { background-image: url("../img/manchester.jpg"); }
.location-content { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; }
.location-region { margin-bottom: 8px; color: var(--violet); font-family: var(--font-display); font-size: 18px; font-weight: 900; text-transform: uppercase; }
.location-content h3 { margin-bottom: 24px; color: var(--ink); font-size: 44px; }
dl { width: 100%; margin: 0 0 24px; }
dl div { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); }
dl div:last-child { border-bottom: 1px solid var(--line); }
dt { color: rgba(17,17,41,.5); font-size: 13px; font-weight: 800; text-transform: uppercase; }
dd { margin: 0; color: var(--ink); font-size: 16px; font-weight: 700; }
.location-card .button { width: 100%; margin-top: auto; }
.connected-section { display: block; }
.connected-header {margin-bottom:40px}
.connected-row {
	display: flex;
	align-items: top;
}
.connected-image { width:100%;max-width: 520px; }
.connected-copy h2 { margin-bottom: 22px; }
.location-card img {
	width:100%;
}
.check-list { display: grid; gap: 6px; margin: 24px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; color: rgba(17,17,41,.78); font-size: 16px; line-height: 1.45; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(20,240,162,.18); }
.attend-section { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(90deg, rgba(72,72,238,.94), rgba(72,72,238,.86)), url("../img/attend.jpg"); background-size: cover; background-position: center; }
.attend-inner { max-width: 930px; }
.attend-inner h2 { margin-bottom: 22px; color: var(--green); }
.attend-inner p { max-width: 760px; margin-bottom: 20px; color: rgba(255,255,255,.86); font-size: 20px; }
.site-footer { display: grid; gap: 14px; padding: 42px clamp(18px, 5vw, 72px); color: rgba(255,255,255,.72); background: var(--ink); }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--white); font-family: var(--font-display); font-size: 28px; font-weight: 900; text-transform: uppercase; }
.site-footer p { max-width: var(--max); margin: 0; color: rgba(255,255,255,.64); font-size: 13px; }
.site-footer a { color: var(--green); font-weight: 700; }
@media (max-width:1200px) {
	#connected {padding: 100px 0;}
}
@media (max-width: 1050px) {
	.site-nav { gap: 2px; }
	.site-nav a { padding: 10px 8px; font-size: 12px; }
	.hero-inner, .section-grid, .connected-section { grid-template-columns: 1fr; }
	.hero-inner { align-items: start; }
	.hero-panel { max-width: 520px; }
	.expect-grid, .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.location-grid .location-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 991px) {
	.collapse {
		display: none;
	}

	.navbar-header {
		float: none;
	}

	.navbar-left,.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 0px;
		border: 0;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 10px 2px;}

		.collapse.in{
			display:block !important;
			background-color: rgba(10, 35, 45, 0.99);
		}

		.location-card {
			display: grid;
		}
		.hero-row,
		.connected-row {
			display: block;
			min-height: auto;
		}
		.hero-logo {
			max-width: 460px;
			margin-bottom: 40px;
		}
	.hero-screen-col {
		display: flex;
		justify-content: center;
		margin-top: 46px;
	}
	.hero-screen {
		max-width: min(100%, 420px);
		max-height: none;
	}
	.hero-panel {
		margin-top: 36px;
	}
	/*--.expect-row,
	.location-row {
		display: block;
	}--*/
	.expect-row > [class*="col-"],
	.location-row > [class*="col-"] {
		display: block;
	}
	.logo-img {
	    padding-bottom: 4pc;
	    max-width: 450px;
    	width: 90%;
	}
}
@media (max-width: 820px) {
	.site-header { min-height: 72px; }
	.brand-text span { font-size: 32px; }
	.brand-text strong { font-size: 13px; }
	.brand-pin { width: 48px; height: 48px; font-size: 20px; }
	.nav-toggle { display: block; }
	.site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 20px; background: rgba(72,72,238,.98); border-bottom: 1px solid rgba(255,255,255,.16); }
	.site-nav.is-open { display: flex; }
	.site-nav a { padding: 14px 8px; font-size: 15px; }
	.site-nav .nav-cta { margin: 8px 0 0; text-align: center; }
	.hero { min-height: auto; padding-top: 112px; }
	.hero-inner { min-height: auto; }
	.hero-panel { width: 100%; }
	.map-card { min-height: 330px; }
	.expect-grid, .location-grid { grid-template-columns: 1fr; }
	.location-grid .location-card:last-child { grid-column: auto; }
	.connected-image {max-width: 400px; margin-bottom: 20px;}
	.hero {padding-bottom: 80px;}
	h2 { font-size: 50px; font-weight: 900; line-height: .9; text-transform: uppercase; margin-bottom: 40px; max-width: 90%;}
	p {width:90%}
	.container {
    padding-right: 30px;
    padding-left: 30px;}
    .screen {display: none;}
}
@media (max-width: 767px) {
	.col-mob {
	    width: 90%;
	}
	.navbar { min-height: 76px; }
	.navbar-brand.brand {
		height: 76px;
		padding-left: 15px;
	}
	.navbar-default .navbar-toggle {
		margin-top: 21px;
		margin-right: 15px;
	}
	.navbar-default .navbar-collapse {
		border: 0;
		background: rgba(72,72,238,.98);
		box-shadow: none;
	}
	.navbar-default .navbar-nav {
		margin-top: 0;
		margin-bottom: 18px;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 0;
		padding: 14px 20px;
		border-radius: 0;
		font-size: 15px;
	}
	.navbar-default .navbar-nav > .register-btn > a {
		margin: 8px 20px 0;
		border-radius: 4px;
		text-align: center;
	}
}
@media (max-width: 560px) {
	.hero-copy { min-width: 0; }
	.hero-logo {
		max-width: 100%;
		margin-bottom: 28px;
	}
	.hero-screen {
		max-width: 92%;
	}
	h1 { max-width: 100%; font-size: clamp(48px, 14vw, 54px); overflow-wrap: normal; }
	h2 { font-size: 42px; }
	.hero-line { font-size: 34px; }
	.hero-text, .attend-inner p, .copy-stack p { font-size: 17px; }
	.hero-actions, .button { width: 100%; }
	.map-point { font-size: 20px; }
	.point-bracknell { right: 18px; }
	.location-card { grid-template-rows: 190px 1fr; }
	.location-content { padding: 22px; }
	dl div { grid-template-columns: 1fr; gap: 4px; }
}

/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	min-width: 100% !important;
	color: #0a232d !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-title, .cc-nb-text {
color: #ffffff !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 3rem;
    background-color: #0a232d!important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
 {
	background-color: #3d5ef4!important;
	border-radius: 5px !important;
    color: #ffffff !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-nb-changep:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
	opacity: 75%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
    opacity: 0%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a {
    pointer-events: none;
    cursor: default;
}
/** /Cookie Consent **/

