@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

/*
	Solid State by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/




/*
Ergänzungen
*/

/*Signatur über mich section*/
.signature {
	margin-top: 2rem;
	font-size: 1.15rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.75;
	margin-bottom: 3rem;
}

/*REALITÄT -> IDENTITÄT Flowdiagramm*/
.identity-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4rem auto 3.5rem;
}

.identity-flow__item {
  font-size: 1.25rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.82);
  padding: 0.35rem 0;
  text-align: center;
}

.calendly-popup {
	position: relative;
	overflow: hidden;
	border-radius: 1.1rem;
}

.calendly-popup::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #ffffff;
	border-radius: 1.1rem;
	box-shadow: 0 1rem 2.6rem rgba(20, 21, 30, 0.18);
	pointer-events: none;
}

.calendly-popup > * {
	position: relative;
	z-index: 1;
}

.calendly-popup iframe,
.calendly-popup .calendly-popup-content,
.calendly-popup .calendly-spinner {
	border-radius: 1.1rem;
}

button.calendly-custom-close,
.calendly-custom-close {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	max-width: max-content;
	gap: 0.55rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(49, 50, 64, 0.16);
	border-radius: 999px;
	background: #ffffff !important;
	color: #2e3141 !important;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: none;
	text-shadow: none;
	opacity: 0;
	box-shadow: 0 0.75rem 1.8rem rgba(20, 21, 30, 0.2);
	cursor: pointer;
	white-space: nowrap;
	transform: translateY(-0.2rem);
	transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.2s ease, color 0.2s ease;
}

button.calendly-custom-close.is-visible,
.calendly-custom-close.is-visible {
	opacity: 0.82;
	transform: translateY(0);
}

button.calendly-custom-close:hover,
button.calendly-custom-close:focus-visible,
.calendly-custom-close:hover,
.calendly-custom-close:focus-visible {
	background: #ffffff;
	border-color: rgba(49, 50, 64, 0.3);
	color: #2e3141 !important;
}

.calendly-custom-close__label {
	white-space: nowrap;
	color: #2e3141 !important;
	opacity: 1;
}

.calendly-custom-close__icon {
	font-size: 0.95rem;
	line-height: 1;
	color: #2e3141 !important;
	opacity: 1;
}

.identity-flow__item--strong {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
}

/* Linie */
.identity-flow__connector {
  width: 1px;
  height: 3rem;   /* vorher ca. 1.6rem */
  background: rgba(255, 255, 255, 0.22);
  position: relative;
  margin: 0.4rem 0;
}

/* Pfeilspitze */
.identity-flow__connector::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;

  width: 0.7rem;   /* größer */
  height: 0.7rem;

  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);

  transform: translateX(-50%) rotate(45deg);
}

.identity-flow-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.identity-flow-copy {
  flex: 1 1 34rem;
  order: 1;
}

.identity-flow-visual {
  flex: 0 1 22rem;
  display: flex;
  justify-content: flex-end;
  order: 2;
}

@media screen and (max-width: 736px) {
  .identity-flow-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 1.6rem;
  }

  .identity-flow-visual {
    order: 1;
    justify-content: center;
  }

  .identity-flow-copy {
    order: 2;
  }

  .calendly-custom-close {
    top: 0.7rem;
    left: 0.7rem;
    right: auto;
    width: auto;
    max-width: max-content;
    padding: 0.42rem 0.65rem;
    font-size: 0.6rem;
    letter-spacing: 0.01em;
  }
}

/* Steps styling */

:root {

/*	/*INDEX*/
    /* aktiv: fixer Header auf allen Seiten, sobald #header nicht .alt ist */
    --bg-header-solid: rgba(49, 50, 64, 0.95);/*rgba(53, 56, 73, 0.95);*/
	/* HOMEPAGE: START & ENDE JOURNEY, wrapper backgrounds: aktiv in .wrapper.style7 und .wrapper.spotlight */
	/* aktiv: Startseite "Wo Identität im Leben wirksam wird" als .wrapper.style7, Startseite "Ursache und Wirkung werden oft verwechselt" als .wrapper.spotlight.style1 über .wrapper.spotlight-Basis */
    --bg-wrapper-style7: #505767;/*#4c5c96;*/
    /* HOMEPAGE: NACH START & VOR ENDE JOURNEY, spotlight backgrounds: aktiv in .wrapper.spotlight.style2 */
	/* aktiv: Startseite "Was mit Identität gemeint ist" und "3 Schritte zur bewussten Identität" als .wrapper.spotlight.style2 */
    --bg-spotlight-style2: #4A4E5B;/*#45558d;*/
    /*HOMEPAGE: MITTE JOURNEY, wrapper backgrounds: aktiv in .wrapper.style8; zusaetzlich definiert fuer .wrapper.spotlight.style3 */
	/* aktiv: Startseite "Identität prägt Realität" als .wrapper.style8; derzeit nicht verwendet als .wrapper.spotlight.style3 */
    --bg-wrapper-style8: #44444f;/*#3f4e85;*/
    /* HOMEPAGE - ÜBER MICH, page backgrounds: aktiv in body, #banner <=1280, #wrapper > header <=1280, .wrapper, .wrapper.spotlight.style7, #footer */
    /*Warm Taupe: .wrapper.spotlight.style7 auf Startseite "Über mich" & alle Cards*/
	--bg-wrapper-taupe: #a2907e;

	/*BODY von allen Unterseiten bzw Banner*/
	--bg-site-base: #2e3141; /* aktiv: body auf allen Seiten, #banner <=1280px auf Startseite, #wrapper > header <=1280px auf Unterseiten, #footer <=1280px auf allen Seiten, .wrapper-Basis auf agb/datenschutz/faq/fundamente/impressum/kontakt/ueber-mario-genner/zusammenarbeit */


    /* backgrounds */
    --color-bg-dark: #1d1d1d;
    --bg-site-overlay: rgba(46, 49, 65, 0.8); /* aktiv: Bild-Overlay für body auf allen Seiten, #banner <=1280px auf Startseite, #wrapper > header <=1280px auf Unterseiten, #footer <=1280px auf allen Seiten */
    --bg-menu-overlay: rgba(46, 49, 65, 0.34); /* aktiv: Menü-Overlay auf allen Seiten */
    --bg-menu-panel: rgba(46, 49, 65, 0.98); /* aktiv: Menü-Sidepanel auf allen Seiten */

	/*NOT USED*/
	--bg-wrapper-style2: #353849; /* derzeit nicht verwendet: .wrapper.style2, .features article und .packages article kommen aktuell in keiner HTML-Datei vor */
    --bg-wrapper-style3: #3d4051; /* derzeit nicht verwendet: .wrapper.style3 */
    --bg-wrapper-style4: #454858; /* derzeit nicht verwendet: .wrapper.style4 */
    --bg-wrapper-style5: #4d5060; /* derzeit nicht verwendet: .wrapper.style5 */
    --bg-wrapper-style6: #555867; /* derzeit nicht verwendet: .wrapper.style6 */
    --bg-spotlight-style4: #39477c; /* derzeit nicht verwendet: .wrapper.spotlight.style4 */
    --bg-spotlight-style5: #324072; /* derzeit nicht verwendet: .wrapper.spotlight.style5 */
    --bg-spotlight-style6: #2d3a69; /* derzeit nicht verwendet: .wrapper.spotlight.style6 */

    --bg-features-card: var(--bg-wrapper-style2); /* derzeit nicht verwendet: .features article und .packages article kommen aktuell in keiner HTML-Datei vor */
 
	/*Cards - TAUPE von --bg-wrapper-taupe*/
	--color-card-bg: rgba(162, 144, 126, 0.13);/*rgba(234, 226, 206, 0.85);*/
   	--color-card-bg-active: rgba(162, 144, 126, 0.23);
	--color-card-price-bg: rgba(255, 255, 255, 0.44);

    /* text */
    --color-text-strong: rgba(255, 255, 255, 1); /*rgba(52, 44, 34, 0.98);*/
    --color-text-middle: rgba(255,255,255,0.86); /*rgba(70, 60, 45, 0.92);*/
    --color-text-light: rgba(255,255,255,0.54);/*rgba(120, 105, 80, 0.75);*/

    /* border */
    --color-border-subtle: rgba(162, 144, 126, 0.18); /*TAUPE von --bg-wrapper-taupe*/
}

.steps {
  max-width: 700px;
  margin: 0 auto 2em auto;
  text-align: left;
}

.steps-premium {
  max-width: 700px;
  margin: 0 0 2em 0;
  text-align: left;
}

.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0.95rem;
  margin-bottom: 1rem;
  align-items: start;
}

.steps .nr,
.steps-premium .nr {
  opacity: 0.82;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.96rem;
  font-weight: 550;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.steps .step h3,
.steps-premium .step h3 {
  margin: 0.05rem 0 0;
  color: rgba(255,255,255,0.98);
  font-size: 1.16rem;
  font-weight: 550;
  letter-spacing: 0.012em;
  line-height: 1.38;
  text-transform: none;
}

@media screen and (max-width: 736px) {
  .step {
    grid-template-columns: 52px 1fr;
    gap: 0.8rem;
  }

  .steps .nr,
  .steps-premium .nr {
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.12em;
  }

  .steps .step h3,
  .steps-premium .step h3 {
    font-size: 1.02rem;
    font-weight: 500;
    letter-spacing: 0.008em;
    line-height: 1.34;
  }
}

/*QUOTES*/
.premium-quote {
  font-size: 22px;
  line-height: 1.6;
  max-width: 700px;
  margin: 40px auto;
  text-align: left;
  font-weight: 300;
  margin-left:0;
}

.premium-quote span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.9;
  letter-spacing: 2px;
}

/*Logo*/
.logo img {
  max-width: 130px;
  height: auto;
  background: transparent;
}

.logo {
  border-bottom: none !important;
}

.logo:before {
  display: none !important;
}

.logo logo {
  border-bottom: none !important;
}

/*IMAGE CREDITs*/
.unsplash-credit{
  font-size:11px;
  color:#777;
  text-align:right;
  margin-top: 0;
  margin-bottom:10px;
  white-space:nowrap;        /* verhindert Zeilenumbruch */
}

/* Links komplett zurücksetzen */
.unsplash-credit a{
  all:unset;
  display:inline !important;
  white-space:nowrap;
  font-size:11px;
  color:#777;
  text-decoration:underline;
  cursor:pointer;
}

/* optional hover */
.unsplash-credit a:hover{
  color:#555;
}

.image{
  margin-bottom:0 !important;
}

/* FAQ */

.faq-intro{
	max-width:48rem;
	margin:0 0 3rem 0;
}

.faq{
	max-width:52rem;
	margin:0 0 4.75rem 0;
}

.faq details{
	border-top:1px solid rgba(255,255,255,0.18);
	padding:1.15rem 0 1.2rem 0;
}

.faq details:first-child{
	border-top:none;
	padding-top:0;
}

.faq details:last-child{
	border-bottom:none;
	padding-bottom:0;
}

.faq summary{
	cursor:pointer;
	list-style:none;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:1.5rem;
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.92rem;
	font-weight:500;
	letter-spacing:0.04em;
	line-height:1.55;
	text-transform:uppercase;
}

.faq summary::-webkit-details-marker{
	display:none;
}

.faq summary::after{
	content:"+";
	flex:0 0 auto;
	color:rgba(255,255,255,0.72);
	font-family:Raleway, Helvetica, sans-serif;
	display:inline-block;
	font-size:2.2em !important;
	font-weight:550 !important;
	line-height:1;
	transition:transform 0.24s ease, color 0.24s ease;
}

.faq details[open] summary::after{
	transform:rotate(45deg);
	color:#ffffff;
}

.faq-answer{
	margin-top:0.9rem;
	max-width:46rem;
	padding:1.1rem 1.2rem 1.05rem 1.2rem;
	background:rgba(214, 197, 168, 0.13);
	border-radius:0.9rem;
	color:rgba(255,255,255,0.86);
	font-size:1rem;
	line-height:1.72;
}

.faq-answer p:last-child,
.faq-answer ul:last-child{
	margin-bottom:0;
}

.faq-answer ul{
	margin:0.85rem 0 1rem 1.15rem;
}

.faq-answer li{
	margin:0 0 0.55rem 0;
	padding-left:0.15rem;
}

.faq-callout{
	max-width:52rem;
	margin-top:0;
}

/*H2 MG als H1 anzeigen in Header*/
.site-name {
	font-size: 0.75em;
}

.btn-primary,
.btn-secondary{
    width:fit-content;
}

/* Premium CTA Button */

.cta-premium {
    display: inline-block;
    margin-top: 2.4em;

    padding: 0.85em 1.7em;

    border: 1px solid rgba(255,255,255,0.58);
    border-radius: 40px;
    background: rgba(255,255,255,0.22);

    color: rgba(255,255,255,0.96);
    text-decoration: none;

    font-family: Raleway, Helvetica, sans-serif;
    font-size: 0.72em;
    font-weight: 525;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    transition: all 0.25s ease;
}

/* dezenter Hover Effekt */

#banner .cta-premium:hover {
    border-color: white;
    background: rgba(255,255,255,0.12);
}

.cta-wrapper{
    display:flex;
    flex-direction:column;
    gap:22px;
	margin-top:0px;
	margin-bottom:40px;
}

.cta-wrapper-start,
.cta-wrapper-flexstart{
    align-items:flex-start;
}

.cta-wrapper-flexend{
    align-items:flex-end;
}

/* Primary CTA */

.btn-primary{
    padding:14px 34px;
    border-radius:40px;
    background:white;
    color:#2f2f32;
    font-weight:600;
    letter-spacing:0.04em;
    text-decoration:none;
    transition:all .25s ease;
    border:1px solid rgba(255,255,255,0.6);
}

.btn-primary:hover{
    background:rgba(255,255,255,0.92);
    color:#2f2f32 !important;
    transform:translateY(-1px);
    box-shadow:none;
}


/* Secondary CTA */

.btn-secondary{
    display:flex;
    align-items:center;
    gap:12px;
    color:white;
    opacity:0.95;
    font-size:16px;
    letter-spacing:0.06em;
    text-decoration:none;
    transition:all .25s ease;
	border-bottom:none;
}

.btn-secondary:hover{
    opacity:1;
}

.arrow-circle{
    width:32px;
    height:32px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.5);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

/* Home journey navigation */

.home-journey{
	position:fixed;
	top:50%;
	right:1.8rem;
	z-index:1002;
	width:auto;
	transform:translate3d(.4rem, -50%, 0);
	opacity:0;
	pointer-events:none;
	transition:opacity .3s ease, transform .3s ease;
}

.home-journey.is-ready.is-visible{
	opacity:1;
	transform:translate3d(0, -50%, 0);
}

body.is-menu-visible .home-journey{
	opacity:0 !important;
	pointer-events:none !important;
	visibility:hidden;
}

.home-journey__panel{
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	gap:1.1rem;
	padding:0;
	text-align:right;
}

.home-journey__groups{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:1.15rem;
	order:1;
	width:max-content;
}

.home-journey__cluster{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:.45rem;
}

.home-journey__cluster-label{
	margin:0;
	color:rgba(255,255,255,0.44);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:.54rem;
	font-weight:500;
	letter-spacing:.16em;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	transition:color .24s ease, opacity .24s ease;
}

.home-journey__cluster.is-active .home-journey__cluster-label{
	color:rgba(255,255,255,0.88);
	font-weight:600;
}

.home-journey__current{
	position:static;
	order:2;
	width:11rem;
	max-width:none;
	min-height:2.9em;
	margin:0;
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:.92rem;
	font-weight:400;
	letter-spacing:.02em;
	line-height:1.45;
	text-align:right;
	text-transform:none;
	text-shadow:none;
}

.home-journey__list{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:1.35rem;
	margin:0;
	padding:0;
	list-style:none;
}

.home-journey__list--model{
	padding:.72rem .62rem;
	border:1px solid rgba(255,255,255,0.2);
	border-radius:1rem;
	background:rgba(255,255,255,0.01);
	transition:border-color .24s ease, background-color .24s ease;
}

.home-journey__cluster.is-active .home-journey__list--model{
	border-color:rgba(255,255,255,0.6);
	background:rgba(255,255,255,0.055);
}

.home-journey__item{
	display:flex;
	justify-content:center;
	margin:0;
	padding:0;
}

.home-journey__link{
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	min-width:1.05rem;
	padding:0;
	border-bottom:none;
	text-decoration:none;
	pointer-events:none;
}

.home-journey.is-visible .home-journey__link{
	pointer-events:auto;
}

.home-journey__dot{
	display:block;
	width:.7rem;
	height:.7rem;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:999px;
	background:transparent;
	opacity:.62;
	box-shadow:0 0 0 0 rgba(255,255,255,0);
	transition:opacity .24s ease, background-color .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease;
}

.home-journey__label{
	display:none;
}

.home-journey__item.is-active .home-journey__dot{
	border-color:#ffffff;
	background:rgba(255,255,255,0.9);
	opacity:.96;
	transform:scale(1.08);
	box-shadow:none;
}

.home-journey__item.is-complete .home-journey__dot{
	opacity:.62;
	border-color:rgba(255,255,255,0.5);
	background:transparent;
	box-shadow:none;
	transform:none;
}

body.has-journey-nav #footer{
	scroll-margin-bottom:6rem;
}

@media screen and (max-width:1280px){

	.home-journey{
		right:1.35rem;
	}

	.home-journey__current{
		width:9rem;
		min-height:2.9em;
	}

}

@media screen and (max-width:980px){

	body.has-journey-nav{
		padding-bottom:5.4rem;
	}

	.home-journey{
		top:auto;
		right:auto;
		bottom:.95rem;
		left:50%;
		width:auto;
		transform:translate3d(-50%, .45rem, 0);
	}

	.home-journey.is-ready.is-visible{
		transform:translate3d(-50%, 0, 0);
	}

	.home-journey__panel{
		display:flex;
		flex-direction:column;
		align-items:center;
		gap:.45rem;
		padding:.65rem .95rem .6rem;
		border-radius:999px;
		background:rgba(46,49,65,0.62);
		box-shadow:none;
		backdrop-filter:blur(10px);
		-webkit-backdrop-filter:blur(10px);
	}

	.home-journey__groups{
		flex-direction:column;
		align-items:center;
		gap:.45rem;
	}

	.home-journey__cluster{
		align-items:center;
		gap:.24rem;
	}

	.home-journey__cluster-label{
		font-size:.42rem;
		letter-spacing:.14em;
		text-align:center;
	}

	.home-journey__current{
		position:static;
		width:auto;
		min-height:0;
		font-size:.7rem;
		letter-spacing:.02em;
		text-align:center;
		transform:none;
	}

	.home-journey__list{
		flex-direction:row;
		justify-content:space-between;
		gap:.8rem;
		padding:0 .05rem;
	}

	.home-journey__list--model{
		padding:.34rem .44rem;
		gap:.58rem;
		border-radius:999px;
	}

	.home-journey__cluster.is-active .home-journey__list--model{
		border-color:rgba(255,255,255,0.52);
		background:rgba(255,255,255,0.04);
	}

	.home-journey__link{
		width:auto;
		padding:0;
	}

	.home-journey__dot{
		width:.54rem;
		height:.54rem;
		background:rgba(46,49,65,0.18);
		opacity:.42;
	}

}

@media screen and (max-width:480px){

	.home-journey{
		bottom:.7rem;
	}

	.home-journey__panel{
		padding:.58rem .78rem .55rem;
	}

	.home-journey__current{
		font-size:.66rem;
	}

}

/*Scrollen smooth und nicht dran kleben*/
html{
    scroll-behavior:smooth;
}

section{
    scroll-margin-top:80px;
}
/*
END Ergänzungen
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-color: var(--bg-site-base);
		background-image: linear-gradient(to top, var(--bg-site-overlay), var(--bg-site-overlay)), url("../../images/identitaet-klarheit-coaching.jpg");/*("../../images/bg.jpg");*/
		background-size: auto,
 cover;
		background-attachment: fixed,
 fixed;
		background-position: center,
 center;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: #ffffff;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16.5pt;
		font-weight: 300;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 980px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 480px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
		color: #ffffff;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #ffffff !important;
		}

		a.special:not(.button) {
			text-decoration: none;
			border-bottom: 0;
			display: block;
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 0.8em;
			font-weight: 700;
			letter-spacing: 0.1em;
			margin: 0 0 2em 0;
			text-transform: uppercase;
		}

			a.special:not(.button):before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			a.special:not(.button):before {
				-moz-transition: background-color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out;
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 0.125);
				content: '\f105';
				display: inline-block;
				font-size: 1.25em;
				height: 2em;
				line-height: 1.75em;
				margin-right: 0.85em;
				text-align: center;
				text-indent: 0.15em;
				vertical-align: middle;
				width: 2em;
			}

			a.special:not(.button):hover:before {
				background-color: rgba(255, 255, 255, 0.025);
			}

			a.special:not(.button):active:before {
				background-color: rgba(255, 255, 255, 0.075);
			}

	strong, b {
		color: #ffffff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-family: Raleway, Helvetica, sans-serif;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			border-bottom: 0;
		}

		h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
			font-weight: 200;
		}

		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
			padding-bottom: 1em;
			border-bottom: solid 2px rgba(255, 255, 255, 0.125);
		}

	h2 {
		font-size: 1.2em;
	}

	h3 {
		font-size: 0.9em;
	}

	h4 {
		font-size: 0.7em;
	}

	h5 {
		font-size: 0.7em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1em;
		}

		h3 {
			font-size: 0.8em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.125);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.025);
		border-radius: 5px;
		border: solid 2px rgba(255, 255, 255, 0.125);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 2px rgba(255, 255, 255, 0.125);
		margin: 2.5em 0;
	}

		hr.major {
			margin: 4em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.4375em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.4375em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.4375em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.4375em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -0.875em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 0.875em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.875em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.875em;
				}

		.row {
			margin-top: 0;
			margin-left: -1.75em;
		}

			.row > * {
				padding: 0 0 0 1.75em;
			}

			.row.gtr-uniform {
				margin-top: -1.75em;
			}

				.row.gtr-uniform > * {
					padding-top: 1.75em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -2.625em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 2.625em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -2.625em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.625em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -3.5em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 3.5em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -3.5em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3.5em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.4375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.4375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.4375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.4375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.875em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.875em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.875em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.875em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.75em;
				}

					.row > * {
						padding: 0 0 0 1.75em;
					}

					.row.gtr-uniform {
						margin-top: -1.75em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.75em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.625em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.625em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.625em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.625em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3.5em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.4375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.4375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.4375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.4375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.875em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.875em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.875em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.875em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.75em;
				}

					.row > * {
						padding: 0 0 0 1.75em;
					}

					.row.gtr-uniform {
						margin-top: -1.75em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.75em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.625em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.625em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.625em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.625em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3.5em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.4375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.4375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.4375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.4375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.875em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.875em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.875em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.875em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.75em;
				}

					.row > * {
						padding: 0 0 0 1.75em;
					}

					.row.gtr-uniform {
						margin-top: -1.75em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.75em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.625em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.625em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.625em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.625em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3.5em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

		@media screen and (max-width: 360px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xxsmall {
					order: -1;
				}

				.row > .col-1-xxsmall {
					width: 8.33333%;
				}

				.row > .off-1-xxsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xxsmall {
					width: 16.66667%;
				}

				.row > .off-2-xxsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xxsmall {
					width: 25%;
				}

				.row > .off-3-xxsmall {
					margin-left: 25%;
				}

				.row > .col-4-xxsmall {
					width: 33.33333%;
				}

				.row > .off-4-xxsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xxsmall {
					width: 41.66667%;
				}

				.row > .off-5-xxsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xxsmall {
					width: 50%;
				}

				.row > .off-6-xxsmall {
					margin-left: 50%;
				}

				.row > .col-7-xxsmall {
					width: 58.33333%;
				}

				.row > .off-7-xxsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xxsmall {
					width: 66.66667%;
				}

				.row > .off-8-xxsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xxsmall {
					width: 75%;
				}

				.row > .off-9-xxsmall {
					margin-left: 75%;
				}

				.row > .col-10-xxsmall {
					width: 83.33333%;
				}

				.row > .off-10-xxsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xxsmall {
					width: 91.66667%;
				}

				.row > .off-11-xxsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xxsmall {
					width: 100%;
				}

				.row > .off-12-xxsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		color: #ffffff;
		display: block;
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin: 0 0 0.7em 0;
		text-transform: uppercase;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(255, 255, 255, 0.025);
		border-radius: 5px;
		border: none;
		border: solid 2px rgba(255, 255, 255, 0.125);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #5b6ba6;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.125)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #2e3141;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-family: "Source Sans Pro", Helvetica, sans-serif;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(255, 255, 255, 0.025);
				border-radius: 5px;
				border: solid 2px rgba(255, 255, 255, 0.125);
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff;
			border-color: #ffffff;
			content: '\f00c';
			color: #2e3141;
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #4c5c96;
		}

	input[type="checkbox"] + label:before {
		border-radius: 5px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.35) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.35) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.35) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.35) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 5px;
		border: solid 2px rgba(255, 255, 255, 0.125);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border-radius: 5px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 5px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.9em;
	}

		ol li {
			margin-bottom: 0.7em;
			padding-left: 0.5em;
		}

			ol li::marker {
				color: rgba(255, 255, 255, 0.58);
				font-family: Raleway, Helvetica, sans-serif;
				font-size: 0.78em;
				font-style: normal;
				font-weight: 300;
				letter-spacing: 0.12em;
			}

			ol li:last-child {
				margin-bottom: 0;
			}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.125);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 1.25em;
			}

/* Contact */

	ul.contact {
		list-style: none;
		padding: 0;
	}

		ul.contact li {
			text-decoration: none;
			margin: 2.5em 0 0 0;
			padding: 0 0 0 3.25em;
			position: relative;
		}

			ul.contact li:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 400;
			}

			ul.contact li:before {
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 0.125);
				display: inline-block;
				font-size: 0.8em;
				height: 2.5em;
				left: 0;
				line-height: 2.35em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.5em;
			}

			ul.contact li:first-child {
				margin-top: 0;
			}

		@media screen and (max-width: 736px) {

			ul.contact li {
				margin: 1.5em 0 0 0;
			}

		}

/* Pagination */

	ul.pagination {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.pagination li {
			display: inline-block;
			padding-left: 0;
			vertical-align: middle;
		}

			ul.pagination li > .page {
				-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				border-bottom: 0;
				border-radius: 5px;
				display: inline-block;
				height: 1.5em;
				line-height: 1.5em;
				margin: 0 0.125em;
				min-width: 1.5em;
				padding: 0 0.5em;
				text-align: center;
			}

				ul.pagination li > .page:hover {
					background-color: rgba(255, 255, 255, 0.025);
				}

				ul.pagination li > .page.active {
					background-color: #4c5c96;
				}

			ul.pagination li:first-child {
				padding-right: 0.75em;
			}

			ul.pagination li:last-child {
				padding-left: 0.75em;
			}

		@media screen and (max-width: 480px) {

			ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
				display: none;
			}

			ul.pagination li .button {
				width: 100%;
			}

			ul.pagination li:first-child {
				width: calc(50% - 2px);
				text-align: left;
				padding-right: 0.325em;
			}

			ul.pagination li:last-child {
				width: calc(50% - 2px);
				text-align: right;
				padding-left: 0.325em;
			}

		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.125);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.025);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(255, 255, 255, 0.125);
		}

		table tfoot {
			border-top: solid 2px rgba(255, 255, 255, 0.125);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.125);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 5px;
		border: 0;
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: 700;
		height: 3.75em;
		letter-spacing: 0.1em;
		line-height: 3.75em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.025);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
			color: rgba(255, 255, 255, 0.35);
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #4c5c96;
			box-shadow: none;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #53639e;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #45558d;
			}

			input[type="submit"].primary.icon:before,
			input[type="reset"].primary.icon:before,
			input[type="button"].primary.icon:before,
			button.primary.icon:before,
			.button.primary.icon:before {
				color: #7985b0;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			opacity: 0.25;
		}

		@media screen and (max-width: 480px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				padding: 0;
			}

		}

/* Packages */

	.packages {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 2em 0;
	}

		.packages article {
			padding: 1.75em 1.75em 0.1em 1.75em ;
			background-color: var(--bg-features-card);
			border-radius: 5px;
			margin: 1.5em 3em 1.5em 0;
			width: calc(50% - 1.5em);
		}

			.packages article:nth-child(2n) {
				margin-right: 0;
			}

			.packages article .image {
				border-radius: 5px 5px 0 0;
				display: block;
				margin-bottom: 1.75em;
				margin-left: -1.75em;
				margin-top: -1.75em;
				position: relative;
				width: calc(100% + 3.5em);
			}

				.packages article .image img {
					border-radius: 5px 5px 0 0;
					width: 100%;
				}

		@media screen and (max-width: 980px) {

			.packages article {
				margin: 1em 2em 1em 0;
				width: calc(50% - 1em);
			}

		}

		@media screen and (max-width: 736px) {

			.packages article {
				padding: 1.5em 1.5em 0.1em 1.5em ;
				margin: 0.875em 1.75em 0.875em 0;
				width: calc(50% - 0.875em - 1px);
			}

				.packages article .image {
					margin-bottom: 1.5em;
					margin-left: -1.5em;
					margin-top: -1.5em;
					width: calc(100% + 3em);
				}

		}

		@media screen and (max-width: 480px) {

			.packages {
				display: block;
			}

				.packages article {
					width: 100%;
					margin: 0 0 2em 0 !important;
				}

		}

.packages article {
	display: flex;
	flex-direction: column;
}

.packages article {
	display: flex;
	flex-direction: column;
}

.btn-secondary--compact{
	padding:0.88em 1.35em;
	font-size:0.68em;
}

/* Coaching page */

.coaching-hero__support{
	max-width:43rem;
	margin:0 0 2.2em 0;
	color:rgba(255,255,255,0.84);
	font-family:"Source Sans Pro", Helvetica, sans-serif;
	font-size:1.04em;
	font-weight:300;
	letter-spacing:0.01em;
	line-height:1.65;
	text-transform:none;
}

#wrapper > header .coaching-hero{
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-height:clamp(30rem, 64vh, 42rem);
	padding-bottom:0;
}

.audience-selector{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:1.25rem;
	max-width:62rem;
}

.audience-selector__option{
	display:flex;
	flex-direction:column;
	gap:0.5rem;
	padding:1.5rem 1.55rem 1.45rem 1.55rem;
	border:1px solid rgba(255,255,255,0);
	border-radius:1.15rem;
	background: var(--color-card-bg);/*rgba(214, 197, 168, 0.12);*/
	text-decoration:none;
	transition:border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.audience-selector__option:hover{
	background:var(--color-card-bg-active);/*rgba(222, 207, 181, 0.32);*/
	border-color:rgba(255,255,255,0.92);
	transform:translateY(-2px);
}

.audience-selector__option.is-active{
	background:var(--color-card-bg-active);/*background:rgba(245, 237, 224, 0.33);*/
	border-color:rgba(255,255,255,1);
}

.audience-selector__eyebrow{
	display:block;
	color:rgba(255,255,255,1);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:1.12rem;
	font-weight:550;
	letter-spacing:0.08em;
	line-height:1.2;
	text-transform:uppercase;
}

.audience-selector__title{
	display:block;
	color:rgba(255,255,255,1);
	font-family:"Source Sans Pro", Helvetica, sans-serif;
	font-size:0.98rem;
	font-weight:400;
	letter-spacing:0.01em;
	line-height:1.55;
	text-transform:none;
}

.audience-selector__meta{
	display:none;
	color:rgba(255,255,255,0.75);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.62rem;
	font-weight:400;
	letter-spacing:0.12em;
	line-height:1.45;
	text-transform:uppercase;
}

.audience-selector__option.is-active .audience-selector__eyebrow{
	color:#ffffff;
	font-weight:700;
}

.audience-selector__option.is-active .audience-selector__title{
	color:rgba(255,255,255,0.92);
}

.audience-selector__option.is-active .audience-selector__meta{
	color:#ffffff;
}

.coaching-page{
	display:flex;
	flex-direction:column;
	gap:4rem;
}

.section-kicker{
	margin:0 0 0.9rem 0;
	color:rgba(255,255,255,0.56);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.66rem;
	font-weight:600;
	letter-spacing:0.2em;
	line-height:1.15;
	text-transform:uppercase;
}

.audience-panel{
	display:block;
}

body.js-audience-toggle-ready .audience-panel{
	display:none;
}

body.js-audience-toggle-ready .audience-panel.is-active{
	display:block;
	animation:coachingPanelFade 0.32s ease;
}

body.js-audience-toggle-ready .audience-panel[hidden]{
	display:none !important;
}

@keyframes coachingPanelFade{
	from{
		opacity:0;
		transform:translateY(0.45rem);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}

.audience-panel__intro{
	max-width:46rem;
	margin:0 0 2.75rem 0;
}

.audience-panel__intro .major{
	margin-bottom:0.8rem;
}

.audience-panel__intro p{
	max-width:42rem;
}

.audience-note{
	margin-top:1.1rem;
	color:var(--color-text-middle);/*rgba(255,255,255,0.72);*/
	font-size:1rem;
	line-height:1.65;
}

.package-card,
.audience-callout{
	background-color: var(--color-card-bg);
	/*background:rgba(214, 197, 168, 0.13);*/
	/*border:1px solid rgba(255,255,255,0.92);*/
	border-radius:1.18rem;
}

.package-card__eyebrow{
	margin:0 0 0.8rem 0;
	color: var(--color-text-middle);/*rgba(255,255,255,0.54)*/
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.62rem;
	font-weight:600;
	letter-spacing:0.18em;
	line-height:1.2;
	text-transform:uppercase;
}

.package-card h3{
	margin:0 0 0.78rem 0;
	color: var(--color-text-strong);
	/*color:rgba(255,255,255,1);*/
	font-family:Raleway, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:800;
	letter-spacing:0.1em;
	line-height:1.5;
	text-transform:uppercase;
}

.package-card > p{
	margin:0 0 0.95rem 0;
	color: var(--color-text-middle);
	/*color:rgba(255,255,255,0.86);*/
}

.package-card__summary{
	margin:0 0 0.95rem 0;
	color: var(--color-text-middle);
	/*color:rgba(255,255,255,0.86);*/
}

.package-card__facts{
	display:grid;
	gap:0.82rem;
	margin-top:0;
	padding-top:1.05rem;
	/*border-top:1px solid rgba(214, 197, 168, 0.18);*/
	border-top:1px solid var(--color-border-subtle);
}

.package-card__fact{
	display:grid;
	gap:0.18rem;
}

.package-card__fact span{
	color: var(--color-text-middle);
	/*color:rgba(255,255,255,1);*/
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.72rem;
	font-weight:700;
	letter-spacing:0.12em;
	line-height:1.3;
	text-transform:uppercase;
}

.package-card__fact p{
	margin:0;
	/*color:rgba(255,255,255,0.84);*/
	color: var(--color-text-middle);
	font-size:1rem;
	line-height:1.3;
}

.package-card__actions{
	margin-top:1.25rem;
	display:flex;
	justify-content:center;
}

.package-card--wide .package-card__actions{
	justify-content:flex-start;
}

.package-grid{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:1.45rem;
}

.package-card{
	display:flex;
	flex-direction:column;
	padding:1.7rem 1.75rem 1.65rem 1.75rem;
}

.package-card--featured{
	background-color:color-mix(in srgb, var(--color-card-bg) 86%, rgba(255,255,255,0.14));
	border:1px solid color-mix(in srgb, var(--color-border-subtle) 60%, rgba(255,255,255,0.34));
	padding:1.82rem 1.85rem 1.76rem 1.85rem;
	transform:scale(1.015);
}

.package-card--featured:hover{
	transform:scale(1.015);
}

.package-card__fit{
	color: var(--color-text-middle);
	/*color:rgba(255,255,255,0.88);*/
}

.package-card__note{
	margin-top:-0.1rem;
	color: var(--color-text-subtle);/*rgba(255,255,255,0.68);*/
}

.package-card__list{
	margin:0 0 1.25rem 1.1rem;
	padding:0;
}

.package-card__list li{
	margin:0 0 0.6rem 0;
	padding-left:0.15rem;
	color: var(--color-text-middle);
	/*color:rgba(255,255,255,0.84);*/
}

.package-card__footer{
	margin-top:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:1.1rem;
	padding-top:1.1rem;
	/*border-top:1px solid rgba(214, 197, 168, 0.18);*/
	border-top:1px solid var(--color-border-subtle);
}

.package-card .price{
	margin:0;
	display:grid;
	gap:0.35rem;
	color:var(--color-text-strong); /*#ffffff*/
	font-family:Raleway, Helvetica, sans-serif;
	font-size:1.68rem;
	font-weight:500;
	letter-spacing:0.05em;
	line-height:1.15;
	text-align:center;
	padding: 1.3rem;
	background-color: none;/*var(--bg-wrapper-taupe)*/
}

.package-card .price::before{
	content:'Investition';
	display:block;
	margin:0;
	color:var(--color-text-middle);/*rgba(255,255,255,0.5);*/
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.58rem;
	font-weight:600;
	letter-spacing:0.2em;
	line-height:1.2;
	text-transform:uppercase;
}


.package-card__footer .cta-wrapper{
	width:100%;
	justify-content:center;
	margin:0;
}

.package-card__footer .btn-primary{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:16rem;
	text-align:center;
	margin:0 auto;
}

.foundation-manifest{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:1.35rem;
	margin:2.5rem 0;
}

.foundation-card{
	background:rgba(214, 197, 168, 0.13);
	border-radius:1.18rem;
	padding:1.7rem 1.75rem 1.65rem 1.75rem;
	min-height:100%;
}

.foundation-card__eyebrow{
	margin:0 0 0.8rem 0;
	color:rgba(255,255,255,0.54);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.62rem;
	font-weight:600;
	letter-spacing:0.18em;
	line-height:1.2;
	text-transform:uppercase;
}

.foundation-card h3{
	margin:0 0 0.78rem 0;
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1.5;
	text-transform:uppercase;
}

.foundation-card p{
	margin:0;
	color:rgba(255,255,255,0.86);
}

.audience-callout{
	margin-top:2rem;
	padding:1.65rem 1.75rem 1.6rem 1.75rem;
}

.audience-callout h3{
	margin:0 0 0.55rem 0;
	/*color:#ffffff;*/
	color:var(--color-text-strong);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.95rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1.45;
	text-transform:uppercase;
}

.audience-callout p{
	margin:0 0 1.05rem 0;
	color: var(--color-text-middle);
}

.audience-callout__hint{
	margin:0 0 0.85rem 0;
	padding-top:1.3rem;
}

.package-card > p,
.package-card__fit,
.package-card__note,
.package-card__list li,
.foundation-card p,
.audience-callout p,
.audience-callout__hint,
.faq-answer,
.faq-answer li{
	font-family:"Source Sans Pro", Helvetica, sans-serif;
	font-size:1rem;
	font-weight:300;
	letter-spacing:0;
	line-height:1.65;
}

.audience-callout .cta-wrapper + .audience-callout__hint{
	margin-top:0;
	padding-top:1.3rem;
}

.audience-callout__subcta{
	margin-top:0.15rem;
}

.faq-callout .cta-wrapper{
	margin-bottom:0;
}

.audience-callout .cta-wrapper{
	margin-bottom:0;
}

.wissen-overview{
	display:grid;
	gap:2.75rem;
}

.wissen-intro{
	max-width:48rem;
}

.wissen-intro p:last-child{
	margin-bottom:0;
}

.wissen-hub-intro{
	max-width:50rem;
}

#wissen-artikel{
	scroll-margin-top:6.25rem;
}

.wissen-figure{
	display:grid;
	justify-items:center;
	gap:1.05rem;
	margin:0.5rem auto 0.75rem auto;
	padding:0.25rem 0;
}

.wissen-figure--compact{
	margin-top:1.8rem;
	margin-bottom:2.15rem;
}

.wissen-figure img{
	display:block;
	width:min(100%, 42rem);
	height:auto;
	max-width:100%;
}

.wissen-figure__caption{
	max-width:42rem;
	margin:0;
	color:rgba(255,255,255,0.7);
	font-family:"Source Sans Pro", Helvetica, sans-serif;
	font-size:0.98rem;
	font-weight:300;
	letter-spacing:0;
	line-height:1.65;
	text-align:center;
}

.wissen-paths{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:1.35rem;
}

.wissen-path-card{
	display:grid;
	gap:1rem;
	padding:1.7rem 1.75rem 1.65rem 1.75rem;
	background:rgba(214, 197, 168, 0.13);
	border-radius:1.18rem;
	min-height:100%;
}

.wissen-path-card__eyebrow{
	margin:0;
	color:rgba(255,255,255,0.54);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.62rem;
	font-weight:600;
	letter-spacing:0.18em;
	line-height:1.2;
	text-transform:uppercase;
}

.wissen-path-card__title{
	margin:0;
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:700;
	letter-spacing:0.08em;
	line-height:1.5;
	text-transform:uppercase;
}

.wissen-path-card__copy,
.wissen-path-card__hint{
	margin:0;
	color:rgba(255,255,255,0.84);
	font-family:"Source Sans Pro", Helvetica, sans-serif;
	font-size:1rem;
	font-weight:300;
	letter-spacing:0;
	line-height:1.65;
}

.wissen-path-card__hint{
	color:rgba(214, 197, 168, 0.9);
	font-size:0.95rem;
}

.wissen-feature,
.wissen-library__note,
.book-card,
.affiliate-note{
	background:rgba(214, 197, 168, 0.13);
	border-radius:1.18rem;
}

.wissen-feature{
	padding:1.7rem 1.75rem 1.65rem 1.75rem;
}

.wissen-feature--inline{
	margin:2rem 0 2.4rem 0;
}

.wissen-feature__copy{
	max-width:45rem;
}

.wissen-feature__eyebrow,
.wissen-library__eyebrow,
.wissen-library__note-label,
.book-card__meta{
	margin:0 0 0.85rem 0;
	color:rgba(255,255,255,0.54);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.62rem;
	font-weight:600;
	letter-spacing:0.18em;
	line-height:1.2;
	text-transform:uppercase;
}

.wissen-feature .cta-wrapper{
	margin-bottom:0;
}

.wissen-list{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:1.35rem;
	margin:0;
}

.wissen-card{
	display:grid;
	gap:1rem;
	padding:1.7rem 1.75rem 1.65rem 1.75rem;
	background:rgba(214, 197, 168, 0.13);
	border-radius:1.18rem;
	min-height:100%;
}

.wissen-card__meta,
.wissen-article__meta{
	display:flex;
	flex-wrap:wrap;
	gap:0.6rem 1rem;
	margin:0;
	color:rgba(255,255,255,0.54);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.62rem;
	font-weight:600;
	letter-spacing:0.18em;
	line-height:1.2;
	text-transform:uppercase;
}

.wissen-card__meta span,
.wissen-article__meta span{
	position:relative;
}

.wissen-card__meta span + span::before,
.wissen-article__meta span + span::before{
	content:'';
	display:inline-block;
	width:0.3rem;
	height:0.3rem;
	margin-right:1rem;
	border-radius:50%;
	background:rgba(214, 197, 168, 0.5);
	vertical-align:middle;
}

.wissen-card__title{
	margin:0;
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1.5;
	text-transform:uppercase;
}

.wissen-card__excerpt,
.wissen-article__lead,
.wissen-article__content p,
.wissen-article__content li,
.wissen-article__content blockquote{
	font-family:"Source Sans Pro", Helvetica, sans-serif;
	font-size:1rem;
	font-weight:300;
	letter-spacing:0;
	line-height:1.65;
}

.wissen-card__excerpt{
	margin:0;
	color:rgba(255,255,255,0.86);
}

.wissen-card__link{
	align-self:end;
	display:inline-flex;
	align-items:center;
	gap:0.75rem;
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.72rem;
	font-weight:700;
	letter-spacing:0.14em;
	line-height:1.2;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:none;
}

.wissen-card__link .arrow-circle{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:2.1rem;
	height:2.1rem;
	border:1px solid rgba(214, 197, 168, 0.35);
	border-radius:50%;
	color:#ffffff;
}

.wissen-card__link:hover{
	color:var(--color-accent-warm);
}

.wissen-card__link:hover .arrow-circle{
	border-color:rgba(214, 197, 168, 0.75);
}

.wissen-library{
	gap:2.5rem;
}

.wissen-library__intro{
	max-width:49rem;
}

.wissen-library__note{
	padding:1.25rem 1.45rem 1.2rem 1.45rem;
	max-width:50rem;
}

.wissen-library__note-label{
	margin-bottom:0.55rem;
}

.wissen-library__note-text,
.wissen-library__section-head p,
.book-card__author,
.book-card__description,
.affiliate-note{
	margin:0;
	color:rgba(255,255,255,0.84);
	font-family:"Source Sans Pro", Helvetica, sans-serif;
	font-size:1rem;
	font-weight:300;
	letter-spacing:0;
	line-height:1.65;
}

.wissen-library__section{
	display:grid;
	gap:1.45rem;
}

.wissen-library__section-head{
	max-width:46rem;
}

.wissen-library__section-head .major{
	margin-bottom:0.65rem;
}

.wissen-library__grid{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:1.35rem;
}

.book-card{
	display:grid;
	gap:0.95rem;
	padding:1.7rem 1.75rem 1.65rem 1.75rem;
	min-height:100%;
}

.book-card__meta{
	display:flex;
	flex-wrap:wrap;
	gap:0.6rem 1rem;
}

.book-card__meta span{
	position:relative;
}

.book-card__meta span + span::before{
	content:'';
	display:inline-block;
	width:0.3rem;
	height:0.3rem;
	margin-right:1rem;
	border-radius:50%;
	background:rgba(214, 197, 168, 0.5);
	vertical-align:middle;
}

.book-card__title{
	margin:0;
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:700;
	letter-spacing:0.08em;
	line-height:1.5;
	text-transform:uppercase;
}

.book-card__title-addition{
	display:inline;
	color:rgba(255,255,255,0.74);
	font-size:0.92em;
}

.book-card__author{
	color:rgba(214, 197, 168, 0.92);
	font-size:0.98rem;
}

.book-card__description{
	margin-bottom:0.15rem;
}

.book-card .wissen-card__link{
	margin-top:auto;
}

.affiliate-note{
	max-width:47rem;
	margin-top:1.6rem;
	padding:1.35rem 1.45rem 1.3rem 1.45rem;
	color:rgba(255,255,255,0.62);
	font-size:0.92rem;
	border-top:1px solid rgba(214, 197, 168, 0.2);
}

.wissen-article{
	display:grid;
	gap:2rem;
}

.wissen-article__header{
	display:grid;
	gap:1rem;
	max-width:48rem;
}

.wissen-article__meta{
	margin-bottom:0;
}

.wissen-article__lead{
	margin:0;
	font-size:1.08rem;
	color:rgba(255,255,255,0.9);
}

.wissen-article__content{
	max-width:48rem;
}

.wissen-article__content h2,
.wissen-article__content h3{
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	text-transform:uppercase;
}

.wissen-article__content h2{
	margin:2.3rem 0 0.9rem 0;
	font-size:0.96rem;
	letter-spacing:0.12em;
}

.wissen-article__content h3{
	margin:1.7rem 0 0.75rem 0;
	font-size:0.78rem;
	letter-spacing:0.14em;
}

.wissen-article__content > :first-child{
	margin-top:0;
}

.wissen-article__content ul,
.wissen-article__content ol{
	margin-bottom:0;
	padding-left:1.4rem;
}

.wissen-article__content blockquote{
	margin:1.9rem 0;
	padding:1.15rem 1.3rem;
	border-left:2px solid rgba(214, 197, 168, 0.55);
	background:rgba(214, 197, 168, 0.08);
}

.wissen-article__cta{
	max-width:48rem;
	padding:1.65rem 1.75rem 1.6rem 1.75rem;
	background:rgba(214, 197, 168, 0.13);
	border-radius:1.18rem;
}

.wissen-article__cta h2{
	margin:0 0 0.55rem 0;
	color:var(--color-text-strong);
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.95rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1.45;
	text-transform:uppercase;
}

.wissen-article__cta p{
	margin:0 0 1.05rem 0;
	color:var(--color-text-middle);
}

.wissen-article__cta .cta-wrapper{
	margin-bottom:0;
}

@media screen and (max-width: 980px) {

	.audience-selector,
	.package-grid,
	.wissen-paths,
	.wissen-library__grid,
	.wissen-list{
		grid-template-columns:1fr;
	}
}

@media screen and (max-width: 736px) {

	.coaching-hero__support{
		font-size:0.98rem;
		line-height:1.55;
	}

	#wrapper > header .coaching-hero{
		min-height:min(72svh, 38rem);
		padding-bottom:0;
	}

	.audience-selector__option{
		padding:1.15rem 1.1rem 1.05rem 1.1rem;
		border-radius:0.95rem;
	}

	.audience-selector__title{
		font-size:0.72rem;
	}

	.audience-selector__meta{
		font-size:0.58rem;
	}

	.audience-selector__eyebrow{
		font-size:0.98rem;
	}

	.package-card,
	.audience-callout,
	.foundation-card,
	.wissen-path-card,
	.wissen-feature,
	.wissen-library__note,
	.book-card,
	.wissen-card,
	.wissen-article__cta{
		padding:1.3rem 1.25rem 1.2rem 1.25rem;
		border-radius:0.9rem;
	}

	.wissen-figure{
		gap:0.85rem;
		margin-top:0.1rem;
		margin-bottom:0.4rem;
	}

	.wissen-figure img,
	.wissen-figure__caption{
		max-width:100%;
	}

	.package-card--featured{
		padding:1.38rem 1.3rem 1.28rem 1.3rem;
		transform:none;
	}

	.package-card--featured:hover{
		transform:none;
	}

	.package-card h3,
	.foundation-card h3,
	.wissen-path-card__title,
	.book-card__title,
	.wissen-card__title,
	.wissen-article__content h2{
		font-size:0.92rem;
	}

	.foundation-manifest{
		grid-template-columns:1fr;
	}

	.package-card .price{
		font-size:1.42rem;
	}

	.package-card__footer .btn-primary{
		min-width:0;
		width:100%;
	}

	#wrapper .btn-primary,
	#footer .btn-primary,
	.audience-panel--enterprise .btn-primary,
	#banner .btn-primary,
	#banner .cta-premium{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		min-width:0;
		width:100%;
		text-align:center;
	}

}

@media screen and (max-width: 480px) {

	.coaching-page{
		gap:2.75rem;
	}

	#wrapper > header .coaching-hero{
		min-height:min(68svh, 34rem);
		padding-bottom:0;
	}

	.audience-selector{
		gap:0.85rem;
	}

	.audience-selector__eyebrow,
	.package-card__eyebrow,
	.foundation-card__eyebrow,
	.wissen-path-card__eyebrow,
	.book-card__meta,
	.wissen-card__meta,
	.wissen-article__meta,
	.section-kicker{
		font-size:0.58rem;
	}

	.wissen-figure__caption{
		font-size:0.92rem;
		line-height:1.6;
	}

	.wissen-card__link{
		font-size:0.66rem;
	}

	.audience-panel > .audience-callout:last-child,
	.faq-callout{
		margin-bottom:1.75rem;
	}

	.faq{
		margin:0 0 2.35rem 0;
	}

	.faq-callout{
		margin-top:1.15rem;
	}

	.faq summary{
		font-size:0.84rem;
		font-weight:400;
		letter-spacing:0.04em;
	}

}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 2em 0;
	}

		.features article {
			padding: 1.75em 1.75em 0.1em 1.75em ;
			background-color: var(--bg-features-card);
			border-radius: 5px;
			margin: 1.5em 3em 1.5em 0;
			width: calc(50% - 1.5em);
		}

			.features article:nth-child(2n) {
				margin-right: 0;
			}

			.features article .image {
				border-radius: 5px 5px 0 0;
				display: block;
				margin-bottom: 1.75em;
				margin-left: -1.75em;
				margin-top: -1.75em;
				position: relative;
				width: calc(100% + 3.5em);
			}

				.features article .image img {
					border-radius: 5px 5px 0 0;
					width: 100%;
				}

		@media screen and (max-width: 980px) {

			.features article {
				margin: 1em 2em 1em 0;
				width: calc(50% - 1em);
			}

		}

		@media screen and (max-width: 736px) {

			.features article {
				padding: 1.5em 1.5em 0.1em 1.5em ;
				margin: 0.875em 1.75em 0.875em 0;
				width: calc(50% - 0.875em - 1px);
			}

				.features article .image {
					margin-bottom: 1.5em;
					margin-left: -1.5em;
					margin-top: -1.5em;
					width: calc(100% + 3em);
				}

		}

		@media screen and (max-width: 480px) {

			.features {
				display: block;
			}

				.features article {
					width: 100%;
					margin: 0 0 2em 0 !important;
				}

		}

/* Header */

	#header {
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: var(--bg-header-solid);
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		padding: 0 1.25em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s;
			-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s;
			-ms-transition: opacity 0.2s ease-in-out, visibility 0.2s;
			transition: opacity 0.2s ease-in-out, visibility 0.2s;
			border-bottom: 0;
			font-size: 0.8em;
			margin-bottom: 0;
			opacity: 1;
			visibility: visible;
		}

			#header h1 a {
				border: 0;
			}

		#header nav {
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 0.8em;
			font-weight: 700;
			height: 3em;
			letter-spacing: 0.1em;
			line-height: 3em;
			position: absolute;
			right: 0.7em;
			text-transform: uppercase;
			top: 0.7em;
		}

			#header nav a {
				border: 0;
				display: inline-flex;
				align-items: center;
				justify-content: flex-end;
				padding: 0;
			}

				#header nav a:before {
					float: none;
					margin-left: 0;
				}

					#header nav a[href="#menu"] {
						text-decoration: none;
						-moz-transition: opacity 0.2s ease-in-out;
						-webkit-transition: opacity 0.2s ease-in-out;
						-ms-transition: opacity 0.2s ease-in-out;
						transition: opacity 0.2s ease-in-out;
						border-radius: 0;
						border-bottom: 0;
						box-shadow: none;
						color: transparent !important;
						letter-spacing: 0;
						position: relative;
						width: 2.9rem;
						height: 3rem;
						overflow: hidden;
						padding: 0;
						white-space: nowrap;
						text-indent: 5rem;
					}

					#header nav a[href="#menu"]:before {
						color: #ffffff;
						display: flex;
						align-items: center;
						justify-content: center;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						font-family: 'Font Awesome 5 Free';
						font-size: 1.56rem;
						font-style: normal;
						font-variant: normal;
						font-weight: 900;
						letter-spacing: 0;
						line-height: 1;
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						text-indent: 0;
						text-rendering: auto;
						text-transform: none !important;
					}

					#header nav a[href="#menu"]:before {
						content: '\f0c9';
					}

					#header nav a[href="#menu"]:hover {
						background-color: transparent;
						color: transparent !important;
						opacity: 0.78;
					}

					#header nav a[href="#menu"]:active {
						background-color: transparent;
						color: transparent !important;
						opacity: 0.58;
					}

					#header nav a[href="#menu"]:focus,
					#header nav a[href="#menu"]:focus-visible {
						color: transparent !important;
					}

		#header.alt {
			background-color: transparent;
		}

			#header.alt h1 {
				opacity: 0.75;/*0*/
				/*visibility: hidden;*/
				/*NEU*/
				
				font-weight: 400;
			}

		@media screen and (max-width: 736px) {

			#header {
				height: 2.75em;
				line-height: 2.75em;
			}

				#header nav {
					top: 0;
					right: 0;
					height: inherit;
					line-height: inherit;
				}

					#header nav a {
						height: inherit;
						line-height: inherit;
					}

						#header nav a[href="#menu"] {
							box-shadow: none;
							padding: 0;
							border-radius: 0;
						}

							#header nav a[href="#menu"]:hover, #header nav a[href="#menu"]:active {
								background-color: inherit;
							}

		}

		@media screen and (max-width: 480px) {

			#header nav a[href="#menu"] {
				width: 3em;
				white-space: nowrap;
				text-indent: 4.5em;
				position: relative;
			}

				#header nav a[href="#menu"]:before {
					width: inherit;
					position: absolute;
					top: 0;
					left: 0;
					text-indent: 0;
					text-align: right;
					margin-left: 0;
					padding-right: 0;
				}

		}

/* Menu */

	#page-wrapper {
		-moz-transition: -moz-filter 0.25s ease;
		-webkit-transition: -webkit-filter 0.25s ease;
		-ms-transition: -ms-filter 0.25s ease;
		transition: filter 0.25s ease;
	}

	#menu {
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		pointer-events: none;
		-moz-transition: opacity 0.35s ease, visibility 0.35s;
		-webkit-transition: opacity 0.35s ease, visibility 0.35s;
		-ms-transition: opacity 0.35s ease, visibility 0.35s;
		transition: opacity 0.35s ease, visibility 0.35s;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		background: var(--bg-menu-overlay);
		cursor: default;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		text-align: left;
		top: 0;
		visibility: hidden;
		width: 100%;
	}

		#menu .inner {
			padding: 2.55em 2.15em 1.55em 2em;
			-moz-transform: translateX(2em);
			-webkit-transform: translateX(2em);
			-ms-transform: translateX(2em);
			transform: translateX(2em);
			-moz-transition: opacity 0.35s ease, -moz-transform 0.35s ease;
			-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
			-ms-transition: opacity 0.35s ease, -ms-transform 0.35s ease;
			transition: opacity 0.35s ease, transform 0.35s ease;
			-webkit-overflow-scrolling: touch;
			background: var(--bg-menu-panel);
			border-left: 0;
			border-radius: 0;
			box-shadow: none;
			display: flex;
			flex-direction: column;
			max-width: 100%;
			max-height: 100%;
			overflow-y: auto;
			overflow-x: hidden;
			opacity: 0;
			position: relative;
			width: min(28rem, 100vw);
			height: 100%;
		}

		#menu .menu-copy {
			padding-right: 2.8em;
			margin-bottom: 1.4em;
		}

		#menu h2 {
			border-bottom: 0;
			font-size: 1.3em;
			font-weight: 500;
			letter-spacing: 0.08em;
			line-height: 1.1;
			margin: 0;
			padding: 0;
			color: rgba(255, 255, 255, 0.92);
			text-transform: uppercase;
		}

		#menu .close {
			background: transparent;
			border: 0;
			border-bottom: 0;
			content: '';
			display: block;
			height: 3rem;
			overflow: hidden;
			position: fixed;
			right: 0.7em;
			text-align: center;
			text-indent: 5rem;
			top: 0.7em;
			opacity: 0.72;
			transition: opacity 0.2s ease-in-out;
			width: 2.9rem;
			z-index: 10003;
			color: transparent !important;
			white-space: nowrap;
		}

			#menu .close:before {
				color: #ffffff;
				content: '\f00d';
				display: flex;
				align-items: center;
				justify-content: center;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				font-family: 'Font Awesome 5 Free';
				font-size: 1.48rem;
				font-style: normal;
				font-variant: normal;
				font-weight: 900;
				line-height: 1;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				text-indent: 0;
				text-rendering: auto;
				text-transform: none !important;
			}

			#menu .close:hover {
				opacity: 1;
				color: transparent !important;
			}

		#menu .links {
			list-style: none;
			margin: 0;
			padding: 0;
			display: block;
		}

			#menu .links li {
				padding: 0;
			}

				#menu .links li + li {
					border-top: solid 1px rgba(255, 255, 255, 0.08);
				}

				#menu .links li a {
					border: 0;
					border-radius: 0;
					display: block;
					padding: 1.05em 0 1em 0;
					background: transparent;
					position: relative;
					transition: opacity 0.2s ease-in-out;
				}

					#menu .links li a:before {
						content: '';
						position: absolute;
						left: -0.95em;
						top: 50%;
						width: 2px;
						height: calc(80% - 0.2em);
						border-radius: 999px;
						background: rgba(255, 255, 255, 0.82);
						opacity: 0;
						transform: translateY(-50%) scaleY(0.35);
						transform-origin: center;
						transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
					}

					#menu .links li a:hover {
						background: transparent;
						opacity: 1;
					}

					#menu .links li a.is-current {
						background: transparent;
					}

					#menu .links li a:hover:before {
						opacity: 0.42;
						transform: translateY(-50%) scaleY(0.72);
					}

					#menu .links li a.is-current:before {
						opacity: 0.8;
						transform: translateY(-50%) scaleY(1);
					}

					#menu .links li a.is-current .menu-link-title {
						color: #ffffff;
					}

					#menu .links li a.is-current .menu-link-meta {
						color: rgba(255, 255, 255, 0.8);
					}

		#menu .menu-link-title {
			display: block;
			color: rgba(255, 255, 255, 0.82);
			font-family: "Source Sans Pro", Helvetica, sans-serif;
			font-size: 1em;
			font-weight: 400;
			letter-spacing: 0.005em;
			line-height: 1.2;
			text-transform: none;
			transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
		}

		#menu .menu-link-meta {
			display: block;
			margin-top: 0.18em;
			color: rgba(255, 255, 255, 0.58);
			font-family: "Source Sans Pro", Helvetica, sans-serif;
			font-size: 0.84em;
			font-weight: 300;
			letter-spacing: 0.01em;
			line-height: 1.35;
			text-transform: none;
			transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
			opacity: 0.75;
		}

			#menu .links li a:hover .menu-link-title,
			#menu .links li a.is-current .menu-link-title {
				transform: translateX(0.12em);
			}

			#menu .links li a:hover .menu-link-meta,
			#menu .links li a.is-current .menu-link-meta {
				transform: translateX(0.12em);
			}

			#menu .links li a:hover .menu-link-title {
				color: rgba(255, 255, 255, 0.92);
			}

			#menu .links li a:hover .menu-link-meta {
				color: rgba(255, 255, 255, 0.72);
			}

		@media screen and (max-width: 736px) {

			#menu .inner {
				padding: 2.25em 1.2em 1.15em 1.2em;
				max-height: 100%;
				width: min(100vw, 28rem);
			}

				#menu .inner .close {
					right: 0;
					top: 0;
					width: 3em;
					height: 2.75em;
				}

				#menu .inner .close:before {
					font-size: 1.32rem;
				}

				#menu .menu-copy {
					padding-right: 2.2em;
					margin-bottom: 1.05em;
				}

				#menu h2 {
					font-size: 1.12em;
				}

				#menu .links li a {
					padding: 0.9em 0 0.82em 0;
				}

				#menu .links li a:before {
					left: -0.72em;
					height: calc(80% - 0.2em);
				}

				#menu .menu-link-title {
					font-size: 0.98em;
				}

				#menu .menu-link-meta {
					font-size: 0.84em;
				}

		}

	body.is-menu-visible #page-wrapper {
		-moz-filter: blur(1.5px);
		-webkit-filter: blur(1.5px);
		-ms-filter: blur(1.5px);
		filter: blur(1.5px);
	}

	body.is-menu-visible #menu {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

		body.is-menu-visible #menu .inner {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			opacity: 1;
		}

/* Banner */

	#banner {
		padding: 10em 0 4.75em 0 ;
	}

		#banner .inner {
			margin: 0 auto;
			width: 52em;
		}

		#banner .logo {
			-moz-transition: opacity 2s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 2s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 2s ease, -ms-transform 1s ease;
			transition: opacity 2s ease, transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			opacity: 1;
			margin: 0 0 1.3em 0;
		}

			#banner .logo .icon {
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 0.125);
				cursor: default;
				display: inline-block;
				font-size: 2em;
				height: 2.25em;
				line-height: 2.25em;
				text-align: center;
				width: 2.25em;
			}

		#banner h2 {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.65s;
			-webkit-transition-delay: 0.65s;
			-ms-transition-delay: 0.65s;
			transition-delay: 0.65s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
			border-bottom: solid 2px rgba(255, 255, 255, 0.125);
			font-size: 2.25em;
			margin-bottom: 0.8em;
			padding-bottom: 0.4em;
		}

		#banner h2 .subtitle {
			filter: blur(0);
			opacity: 0.8;
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: 300;/*200;*/
			letter-spacing: 0.035em;/*1em;*/
			line-height: 2;
		}

		#banner p {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.8s;
			-webkit-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: 200;
			letter-spacing: 0.1em;
			line-height: 2;
			text-transform: uppercase;
		}

		#banner .cta-premium {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease, border-color 0.25s ease, background 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease, border-color 0.25s ease, background 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease, border-color 0.25s ease, background 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease, border-color 0.25s ease, background 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.95s;
			-webkit-transition-delay: 0.95s;
			-ms-transition-delay: 0.95s;
			transition-delay: 0.95s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
		}

		#banner .hero-cta-secondary {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 1.05s;
			-webkit-transition-delay: 1.05s;
			-ms-transition-delay: 1.05s;
			transition-delay: 1.05s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
		}
		
		#banner blockquote {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.8s;
			-webkit-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
		}

@media screen and (min-width: 981px) {
	body.home-page #banner {
		min-height: 100vh;
		display: flex;
		align-items: center;
		padding: 10em 0 7em 0;
	}
}

/* Premium Typografie Optimierung */

#banner h2 .subtitle {
    letter-spacing: 0.03em;
    line-height: 1.28;
    font-weight: 300;
}

#banner .hero-intro {
    opacity: 0.92;
    font-weight: 300;
    font-size: 1.25em;
    letter-spacing: 0.03em;
    line-height: 1.45;
    margin-bottom: 0.35rem;
}

#banner .hero-note {
    opacity: 0.78;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    line-height: 1.45;
    margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.hero-cta-secondary{
	margin-top: 2.75rem;
	margin-bottom: 0;
}

#banner .hero-cta-secondary .btn-secondary{
	background-color: transparent !important;
	color: rgba(255,255,255,0.96) !important;
}

#banner .hero-cta-secondary .arrow-circle{
	background: transparent;
	border-color: rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.96);
}

#banner .hero-support {
    text-transform: none;
    letter-spacing: 0.03em;
    font-weight: 300;
    font-size: 0.95em;
    opacity: 0.75;
}

#banner .special {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7em;
    border-radius: 40px;
}

#banner h2 {
border-bottom: none;
margin-bottom: 0.6em;
}

		@media screen and (max-width: 1280px) {

			#banner {
				padding: 7em 0 8.25em 0 ;
				background-color: var(--bg-site-base);
				background-image: linear-gradient(to top, var(--bg-site-overlay), var(--bg-site-overlay)), url("../../images/identitaet-klarheit-coaching.jpg");/*("../../images/bg.jpg");*/
				background-size: auto,
 cover;
				background-position: center,
 center;
				margin-bottom: -6.5em;
			}

		}

		@media screen and (max-width: 980px) {

			#banner {
				padding: 12em 3em 12.375em 3em ;
				margin-bottom: -4.75em;
			}

				#banner .inner {
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			#banner {
				padding: 4.2em 2em 3.35em 2em ;
				margin-bottom: -2.5em;
			}

				#banner .logo {
					margin: 0 0 1em 0;
				}

					#banner .logo .icon {
						font-size: 1.5em;
					}

				#banner h2 {
					font-size: 1.5em;
				}

				#banner p {
					font-size: 0.8em;
				}

		}

		body.is-preload #banner .logo {
			-moz-transform: translateY(0.5em);
			-webkit-transform: translateY(0.5em);
			-ms-transform: translateY(0.5em);
			transform: translateY(0.5em);
			opacity: 0;
		}

		body.is-preload #banner h2 {
			opacity: 0;
			-moz-transform: translateX(0.25em);
			-webkit-transform: translateX(0.25em);
			-ms-transform: translateX(0.25em);
			transform: translateX(0.25em);
			-moz-filter: blur(2px);
			-webkit-filter: blur(2px);
			-ms-filter: blur(2px);
			filter: blur(2px);
		}

		body.is-preload #banner p {
			opacity: 0;
			-moz-transform: translateX(0.5em);
			-webkit-transform: translateX(0.5em);
			-ms-transform: translateX(0.5em);
			transform: translateX(0.5em);
			-moz-filter: blur(2px);
			-webkit-filter: blur(2px);
			-ms-filter: blur(2px);
			filter: blur(2px);
		}

		body.is-preload #banner .cta-premium {
			opacity: 0;
			-moz-transform: translateX(0.75em);
			-webkit-transform: translateX(0.75em);
			-ms-transform: translateX(0.75em);
			transform: translateX(0.75em);
			-moz-filter: blur(2px);
			-webkit-filter: blur(2px);
			-ms-filter: blur(2px);
			filter: blur(2px);
		}
			
		body.is-preload #banner blockquote {
			opacity: 0;
			-moz-transform: translateX(0.5em);
			-webkit-transform: translateX(0.5em);
			-ms-transform: translateX(0.5em);
			transform: translateX(0.5em);
			-moz-filter: blur(2px);
			-webkit-filter: blur(2px);
			-ms-filter: blur(2px);
			filter: blur(2px);
		}

/* Wrapper */

	#wrapper > header {
		padding: 11em 0 2.25em 0 ;
	}

		#wrapper > header .inner {
			margin: 0 auto;
			width: 55em;
		}

		#wrapper > header h2 {
			border-bottom: solid 2px rgba(255, 255, 255, 0.125);
			font-size: 2em;
			margin-bottom: 0.8em;
			padding-bottom: 0.4em;
		}

		#wrapper > header p {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.8s;
			-webkit-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: 200;
			letter-spacing: 0.1em;
			line-height: 2;
			text-transform: uppercase;
		}

		#wrapper > header blockquote {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.8s;
			-webkit-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
		}

	@media screen and (max-width: 1280px) {

		#wrapper > header {
			padding: 9em 0 6.25em 0 ;
			background-color: var(--bg-site-base);
			background-image: linear-gradient(to top, var(--bg-site-overlay), var(--bg-site-overlay)), url("../../images/identitaet-klarheit-coaching.jpg");/*("../../images/bg.jpg");*/
			background-size: auto,
 cover;
			background-position: center,
 0% 30%;
			margin-bottom: -6.5em;
		}

	}

	@media screen and (max-width: 980px) {

		#wrapper > header {
			padding: 11em 3em 7.375em 3em ;
			background-size: auto,
 cover;
			background-position: center,
 0% 0%;
			margin-bottom: -4.75em;
		}

			#wrapper > header .inner {
				width: 100%;
			}

	}

	@media screen and (max-width: 736px) {

		#wrapper > header {
			padding: 6.5em 2em 3em 2em ;
			background-size: auto,
 cover;
			background-position: center,
 center;
			margin-bottom: -2.5em;
		}

			#wrapper > header h2 {
				font-size: 1.25em;
			}

			#wrapper > header p {
				font-size: 0.8em;
			}

			#wrapper > header .page-intro {
				font-size: 0.8em;
			}

			.about-intro .image.right {
				float: none !important;
				display: block !important;
				width: 100% !important;
				max-width: 32rem !important;
				padding: 0 !important;
				top: 0 !important;
				margin: 0 0 1.4rem 0 !important;
				margin-left: 0 !important;
				margin-right: auto !important;
				clear: both;
			}

			.about-intro .image.right img {
				width: 100%;
			}

	}

	#banner .hero-title {
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
		transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-moz-transition-delay: 0.65s;
		-webkit-transition-delay: 0.65s;
		-ms-transition-delay: 0.65s;
		transition-delay: 0.65s;
		-moz-filter: blur(0);
		-webkit-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
		opacity: 1;
		border-bottom: none;
		font-size: 2.25em;
		margin-bottom: 0.6em;
		padding-bottom: 0;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}

	#banner .hero-title .subtitle {
		filter: blur(0);
		opacity: 0.8;
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: 300;
		letter-spacing: 0.03em;
		line-height: 1.28;
		text-transform: uppercase;
	}

	#wrapper > header .page-title {
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
		transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-moz-transition-delay: 0.65s;
		-webkit-transition-delay: 0.65s;
		-ms-transition-delay: 0.65s;
		transition-delay: 0.65s;
		-moz-filter: blur(0);
		-webkit-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
		opacity: 1;
		border-bottom: none;
		font-size: 1.9em;
		margin-bottom: 0.55em;
		padding-bottom: 0;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		line-height: 1.2;
	}

	#wrapper > header .page-title .subtitle {
		display: inline-block;
		opacity: 0.82;
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 0.78em;
		font-weight: 300;
		letter-spacing: 0.04em;
		line-height: 1.25;
		text-transform: uppercase;
	}

	#wrapper > header .page-intro {
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: 200;
		letter-spacing: 0.1em;
		line-height: 2;
		text-transform: uppercase;
	}

	#wrapper > header p {
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
		transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-moz-transition-delay: 0.8s;
		-webkit-transition-delay: 0.8s;
		-ms-transition-delay: 0.8s;
		transition-delay: 0.8s;
		-moz-filter: blur(0);
		-webkit-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}

	#wrapper > header blockquote {
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
		transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-moz-transition-delay: 0.8s;
		-webkit-transition-delay: 0.8s;
		-ms-transition-delay: 0.8s;
		transition-delay: 0.8s;
		-moz-filter: blur(0);
		-webkit-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}

	#wrapper > header .special,
	#wrapper > header .btn-primary,
	#wrapper > header .btn-secondary,
	#wrapper > header .cta-premium,
	#wrapper > header .audience-selector {
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
		transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-moz-transition-delay: 0.95s;
		-webkit-transition-delay: 0.95s;
		-ms-transition-delay: 0.95s;
		transition-delay: 0.95s;
		-moz-filter: blur(0);
		-webkit-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}

	body.is-preload #wrapper > header .page-title {
		opacity: 0;
		-moz-transform: translateX(0.25em);
		-webkit-transform: translateX(0.25em);
		-ms-transform: translateX(0.25em);
		transform: translateX(0.25em);
		-moz-filter: blur(2px);
		-webkit-filter: blur(2px);
		-ms-filter: blur(2px);
		filter: blur(2px);
	}

	body.is-preload #wrapper > header p,
	body.is-preload #wrapper > header blockquote {
		opacity: 0;
		-moz-transform: translateX(0.5em);
		-webkit-transform: translateX(0.5em);
		-ms-transform: translateX(0.5em);
		transform: translateX(0.5em);
		-moz-filter: blur(2px);
		-webkit-filter: blur(2px);
		-ms-filter: blur(2px);
		filter: blur(2px);
	}

	body.is-preload #wrapper > header .special,
	body.is-preload #wrapper > header .btn-primary,
	body.is-preload #wrapper > header .btn-secondary,
	body.is-preload #wrapper > header .cta-premium,
	body.is-preload #wrapper > header .audience-selector {
		opacity: 0;
		-moz-transform: translateX(0.75em);
		-webkit-transform: translateX(0.75em);
		-ms-transform: translateX(0.75em);
		transform: translateX(0.75em);
		-moz-filter: blur(2px);
		-webkit-filter: blur(2px);
		-ms-filter: blur(2px);
		filter: blur(2px);
	}


	@media screen and (max-width: 736px) {

		#banner .hero-title {
			font-size: 1.5em;
		}

		#wrapper > header .page-title {
			font-size: 1.35em;
		}

	}

	body.is-preload #banner .hero-title {
		opacity: 0;
		-moz-transform: translateX(0.25em);
		-webkit-transform: translateX(0.25em);
		-ms-transform: translateX(0.25em);
		transform: translateX(0.25em);
		-moz-filter: blur(2px);
		-webkit-filter: blur(2px);
		-ms-filter: blur(2px);
		filter: blur(2px);
	}

	body.is-preload #banner .hero-cta-secondary {
		opacity: 0;
		-moz-transform: translateX(0.75em);
		-webkit-transform: translateX(0.75em);
		-ms-transform: translateX(0.75em);
		transform: translateX(0.75em);
		-moz-filter: blur(2px);
		-webkit-filter: blur(2px);
		-ms-filter: blur(2px);
		filter: blur(2px);
	}

	.wrapper {
		background-color: var(--bg-site-base);
		margin: 6.5em 0;
		position: relative;
	}

		.wrapper:before, .wrapper:after {
			background-color: var(--bg-site-base);
			-webkit-clip-path: polygon(0 101%, 100% -1%, 100% 101%);
			clip-path: polygon(0 101%, 100% -1%, 100% 101%);
			background-repeat: no-repeat;
			background-size: 100% 100%;
			content: '';
			display: block;
			height: calc(6.5em + 1px);
			position: absolute;
			width: 100%;
		}

		.wrapper:before {
			left: 0;
			top: calc(-6.5em - 1px);
		}

		.wrapper:after {
			-moz-transform: scaleY(-1);
			-webkit-transform: scaleY(-1);
			-ms-transform: scaleY(-1);
			transform: scaleY(-1);
			bottom: calc(-6.5em - 1px);
			left: 0;
		}

		.wrapper.alt:before {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
		}

		.wrapper.alt:after {
			-moz-transform: scaleY(-1) scaleX(-1);
			-webkit-transform: scaleY(-1) scaleX(-1);
			-ms-transform: scaleY(-1) scaleX(-1);
			transform: scaleY(-1) scaleX(-1);
		}

		.wrapper .inner {
			padding: 3em 0 1em 0 ;
			margin: 0 auto;
			width: 55em;
		}

		.wrapper.style2 {
			background-color: var(--bg-wrapper-style2);
		}

			.wrapper.style2:before, .wrapper.style2:after {
				background-color: var(--bg-wrapper-style2);
			}

			.wrapper.style2:before {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style2), 0 1px 0 0 var(--bg-wrapper-style2);
			}

			.wrapper.style2:after {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style2), 0 1px 0 0 var(--bg-wrapper-style2);
			}

		.wrapper.style3 {
			background-color: var(--bg-wrapper-style3);
		}

			.wrapper.style3:before, .wrapper.style3:after {
				background-color: var(--bg-wrapper-style3);
			}

			.wrapper.style3:before {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style3), 0 1px 0 0 var(--bg-wrapper-style3);
			}

			.wrapper.style3:after {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style3), 0 1px 0 0 var(--bg-wrapper-style3);
			}

		.wrapper.style4 {
			background-color: var(--bg-wrapper-style4);
		}

			.wrapper.style4:before, .wrapper.style4:after {
				background-color: var(--bg-wrapper-style4);
			}

			.wrapper.style4:before {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style4), 0 1px 0 0 var(--bg-wrapper-style4);
			}

			.wrapper.style4:after {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style4), 0 1px 0 0 var(--bg-wrapper-style4);
			}

		.wrapper.style5 {
			background-color: var(--bg-wrapper-style5);
		}

			.wrapper.style5:before, .wrapper.style5:after {
				background-color: var(--bg-wrapper-style5);
			}

			.wrapper.style5:before {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style5), 0 1px 0 0 var(--bg-wrapper-style5);
			}

			.wrapper.style5:after {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style5), 0 1px 0 0 var(--bg-wrapper-style5);
			}

		.wrapper.style6 {
			background-color: var(--bg-wrapper-style6);
		}

			.wrapper.style6:before, .wrapper.style6:after {
				background-color: var(--bg-wrapper-style6);
			}

			.wrapper.style6:before {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style6), 0 1px 0 0 var(--bg-wrapper-style6);
			}

			.wrapper.style6:after {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style6), 0 1px 0 0 var(--bg-wrapper-style6);
			}

		.wrapper.style7 {
			background-color: var(--bg-wrapper-style7);
		}

			.wrapper.style7:before, .wrapper.style7:after {
				background-color: var(--bg-wrapper-style7);
			}

			.wrapper.style7:before {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style7), 0 1px 0 0 var(--bg-wrapper-style7);
			}

			.wrapper.style7:after {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style7), 0 1px 0 0 var(--bg-wrapper-style7);
			}

		.wrapper.style8 {
			background-color: var(--bg-wrapper-style8);
		}

			.wrapper.style8:before, .wrapper.style8:after {
				background-color: var(--bg-wrapper-style8);
			}

			.wrapper.style8:before {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style8), 0 1px 0 0 var(--bg-wrapper-style8);
			}

			.wrapper.style8:after {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style8), 0 1px 0 0 var(--bg-wrapper-style8);
			}		
		
		.wrapper.spotlight {
			background-color: var(--bg-wrapper-style7);
		}

			.wrapper.spotlight:before, .wrapper.spotlight:after {
				background-color: var(--bg-wrapper-style7);
			}

			.wrapper.spotlight:before {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style7), 0 1px 0 0 var(--bg-wrapper-style7);
			}

			.wrapper.spotlight:after {
				box-shadow: inset 0 -1px 0 0 var(--bg-wrapper-style7), 0 1px 0 0 var(--bg-wrapper-style7);
			}

			.wrapper.spotlight .inner {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
			}

			.wrapper.spotlight .image {
				border-radius: 100%;
				margin: 0 3em 2em 0;
				width: 22em;
				overflow: hidden;
				-ms-flex: 1;
			}

				.wrapper.spotlight .image img {
					border-radius: 100%;
					width: 100%;
				}

			.wrapper.spotlight .content {
				width: 100%;
				-ms-flex: 2;
			}

			.wrapper.spotlight:nth-child(2n - 1) .inner {
				-moz-flex-direction: row-reverse;
				-webkit-flex-direction: row-reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
				text-align: right;
			}

			.wrapper.spotlight:nth-child(2n - 1) .image {
				margin: 0 0 2em 3em;
			}

			.wrapper.spotlight.style2 {
				background-color: var(--bg-spotlight-style2);
			}

				.wrapper.spotlight.style2:before, .wrapper.spotlight.style2:after {
					background-color: var(--bg-spotlight-style2);
				}

				.wrapper.spotlight.style2:before {
					box-shadow: none;
				}

				.wrapper.spotlight.style2:after {
					box-shadow: none;
				}

			.wrapper.spotlight.style3 {
				background-color: var(--bg-wrapper-style8);
			}

				.wrapper.spotlight.style3:before, .wrapper.spotlight.style3:after {
					background-color: var(--bg-wrapper-style8);
				}

				.wrapper.spotlight.style3:before {
					box-shadow: none;
				}

				.wrapper.spotlight.style3:after {
					box-shadow: none;
				}

			.wrapper.spotlight.style4 {
				background-color: var(--bg-spotlight-style4);
			}

				.wrapper.spotlight.style4:before, .wrapper.spotlight.style4:after {
					background-color: var(--bg-spotlight-style4);
				}

				.wrapper.spotlight.style4:before {
					box-shadow: none;
				}

				.wrapper.spotlight.style4:after {
					box-shadow: none;
				}

			.wrapper.spotlight.style5 {
				background-color: var(--bg-spotlight-style5);
			}

				.wrapper.spotlight.style5:before, .wrapper.spotlight.style5:after {
					background-color: var(--bg-spotlight-style5);
				}

				.wrapper.spotlight.style5:before {
					box-shadow: none;
				}

				.wrapper.spotlight.style5:after {
					box-shadow: none;
				}

			.wrapper.spotlight.style6 {
				background-color: var(--bg-spotlight-style6);
			}

				.wrapper.spotlight.style6:before, .wrapper.spotlight.style6:after {
					background-color: var(--bg-spotlight-style6);
				}

				.wrapper.spotlight.style6:before {
					box-shadow: none;
				}

				.wrapper.spotlight.style6:after {
					box-shadow: none;
				}

			.wrapper.spotlight.style7 {
				background-color: var(--bg-wrapper-taupe);
			}

				.wrapper.spotlight.style7:before, .wrapper.spotlight.style7:after {
					background-color: var(--bg-wrapper-taupe);
				}

				.wrapper.spotlight.style7:before {
					box-shadow: none;
				}

				.wrapper.spotlight.style7:after {
					box-shadow: none;
				}


		@media screen and (max-width: 980px) {

			.wrapper {
				margin: 4.75em 0;
			}

				.wrapper:before, .wrapper:after {
					height: calc(4.75em + 1px);
				}

				.wrapper:before {
					top: calc(-4.75em - 1px);
				}

				.wrapper:after {
					bottom: calc(-4.75em - 1px);
					left: 0;
				}

				.wrapper .inner {
					padding: 3em 3em 1em 3em ;
					width: 100%;
				}

				.wrapper.spotlight .image {
					margin: 0 2em 2em 0;
					width: 32em;
				}

				.wrapper.spotlight:nth-child(2n - 1) .image {
					margin: 0 0 2em 2em;
				}

		}

		@media screen and (max-width: 736px) {

			.wrapper {
				margin: 2.5em 0;
			}

				.wrapper:before, .wrapper:after {
					height: calc(2.5em + 1px);
				}

				.wrapper:before {
					top: calc(-2.5em - 1px);
				}

				.wrapper:after {
					bottom: calc(-2.5em - 1px);
					left: 0;
				}

				.wrapper .inner {
					padding: 2em 2em 0.1em 2em ;
				}

				.wrapper.spotlight .inner {
					-moz-align-items: -moz-flex-start;
					-webkit-align-items: -webkit-flex-start;
					-ms-align-items: -ms-flex-start;
					align-items: flex-start;
				}

				.wrapper.spotlight .image {
					width: 19em;
					margin: 0 1.75em 2em 0;
				}

				.wrapper.spotlight:nth-child(2n - 1) .image {
					margin: 0 0 2em 1.75em;
				}

		}

		@media screen and (max-width: 480px) {

			.wrapper.spotlight .inner {
				display: block;
			}

			.wrapper.spotlight .image {
				margin: 0 0 1em 0 !important;
				max-width: 85%;
				width: 12em;
			}

		}

		@media screen and (max-width: 360px) {

			.wrapper .inner {
				padding: 2em 1.5em 0.1em 1.5em ;
			}

		}

		#was-mit-identitaet-gemeint-ist.wrapper.spotlight .image {
			border-radius: 0;
			width: 30em;
			aspect-ratio: 1 / 1;
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		#was-mit-identitaet-gemeint-ist.wrapper.spotlight .image img {
			border-radius: 0;
			width: 100%;
			height: 100%;
			object-fit: contain;
			display: block;
		}

		@media screen and (max-width: 980px) {

			#was-mit-identitaet-gemeint-ist.wrapper.spotlight .image {
				width: 34em;
			}

		}

		@media screen and (max-width: 736px) {

			#was-mit-identitaet-gemeint-ist.wrapper.spotlight .image {
				width: 22em;
			}

		}

		@media screen and (max-width: 480px) {

			#was-mit-identitaet-gemeint-ist.wrapper.spotlight .image {
				margin: 0 0 4em 0 !important;
				max-width: 100%;
				width: 100%;
			}

			#was-mit-identitaet-gemeint-ist.wrapper.spotlight .content > .major:first-child {
				margin-top: 1em;
			}

		}

/* Footer */

	#footer .inner {
		padding: 5em 0 3em 0 ;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		width: 55em;
	}

		#footer .inner > * {
			width: 100%;
		}

		#footer .inner form {
			margin: 0 3em 0 0;
			width: calc(50% - 1.5em);
		}

		#footer .inner .contact {
			width: calc(50% - 1.5em);
		}

	#footer .inner .copyright {
		border-top: solid 2px rgba(255, 255, 255, 0.125);
		list-style: none;
		margin: 4em 0 2em 0;
			padding: 2em 0 0 0;
			width: 100%;
		}

			#footer .inner .copyright li {
				border-left: solid 2px rgba(255, 255, 255, 0.125);
				color: rgba(255, 255, 255, 0.35);
				display: inline-block;
				font-size: 0.9em;
				line-height: 1;
				margin-left: 1em;
				padding: 0;
				padding-left: 1em;
			}

				#footer .inner .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .inner .copyright li a {
					color: inherit;
				}

	#footer .footer-intro {
		max-width: 44rem;
	}

	#footer .footer-kicker,
	#footer .footer-action__label,
	#footer .footer-meta__label,
	#footer .footer-submeta__label {
		margin: 0 0 0.85rem 0;
		color: rgba(255, 255, 255, 0.58);
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 0.7rem;
		font-weight: 700;
		letter-spacing: 0.18em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	#footer .footer-kicker {
		margin-bottom: 1rem;
	}

	#footer .footer-lead {
		margin: 0;
		max-width: 38rem;
		color: rgba(255, 255, 255, 0.86);
		font-size: 1.15rem;
		line-height: 1.8;
	}

	#footer .footer-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem;
		margin: 2.5rem 0 0 0;
	}

	#footer .footer-actions > * {
		min-height: 11.5rem;
	}

	#footer .footer-action,
	#footer .footer-meta__block {
		padding-top: 1.5rem;
		border-top: solid 1px rgba(255, 255, 255, 0.12);
	}

	#footer .footer-action .cta-wrapper,
	#footer .footer-meta__block .cta-wrapper {
		margin: 0;
	}

	#footer .footer-action--primary {
		display: flex;
		flex-direction: column;
	}

	#footer .footer-action--primary .cta-wrapper {
		margin-top: auto;
		margin-bottom: auto;
	}

	#footer .footer-meta {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem;
		margin-top: 2.5rem;
	}

	#footer .footer-meta__text {
		margin: 0 0 1rem 0;
		color: rgba(255, 255, 255, 0.82);
	}

	#footer .footer-meta__links {
		display: flex;
		flex-wrap: wrap;
		gap: 0.65rem 1rem;
		margin: 0 0 1rem 0;
		padding: 0;
		list-style: none;
	}

	#footer .footer-meta__links li {
		margin: 0;
		padding: 0;
	}

	#footer .footer-meta__links a {
		border-bottom: none;
		color: rgba(255, 255, 255, 0.66);
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.13em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	#footer .footer-meta__links a:hover {
		color: rgba(255, 255, 255, 0.92);
	}

	#footer .footer-submeta {
		display: block;
		margin-top: 2.25rem;
		padding-top: 1.35rem;
		border-top: solid 1px rgba(255, 255, 255, 0.08);
	}

	#footer .footer-submeta__label {
		margin: 0 0 1rem 0;
	}

	#footer .footer-social {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}

	#footer .footer-social li {
		margin: 0 0 0.75rem 0;
		padding: 0;
	}

	#footer .footer-social li:last-child {
		margin-bottom: 0;
	}

	#footer .footer-social a {
		border-bottom: none;
		color: rgba(255, 255, 255, 0.82);
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 1.65;
	}

	#footer .footer-social a:hover {
		color: rgba(255, 255, 255, 0.9);
	}

	#footer .footer-social .icon:before {
		color: rgba(255, 255, 255, 0.58);
	}

	#footer .footer-contact {
		margin: 0;
		width: 100%;
	}

	#footer .footer-contact li {
		margin: 0 0 0.75rem 0;
	}

	@media screen and (max-width: 1280px) {

		#footer {
			background-color: var(--bg-site-base);
			background-image: linear-gradient(to top, var(--bg-site-overlay), var(--bg-site-overlay)), url("../../images/identitaet-klarheit-coaching.jpg");/*("../../images/bg.jpg");*/
			background-size: auto,
 cover;
			background-position: center,
 center;
			margin-top: -6.5em;
			padding-top: 6.5em;
		}

	}

	@media screen and (max-width: 980px) {

		#footer {
			margin-top: -4.75em;
			padding-top: 4.75em;
		}

			#footer .inner {
				padding: 3em 3em 1em 3em ;
				display: block;
				width: 100%;
			}

				#footer .inner form {
					width: 100%;
					margin: 0 0 4em 0;
				}

				#footer .inner .contact {
					width: 100%;
					margin: 0 0 4em 0;
				}

			#footer .inner .copyright {
				margin: 4em 0 2em 0;
			}

			#footer .footer-actions,
			#footer .footer-meta {
				grid-template-columns: 1fr;
				gap: 1.5rem;
			}

	}

	@media screen and (max-width: 736px) {

		#footer {
			margin-top: -2.5em;
			padding-top: 2.5em;
		}

			#footer .inner {
				padding: 2em 2em 0.1em 2em ;
			}

			#footer .footer-lead {
				font-size: 1.02rem;
				line-height: 1.75;
			}

				#footer .inner form {
					margin: 0 0 3em 0;
				}

				#footer .inner .contact {
					margin: 0 0 3em 0;
				}

	}

	@media screen and (max-width: 480px) {

		#footer .inner .copyright li {
			border-left: 0;
			display: block;
			margin: 1em 0 0 0;
			padding-left: 0;
		}

			#footer .inner .copyright li:first-child {
				margin-top: 0;
			}

	}

	@media screen and (max-width: 360px) {

		#footer .inner {
			padding: 2em 1.5em 0.1em 1.5em ;
		}

	}


.contact-intro{
	max-width:48rem;
	margin:0 0 3rem 0;
}

.contact-grid{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:1.45rem;
	align-items:stretch;
}

.contact-card .package-card__footer{
	align-items:flex-start;
}

.contact-card .package-card__footer .cta-wrapper{
	justify-content:flex-start;
}

.contact-card .package-card__footer .btn-primary,
.contact-card .package-card__footer .btn-secondary{
	min-width:0;
	margin:0;
}

.contact-card__email{
	margin:0;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.84rem;
	font-weight:700;
	letter-spacing:0.08em;
	line-height:1.5;
	text-transform:uppercase;
}

.contact-card__email a{
	border-bottom:none;
}

.contact-page__closing{
	max-width:48rem;
	margin:2.25rem 0 0 0;
	color:var(--color-text-middle);
}

.premium-page-intro .page-note{
	margin:0 0 2rem 0;
	color:rgba(255,255,255,0.72);
}

.premium-page{
	display:grid;
	gap:3.5rem;
}

.premium-block{
	display:grid;
	gap:1.25rem;
}

.premium-block ul{
	margin:0;
	padding-left:1.25rem;
}

.premium-block li{
	margin:0.35rem 0;
}

.premium-facts{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:1.5rem;
}

.premium-fact{
	padding:1.75rem;
	border:solid 1px rgba(255,255,255,0.12);
	background:rgba(255,255,255,0.035);
}

.premium-fact h3{
	margin:0 0 0.9rem 0;
}

.premium-fact p:last-child{
	margin-bottom:0;
}

.premium-cta-block{
	padding-top:0.5rem;
}

.business-hero{
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-height:clamp(28rem, 60vh, 40rem);
	padding-bottom:0;
}

.business-hero__support{
	max-width:44rem;
	margin:0 0 2.2em 0;
	color:rgba(255,255,255,0.78);
	font-family:"Source Sans Pro", Helvetica, sans-serif;
	font-size:1.04em;
	font-weight:300;
	letter-spacing:0.01em;
	line-height:1.65;
	text-transform:none;
}

.business-page{
	display:flex;
	flex-direction:column;
	gap:4.5rem;
}

.business-section-head{
	max-width:48rem;
}

.business-section-head .major{
	margin-bottom:0;
}

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

.relevance-grid .wissen-path-card,
.business-format-card{
	background:rgba(255,255,255,0.04);
	border:1px solid rgba(255,255,255,0.1);
}

.relevance-grid .wissen-path-card{
	gap:0.7rem;
}

.relevance-grid .wissen-path-card__title{
	font-size:0.9rem;
	line-height:1.45;
}

.business-format-grid{
	align-items:stretch;
}

.business-format-card{
	gap:0.9rem;
}

.business-benefits{
	grid-template-columns:repeat(2, minmax(0, 1fr));
}

.business-benefits .premium-fact{
	border:1px solid rgba(255,255,255,0.1);
	background:rgba(255,255,255,0.04);
	border-radius:1.1rem;
}

.business-benefits .premium-fact h3{
	color:#ffffff;
	font-family:Raleway, Helvetica, sans-serif;
	font-size:0.9rem;
	font-weight:700;
	letter-spacing:0.08em;
	line-height:1.45;
	text-transform:uppercase;
}

.business-benefits .premium-fact p{
	margin-bottom:0;
}

.speaker-positioning{
	max-width:50rem;
	display:grid;
	gap:1rem;
	background:rgba(255,255,255,0.04);
	border:1px solid rgba(255,255,255,0.1);
}

.business-cta-block{
	max-width:52rem;
}

.business-cta-copy{
	max-width:42rem;
	margin:0;
}

.business-cta-copy a{
	border-bottom:1px solid rgba(214, 197, 168, 0.55);
}

.business-cta-copy a:hover{
	border-bottom-color:rgba(255,255,255,0.8);
}

.video-embed-block{
	border:solid 1px rgba(255,255,255,0.12);
	background:rgba(255,255,255,0.035);
	padding:1rem;
}

.video-embed-frame{
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.video-embed-frame iframe{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	border:0;
}

.video-embed-caption{
	margin-top:-0.5rem;
	color:rgba(255,255,255,0.72);
}

@media screen and (max-width: 980px) {

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

	.premium-facts{
		grid-template-columns:1fr;
	}

	.business-page{
		gap:3.5rem;
	}

	.relevance-grid,
	.business-benefits{
		grid-template-columns:1fr;
	}
}
