.module-htmlcontainer #jwApp div,
.module-htmlcontainer #jwApp p,
.module-htmlcontainer #jwApp span,
.module-htmlcontainer #jwApp a {
	word-wrap: normal !important;
	word-break: normal !important;
}

#jwApp .horizontal-align {
	display: flex;
	flex-direction: row;
	align-items: center
}

#jwApp .horizontal-align--top {
	align-items: flex-start
}

#jwApp .horizontal-align--bottom {
	align-items: flex-end
}

#jwApp .horizontal-align.center, #jwApp .horizontal-align.jc-center {
	justify-content: center
}

#jwApp .horizontal-align.between, #jwApp .horizontal-align.jc-between {
	justify-content: space-between
}

#jwApp .horizontal-align.around, #jwApp .horizontal-align.jc-around {
	justify-content: space-around
}

#jwApp .horizontal-align.evenly, #jwApp .horizontal-align.jc-evenly {
	justify-content: space-evenly
}

#jwApp .horizontal-align.tablet-disable {
	display: block
}

@media only screen and (max-width:1024px) {
	#jwApp .horizontal-align.tablet-stack {
		flex-direction: column
	}

	#jwApp .horizontal-align.tablet-stack--reverse {
		flex-direction: column-reverse
	}
}

@media only screen and (max-width:768px) {
	#jwApp .horizontal-align.mobile-stack {
		flex-direction: column
	}

	#jwApp .horizontal-align.mobile-stack--reverse {
		flex-direction: column-reverse
	}
}

@media only screen and (max-width:1024px) {
	#jwApp .horizontal-align.mobile-center {
		align-items: center !important
	}
}

@media only screen and (max-width:768px) {
	#jwApp .horizontal-align.mobile-disable {
		display: block
	}
}

#jwApp .horizontal-align > [class*=" col-"], #jwApp .horizontal-align > [class^=col-] {
	display: flex;
	align-items: center
}

	#jwApp .horizontal-align > [class*=" col-"]:first-of-type, #jwApp .horizontal-align > [class^=col-]:first-of-type {
		justify-content: flex-start
	}

	#jwApp .horizontal-align > [class*=" col-"]:last-of-type, #jwApp .horizontal-align > [class^=col-]:last-of-type {
		justify-content: flex-end
	}

	#jwApp .horizontal-align > [class*=" col-"].column, #jwApp .horizontal-align > [class^=col-].column {
		flex-direction: column
	}

@media only screen and (max-width:1024px) {
	#jwApp .horizontal-align > [class*=" col-"].column, #jwApp .horizontal-align > [class^=col-].column {
		justify-content: center
	}
}

#jwApp .horizontal-align > [class*=" col-"].column--center, #jwApp .horizontal-align > [class^=col-].column--center {
	align-items: center
}

#jwApp .horizontal-align > [class*=" col-"].column--left, #jwApp .horizontal-align > [class^=col-].column--left {
	align-items: flex-start
}

#jwApp .horizontal-align > [class*=" col-"].column--right, #jwApp .horizontal-align > [class^=col-].column--right {
	align-items: flex-end
}

@media only screen and (max-width:768px) {
	#jwApp .horizontal-align > [class*=" col-"].mobile-center, #jwApp .horizontal-align > [class^=col-].mobile-center {
		justify-content: center
	}
}

#jwApp .vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center
}

#jwApp .bg-color--blue {
	background-color: #005eb8;
	color: #fff
}

	#jwApp .bg-color--blue h1, #jwApp .bg-color--blue h2, #jwApp .bg-color--blue h3, #jwApp .bg-color--blue h4, #jwApp .bg-color--blue h5, #jwApp .bg-color--blue h6 {
		color: #fff
	}

	#jwApp .bg-color--blue:before {
		background-color: #005eb8
	}

#jwApp .bg-color--light-purple {
	background-color: #6d2077;
	color: #fff
}

	#jwApp .bg-color--light-purple h1, #jwApp .bg-color--light-purple h2, #jwApp .bg-color--light-purple h3, #jwApp .bg-color--light-purple h4, #jwApp .bg-color--light-purple h5, #jwApp .bg-color--light-purple h6 {
		color: #fff
	}

	#jwApp .bg-color--light-purple:before {
		background-color: #6d2077
	}

#jwApp .bg-color--dark-blue {
	background-color: #00338d;
	color: #fff
}

	#jwApp .bg-color--dark-blue h1, #jwApp .bg-color--dark-blue h2, #jwApp .bg-color--dark-blue h3, #jwApp .bg-color--dark-blue h4, #jwApp .bg-color--dark-blue h5, #jwApp .bg-color--dark-blue h6 {
		color: #fff
	}

	#jwApp .bg-color--dark-blue:before {
		background-color: #00338d
	}

#jwApp .bg-color--light-grey {
	background-color: #f0f0f0;
	color: #333
}

	#jwApp .bg-color--light-grey h1, #jwApp .bg-color--light-grey h2, #jwApp .bg-color--light-grey h3, #jwApp .bg-color--light-grey h4, #jwApp .bg-color--light-grey h5, #jwApp .bg-color--light-grey h6 {
		color: #00338d
	}

	#jwApp .bg-color--light-grey:before {
		background-color: #f0f0f0
	}

#jwApp .bg-color--white {
	background-color: #fff;
	color: #333
}

	#jwApp .bg-color--white h1, #jwApp .bg-color--white h2, #jwApp .bg-color--white h3, #jwApp .bg-color--white h4, #jwApp .bg-color--white h5, #jwApp .bg-color--white h6 {
		color: #00338d
	}

	#jwApp .bg-color--white:before {
		background-color: #fff
	}

#jwApp .bg-color--black {
	background-color: #000;
	color: #fff
}

	#jwApp .bg-color--black h1, #jwApp .bg-color--black h2, #jwApp .bg-color--black h3, #jwApp .bg-color--black h4, #jwApp .bg-color--black h5, #jwApp .bg-color--black h6 {
		color: #fff
	}

	#jwApp .bg-color--black:before {
		background-color: #000
	}

@media only screen and (max-width:768px) {
	.u-mobile-padding-top {
		padding-top: 20px
	}
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #ffffff;
	opacity: .8
}

.mfp-bg, .mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

	.mfp-container:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

	.mfp-preloader a {
		color: #ccc
	}

		.mfp-preloader a:hover {
			color: #fff
		}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace
}

	.mfp-close:focus, .mfp-close:hover {
		opacity: 1
	}

	.mfp-close:active {
		top: 1px
	}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #000;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

	.mfp-arrow:active {
		margin-top: -54px
	}

	.mfp-arrow:focus, .mfp-arrow:hover {
		opacity: 1
	}

	.mfp-arrow:after, .mfp-arrow:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent
	}

	.mfp-arrow:after {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px
	}

	.mfp-arrow:before {
		border-top-width: 21px;
		border-bottom-width: 21px;
		opacity: .7
	}

.mfp-arrow-left {
	left: 0
}

	.mfp-arrow-left:after {
		border-right: 17px solid #fff;
		margin-left: 31px
	}

	.mfp-arrow-left:before {
		margin-left: 25px;
		border-right: 27px solid #3f3f3f
	}

.mfp-arrow-right {
	right: 0
}

	.mfp-arrow-right:after {
		border-left: 17px solid #fff;
		margin-left: 39px
	}

	.mfp-arrow-right:before {
		border-left: 27px solid #3f3f3f
	}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px
	}

	.mfp-iframe-holder .mfp-close {
		top: -40px
	}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0,0,0,.6);
		background: #000
	}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure, img.mfp-img {
	line-height: 0
}

	.mfp-figure:after {
		content: "";
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0,0,0,.6);
		background: #444
	}

	.mfp-figure small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px
	}

	.mfp-figure figure {
		margin: 0
	}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0
		}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		transform: scale(.75)
	}

	.mfp-arrow-left {
		transform-origin: 0
	}

	.mfp-arrow-right {
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	/*height: 100%;*/
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	/*height: 100%;*/
	position: relative;
	transition-property: transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}

	.swiper-container-autoheight .swiper-wrapper {
		align-items: flex-start;
		transition-property: transform,height
	}

.swiper-container-3d {
	perspective: 1200px
}

	.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
		transform-style: preserve-3d
	}

	.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10
	}

	.swiper-container-3d .swiper-slide-shadow-left {
		background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-right {
		background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-top {
		background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
	}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
		opacity: .35;
		cursor: auto;
		pointer-events: none
	}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

	.swiper-pagination.swiper-pagination-hidden {
		opacity: 0
	}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transform: scale(.33);
		position: relative
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
		transform: scale(1)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
		transform: scale(.66)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
		transform: scale(.33)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
		transform: scale(.66)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
		transform: scale(.33)
	}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0,-50%,0)
}

	.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 6px 0;
		display: block
	}

	.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		top: 50%;
		transform: translateY(-50%);
		width: 8px
	}

		.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
			display: inline-block;
			transition: transform .2s,top .2s
		}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

	.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transition: transform .2s,left .2s
	}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background: #007aff;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: scale(0);
		transform-origin: left top
	}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25)
}

	.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
		background: #fff
	}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

	.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
		background: #000
	}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

	.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain
	}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

	.swiper-lazy-preloader:after {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
		background-position: 50%;
		background-size: 100%;
		background-repeat: no-repeat
	}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

	.swiper-container-fade .swiper-slide .swiper-slide {
		pointer-events: none
	}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

	.swiper-container-cube .swiper-slide {
		pointer-events: none;
		backface-visibility: hidden;
		z-index: 1;
		visibility: hidden;
		transform-origin: 0 0;
		width: 100%;
		height: 100%
	}

		.swiper-container-cube .swiper-slide .swiper-slide {
			pointer-events: none
		}

	.swiper-container-cube.swiper-container-rtl .swiper-slide {
		transform-origin: 100% 0
	}

	.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
		pointer-events: auto
	}

	.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible
	}

	.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
		z-index: 0;
		backface-visibility: hidden
	}

	.swiper-container-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .6;
		filter: blur(50px);
		z-index: 0
	}

.swiper-container-flip {
	overflow: visible
}

	.swiper-container-flip .swiper-slide {
		pointer-events: none;
		backface-visibility: hidden;
		z-index: 1
	}

		.swiper-container-flip .swiper-slide .swiper-slide {
			pointer-events: none
		}

	.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto
	}

	.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
		z-index: 0;
		backface-visibility: hidden
	}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

#jwApp .container {
	padding: 0 10px
}

#jwApp .row {
	margin-left: -10px;
	margin-right: -10px
}

	#jwApp .row > div[class*=" col-"], #jwApp .row > div[class^=col-] {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		float: left
	}

	#jwApp .row.row--no-gutter {
		margin-left: 10px;
		margin-right: 10px
	}

		#jwApp .row.row--no-gutter > div[class*=" col-"], #jwApp .row.row--no-gutter > div[class^=col-] {
			padding-right: 0;
			padding-left: 0
		}

@media only screen and (min-width:1281px) {
	#jwApp .row.row--no-gutter {
		margin-left: 0;
		margin-right: 0
	}
}

#jwApp .row:after {
	content: "";
	display: table;
	clear: both
}

#jwApp .row .col-xs-1 {
	width: 8.33333%
}

#jwApp .row .col-xs-2 {
	width: 16.66667%
}

#jwApp .row .col-xs-3 {
	width: 25%
}

#jwApp .row .col-xs-4 {
	width: 33.33333%
}

#jwApp .row .col-xs-5 {
	width: 41.66667%
}

#jwApp .row .col-xs-6 {
	width: 50%
}

#jwApp .row .col-xs-7 {
	width: 58.33333%
}

#jwApp .row .col-xs-8 {
	width: 66.66667%
}

#jwApp .row .col-xs-9 {
	width: 75%
}

#jwApp .row .col-xs-10 {
	width: 83.33333%
}

#jwApp .row .col-xs-11 {
	width: 91.66667%
}

#jwApp .row .col-xs-12 {
	width: 100%
}

#jwApp .row .pull-xs-0 {
	right: auto
}

#jwApp .row .pull-xs-1 {
	right: 8.33333%
}

#jwApp .row .pull-xs-2 {
	right: 16.66667%
}

#jwApp .row .pull-xs-3 {
	right: 25%
}

#jwApp .row .pull-xs-4 {
	right: 33.33333%
}

#jwApp .row .pull-xs-5 {
	right: 41.66667%
}

#jwApp .row .pull-xs-6 {
	right: 50%
}

#jwApp .row .pull-xs-7 {
	right: 58.33333%
}

#jwApp .row .pull-xs-8 {
	right: 66.66667%
}

#jwApp .row .pull-xs-9 {
	right: 75%
}

#jwApp .row .pull-xs-10 {
	right: 83.33333%
}

#jwApp .row .pull-xs-11 {
	right: 91.66667%
}

#jwApp .row .pull-xs-12 {
	right: 100%
}

#jwApp .row .push-xs-0 {
	left: auto
}

#jwApp .row .push-xs-1 {
	left: 8.33333%
}

#jwApp .row .push-xs-2 {
	left: 16.66667%
}

#jwApp .row .push-xs-3 {
	left: 25%
}

#jwApp .row .push-xs-4 {
	left: 33.33333%
}

#jwApp .row .push-xs-5 {
	left: 41.66667%
}

#jwApp .row .push-xs-6 {
	left: 50%
}

#jwApp .row .push-xs-7 {
	left: 58.33333%
}

#jwApp .row .push-xs-8 {
	left: 66.66667%
}

#jwApp .row .push-xs-9 {
	left: 75%
}

#jwApp .row .push-xs-10 {
	left: 83.33333%
}

#jwApp .row .push-xs-11 {
	left: 91.66667%
}

#jwApp .row .push-xs-12 {
	left: 100%
}

#jwApp .row .offset-xs-1 {
	margin-left: 8.33333%
}

#jwApp .row .offset-xs-2 {
	margin-left: 16.66667%
}

#jwApp .row .offset-xs-3 {
	margin-left: 25%
}

#jwApp .row .offset-xs-4 {
	margin-left: 33.33333%
}

#jwApp .row .offset-xs-5 {
	margin-left: 41.66667%
}

#jwApp .row .offset-xs-6 {
	margin-left: 50%
}

#jwApp .row .offset-xs-7 {
	margin-left: 58.33333%
}

#jwApp .row .offset-xs-8 {
	margin-left: 66.66667%
}

#jwApp .row .offset-xs-9 {
	margin-left: 75%
}

#jwApp .row .offset-xs-10 {
	margin-left: 83.33333%
}

#jwApp .row .offset-xs-11 {
	margin-left: 91.66667%
}

@media only screen and (min-width:481px) {
	#jwApp .row .col-sm-1 {
		width: 8.33333%
	}

	#jwApp .row .col-sm-2 {
		width: 16.66667%
	}

	#jwApp .row .col-sm-3 {
		width: 25%
	}

	#jwApp .row .col-sm-4 {
		width: 33.33333%
	}

	#jwApp .row .col-sm-5 {
		width: 41.66667%
	}

	#jwApp .row .col-sm-6 {
		width: 50%
	}

	#jwApp .row .col-sm-7 {
		width: 58.33333%
	}

	#jwApp .row .col-sm-8 {
		width: 66.66667%
	}

	#jwApp .row .col-sm-9 {
		width: 75%
	}

	#jwApp .row .col-sm-10 {
		width: 83.33333%
	}

	#jwApp .row .col-sm-11 {
		width: 91.66667%
	}

	#jwApp .row .col-sm-12 {
		width: 100%
	}

	#jwApp .row .pull-sm-0 {
		right: auto
	}

	#jwApp .row .pull-sm-1 {
		right: 8.33333%
	}

	#jwApp .row .pull-sm-2 {
		right: 16.66667%
	}

	#jwApp .row .pull-sm-3 {
		right: 25%
	}

	#jwApp .row .pull-sm-4 {
		right: 33.33333%
	}

	#jwApp .row .pull-sm-5 {
		right: 41.66667%
	}

	#jwApp .row .pull-sm-6 {
		right: 50%
	}

	#jwApp .row .pull-sm-7 {
		right: 58.33333%
	}

	#jwApp .row .pull-sm-8 {
		right: 66.66667%
	}

	#jwApp .row .pull-sm-9 {
		right: 75%
	}

	#jwApp .row .pull-sm-10 {
		right: 83.33333%
	}

	#jwApp .row .pull-sm-11 {
		right: 91.66667%
	}

	#jwApp .row .pull-sm-12 {
		right: 100%
	}

	#jwApp .row .push-sm-0 {
		left: auto
	}

	#jwApp .row .push-sm-1 {
		left: 8.33333%
	}

	#jwApp .row .push-sm-2 {
		left: 16.66667%
	}

	#jwApp .row .push-sm-3 {
		left: 25%
	}

	#jwApp .row .push-sm-4 {
		left: 33.33333%
	}

	#jwApp .row .push-sm-5 {
		left: 41.66667%
	}

	#jwApp .row .push-sm-6 {
		left: 50%
	}

	#jwApp .row .push-sm-7 {
		left: 58.33333%
	}

	#jwApp .row .push-sm-8 {
		left: 66.66667%
	}

	#jwApp .row .push-sm-9 {
		left: 75%
	}

	#jwApp .row .push-sm-10 {
		left: 83.33333%
	}

	#jwApp .row .push-sm-11 {
		left: 91.66667%
	}

	#jwApp .row .push-sm-12 {
		left: 100%
	}

	#jwApp .row .offset-sm-0 {
		margin-left: 0
	}

	#jwApp .row .offset-sm-1 {
		margin-left: 8.33333%
	}

	#jwApp .row .offset-sm-2 {
		margin-left: 16.66667%
	}

	#jwApp .row .offset-sm-3 {
		margin-left: 25%
	}

	#jwApp .row .offset-sm-4 {
		margin-left: 33.33333%
	}

	#jwApp .row .offset-sm-5 {
		margin-left: 41.66667%
	}

	#jwApp .row .offset-sm-6 {
		margin-left: 50%
	}

	#jwApp .row .offset-sm-7 {
		margin-left: 58.33333%
	}

	#jwApp .row .offset-sm-8 {
		margin-left: 66.66667%
	}

	#jwApp .row .offset-sm-9 {
		margin-left: 75%
	}

	#jwApp .row .offset-sm-10 {
		margin-left: 83.33333%
	}

	#jwApp .row .offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media only screen and (min-width:769px) {
	#jwApp .row .col-md-1 {
		width: 8.33333%
	}

	#jwApp .row .col-md-2 {
		width: 16.66667%
	}

	#jwApp .row .col-md-3 {
		width: 25%
	}

	#jwApp .row .col-md-4 {
		width: 33.33333%
	}

	#jwApp .row .col-md-5 {
		width: 41.66667%
	}

	#jwApp .row .col-md-6 {
		width: 50%
	}

	#jwApp .row .col-md-7 {
		width: 58.33333%
	}

	#jwApp .row .col-md-8 {
		width: 66.66667%
	}

	#jwApp .row .col-md-9 {
		width: 75%
	}

	#jwApp .row .col-md-10 {
		width: 83.33333%
	}

	#jwApp .row .col-md-11 {
		width: 91.66667%
	}

	#jwApp .row .col-md-12 {
		width: 100%
	}

	#jwApp .row .pull-md-0 {
		right: auto
	}

	#jwApp .row .pull-md-1 {
		right: 8.33333%
	}

	#jwApp .row .pull-md-2 {
		right: 16.66667%
	}

	#jwApp .row .pull-md-3 {
		right: 25%
	}

	#jwApp .row .pull-md-4 {
		right: 33.33333%
	}

	#jwApp .row .pull-md-5 {
		right: 41.66667%
	}

	#jwApp .row .pull-md-6 {
		right: 50%
	}

	#jwApp .row .pull-md-7 {
		right: 58.33333%
	}

	#jwApp .row .pull-md-8 {
		right: 66.66667%
	}

	#jwApp .row .pull-md-9 {
		right: 75%
	}

	#jwApp .row .pull-md-10 {
		right: 83.33333%
	}

	#jwApp .row .pull-md-11 {
		right: 91.66667%
	}

	#jwApp .row .pull-md-12 {
		right: 100%
	}

	#jwApp .row .push-md-0 {
		left: auto
	}

	#jwApp .row .push-md-1 {
		left: 8.33333%
	}

	#jwApp .row .push-md-2 {
		left: 16.66667%
	}

	#jwApp .row .push-md-3 {
		left: 25%
	}

	#jwApp .row .push-md-4 {
		left: 33.33333%
	}

	#jwApp .row .push-md-5 {
		left: 41.66667%
	}

	#jwApp .row .push-md-6 {
		left: 50%
	}

	#jwApp .row .push-md-7 {
		left: 58.33333%
	}

	#jwApp .row .push-md-8 {
		left: 66.66667%
	}

	#jwApp .row .push-md-9 {
		left: 75%
	}

	#jwApp .row .push-md-10 {
		left: 83.33333%
	}

	#jwApp .row .push-md-11 {
		left: 91.66667%
	}

	#jwApp .row .push-md-12 {
		left: 100%
	}

	#jwApp .row .offset-md-0 {
		margin-left: 0
	}

	#jwApp .row .offset-md-1 {
		margin-left: 8.33333%
	}

	#jwApp .row .offset-md-2 {
		margin-left: 16.66667%
	}

	#jwApp .row .offset-md-3 {
		margin-left: 25%
	}

	#jwApp .row .offset-md-4 {
		margin-left: 33.33333%
	}

	#jwApp .row .offset-md-5 {
		margin-left: 41.66667%
	}

	#jwApp .row .offset-md-6 {
		margin-left: 50%
	}

	#jwApp .row .offset-md-7 {
		margin-left: 58.33333%
	}

	#jwApp .row .offset-md-8 {
		margin-left: 66.66667%
	}

	#jwApp .row .offset-md-9 {
		margin-left: 75%
	}

	#jwApp .row .offset-md-10 {
		margin-left: 83.33333%
	}

	#jwApp .row .offset-md-11 {
		margin-left: 91.66667%
	}
}

@media only screen and (min-width:1025px) {
	#jwApp .row .col-lg-1 {
		width: 8.33333%
	}

	#jwApp .row .col-lg-2 {
		width: 16.66667%
	}

	#jwApp .row .col-lg-3 {
		width: 25%
	}

	#jwApp .row .col-lg-4 {
		width: 33.33333%
	}

	#jwApp .row .col-lg-5 {
		width: 41.66667%
	}

	#jwApp .row .col-lg-6 {
		width: 50%
	}

	#jwApp .row .col-lg-7 {
		width: 58.33333%
	}

	#jwApp .row .col-lg-8 {
		width: 66.66667%
	}

	#jwApp .row .col-lg-9 {
		width: 75%
	}

	#jwApp .row .col-lg-10 {
		width: 83.33333%
	}

	#jwApp .row .col-lg-11 {
		width: 91.66667%
	}

	#jwApp .row .col-lg-12 {
		width: 100%
	}

	#jwApp .row .pull-lg-0 {
		right: auto
	}

	#jwApp .row .pull-lg-1 {
		right: 8.33333%
	}

	#jwApp .row .pull-lg-2 {
		right: 16.66667%
	}

	#jwApp .row .pull-lg-3 {
		right: 25%
	}

	#jwApp .row .pull-lg-4 {
		right: 33.33333%
	}

	#jwApp .row .pull-lg-5 {
		right: 41.66667%
	}

	#jwApp .row .pull-lg-6 {
		right: 50%
	}

	#jwApp .row .pull-lg-7 {
		right: 58.33333%
	}

	#jwApp .row .pull-lg-8 {
		right: 66.66667%
	}

	#jwApp .row .pull-lg-9 {
		right: 75%
	}

	#jwApp .row .pull-lg-10 {
		right: 83.33333%
	}

	#jwApp .row .pull-lg-11 {
		right: 91.66667%
	}

	#jwApp .row .pull-lg-12 {
		right: 100%
	}

	#jwApp .row .push-lg-0 {
		left: auto
	}

	#jwApp .row .push-lg-1 {
		left: 8.33333%
	}

	#jwApp .row .push-lg-2 {
		left: 16.66667%
	}

	#jwApp .row .push-lg-3 {
		left: 25%
	}

	#jwApp .row .push-lg-4 {
		left: 33.33333%
	}

	#jwApp .row .push-lg-5 {
		left: 41.66667%
	}

	#jwApp .row .push-lg-6 {
		left: 50%
	}

	#jwApp .row .push-lg-7 {
		left: 58.33333%
	}

	#jwApp .row .push-lg-8 {
		left: 66.66667%
	}

	#jwApp .row .push-lg-9 {
		left: 75%
	}

	#jwApp .row .push-lg-10 {
		left: 83.33333%
	}

	#jwApp .row .push-lg-11 {
		left: 91.66667%
	}

	#jwApp .row .push-lg-12 {
		left: 100%
	}

	#jwApp .row .offset-lg-0 {
		margin-left: 0
	}

	#jwApp .row .offset-lg-1 {
		margin-left: 8.33333%
	}

	#jwApp .row .offset-lg-2 {
		margin-left: 16.66667%
	}

	#jwApp .row .offset-lg-3 {
		margin-left: 25%
	}

	#jwApp .row .offset-lg-4 {
		margin-left: 33.33333%
	}

	#jwApp .row .offset-lg-5 {
		margin-left: 41.66667%
	}

	#jwApp .row .offset-lg-6 {
		margin-left: 50%
	}

	#jwApp .row .offset-lg-7 {
		margin-left: 58.33333%
	}

	#jwApp .row .offset-lg-8 {
		margin-left: 66.66667%
	}

	#jwApp .row .offset-lg-9 {
		margin-left: 75%
	}

	#jwApp .row .offset-lg-10 {
		margin-left: 83.33333%
	}

	#jwApp .row .offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media only screen and (min-width:1281px) {
	#jwApp .row .col-xl-1 {
		width: 8.33333%
	}

	#jwApp .row .col-xl-2 {
		width: 16.66667%
	}

	#jwApp .row .col-xl-3 {
		width: 25%
	}

	#jwApp .row .col-xl-4 {
		width: 33.33333%
	}

	#jwApp .row .col-xl-5 {
		width: 41.66667%
	}

	#jwApp .row .col-xl-6 {
		width: 50%
	}

	#jwApp .row .col-xl-7 {
		width: 58.33333%
	}

	#jwApp .row .col-xl-8 {
		width: 66.66667%
	}

	#jwApp .row .col-xl-9 {
		width: 75%
	}

	#jwApp .row .col-xl-10 {
		width: 83.33333%
	}

	#jwApp .row .col-xl-11 {
		width: 91.66667%
	}

	#jwApp .row .col-xl-12 {
		width: 100%
	}

	#jwApp .row .pull-xl-0 {
		right: auto
	}

	#jwApp .row .pull-xl-1 {
		right: 8.33333%
	}

	#jwApp .row .pull-xl-2 {
		right: 16.66667%
	}

	#jwApp .row .pull-xl-3 {
		right: 25%
	}

	#jwApp .row .pull-xl-4 {
		right: 33.33333%
	}

	#jwApp .row .pull-xl-5 {
		right: 41.66667%
	}

	#jwApp .row .pull-xl-6 {
		right: 50%
	}

	#jwApp .row .pull-xl-7 {
		right: 58.33333%
	}

	#jwApp .row .pull-xl-8 {
		right: 66.66667%
	}

	#jwApp .row .pull-xl-9 {
		right: 75%
	}

	#jwApp .row .pull-xl-10 {
		right: 83.33333%
	}

	#jwApp .row .pull-xl-11 {
		right: 91.66667%
	}

	#jwApp .row .pull-xl-12 {
		right: 100%
	}

	#jwApp .row .push-xl-0 {
		left: auto
	}

	#jwApp .row .push-xl-1 {
		left: 8.33333%
	}

	#jwApp .row .push-xl-2 {
		left: 16.66667%
	}

	#jwApp .row .push-xl-3 {
		left: 25%
	}

	#jwApp .row .push-xl-4 {
		left: 33.33333%
	}

	#jwApp .row .push-xl-5 {
		left: 41.66667%
	}

	#jwApp .row .push-xl-6 {
		left: 50%
	}

	#jwApp .row .push-xl-7 {
		left: 58.33333%
	}

	#jwApp .row .push-xl-8 {
		left: 66.66667%
	}

	#jwApp .row .push-xl-9 {
		left: 75%
	}

	#jwApp .row .push-xl-10 {
		left: 83.33333%
	}

	#jwApp .row .push-xl-11 {
		left: 91.66667%
	}

	#jwApp .row .push-xl-12 {
		left: 100%
	}

	#jwApp .row .offset-xl-0 {
		margin-left: 0
	}

	#jwApp .row .offset-xl-1 {
		margin-left: 8.33333%
	}

	#jwApp .row .offset-xl-2 {
		margin-left: 16.66667%
	}

	#jwApp .row .offset-xl-3 {
		margin-left: 25%
	}

	#jwApp .row .offset-xl-4 {
		margin-left: 33.33333%
	}

	#jwApp .row .offset-xl-5 {
		margin-left: 41.66667%
	}

	#jwApp .row .offset-xl-6 {
		margin-left: 50%
	}

	#jwApp .row .offset-xl-7 {
		margin-left: 58.33333%
	}

	#jwApp .row .offset-xl-8 {
		margin-left: 66.66667%
	}

	#jwApp .row .offset-xl-9 {
		margin-left: 75%
	}

	#jwApp .row .offset-xl-10 {
		margin-left: 83.33333%
	}

	#jwApp .row .offset-xl-11 {
		margin-left: 91.66667%
	}
}

.module-tmpl-html {
	margin-top: -2px;
	box-shadow: inset 0 8px 16px #dedede
}

	.module-tmpl-html > .tmpl-row {
		display: none
	}

	.module-tmpl-html > .inner-container {
		width: 100%
	}

	.module-tmpl-html .parsys-container {
		border: 0 !important
	}

		.module-tmpl-html .parsys-container > .module-htmlcontainer {
			background: none;
			padding: 0
		}

.template .container {
	transform: none !important
}

.global-footer {
	margin-top: 0 !important
}

.container {
	width: 100%
}

#jwApp {
	margin: 0
}

	#jwApp a:hover,
	#jwApp a:active,
	#jwApp a:hover.active {
		text-decoration: none;
	}                                #jwApp * {
		box-sizing: border-box
	}

	#jwApp div {
		margin: 0
	}

		#jwApp div.inner-container {
			margin: 0 auto
		}

		#jwApp div.row div.row {
			margin: 0
		}

@media only screen and (min-width:769px) {
	#jwApp .row--floating {
		position: absolute;
		top: 0;
		width: 100%;
		display: flex;
		align-items: center
	}

	#jwApp .row--floating--end {
		justify-content: flex-end
	}
}

#jwApp .inner-container {
	width: calc(100% - 40px);
	max-width: 1080px;
	position: relative
}

#jwApp .inner-container--wide {
	max-width: 1300px
}

@media only screen and (max-width:768px) {
	#jwApp .inner-container--mobile-reverse {
		display: flex;
		flex-direction: column-reverse
	}
}

#jwApp .inner-container--white {
	background-color: #fff
}

#jwApp img {
	vertical-align: bottom;
	max-width: 100%;
	width: 100%
}

#jwApp .hide, #jwApp .show--lg-down, #jwApp .show--lg-up, #jwApp .show--md--up, #jwApp .show--md-down, #jwApp .show--sm-down, #jwApp .show--sm-up, #jwApp .show--xl-up, #jwApp .show-xl-down {
	display: none
}

@media only screen and (max-width:480px) {
	#jwApp .hide--sm-down {
		display: none !important
	}

	#jwApp .show--sm-down {
		display: block !important
	}
}

@media only screen and (min-width:481px) {
	#jwApp .hide--sm-up {
		display: none !important
	}

	#jwApp .show--sm-up {
		display: block !important
	}
}

@media only screen and (max-width:768px) {
	#jwApp .hide--md-down {
		display: none !important
	}

	#jwApp .show--md-down {
		display: block !important
	}
}

@media only screen and (min-width:769px) {
	#jwApp .hide--md-up {
		display: none !important
	}

	#jwApp .show--md-up {
		display: block !important
	}
}

@media only screen and (max-width:1024px) {
	#jwApp .hide--lg-down {
		display: none !important
	}

	#jwApp .show--lg-down {
		display: block !important
	}
}

@media only screen and (min-width:1025px) {
	#jwApp .hide--lg-up {
		display: none !important
	}

	#jwApp .show--lg-up {
		display: block !important
	}
}

@media only screen and (min-width:1281px) {
	#jwApp .hide--xl-down {
		display: none !important
	}

	#jwApp .show--xl-down {
		display: block !important
	}
}

@media only screen and (min-width:1281px) {
	#jwApp .hide--xl-up {
		display: none !important
	}

	#jwApp .show--xl-up {
		display: block !important
	}
}

#jwApp {
	position: relative
}

	#jwApp .heading-size-1, #jwApp h1 {
		font-size: 100px;
		font-size: 10rem;
		line-height: 100px;
		line-height: 10rem
	}

	#jwApp .heading-size-1, #jwApp .heading-size-2, #jwApp h1, #jwApp h2 {
		color: inherit;
		font-family: KPMG Light,Arial,Helvetica,sans-serif;
		font-weight: 100
	}

	#jwApp .heading-size-2, #jwApp h2 {
		font-size: 54px;
		font-size: 5.4rem;
		line-height: 65px;
		line-height: 6.5rem;
		margin-bottom: 40px
	}

@media only screen and (max-width:768px) {
	#jwApp .heading-size-2, #jwApp h2 {
		margin-bottom: 20px
	}
}

#jwApp .heading-size-2.heading, #jwApp h2.heading {
	color: #00338d;
	margin-bottom: 20px
}

#jwApp .heading-size-3, #jwApp h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 32px;
	line-height: 3.2rem;
	margin-bottom: 0;
	color: inherit;
	font-weight: 400
}

#jwApp .heading-size-4, #jwApp h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 25px;
	line-height: 2.5rem;
	color: inherit;
	font-weight: 700
}

	#jwApp .heading-size-4.supporting-title, #jwApp h4.supporting-title {
		opacity: .5;
		margin-bottom: 30px;
		letter-spacing: 1px
	}

@media only screen and (max-width:480px) {
	#jwApp .heading-size-4.supporting-title, #jwApp h4.supporting-title {
		margin-bottom: 20px
	}
}

#jwApp .heading-size-4 .lighter, #jwApp h4 .lighter {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 25px;
	line-height: 2.5rem
}

#jwApp .text-colour--white {
	color: #fff
}

#jwApp .highlight {
	color: #005eb8
}

#jwApp .lighter {
	font-weight: 100
}

#jwApp h4, #jwApp ul {
	color: inherit
}

#jwApp ul {
	list-style: disc;
	list-style-position: inside
}

	#jwApp ul.button-list {
		list-style: none
	}

		#jwApp ul.button-list li {
			margin-bottom: 15px
		}

@media only screen and (max-width:768px) {
	#jwApp ul.button-list li .jw-button {
		width: 100%
	}
}

#jwApp ul li {
	color: inherit
}

#jwApp ul.agenda {
	list-style: none
}

#jwApp ul.agenda li {
	list-style: none
}

	#jwApp ul.agenda li {
		color: #333;
		border-bottom: 2px solid hsla(0,0%,61%,.314);
		padding-bottom: 20px;
		margin-bottom: 20px
	}

		#jwApp ul.agenda li:last-of-type {
			border-bottom: 0
		}

		#jwApp ul.agenda li h4 {
			font-size: 22px;
			font-size: 2.2rem;
			line-height: 25px;
			line-height: 2.5rem;
			color: inherit !important
		}

		#jwApp ul.agenda li p {
			font-size: 14px;
			font-size: 1.4rem;
			line-height: 18px;
			line-height: 1.8rem;
			color: inherit !important
		}

		#jwApp ul.agenda li a {
			color: #005eb8
		}

			#jwApp ul.agenda li a span {
				vertical-align: middle
			}

#jwApp ul.connect {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between
}

	#jwApp ul.connect li {
		flex-basis: 25%
	}

@media only screen and (max-width:768px) {
	#jwApp ul.connect li {
		flex-basis: 28%
	}
}

#jwApp ul.connect li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333
}

	#jwApp ul.connect li a span {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 5px
	}

		#jwApp ul.connect li a span.icon {
			margin-top: 0;
			flex-basis: 40px
		}

#jwApp p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	margin: 15px 0;
	color: inherit
}

	#jwApp p em {
		font-style: normal;
		color: #00338d
	}

	#jwApp p.body-text {
		font-size: 20px;
		font-size: 2rem;
		line-height: 30px;
		line-height: 3rem;
		margin-top: 0;
		margin-bottom: 40px
	}

#jwApp .body-text h1, #jwApp .body-text h2, #jwApp .body-text h3, #jwApp .body-text h4, #jwApp .body-text h5, #jwApp .body-text h6 {
	margin-bottom: 20px
}

#jwApp .body-text p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
	margin-top: 0
}

	#jwApp .body-text p.additional {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 23px;
		line-height: 2.3rem
	}

#jwApp .jw-button {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	font-weight: 700;
	z-index: 1
}

	#jwApp .jw-button + .jw-button {
		margin-left: 10px
	}

@media only screen and (max-width:768px) {
	#jwApp .jw-button + .jw-button {
		margin-left: 0;
		margin-top: 10px
	}
}

#jwApp .jw-button__primary {
	color: #005eb8;
	padding: 18px 20px;
	border: 1px solid #005eb8;
	transition-property: color;
	transition-duration: .3s;
	min-width: 200px;
	text-align: center
}

	#jwApp .jw-button__primary:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: -1px;
		left: -1px;
		bottom: -1px;
		right: -1px;
		background-color: #005eb8;
		transform: scaleX(0);
		transform-origin: 0 50%;
		transition: transform .3s ease-out
	}

	#jwApp .jw-button__primary:hover {
		color: #fff
	}

		#jwApp .jw-button__primary:hover:before {
			transform: scaleX(1)
		}

	#jwApp .jw-button__primary.white {
		color: #fff;
		border-color: #fff
	}

		#jwApp .jw-button__primary.white:before {
			background-color: #fff
		}

		#jwApp .jw-button__primary.white:hover {
			color: #313131
		}

#jwApp .jw-button__secondary {
	color: #0091da;
	padding: 4px 0;
	transition-property: color;
	transition-duration: .3s
}

	#jwApp .jw-button__secondary:before {
		content: "";
		position: absolute;
		left: 0;
		right: 100%;
		bottom: 0;
		background-color: #0091da;
		height: 2px;
		width: 100%;
		transition: width .3s ease-out
	}

	#jwApp .jw-button__secondary:hover {
		color: #005eb8
	}

		#jwApp .jw-button__secondary:hover:before {
			width: 50%;
			background-color: #005eb8
		}

#jwApp .jw-button__secondary--right:before {
	right: 0;
	left: 0;
	transition: width .3s,left .3s
}

#jwApp .jw-button__secondary--right:hover:before {
	left: 50%
}

#jwApp .jw-button__secondary.white {
	color: #fff;
	border-color: #fff
}

	#jwApp .jw-button__secondary.white:before {
		background-color: #fff
	}

	#jwApp .jw-button__secondary.white:hover {
		color: #00a3e2
	}

		#jwApp .jw-button__secondary.white:hover:before {
			background-color: #00a3e2
		}

#jwApp .jw-button__tertiary {
	padding: 18px 20px;
	background-color: #0091da;
	color: #fff;
	min-width: 200px;
	text-align: center
}

#jwApp .jw-button__text-icon {
	padding-top: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 400
}

	#jwApp .jw-button__text-icon span {
		padding-right: 10px
	}

#jwApp .jw-button--wide {
	min-width: 280px
}

#jwApp .jw-button__icon {
	color: #005eb8;
	display: flex;
	flex-direction: row;
	width: max-content;
	transition: color .3s,border-color .3s
}

	#jwApp .jw-button__icon .icon {
		padding: 13px 20px;
		border: 1px solid #0091da;
		display: flex;
		align-items: center;
		position: relative
	}

		#jwApp .jw-button__icon .icon svg .icon-fill {
			transition: fill .3s ease-out
		}

		#jwApp .jw-button__icon .icon:before {
			content: "";
			position: absolute;
			z-index: -1;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			background-color: #0091da;
			transform: scaleY(0);
			transform-origin: 50% 100%;
			transition: transform .3s ease-out
		}

	#jwApp .jw-button__icon .text {
		padding: 18px 20px;
		border: 1px solid #0091da;
		border-left: 0;
		position: relative
	}

		#jwApp .jw-button__icon .text:before {
			content: "";
			position: absolute;
			z-index: -1;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			background-color: #005eb8;
			transform: scaleY(0);
			transform-origin: 50% 100%;
			transition: transform .3s ease-out
		}

	#jwApp .jw-button__icon:hover {
		color: #fff
	}

		#jwApp .jw-button__icon:hover .icon svg .icon-fill {
			fill: #fff !important
		}

		#jwApp .jw-button__icon:hover .icon, #jwApp .jw-button__icon:hover .text {
			border-color: #0091da
		}

			#jwApp .jw-button__icon:hover .icon:before, #jwApp .jw-button__icon:hover .text:before {
				transform: scaleY(1)
			}

#jwApp .round-button {
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100%;
	transition: background-color .3s ease-out;
	will-change: background-color,stroke;
	cursor: pointer;
	user-select: none
}

	#jwApp .round-button svg path, #jwApp .round-button svg polyline {
		transition: stroke .3s ease-out
	}

	#jwApp .round-button.blue {
		color: #005eb8;
		border-color: #005eb8
	}

		#jwApp .round-button.blue .icon-stroke {
			stroke: #005eb8
		}

	#jwApp .round-button.flipped {
		transform: rotate(180deg)
	}

	#jwApp .round-button:hover {
		background-color: #005eb8;
		color: #fff
	}

		#jwApp .round-button:hover svg path, #jwApp .round-button:hover svg polyline {
			stroke: #fff
		}

#jwApp .play-button {
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0091da;
	transition: background-color .3s ease-out;
	cursor: pointer
}

	#jwApp .play-button:hover {
		background-color: #00a3e2
	}

@media only screen and (max-width:768px) {
	#jwApp .play-button {
		padding: 20px 22px
	}

		#jwApp .play-button svg {
			width: 11px !important;
			height: 13px !important
		}
}

#jwApp .play-button--small {
	width: 80px;
	height: 80px
}

	#jwApp .play-button--small svg {
		width: 15px !important;
		height: 17px !important
	}

#jwApp .center {
	margin: 0 auto
}

#jwApp .center-flex-btn {
	justify-content: center;
}


#jwApp section.jw-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0
}

#jwApp section.jw-section--no-padding-bottom {
	padding-bottom: 0
}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section--no-padding-bottom {
		padding-bottom: 0 !important
	}
}

@media only screen and (min-width:769px) {
	#jwApp section.jw-section--no-padding-bottom-md-up {
		padding-bottom: 0
	}
}

#jwApp section.jw-section--no-padding-top {
	padding-top: 0
}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section--no-padding-top {
		padding-top: 0 !important
	}
}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section {
		padding: 40px 0
	}
}

#jwApp section.jw-section--dark-blue {
	background-color: #00338d;
	color: #fff
}

#jwApp section.jw-section--white {
	background-color: #fff
}

#jwApp section.jw-section--blue {
	background-color: #005eb8;
	color: #fff
}

#jwApp section.jw-section--hr {
	padding: 0
}

#jwApp section.jw-section.bg-image {
	background-size: cover;
	background-position: 50%;
	height: 500px
}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section.bg-image {
		height: 250px
	}
}
@media only screen and (max-width:768px) {
	#jwApp section.jw-section.section-joinprogramme {
		clear: left;
	}
}

#jwApp section.jw-section.bg-half--grey-top:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: #f0f0f0
}

#jwApp section.jw-section.bg-half--dark-blue-left {
	background-color: #f0f0f0
}

	#jwApp section.jw-section.bg-half--dark-blue-left:before {
		content: "";
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
		background-color: #00338d
	}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section.bg-half--dark-blue-left:before {
		height: 50%;
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	#jwApp section.jw-section.article-section .video-wrapper {
		margin-bottom: 40px
	}
}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section.contact-section .contact-section__content, #jwApp section.jw-section.contact-section .contact-section__heading {
		overflow: visible
	}

		#jwApp section.jw-section.contact-section .contact-section__content:before, #jwApp section.jw-section.contact-section .contact-section__heading:before {
			content: "";
			width: 110%;
			height: 100%;
			position: absolute;
			top: 0;
			left: -20px
		}
}

#jwApp section.jw-section.contact-section .contact-section__heading {
	display: flex;
	align-items: center
}

	#jwApp section.jw-section.contact-section .contact-section__heading h2 {
		margin-bottom: 0;
		padding: 0 30px
	}

@media only screen and (max-width:1024px) {
	#jwApp section.jw-section.contact-section .contact-section__heading {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

#jwApp section.jw-section.contact-section .contact-section__content {
	padding-top: 100px;
	padding-bottom: 100px
}

@media only screen and (max-width:1024px) {
	#jwApp section.jw-section.contact-section .contact-section__content {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

#jwApp section.jw-section .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	z-index: 1
}

#jwApp section.jw-section .video-wrapper__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.25);
	z-index: 1;
	pointer-events: none
}

#jwApp section.jw-section .video-wrapper h4 {
	color: #fff;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 30%
}

#jwApp section.jw-section .video-wrapper a.poster, #jwApp section.jw-section .video-wrapper iframe, #jwApp section.jw-section .video-wrapper img, #jwApp section.jw-section .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#jwApp section.jw-section .video-wrapper .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1
}

#jwApp section.jw-section .image-wrapper {
	z-index: 1;
	position: relative
}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section .text-block {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section.section-text-video:before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 75%;
		background-color: #f0f0f0
	}
}

#jwApp section.jw-section.section-text-video .body-text {
	padding: 150px 300px 150px 150px;
	background: #f0f0f0
}

	#jwApp section.jw-section.section-text-video .body-text h1, #jwApp section.jw-section.section-text-video .body-text h2, #jwApp section.jw-section.section-text-video .body-text h3, #jwApp section.jw-section.section-text-video .body-text h4, #jwApp section.jw-section.section-text-video .body-text h5, #jwApp section.jw-section.section-text-video .body-text h6 {
		color: #00338d
	}

#jwApp section.jw-section.section-text-video .body-text--agenda {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 200px
}

#jwApp section.jw-section.section-text-video .body-text--right {
	padding-left: 300px;
	padding-right: 150px
}

@media only screen and (max-width:1024px) {
	#jwApp section.jw-section.section-text-video .body-text {
		padding: 80px 150px 80px 80px
	}
}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section.section-text-video .body-text {
		padding: 0
	}
}

#jwApp section.jw-section--multibox .body-text {
	margin-bottom: 40px
}

@media only screen and (min-width:1025px) {
	#jwApp section.jw-section--multibox .body-text {
		width: 50%
	}
}

#jwApp section.jw-section.overlap-previous {
	padding-top: 0;
	margin-top: -150px
}

	#jwApp section.jw-section.overlap-previous:before {
		content: "";
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		height: 100%;
		width: 1240px;
		background-color: #fff
	}

	#jwApp section.jw-section.overlap-previous .body-text {
		padding-top: 75px
	}

@media only screen and (max-width:768px) {
	#jwApp section.jw-section.overlap-previous {
		margin-top: -75px;
		padding-left: 30px;
		padding-right: 30px
	}

		#jwApp section.jw-section.overlap-previous:before {
			width: calc(100% - 40px)
		}
}

#jwApp {
	background-color: #fff;
	z-index: 0
}

	#jwApp .border-line:before {
		content: "";
		height: 100%;
		background-color: hsla(0,0%,100%,.15);
		width: 1px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%)
	}

	#jwApp .overflow-visible {
		overflow: visible
	}

	#jwApp .u-16x9:before {
		content: "";
		width: 1px;
		margin-left: -1px;
		float: left;
		height: 0;
		padding-top: 52.46332%
	}

	#jwApp .u-16x9:after {
		content: "";
		display: table;
		clear: both
	}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.flex-row--reverse {
	flex-direction: row-reverse
}

.flex-row--align-center {
	align-items: center
}

.flex-row--space-between {
	justify-content: space-between
}

#jwApp.ie .hero {
	height: 70vh
}

#jwApp .hero {
	position: relative;
	min-height: 600px;
	min-height: 70vh;
	max-height: 800px
}

@media only screen and (max-width:768px) {
	#jwApp .hero {
		min-height: auto;
		max-height: 100%;
		height: auto
	}
}

#jwApp .hero .flex-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: inherit;
	min-height: inherit;
	max-height: inherit
}

#jwApp .hero--dark-overlay:before {
	content: " ";
	display: block;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

#jwApp .hero__content {
	z-index: 10;
	color: #fff
}

#jwApp .hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	will-change: transform
}

#jwApp .hero--homepage .hero__image {
	background-image: url("https://assets.kpmg/content/dam/kpmg/uk/images/2018/03/board-leadership-centre/homepageImage.jpg");
	background-position: 100%
}

	#jwApp .hero--homepage .hero__image:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(90deg,hsla(0,0%,65%,.8),transparent)
	}

#jwApp .hero--homepage .hero__content {
	margin: 80px 0
}

@media only screen and (max-width:768px) {
	#jwApp .hero--homepage .hero__content {
		margin: 20px 0
	}

		#jwApp .hero--homepage .hero__content h1 {
			font-size: 55px;
			font-size: 5.5rem;
			line-height: 58px;
			line-height: 5.8rem
		}

		#jwApp .hero--homepage .hero__content h3 {
			font-size: 18px;
			font-size: 1.8rem;
			line-height: 23px;
			line-height: 2.3rem
		}
}

#jwApp .hero--inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	overflow: visible;
}

	#jwApp .hero--inner .inner-container, #jwApp .hero--inner .inner-container .row, #jwApp .hero--inner .inner-container .row > div[class*=" col-"], #jwApp .hero--inner .inner-container .row > div[class^=col-], #jwApp .hero--inner__sidebar {
		height: inherit;
		min-height: inherit;
		max-height: inherit
	}

#jwApp .hero--inner__sidebar {
	position: relative;
	overflow: visible;
	z-index: 1
}

	#jwApp .hero--inner__sidebar:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 99999px;
		background: #00338d;
		height: 100%;
		z-index: -1
	}

@media only screen and (max-width:768px) {
	#jwApp .hero--inner__sidebar {
		height: auto !important;
		z-index: 11
	}

		#jwApp .hero--inner__sidebar:before {
			content: none
		}
}

#jwApp .hero--inner .hero__content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

	#jwApp .hero--inner .hero__content .body-text {
		margin-bottom: 80px
	}

@media only screen and (max-width:768px) {
	#jwApp .hero--inner .hero__content {
		padding: 40px 15px;
		position: static;
		transform: none
	}

		#jwApp .hero--inner .hero__content h1 {
			font-size: 55px;
			font-size: 5.5rem;
			line-height: 58px;
			line-height: 5.8rem;
			margin-bottom: 10px
		}

		#jwApp .hero--inner .hero__content .body-text {
			font-size: 17px;
			font-size: 1.7rem;
			line-height: 22px;
			line-height: 2.2rem
		}
}

#jwApp .hero--inner .back-home {
	padding-top: 30px;
	color: hsla(0,0%,100%,.8);
	display: flex;
	align-items: center
}

#jwApp .hero--inner .back-home--sub-nav {
	padding-top: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	line-height: 2rem
}

#jwApp .hero--inner .back-home span {
	padding-right: 10px
}

	#jwApp .hero--inner .back-home span svg {
		opacity: .8;
		transform: rotate(-90deg)
	}

#jwApp .hero--inner nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

	#jwApp .hero--inner nav ul {
		list-style: none;
			margin: 0;
	}

		#jwApp .hero--inner nav ul li {
			list-style: none;
			font-size: 18px;
			font-size: 1.8rem;
			line-height: 24px;
			line-height: 2.4rem;
			margin-bottom: 10px;
			padding: 5px 0
		}

			#jwApp .hero--inner nav ul li:first-of-type:not(.hide--md-up) a:after {
				content: none
			}

			#jwApp .hero--inner nav ul li a {
				color: #fff;
				opacity: .75;
				padding: 5px 0;
				display: inline-block;
				transition: opacity .3s ease-out;
				width: 100%;
				position: relative;
				z-index: 1
			}

				#jwApp .hero--inner nav ul li a:after {
					content: "";
					position: absolute;
					top: -10px;
					background: hsla(0,0%,100%,.15);
					width: 26px;
					height: 2px;
					left: 0
				}

@media only screen and (min-width:769px) {
	#jwApp .hero--inner nav ul li a.active:before {
		content: "";
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
		border-left: 28px solid #00338d
	}
}

#jwApp .hero--inner nav ul li a.active, #jwApp .hero--inner nav ul li a:hover {
	opacity: 1
}

@media only screen and (max-width:768px) {
	#jwApp .hero--inner nav {
		position: static;
		transform: none;
		width: 100%
	}

		#jwApp .hero--inner nav ul {
			overflow: visible;
			position: absolute;
			z-index: 10;
			display: none;
			width: 100%;
			padding: 0 40px;
			margin: 0;
		}

			#jwApp .hero--inner nav ul.active {
				display: block
			}

			#jwApp .hero--inner nav ul li:before {
				content: "";
				position: absolute;
				top: 0;
				left: -20px;
				width: 110%;
				height: 100%;
				background-color: #00338d
			}
}

@keyframes wipe-center {
	0% {
		transform: scaleX(0)
	}

	to {
		transform: scaleX(1)
	}
}

/* Footer overlay */
/*#jwApp .explore-blc:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3)
}*/

#jwApp .explore-blc nav {
	width: 100%;
	max-width: 1500px;
	z-index: 10
}

	#jwApp .explore-blc nav ul {
		display: flex;
		flex-direction: row;
		list-style: none !important;
		position: relative;
		margin: 0;
	}

		#jwApp .explore-blc nav ul li {
			list-style: none !important;
			z-index: 2;
			width: 16.66667%;
			position: relative
		}

			#jwApp .explore-blc nav ul li:after {
				content: "";
				width: 1px;
				height: 100%;
				position: absolute;
				bottom: 0;
				right: 0;
				background: hsla(0,0%,100%,.15)
			}

			#jwApp .explore-blc nav ul li:last-of-type:after {
				content: none
			}

@media only screen and (max-width:1024px) {
	#jwApp .explore-blc nav ul li:after {
		width: 25%;
		height: 2px;
		right: auto;
		left: 0
	}
}

#jwApp .explore-blc nav ul li:hover ~ .slider {
	opacity: 1
}

#jwApp .explore-blc nav ul li:first-child.active ~ .slider, #jwApp .explore-blc nav ul li:first-child:hover ~ .slider {
	transform: translateX(0)
}

#jwApp .explore-blc nav ul li:nth-child(2).active ~ .slider, #jwApp .explore-blc nav ul li:nth-child(2):hover ~ .slider {
	transform: translateX(100%)
}

#jwApp .explore-blc nav ul li:nth-child(3).active ~ .slider, #jwApp .explore-blc nav ul li:nth-child(3):hover ~ .slider {
	transform: translateX(200%)
}

#jwApp .explore-blc nav ul li:nth-child(4).active ~ .slider, #jwApp .explore-blc nav ul li:nth-child(4):hover ~ .slider {
	transform: translateX(300%)
}

#jwApp .explore-blc nav ul li:nth-child(5).active ~ .slider, #jwApp .explore-blc nav ul li:nth-child(5):hover ~ .slider {
	transform: translateX(400%)
}

#jwApp .explore-blc nav ul li:nth-child(6).active ~ .slider, #jwApp .explore-blc nav ul li:nth-child(6):hover ~ .slider {
	transform: translateX(500%)
}

#jwApp .explore-blc nav ul a {
	display: flex;
	flex-direction: column;
	min-height: 240px;
	height: 100%;
	justify-content: space-between;
	color: #fff;
	padding: 20px 25px
}

	#jwApp .explore-blc nav ul a h3 {
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 25px;
		line-height: 2.5rem
	}

@media only screen and (min-width:1025px) {
	#jwApp .explore-blc nav ul a h3 {
		margin-bottom: 10px
	}
}

#jwApp .explore-blc nav ul a .intro {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 23px;
	line-height: 2.3rem;
	margin-bottom: 10px
}

@media only screen and (max-width:1024px) {
	#jwApp .explore-blc nav ul a {
		flex-direction: row;
		align-items: center;
		padding: 10px 20px;
		min-height: auto
	}

		#jwApp .explore-blc nav ul a h3 {
			font-size: 16px;
			font-size: 1.6rem;
			line-height: 22px;
			line-height: 2.2rem
		}

		#jwApp .explore-blc nav ul a .round-button {
			height: 31px;
			width: 31px
		}
}

@media only screen and (max-width:1024px) {
	#jwApp .explore-blc nav ul {
		flex-wrap: wrap;
		flex-flow: row wrap
	}

		#jwApp .explore-blc nav ul li {
			width: 33.33%
		}

			#jwApp .explore-blc nav ul li a {
				height: auto
			}
}

@media only screen and (max-width:768px) {
	#jwApp .explore-blc nav ul {
		flex-wrap: nowrap;
		flex-flow: nowrap;
		flex-direction: column
	}

		#jwApp .explore-blc nav ul li {
			width: 100%
		}
}

#jwApp .explore-blc nav ul .slider {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 400px;
	width: 16.66667%;
	background: linear-gradient(0deg,rgba(0,0,0,.25) 65%,transparent);
	transition: opacity .5s ease-in-out,transform .75s ease-out;
	user-select: none;
	pointer-events: none;
	z-index: 1
}

@media only screen and (max-width:1024px) {
	#jwApp .explore-blc nav ul .slider {
		display: none
	}
}

@media only screen and (max-width:768px) {
	#jwApp .explore-blc {
		height: auto !important
	}

		#jwApp .explore-blc nav {
			position: relative
		}
}

#jwApp .explore-blc--footer {
	height: 335px;
	position: relative;
	background-image: url('https://assets.kpmg/content/dam/kpmg/uk/images/2018/03/board-leadership-centre/Bottom-October2019.jpg');
	background-size: cover;
	background-position: 100%
}

	#jwApp .explore-blc--footer h2 {
		margin-top: 50px;
		margin-bottom: 60px
	}

@media only screen and (min-width:769px) {
	#jwApp .explore-blc--footer nav {
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
		left: 50%
	}
}

#jwApp .explore-blc--footer nav ul a {
	min-height: auto;
	height: 170px
}

#jwApp .explore-blc--footer nav ul .slider {
	height: 250px;
	background: linear-gradient(0deg,hsla(0,0%,100%,.25) 65%,hsla(0,0%,100%,0))
}

#jwApp .article {
	margin-bottom: 20px
}

	#jwApp .article:last-of-type {
		margin-bottom: 40px
	}

#jwApp .article__sidebar {
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

#jwApp .article--small {
	margin-top: 10px;
	height: 16.66667%;
	position: relative
}

	#jwApp .article--small:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: hsla(0,0%,100%,.15)
	}

	#jwApp .article--small:last-of-type {
		margin-bottom: 0
	}

		#jwApp .article--small:last-of-type:after {
			content: none
		}

@media only screen and (max-width:1024px) {
	#jwApp .article--small {
		margin-bottom: 5px
	}
}

@media only screen and (max-width:480px) {
	#jwApp .article--small {
		padding-bottom: 20px
	}
}

#jwApp .article__image {
	margin-bottom: 40px
}

#jwApp .article__title h3 {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 25px;
	line-height: 2.5rem;
	margin-bottom: 20px
}

#jwApp .article__body p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 23px;
	line-height: 2.3rem;
	color: #f0f0f0;
	margin-top: 0;
	margin-bottom: 20px
}

#jwApp .contact {
	/*display: flex;
	align-items: center*/
}

#jwApp .contact__left {
	max-width: 120px
}

#jwApp .contact__right {
	padding-left: 25px
}

#jwApp .contact__name {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 25px;
	line-height: 2.5rem;
	font-weight: 700;
	/*margin-bottom: 10px*/
}

#jwApp .contact__email a, #jwApp .contact__number a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	margin-bottom: 5px;
	color: #333
}

#jwApp .contact__email svg, #jwApp .contact__number svg {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}

#jwApp .contact__number span {
	width: 16px;
	height: 16px
}

#jwApp .contact__email span {
	width: 16px;
	height: 11px;
	float: left
}

#jwApp .contact__email p {
	margin-left: 25px
}

@media only screen and (max-width:1024px) {
	#jwApp .contact {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:1025px) {
	#jwApp .contact {
		/*align-items: flex-start;
		flex-direction: column*/
	}

		#jwApp .contact .contact__right {
			padding-left: 0;
			margin-top: 10px
		}
}

@media only screen and (max-width:768px) {
	#jwApp .link-block {
		margin-bottom: 40px
	}
}

#jwApp .link-block__wrapper {
	position: relative;
	margin-bottom: 30px;
	padding-top: 208px
}

#jwApp .link-block__image {
	min-height: 270px;
	display: block;
	position: absolute;
	width: 100%;
	z-index: -1;
	top: 0
}

#jwApp .link-block__title {
	background: #fff;
	padding: 15px 30px 0 0;
	display: inline-block;
	max-width: 95%;
	max-width: calc(100% - 15px)
}

	#jwApp .link-block__title h3 {
		font-size: 45px;
		font-size: 4.5rem;
		line-height: 48px;
		line-height: 4.8rem;
		font-family: KPMG Light,Arial,Helvetica,sans-serif;
		margin-bottom: 0;
		color: #005eb8
	}

#jwApp .swiper {
	display: flex;
	flex-direction: row;
	width: 100%;
	/*height: 100%;*/
	padding-bottom: 80px
}

	#jwApp .swiper .swiper-arrow {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		cursor: pointer
	}

	#jwApp .swiper .swiper-arrow--next {
		left: 59px
	}

	#jwApp .swiper .swiper-arrow.swiper-button-disabled .round-button {
		opacity: .6;
		cursor: auto
	}

#jwApp .swiper-container--two-column {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

	#jwApp .swiper-container--two-column .swiper-slide {
		display: flex;
		flex-direction: column
	}

#jwApp .swiper-container--logos {
	flex-direction: column
}

	#jwApp .swiper-container--logos .swiper-wrapper {
		padding-bottom: 30px;
		align-items: center
	}

	#jwApp .swiper-container--logos .swiper-slide {
		justify-content: center
	}

		#jwApp .swiper-container--logos .swiper-slide img {
			max-height: 120px;
			width: auto
		}

#jwApp .swiper--cards {
	padding-bottom: 0
}

#jwApp .slider-item {
	width: 28%
}

@media only screen and (max-width:768px) {
	#jwApp .slider-item {
		width: 42%
	}
}

@media only screen and (max-width:480px) {
	#jwApp .slider-item {
		width: 86%
	}
}

#jwApp .slider-item__image {
	width: 100%
}

#jwApp .slider-item__info {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 150px;
	color: #fff;
	background-color: #00338d;
	overflow: hidden
}

#jwApp .slider-item__number {
	width: 70px;
	font-size: 54px;
	font-size: 5.4rem;
	line-height: 65px;
	line-height: 6.5rem;
	font-family: KPMG Light,Arial,Helvetica,sans-serif;
	font-weight: 100;
	position: relative;
	z-index: 1;
	text-align: center
}

	#jwApp .slider-item__number:before {
		content: "";
		position: absolute;
		top: -100%;
		left: 0;
		width: 100%;
		height: 300%;
		background-color: #0091da;
		z-index: -1
	}

#jwApp .slider-item__title {
	width: 290px;
	background-color: #00338d;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 25px;
	line-height: 2.5rem;
	padding: 10px 20px 10px 30px
}

#jwApp .slider-item--text-block {
	width: 100%;
	margin-bottom: 30px
}

	#jwApp .slider-item--text-block:last-of-type {
		margin-bottom: 0
	}

#jwApp .swiper-pagination-holder {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

#jwApp .swiper-pagination-holder--cards {
	margin-top: 40px
}

#jwApp .swiper-pagination-holder--right {
	justify-content: flex-end
}

#jwApp .swiper-pagination-holder .swiper-arrow, #jwApp .swiper-pagination-holder .swiper-pagination {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

#jwApp .swiper-pagination-holder .swiper-arrow--plain span {
	border: 0;
	color: #999
}

	#jwApp .swiper-pagination-holder .swiper-arrow--plain span .icon-stroke {
		stroke: #999
	}

#jwApp .swiper-pagination-holder .swiper-pagination {
	order: 1;
	flex-basis: 10%
}

#jwApp .swiper-pagination-holder .swiper-pagination--wide {
	flex-basis: 20%
}

#jwApp .swiper-pagination-holder .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	background: #005eb8;
	opacity: 1
}

#jwApp .swiper-pagination-holder .swiper-pagination-bullet-active {
	background: #0091da
}

@media only screen and (max-width:768px) {
	#jwApp .swiper-pagination-holder .swiper-pagination {
		flex-grow: 1
	}
}

#jwApp .swiper-pagination-holder .swiper-arrow--next {
	order: 2
}

#jwApp .multi-box {
	height: 400px;
	display: flex;
	flex-direction: row;
	width: 100%
}
@media only screen and (max-width:768px) {
	#jwApp .multi-box {
		display: block;
	}
}
@media only screen and (min-width:1025px) {
	#jwApp .multi-box {
		min-height: 400px
	}
}

#jwApp .multi-box__navbar {
	flex-basis: 30%;
	height: inherit
}

@media only screen and (min-width:1025px) {
	#jwApp .multi-box__navbar {
		min-height: inherit
	}
}

#jwApp .multi-box__navbar ul {
	margin: 0;
	list-style: none;
	/*display: flex;
	flex-direction: column;*/
	overflow-y: auto;
	height: inherit;
	position: relative;
	background-color: #00338d;
	margin:0;
}

@media only screen and (min-width:1025px) {
	#jwApp .multi-box__navbar ul {
		min-height: inherit;
		margin: 0;
	}
}

#jwApp .multi-box__navbar ul:before {
	content: "";
	background-color: #005eb8;
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}

#jwApp .multi-box__navbar ul li {
	position: relative;
	list-style:none;
}

	#jwApp .multi-box__navbar ul li.active .navbar__content:before, #jwApp .multi-box__navbar ul li:hover .navbar__content:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: .1;
		user-select: none
	}

	#jwApp .multi-box__navbar ul li .navbar__content {
		background-color: #00338d;
		display: flex;
		color: #fff;
		height: 100px;
		position: relative;
		cursor: pointer
	}

		#jwApp .multi-box__navbar ul li .navbar__content:after {
			content: "";
			position: absolute;
			height: 1px;
			width: 100%;
			background: hsla(0,0%,100%,.1);
			bottom: 0;
			left: 0
		}

		#jwApp .multi-box__navbar ul li .navbar__content span {
			align-content: center;
			display: flex;
			height: 100%;
			align-items: center
		}

		#jwApp .multi-box__navbar ul li .navbar__content .content__number {
			background-color: #005eb8;
			width: 50px;
			justify-content: center;
			flex-basis: 50px
		}

		#jwApp .multi-box__navbar ul li .navbar__content .content__title {
			padding: 0 12px;
			flex-basis: 75%
		}

#jwApp .multi-box__content {
	flex-basis: 70%;
	flex-direction: row;
	height: inherit;
	display: none
}

@media only screen and (min-width:1025px) {
	#jwApp .multi-box__content {
		min-height: inherit
	}
}

#jwApp .multi-box__content.active {
	display: flex
}

@media only screen and (max-width:768px) {
	#jwApp .multi-box__content.active {
		display: block
	}
}

#jwApp .multi-box__content .content__body {
	width: 65%;
	padding: 20px 25px;
	background-color: #f0f0f0
}

#jwApp .multi-box__content .content__body--full {
	width: 100%
}

#jwApp .multi-box__content .content__body h3 {
	font-size: 54px;
	font-size: 5.4rem;
	line-height: 65px;
	line-height: 6.5rem;
	font-family: KPMG Light,Arial,Helvetica,sans-serif;
	font-weight: 100;
	color: #00338d;
	margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
	#jwApp .multi-box__content .content__body h3 {
		font-size: 48px;
		font-size: 4.8rem;
		line-height: 58px;
		line-height: 5.8rem;
		margin-bottom: 20px
	}
}

#jwApp .multi-box__content .content__body p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
	margin-bottom: 20px;
	color: #333
}

#jwApp .multi-box__content .content__image {
	width: 35%;
	height: 100%;
	background-position: 100%;
	background-size: cover
}

@media only screen and (max-width:768px) {
	#jwApp .multi-box {
		height: auto;
		flex-direction: column
	}

	#jwApp .multi-box__navbar ul {
		overflow: visible;
		position: absolute;
		z-index: 10;
		display: none;
		width: calc(100% - 20px);
		margin: 0;
	}

		#jwApp .multi-box__navbar ul.active {
			display: block;
			max-height: 300px;
			overflow: auto
		}

		#jwApp .multi-box__navbar ul li {
			overflow: hidden;
			padding: 0 20px
		}

			#jwApp .multi-box__navbar ul li:before {
				content: "";
				position: absolute;
				top: 0;
				left: -20px;
				width: 110%;
				height: 100%;
				background-color: #00338d
			}

			#jwApp .multi-box__navbar ul li.active .navbar__content:before, #jwApp .multi-box__navbar ul li:hover .navbar__content:before {
				left: -20px;
				width: 110%
			}

			#jwApp .multi-box__navbar ul li .navbar__content {
				height: auto;
				padding: 10px 0;
				align-items: center
			}

				#jwApp .multi-box__navbar ul li .navbar__content .content__number {
					background-color: #00338d
				}

				#jwApp .multi-box__navbar ul li .navbar__content .content__title {
					flex-basis: 80%
				}

				#jwApp .multi-box__navbar ul li .navbar__content .content__arrow {
					width: 50px;
					justify-content: center
				}

				#jwApp .multi-box__navbar ul li .navbar__content:after {
					width: 110%;
					left: -20px;
					bottom: 0
				}

	#jwApp .multi-box__content {
		flex-direction: column-reverse
	}

		#jwApp .multi-box__content .content__body {
			width: 100%;
			/*padding: 25px 0;*/
			position: relative
		}

			#jwApp .multi-box__content .content__body:before {
				content: "";
				width: 110%;
				height: 100%;
				position: absolute;
				top: 0;
				left: -20px;
				background-color: #f0f0f0;
				z-index: -1
			}

		#jwApp .multi-box__content .content__image {
			width: 110%;
			height: 160px;
			background-size: cover;
			margin-left: -20px
		}
}

#jwApp .section--multibox--insights .multi-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("https://assets.kpmg/content/dam/kpmg/uk/images/2018/03/board-leadership-centre/Event/image--insights3.jpg");
	background-position: center right;
}

/*@media only screen and (max-width:768px) {
	#jwApp .section--multibox--questions .multi-box {
		height: auto;
		background-position: top 50px right;
	}
}*/

#jwApp .jw-section--multibox .multi-box__content {
	background-color: rgba(60,60,60,0.3);
	/*background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 30%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.4) 30%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1);*/
}

#jwApp .jw-section--multibox .multi-box__content .content__body {
	background-color: transparent;
	
}

#jwApp .jw-section--multibox .multi-box__content .content__body h3,
#jwApp .jw-section--multibox .multi-box__content .content__body p {
	color: #ffffff;
	margin-bottom: 25px !important;
}

#jwApp.ie .multi-box__navbar ul li .navbar__content .content__title {
	flex-basis: 67%
}

#jwApp .dropdown {
	background-color: #00338d;
	color: #fff !important;
	justify-content: space-between;
	height: 50px;
	position: relative
}

	#jwApp .dropdown div,
	#jwApp .dropdown span {
		color: #fff !important;
	}

@media only screen and (max-width:768px) {
	#jwApp .dropdown {
		display: flex !important
	}
}

#jwApp .dropdown--border {
	border: 1px solid #fff
}

	#jwApp .dropdown--border .dropdown__content {
		padding: 15px
	}

#jwApp .dropdown:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: -20px;
	left: -20px;
	background-color: #00338d;
	z-index: -1
}

	#jwApp .jw-section--multibox .dropdown:before {
		content: "";
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: transparent;
	}
	
#jwApp .dropdown.active .dropdown__arrow svg {
	transform: rotate(270deg) translateY(5px)
}


#jwApp .dropdown__arrow, #jwApp .dropdown__content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px
}

#jwApp .dropdown__arrow {
	background-color: #005eb8;
	padding-right: 10px;
}

	#jwApp .dropdown__arrow:before {
		content: "";
		width: 160%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #005eb8;
		z-index: -1
	}

	#jwApp .jw-section--multibox .dropdown__arrow:before {
		content: "";
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: transparent;
	}

	#jwApp .dropdown__arrow svg {
		transition: transform .3s ease-out;
		transform: rotate(90deg) translateY(-5px);
		transform-origin: center
	}

#jwApp .dropdown--hero.active .dropdown__content, #jwApp .dropdown--hero .dropdown__content--open {
	display: none
}

#jwApp .dropdown--hero.active .dropdown__content--open {
	display: flex
}

#jwApp .dropdown--hero .dropdown__content {
	width: 100%;
	justify-content: flex-start
}

#jwApp .dropdown--hero .dropdown__arrow {
	background-color: inherit
}

	#jwApp .dropdown--hero.active:after, #jwApp .dropdown--hero .dropdown__arrow:before {
		content: none
	}

@media only screen and (max-width:768px) {
	#jwApp .dropdown.show--md-down + ul {
		display: none
	}

		#jwApp .dropdown.show--md-down + ul.active {
			display: block;
		}
}

#jwApp .cta-card {
	position: relative
}

	#jwApp .cta-card .jw-button__primary {
		min-width: 100px
	}

#jwApp .cta-card__info {
	background-color: #f4f4f4;
	padding: 30px 40px
}

	#jwApp .cta-card__info h3 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 25px;
		line-height: 2.5rem;
		margin-bottom: 30px
	}

@media only screen and (min-width:769px) {
	#jwApp .cta-card__info h3 {
		min-height: 7.5rem
	}
}

@media only screen and (min-width:769px) {
	#jwApp .cta-card__info {
		margin-bottom: 20px
	}
}

#jwApp .cta-card__info p {
	margin-top: 0;
	margin-bottom: 30px
}

#jwApp .cta-card__info .button-list span {
	margin-right: 10px
}

#jwApp .cta-card__image {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center
}

	#jwApp .cta-card__image h1, #jwApp .cta-card__image h2, #jwApp .cta-card__image h3, #jwApp .cta-card__image h4, #jwApp .cta-card__image h5, #jwApp .cta-card__image h6 {
		margin-bottom: 0;
		color: #fff;
		padding: 0 50px
	}

@media only screen and (max-width:768px) {
	#jwApp .cta-card {
		margin-bottom: 30px
	}
}

#jwApp .cta-card--border-blue .cta-card__info {
	border-left: 8px solid #005eb8
}

#jwApp .cta-card--border-dark-blue .cta-card__info {
	border-left: 8px solid #00338d
}

#jwApp .cta-card--blue .cta-card__info {
	background-color: #00338d
}

	#jwApp .cta-card--blue .cta-card__info h3 {
		color: #fff
	}

@media only screen and (max-width:768px) {
	#jwApp .cta-card--connect {
		margin-top: 30px
	}
}

#jwApp .col-xs-12:last-child .cta-card, #jwApp .col-xs-12:only-child .cta-card {
	margin-bottom: 0
}

#jwApp .map-holder {
	overflow: visible;
	will-change: transform
}

#jwApp .map-holder--animate {
	overflow: hidden
}

#jwApp .map-holder--europe .map .dots-holder, #jwApp .map-holder--europe .map img {
	transform: scale(4) translate3d(0,15%,0)
}

#jwApp .map-holder--europe .map .dot {
	transform: scale(.3)
}

#jwApp .map-holder--europe .map .dot--active {
	transform: scale(.4)
}

#jwApp .map-back {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #999;
	font-family: monospace;
	z-index: 10;
	opacity: 1;
	transition: opacity .3s ease-out;
	color: #999;
	cursor: pointer;
	visibility: visible;
	will-change: opacity,visibility
}

	#jwApp .map-back svg {
		transform: translate3d(-50%,-50%,0) rotate(270deg);
		position: absolute;
		top: 50%;
		left: 50%
	}

		#jwApp .map-back svg path {
			fill: #999
		}

	#jwApp .map-back:hover {
		background: #005eb8;
		color: #fff
	}

		#jwApp .map-back:hover path {
			fill: #fff
		}

#jwApp .map-hidden {
	opacity: 0;
	visibility: hidden
}

#jwApp .map {
	position: relative;
	backface-visibility: hidden
}

#jwApp .map-arrows {
	flex-basis: 20%;
	background-color: #0091da;
	flex-direction: column;
	height: 100px;
	cursor: pointer;
	user-select: none
}

	#jwApp .map-arrows, #jwApp .map-arrows div {
		display: flex;
		justify-content: center;
		align-items: center
	}

		#jwApp .map-arrows div {
			width: 100%;
			height: 50%
		}

			#jwApp .map-arrows div.up-arrow svg {
				transform: rotate(-90deg);
				transform-origin: 50% 50%
			}

			#jwApp .map-arrows div.down-arrow svg {
				transform: rotate(90deg);
				transform-origin: 50% 50%
			}

			#jwApp .map-arrows div:hover {
				background-color: #00a3e2
			}

#jwApp .map img {
	transition: transform 1s ease-out;
	transform: translateZ(0);
	will-change: transform;
	backface-visibility: hidden
}

#jwApp .map-info {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 340px;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: flex-end
}

@media only screen and (max-width:768px) {
	#jwApp .map-info {
		position: relative;
		top: 0;
		transform: translate(0)
	}
}

#jwApp .map-info-holder {
	overflow: visible
}

	#jwApp .map-info-holder:before {
		content: "";
		position: absolute;
		right: -50%;
		width: 100%;
		height: 100%;
		background-color: #f0f0f0
	}

#jwApp .map-info__number {
	color: inherit
}

	#jwApp .map-info__number .active {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 25px;
		line-height: 2.5rem;
		vertical-align: text-top;
		padding-right: 5px
	}

#jwApp .map-info__content {
	color: inherit
}

	#jwApp .map-info__content .country {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 25px;
		line-height: 2.5rem;
		margin-bottom: 20px
	}

@media only screen and (max-width:1024px) {
	#jwApp .map-info__content .country {
		font-size: 20px;
		font-size: 2rem;
		line-height: 20px;
		line-height: 2rem
	}
}

#jwApp .map-info__content a {
	color: inherit
}

#jwApp .map-info__image {
	background-color: #999;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	max-width: 270px;
	flex-basis: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 30px
}

#jwApp .dots-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: transform 1s ease-out;
	transform: translateZ(0);
	will-change: transform;
	backface-visibility: hidden
}

@media only screen and (max-width:768px) {
	#jwApp .dots-holder {
		transform: translate(-1%,-1%)
	}
}

#jwApp .dot {
	position: absolute;
	background-color: #999;
	opacity: .5;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: translateZ(0);
	transform-origin: center;
	opacity: 1;
	cursor: pointer;
	transition: transform .3s ease-out,opacity .3s ease-out,background-color .3s ease-out;
	will-change: transform,opacity;
	backface-visibility: hidden
}

	#jwApp .dot:hover {
		z-index: 5
	}

		#jwApp .dot:hover .dot__name {
			opacity: 1
		}

	#jwApp .dot .dot__name {
		position: absolute;
		top: -30px;
		left: 50%;
		background: #1993d7;
		padding: 4px;
		color: #fff;
		transform: translateX(-50%) translateZ(0);
		white-space: nowrap;
		pointer-events: none;
		opacity: 0;
		transition: opacity .3s ease-out
	}

	#jwApp .dot .dot__name-container {
		position: relative;
		transition: transform .3s
	}

	#jwApp .dot .arrow_box:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136,183,213,0);
		border-top-color: #1993d7;
		border-width: 5px;
		margin-left: -5px
	}

	#jwApp .dot:hover {
		background-color: #0091da
	}

#jwApp .dot--active {
	cursor: auto;
	transform: scale(1.5) translateZ(0);
	animation: ripple 1.5s linear infinite
}

	#jwApp .dot--active, #jwApp .dot--active:hover {
		background-color: #005eb8
	}

		#jwApp .dot--active .dot__name-container {
			transform: scale(.7)
		}

#jwApp .dot--small {
	transform: scale(.3) translateZ(0);
	will-change: transform,opacity,user-select,pointer-events
}

#jwApp .dot--hidden {
	opacity: 0;
	user-select: none
}

#jwApp .dot--hide-until-animate {
	opacity: 0;
	user-select: none;
	pointer-events: none
}

#jwApp .dot--hide-when-animate {
	display: none
}

#jwApp .dot--europe {
	width: 37px;
	height: 37px;
	background-color: #f0f0f0;
	border: 1px solid #999
}

	#jwApp .dot--europe:before {
		content: "+";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 24px;
		color: #999;
		font-weight: 100;
		font-family: monospace
	}

	#jwApp .dot--europe:hover {
		background-color: #005eb8
	}

		#jwApp .dot--europe:hover:before {
			color: #fff
		}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(0,145,218,.25),0 0 0 15px rgba(0,145,218,.2)
	}

	to {
		box-shadow: 0 0 0 15px rgba(0,145,218,.2),0 0 0 30px rgba(0,145,218,0)
	}
}

#jwApp .card .button-list p {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#jwApp .card .card__title {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 25px;
	line-height: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #222;
	max-width: 75%
}

#jwApp .card .card__content {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start
}

#jwApp .card .card__image {
	min-height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center
}

#jwApp.ie .card .card__image {
	height: 250px
}