@charset "UTF-8";

.grid::before, .media::before, .row::before, .section::before, .accordion__heading::before, .carousel-old__slides::before, .circle-tabs__content::before, .large-block-tabs__content::before, .nudge-slim::before, .radio-carousel__slider::before, .table__tr::before, .tabs > .tabs__content::before, .tiles::before, .grid::after, .media::after, .row::after, .section::after, .accordion__heading::after, .carousel-old__slides::after, .circle-tabs__content::after, .large-block-tabs__content::after, .nudge-slim::after, .radio-carousel__slider::after, .table__tr::after, .tabs > .tabs__content::after, .tiles::after {
	content: " ";
	display: table;
}

.grid::after, .media::after, .row::after, .section::after, .accordion__heading::after, .carousel-old__slides::after, .circle-tabs__content::after, .large-block-tabs__content::after, .nudge-slim::after, .radio-carousel__slider::after, .table__tr::after, .tabs > .tabs__content::after, .tiles::after {
	clear: both;
}

.caption__icon, .carousel-gallery-pages__page-icon, .carousel-old__control-icon, .circle-tabs__icon, .component--building .component__content::after, .dial__cta-icon, .dialog--interstitial .dialog__content, .interstitial__spring, .multimedia__play, .video-stream__video--center, .video-stream__toggle, .video-stream__toggle-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.form__checkbox--bubble, .toggle-switch__title--hide, .visually-hidden {
	background: #E60000 !important;
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-zoom-out {
	from {
		opacity: 0;
		transform: scale(1.05);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes circle {
	0% {
		transform: scale(0.6);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes value {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in-extended {
	0% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flickering {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .6;
	}

	100% {
		opacity: 1;
	}
}

@font-face {
	font-family: "VodafoneRegular";
	src: url("../fonts/vodafone/vodafone-regular.eot");
	src: url("../fonts/vodafone/vodafone-regular.eot?#ie-fix") format("embedded-opentype"), url("../fonts/vodafone/vodafone-regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "VodafoneLight";
	src: url("../fonts/vodafone/vodafone-light.eot");
	src: url("../fonts/vodafone/vodafone-light.eot?#ie-fix") format("embedded-opentype"), url("../fonts/vodafone/vodafone-light.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
}

	a:active,
	a:hover {
		outline: 0;
	}

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Avoid user agent stylesheet adding border-radius without our
 *    consent again (as seen in Chrome https://www.chromestatus.com/features/5743649186906112)
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	border-radius: 0;
	/* 4 */
}

	/**
 * Re-set default cursor for disabled elements.
 */
	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	/**
 * Remove inner padding and border in Firefox 4+.
 */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

	/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		/* 1 */
		padding: 0;
		/* 2 */
	}

	/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
	input[type="search"] {
		-webkit-appearance: textfield;
		/* 1 */
		/* 2 */
		box-sizing: content-box;
	}

		/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

abbr[title] {
	border: none;
}

address {
	font-style: normal;
}

* {
	box-sizing: border-box;
}

	*:focus {
		outline: none;
	}

	*:active {
		outline: 0;
	}

a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
}

blockquote {
	margin: 0;
	width: 100%;
}

body {
	color: #333333;
	font-size: 18px;
	line-height: 1.333;
	font-family: "VodafoneRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

	body::before {
		content: "desktop";
		display: none;
	}

@media only screen and (max-width: 1024px) {
	body::before {
		content: "tablet";
	}
}

@media only screen and (max-width: 639px) {
	body {
		font-size: 16px;
	}

		body::before {
			content: "mobile";
		}
}

code {
	font-size: 18px;
	font-family: "Fira Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font: inherit;
}

img {
	-ms-interpolation-mode: bicubic;
}

img,
audio,
video {
	border: none;
	max-width: 100%;
}

p {
	margin: 15px 0;
}

@media only screen and (max-width: 1024px) {
	p {
		margin: 10px 0;
	}
}

small {
	display: inline-block;
	font-size: .8em;
	line-height: 1.4em;
	text-decoration: inherit;
}

strong {
	font-family: "VodafoneRegularBold";
	font-weight: 400;
}

table {
	width: 100%;
}

caption {
	text-align: left;
}

th,
td {
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

.content {
	animation-duration: .5s;
	animation-name: fade-in;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.grid {
	display: block;
	letter-spacing: -.215em;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.grid--auto {
	height: auto;
}

.grid--gutter {
	margin: 0 -10px;
}

.grid--gutter-vertical {
	margin-top: -10px;
	margin-bottom: -10px;
}

.grid__item {
	display: inline-block;
	letter-spacing: normal;
	margin: 0;
	vertical-align: top;
}

.grid__item--1\/1 {
	width: 100%;
}

.grid__item--1\/2 {
	width: 50%;
}

.grid__item--1\/3 {
	width: 33.3333333333%;
}

.grid__item--2\/3 {
	width: 66.6666666667%;
}

.grid__item--1\/4 {
	width: 25%;
}

.grid__item--3\/4 {
	width: 75%;
}

.grid__item--1\/5 {
	width: 20%;
}

.grid__item--2\/5 {
	width: 40%;
}

.grid__item--3\/5 {
	width: 60%;
}

.grid__item--4\/5 {
	width: 80%;
}

.grid__item--1\/6 {
	width: 16.6666666667%;
}

.grid__item--5\/6 {
	width: 83.3333333333%;
}

.grid__item--1\/7 {
	width: 14.2857142857%;
}

.grid__item--2\/7 {
	width: 28.5714285714%;
}

.grid__item--3\/7 {
	width: 42.8571428571%;
}

.grid__item--4\/7 {
	width: 57.1428571429%;
}

.grid__item--5\/7 {
	width: 71.4285714286%;
}

.grid__item--6\/7 {
	width: 85.7142857143%;
}

.grid__item--1\/8 {
	width: 12.5%;
}

.grid__item--3\/8 {
	width: 37.5%;
}

.grid__item--5\/8 {
	width: 62.5%;
}

.grid__item--7\/8 {
	width: 87.5%;
}

.grid__item--1\/9 {
	width: 11.1111111111%;
}

.grid__item--2\/9 {
	width: 22.2222222222%;
}

.grid__item--4\/9 {
	width: 44.4444444444%;
}

.grid__item--5\/9 {
	width: 55.5555555556%;
}

.grid__item--7\/9 {
	width: 77.7777777778%;
}

.grid__item--8\/9 {
	width: 88.8888888889%;
}

.grid__item--1\/10 {
	width: 10%;
}

.grid__item--3\/10 {
	width: 30%;
}

.grid__item--7\/10 {
	width: 70%;
}

.grid__item--9\/10 {
	width: 90%;
}

.grid__item--1\/11 {
	width: 9.0909090909%;
}

.grid__item--2\/11 {
	width: 18.1818181818%;
}

.grid__item--3\/11 {
	width: 27.2727272727%;
}

.grid__item--4\/11 {
	width: 36.3636363636%;
}

.grid__item--5\/11 {
	width: 45.4545454545%;
}

.grid__item--6\/11 {
	width: 54.5454545455%;
}

.grid__item--7\/11 {
	width: 63.6363636364%;
}

.grid__item--8\/11 {
	width: 72.7272727273%;
}

.grid__item--9\/11 {
	width: 81.8181818182%;
}

.grid__item--10\/11 {
	width: 90.9090909091%;
}

.grid__item--1\/12 {
	width: 8.3333333333%;
}

.grid__item--5\/12 {
	width: 41.6666666667%;
}

.grid__item--7\/12 {
	width: 58.3333333333%;
}

.grid__item--11\/12 {
	width: 91.6666666667%;
}

@media only screen and (max-width: 1024px) {
	.grid__item--md-1\/1 {
		width: 100%;
	}

	.grid__item--md-1\/2 {
		width: 50%;
	}

	.grid__item--md-1\/3 {
		width: 33.3333333333%;
	}

	.grid__item--md-2\/3 {
		width: 66.6666666667%;
	}

	.grid__item--md-1\/4 {
		width: 25%;
	}

	.grid__item--md-3\/4 {
		width: 75%;
	}

	.grid__item--md-1\/5 {
		width: 20%;
	}

	.grid__item--md-2\/5 {
		width: 40%;
	}

	.grid__item--md-3\/5 {
		width: 60%;
	}

	.grid__item--md-4\/5 {
		width: 80%;
	}

	.grid__item--md-1\/6 {
		width: 16.6666666667%;
	}

	.grid__item--md-5\/6 {
		width: 83.3333333333%;
	}

	.grid__item--md-1\/7 {
		width: 14.2857142857%;
	}

	.grid__item--md-2\/7 {
		width: 28.5714285714%;
	}

	.grid__item--md-3\/7 {
		width: 42.8571428571%;
	}

	.grid__item--md-4\/7 {
		width: 57.1428571429%;
	}

	.grid__item--md-5\/7 {
		width: 71.4285714286%;
	}

	.grid__item--md-6\/7 {
		width: 85.7142857143%;
	}

	.grid__item--md-1\/8 {
		width: 12.5%;
	}

	.grid__item--md-3\/8 {
		width: 37.5%;
	}

	.grid__item--md-5\/8 {
		width: 62.5%;
	}

	.grid__item--md-7\/8 {
		width: 87.5%;
	}

	.grid__item--md-1\/9 {
		width: 11.1111111111%;
	}

	.grid__item--md-2\/9 {
		width: 22.2222222222%;
	}

	.grid__item--md-4\/9 {
		width: 44.4444444444%;
	}

	.grid__item--md-5\/9 {
		width: 55.5555555556%;
	}

	.grid__item--md-7\/9 {
		width: 77.7777777778%;
	}

	.grid__item--md-8\/9 {
		width: 88.8888888889%;
	}

	.grid__item--md-1\/10 {
		width: 10%;
	}

	.grid__item--md-3\/10 {
		width: 30%;
	}

	.grid__item--md-7\/10 {
		width: 70%;
	}

	.grid__item--md-9\/10 {
		width: 90%;
	}

	.grid__item--md-1\/11 {
		width: 9.0909090909%;
	}

	.grid__item--md-2\/11 {
		width: 18.1818181818%;
	}

	.grid__item--md-3\/11 {
		width: 27.2727272727%;
	}

	.grid__item--md-4\/11 {
		width: 36.3636363636%;
	}

	.grid__item--md-5\/11 {
		width: 45.4545454545%;
	}

	.grid__item--md-6\/11 {
		width: 54.5454545455%;
	}

	.grid__item--md-7\/11 {
		width: 63.6363636364%;
	}

	.grid__item--md-8\/11 {
		width: 72.7272727273%;
	}

	.grid__item--md-9\/11 {
		width: 81.8181818182%;
	}

	.grid__item--md-10\/11 {
		width: 90.9090909091%;
	}

	.grid__item--md-1\/12 {
		width: 8.3333333333%;
	}

	.grid__item--md-5\/12 {
		width: 41.6666666667%;
	}

	.grid__item--md-7\/12 {
		width: 58.3333333333%;
	}

	.grid__item--md-11\/12 {
		width: 91.6666666667%;
	}
}

@media only screen and (max-width: 639px) {
	.grid__item--sm-1\/1 {
		width: 100%;
	}

	.grid__item--sm-1\/2 {
		width: 50%;
	}

	.grid__item--sm-1\/3 {
		width: 33.3333333333%;
	}

	.grid__item--sm-2\/3 {
		width: 66.6666666667%;
	}

	.grid__item--sm-1\/4 {
		width: 25%;
	}

	.grid__item--sm-3\/4 {
		width: 75%;
	}

	.grid__item--sm-1\/5 {
		width: 20%;
	}

	.grid__item--sm-2\/5 {
		width: 40%;
	}

	.grid__item--sm-3\/5 {
		width: 60%;
	}

	.grid__item--sm-4\/5 {
		width: 80%;
	}

	.grid__item--sm-1\/6 {
		width: 16.6666666667%;
	}

	.grid__item--sm-5\/6 {
		width: 83.3333333333%;
	}

	.grid__item--sm-1\/7 {
		width: 14.2857142857%;
	}

	.grid__item--sm-2\/7 {
		width: 28.5714285714%;
	}

	.grid__item--sm-3\/7 {
		width: 42.8571428571%;
	}

	.grid__item--sm-4\/7 {
		width: 57.1428571429%;
	}

	.grid__item--sm-5\/7 {
		width: 71.4285714286%;
	}

	.grid__item--sm-6\/7 {
		width: 85.7142857143%;
	}

	.grid__item--sm-1\/8 {
		width: 12.5%;
	}

	.grid__item--sm-3\/8 {
		width: 37.5%;
	}

	.grid__item--sm-5\/8 {
		width: 62.5%;
	}

	.grid__item--sm-7\/8 {
		width: 87.5%;
	}

	.grid__item--sm-1\/9 {
		width: 11.1111111111%;
	}

	.grid__item--sm-2\/9 {
		width: 22.2222222222%;
	}

	.grid__item--sm-4\/9 {
		width: 44.4444444444%;
	}

	.grid__item--sm-5\/9 {
		width: 55.5555555556%;
	}

	.grid__item--sm-7\/9 {
		width: 77.7777777778%;
	}

	.grid__item--sm-8\/9 {
		width: 88.8888888889%;
	}

	.grid__item--sm-1\/10 {
		width: 10%;
	}

	.grid__item--sm-3\/10 {
		width: 30%;
	}

	.grid__item--sm-7\/10 {
		width: 70%;
	}

	.grid__item--sm-9\/10 {
		width: 90%;
	}

	.grid__item--sm-1\/11 {
		width: 9.0909090909%;
	}

	.grid__item--sm-2\/11 {
		width: 18.1818181818%;
	}

	.grid__item--sm-3\/11 {
		width: 27.2727272727%;
	}

	.grid__item--sm-4\/11 {
		width: 36.3636363636%;
	}

	.grid__item--sm-5\/11 {
		width: 45.4545454545%;
	}

	.grid__item--sm-6\/11 {
		width: 54.5454545455%;
	}

	.grid__item--sm-7\/11 {
		width: 63.6363636364%;
	}

	.grid__item--sm-8\/11 {
		width: 72.7272727273%;
	}

	.grid__item--sm-9\/11 {
		width: 81.8181818182%;
	}

	.grid__item--sm-10\/11 {
		width: 90.9090909091%;
	}

	.grid__item--sm-1\/12 {
		width: 8.3333333333%;
	}

	.grid__item--sm-5\/12 {
		width: 41.6666666667%;
	}

	.grid__item--sm-7\/12 {
		width: 58.3333333333%;
	}

	.grid__item--sm-11\/12 {
		width: 91.6666666667%;
	}
}

.grid__item--gutter {
	padding: 0 10px;
}

.grid__item--gutter-vertical {
	padding-top: 10px;
	padding-bottom: 10px;
}

.grid__item--align-left {
	text-align: left;
}

.grid__item--align-center {
	text-align: center;
}

.grid__item--align-right {
	text-align: right;
}

.grid__item--top {
	vertical-align: top;
}

.grid__item--middle {
	vertical-align: middle;
}

.grid__item--bottom {
	vertical-align: bottom;
}

.grid__item--pull {
	float: left;
}

.grid__item--push {
	float: right;
}

.grid__item--auto {
	height: auto;
}

.grid__item--bullet {
	position: relative;
	padding-left: 25px;
}

	.grid__item--bullet::before {
		content: "";
		width: 5px;
		height: 5px;
		left: 10px;
		background: #333333;
		border-radius: 50%;
		position: absolute;
		margin-top: 8px;
	}

@media only screen and (max-width: 1024px) {
	.grid__item--md-align-left {
		text-align: left;
	}

	.grid__item--md-align-center {
		text-align: center;
	}

	.grid__item--md-align-right {
		text-align: right;
	}

	.grid__item--md-top {
		vertical-align: top;
	}

	.grid__item--md-middle {
		vertical-align: middle;
	}

	.grid__item--md-bottom {
		vertical-align: bottom;
	}

	.grid__item--md-pull {
		float: left;
	}

	.grid__item--md-push {
		float: right;
	}
}

@media only screen and (max-width: 639px) {
	.grid--gutter {
		margin: 0 -5px;
	}

	.grid--gutter-vertical {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.grid__item--gutter {
		padding: 0 5px 10px;
	}

	.grid__item--gutter-vertical {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.grid__item--sm-align-left {
		text-align: left;
	}

	.grid__item--sm-align-center {
		text-align: center;
	}

	.grid__item--sm-align-right {
		text-align: right;
	}

	.grid__item--sm-top {
		vertical-align: top;
	}

	.grid__item--sm-middle {
		vertical-align: middle;
	}

	.grid__item--sm-bottom {
		vertical-align: bottom;
	}

	.grid__item--sm-pull {
		float: left;
	}

	.grid__item--sm-push {
		float: right;
	}

	.grid__item--bullet {
		padding-left: 25px;
	}
}

.icon {
	display: inline-block;
	fill: none;
	stroke: currentColor;
	stroke-width: .4em;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}

.icon--thin {
	stroke-width: .15em;
}

.icon--extra-small {
	width: 20px;
	height: 20px;
}

.icon--small {
	width: 28px;
	height: 28px;
}

.icon--medium {
	width: 36px;
	height: 36px;
}

.icon--large {
	width: 44px;
	height: 44px;
}

.icon--extra-large {
	width: 60px;
	height: 60px;
}

.icon:hover {
	fill: none;
	stroke: currentColor;
}

.icon--fill, .icon--fill:hover {
	stroke: none;
	stroke-width: 0;
	fill: currentColor;
}

.icon--captioned {
	vertical-align: text-top;
}

.icon--pad {
	padding: 5px;
}

.icon--empty, .icon--empty:hover {
	stroke: none;
	stroke-width: 0;
	fill: none;
}

@media only screen and (max-width: 1024px) {
	.icon--extra-small {
		width: 18px;
		height: 18px;
	}

	.icon--small {
		width: 24px;
		height: 24px;
	}

	.icon--medium {
		width: 36px;
		height: 36px;
	}

	.icon--large {
		width: 44px;
		height: 44px;
	}

	.icon--extra-large {
		width: 52px;
		height: 52px;
	}
}

@media only screen and (max-width: 639px) {
	.icon--extra-small {
		width: 16px;
		height: 16px;
	}

	.icon--small {
		width: 20px;
		height: 20px;
	}

	.icon--medium {
		width: 28px;
		height: 28px;
	}

	.icon--large {
		width: 36px;
		height: 36px;
	}

	.icon--extra-large {
		width: 52px;
		height: 52px;
	}
}

.media {
	display: table;
	width: 100%;
}

.media--gutter {
	margin: 0 -10px;
}

.media--gutter--slim {
	margin: 0 -5px;
}

.media--auto {
	width: auto;
}

.media--align-center {
	table-layout: fixed;
}

.media--reverse {
	direction: rtl;
}

.media__image, .media__body {
	display: table-cell;
	vertical-align: top;
}

.media--align-center .media__image,
.media--align-center .media__body {
	width: 100%;
}

.media--gutter .media__image,
.media--gutter .media__body {
	padding: 0 10px;
}

.media--gutter--slim .media__image,
.media--gutter--slim .media__body {
	padding: 0 5px;
}

.media--middle .media__image,
.media--middle .media__body {
	vertical-align: middle;
}

.media--bottom .media__image,
.media--bottom .media__body {
	vertical-align: bottom;
}

.media__image {
	text-align: right;
}

.media--reverse .media__image {
	text-align: left;
}

.media__body {
	text-align: left;
}

.media__body--full {
	width: 100%;
}

.media--reverse .media__body {
	text-align: right;
}

.page {
	padding: 160px 0;
}

@media only screen and (max-width: 639px) {
	.page--docs {
		padding: 100px 0;
	}
}

.section {
	position: relative;
}

.section--gutter {
	margin: 50px 0;
}

.section--gutter--leading {
	margin-top: 0;
}

.section--break {
	margin-bottom: 50px;
	margin-top: 2px;
}

.section--abbey, .section--blue-lagoon, .section--dove-gray, .section--gallery, .section--mine-shaft, .section--ruled, .section--ruled-top, .section--silver, .section--transparent, .section--white, .section--wild-sand {
	padding: 24px 20px 0 20px;
}

.section--abbey--leading, .section--blue-lagoon--leading, .section--dove-gray--leading, .section--gallery--leading, .section--mine-shaft--leading, .section--ruled--leading, .section--ruled-top--leading, .section--silver--leading, .section--transparent--leading, .section--white--leading, .section--wild-sand--leading {
	padding-top: 0;
}

.section--abbey--trailing, .section--blue-lagoon--trailing, .section--dove-gray--trailing, .section--gallery--trailing, .section--mine-shaft--trailing, .section--ruled--trailing, .section--ruled-top--trailing, .section--silver--trailing, .section--transparent--trailing, .section--white--trailing, .section--wild-sand--trailing {
	padding-bottom: 0;
}

.section--gutter-sm {
	padding: 25px 0;
}

.section--abbey {
	background-color: #4A4D4E;
	color: #FFFFFF;
}

.section--gallery {
	background-color: #EBEBEB;
}

.section--wild-sand {
	background-color: #F4F4F4;
}

.section--mine-shaft {
	/*background-color: #333333;*/
	color: #FFFFFF;
}

.section--silver {
	background-color: #CCCCCC;
}

.section--white {
	background-color: #FFFFFF;
}

.section--blue-lagoon {
	background-color: #007C92;
	color: #FFFFFF;
}

.section--dove-gray {
	background-color: #666666;
	color: #FFFFFF;
}

.section--ruled {
	border-bottom: 1px solid #AFAFAF;
}

.section--ruled-top {
	border-top: 1px solid #AFAFAF;
}

.section--card {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.section--narrow {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
	.section--gutter {
		margin: 40px 0;
	}

	.section--gutter--leading {
		margin-top: 0;
	}

	.section--break {
		margin-bottom: 40px;
	}

	.section--md-break {
		margin-bottom: 40px;
		margin-top: 2px;
	}

	.section--abbey, .section--gallery, .section--wild-sand, .section--silver, .section--white, .section--ruled, .section--ruled-top, .section--md-gallery, .section--md-wild-sand, .section--md-silver, .section--md-ruled, .section--md-ruled-top {
		padding: 40px 0;
	}

	.section--abbey--leading, .section--gallery--leading, .section--wild-sand--leading, .section--silver--leading, .section--white--leading, .section--ruled--leading, .section--ruled-top--leading, .section--md-gallery--leading, .section--md-wild-sand--leading, .section--md-silver--leading, .section--md-ruled--leading, .section--md-ruled-top--leading {
		padding-top: 0;
	}

	.section--md-gallery {
		background-color: #EBEBEB;
	}

	.section--md-wild-sand {
		background-color: #F4F4F4;
	}

	.section--md-silver {
		background-color: #CCCCCC;
	}

	.section--vertical-gutter {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 639px) {
	.section--gutter {
		margin: 30px 0;
	}

	.section--gutter--leading {
		margin-top: 0;
	}

	.section--break {
		margin-bottom: 30px;
	}

	.section--sm-break {
		margin-bottom: 2px;
	}

	.section--abbey, .section--gallery, .section--wild-sand, .section--silver, .section--white, .section--ruled, .section--ruled-top, .section--sm-gallery, .section--sm-wild-sand, .section--sm-silver, .section--sm-ruled, .section--sm-ruled-top {
		padding: 30px 0;
	}

	.section--abbey--leading, .section--gallery--leading, .section--wild-sand--leading, .section--silver--leading, .section--white--leading, .section--ruled--leading, .section--ruled-top--leading, .section--sm-gallery--leading, .section--sm-wild-sand--leading, .section--sm-silver--leading, .section--sm-ruled--leading, .section--sm-ruled-top--leading {
		padding-top: 0;
	}

	.section--sm-gallery {
		background-color: #EBEBEB;
	}

	.section--sm-wild-sand {
		background-color: #F4F4F4;
	}

	.section--sm-silver {
		background-color: #CCCCCC;
	}

	.section--sm-white {
		background-color: #FFFFFF;
	}

	.section--narrow {
		padding-left: 10px;
		padding-right: 10px;
	}

	.section--vertical-gutter {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.sidebar {
	display: table;
	width: 100%;
	position: relative;
}

.sidebar__panel, .sidebar__content {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

	.sidebar__panel::before, .sidebar__content::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: -99999px;
		z-index: 0;
	}

.sidebar__panel {
	width: 25%;
	padding-right: 20px;
	color: #FFFFFF;
	background: #666666;
}

	.sidebar__panel::before {
		left: -100vw;
		right: 100%;
		background-color: #666666;
	}

.sidebar__content {
	width: 75%;
	padding-left: 20px;
	background: #EBEBEB;
}

	.sidebar__content::before {
		left: 100%;
		right: -100vw;
		background-color: #EBEBEB;
	}

@media only screen and (max-width: 1024px) {
	.sidebar {
		display: block;
		background: #EBEBEB;
		z-index: auto;
	}

	.sidebar__panel {
		display: none;
	}

	.sidebar__content {
		width: 100%;
		display: block;
		padding: 0;
	}

		.sidebar__content::before {
			right: 0;
		}
}

.spring {
	/*margin: 0 auto;*/
	max-width: 654px;
	min-width: 300px;
	height: 100%;
}

.spring--sm {
	max-width: 400px;
}

.spring--md {
	max-width: 780px;
}

.spring--nested {
	min-width: auto;
	padding: 0 16.6666666667%;
}

.spring--nested--small {
	padding: 0 8.3333333333%;
}

@media only screen and (max-width: 1024px) {

	.spring--md-nested {
		padding: 0 16.6666666667%;
	}
}

@media only screen and (max-width: 639px) {
	.spring {
		/*padding: 0 10px;*/
	}

	.spring--nested {
		padding: 0;
	}
}

.accordion {
	list-style: none;
	padding: 0;
	color: #000000;
}

.accordion--spaced .accordion__item {
	margin-bottom: 30px;
}

.accordion__item {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	margin: 0 0 10px;
	background: #FFFFFF;
	width: 100%;
}

.accordion__item--strip {
	box-shadow: none;
	margin: 0;
}

.accordion__item--stub {
	box-shadow: none;
	background: none;
}

	.accordion__item--stub .accordion__heading {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		background: #FFFFFF;
	}

	.accordion__item--stub .accordion__content {
		background-color: transparent;
	}

.accordion__item--static .accordion__heading:hover {
	cursor: default;
}

.accordion__heading {
	font-size: 22px;
	margin: 0;
	overflow: hidden;
	line-height: 1.3em;
	padding: 30px 40px;
}

	.accordion__heading:hover {
		cursor: pointer;
	}

.accordion__heading--slim {
	padding: 14px 30px 15px;
}

.accordion--spring .accordion__heading {
	border-bottom: none;
	padding: 16px 16.6666666667%;
}

.accordion--eqrows .accordion__heading {
	border-bottom: none;
}

.accordion--eqrows .accordion__heading--eqrows {
	font-size: 0;
}

.accordion__eqrows-content::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.accordion__eqrows-inner {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.accordion__sub-heading {
	font-size: 18px;
}

.accordion__chevron {
	color: #E60000;
	display: inline-block;
	padding-left: 20px;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: transform .4s;
}

.accordion__heading--active .accordion__chevron {
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.accordion__content {
	display: block;
	border-top: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	padding: 35px 20px;
}

.accordion__content--slim {
	padding: 18px 30px 19px;
}

.accordion__content--wild-sand {
	background-color: #F4F4F4;
}

.accordion--spring .accordion__content {
	padding: 26px 16.6666666667% 38px;
	margin-right: 0;
	margin-left: 0;
}

.csstransitions .accordion__heading--active .csstransitions .accordion__chevron {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.js .accordion__content--collapse {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.accordion__heading {
		font-size: 20px;
		padding: 25px 30px;
	}

	.accordion__heading--slim {
		padding: 14px 30px 15px;
	}

	.accordion--spring .accordion__heading {
		padding: 20px;
	}

	.accordion__content {
		padding: 25px 15px;
		margin-right: 15px;
		margin-left: 15px;
	}

	.accordion__content--slim {
		padding: 18px 30px 19px;
	}

	.accordion__content--collapse {
		display: none;
	}

	.accordion--spring .accordion__content {
		margin-right: 0;
		margin-left: 0;
		padding: 20px;
	}
}

@media only screen and (max-width: 639px) {
	.accordion__heading {
		font-size: 18px;
		padding: 20px;
		line-height: 1.2em;
	}

	.accordion__heading--slim {
		padding: 14px 15px 15px;
	}

	.accordion--spring .accordion__heading {
		padding: 10px;
	}

	.accordion__content {
		margin-right: 10px;
		margin-left: 10px;
		padding: 20px 0 15px;
	}

	.accordion__content--slim {
		padding: 18px 15px 19px;
	}

	.accordion--spring .accordion__content {
		margin-right: 0;
		margin-left: 0;
		padding: 10px;
	}
}

.alert {
	background-color: #4A4D4E;
	color: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.alert--arrow {
	margin-bottom: 12px;
}

.alert--light,
.alert--light-wrapper .alert {
	background-color: #FFFFFF;
	color: #333333;
}

.alert--warning {
	border-color: #FECB00;
}

.alert--error {
	border-color: #9C2AA0;
}

.alert--info {
	border-color: #00B0CA;
}

.alert__media {
	border-right: none;
	padding: 11px 15px;
	position: relative;
	border-bottom-left-radius: 9px;
	border-top-left-radius: 9px;
}

.alert--warning .alert__media {
	background-color: #FECB00;
}

.alert--error .alert__media {
	background-color: #9C2AA0;
	color: #FFFFFF;
}

.alert--info .alert__media {
	background-color: #00B0CA;
	color: #FFFFFF;
}

.alert__text {
	padding: 12px 20px;
}

.alert__icon {
	color: #333333;
}

.alert--arrow .alert__media::before, .alert--arrow .alert__media::after {
	border: 8px solid transparent;
	border-top-color: #FECB00;
	display: block;
	height: 0;
	width: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 50%;
	margin-left: -8px;
	content: "";
	position: absolute;
	top: 100%;
}

.alert--arrow .alert__media::after {
	margin-top: -1px;
	border-top-color: #FECB00;
}

.ajax {
	height: 100%;
}

.app-video {
	display: block;
	margin: 0 auto;
	max-width: 768px;
	width: 100%;
}

.aspect-height {
	position: relative;
	min-height: 1px;
}

.aspect-height--1\/1::after {
	padding-bottom: 100%;
}

.aspect-height--1\/1 > .aspect-height__content {
	position: absolute;
}

.aspect-height--1\/1::after {
	padding-bottom: 100%;
}

.aspect-height--1\/1 > .aspect-height__content {
	position: absolute;
}

.aspect-height--1\/2::after {
	padding-bottom: 50%;
}

.aspect-height--1\/2 > .aspect-height__content {
	position: absolute;
}

.aspect-height--2\/1::after {
	padding-bottom: 200%;
}

.aspect-height--2\/1 > .aspect-height__content {
	position: absolute;
}

.aspect-height--1\/3::after {
	padding-bottom: 33.3333333333%;
}

.aspect-height--1\/3 > .aspect-height__content {
	position: absolute;
}

.aspect-height--3\/1::after {
	padding-bottom: 300%;
}

.aspect-height--3\/1 > .aspect-height__content {
	position: absolute;
}

.aspect-height--2\/3::after {
	padding-bottom: 66.6666666667%;
}

.aspect-height--2\/3 > .aspect-height__content {
	position: absolute;
}

.aspect-height--3\/2::after {
	padding-bottom: 150%;
}

.aspect-height--3\/2 > .aspect-height__content {
	position: absolute;
}

.aspect-height--1\/4::after {
	padding-bottom: 25%;
}

.aspect-height--1\/4 > .aspect-height__content {
	position: absolute;
}

.aspect-height--4\/1::after {
	padding-bottom: 400%;
}

.aspect-height--4\/1 > .aspect-height__content {
	position: absolute;
}

.aspect-height--3\/4::after {
	padding-bottom: 75%;
}

.aspect-height--3\/4 > .aspect-height__content {
	position: absolute;
}

.aspect-height--4\/3::after {
	padding-bottom: 133.333333333%;
}

.aspect-height--4\/3 > .aspect-height__content {
	position: absolute;
}

.aspect-height--1\/5::after {
	padding-bottom: 20%;
}

.aspect-height--1\/5 > .aspect-height__content {
	position: absolute;
}

.aspect-height--5\/1::after {
	padding-bottom: 500%;
}

.aspect-height--5\/1 > .aspect-height__content {
	position: absolute;
}

.aspect-height--2\/5::after {
	padding-bottom: 40%;
}

.aspect-height--2\/5 > .aspect-height__content {
	position: absolute;
}

.aspect-height--5\/2::after {
	padding-bottom: 250%;
}

.aspect-height--5\/2 > .aspect-height__content {
	position: absolute;
}

.aspect-height--3\/5::after {
	padding-bottom: 60%;
}

.aspect-height--3\/5 > .aspect-height__content {
	position: absolute;
}

.aspect-height--5\/3::after {
	padding-bottom: 166.666666667%;
}

.aspect-height--5\/3 > .aspect-height__content {
	position: absolute;
}

.aspect-height--4\/5::after {
	padding-bottom: 80%;
}

.aspect-height--4\/5 > .aspect-height__content {
	position: absolute;
}

.aspect-height--5\/4::after {
	padding-bottom: 125%;
}

.aspect-height--5\/4 > .aspect-height__content {
	position: absolute;
}

.aspect-height--1\/6::after {
	padding-bottom: 16.6666666667%;
}

.aspect-height--1\/6 > .aspect-height__content {
	position: absolute;
}

.aspect-height--6\/1::after {
	padding-bottom: 600%;
}

.aspect-height--6\/1 > .aspect-height__content {
	position: absolute;
}

.aspect-height--5\/6::after {
	padding-bottom: 83.3333333333%;
}

.aspect-height--5\/6 > .aspect-height__content {
	position: absolute;
}

.aspect-height--6\/5::after {
	padding-bottom: 120%;
}

.aspect-height--6\/5 > .aspect-height__content {
	position: absolute;
}

.aspect-height--auto::after {
	padding-bottom: 0;
}

.aspect-height--auto > .aspect-height__content {
	position: static;
}

@media only screen and (max-width: 1024px) {
	.aspect-height--md-1\/1::after {
		padding-bottom: 100%;
	}

	.aspect-height--md-1\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-1\/1::after {
		padding-bottom: 100%;
	}

	.aspect-height--md-1\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-1\/2::after {
		padding-bottom: 50%;
	}

	.aspect-height--md-1\/2 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-2\/1::after {
		padding-bottom: 200%;
	}

	.aspect-height--md-2\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-1\/3::after {
		padding-bottom: 33.3333333333%;
	}

	.aspect-height--md-1\/3 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-3\/1::after {
		padding-bottom: 300%;
	}

	.aspect-height--md-3\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-2\/3::after {
		padding-bottom: 66.6666666667%;
	}

	.aspect-height--md-2\/3 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-3\/2::after {
		padding-bottom: 150%;
	}

	.aspect-height--md-3\/2 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-1\/4::after {
		padding-bottom: 25%;
	}

	.aspect-height--md-1\/4 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-4\/1::after {
		padding-bottom: 400%;
	}

	.aspect-height--md-4\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-3\/4::after {
		padding-bottom: 75%;
	}

	.aspect-height--md-3\/4 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-4\/3::after {
		padding-bottom: 133.333333333%;
	}

	.aspect-height--md-4\/3 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-1\/5::after {
		padding-bottom: 20%;
	}

	.aspect-height--md-1\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-5\/1::after {
		padding-bottom: 500%;
	}

	.aspect-height--md-5\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-2\/5::after {
		padding-bottom: 40%;
	}

	.aspect-height--md-2\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-5\/2::after {
		padding-bottom: 250%;
	}

	.aspect-height--md-5\/2 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-3\/5::after {
		padding-bottom: 60%;
	}

	.aspect-height--md-3\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-5\/3::after {
		padding-bottom: 166.666666667%;
	}

	.aspect-height--md-5\/3 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-4\/5::after {
		padding-bottom: 80%;
	}

	.aspect-height--md-4\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-5\/4::after {
		padding-bottom: 125%;
	}

	.aspect-height--md-5\/4 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-1\/6::after {
		padding-bottom: 16.6666666667%;
	}

	.aspect-height--md-1\/6 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-6\/1::after {
		padding-bottom: 600%;
	}

	.aspect-height--md-6\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-5\/6::after {
		padding-bottom: 83.3333333333%;
	}

	.aspect-height--md-5\/6 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-6\/5::after {
		padding-bottom: 120%;
	}

	.aspect-height--md-6\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--md-auto::after {
		padding-bottom: 0;
	}

	.aspect-height--md-auto > .aspect-height__content {
		position: static;
	}
}

@media only screen and (max-width: 639px) {
	.aspect-height--sm-1\/1::after {
		padding-bottom: 100%;
	}

	.aspect-height--sm-1\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-1\/1::after {
		padding-bottom: 100%;
	}

	.aspect-height--sm-1\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-1\/2::after {
		padding-bottom: 50%;
	}

	.aspect-height--sm-1\/2 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-2\/1::after {
		padding-bottom: 200%;
	}

	.aspect-height--sm-2\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-1\/3::after {
		padding-bottom: 33.3333333333%;
	}

	.aspect-height--sm-1\/3 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-3\/1::after {
		padding-bottom: 300%;
	}

	.aspect-height--sm-3\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-2\/3::after {
		padding-bottom: 66.6666666667%;
	}

	.aspect-height--sm-2\/3 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-3\/2::after {
		padding-bottom: 150%;
	}

	.aspect-height--sm-3\/2 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-1\/4::after {
		padding-bottom: 25%;
	}

	.aspect-height--sm-1\/4 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-4\/1::after {
		padding-bottom: 400%;
	}

	.aspect-height--sm-4\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-3\/4::after {
		padding-bottom: 75%;
	}

	.aspect-height--sm-3\/4 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-4\/3::after {
		padding-bottom: 133.333333333%;
	}

	.aspect-height--sm-4\/3 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-1\/5::after {
		padding-bottom: 20%;
	}

	.aspect-height--sm-1\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-5\/1::after {
		padding-bottom: 500%;
	}

	.aspect-height--sm-5\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-2\/5::after {
		padding-bottom: 40%;
	}

	.aspect-height--sm-2\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-5\/2::after {
		padding-bottom: 250%;
	}

	.aspect-height--sm-5\/2 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-3\/5::after {
		padding-bottom: 60%;
	}

	.aspect-height--sm-3\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-5\/3::after {
		padding-bottom: 166.666666667%;
	}

	.aspect-height--sm-5\/3 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-4\/5::after {
		padding-bottom: 80%;
	}

	.aspect-height--sm-4\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-5\/4::after {
		padding-bottom: 125%;
	}

	.aspect-height--sm-5\/4 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-1\/6::after {
		padding-bottom: 16.6666666667%;
	}

	.aspect-height--sm-1\/6 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-6\/1::after {
		padding-bottom: 600%;
	}

	.aspect-height--sm-6\/1 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-5\/6::after {
		padding-bottom: 83.3333333333%;
	}

	.aspect-height--sm-5\/6 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-6\/5::after {
		padding-bottom: 120%;
	}

	.aspect-height--sm-6\/5 > .aspect-height__content {
		position: absolute;
	}

	.aspect-height--sm-auto::after {
		padding-bottom: 0;
	}

	.aspect-height--sm-auto > .aspect-height__content {
		position: static;
	}
}

.aspect-height::after {
	content: "";
	display: block;
	height: 0;
}

.aspect-height__content {
	display: block;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.background {
	position: relative;
	z-index: 0;
}

.background--cover {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

.background--fixed .background__image {
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: top center;
}

.background__image {
	background-position: center;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 170px;
	z-index: -1;
}

.background--bottom .background__image {
	background-position: bottom;
}

.background--no-repeat .background__image {
	background-repeat: no-repeat;
}

.block-tabs--dark {
	background-color: #EBEBEB;
}

.block-tabs--gutter {
	margin-bottom: 40px;
}

.block-tabs__inner {
	padding: 25px;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
}

.block-tabs__back {
	position: absolute;
	top: 25px;
	left: 25px;
}

.block-tabs__content {
	background-color: #EBEBEB;
	color: #666666;
	width: calc(400% + 60px);
	margin: 40px 0 20px;
	position: relative;
	display: none;
	padding: 55px 100px 20px;
}

.block-tabs--dark .block-tabs__content {
	background-color: #666666;
	color: #FFFFFF;
}

.block-tabs__tab {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	display: block;
	position: relative;
	font-size: 0;
}

	.block-tabs__tab::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

.block-tabs__tab--active {
	background-color: #E60000;
	border-color: #E60000;
	color: #FFFFFF;
}

	.block-tabs__tab--active::after {
		border: 15px solid transparent;
		border-top-color: currentColor;
		display: block;
		height: 0;
		width: 0;
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		color: #EBEBEB;
		content: "";
		position: absolute;
		bottom: -42px;
		left: 50%;
		margin-left: -15px;
	}

.block-tabs--dark .block-tabs__tab--active::after {
	color: #666666;
}

.block-tabs__tab--active + .block-tabs__content {
	display: block;
}

.block-tabs__tab-wrapper:nth-child(4n+2) .block-tabs__content {
	margin-left: calc(-100% - 20px);
}

.block-tabs__tab-wrapper:nth-child(4n+3) .block-tabs__content {
	margin-left: calc(-200% - 40px);
}

.block-tabs__tab-wrapper:nth-child(4n) .block-tabs__content {
	margin-left: calc(-300% - 60px);
}

.block-tabs__close {
	position: absolute;
	top: 25px;
	right: 30px;
}

.block-tabs--dark .block-tabs__title,
.block-tabs--dark .block-tabs__close {
	color: #FFFFFF;
}

.block-tabs__icon {
	width: 44px;
	height: 44px;
}

@media only screen and (max-width: 1024px) {
	.block-tabs--gutter {
		margin-bottom: 30px;
	}

	.block-tabs__content {
		width: calc(300% + 40px);
		padding: 75px 20px 20px;
	}

	.block-tabs__tab-wrapper:nth-child(3n+1) .block-tabs__content {
		margin-left: 0;
	}

	.block-tabs__tab-wrapper:nth-child(3n+2) .block-tabs__content {
		margin-left: calc(-100% - 20px);
	}

	.block-tabs__tab-wrapper:nth-child(3n) .block-tabs__content {
		margin-left: calc(-200% - 40px);
	}

	.block-tabs__inner {
		padding: 20px;
	}
}

@media only screen and (max-width: 639px) {
	.block-tabs__content {
		width: calc(200% + 10px);
		padding: 60px 10px 30px;
	}

	.block-tabs__back {
		position: absolute;
		top: 20px;
		left: 12px;
	}

	.block-tabs__tab-wrapper:nth-child(2n+1) .block-tabs__content {
		margin-left: 0;
	}

	.block-tabs__tab-wrapper:nth-child(2n+2) .block-tabs__content {
		margin-left: calc(-100% - 10px);
	}

	.block-tabs__tab {
		margin-bottom: 0;
	}

	.block-tabs__close {
		top: 12px;
		right: 12px;
	}

	.block-tabs__inner {
		padding: 18px 15px 15px;
	}

	.block-tabs__icon {
		width: 40px;
		height: 40px;
		margin-bottom: 8px;
	}
}

.body--fixed {
	position: fixed;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.body--navigation-fixed {
		overflow: hidden;
	}
}

@media only screen and (max-width: 639px) {
	.body--navigation-fixed {
		overflow: hidden;
	}
}

.bubble {
	background: #3D3D3D;
	border-radius: 35px;
	clear: both;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	padding: 30px;
	position: relative;
	text-align: left;
	width: 100%;
}

.bubble--negative {
	background-color: #FFFFFF;
	color: #333333;
}

.bubble--new {
	padding-left: 60px;
}

.bubble--dark {
	background-color: #000000;
}

.bubble--new::before {
	border-radius: 2px;
	background-color: #E60000;
	content: "";
	width: 4px;
	bottom: 30px;
	top: 30px;
	position: absolute;
	left: 30px;
}

.bubble__tail {
	color: #3D3D3D;
	position: absolute;
	bottom: 0;
	left: -20px;
	width: 50px;
	height: 20px;
}

.bubble--dark .bubble__tail {
	color: #000000;
}

.bubble--negative .bubble__tail,
.bubble--bill .bubble__tail {
	color: #FFFFFF;
}

.bubble--right .bubble__tail {
	left: auto;
	right: -20px;
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.bubble__title {
	color: #FFFFFF;
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 0;
}

.bubble__user {
	color: #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.bubble__message {
	margin: 0;
}

.bubble--negative .bubble__title,
.bubble--negative .bubble__user {
	color: #666666;
}

.bubble--typing {
	height: 40px;
	margin-bottom: 25px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}

	.bubble--typing::before {
		width: 40px;
		height: 20px;
	}

	.bubble--typing::after {
		width: 40px;
		height: 45px;
	}

.bubble__dots {
	list-style: none;
}

.bubble__dot {
	background-color: #999999;
	border-radius: 100%;
	display: inline-block;
	height: 8px;
	margin: 14px 0 14px 5px;
	position: relative;
	top: 0;
	vertical-align: middle;
	width: 8px;
	z-index: 2;
}

.bubble__dot--middle {
	background-color: #AFAFAF;
}

.bubble__dot--last {
	background-color: #FFFFFF;
	height: 12px;
	width: 12px;
}

.bubble--negative .bubble__dot--last {
	background-color: #CCCCCC;
}

@media only screen and (max-width: 639px) {
	.bubble {
		font-size: 16px;
		margin-right: 5px;
		margin-left: 15px;
		width: auto;
	}

	.bubble--typing {
		float: left;
		margin-left: 20px;
	}

	.bubble__title {
		font-size: 24px;
	}
}

.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	padding: 11px 37px;
	text-align: center;
}

	.button:hover {
		cursor: pointer;
	}

.button--reset {
	border: none;
	padding: 0;
	background: none;
}

.button--primary {
	color: #FFFFFF;
	background-color: #E60000;
}

	.button--primary:hover {
		background-color: #990000;
	}

.button--primary--dark {
	background-color: #BD0000;
}

.button--secondary {
	color: #FFFFFF;
	background-color: #666666;
}

	.button--secondary:hover {
		background-color: #333333;
	}

.button--secondary--dark {
	background-color: #AFAFAF;
	color: #333333;
}

	.button--secondary--dark:hover {
		background-color: #CCCCCC;
	}

.button--tertiary {
	background-color: #FFFFFF;
	border-color: #999999;
	color: #666666;
}

	.button--tertiary:hover {
		background-color: #F4F4F4;
		border-color: #333333;
		color: #333333;
	}

.button--tertiary--dark {
	background-color: transparent;
	border-color: #CCCCCC;
	color: #FFFFFF;
}

	.button--tertiary--dark:hover {
		background-color: #F4F4F4;
	}

	.button--tertiary--dark:focus {
		color: #333333;
		background-color: #F4F4F4;
	}

.button--confirm {
	color: #FFFFFF;
	background-color: #428600;
}

	.button--confirm:hover {
		background-color: #295300;
	}

.button--transparent {
	background-color: transparent;
	border-color: currentColor;
	color: currentColor;
}

.button--full-width {
	display: block;
	width: 100%;
	text-align: center;
}

.button--square {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
}

.button--trailing {
	margin-bottom: 10px;
}

.button--disabled, .button--disabled:hover, .button--disabled:focus {
	background-color: #CCCCCC;
	border-color: #CCCCCC;
	color: #FFFFFF;
	cursor: default;
}

	.button--disabled--dark, .button--disabled--dark:hover, .button--disabled--dark:focus, .button--disabled.button--primary--dark, .button--disabled.button--primary--dark:hover, .button--disabled.button--primary--dark:focus, .button--disabled.button--secondary--dark, .button--disabled.button--secondary--dark:hover, .button--disabled.button--secondary--dark:focus {
		background-color: #666666;
		border-color: #666666;
		color: #333333;
		cursor: default;
	}

.button__icon {
	margin-right: 10px;
}

@media only screen and (max-width: 639px) {
	.button {
		display: inline-block;
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		padding: 10px;
		width: 100%;
	}

	.button--inline {
		display: inline-block;
		width: auto;
	}

	.button--square {
		width: 45px;
		height: 45px;
		float: right;
		margin-right: 5px;
	}
}

.caption {
	display: table;
}

.caption__media, .caption__text {
	display: table-cell;
	vertical-align: middle;
}

.caption__media--top {
	vertical-align: top;
}

.caption__text--gutter {
	padding-left: 10px;
}

.caption__text--top {
	vertical-align: top;
}

.caption__text--left {
	text-align: left;
}

.caption--center {
	margin: 0 auto;
}

.caption__icon-wrapper {
	width: 32px;
	height: 32px;
	color: #FFFFFF;
	margin-right: 20px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
}

.caption__icon-wrapper--la-palma {
	background-color: #41871B;
}

.caption__icon {
	width: 100%;
	width: 20px;
	height: 20px;
}

.card {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	display: block;
	margin-bottom: 2px;
	width: 100%;
}

.card--gutter {
	margin-bottom: 10px;
}

.card--join {
	margin-top: -2px;
}

.card--hero {
	padding-top: 200px;
}

.card--white {
	background-color: #FFFFFF;
}

.card--dark {
	box-shadow: none;
}

.card__header {
	text-align: left;
	padding: 20px calc(100% / 6 - 20px);
	margin: 0 20px;
	border-bottom: 1px solid #AFAFAF;
}

.card__content {
	background-color: #FFFFFF;
	padding: 30px 16.6666666667%;
}

.card__content--narrow {
	padding: 20px 40px;
}

.card--dark .card__content {
	background-color: #4A4D4E;
	color: #FFFFFF;
}

.card--light .card__content {
	background-color: #F4F4F4;
}

.card__footer {
	border-top: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1024px) {
	.card__header {
		padding: 10px 8.3333333333%;
		border-bottom: 1px solid #CCCCCC;
		margin: 0;
	}

	.card__content {
		padding: 25px 8.3333333333%;
	}

	.card__content--narrow {
		padding: 25px;
	}
}

@media only screen and (max-width: 639px) {
	.card__header {
		padding: 12px 20px;
		width: 100%;
	}

	.card__content {
		padding: 20px;
	}

	.card__content--narrow {
		padding: 10px;
	}
}

.carousel {
	position: relative;
}

.carousel__slider--1 .carousel__slide {
	width: 100%;
}

.carousel__slider--1::before {
	content: "1";
	display: none;
}

.carousel__slider--2 .carousel__slide {
	width: 50%;
}

.carousel__slider--2::before {
	content: "2";
	display: none;
}

.carousel__slider--3 .carousel__slide {
	width: 33.3333333333%;
}

.carousel__slider--3::before {
	content: "3";
	display: none;
}

.carousel__slider--4 .carousel__slide {
	width: 25%;
}

.carousel__slider--4::before {
	content: "4";
	display: none;
}

.carousel__slider--5 .carousel__slide {
	width: 20%;
}

.carousel__slider--5::before {
	content: "5";
	display: none;
}

.carousel__slider--6 .carousel__slide {
	width: 16.6666666667%;
}

.carousel__slider--6::before {
	content: "6";
	display: none;
}

.carousel__slider--7 .carousel__slide {
	width: 14.2857142857%;
}

.carousel__slider--7::before {
	content: "7";
	display: none;
}

@media only screen and (max-width: 1024px) {
	.carousel__slider--md-1 .carousel__slide {
		width: 100%;
	}

	.carousel__slider--md-1::before {
		content: "1";
		display: none;
	}

	.carousel__slider--md-2 .carousel__slide {
		width: 50%;
	}

	.carousel__slider--md-2::before {
		content: "2";
		display: none;
	}

	.carousel__slider--md-3 .carousel__slide {
		width: 33.3333333333%;
	}

	.carousel__slider--md-3::before {
		content: "3";
		display: none;
	}

	.carousel__slider--md-4 .carousel__slide {
		width: 25%;
	}

	.carousel__slider--md-4::before {
		content: "4";
		display: none;
	}

	.carousel__slider--md-5 .carousel__slide {
		width: 20%;
	}

	.carousel__slider--md-5::before {
		content: "5";
		display: none;
	}

	.carousel__slider--md-6 .carousel__slide {
		width: 16.6666666667%;
	}

	.carousel__slider--md-6::before {
		content: "6";
		display: none;
	}

	.carousel__slider--md-7 .carousel__slide {
		width: 14.2857142857%;
	}

	.carousel__slider--md-7::before {
		content: "7";
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.carousel__slider--sm-1 .carousel__slide {
		width: 100%;
	}

	.carousel__slider--sm-1::before {
		content: "1";
		display: none;
	}

	.carousel__slider--sm-2 .carousel__slide {
		width: 50%;
	}

	.carousel__slider--sm-2::before {
		content: "2";
		display: none;
	}

	.carousel__slider--sm-3 .carousel__slide {
		width: 33.3333333333%;
	}

	.carousel__slider--sm-3::before {
		content: "3";
		display: none;
	}

	.carousel__slider--sm-4 .carousel__slide {
		width: 25%;
	}

	.carousel__slider--sm-4::before {
		content: "4";
		display: none;
	}

	.carousel__slider--sm-5 .carousel__slide {
		width: 20%;
	}

	.carousel__slider--sm-5::before {
		content: "5";
		display: none;
	}

	.carousel__slider--sm-6 .carousel__slide {
		width: 16.6666666667%;
	}

	.carousel__slider--sm-6::before {
		content: "6";
		display: none;
	}

	.carousel__slider--sm-7 .carousel__slide {
		width: 14.2857142857%;
	}

	.carousel__slider--sm-7::before {
		content: "7";
		display: none;
	}
}

.carousel--stretch {
	height: 100%;
}

.carousel__wrapper {
	overflow: hidden;
}

.carousel__slider {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	letter-spacing: -.215em;
	white-space: nowrap;
}

.no-js .carousel__slider {
	overflow-x: auto;
	padding-bottom: 15px;
}

.carousel__slide {
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	white-space: normal;
	padding: 0 10px;
}

.carousel--gallery .carousel__slide,
.carousel--hero .carousel__slide {
	padding: 0;
	position: relative;
}

.carousel--gallery .carousel__slide {
	text-align: center;
}

.carousel--stretch .carousel__wrapper,
.carousel--stretch .carousel__slider,
.carousel--stretch .carousel__slide {
	height: 100%;
}

.carousel__controls {
	display: none;
}

.carousel__controls--visible {
	display: block;
}

.carousel__control {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	box-shadow: 0 1px 3px 0 #AFAFAF;
	color: #999999;
	height: 50px;
	padding: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 50px;
	z-index: 2;
}

.carousel__control--left {
	left: -15px;
}

.carousel__control--right {
	right: -15px;
}

.carousel--gallery .carousel__control,
.carousel--hero .carousel__control {
	background: none;
	border: none;
	box-shadow: none;
	color: #FFFFFF;
}

.carousel--gallery .carousel__control--left,
.carousel--hero .carousel__control--left {
	left: 80px;
}

.carousel--gallery .carousel__control--right,
.carousel--hero .carousel__control--right {
	right: 80px;
}

.carousel--gallery .carousel__control {
	color: #999999;
}

.carousel--alt .carousel__control {
	color: #FFFFFF;
}

.carousel__pagination {
	margin-top: 20px;
	text-align: center;
	display: none;
}

.carousel__pagination--visible {
	display: block;
}

.carousel--gallery .carousel__pagination,
.carousel--hero .carousel__pagination {
	bottom: 10px;
	left: 50%;
	position: absolute;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.carousel__pages {
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
}

.carousel--hero .carousel__pages {
	margin-top: 0;
}

.carousel__page-item {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.carousel__page {
	background-color: #999999;
	width: 10px;
	padding: 0;
	height: 10px;
	border-radius: 50%;
	position: relative;
}

.carousel__page--active {
	background-color: transparent;
}

	.carousel__page--active::after {
		content: "";
		position: absolute;
		border-radius: 50%;
		border: 3px solid #333333;
		width: 8px;
		height: 8px;
		left: -3px;
		top: -3px;
	}

.carousel--hero .carousel__page,
.carousel--alt .carousel__page,
.carousel--light .carousel__page {
	background-color: #FFFFFF;
}

.carousel--hero .carousel__page--active,
.carousel--alt .carousel__page--active,
.carousel--light .carousel__page--active {
	background-color: transparent;
}

	.carousel--hero .carousel__page--active::after,
	.carousel--alt .carousel__page--active::after,
	.carousel--light .carousel__page--active::after {
		border-color: #FFFFFF;
	}

@media only screen and (max-width: 1024px) {
	.carousel__pages {
		margin-top: 15px;
	}

	.carousel--hero .carousel__control {
		display: none;
	}

	.carousel__control {
		height: 40px;
		width: 40px;
	}
}

@media only screen and (max-width: 639px) {
	.carousel--gallery .carousel__pagination,
	.carousel--hero .carousel__pagination {
		bottom: 26px;
	}

	.carousel--gallery .carousel__controls {
		display: none;
	}

	.carousel__pages {
		margin-top: 13px;
	}
}

.carousel-gallery-pages {
	display: inline-block;
	width: auto;
	margin-top: 0;
	padding: 10px;
	background-color: #333333;
	background-color: rgba(51, 51, 51, 0.5);
	border-radius: 5px;
	white-space: nowrap;
}

.carousel-gallery-pages__page {
	width: 80px;
	height: 50px;
	background-color: #FFFFFF;
	position: relative;
	border-radius: 0;
}

.carousel-gallery-pages__page--active::after {
	content: "";
	display: block;
	position: absolute;
	border: 3px solid #333333;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	width: auto;
	height: auto;
}

.carousel-gallery-pages--dark .carousel-gallery-pages__page {
	background-color: #999999;
}

.carousel-gallery-pages__page-item {
	height: 50px;
	display: inline-block;
	margin: 0 5px;
}

.carousel-gallery-pages__page-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: none;
	width: 100%;
	height: 100%;
}

.carousel-gallery-pages__page-icon {
	width: 100%;
	height: 36px;
	width: 36px;
	color: #666666;
}

.carousel-gallery-pages__page-icon--horizontal {
	width: 54px;
}

.carousel-gallery-pages__page-icon--dark {
	color: #FFFFFF;
}

@media only screen and (max-width: 639px) {
	.carousel-gallery-pages {
		bottom: 27px;
	}

	.carousel-gallery-pages__page-item {
		margin: 0 1px;
		height: 25px;
	}

	.carousel-gallery-pages__pages {
		padding: 5px;
	}

	.carousel-gallery-pages__page {
		width: 40px;
		height: 25px;
	}

	.carousel-gallery-pages__page-icon {
		height: 19px;
		width: 19px;
	}

	.carousel-gallery-pages__page-icon--horizontal {
		width: 27px;
	}
}

.carousel-old--hero {
	position: relative;
}

.carousel-old__wrapper {
	position: relative;
}

.carousel-old__wrapper--gutter {
	margin: 0 -10px;
}

.carousel-old__heading {
	color: #333333;
}

.carousel-old__content {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.carousel-old--overflow .carousel-old__content {
	overflow: visible;
}

.carousel-old__slider {
	position: relative;
}

.carousel-old__slider--1 {
	width: 100%;
}

.carousel-old__slider--2 {
	width: 50%;
}

.carousel-old__slider--3 {
	width: 33.3333333333%;
}

.carousel-old__slider--4 {
	width: 25%;
}

.carousel-old__slider--5 {
	width: 20%;
}

@media only screen and (max-width: 1024px) {
	.carousel-old__slider--md-1 {
		width: 100%;
	}

	.carousel-old__slider--md-2 {
		width: 50%;
	}

	.carousel-old__slider--md-3 {
		width: 33.3333333333%;
	}

	.carousel-old__slider--md-4 {
		width: 25%;
	}

	.carousel-old__slider--md-5 {
		width: 20%;
	}
}

@media only screen and (max-width: 639px) {
	.carousel-old__slider--sm-1 {
		width: 100%;
	}

	.carousel-old__slider--sm-2 {
		width: 50%;
	}

	.carousel-old__slider--sm-3 {
		width: 33.3333333333%;
	}

	.carousel-old__slider--sm-4 {
		width: 25%;
	}

	.carousel-old__slider--sm-5 {
		width: 20%;
	}
}

.carousel-old--hero .carousel-old__slider {
	width: 100%;
}

.carousel-old__slides {
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 500%;
}

.carousel-old__slide {
	float: left;
	display: block;
	visibility: hidden;
	width: 100vw;
}

.carousel-old__slide--gutter {
	padding: 0 10px;
}

.carousel-old__slide--animating, .carousel-old__slide--active {
	visibility: visible;
}

.carousel-old--hero .carousel-old__slide {
	position: relative;
}

.carousel-old--overflow .carousel-old__slide {
	visibility: visible;
}

.carousel-old__spring {
	position: relative;
}

.carousel-old__control {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	box-shadow: 0 1px 3px 0 #AFAFAF;
	color: #999999;
	height: 50px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 50px;
	z-index: 1;
}

.carousel-old__control--left {
	left: -10px;
}

.carousel-old__control--right {
	right: -10px;
}

.carousel-old__control--hidden {
	display: none;
}

.carousel-old--hero .carousel-old__control {
	background: none;
	border: none;
	box-shadow: none;
	color: #FFFFFF;
}

.carousel-old__control-icon {
	width: 100%;
}

.carousel-old__pagination {
	margin-top: 20px;
	text-align: center;
}

.carousel-old--hero .carousel-old__pagination {
	bottom: 20px;
	left: 50%;
	position: absolute;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.carousel-old__pages {
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
}

.carousel-old--hero .carousel-old__pages {
	margin-top: 0;
}

.carousel-old__page-item {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.carousel-old__page {
	background-color: #999999;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: relative;
}

.carousel-old__page--active {
	background-color: transparent;
}

	.carousel-old__page--active::after {
		content: "";
		position: absolute;
		border-radius: 50%;
		border: 3px solid #333333;
		width: 10px;
		height: 10px;
		left: -3px;
		top: -3px;
	}

.carousel-old--hero .carousel-old__page,
.carousel-old--alt .carousel-old__page {
	background-color: #FFFFFF;
}

.carousel-old--hero .carousel-old__page--active,
.carousel-old--alt .carousel-old__page--active {
	background-color: transparent;
}

	.carousel-old--hero .carousel-old__page--active::after,
	.carousel-old--alt .carousel-old__page--active::after {
		border-color: #FFFFFF;
	}

.carousel-old__slide-eqrows-content--app {
	background-color: #BD0000;
}

.carousel-old--picker {
	overflow: hidden;
	position: relative;
}

	.carousel-old--picker .carousel-old__wrapper-overflow {
		width: calc(100% / 11);
		margin: 0 auto;
	}

	.carousel-old--picker .carousel-old__wrapper {
		position: static;
	}

	.carousel-old--picker .carousel-old__slide {
		font-family: "VodafoneRegular";
		font-size: 26px;
		position: relative;
	}

		.carousel-old--picker .carousel-old__slide:hover {
			cursor: pointer;
		}

	.carousel-old--picker .carousel-old__slide--active:hover {
		cursor: auto;
	}

	.carousel-old--picker .carousel-old__control {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: #FFFFFF;
		border: none;
		padding: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 0;
		height: 100%;
	}

	.carousel-old--picker .carousel-old__control--left {
		left: 0;
		box-shadow: -25px -25px 250px 175px #FFFFFF;
	}

	.carousel-old--picker .carousel-old__control--right {
		right: 0;
		box-shadow: 25px 25px 250px 175px #FFFFFF;
	}

.carousel-old--picker--dark .carousel-old__control {
	background-color: #F4F4F4;
}

.carousel-old--picker--dark .carousel-old__control--left {
	box-shadow: -25px -25px 250px 175px #F4F4F4;
}

.carousel-old--picker--dark .carousel-old__control--right {
	box-shadow: 25px 25px 250px 175px #F4F4F4;
}

.carousel-old__picker-label {
	color: #666666;
	display: none;
	font-family: "VodafoneRegular";
	font-size: 18px;
	left: 50%;
	margin-top: 25px;
	position: absolute;
	top: 100%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 300px;
}

.carousel-old__radio[disabled] + .carousel-old__picker-value {
	color: #CCCCCC;
}

.carousel-old__slide--active .carousel-old__picker-label {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.carousel-old--hero .carousel-old__slider {
		width: 100%;
	}

	.carousel-old__control--circle {
		height: 44px;
		width: 44px;
	}

	.carousel-old--hero .carousel-old__control {
		display: none;
	}

	.carousel-old__pages {
		margin-top: 15px;
	}

	.carousel-old--picker .carousel-old__slide {
		font-size: 24px;
	}

	.carousel-old--picker .carousel-old__control--left {
		box-shadow: -25px -25px 200px 150px #FFFFFF;
	}

	.carousel-old--picker .carousel-old__control--right {
		box-shadow: 25px 25px 200px 150px #FFFFFF;
	}

	.carousel-old--picker--dark .carousel-old__control--left {
		box-shadow: -25px -25px 200px 150px #F4F4F4;
	}

	.carousel-old--picker--dark .carousel-old__control--right {
		box-shadow: 25px 25px 200px 150px #F4F4F4;
	}
}

@media only screen and (max-width: 639px) {
	.carousel-old--hero .carousel-old__slider {
		width: 100%;
	}

	.carousel-old--hero .carousel-old__pagination {
		bottom: 26px;
	}

	.carousel-old__control--circle {
		height: 40px;
		width: 40px;
	}

	.carousel-old__pages {
		margin-top: 13px;
	}

	.carousel-old--picker .carousel-old__slide {
		font-family: "VodafoneRegular";
		font-size: 20px;
	}

	.carousel-old--picker .carousel-old__wrapper-overflow {
		width: calc(100% / 8);
	}

	.carousel-old--picker .carousel-old__control--left {
		box-shadow: -25px -25px 100px 50px #FFFFFF;
	}

	.carousel-old--picker .carousel-old__control--right {
		box-shadow: 25px 25px 100px 50px #FFFFFF;
	}

	.carousel-old--picker--dark .carousel-old__control--left {
		box-shadow: -25px -25px 100px 50px #F4F4F4;
	}

	.carousel-old--picker--dark .carousel-old__control--right {
		box-shadow: 25px 25px 100px 50px #F4F4F4;
	}

	.carousel-old__picker-label {
		width: 200px;
	}
}

.check {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	margin: 20px 0;
}

.check--border {
	border: 1px solid #999999;
	margin-bottom: 10px;
	box-shadow: none;
}

.check__content {
	padding: 20px 48px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.check__footer {
	pointer-events: none;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #EBEBEB;
	padding: 15px 20px;
	border: 3px solid #FFFFFF;
}

.check__footer-icon {
	pointer-events: all;
}

.check__icon {
	position: absolute;
	color: #FFFFFF;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.check__icon--checked {
	display: none;
}

.check__icon--unchecked {
	display: block;
}

.check__pass-size {
	font-size: 14px;
}

.check__check {
	position: absolute;
	top: 0;
	right: 0;
}

	.check__check::before {
		border-color: transparent;
		border-right-color: #E60000;
		border-top-color: #E60000;
		border-style: solid;
		border-width: 24px;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
	}

.check__input:checked ~ .check__check::before {
	border-right-color: #428600;
	border-top-color: #428600;
}

.check__input:checked ~ .check__check .check__icon--checked {
	display: block;
}

.check__input:checked ~ .check__check .check__icon--unchecked {
	display: none;
}

.check__input:focus ~ .check__content {
	outline: 2px solid #00B0CA;
}

@media only screen and (max-width: 639px) {
	.check__content::before {
		border-width: 18px;
	}

	.check__icon {
		top: 5px;
		right: 5px;
	}

	.check__footer {
		padding: 10px 10px 0;
	}
}

.chevron {
	display: table;
	position: relative;
	width: 100%;
}

.chevron--inline {
	display: block;
}

.chevron__text, .chevron__container {
	display: table-cell;
	vertical-align: middle;
}

.chevron__text--wide {
	width: 100%;
	padding-right: 25px;
}

.chevron--inline .chevron__text {
	display: inline;
}

.chevron__container {
	line-height: 0;
	text-align: right;
}

.chevron__container--float {
	float: right;
}

.chevron--inline .chevron__container {
	display: inline-block;
}

.chevron__icon {
	font-size: 18px;
}

.chevron__icon--white {
	color: #FFFFFF;
}

.chevron__icon--red {
	color: #E60000;
}

.chevron__icon--mine-shaft {
	color: #333333;
}

.circle-tabs__navigation-wrapper {
	max-height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.circle-tabs__navigation {
	letter-spacing: -.215em;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.circle-tabs__navigation--gutter {
	margin-bottom: 24px;
}

.circle-tabs--stretch .circle-tabs__navigation {
	max-width: none;
}

.circle-tabs__tab {
	cursor: pointer;
	display: inline-block;
	font-family: "VodafoneRegular";
	font-size: 20px;
	letter-spacing: normal;
	padding: 0 37px;
	position: relative;
}

.circle-tabs__tab--active::before {
	border: 25px solid transparent;
	border-top-color: #EBEBEB;
	display: block;
	height: 0;
	width: 0;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	content: "";
	left: 50%;
	margin-left: -25px;
	position: absolute;
	bottom: 0;
	margin-bottom: -30px;
}

.circle-tabs__tab--dark--active::before {
	border: 25px solid transparent;
	border-top-color: #4A4D4E;
	display: block;
	height: 0;
	width: 0;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.circle-tabs--fixed .circle-tabs__navigation {
	display: table;
	table-layout: fixed;
}

.circle-tabs--fixed .circle-tabs__tab {
	display: table-cell;
}

.circle-tabs__tab-circle {
	border-radius: 100%;
	border: 1px solid #E60000;
	display: block;
	height: 64px;
	width: 64px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #E60000;
	border-color: currentColor;
}

.circle-tabs__tab-circle--pistachio {
	color: #A8B600;
}

.circle-tabs__tab-circle--cerulean {
	color: #00B0CA;
}

.circle-tabs__tab-circle--tangerine {
	color: #EB9700;
}

.circle-tabs__tab-circle--seance {
	color: #9C2AA0;
}

.circle-tabs__tab-label {
	margin-top: 14px;
}

.circle-tabs__tab-label--dark {
	color: #666666;
}

.circle-tabs__tab--active .circle-tabs__tab-label,
.circle-tabs__tab:hover .circle-tabs__tab-label {
	color: #E60000;
}

.circle-tabs__tab--active .circle-tabs__tab-label--dark,
.circle-tabs__tab:hover .circle-tabs__tab-label--dark {
	color: #333333;
}

.circle-tabs__icon {
	width: 100%;
	color: currentColor;
	width: 32px;
	height: 32px;
	stroke-width: .3em;
}

.circle-tabs--large .circle-tabs__icon {
	width: 44px;
	height: 44px;
}

.circle-tabs--large .circle-tabs__tab-circle {
	width: 74px;
	height: 74px;
}

.circle-tabs__tab--active .circle-tabs__tab-circle {
	background: currentColor;
}

.circle-tabs__tab--active .circle-tabs__icon {
	color: #FFFFFF;
}

.circle-tabs__content {
	background-color: #EBEBEB;
	padding: 50px 0;
}

.circle-tabs__content--dark {
	background-color: #4A4D4E;
	color: #FFFFFF;
}

.circle-tabs--no-gutter-bottom .circle-tabs__content {
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.circle-tabs__content {
		padding: 40px 0;
	}

	.circle-tabs__tab {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 639px) {
	.circle-tabs__navigation--top-padding {
		padding-top: 30px;
	}

	.circle-tabs__tab {
		font-size: 16px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.circle-tabs__tab--active::before {
		top: 85%;
	}

	.circle-tabs__navigation--gutter {
		margin-bottom: 25px;
	}

	.circle-tabs__tab-circle {
		width: 60px;
		height: 60px;
		border-width: 1px;
	}

	.circle-tabs__tab-label {
		margin-top: 8px;
	}

	.circle-tabs__icon {
		width: 28px;
		height: 28px;
	}

	.circle-tabs__content {
		padding: 30px 0;
	}

	.circle-tabs--large .circle-tabs__navigation,
	.circle-tabs--large .circle-tabs__tab {
		display: block;
	}

	.circle-tabs--large .circle-tabs__icon {
		position: static;
		-ms-transform: none;
		transform: none;
		color: #333333;
	}

	.circle-tabs--large .circle-tabs__tab {
		padding: 20px 15px;
		text-align: left;
		border-top: 1px solid #CCCCCC;
		font-size: 20px;
	}

		.circle-tabs--large .circle-tabs__tab::before {
			content: none;
		}

	.circle-tabs--large .circle-tabs__tab-circle {
		background: transparent;
	}

	.circle-tabs--large .circle-tabs__tab--active .circle-tabs__icon {
		color: #E60000;
	}

	.circle-tabs--large .circle-tabs__tab-circle {
		border-radius: 0;
		border: none;
		width: auto;
		height: auto;
		margin-right: 15px;
	}

	.circle-tabs--large .circle-tabs__tab-circle,
	.circle-tabs--large .circle-tabs__tab-label {
		display: inline-block;
	}
}

.component {
	background-color: #3D3D3D;
}

.component--active {
	position: static;
}

.component__listing {
	background-color: #2A2A2A;
	box-shadow: 0 6px 100px 0 #000000;
	color: #FFFFFF;
	max-height: 100%;
	opacity: 0;
	overflow: auto;
	position: fixed;
	transition: opacity .5s, visibility .5s;
	width: 100%;
	z-index: -1;
	visibility: hidden;
}

.component--active .component__listing {
	opacity: 1;
	z-index: 1000;
	visibility: visible;
}

.component__build[disabled], .component__build[disabled]:hover, .component__build[disabled]:focus, .component__zip[disabled], .component__zip[disabled]:hover, .component__zip[disabled]:focus {
	background-color: #666666;
	border-color: #666666;
	color: #333333;
	cursor: default;
}

.component__close {
	position: absolute;
	right: 50px;
	top: 50px;
}

.component__listing-label {
	background-color: #4A4D4E;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 11px 37px;
	transition: background-color .15s;
}

	.component__listing-label:hover {
		cursor: pointer;
	}

.component__listing-checkbox:checked + .component__listing-label {
	background-color: #428600;
}

.component__listing-label-tick {
	display: none;
}

.component__listing-checkbox:checked + .component__listing-label .component__listing-label-tick {
	display: inline-block;
	margin-right: 10px;
}

.component__source {
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all .5s;
}

.component--active .component__source {
	top: 300px;
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.component__content {
	padding: 50px 0;
	position: relative;
}

.component--building .component__content::before {
	background-color: rgba(51, 51, 51, 0.75);
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.component--building .component__content::after {
	width: auto;
	color: #FFFFFF;
	content: "Adding to build...";
	font-size: 40px;
	z-index: 1;
}

.component__tray-show, .component__tray-content {
	background-color: #222222;
}

.component__tray-show {
	border-top: 1px solid #3D3D3D;
	padding: 20px;
	text-align: center;
}

	.component__tray-show:hover {
		cursor: pointer;
	}

.component__tray-content {
	overflow: auto;
	padding: 50px 0;
}

.component__file-tick {
	color: #428600;
	width: 20px;
}

.component--active .component__component {
	min-height: 90px;
	position: relative;
}

	.component--active .component__component::before, .component--active .component__component::after {
		left: 0;
		position: absolute;
		top: 0;
		transition: background-color .15s;
		z-index: 1000;
	}

	.component--active .component__component::before {
		background-color: rgba(189, 0, 0, 0.3);
		bottom: 0;
		content: "";
		right: 0;
		text-transform: capitalize;
	}

	.component--active .component__component::after {
		background-color: #E60000;
		color: #FFFFFF;
		content: attr(data-component);
		display: inline-block;
		font-size: 20px;
		padding: 11px 37px;
	}

.component--active .component__component--selected::before {
	background-color: rgba(77, 153, 0, 0.3);
}

.component--active .component__component--selected::after {
	background-color: #4D9900;
}

.dial {
	border-radius: 50%;
	display: inline-block;
	line-height: 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.dial--full {
	overflow: visible;
	padding: 0;
}

	.dial--full .dial__svg {
		overflow: inherit;
	}

.dial__svg {
	animation-name: circle;
	animation-duration: .4s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	display: block;
	height: 100%;
	width: 100%;
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0;
}

.dial__circle {
	fill: transparent;
	stroke-dasharray: 0%, 20000%;
	stroke-linecap: round;
	stroke-width: 15px;
	transition: stroke-dasharray .4s ease-in-out;
}

.dial__circle-track {
	fill: transparent;
	stroke: #434343;
	stroke-width: 8px;
}

.dial__circle-track--flush {
	stroke-width: 15px;
}

.dial--tiny .dial__circle {
	stroke-width: 30px;
}

.dial--tiny .dial__circle-track {
	stroke-width: 15px;
}

.dial--tangerine .dial__circle {
	stroke: #EB9700;
}

.dial--limeade .dial__circle {
	stroke: #56A800;
}

.dial--seance .dial__circle {
	stroke: #9C2AA0;
}

.dial--cerulean .dial__circle {
	stroke: #00B0CA;
}

.dial--finn .dial__circle {
	stroke: #5E2750;
}

.dial--red .dial__circle {
	stroke: #E60000;
}

.dial--finn .dial__circle-track {
	stroke: #CCCCCC;
}

.dial--silver .dial__circle {
	stroke: #CCCCCC;
}

.dial--amethyst .dial__circle {
	stroke: #C649CA;
}

.dial--finn .dial__cta {
	background: #FFFFFF;
	border: 14px solid #5E2750;
}

.dial--finn .dial__value-wrapper,
.dial--finn .dial__cta-icon {
	color: #333333;
}

.dial--body::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
	border-radius: 50%;
	z-index: 3;
	left: 50%;
	margin-left: -3px;
	margin-top: -1px;
	animation: fade-in-extended 1.5s;
}

.dial--body .dial__circle-track {
	stroke: #CCCCCC;
	stroke-width: 16px;
}

.dial--body .dial__circle {
	stroke-width: 26px;
}

.dial__indicator {
	position: absolute;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	left: 50%;
	padding-left: 50%;
	padding-top: 50%;
	z-index: 1;
	transition: transform .4s ease-in-out;
}

	.dial__indicator::before {
		content: "";
		border: 3px solid transparent;
		border-right-color: #FFFFFF;
		height: 0;
		width: 0;
		position: absolute;
		left: 0;
		top: -1px;
		margin-left: -6px;
		animation: fade-in-extended 1.5s forwards;
	}

.dial--tiny .dial__indicator {
	display: none;
}

.dial__segmentations {
	animation-name: circle;
	animation-duration: .4s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.dial__segmentation {
	height: 40%;
	left: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90%;
	-ms-transform-origin: 0 -100%;
	transform-origin: 0 -100%;
}

	.dial__segmentation::before {
		background: currentColor;
		bottom: 100%;
		content: "";
		height: 30%;
		margin-left: -1px;
		position: absolute;
		width: 2px;
	}

.dial__segmentation-number {
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	-ms-transform-origin: left;
	transform-origin: left;
}

.dial__segmentation:nth-child(1) {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

	.dial__segmentation:nth-child(1) .dial__segmentation-number {
		-ms-transform: rotate(360deg) translateX(-50%);
		transform: rotate(360deg) translateX(-50%);
	}

.dial__segmentation:nth-child(2) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

	.dial__segmentation:nth-child(2) .dial__segmentation-number {
		-ms-transform: rotate(315deg) translateX(-50%);
		transform: rotate(315deg) translateX(-50%);
	}

.dial__segmentation:nth-child(3) {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

	.dial__segmentation:nth-child(3) .dial__segmentation-number {
		-ms-transform: rotate(270deg) translateX(-50%);
		transform: rotate(270deg) translateX(-50%);
	}

.dial__segmentation:nth-child(4) {
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

	.dial__segmentation:nth-child(4) .dial__segmentation-number {
		-ms-transform: rotate(225deg) translateX(-50%);
		transform: rotate(225deg) translateX(-50%);
	}

.dial__segmentation:nth-child(5) {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

	.dial__segmentation:nth-child(5) .dial__segmentation-number {
		-ms-transform: rotate(180deg) translateX(-50%);
		transform: rotate(180deg) translateX(-50%);
	}

.dial__segmentation:nth-child(6) {
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

	.dial__segmentation:nth-child(6) .dial__segmentation-number {
		-ms-transform: rotate(135deg) translateX(-50%);
		transform: rotate(135deg) translateX(-50%);
	}

.dial__segmentation:nth-child(7) {
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

	.dial__segmentation:nth-child(7) .dial__segmentation-number {
		-ms-transform: rotate(90deg) translateX(-50%);
		transform: rotate(90deg) translateX(-50%);
	}

.dial__segmentation:nth-child(8) {
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

	.dial__segmentation:nth-child(8) .dial__segmentation-number {
		-ms-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
	}

.dial__value-wrapper {
	animation: value 1s 1s forwards;
	color: #FFFFFF;
	left: 50%;
	line-height: 1;
	position: absolute;
	opacity: 0;
	text-align: center;
	top: 0;
	margin-top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.dial__value-label {
	font-size: 18px;
	white-space: nowrap;
}

.dial__value {
	font-size: 74px;
	font-family: "VodafoneRegularBold";
}

.dial__value--initial {
	font-size: 40px;
}

.dial__cta {
	animation: value 1s 1.5s forwards;
	opacity: 0;
	background: #333333;
	border-radius: 50%;
	border: 12px solid #FFFFFF;
	bottom: 100%;
	height: 65px;
	left: 50%;
	position: absolute;
	margin-left: 35px;
	width: 65px;
	z-index: 1;
	margin-bottom: -24px;
}

	.dial__cta::before, .dial__cta::after {
		content: "";
		height: 11px;
		width: 11px;
		border-radius: 50%;
		box-shadow: 6px 4px 0 0 #FFFFFF;
		position: absolute;
		bottom: 12px;
		left: -23px;
		display: none;
	}

	.dial__cta::after {
		left: auto;
		right: -3px;
		bottom: -18px;
		-ms-transform: rotate(170deg);
		transform: rotate(170deg);
	}

.dial__cta-icon {
	width: 100%;
	color: #FFFFFF;
	width: 25px;
	height: 25px;
	z-index: 1;
}

.dial--dashboard .dial__value {
	font-size: 56px;
}

.dial--dashboard .dial__svg {
	height: 180px;
}

.dial__link-overlay, .dial__passes-wrapper {
	position: absolute;
	top: 3px;
	right: 0;
	left: 4px;
	bottom: 0;
	width: 172px;
	height: 173px;
	overflow: hidden;
	border-radius: 50%;
	z-index: 0;
}

.dial__link-overlay {
	z-index: 1;
}

.dial__pass {
	font-size: 9px;
}

.dial__passes {
	position: relative;
	top: 97px;
	direction: rtl;
}

.dial--passes {
	animation: fade-in-extended 1.5s forwards;
}

	.dial--passes .dial__value-wrapper {
		margin-top: 55px;
	}

	.dial--passes .dial__value {
		font-size: 36px;
		margin-bottom: 5px;
	}

.dial__sub-category-cta {
	animation-delay: .1s;
	animation: fade-in-extended 1.5s;
	background: #5E2750;
	border-top-left-radius: 350px;
	border-top-right-radius: 350px;
	bottom: 7%;
	display: inline-block;
	height: 13%;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 26%;
	z-index: 1;
}

	.dial__sub-category-cta::before {
		background: #5E2750;
		border-radius: 50%;
		bottom: -15%;
		content: "";
		display: inline-block;
		height: 40%;
		left: 0;
		position: absolute;
		width: 100%;
	}

.dial__sub-category-cta__icon {
	color: #FFFFFF;
	height: 12px;
	left: 54%;
	position: absolute;
	stroke-width: 1em;
	top: 60%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
}

.no-cssanimations .dial__svg, .no-cssanimations .dial__segmentations, .no-cssanimations .dial__cta {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.no-cssanimations .dial__value-wrapper {
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
	.dial--dashboard .dial__value {
		font-size: 40px;
	}

	.dial--passes .dial__value {
		font-size: 36px;
	}

	.dial__add-data {
		display: none;
	}

	.dial__add-data--active {
		display: block;
	}

		.dial__add-data--active .dial__centre--first {
			animation-name: rotate-first;
			animation-delay: .375s;
		}

	.no-cssanimations .dial__add-data--active .dial__centre--first {
		-ms-transform: rotate(100deg);
		transform: rotate(100deg);
	}

	.dial__add-data--active .dial__centre--second {
		animation-name: rotate-second;
		animation-delay: .1875s;
	}

	.no-cssanimations .dial__add-data--active .dial__centre--second {
		-ms-transform: rotate(130deg);
		transform: rotate(130deg);
	}

	.dial__centre {
		position: absolute;
		height: 170px;
		width: 170px;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		border-radius: 50%;
		animation-duration: .75s;
		animation-fill-mode: forwards;
		animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
		-ms-transform: rotate(65deg);
		transform: rotate(65deg);
	}

	.dial__link {
		margin-top: -61px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		opacity: 1;
		transition: top .5s ease-out 2s, opacity .5s ease-out 2s;
		display: block;
		background-color: #000000;
		color: #FFFFFF;
	}

	.dial__link-text {
		font-family: "VodafoneRegularBold";
	}

	.dial__link-text--first {
		-ms-transform: rotate(-100deg);
		transform: rotate(-100deg);
		padding-bottom: 19px;
		padding-right: 63px;
	}

	.dial__link-text--second {
		-ms-transform: rotate(-130deg);
		transform: rotate(-130deg);
		padding-bottom: 23px;
		padding-right: 55px;
	}

	.dial__addon-button {
		display: block;
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: transform .2s;
	}

	.dial__addon-button--active {
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.no-csstransitions .dial__addon-button--active {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media only screen and (max-width: 639px) {
	.dial__value-label {
		font-size: 18px;
	}

	.dial__value {
		font-size: 52px;
	}

	.dial__value--initial {
		font-size: 20px;
	}

	.dial__link {
		margin-top: -58px;
	}

	.dial__link-text--first {
		padding-bottom: 17px;
		padding-right: 60px;
	}

	.dial__link-text--second {
		padding-bottom: 21px;
		padding-right: 53px;
	}

	.dial__svg {
		height: auto;
	}

	.dial--dashboard .dial__value {
		font-size: 52px;
	}

	.dial--passes .dial__value {
		font-size: 36px;
	}

	.dial__passes-wrapper {
		width: 167px;
		height: 168px;
	}

	.dial__sub-category-cta {
		bottom: 10%;
	}
}

@keyframes rotate-first {
	0% {
		transform: rotate(63deg);
	}

	100% {
		transform: rotate(100deg);
	}
}

@keyframes rotate-second {
	0% {
		transform: rotate(63deg);
	}

	100% {
		transform: rotate(130deg);
	}
}

.dialog {
	background-color: #333333;
	bottom: 125%;
	color: #FFFFFF;
	left: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: -125%;
	transition: top .35s, bottom .35s;
	z-index: 9999;
}

.dialog--light {
	background-color: #EBEBEB;
	color: #000000;
}

.dialog--display {
	bottom: 0;
	top: 0;
}

.dialog--scrollable {
	overflow-y: auto;
}

.dialog--interstitial .dialog__content {
	width: 100%;
}

.dialog--interstitial .dialog__close {
	display: none;
}

.dialog__close-spring {
	height: auto;
	position: relative;
}

.dialog__close {
	position: absolute;
	z-index: 1;
	right: 0;
	padding: 30px;
	display: none;
}

.dialog__close--alt {
	left: 0;
	right: auto;
}

.dialog--secondary .dialog__close {
	left: 0;
	right: auto;
}

.dialog--secondary .dialog__close--alt {
	left: auto;
	right: 0;
}

.dialog__content {
	padding: 60px 0;
	height: auto;
	position: relative;
}

.dialog__content--inline {
	display: none;
}

.dialog__loading {
	margin: 0 auto;
	width: 16%;
	padding-top: 10%;
}

@media only screen and (max-width: 1024px) {
	.dialog__spring {
		position: static;
	}
}

@media only screen and (max-width: 639px) {
	.dialog__loading {
		width: 30%;
	}
}

.filter--spring {
	margin: 0 auto;
	max-width: 1200px;
}

.filter__overflow {
	margin-left: -300px;
	transition: margin-left .3s ease-in;
	width: calc(100% + 300px);
}

.filter__overflow--shift {
	margin-left: 0;
}

.filter__content {
	display: block;
	letter-spacing: -.215em;
	white-space: nowrap;
	width: 100%;
}

.filter__filters, .filter__results {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	white-space: normal;
}

.filter__filters {
	opacity: 0;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	padding-right: 20px;
	transition: opacity .3s ease-in, visibility .3s;
	width: 300px;
	visibility: hidden;
}

.filter__filters--filled {
	background-color: #F4F4F4;
	position: relative;
	padding-left: 10px;
	padding-top: 20px;
}

	.filter__filters--filled::before {
		background-color: #F4F4F4;
		bottom: 0;
		content: "";
		left: -100vw;
		position: absolute;
		right: 100%;
		top: 0;
	}

.filter__filters--filled--alt {
	background-color: #FFFFFF;
	top: 100px;
}

	.filter__filters--filled--alt::before {
		background-color: #FFFFFF;
	}

.filter--card .filter__filters {
	padding-left: 20px;
}

.filter__overflow--shift .filter__filters {
	opacity: 1;
	visibility: visible;
}

.filter__menu {
	background-color: #FFFFFF;
	display: none;
	padding: 0 30px;
	position: relative;
	vertical-align: top;
	width: 300px;
}

.filter__menu--active {
	display: table-cell;
	opacity: 1;
	vertical-align: top;
	z-index: 1;
}

	.filter__menu--active::before {
		background-color: #FFFFFF;
		bottom: 0;
		content: "";
		display: block;
		left: -500%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}

.filter__results {
	width: calc(100% - 300px);
}

.filter__toggle {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: inline-block;
	cursor: pointer;
	padding: 10px 20px;
	vertical-align: middle;
}

.filter__clear {
	background: none;
	border-left: 1px solid #CCCCCC;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0 0 3px 15px;
	vertical-align: middle;
}

	.filter__clear::after {
		border-bottom: 1px solid #666666;
		content: "";
		display: block;
	}

.filter__cross {
	height: 30px;
	width: 30px;
}

.filter__close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	margin: 0;
	padding: 0 0 20px;
	text-align: right;
	width: 100%;
}

.filter__close--border {
	padding-bottom: 3px;
}

	.filter__close--border::after {
		border-bottom: 1px solid #CCCCCC;
		content: "";
		display: block;
	}

.filter__category {
	display: block;
	margin: 0;
}

.filter__option {
	border-bottom: 1px solid #CCCCCC;
	display: block;
	padding: 25px 0;
}

.filter__option--second {
	padding-left: 20px;
}

.filter__option--third {
	padding-left: 40px;
}

.filter__group {
	background-color: #F4F4F4;
	display: none;
}

.filter__group--display {
	display: block;
}

.filter__label {
	border-bottom: none;
	padding-right: 25px;
}

.filter__icon {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.filter__icon--chevron {
	color: #E60000;
	height: 30px;
	margin: 0;
	transition: transform .3s;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 30px;
	margin-right: 5px;
}

.filter__option--checked .filter__icon--chevron {
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

@media only screen and (max-width: 1024px) {
	.filter__filters--filled {
		padding-left: 20px;
	}

	.filter__option {
		padding: 20px 0;
	}

	.filter__option--second {
		padding-left: 15px;
	}

	.filter__option--third {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 639px) {
	.filter__overflow, .filter__content, .filter__filters, .filter__results {
		display: block;
		width: 100%;
	}

	.filter__overflow {
		margin: 0;
		transition: none;
	}

	.filter__filters {
		background-color: #FFFFFF;
		display: none;
		opacity: 1;
		padding: 0;
		margin-bottom: 0;
		transition: none;
	}

	.filter__filters--filled--alt {
		top: 0;
		margin-bottom: 40px;
	}

	.filter__filters--filled::before {
		display: none;
	}

	.filter--card .filter__filters {
		padding-left: 0;
	}

	.filter__overflow--shift .filter__filters {
		display: block;
	}

	.filter__clear, .filter__toggle {
		width: auto;
	}

	.filter__actions {
		background-color: #FFFFFF;
		border-bottom: 1px solid #D6D6D6;
		border-top: 1px solid #D6D6D6;
		padding: 0 20px 20px;
	}

	.filter__menu {
		display: none;
		opacity: 1;
		padding: 0 15px;
		width: 100%;
	}

	.filter__menu--active {
		display: block;
		margin-bottom: 20px;
	}

	.filter__category {
		margin: 10px 0;
	}

	.filter__option {
		background-color: #FFFFFF;
		border: 1px solid #999999;
		border-left: none;
		border-right: none;
		margin-top: -1px;
		padding: 20px;
	}

	.filter__option--second {
		background-color: #F4F4F4;
		padding-left: 30px;
	}

	.filter__option--third {
		background-color: #F4F4F4;
		padding-left: 40px;
	}

	.filter__close {
		border-bottom: none;
		padding: 15px 0 5px;
	}

	.filter--card .filter__option {
		border-color: #CCCCCC;
		border-left: none;
		border-right: none;
	}

	.filter--card .filter__option--second {
		background-color: #F4F4F4;
	}

	.filter__apply {
		margin: 30px 0;
		padding: 0 10px;
	}
}

.filters__container--no-wrap .filters__sidebar {
	background-color: #FFFFFF;
	margin-right: 0;
	width: 300px;
	padding: 20px 30px 9999px;
}

.filters__sidebar {
	margin-bottom: -9999px;
	border-right: 1px solid #CCCCCC;
	padding: 0 30px 9999px 2px;
	float: left;
	width: 260px;
	margin-right: 40px;
}

.filters__sidebar--no-border {
	border-right: none;
}

.filters__close-button {
	float: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	color: #333333;
	margin: 0;
	padding: 0 0 20px;
	text-align: right;
	cursor: pointer;
}

.filters__clear {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 10px 0;
	color: #CCCCCC;
	vertical-align: middle;
}

.filters__search-results {
	display: inline-block;
	width: calc(100% - 300px);
	position: relative;
}

.filters__sidebar-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin-right: 15px;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
}

.filters__sidebar-toggle--active {
	border-color: #E60000;
	color: #E60000;
}

	.filters__sidebar-toggle--active .actions__icon--chevron {
		-ms-transform: scaleY(-1);
		transform: scaleY(-1);
	}

.filters__input-list {
	display: none;
	list-style-type: none;
}

.filters__input-list--active .filters__input-list {
	display: block;
}

.filters__input-list--active .actions__icon--chevron {
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.filters__input-item {
	margin-bottom: 20px;
}

.filters__input-item--hidden {
	display: none;
}

.filters__input {
	margin-right: 10px;
}

.filters__overflow {
	margin-left: -300px;
	transition: margin-left .3s ease-in;
	width: calc(100% + 300px);
}

	.filters__overflow .filters__sidebar {
		transition: opacity .3s ease-in;
		opacity: 0;
	}

.filters__overflow--shift {
	margin-left: 0;
}

	.filters__overflow--shift .filters__sidebar {
		opacity: 1;
	}

.filters__filter-group {
	clear: both;
}

	.filters__filter-group .filters__input-item--hidden {
		display: none;
	}

	.filters__filter-group .filters__view-all,
	.filters__filter-group .filters__view-all--toggle {
		margin-top: 20px;
		text-decoration: underline;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		border: none;
		-webkit-filter: none !important;
		filter: none !important;
		background: transparent;
	}

	.filters__filter-group .filters__view-all {
		display: block;
	}

	.filters__filter-group .filters__view-all--toggle {
		display: none;
	}

.filters__filter-group--active .filters__input-item--hidden {
	display: block;
}

.filters__filter-group--active .filters__view-all {
	display: none;
}

.filters__filter-group--active .filters__view-all--toggle {
	display: block;
}

.filters__group-legend {
	width: 100%;
	cursor: pointer;
}

.filters__results-overlay {
	background-color: #333333;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .3;
	display: none;
}

.filters__search-results--loading .filters__results-overlay {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.filters__sidebar {
		padding-right: 0;
	}

	.filters__form {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 639px) {
	.filters__overflow {
		width: 100%;
		transition: none;
		margin-left: 0;
	}

	.filters__overflow--shift .filters__sidebar {
		width: 100%;
		padding: 0 0 9999px;
		height: auto;
		display: block;
	}

	.filters__sidebar {
		float: none;
		width: 100%;
		border: none;
		display: none;
	}

	.filters__group-legend {
		padding: 20px;
		border-top: 1px solid #CCCCCC;
	}

	.filters__input-list {
		margin: 0;
	}

	.filters__input-item {
		border-top: 1px solid #CCCCCC;
		margin-bottom: 0;
		padding: 20px;
	}

	.filters__input-list-label {
		width: 100%;
		display: block;
	}

	.filters__search-results {
		padding: 0 10px;
		width: auto;
	}

	.filters__clear {
		vertical-align: text-bottom;
	}

	.filters__counter-toggle {
		margin-left: 10px;
	}
}

.form--dark {
	background-color: #333333;
	color: #FFFFFF;
	padding: 20px;
}

.form__row {
	display: block;
	margin-top: 28px;
}

.form__row--inline {
	display: inline-block;
}

.form__row--slim {
	margin-top: 20px;
}

.form__row--medium {
	margin-top: 40px;
}

.form__row--large {
	margin-top: 60px;
}

.form__row--leading {
	margin-top: 0;
}

.form__label {
	display: block;
	margin-bottom: 9px;
}

.form__label--checkable {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	vertical-align: middle;
}

.form__label--checkable--ruled::after {
	border-bottom: 1px solid currentColor;
	content: "";
	display: block;
	margin-top: -3px;
}

.form__label--required::after {
	content: " *";
	color: #E60000;
}

.form__input {
	background-color: #FFFFFF;
	color: #333;
	display: block;
	position: relative;
	width: 100%;
	padding: 8px 16px 8px;
	font-size: 18px !important;
	line-height: 28px;
	height: 48px;
	border: 1px solid #BEBEBE;
	border-radius: 6px;
	outline: none !important;
}

.form__input--shaded {
	box-shadow: inset 0 5px 9px -7px rgba(0, 0, 0, 0.4), inset 5px 0 9px -7px rgba(0, 0, 0, 0.4);
}

.form__input::-ms-clear {
	display: none;
	height: 0;
	width: 0;
}

.form__input--caption {
	margin-top: 14px;
}

.form__input--selectable {
	background-color: transparent;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	padding: 0;
}

.form__input--selectable--dark {
	color: #000000;
	border-color: #000000;
}

.form__input--selectable::before {
	background: #CCCCCC;
	bottom: 8px;
	content: "";
	position: absolute;
	right: 46px;
	top: 8px;
	width: 1px;
	z-index: 1;
	display: none;
}

.form__input--select {
	display: inline-block;
}

.form__input--range {
	background-color: transparent;
	border: none;
	padding: 0;
}

.form__input--disabled {
	opacity: .5;
}

.form__input--light {
	border: none;
}

.form__input--round {
	border-radius: 25px;
}

.form__checkbox, .form__radio {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: auto;
}

.form__checkbox--bubble + .form__label {
	background-color: #FFFFFF;
	border-radius: 50%;
	line-height: 50px;
	transition: all .3s;
	width: 50px;
}

.form__checkbox--bubble:checked + .form__label {
	background-color: #BD0000;
	color: #FFFFFF;
}

.form__checkbox--bubble:focus + .form__label {
	outline: 2px solid #00B0CA;
}

.form__select {
	width: 100%;
	border: none;
	padding: 12px 20px 11px;
}

	.form__select[disabled] {
		background-color: rgba(102, 102, 102, 0.5);
		border-color: rgba(102, 102, 102, 0.5);
	}

.form__icon {
	display: none;
	background: inherit;
	float: right;
	height: 22px;
	width: 22px;
	pointer-events: none;
	position: relative;
}

.form__icon--red {
	background: #BD0000;
}

.mouse-active .form__checkbox--bubble:focus + .form__label {
	outline: none;
}

.appearance .form__input {
	padding: 12px 14px 12px;
}

.appearance .form__input--selectable {
	padding-right: 14px;
}

	.appearance .form__input--selectable::before {
		display: none;
	}

.appearance .form__input--select {
	border: none;
	padding-left: 0;
}

.appearance .form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	border-radius: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding-right: 45px;
}

	.appearance .form__select[disabled] {
		background-color: rgba(102, 102, 102, 0.5);
	}

	.appearance .form__select::-ms-expand {
		display: none;
	}

.appearance .form__icon {
	display: block;
}

@media only screen and (max-width: 639px) {
	.form__row {
		margin-top: 18px;
	}

	.form__row--leading {
		margin-top: 0;
	}

	.form__input, .form__checkbox, .form__radio {
		font-size: 16px;
	}

	.form__checkbox, .form__radio {
		height: auto;
	}

	.form__checkbox--bubble + .form__label {
		line-height: 35px;
		width: 35px;
	}

	.form__heading {
		text-align: center;
	}

	.appearance .form__input {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.appearance .form__select {
		padding-top: 10px;
		padding-bottom: 11px;
		padding-right: 65px;
	}
}

.grill {
	bottom: 0;
	display: none;
	left: 0;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 300px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

	.grill::before, .grill::after {
		background-color: rgba(0, 176, 202, 0.5);
		bottom: 0;
		content: "";
		display: block;
		left: -100%;
		position: absolute;
		right: 100%;
		top: 0;
	}

	.grill::after {
		left: 100%;
		right: -100%;
	}

.grill--display {
	display: block;
}

.grill__grid {
	height: 100%;
}

.grill__item {
	height: 100%;
	position: relative;
}

	.grill__item::after {
		background-color: rgba(230, 0, 0, 0.2);
		bottom: 0;
		content: "";
		display: block;
		left: 10px;
		position: absolute;
		right: 10px;
		top: 0;
	}

.grill__item--empty::after {
	content: none;
}

@media only screen and (max-width: 639px) {
	.grill {
		padding-left: 5px;
		padding-right: 5px;
	}

	.grill__item::after {
		left: 5px;
		right: 5px;
	}
}

.heading {
	display: block;
	font-family: "VodafoneLight";
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	width: 100%;
}

.heading--1 {
	font-size: 64px;
	line-height: 72px;
	margin: 60px 0;
}

.heading--2 {
	font-size: 56px;
	line-height: 62px;
	margin: 70px 0 35px;
}

.heading--3 {
	font-size: 40px;
	line-height: 48px;
	margin: 60px 0 30px;
}

.heading--4 {
	font-size: 28px;
	line-height: 34px;
	margin: 40px 0 30px;
}

.heading--5 {
	font-family: "VodafoneRegular";
	font-size: 20px;
	line-height: 28px;
	margin: 15px 0;
}

.heading--6 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0;
}

.heading--light {
	font-family: "VodafoneLight";
}

.heading--regular {
	font-family: "VodafoneRegular";
}

.heading--bold {
	font-family: "VodafoneRegularBold";
}

.heading--center {
	text-align: center;
}

.heading--inline-block {
	display: inline-block;
	width: auto;
}

.heading--inline {
	display: inline;
}

.heading--leading {
	margin-top: 0;
}

.heading--trailing {
	margin-bottom: 0;
}

.heading--no-gutter {
	margin: 0;
}

.heading--tabs {
	margin-top: 45px;
}

@media only screen and (max-width: 1024px) {
	.heading--1 {
		font-size: 56px;
		line-height: 62px;
		margin: 20px 0 60px;
	}

	.heading--2 {
		font-size: 40px;
		line-height: 48px;
		margin: 60px 0 30px;
	}

	.heading--3 {
		font-size: 34px;
		line-height: 40px;
		margin: 50px 0 25px;
	}

	.heading--4 {
		font-size: 24px;
		line-height: 30px;
		margin: 35px 0 25px;
	}

	.heading--5 {
		font-size: 20px;
		line-height: 28px;
		margin: 15px 0;
	}

	.heading--6 {
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0;
	}

	.heading--4, .heading--5 {
		margin: 15px 0;
	}

	.heading--leading {
		margin-top: 0;
	}

	.heading--trailing {
		margin-bottom: 0;
	}

	.heading--no-gutter {
		margin: 0;
	}
}

@media only screen and (max-width: 639px) {
	.heading--1 {
		font-size: 32px;
		line-height: 40px;
		margin: 25px 0 35px;
	}

	.heading--2 {
		font-size: 28px;
		line-height: 36px;
		margin: 50px 0 30px;
	}

	.heading--3 {
		font-size: 24px;
		line-height: 30px;
		margin: 40px 0 20px;
	}

	.heading--4 {
		font-family: "VodafoneRegular";
		font-size: 20px;
		line-height: 28px;
		margin: 25px 0 15px;
	}

	.heading--5 {
		font-size: 18px;
		line-height: 24px;
		margin: 15px 0;
	}

	.heading--6 {
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0;
	}

	.heading--leading {
		margin-top: 0;
	}

	.heading--trailing {
		margin-bottom: 0;
	}

	.heading--no-gutter {
		margin: 0;
	}
}

.hero-carousel {
	position: relative;
}

.hr {
	border: none;
	border-top: 1px solid #CCCCCC;
	display: block;
	margin: 50px 0;
	background-color: inherit;
}

.hr--white {
	border-top: 2px solid #FFFFFF;
}

.hr--slim {
	margin-bottom: 20px;
	margin-top: 20px;
}

.hr--dusty-gray {
	border-top: 1px solid #999999;
}

@media only screen and (max-width: 639px) {
	.hr--sm-ruled {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

.input-group {
	display: block;
	padding-right: 50px;
	position: relative;
}

.input-group--large {
	padding-right: 100px;
}

.input-group--clear {
	padding-right: 0;
}

.input-group__submit {
	height: 44px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	cursor: pointer;
	border-radius: 0 6px 6px 0;
	background-color: #e60000;
}

.input-group--large .input-group__submit {
	width: 48px;
}

.input-group__submit-icon {
	height: 30px;
	width: 30px;
}

.input-group__input {
	font-size: 20px;
	overflow: hidden;
	padding-right: 90px;
	height: 44px;
}

	.input-group__input:valid {
		padding-right: 70px;
	}

.input-group__input--flush:valid {
	padding-right: 50px;
}

.input-group__clear {
	display: none;
	background: transparent;
	border: none;
	padding: 10px 0;
	position: absolute;
	right: 60px;
	top: 2px;
	cursor: pointer;
	/*-ms-transform: translateY(-50%);
	    transform: translateY(-50%);*/
	line-height: 20px;
}

	.input-group__clear:hover {
		background: transparent;
	}

.input-group__clear--flush {
	right: 23px;
}

.input-group--clear .input-group__clear {
	right: 20px;
}

.input-group__input:valid + .input-group__clear {
	display: block;
}

.input-group__clear-icon {
	width: 20px;
	height: 20px;
	color: #333333;
}

@media only screen and (max-width: 639px) {
	.input-group {
		padding-right: 45px;
	}

	.input-group--clear {
		padding-right: 0;
	}

	.input-group__clear {
		width: auto;
	}
	/*.input-group__submit {
		width: 48px;
		height: 48px;
	}
	.input-group__input {
		height: 48px;
		font-size:16px;
	}*/
}

.input-number {
	-moz-appearance: textfield;
}

	.input-number::-webkit-outer-spin-button, .input-number::-webkit-inner-spin-button {
		-webkit-appearance: none;
	}

.interstitial {
	background-color: #333333;
	bottom: 100%;
	color: #FFFFFF;
	left: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: -100%;
	transition: top .35s, bottom .35s;
	z-index: 9999;
}

.interstitial--display {
	bottom: 0;
	top: 0;
}

.interstitial__spring {
	width: 100%;
	height: auto;
}

.large-block-tabs__gutter {
	margin: 0 0 45px;
}

.large-block-tabs__tab {
	cursor: pointer;
	display: inline-block;
	font-family: "VodafoneRegular";
	font-size: 20px;
	letter-spacing: normal;
	padding: 0 35px;
	position: relative;
	background-color: #EBEBEB;
}

.large-block-tabs__tab--active {
	border-bottom: 3px solid #E60000;
}

	.large-block-tabs__tab--active::before {
		border: 25px solid transparent;
		border-top-color: #EBEBEB;
		display: block;
		height: 0;
		width: 0;
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		content: "";
		left: 50%;
		margin-left: -25px;
		position: absolute;
		bottom: 0;
		margin-bottom: -48px;
	}

.large-block-tabs__content {
	background-color: #EBEBEB;
	padding: 50px 0;
}

.large-block-tabs__inner {
	padding: 21px;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.large-block-tabs__inner {
		padding: 10px 0;
	}

	.large-block-tabs__content {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 639px) {
	.large-block-tabs__gutter {
		margin: 0 0 23px;
	}

	.large-block-tabs__inner {
		padding: 0 0 5px;
	}

	.large-block-tabs__tab {
		padding: 0;
	}

	.large-block-tabs__tab--active::before {
		border: 15px solid transparent;
		border-top-color: #EBEBEB;
		display: block;
		height: 0;
		width: 0;
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-bottom: -36px;
	}
}

.link {
	color: inherit;
}

.link--block {
	display: block;
	border-left: none;
	margin-top: 5px;
}

.link--body {
	display: inline-block;
	text-decoration: underline;
}

	.link--body:hover, .link--body:focus {
		text-decoration: none;
	}

.link:hover, .link:focus {
	color: #E60000;
}

.link--dark, .link--body--dark {
	color: #FFFFFF;
}

	.link--dark:hover, .link--dark:focus, .link--body--dark:hover, .link--body--dark:focus {
		color: #CCCCCC;
		text-decoration: none;
	}

	.link--dark:focus, .link--body--dark:focus {
		outline-color: #00B0CA;
	}

.link--tile {
	background: #FFFFFF;
	border-left: 6px solid transparent;
	box-shadow: 0 1px 3px 0 #AFAFAF;
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
	padding: 22px 40px 24px;
}

	.link--tile:hover, .link--tile:focus {
		color: #333333;
	}

.link--tile--dark {
	border-left: 6px solid #4A4D4E;
}

.link--tile--red {
	border-left: 6px solid #E60000;
}

.link--tile .link__icon {
	width: 44px;
	height: 44px;
	color: #666666;
}

.link__heading {
	padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
	.link--tile {
		padding: 25px 30px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 639px) {
	.link--tile {
		font-size: 18px;
		padding: 20px;
	}
}

.list {
	margin: 0;
	padding-left: 20px;
}

.list--reset {
	list-style: none;
	padding-left: 0;
}

.list--no-style {
	list-style: none;
}

.list--overflow {
	overflow: hidden;
}

.list__item--lined {
	border-bottom: 1px solid #D6D6D6;
	margin: 0;
	padding: 20px 20px 20px 15px;
	text-align: left;
}

.list__item--last {
	border-bottom: none;
}

.list__horizontal {
	display: inline;
	padding-right: 10px;
}

.list__term {
	font-family: "VodafoneRegularBold";
	margin-top: 20px;
}

.list__definition {
	margin: 0;
}

.list__item-separator {
	border-left: 1px solid currentColor;
	display: inline-block;
	padding: 0 15px;
	text-decoration: underline;
}

.list__item-separator--first {
	border-left: none;
	padding-left: 0;
}

.map--frame {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	height: 375px;
}

.map__markers div {
	color: #FFFFFF !important;
	font-family: "VodafoneRegular" !important;
	font-size: 20px !important;
}

.multimedia {
	line-height: 0;
	height: 100%;
	position: relative;
	width: 100%;
}

.multimedia__play {
	width: auto;
	background-color: rgba(230, 0, 0, 0.75);
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	color: #FFFFFF;
	padding: 25px;
}

.multimedia__play--small {
	padding: 15px;
}

.multimedia__icon {
	width: 40px;
	height: 40px;
	left: 3px;
	position: relative;
}

.multimedia__icon--small {
	width: 30px;
	height: 30px;
}

.multimedia__title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	margin: 0;
	text-align: center;
	background: #333333;
	background: rgba(51, 51, 51, 0.7);
	color: #FFFFFF;
}

.multimedia__title--thin {
	padding: 15px;
}

@media only screen and (max-width: 1024px) {
	.multimedia__play {
		padding: 20px;
	}

	.multimedia__icon {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 639px) {
	.multimedia__play {
		padding: 15px;
	}

	.multimedia__icon {
		width: 30px;
		height: 30px;
	}

	.multimedia__title {
		padding: 15px;
	}
}

.notification {
	background-color: #97f2ff;
	border-left: 4px solid #00B0CA;
	padding: 20px;
}

.notification--secondary {
	background-color: #5E2750;
	border-left-color: #9C2AA0;
}

.notification--left {
	text-align: left;
}

.notification__icon {
	color: #BD0000;
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 10px;
}

.notification__text--single-line {
	margin-top: 8px;
}

.nudge {
	background-color: #333333;
	color: #FFFFFF;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 100;
	height: 345px;
	overflow: hidden;
	margin-top: -345px;
}

.nudge__content {
	font-size: 30px;
	width: 370px;
	padding: 40px 0 0 40px;
	position: relative;
	z-index: 2;
}

.nudge__content--overflow {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
	line-height: 1.333em;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	-webkit-line-clamp: 4;
	max-height: 5.332em;
}

@supports (-webkit-line-clamp: 4) {
	.nudge__content--overflow {
		max-height: none;
	}

		.nudge__content--overflow::after {
			display: none;
		}
}

.nudge__button {
	border-color: #FFFFFF;
	margin: 0;
}

.nudge__rhombus {
	width: 236px;
	background-color: #E60000;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}

	.nudge__rhombus::after {
		content: "";
		position: absolute;
		z-index: 1;
		bottom: 0;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		right: 0;
		width: 200%;
		height: 300%;
		background: #E60000;
	}

.nudge__secondary-content {
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	left: 290px;
	z-index: 2;
}

.nudge__close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	z-index: 4;
}

.nudge__icon {
	width: 20px;
	height: 20px;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.nudge__content {
		width: 340px;
		padding: 30px 0 0 30px;
	}

	.nudge__rhombus {
		width: 161px;
	}
}

@media only screen and (max-width: 639px) {
	.nudge {
		background: #E60000;
		margin-top: auto;
		height: auto;
	}

	.nudge__secondary-content {
		position: static;
		width: 100%;
	}

	.nudge__rhombus {
		position: static;
		height: auto;
		width: 100%;
	}

		.nudge__rhombus::after {
			display: none;
		}

	.nudge__content {
		padding: 25px;
		width: auto;
		text-align: center;
	}

	.nudge__content--overflow {
		overflow: visible;
		-webkit-line-clamp: inherit;
		max-height: none;
	}

	.nudge__button {
		display: block;
		margin-top: 30px;
	}
}

.nudge-slim {
	background-color: #2A2A2A;
	color: #FFFFFF;
	padding: 20px;
	position: relative;
	text-align: center;
	z-index: 101;
}

.nudge-slim__close {
	position: static;
	float: right;
}

.nudge-slim__icon {
	height: 20px;
	width: 20px;
}

@media only screen and (max-width: 639px) {
	.nudge-slim {
		padding-bottom: 10px;
	}

	.nudge-slim__close {
		padding: 15px;
	}
}

.pagination {
	text-align: center;
}

.pagination__link {
	background-color: transparent;
	color: #666666;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.pagination__link--disabled {
	color: #CCCCCC;
}

.pagination__info {
	display: inline-block;
	margin: 0 50px;
	vertical-align: middle;
}

.pagination__icon {
	height: 30px;
	width: 30px;
}

.pagination__current {
	border: 1px solid #999999;
	border-radius: 3px;
	display: inline-block;
	font-family: "VodafoneRegularBold";
	line-height: 1em;
	padding: 10px;
}

.pagination__of {
	margin: 0 15px;
}

.progress {
	margin: 40px auto;
	height: 6px;
	position: relative;
	background: #CCCCCC;
	border-radius: 5px;
	overflow: hidden;
}

.progress__bar {
	background: #434343;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: width .4s;
}

.progress--primary .progress__bar {
	background: #E60000;
}

.progress--secondary {
	background: #6F6E6B;
}

	.progress--secondary .progress__bar {
		background: #F4F4F4;
	}

.progress--seance {
	background: #6F6E6B;
}

	.progress--seance .progress__bar {
		background: #9C2AA0;
	}

.progress--cerulean {
	background: #6F6E6B;
}

	.progress--cerulean .progress__bar {
		background: #00B0CA;
	}

.radio-carousel {
	overflow: hidden;
	position: relative;
}

.radio-carousel__slider--1 .radio-carousel__slide {
	width: 100%;
}

.radio-carousel__slider--1::before {
	content: "1";
	display: none;
}

.radio-carousel__slider--2 .radio-carousel__slide {
	width: 50%;
}

.radio-carousel__slider--2::before {
	content: "2";
	display: none;
}

.radio-carousel__slider--3 .radio-carousel__slide {
	width: 33.3333333333%;
}

.radio-carousel__slider--3::before {
	content: "3";
	display: none;
}

.radio-carousel__slider--4 .radio-carousel__slide {
	width: 25%;
}

.radio-carousel__slider--4::before {
	content: "4";
	display: none;
}

.radio-carousel__slider--5 .radio-carousel__slide {
	width: 20%;
}

.radio-carousel__slider--5::before {
	content: "5";
	display: none;
}

.radio-carousel__slider--6 .radio-carousel__slide {
	width: 16.6666666667%;
}

.radio-carousel__slider--6::before {
	content: "6";
	display: none;
}

.radio-carousel__slider--7 .radio-carousel__slide {
	width: 14.2857142857%;
}

.radio-carousel__slider--7::before {
	content: "7";
	display: none;
}

@media only screen and (max-width: 1024px) {
	.radio-carousel__slider--md-1 .radio-carousel__slide {
		width: 100%;
	}

	.radio-carousel__slider--md-1::before {
		content: "1";
		display: none;
	}

	.radio-carousel__slider--md-2 .radio-carousel__slide {
		width: 50%;
	}

	.radio-carousel__slider--md-2::before {
		content: "2";
		display: none;
	}

	.radio-carousel__slider--md-3 .radio-carousel__slide {
		width: 33.3333333333%;
	}

	.radio-carousel__slider--md-3::before {
		content: "3";
		display: none;
	}

	.radio-carousel__slider--md-4 .radio-carousel__slide {
		width: 25%;
	}

	.radio-carousel__slider--md-4::before {
		content: "4";
		display: none;
	}

	.radio-carousel__slider--md-5 .radio-carousel__slide {
		width: 20%;
	}

	.radio-carousel__slider--md-5::before {
		content: "5";
		display: none;
	}

	.radio-carousel__slider--md-6 .radio-carousel__slide {
		width: 16.6666666667%;
	}

	.radio-carousel__slider--md-6::before {
		content: "6";
		display: none;
	}

	.radio-carousel__slider--md-7 .radio-carousel__slide {
		width: 14.2857142857%;
	}

	.radio-carousel__slider--md-7::before {
		content: "7";
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.radio-carousel__slider--sm-1 .radio-carousel__slide {
		width: 100%;
	}

	.radio-carousel__slider--sm-1::before {
		content: "1";
		display: none;
	}

	.radio-carousel__slider--sm-2 .radio-carousel__slide {
		width: 50%;
	}

	.radio-carousel__slider--sm-2::before {
		content: "2";
		display: none;
	}

	.radio-carousel__slider--sm-3 .radio-carousel__slide {
		width: 33.3333333333%;
	}

	.radio-carousel__slider--sm-3::before {
		content: "3";
		display: none;
	}

	.radio-carousel__slider--sm-4 .radio-carousel__slide {
		width: 25%;
	}

	.radio-carousel__slider--sm-4::before {
		content: "4";
		display: none;
	}

	.radio-carousel__slider--sm-5 .radio-carousel__slide {
		width: 20%;
	}

	.radio-carousel__slider--sm-5::before {
		content: "5";
		display: none;
	}

	.radio-carousel__slider--sm-6 .radio-carousel__slide {
		width: 16.6666666667%;
	}

	.radio-carousel__slider--sm-6::before {
		content: "6";
		display: none;
	}

	.radio-carousel__slider--sm-7 .radio-carousel__slide {
		width: 14.2857142857%;
	}

	.radio-carousel__slider--sm-7::before {
		content: "7";
		display: none;
	}
}

.radio-carousel__slider {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.no-js .radio-carousel__slider {
	overflow-x: auto;
}

.radio-carousel__slide {
	cursor: pointer;
	font-family: "VodafoneRegular";
	font-size: 26px;
	position: relative;
	float: left;
	vertical-align: top;
	padding: 0 10px;
	white-space: normal;
	text-align: center;
}

.radio-carousel__controls {
	display: none;
}

.radio-carousel__controls--visible {
	display: block;
}

.radio-carousel__control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	border: none;
	color: #999999;
	padding: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0;
	height: 100%;
	width: 50px;
	z-index: 1;
}

.radio-carousel__control--left {
	left: 0;
	box-shadow: -25px -25px 250px 175px #FFFFFF;
}

.radio-carousel__control--right {
	right: 0;
	box-shadow: 25px 25px 250px 175px #FFFFFF;
}

.radio-carousel--dark .radio-carousel__control {
	background-color: #F4F4F4;
}

.radio-carousel--dark .radio-carousel__control--left {
	box-shadow: -25px -25px 250px 175px #F4F4F4;
}

.radio-carousel--dark .radio-carousel__control--right {
	box-shadow: 25px 25px 250px 175px #F4F4F4;
}

.radio-carousel__label {
	color: #666666;
	display: none;
	font-family: "VodafoneRegular";
	font-size: 18px;
	left: 50%;
	margin-top: 25px;
	position: absolute;
	top: 100%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 300px;
}

.radio-carousel__input:focus + .radio-carousel__value {
	outline: 2px solid #00B0CA;
}

.mouse-active .radio-carousel__input:focus + .radio-carousel__value {
	outline: none;
}

.radio-carousel__input[disabled] + .radio-carousel__value {
	color: #CCCCCC;
}

.radio-carousel__slide--active .radio-carousel__label {
	display: block;
}

.radio-carousel--inner-label .radio-carousel__value {
	font-size: 18px;
}

.radio-carousel--inner-label .radio-carousel__label {
	display: block;
	position: static;
	margin-top: 0;
	-ms-transform: none;
	transform: none;
	width: auto;
	font-size: 28px;
}

.radio-carousel--inner-label .radio-carousel__slide--active .radio-carousel__label {
	font-family: "VodafoneRegular";
}

@media only screen and (max-width: 1024px) {
	.radio-carousel__slide {
		font-size: 24px;
	}

	.radio-carousel__control--left {
		box-shadow: -25px -25px 200px 150px #FFFFFF;
	}

	.radio-carousel__control--right {
		box-shadow: 25px 25px 200px 150px #FFFFFF;
	}

	.radio-carousel--dark .radio-carousel__control--left {
		box-shadow: -25px -25px 200px 150px #F4F4F4;
	}

	.radio-carousel--dark .radio-carousel__control--right {
		box-shadow: 25px 25px 200px 150px #F4F4F4;
	}
}

@media only screen and (max-width: 639px) {
	.radio-carousel__slide {
		font-family: "VodafoneRegular";
		font-size: 20px;
	}

	.radio-carousel__control--left {
		box-shadow: -25px -25px 100px 50px #FFFFFF;
	}

	.radio-carousel__control--right {
		box-shadow: 25px 25px 100px 50px #FFFFFF;
	}

	.radio-carousel--dark .radio-carousel__control--left {
		box-shadow: -25px -25px 100px 50px #F4F4F4;
	}

	.radio-carousel--dark .radio-carousel__control--right {
		box-shadow: 25px 25px 100px 50px #F4F4F4;
	}

	.radio-carousel__label {
		width: 200px;
	}
}

.read-more__trigger {
	display: none;
}

.read-more__indicator {
	display: none;
}

@media only screen and (max-width: 639px) {
	.read-more__trigger {
		display: inline-block;
		text-decoration: underline;
		cursor: pointer;
		margin-left: 5px;
	}

	.read-more__indicator {
		display: inline-block;
	}

	.read-more__remaining-text--hidden {
		display: none;
	}
}

.slider {
	-webkit-overflow-scrolling: touch;
	max-height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	white-space: nowrap;
}

.slider--overflow {
	overflow: visible;
}

.slider__slides {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: normal;
	width: 100%;
}

.slider__slide {
	display: table-cell;
	padding: 0 10px;
	text-align: center;
}

.slider__slide--first {
	padding-left: 0;
}

.slider__slide--last {
	padding-right: 0;
}

.slider--top .slider__slide {
	vertical-align: top;
}

.slider--middle .slider__slide {
	vertical-align: middle;
}

.slider--bottom .slider__slide {
	vertical-align: bottom;
}

@media only screen and (max-width: 1024px) {
	.slider__slides {
		min-width: 100%;
		width: auto;
	}
}

@media only screen and (max-width: 639px) {
	.slider--sm-stack {
		overflow: visible;
	}

		.slider--sm-stack .slider__slides {
			display: block;
		}

		.slider--sm-stack .slider__slide {
			display: block;
			padding: 0;
		}
}

.small {
	font-size: 14px;
}

.sprite__items {
	letter-spacing: -.325em;
}

.sprite__item {
	padding: 10px;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

.sprite__icon {
	border: 1px solid #EBEBEB;
	height: 50px;
	width: 50px;
}

.steps {
	white-space: nowrap;
	margin-top: 96px;
	margin-bottom: 0;
}

.steps__step {
	letter-spacing: normal;
	display: inline-block;
	white-space: initial;
	text-align: center;
	vertical-align: top;
	position: relative;
}

	.steps__step::before {
		content: "";
		display: block;
		position: absolute;
		height: 1px;
		left: 0;
		right: 0;
		background-color: #EFEFEF;
		top: 0;
	}

	.steps__step:first-child::before {
		left: 50%;
	}

	.steps__step:last-child::before {
		right: 50%;
	}

.steps--arrow .steps__step--current::after {
	border: 15px solid transparent;
	border-top-color: #EBEBEB;
	display: block;
	height: 0;
	width: 0;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	content: "";
	left: 50%;
	position: absolute;
	margin-left: -15px;
}

.steps__number {
	margin: 0 auto 15px;
	display: block;
	border-radius: 50%;
	text-align: center;
	position: relative;
}

.steps__step--done .steps__number {
	background-color: #56A800;
	color: transparent;
}

	.steps__step--done .steps__number::before {
		color: #FFFFFF;
		content: "✓";
		text-align: center;
		display: block;
	}

.steps__step--current .steps__number {
	color: #FFFFFF;
	background-color: #9C2AA0;
	border-radius: 50%;
}

.steps__step--current {
	color: #9C2AA0;
}

.steps__step--upcoming {
	color: #AFAFAF;
}

	.steps__step--upcoming .steps__number {
		background-color: #EFEFEF;
	}

	.steps__step--upcoming .steps__label,
	.steps__step--done .steps__label {
		color: transparent;
	}

.steps__label {
	position: relative;
}

.steps__number {
	line-height: 55px;
	height: 55px;
	width: 55px;
	top: -27.5px;
	font-size: 20px;
}

.steps__step--current .steps__number {
	height: 64px;
	width: 64px;
	line-height: 64px;
	top: -32px;
}

.steps__label {
	top: -32px;
}

.steps--arrow .steps__step--current::after {
	bottom: 0;
}

@media only screen and (max-width: 639px) {
	.steps {
		margin-top: 60px;
		margin-bottom: 0;
	}

	.steps__number {
		line-height: 32px;
		height: 32px;
		width: 32px;
		top: -16px;
		font-size: 20px;
	}

	.steps__step--current .steps__number {
		height: 40px;
		width: 40px;
		line-height: 40px;
		top: -20px;
	}

	.steps__label {
		top: -20px;
	}

	.steps--arrow .steps__step--current::after {
		bottom: 0;
	}
}

.js .stepper__step {
	display: none;
}

.js .stepper__step--active {
	display: block;
}

.no-js .stepper__next-btn,
.js .stepper__finish-btn {
	display: none;
}

.stepper__final-step .stepper__finish-btn {
	display: inline-block;
}

.stepper__final-step .stepper__next-btn {
	display: none;
}

.no-js .stepper__step-dynamic {
	display: none;
}

.stepper-shell {
	margin-top: -60px;
}

.stepper-shell__header {
	background: #FFFFFF;
	padding: 25px;
	position: relative;
}

.stepper-shell__header--icon {
	padding-right: 10px;
}

.no-js .stepper-shell__progress {
	display: none;
}

.stepper-shell__progress {
	background: #CCCCCC;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.stepper-shell__progress-highlight {
	height: 5px;
	background: #428600;
}

.stepper-shell__body {
	padding-top: 80px;
	padding-bottom: 70px;
}

@media only screen and (max-width: 639px) {
	.stepper-shell__body {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

.strike {
	text-decoration: line-through;
}

.strike--red {
	color: #E60000;
}

.table__body {
	background: #FFFFFF;
}

.table__tr:nth-child(2n) {
	background: #F4F4F4;
}

.table__td, .table__th {
	padding: 20px 10px;
}

	.table__td:first-child, .table__th:first-child {
		padding-left: 30px;
	}

	.table__td:last-child, .table__th:last-child {
		padding-right: 30px;
	}

.table--contextual .table__tr {
	background: #F4F4F4;
	border-top: 1px solid #CCCCCC;
}

.table--contextual .table__tr--header {
	border-top: none;
	background-color: #FFFFFF;
}

	.table--contextual .table__tr--header .table__td,
	.table--contextual .table__tr--header .table__th {
		padding-top: 15px;
		padding-bottom: 15px;
	}

.table--contextual .table__body {
	border-top: 1px solid #CCCCCC;
}

	.table--contextual .table__body:last-child {
		border-bottom: 1px solid #CCCCCC;
	}

.table--alt .table__tr:nth-child(1n) {
	background-color: #F4F4F4;
}

.table--alt .table__tr:nth-child(2n) {
	background-color: #FFFFFF;
}

.table--alt .table__head .table__tr {
	background-color: #FFFFFF;
}

@media only screen and (max-width: 639px) {
	.table {
		display: block;
	}

	.table__body {
		display: block;
	}

	.table--contextual .table__tr--header .table__th {
		display: inline-block;
		width: 50%;
		padding: 0;
	}

		.table--contextual .table__tr--header .table__th:first-child {
			float: left;
		}

	.table--contextual .table__tr--header .table__th--pinned {
		text-align: right;
	}

	.table__tr {
		display: block;
		padding: 15px 10px;
	}

	.table__td:first-child, .table__th:first-child {
		padding-left: 0;
	}

	.table__td:last-child, .table__th:last-child {
		padding-right: 0;
	}

	.table__td {
		float: left;
		width: 75%;
		padding: 0;
	}

	.table__td--pinned {
		float: none;
		display: inline-block;
		width: 25%;
		text-align: right;
	}
}

.tabs > .tabs__navigation-wrapper {
	max-height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.tabs > .tabs__navigation-wrapper--arrow-overflow {
	margin-bottom: -7px;
}

	.tabs > .tabs__navigation-wrapper--arrow-overflow > .tabs__navigation {
		margin-bottom: 7px;
	}

.tabs--gallery > .tabs__navigation-wrapper,
.tabs--gallery > .tabs__content {
	background: #EBEBEB;
}

.tabs--white > .tabs__navigation-wrapper,
.tabs--white > .tabs__content {
	background: #FFFFFF;
}

.tabs--narrow {
	padding-left: 80px;
	padding-right: 80px;
}

.tabs > .tabs__navigation-wrapper > .tabs__navigation {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	display: inline-block;
	letter-spacing: -.215em;
	text-align: center;
	white-space: nowrap;
	width: auto;
	min-width: 100%;
}

.tabs > .tabs__navigation-wrapper > .tabs__navigation--fixed {
	margin-bottom: 10px;
}

.tabs > .tabs__navigation-wrapper > .tabs__navigation--plain {
	background: none;
}

.tabs > .tabs__navigation-wrapper > .tabs__navigation--gutter {
	margin-bottom: 25px;
}

.tabs > .tabs__navigation-wrapper .tabs__tab {
	display: inline-block;
	letter-spacing: normal;
}

.tabs:not(.tabs--fieldset) > .tabs__navigation-wrapper .tabs__tab,
.tabs--fieldset > .tabs__navigation-wrapper .tabs__tab-label {
	display: inline-block;
	color: #666666;
	cursor: pointer;
	font-family: "VodafoneRegular";
	padding: 10px 20px;
	position: relative;
	font-size: 20px;
}

	.tabs:not(.tabs--fieldset) > .tabs__navigation-wrapper .tabs__tab:hover,
	.tabs--fieldset > .tabs__navigation-wrapper .tabs__tab-label:hover {
		color: #E60000;
	}

.tabs:not(.tabs--fieldset) > .tabs__navigation-wrapper .tabs__tab--active,
.tabs__tab-input:checked + .tabs__tab-label {
	color: #E60000;
	position: relative;
}

	.tabs:not(.tabs--fieldset) > .tabs__navigation-wrapper .tabs__tab--active::before,
	.tabs__tab-input:checked + .tabs__tab-label::before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #E60000;
		z-index: 1;
	}

	.tabs:not(.tabs--fieldset) > .tabs__navigation-wrapper .tabs__tab--active::after,
	.tabs__tab-input:checked + .tabs__tab-label::after {
		border: 8px solid transparent;
		border-top-color: currentColor;
		display: block;
		height: 0;
		width: 0;
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		color: #E60000;
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -8px;
		z-index: 1;
	}

.tabs__tab-input:focus + .tabs__tab-label {
	outline: 2px solid #00B0CA;
}

.mouse-active .tabs__tab-input:focus + .tabs__tab-label {
	outline: none;
}

.tabs--grey > .tabs__navigation-wrapper > .tabs__navigation {
	background: #F4F4F4;
}

.tabs--grey > .tabs__navigation-wrapper,
.tabs--grey > .tabs__content {
	background: #FFFFFF;
}

.tabs--dark > .tabs__navigation-wrapper > .tabs__navigation {
	background: #434343;
	color: #FFFFFF;
	border-color: #666666;
}

	.tabs--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab {
		color: #AFAFAF;
	}

		.tabs--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab::before {
			background-color: #FFFFFF;
		}

		.tabs--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active, .tabs--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab:hover {
			color: #FFFFFF;
		}

			.tabs--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active::after, .tabs--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab:hover::after {
				color: #FFFFFF;
			}

.tabs--card > .tabs__navigation-wrapper {
	margin-bottom: -10px;
}

.tabs--card > .tabs__content {
	background-color: transparent;
}

.tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation {
	border: none;
	background: none;
}

	.tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab {
		border: 1px solid #CCCCCC;
		margin-left: -1px;
		margin-bottom: 0;
		background: #F4F4F4;
		color: #333333;
	}

		.tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab:hover {
			color: #333333;
			background: #E4E4E4;
		}

	.tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active, .tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active:hover {
		border-color: #333333;
		background: #333333;
		z-index: 1;
		color: #FFFFFF;
	}

		.tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active::after, .tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active::before, .tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active:hover::after, .tabs--secondary > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active:hover::before {
			display: none;
		}

.tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation {
	border: none;
	background: none;
	color: #FFFFFF;
}

	.tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab {
		border-color: #666666;
		background: #434343;
		color: #CCCCCC;
	}

		.tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab:hover {
			background: #666666;
		}

	.tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active, .tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active:hover {
		border-color: #CCCCCC;
		background: #FFFFFF;
		color: #333333;
	}

		.tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active::after, .tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active::before, .tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active:hover::after, .tabs--secondary--dark > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--active:hover::before {
			display: none;
		}

.tabs--collapsed > .tabs__content {
	padding-top: 0;
	margin-top: -15px;
}

.tabs__loading {
	text-align: center;
}

.tabs__icon {
	width: 25px;
	height: 25px;
}

@media only screen and (max-width: 1024px) {
	.tabs--stretch > .tabs__navigation-wrapper {
		margin: 0 -20px;
	}

	.tabs--narrow {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 639px) {
	.tabs--full > .tabs__navigation-wrapper > .tabs__navigation {
		display: table;
		table-layout: fixed;
	}

		.tabs--full > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab {
			display: table-cell;
		}

	.tabs > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab {
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.tabs > .tabs__navigation-wrapper > .tabs__navigation > .tabs__tab--sm-half {
		width: 50%;
	}

	.tabs--collapsed > .tabs__content {
		padding-top: 0;
	}

	.tabs--stretch > .tabs__navigation-wrapper {
		margin: 0 -15px;
	}
}

.tag {
	margin: 0;
}

	.tag::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
	}

.tag__icon {
	margin-right: 5px;
	float: left;
}

.tag--no-border .tag__label {
	left: -8px;
	top: -8px;
}

.tag__label {
	font-family: "VodafoneRegularBold";
	font-size: 14px;
	left: -11px;
	margin: 0;
	padding: 4px 15px;
	position: absolute;
	top: -20px;
	z-index: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	box-shadow: 2px 7px 0 -5px rgba(0, 0, 0, 0.2);
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
}

	.tag__label::after, .tag__label::before {
		content: "";
		display: block;
		position: absolute;
		line-height: 0;
		border: 5px solid transparent;
		border-bottom-color: #5E2750;
		bottom: -5px;
		left: 3px;
		height: 0;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 0;
	}

	.tag__label::after {
		border-bottom-color: rgba(94, 39, 80, 0.4);
	}

.tag--seance::before {
	box-shadow: 0 0 0 3px #9C2AA0;
}

.tag--seance .tag__label {
	background-color: #9C2AA0;
}

	.tag--seance .tag__label::before {
		border-bottom-color: #9C2AA0;
	}

.tag--lagoon::before {
	box-shadow: 0 0 0 3px #007C92;
}

.tag--lagoon .tag__label {
	background-color: #007C92;
}

	.tag--lagoon .tag__label::before {
		border-bottom-color: #007C92;
	}

.tag--green::before {
	box-shadow: 0 0 0 3px #428600;
}

.tag--green .tag__label {
	background-color: #428600;
}

	.tag--green .tag__label::before {
		border-bottom-color: #428600;
	}

.tag--red::before {
	box-shadow: 0 0 0 3px #E60000;
}

.tag--red .tag__label {
	background-color: #E60000;
}

	.tag--red .tag__label::before {
		border-bottom-color: #E60000;
	}

.tag--guardsman-red::before {
	box-shadow: 0 0 0 3px #BD0000;
}

.tag--guardsman-red .tag__label {
	background-color: #BD0000;
}

	.tag--guardsman-red .tag__label::before {
		border-bottom-color: #BD0000;
	}

.tag--no-border::before {
	box-shadow: none;
}

.inline-input {
	position: relative;
	color: #E60000;
	display: inline-block;
	margin: 0 .25em;
}

.inline-input__input {
	border: none;
	border-bottom: 0.05em dotted #999999;
	border-radius: 0;
	background-color: inherit;
	padding: 0 2px;
	color: inherit;
	appearance: textfield;
}

	.inline-input__input[disabled] {
		background-color: rgba(102, 102, 102, 0.5);
	}

	.inline-input__input::-webkit-input-placeholder {
		-webkit-text-decoration-color: #666666;
		text-decoration-color: #666666;
	}

	.inline-input__input::-moz-placeholder {
		-moz-text-decoration-color: #666666;
		text-decoration-color: #666666;
	}

	.inline-input__input:-ms-input-placeholder {
		text-decoration-color: #666666;
	}

	.inline-input__input::placeholder {
		-webkit-text-decoration-color: #666666;
		-moz-text-decoration-color: #666666;
		text-decoration-color: #666666;
	}

.thumbnail {
	display: inline-block;
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 120px;
}

.thumbnail--circle {
	border-radius: 50%;
}

.thumbnail__icon {
	height: inherit;
	width: inherit;
}

@media only screen and (max-width: 639px) {
	.thumbnail {
		height: 80px;
		width: 80px;
	}
}

.toggle-switch {
	text-align: center;
}

.toggle-switch--border {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}

.toggle-switch__trigger {
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.toggle-switch--full .toggle-switch__trigger {
	display: table;
	width: 100%;
	text-align: left;
}

.toggle-switch__input {
	position: absolute;
	z-index: -1;
}

.toggle-switch__title {
	display: inline-block;
	vertical-align: middle;
}

.toggle-switch__feedback--on {
	display: none;
}

.toggle-switch__input:checked + .toggle-switch__title .toggle-switch__feedback--on {
	display: inline-block;
}

.toggle-switch__input:checked + .toggle-switch__title .toggle-switch__feedback--off {
	display: none;
}

.toggle-switch__input:focus + .toggle-switch__title {
	color: #007C92;
	outline: 2px solid #00B0CA;
}

.toggle-switch__indicator {
	border: 1px solid #CCCCCC;
	border-radius: 56px;
	display: inline-block;
	height: 28px;
	margin-left: 10px;
	transition: all .6s;
	width: 50px;
}

.toggle-switch--full .toggle-switch__title,
.toggle-switch--full .toggle-switch__indicator-wrapper {
	display: table-cell;
}

.toggle-switch--full .toggle-switch__title {
	width: 100%;
}

.toggle-switch__input:checked ~ .toggle-switch__indicator-wrapper .toggle-switch__indicator {
	background-color: #007C92;
	border-color: #007C92;
}

.toggle-switch__indication {
	background-color: #FFFFFF;
	border-radius: 50%;
	box-shadow: 0 1px 2px #000000;
	display: block;
	height: 26px;
	margin-left: 0;
	position: relative;
	transition: margin-left .3s;
	width: 26px;
}

.toggle-switch__input:checked ~ .toggle-switch__indicator-wrapper .toggle-switch__indication {
	margin-left: calc(50% - 2px);
}

.mouse-active .toggle-switch__input:focus + .toggle-switch__title {
	outline: none;
	color: inherit;
}

.tray {
	margin: 36px 0 30px;
	background-color: #F4F4F4;
	padding: 22px 0 7px;
}

.tray--dark {
	background-color: #000000;
	position: relative;
}

	.tray--dark::before {
		content: "";
		position: absolute;
		top: 0;
		left: -10px;
		bottom: 0;
		z-index: -1;
		background-color: #000000;
	}

.tray__chevron {
	color: #E60000;
	margin-left: 15px;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: transform .4s;
}

.tray__chevron--down {
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.tray__chevron--dark {
	color: #FFFFFF;
}

.tray__show {
	overflow: hidden;
	margin: 0;
	text-align: center;
	line-height: 48px;
}

	.tray__show:hover {
		cursor: pointer;
	}

.tray__less {
	display: none;
}

.tray__show--active .tray__more {
	display: none;
}

.tray__show--active .tray__less {
	display: inline-block;
}

.tray__content {
	display: block;
}

.tray__content--collapse {
	display: none;
}

.tray__price {
	margin: 0 0 15px;
	padding: 0 10px;
}

.tray__price--first {
	border-right: 1px solid #CCCCCC;
}

.tray__amount {
	display: inline;
}

@media only screen and (max-width: 1024px) {
	.tray {
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.tray--dark {
		background: none;
	}

		.tray--dark::before {
			display: none;
		}

		.tray--dark .tray__costs {
			background-color: #000000;
		}

			.tray--dark .tray__costs::before {
				content: "";
				position: absolute;
				top: 0;
				height: 22px;
				left: 0;
				right: 0;
				width: 100%;
				background-color: #000000;
			}

		.tray--dark .tray__show {
			background: none;
		}

	.tray__show {
		background-color: #FFFFFF;
		line-height: inherit;
		padding-top: 20px;
	}

	.tray__costs {
		padding-bottom: 7px;
	}
}

@media only screen and (max-width: 1024px) {
	.tray {
		margin-top: 5px;
	}
}

.inline-select {
	position: relative;
	color: #E60000;
	display: inline-block;
	margin: 0 .25em;
}

	.inline-select::before {
		content: "";
		border-bottom: 0.05em dotted #999999;
		position: absolute;
		left: 0;
		top: 0;
		right: 1em;
		bottom: 0;
		pointer-events: none;
		z-index: 1;
	}

.inline-select__input {
	display: inline-block;
	border: none;
	border-radius: 0;
	background-color: inherit;
	padding-right: 1em;
	padding-left: 0;
	color: inherit;
}

	.inline-select__input[disabled] {
		background-color: rgba(102, 102, 102, 0.5);
	}

.inline-select__input--dynamic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.inline-select__input:focus {
	outline: 2px solid #00B0CA;
}

	.inline-select__input:focus ~ .inline-select__dynamic-input {
		outline: 2px solid #00B0CA;
	}

.inline-select__dynamic-input {
	display: inline-block;
	padding-right: 1em;
	min-width: 2em;
}

.inline-select__icon {
	display: none;
}

.appearance .inline-select__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

	.appearance .inline-select__input option {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.appearance .inline-select__input::-ms-expand {
		display: none;
	}

.appearance .inline-select__icon {
	display: block;
	height: .8em;
	width: .8em;
	stroke-width: .2em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.no-js .inline-select__input--dynamic {
	opacity: 1;
	position: relative;
}

.no-js .inline-select__dynamic-input {
	display: none;
}

.validation__summary {
	display: none;
}

.validation__link {
	color: #FFFFFF;
	text-decoration: underline;
}

.alert--light-wrapper .validation__link,
.alert--light .validation__link {
	color: #000000;
}

.validation__item:first-of-type {
	margin-top: 0;
}

.validation__item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.video-stream {
	background: #000000;
	position: relative;
}

.video-stream--tile {
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.video-stream__video {
	-o-object-fit: cover;
	object-fit: cover;
}

.video-stream__video--center {
	width: 100%;
}

.video-stream__toggle {
	width: 100%;
	background-color: #E60000;
	border-radius: 50%;
	border: none;
	height: 65px;
	opacity: .9;
	transition: opacity .3s;
	width: 65px;
}

.video-stream__toggle--hide {
	opacity: 0;
}

.video-stream__toggle-icon {
	width: 100%;
	color: #FFFFFF;
}

.video-stream__toggle-icon--pause {
	display: none;
}

.video-stream--play .video-stream__toggle-icon--pause {
	display: block;
}

.video-stream--play .video-stream__toggle-icon--play {
	display: none;
}

.video-stream--paused .video-stream__toggle-icon--pause,
.video-stream--ended .video-stream__toggle-icon--pause {
	display: none;
}

.video-stream--paused .video-stream__toggle-icon--play,
.video-stream--ended .video-stream__toggle-icon--play {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.video-stream__toggle {
		width: 56px;
		height: 56px;
	}
}

.touchevents .video-stream__toggle {
	display: none;
}

.zone {
	background-color: rgba(230, 0, 0, 0.25);
	min-height: 600px;
}

.align--left {
	text-align: left !important;
}

.align--center {
	text-align: center !important;
}

.align--right {
	text-align: right !important;
}

.bold {
	font-family: "VodafoneRegularBold" !important;
}

.disabled {
	cursor: not-allowed !important;
	opacity: .5 !important;
}

.display {
	display: block !important;
}

.display--inline {
	display: inline !important;
}

.display--inline-block {
	display: inline-block !important;
}

.float--left {
	float: left !important;
}

.float--right {
	float: right !important;
}

.float--none {
	float: none !important;
}

.flush--all {
	padding: 0 !important;
}

.flush--top {
	padding-top: 0 !important;
}

.flush--bottom {
	padding-bottom: 0 !important;
}

.flush--left {
	padding-left: 0 !important;
}

.flush--right {
	padding-right: 0 !important;
}

@media only screen and (max-width: 1024px) {
	.flush--md-all {
		padding: 0 !important;
	}

	.flush--md-top {
		padding-top: 0 !important;
	}

	.flush--md-bottom {
		padding-bottom: 0 !important;
	}

	.flush--md-left {
		padding-left: 0 !important;
	}

	.flush--md-right {
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 639px) {
	.flush--sm-all {
		padding: 0 !important;
	}

	.flush--sm-top {
		padding-top: 0 !important;
	}

	.flush--sm-bottom {
		padding-bottom: 0 !important;
	}

	.flush--sm-left {
		padding-left: 0 !important;
	}

	.flush--sm-right {
		padding-right: 0 !important;
	}
}

.gutter--all {
	margin: 20px !important;
}

.gutter--top {
	margin-top: 20px !important;
}

.gutter--bottom {
	margin-bottom: 20px !important;
}

.gutter--left {
	margin-left: 20px !important;
}

.gutter--right {
	margin-right: 20px !important;
}

@media only screen and (max-width: 1024px) {
	.gutter--md-all {
		margin: 20px !important;
	}

	.gutter--md-top {
		margin-top: 20px !important;
	}

	.gutter--md-bottom {
		margin-bottom: 20px !important;
	}

	.gutter--md-left {
		margin-left: 20px !important;
	}

	.gutter--md-right {
		margin-right: 20px !important;
	}
}

@media only screen and (max-width: 639px) {
	.gutter--sm-all {
		margin: 20px !important;
	}

	.gutter--sm-top {
		margin-top: 20px !important;
	}

	.gutter--sm-bottom {
		margin-bottom: 20px !important;
	}

	.gutter--sm-left {
		margin-left: 20px !important;
	}

	.gutter--sm-right {
		margin-right: 20px !important;
	}
}

@media only screen and (min-width: 1025px) {
	.hide--lg {
		display: none !important;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.hide--md {
		display: none !important;
	}
}

@media only screen and (max-width: 640px) {
	.hide--sm {
		display: none !important;
	}
}

.map .gm-style .infomsg {
	display: none !important;
}

.mouse-active *:focus {
	outline: 0 !important;
}

.no-gutter--all {
	margin: 0 !important;
}

.no-gutter--top {
	margin-top: 0 !important;
}

.no-gutter--bottom {
	margin-bottom: 0 !important;
}

.no-gutter--left {
	margin-left: 0 !important;
}

.no-gutter--right {
	margin-right: 0 !important;
}

@media only screen and (max-width: 1024px) {
	.no-gutter--md-all {
		margin: 0 !important;
	}

	.no-gutter--md-top {
		margin-top: 0 !important;
	}

	.no-gutter--md-bottom {
		margin-bottom: 0 !important;
	}

	.no-gutter--md-left {
		margin-left: 0 !important;
	}

	.no-gutter--md-right {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 639px) {
	.no-gutter--sm-all {
		margin: 0 !important;
	}

	.no-gutter--sm-top {
		margin-top: 0 !important;
	}

	.no-gutter--sm-bottom {
		margin-bottom: 0 !important;
	}

	.no-gutter--sm-left {
		margin-left: 0 !important;
	}

	.no-gutter--sm-right {
		margin-right: 0 !important;
	}
}

.no-js .lazyload {
	display: none !important;
}

.sticky {
	position: fixed !important;
}

.template {
	display: none !important;
}

.background--cover {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

.section, .sidebar {
	position: relative;
}
