/* time taken: 33 ms */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
@media screen {
  html {
    color: #2a3133;
    background: #2a3133;
  }
}
@media print {
  html {
    color: #2a3133;
  }
}
html.skin-layout-white {
  background: #a5acaf;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
}
@media print {
  body {
    font-size: 9.5pt;
    line-height: 12pt;
  }
}
a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  color: #2a3133;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover,
a:focus,
a:active {
  color: #2a3133;
}
strong,
b {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #2a3133;
  margin-bottom: 20px;
}
@media (min-width: 48.0625em) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 48.0625em) {
  h1 {
    margin-bottom: 40px;
  }
}
@media print {
  h1 {
    font-size: 38pt;
    line-height: 42pt;
    margin-bottom: 35px;
  }
}
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #2a3133;
  margin-bottom: 15px;
}
@media (min-width: 48.0625em) {
  h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media print {
  h2 {
    font-size: 16pt;
    line-height: 22pt;
    margin-bottom: 15px;
  }
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media print {
  h3 {
    font-size: 12pt;
  }
}
p {
  margin-bottom: 10px;
}
@media print {
  p {
    margin-bottom: 5px;
  }
}
hr {
  margin: 10px 0;
  height: 1px;
  border: none;
  background: #2a3133;
  width: 100%;
  -webkit-print-color-adjust: exact;
}
@media (min-width: 48.0625em) {
  hr {
    margin: 20px 0;
  }
}
.row + h2,
.row + .row,
p + h2,
ul + h2 {
  margin-top: 35px;
}
@media print {
  .row + h2,
  .row + .row,
  p + h2,
  ul + h2 {
    margin-top: 25px;
  }
}
p + h3,
ul + h3 {
  margin-top: 25px;
}
@media print {
  p + h3,
  ul + h3 {
    margin-top: 10px;
  }
}
ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}
table.table-bordered {
  border: 1px solid #a5acaf;
}
table.table-bordered thead th {
  padding: 5px 10px 5px 10px;
  border-bottom-width: 4px;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #a5acaf;
}
@media print {
  table.table-bordered tbody th,
  table.table-bordered tbody td {
    padding: 2px 5px;
  }
}
table.table-bordered tbody tr:hover th,
table.table-bordered tbody tr:hover td {
  cursor: default;
  background: #ffcc00;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
  border-bottom-width: 4px;
}
/*
table {
	border: none;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;

	th {
		font-weight: bold;
		padding-top: 15px;
	}

	th, td {
		vertical-align: top;
		text-align: left;
		padding: 5px 10px 5px;
		//border-color: @iron;
		//border-bottom: 1px solid @iron;
	}

	tr td {
		background: transparent;

		a {
			text-decoration: none;
			border: none;
			font-weight: bold;
		}
	}

	tr:hover {
		td {
			cursor: default;
			background: @yellow !important;
		}
	}

	&.table-bordered {
		border: 1px solid @white;

		tbody {
			th, td {
				padding: 5px 10px 5px 10px;
				border: 1px solid @gray;

				@media print {
					padding: 2px 5px;
				}
			}

			tr:hover th,
			tr:hover td {
				cursor: default;
				background: @yellow;
			}
		}

		tfoot {
			th, td {
				border-bottom-width: 4px;
			}
		}
	}

	&.table-striped {
		width: 100%;
		border-radius: 15px;
		border-spacing: 0;
		background: #ebebeb;
		th, td {
			padding: 5px;

			@media print {
				padding: 2px 5px;
			}
		}

		tbody {
			tr:nth-child(odd) th,
			tr:nth-child(odd) td {
				background: @iron;
				-webkit-print-color-adjust: exact;
			}

			tr:hover th,
			tr:hover td {
				cursor: default;
				background: @yellow;
			}
		}
	}

	&.table-striped-vertical {
		th, td {
			padding: 5px 10px;

			@media print {
				padding: 5px 5px 5px 2px;
			}
		}

		tbody {
			background: #fff;

			td.highlights {
				border-left: 1px solid @gray;
			}

			td:hover {
				cursor: default;
				background: @yellow;
			}
		}
	}
	tfoot {
		th, td {
			text-align: right;
			font-size: 12px;
			padding: 5px 15px 15px !important;
		}
	}
}
*/
.visually-hidden {
  display: none;
}
.pricing__wrapper {
  overflow: auto;
  text-align: center;
}
.pricing__wrapper:focus {
  outline: 3px solid #164194;
  outline-offset: 3px;
}
.pricing__wrapper:not(:focus-visible) {
  outline: 2px solid transparent;
}
.pricing__table {
  width: 100%;
  border-radius: 15px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ebebeb;
}
.pricing__table thead tr:not(:first-child) td:nth-child(1),
.pricing__table tbody tr td:nth-child(1),
.pricing__table thead tr:not(:first-child) th:nth-child(1),
.pricing__table tbody tr th:nth-child(1),
.pricing__table thead tr:not(:first-child) td:nth-child(2),
.pricing__table tbody tr td:nth-child(2),
.pricing__table thead tr:not(:first-child) th:nth-child(2),
.pricing__table tbody tr th:nth-child(2),
.pricing__table thead tr:not(:first-child) td:nth-child(4),
.pricing__table tbody tr td:nth-child(4),
.pricing__table thead tr:not(:first-child) th:nth-child(4),
.pricing__table tbody tr th:nth-child(4) {
  border-right: 1px solid #d5d5d5;
}
.pricing__table td,
.pricing__table th {
  padding: 10px 5px;
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
}
.pricing__table td:last-child {
  padding-right: 15px;
}
.pricing__table thead th {
  z-index: 1;
  position: sticky;
  padding: 5px;
  width: 25vw;
  max-width: 150px;
  background: #ebebeb;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
.pricing__table thead th[colspan] {
  text-align: center;
  padding-bottom: 0;
}
.pricing__table thead th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  text-align: left;
  background: #ebebeb;
}
.pricing__table thead tr:first-child th {
  z-index: unset;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none;
  padding-top: 15px;
}
.pricing__table tbody th {
  z-index: 1;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  background: #ebebeb;
  text-align: left;
  white-space: nowrap;
}
.pricing__table tbody th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
}
.pricing__table tbody tr:nth-child(odd) td,
.pricing__table tbody tr:nth-child(odd) th {
  background: #ffffff;
}
.pricing__table tbody tr:nth-child(even) td,
.pricing__table tbody tr:nth-child(even) th {
  background: #ebebeb;
}
.pricing__table tbody tr:last-child td,
.pricing__table tbody tr:last-child th {
  border-bottom: 1px solid #d5d5d5;
}
.pricing__table tbody tr td {
  height: 44px;
}
.pricing__table tbody tr.state-tr--hovered td,
.pricing__table tbody tr.state-tr--hovered th {
  background: #2a3133 !important;
  color: #ffffff;
}
.pricing__table tfoot th {
  padding: 5px 15px 15px;
  font-size: 12px;
}
.pricing__table.state-table--filtered tbody tr td,
.pricing__table.state-table--filtered tbody tr th {
  border-bottom: 1px solid #ebebeb;
  background: #ffffff;
}
.pricing__table.skin-jugend-table td,
.pricing__table.skin-jugend-table th {
  text-align: left;
}
.pricing__table.skin-jugend-table tbody tr td:nth-child(1),
.pricing__table.skin-jugend-table tbody tr th:nth-child(1),
.pricing__table.skin-jugend-table tbody tr td:nth-child(2),
.pricing__table.skin-jugend-table tbody tr th:nth-child(2),
.pricing__table.skin-jugend-table tbody tr td:nth-child(4),
.pricing__table.skin-jugend-table tbody tr th:nth-child(4) {
  border-right: 0;
}
.pricing__table.skin-jugend-table tfoot th {
  padding-top: 10px;
  text-align: right;
}
.pricing__currency {
  display: block;
}
.pricing__btn--add {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: none;
  border-radius: 5px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing__btn--add:hover,
.pricing__btn--add:focus,
.pricing__btn--add:active {
  color: #ffffff;
  background: #164194;
}
.state-pricing--hidden {
  display: none;
}
.material-icons-round.pricing__loader-icon {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  font-size: 80px;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #2a3133;
  }
  to {
    -webkit-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    transform: rotate(-359deg);
    color: #164194;
  }
}
figure {
  margin-bottom: 10px;
}
figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media print {
  figure img {
    max-width: 100%;
  }
}
@media print {
  figure.print-max-height img {
    max-height: 95vh;
    width: auto;
  }
}
figure figcaption {
  color: #ffffff;
  padding: 5px;
  background: #164194;
}
figure figcaption h3 {
  margin-bottom: 5px;
}
.btn {
  font-family: Arial, sans-serif;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #ffcc00;
  background: #2a3133;
  z-index: 0;
  padding: 17px 40px;
  min-width: 200px;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #a5acaf;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffcc00;
}
.btn:hover:before,
.btn:active:before,
.btn:focus:before {
  height: 100%;
}
@media print {
  .wow {
    display: block !important;
    visibility: visible !important;
  }
}
.b-helper-scroll {
  overflow-x: auto;
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.b-helper-scroll-right {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 40px;
  height: auto;
  color: #2a3133;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffffff',GradientType=1);
}
.b-helper-scroll-right.hidden {
  display: none;
}
.b-helper-scroll-right i {
  position: absolute;
  font-size: 25px;
  top: 10px;
  right: 0;
  font-weight: bold;
}
@media (min-width: 64.0625em) {
  .b-helper-scroll-right {
    display: none;
  }
}
@media print {
  .b-helper-scroll-right {
    display: none;
  }
}
.link-download {
  display: inline-block;
  font-size: 20px;
  white-space: nowrap;
  color: #2a3133;
  background: #ffcc00;
  overflow: hidden;
  padding: 15px;
  border-radius: 15px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
}
.link-download:hover,
.link-download:active,
.link-download:focus {
  color: #ffffff;
  background: #164194;
}
@media print {
  .link-download {
    display: none;
  }
}
.link-download i {
  float: left;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.btn-down {
  position: relative;
  clear: both;
  display: block;
  font-size: 25px;
  white-space: nowrap;
  width: 100%;
  z-index: 5;
  text-align: center;
  height: 80px;
}
@media print {
  .btn-down {
    display: none;
  }
}
.btn-down i {
  display: inline-block;
  margin: 10px auto 0;
  cursor: pointer;
  font-size: 44px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  color: #a5acaf;
}
@media (min-width: 48.0625em) {
  .btn-down i {
    font-size: 54px;
  }
}
.btn-down.btn-down-dark i {
  color: #a5acaf;
}
.btn-down:hover i {
  margin-top: 30px;
  color: #2a3133;
}
.btn-down.btn-up:hover i {
  margin-top: -10px;
}
.btn-download,
.btn-print {
  position: fixed;
  display: block;
  font-size: 25px;
  white-space: nowrap;
  z-index: 5;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  text-shadow: 0 0 3px #2a3133;
}
@media print {
  .btn-download,
  .btn-print {
    display: none;
  }
}
@media (max-width: 48em) {
  .btn-download,
  .btn-print {
    display: none;
  }
}
.btn-download i,
.btn-print i {
  display: inline-block;
  margin: 10px auto 0;
  cursor: pointer;
  font-size: 44px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  color: #a5acaf;
}
@media (min-width: 48.0625em) {
  .btn-download i,
  .btn-print i {
    font-size: 54px;
  }
}
.btn-download {
  right: 75px;
}
@media print {
  .wow {
    display: block !important;
    visibility: visible !important;
  }
}
@media print {
  .hide-print {
    display: none !important;
  }
}
@media screen {
  .show-print {
    display: none;
  }
}
.show-medium {
  display: none;
}
@media (max-width: 48em) {
  .show-medium {
    display: block;
  }
}
@media print {
  .parallax-mirror {
    display: none;
  }
}
@page {
  margin: 2.5cm 1.5cm 1.5cm;
}

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=d7505fe7-6846-4dfb-aacb-501a6698a869");
@font-face {
  font-family: 'Linearicons';
  src: url('assets/fonts/linearicons/Linearicons-Free.eot?w118d');
  src: url('assets/fonts/linearicons/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('assets/fonts/linearicons/Linearicons-Free.woff2?w118d') format('woff2'), url('assets/fonts/linearicons/Linearicons-Free.woff?w118d') format('woff'), url('assets/fonts/linearicons/Linearicons-Free.ttf?w118d') format('truetype'), url('assets/fonts/linearicons/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque W01 Regular";
  src: url("assets/fonts/brandon/050663eb-e1cb-4e20-83bc-b6fbb0650136.woff2") format("woff2"), url("assets/fonts/brandon/3c904513-944e-4a14-9492-e7bd0f1d77c0.woff") format("woff");
}
@font-face {
  font-family: "Brandon Grotesque W01 Bold";
  src: url("assets/fonts/brandon/d849a1c9-784e-4774-af52-86b6dc52cae6.woff2") format("woff2"), url("assets/fonts/brandon/6a0d5f5e-3ccd-4763-9f8b-e93735b722bc.woff") format("woff");
}

@media screen {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media print {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media print {
  .col-pr-1,
  .col-pr-2,
  .col-pr-3,
  .col-pr-4,
  .col-pr-5,
  .col-pr-6,
  .col-pr-7,
  .col-pr-8,
  .col-pr-9,
  .col-pr-10,
  .col-pr-11,
  .col-pr-12 {
    float: left;
  }
  .col-pr-12 {
    width: 100%;
  }
  .col-pr-11 {
    width: 91.66666667%;
  }
  .col-pr-10 {
    width: 83.33333333%;
  }
  .col-pr-9 {
    width: 75%;
  }
  .col-pr-8 {
    width: 66.66666667%;
  }
  .col-pr-7 {
    width: 58.33333333%;
  }
  .col-pr-6 {
    width: 50%;
  }
  .col-pr-5 {
    width: 41.66666667%;
  }
  .col-pr-4 {
    width: 33.33333333%;
  }
  .col-pr-3 {
    width: 25%;
  }
  .col-pr-2 {
    width: 16.66666667%;
  }
  .col-pr-1 {
    width: 8.33333333%;
  }
}
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}

.fancybox-enabled{overflow:hidden;-ms-touch-action:none;touch-action:none}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition:opacity .3s cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .1s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-image,.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-image{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;cursor:default;-webkit-transform-origin:top left;transform-origin:top left;max-width:none;max-height:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-controls--canzoomOut .fancybox-image{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-image{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-image{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-image{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image div{width:100%;height:100%}.fancybox-spaceball{position:absolute;top:0;left:0;z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{margin:0;padding:40px;background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:4px;right:4px;padding:0;margin:0;width:30px;height:30px;font:21px/1 Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;cursor:pointer;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .6s infinite linear;animation:a .6s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-infobar{margin-left:auto}.fancybox-container--thumbs .fancybox-buttons,.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
.lnr {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}

.mod-emotion {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 180px;
}
@media screen {
  .mod-emotion {
    border-top: 5px solid #a5acaf;
  }
}
@media (min-width: 33.0625em) {
  .mod-emotion {
    min-height: 20vh;
  }
}
@media (min-width: 48.0625em) {
  .mod-emotion {
    min-height: 25vh;
  }
}
@media (min-width: 64.0625em) {
  .mod-emotion {
    min-height: 35vh;
  }
}
@media print {
  .mod-emotion {
    height: 170px;
    min-height: 170px;
  }
}
.mod-emotion img {
  position: relative;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  z-index: 3;
}
.mod-emotion .emotion-parallax {
  width: 100%;
  height: 180px;
}
@media (min-width: 33.0625em) {
  .mod-emotion .emotion-parallax {
    min-height: 20vh;
  }
}
@media (min-width: 48.0625em) {
  .mod-emotion .emotion-parallax {
    min-height: 25vh;
  }
}
@media (min-width: 64.0625em) {
  .mod-emotion .emotion-parallax {
    min-height: 35vh;
    height: 100%;
  }
}
@media print {
  .mod-emotion .emotion-parallax {
    display: none;
  }
}
.mod-emotion h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media screen {
  .mod-emotion h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    resize: none;
    overflow: auto;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 33.0625em) {
  .mod-emotion h1 {
    font-size: 12vw;
    line-height: 1;
  }
}
@media screen and (min-width: 80.0625em) {
  .mod-emotion h1 {
    font-size: 110px;
  }
}
@media print {
  .mod-emotion h1 {
    color: #2a3133;
    -webkit-print-color-adjust: exact;
    font-size: 30pt;
    line-height: 35pt;
    bottom: 0;
    top: auto;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 15px 0;
  }
}
.mod-emotion .emotion-down {
  position: absolute;
  top: 75%;
  display: block;
  color: #ffffff;
  font-size: 25px;
  white-space: nowrap;
  width: 100%;
  z-index: 5;
}
@media (max-width: 48em) {
  .mod-emotion .emotion-down {
    display: none;
  }
}
@media print {
  .mod-emotion .emotion-down {
    display: none;
  }
}
.mod-emotion .emotion-down span {
  display: block;
  width: 100%;
}
.mod-emotion .emotion-down i {
  display: inline-block;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin-top: 10px;
  background: url(/assets/img/icon_scroll.png) no-repeat;
  background-size: 46px 46px;
  border: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.mod-footer {
  color: #ffffff;
  padding: 0 15px;
}
.mod-footer h3 {
  color: #ffcc00;
  margin-bottom: 0;
}
.mod-footer a {
  color: #ffffff;
}
.mod-footer a:hover,
.mod-footer a:active,
.mod-footer a:focus {
  color: #ffffff;
}
.mod-footer .footer-nav {
  overflow: hidden;
  margin: 20px 0;
}
.mod-footer .footer-nav li {
  display: inline;
}
.mod-footer .footer-nav li:after {
  content: " | ";
}
.mod-footer .footer-nav li:last-child:after {
  content: normal;
}
.mod-footer .footer-nav li a {
  color: #ffffff;
}
.mod-footer .footer-nav li a:hover,
.mod-footer .footer-nav li a:active,
.mod-footer .footer-nav li a:focus {
  color: #ffcc00;
}
.mod-footer .footer-nav li:first-child a {
  padding-left: 0;
}
.mod-footer .footer-nav li:last-child a {
  border: none;
}
.mod-footer .footer-buttons a {
  float: left;
  margin: 0 15px 10px 0;
  font-size: 28px;
  line-height: 35px;
}
@media print {
  .mod-footer {
    color: #2a3133;
  }
  .mod-footer h3 {
    color: #2a3133;
  }
  .mod-footer .footer-nav {
    display: none;
  }
}

.mod-intro {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen {
  .mod-intro .intro-image {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/assets/resources/160097_us_0030290.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
.mod-intro .intro-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.mod-intro .intro-text h1 {
  position: absolute;
  z-index: 1;
  line-height: 1;
  width: 100%;
  margin-bottom: 0;
  font-size: 12.5vw;
  color: #ffffff;
}
@media screen and (min-width: 33.0625em) {
  .mod-intro .intro-text h1 {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 80.0625em) {
  .mod-intro .intro-text h1 {
    font-size: 100px;
  }
}
@media print {
  .mod-intro .intro-text h1 {
    font-size: 100px;
  }
}
.mod-intro .btn-down {
  display: block;
  position: absolute;
  top: 75%;
  width: 100%;
}
@media print {
  .mod-intro .btn-down {
    display: none;
  }
}
.mod-intro .btn-down i {
  color: #ffffff;
}
@media (min-width: 80.0625em) {
  .mod-intro .btn-down i {
    font-size: 96px;
  }
}
.mod-intro .btn-down:hover i {
  color: #ffffff;
}

.mod-layout .l-header,
.mod-layout .l-footer {
  position: relative;
  height: 0;
}
.mod-layout .l-header-logo {
  float: left;
  position: relative;
  top: -300px;
  -webkit-transition: top 500ms ease;
  transition: top 500ms ease;
}
.mod-layout .l-header-logo.is-animated {
  top: 0;
}
.mod-layout .l-header-menu {
  float: right;
  position: relative;
  top: -300px;
  -webkit-transition: top 500ms ease;
  transition: top 500ms ease;
}
.mod-layout .l-header-menu.is-animated {
  top: 0;
}
.mod-layout .l-emotion {
  position: relative;
}
@media print {
  .mod-layout .l-emotion {
    margin-bottom: 20px;
  }
}
@media screen {
  .mod-layout .l-emotion:before {
    content: " ";
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -11px;
    width: 100%;
    height: 10px;
    background: transparent;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 60%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.33)), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 60%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 60%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 60%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 60%);
    background-position: 0 -4px;
    background-repeat: no-repeat;
  }
}
.mod-layout .l-container {
  margin: 0 auto;
  position: relative;
}
@media screen {
  .mod-layout .l-container {
    max-width: 940px;
  }
}
@media screen and (min-width: 33.0625em) {
  .mod-layout .l-container {
    display: table;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .mod-layout .l-container {
    padding: 0;
  }
}
.mod-layout .l-section {
  position: relative;
  page-break-before: always;
}
@media screen {
  .mod-layout .l-section {
    background: #ffffff;
  }
}
@media screen {
  .mod-layout .l-section {
    min-height: 300px;
    padding-bottom: 120px;
  }
}
@media screen {
  .mod-layout .l-section.l-section-intro {
    min-height: 100vh;
  }
}
@media print {
  .mod-layout .l-section.l-section-intro {
    min-height: 300px;
  }
}
.mod-layout .l-section.l-section-outro {
  background: #a5acaf;
}
@media screen {
  .mod-layout .l-section.l-section-outro {
    min-height: 0;
  }
}
@media print {
  .mod-layout .l-section.l-section-outro {
    display: none;
  }
}
@media screen {
  .mod-layout .l-section.l-section-dark {
    background: #2a3133;
    border-top: 5px solid #a5acaf;
  }
  .mod-layout .l-section.l-section-dark * {
    color: #ffffff;
  }
}
.mod-layout .l-container-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
@media screen {
  .mod-layout .l-container-wrapper {
    min-height: 60vh;
  }
}
@media screen and (min-width: 48.0625em) {
  .mod-layout .l-container-wrapper {
    padding: 40px 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .mod-layout .l-container-intro {
    margin-left: 30%;
  }
}
@media screen and (min-width: 80.0625em) {
  .mod-layout .l-container-intro {
    margin-left: 35%;
  }
}
.mod-layout .l-content-detail {
  position: relative;
  max-width: 750px;
  padding: 50px 15px 0;
  margin: 0 auto;
}
.mod-layout .l-content-detail .detail-chapter {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 380px;
  line-height: 280px;
  position: absolute;
  left: -100px;
  top: 0;
  z-index: -1;
  color: #a5acaf;
}
.mod-layout .l-content-language {
  max-width: 560px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
@media screen {
  .mod-layout .l-content-intro {
    max-width: 1024px;
    padding: 0 15px;
  }
}
@media (max-width: 33em) {
  .mod-layout .l-content-intro {
    margin-bottom: 30px;
  }
}
.mod-layout .l-content-intro .btn {
  position: relative;
}
.mod-layout .l-context {
  margin-bottom: 20px;
}
@media screen {
  .mod-layout .l-context {
    padding: 20px;
    color: #ffffff;
    background: #2a3133;
  }
  .mod-layout .l-context * {
    color: #ffffff;
  }
}
@media print {
  .mod-layout .l-context {
    margin-bottom: 10px;
  }
  .mod-layout .l-context * {
    color: #2a3133;
  }
}
.mod-layout .l-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 20;
  overflow: scroll;
  padding-top: 100px;
}
.mod-layout .l-overlay .l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: #ffffff;
  min-height: 100px;
}
.mod-layout .l-overlay .l-overlay-close {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  color: #ffffff;
  z-index: 4;
  font-size: 25px;
  padding: 5px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 33.0625em) {
  .mod-layout .l-overlay .l-overlay-close {
    padding: 20px 0;
  }
}
@media (min-width: 48.0625em) {
  .mod-layout .l-overlay .l-overlay-close {
    top: 20px;
    right: 40px;
  }
}
.mod-layout .l-overlay .l-overlay-close:hover,
.mod-layout .l-overlay .l-overlay-close:focus,
.mod-layout .l-overlay .l-overlay-close:active {
  color: #ffcc00;
}
.mod-layout .l-overlay .l-overlay-close i {
  float: left;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  background: url(/assets/img/icon_back.png) no-repeat;
  background-size: 30px 30px;
}
.mod-layout .l-footer {
  padding: 20px 0;
  position: relative;
}
@media screen {
  .mod-layout .l-footer {
    border-top: 5px solid #ffcc00;
  }
}
@media print {
  .mod-layout .l-footer {
    border-top: 2px solid #ffcc00;
    display: none;
  }
}
.mod-layout .l-footer:before {
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  top: -16px;
  width: 100%;
  height: 10px;
  background: transparent;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 60%);
  background-position: 0 5px;
  background-repeat: no-repeat;
}

.mod-logo {
  position: relative;
  width: 42px;
  z-index: 4;
  margin: 8px 10px 0 10px;
  float: left;
}
@media (min-width: 33.0625em) {
  .mod-logo {
    margin: 10px 15px 0 15px;
    width: 48px;
  }
}
@media (min-width: 48.0625em) {
  .mod-logo {
    margin: 15px 15px 0 15px;
    width: 100px;
  }
}
@media (min-width: 64.0625em) {
  .mod-logo {
    margin: 30px 40px 0 40px;
    width: 120px;
  }
}
@media (min-width: 80.0625em) {
  .mod-logo {
    margin: 30px 40px 0 40px;
    width: 160px;
  }
}
.mod-logo .logo-link {
  display: block;
  margin-bottom: 10px;
}
.mod-logo img {
  width: 100%;
  vertical-align: top;
  height: auto;
}

.mod-menu {
  position: relative;
  margin: 0 0 50px 20px;
  max-width: 300px;
}
@media (max-width: 48em) {
  .mod-menu {
    display: none !important;
  }
}
@media (min-width: 48.0625em) {
  .mod-menu {
    margin-left: 55px;
  }
}
@media (min-width: 64.0625em) {
  .mod-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    margin-left: 5%;
  }
}
@media (min-width: 80.0625em) {
  .mod-menu {
    margin-left: 10%;
  }
}
@media print {
  .mod-menu {
    display: none !important;
  }
}
.mod-menu:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 15px;
  bottom: 35px;
  width: 4px;
  background: #2a3133;
}
.mod-menu ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.mod-menu li {
  position: relative;
  display: block;
}
@media (min-width: 80.0625em) {
  .mod-menu li {
    margin-bottom: 15px;
  }
}
.mod-menu li:before,
.mod-menu li:after {
  position: absolute;
  left: -5px;
  top: 17px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2a3133;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mod-menu li:before {
  left: -5px;
  top: 15px;
  background: #2a3133;
  border: 2px solid #2a3133;
}
.mod-menu li.active:after,
.mod-menu li:hover:after {
  width: 13px;
  height: 13px;
  left: -7px;
  margin-top: -6px;
  background: #ffcc00;
}
.mod-menu li.active:before,
.mod-menu li:hover:before {
  width: 15px;
  height: 15px;
  left: -10px;
  margin-top: -7px;
}
.mod-menu li.active a,
.mod-menu li:hover a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  width: auto;
  overflow: hidden;
  text-overflow: clip;
}
.mod-menu li:hover:after {
  background: #ffffff;
}
.mod-menu li:hover:before {
  background: #2a3133;
  border-color: #2a3133;
}
.mod-menu a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 10px 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mod-menu span {
  font-family: Arial, sans-serif;
  font-weight: bold;
}



@media all {
  .beispiele figure {
    border: 1px solid #164194;
  }
}

@media all {
  .bildarchiv {
    margin-top: 20px;
  }
  .bildarchiv a {
    outline: none;
  }
  .bildarchiv .image {
    height: 150px;
    overflow: hidden;
  }
  .bildarchiv .image img {
    display: block;
    vertical-align: top;
  }
  .bildarchiv figure {
    margin-bottom: 20px;
  }
}

@media all {
  .mod-style-guide .buttons .button {
    margin-bottom: 10px;
  }
}

@media all {
  .colors .color {
    position: relative;
    float: left;
    text-align: center;
    width: 90%;
    max-width: 260px;
  }
  .colors .color span {
    display: block;
  }
  .colors .color .preview {
    width: 100%;
    height: 150px;
  }
  .colors .color .hex {
    margin-top: 2px;
  }
  .colors .color .hex:after {
    color: #2a3133;
    font-weight: bold;
  }
  .colors .color .title {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .colors .color.blue .preview {
    background: #164194;
  }
  .colors .color.blue .hex:after {
    content: "#164194";
  }
  .colors .color.blue-bright .preview {
    background: #8ba0ca;
  }
  .colors .color.blue-bright .hex:after {
    content: "#8ba0ca";
  }
  .colors .color.yellow .preview {
    background: #ffcc00;
  }
  .colors .color.yellow .hex:after {
    content: "#ffcc00";
  }
  .colors .color.yellow-bright .preview {
    background: #ffe162;
  }
  .colors .color.yellow-bright .hex:after {
    content: "#ffe162";
  }
  .colors .color.gray .preview {
    background: #a5acaf;
  }
  .colors .color.gray .hex:after {
    content: "#a5acaf";
  }
  .colors .color.black .preview {
    background: #2a3133;
  }
  .colors .color.black .hex:after {
    content: "#2a3133";
  }
}

@media all {
  .mod-style-guide .g-cell.highlighted {
    text-align: center;
    background: #ddd;
    padding: 20px 0;
    cursor: default;
  }
  .mod-style-guide .g-cell.highlighted:hover {
    background: #ccc;
  }
}

@media all {
  .icons {
    margin-top: 20px;
  }
  .icons .icon {
    text-align: center;
    float: left;
    position: relative;
    width: 10%;
    padding: 25px 20px;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
  }
  .icons .icon i {
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .icons .icon:hover i {
    font-size: 42px;
    margin-top: -5px;
    margin-left: -12px;
  }
}

@media all {
  .imagevideo .iframe-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
  }
  .imagevideo iframe {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }
  .imagevideo .code {
    background: #ddd;
    padding: 10px;
  }
}



@media all {
  .mod-style-guide .screendesign a {
    display: block;
    border: 1px solid #666;
    padding: 20px;
  }
  .mod-style-guide .screendesign img {
    max-width: 100%;
  }
}

@media all {
  .mod-style-guide .table {
    margin-top: 1em;
  }
}

@media all {
  .typography .font-display {
    background: #f2f2f2;
    padding: 20px;
  }
  .typography h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .typography .font-presentation {
    font-size: 25px;
  }
  .typography .font-house-light,
  .typography .font-house-light-italic {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
  }
  .typography .font-house-regular {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }
  .typography .font-house-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .typography .font-house-black {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
  }
  .typography .font-house-light-italic,
  .typography .font-house-regular-italic,
  .typography .font-house-bold-italic,
  .typography .font-house-black-italic {
    font-style: italic;
  }
  .typography .font-regular {
    font-family: Arial, sans-serif;
    font-weight: normal;
  }
  .typography .font-bold {
    font-family: Arial, sans-serif;
    font-weight: bold;
  }
  .typography .font-freizeit-light {
    font-family: 'Brandon Grotesque W01 Regular', sans-serif;
    font-weight: 400;
  }
  .typography .font-freizeit-bold {
    font-family: 'Brandon Grotesque W01 Bold', sans-serif;
    font-weight: 400;
  }
  .typography .a {
    color: #164194;
    text-decoration: underline;
  }
  .typography .a:hover {
    color: #2a3133;
  }
  .typography .a:active {
    color: #164194;
  }
}

@media all {
  .mod-style-guide .userinteraction .size1of3 {
    text-align: center;
  }
  .mod-style-guide .userinteraction .size1of3 i {
    font-size: 250px;
  }
  .mod-style-guide .userinteraction .emotion-image {
    width: 50%;
    height: auto;
  }
}

@media all {
  .mod-style-guide section {
    padding: 100px 0;
    border-bottom: 5px solid #a5acaf;
  }
  .mod-style-guide section .title {
    margin: 0;
    color: #2a3133;
  }
  .mod-style-guide section .title > a {
    color: #2a3133;
  }
  .mod-style-guide section .subtitle {
    margin: 1em 0 .5em 0;
  }
  .mod-style-guide section .example-title {
    margin: 1em 0 0 0;
    line-height: 1.1;
  }
  .mod-style-guide section .example {
    padding: 20px;
    background: #a5acaf;
    margin-bottom: 2em;
  }
  .mod-style-guide section pre.prettyprint {
    padding: 20px;
    background: #a5acaf;
  }
  .mod-style-guide section pre.prettyprint .tag {
    color: #2a3133;
  }
  .mod-style-guide section ul {
    padding-left: 20px;
  }
}



.skin-layout-dark {
  background: #2a3133;
}

.skin-logo-right {
  float: right;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 33.0625em) {
  .skin-logo-right {
    margin-top: 20px;
  }
}
@media (min-width: 48.0625em) {
  .skin-logo-right {
    margin-top: 30px;
  }
}
@media (min-width: 64.0625em) {
  .skin-logo-right {
    margin-top: 40px;
  }
}
@media (min-width: 74.0625em) {
  .skin-logo-right {
    margin-top: 60px;
  }
}
.skin-logo-right .logo-link {
  margin-bottom: 0;
}



