/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-search--inline {
	float: left
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}
.select2-results {
	display: block
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}
.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
.select2-results__option[aria-selected] {
	cursor: pointer
}
.select2-container--open .select2-dropdown {
	left: 0
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-search--dropdown {
	display: block;
	padding: 4px
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide {
	display: none
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}
.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eee 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eee 50%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eee 50%, white 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}
.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
	border-top: none
}
.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
.slick-slider {
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
body:before {
	content: "v0.9.1";
	color: red;
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 500000;
	background: #fff;
	display: none
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%
}
html, body {
	height: 100%;
	overflow: hidden
}
.wrapper-outer {
	position: relative;
	height: 100%;
	width: 100%;
	position: relative;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
.index1 .wrapper-outer {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}
.slider-home, .category-wrapper-slide {
	overflow: hidden
}
img {
	max-width: 100%;
	height: auto
}
.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.grid-three div {
	width: 100%;
	text-align: center;
	max-width: 400px;
	margin: 0 auto
}

@media all and (min-width:74em) {
.grid-three div {
	width: 30%
}
.grid-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.grid-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
}
.js-on {
	display: none
}
.js-off {
	display: block
}
.js .js-on {
	display: block
}
.js .js-off {
	display: none
}
.js select {
	display: none
}
.bg-top {
	height: 200vh;
	width: 100%;
	position: absolute;
	z-index: -1
}
.area-alpha {
	width: 100%;
	height: 100%;
	position: relative
}
.area-alpha-arrow {
	content: "";
	position: absolute;
	cursor: pointer;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../../dist/img/btn_arrow_scrolldown.svg) no-repeat 0 0;
	background-size: 50px;
	width: 50px;
	height: 40px
}
.grid-numbers + p {
	padding: 0 20px
}

@media all and (min-width:40em) and (min-height:32em) {
.section-inner {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto
}
.area-alpha-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.area-alpha-arrow {
	bottom: 40px;
	height: 50px
}
}
.area-alpha p {
	color: #fff;
	text-align: center;
	margin: 0 auto 80px auto;
	width: 400px;
	max-width: 94%;
	font-size: 21px;
	font-weight: 600;
	position: relative;
	padding-top: 100px
}
.home .area-alpha p {
	letter-spacing: 4px
}
.area-alpha p:after {
	content: "";
	width: 60%;
	bottom: -20px;
	height: 4px;
	background: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0
}
.area-alpha h1 {
	color: #fff;
	text-align: center;
	width: 700px;
	margin: 0 auto;
	max-width: 90%;
	font-size: 33px;
	font-weight: 200
}

@media all and (max-width:31em) and (min-height:37em) {
.area-alpha p {
	padding-top: 200px
}
}

@media all and (min-width:40em) and (min-height:32em) {
.area-alpha p {
	font-size: 21px;
	padding-top: 0;
	margin: 0 auto 80px auto
}
.area-alpha h1 {
	font-size: 50px
}
}
.btn.cat-quality {
	background: #8A70CD
}
.nav-main nav .cat-quality:before {
	background: #8A70CD
}
.btn.cat-quality:hover {
}
.btn.cat-growth {
	background: #5EA3C7
}
.nav-main nav .cat-growth:before {
	background: #5EA3C7
}
.btn.cat-growth:hover {
}
.btn.cat-protection {
	background: #8ABA60
}
.nav-main nav .cat-protection:before {
	background: #8ABA60
}
.btn.cat-protection:hover {
}
.btn {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	width: 260px;
	background: #1F6193;
	padding: 19px 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 20px auto 20px auto;
	letter-spacing: 1px
}
.btn:hover {
	opacity: 0.8
}
.btn span {
	text-transform: capitalize
}
.btn.btn-download {
	width: 100%;
	margin-bottom: 0;
	margin-top: 160px;
	background-image: url(../../dist/img/icon_download.svg);
	background-position: center 80px;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding: 120px 0 30px 0;
	position: relative
}
.btn.btn-download:hover {
}
.btn.btn-download:before {
	display: block;
	content: "";
	background: url(../../dist/img/icon_download_report.png) no-repeat 0 0;
	width: 130px;
	height: 202px;
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	margin: 0 auto
}
.btn-gesi {
	width: 200px;
	background: transparent;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto
}

@media all and (max-width:32em) {
.btn-gesi, .about .btn-gesi {
	width: 70%!important;
	padding: 10px
}
}

@media all and (min-width:40em) and (min-height:32em) {
.btn.btn-download {
	width: 284px;
	background-position: 126px center;
	padding: 20px 20px 20px 160px;
	margin: 140px auto 90px auto
}
.btn.btn-download:before {
	top: -70px;
	left: -360px
}
}
.social-popup {
	position: relative
}
.slider-home .social-popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	z-index: 100
}
.nav-main .social-popup {
	position: absolute;
	bottom: 60px;
	right: auto;
	top: auto
}
.share-via, .download-via, .member-via {
	display: block;
	text-indent: -2016em;
	width: 37px;
	height: 32px;
	background: url(../../dist/img/icon_share.svg) no-repeat 0 0;
	margin: 0 auto 10px auto;
	cursor: pointer;
	border: none
}
.share-via:focus, .download-via:focus, .member-via:focus {
	outline: none;
	border: none
}
.nav-main .share-via, .nav-main .download-via, .nav-main .member-via {
	width: 40px;
	height: 40px;
	background: url(../../dist/img/icon_share.svg) no-repeat center center;
	border-radius: 50%;
	background-size: 20px;
	background-color: rgba(0,0,0,0.2);
	margin: 60px 0 0 20px;
	float: left
}
.nav-main .download-via {
	background: url(../../dist/img/icon_download.svg) no-repeat center center;
	background-size: 20px;
	background-color: rgba(0,0,0,0.2);
	margin: 60px 0 0 25px
}
.nav-main .member-via {
	background: url(../../dist/img/btn_member.svg) no-repeat center center;
	background-size: 36px;
	background-color: rgba(0,0,0,0.2);
	margin: 60px 0 0 25px
}
.social-popup ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.social-inner span, .social-inner li, .download-inner span, .download-inner li, .member-inner span, .member-inner li {
	width: 26px;
	height: 26px;
	display: block;
	text-indent: -2016em;
	margin: 0 20px 0 0;
	float: left;
	cursor: pointer
}
.social-inner li a, .download-inner li a, .member-inner li a {
	width: 32px;
	height: 32px
}
.share-twitter {
	background: url(../../dist/img/twitter.svg) no-repeat 0 1px;
	background-size: 25px
}
.share-facebook {
	background: url(../../dist/img/btn_share_fb.svg) no-repeat 9px 3px;
	background-size: 11px
}
.share-linkedin {
	background: url(../../dist/img/btn_share_in.svg) no-repeat 3px 3px;
	background-size: 22px
}
.social-inner span {
	background: url(../../dist/img/btn_close_grey.svg) no-repeat 0 5px;
	background-size: 20px;
	margin: 0
}
.download-inner li, .download-inner li a, .member-inner li, .member-inner li a {
	background: none;
	text-indent: 0;
	width: auto;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #000
}
.social-inner, .download-inner, .member-inner {
	width: 145px;
	border-radius: 35px;
	background: #fff;
	position: absolute;
	left: calc(50% - 88px);
	top: -75px;
	padding: 15px 0 15px 25px;
	box-shadow: 2px 0 20px -3px #ccc;
	display: none
}
.social-inner a, .download-inner a, .member-inner a {
	display: none
}
.share-via-bottom + .social-inner, .area-beta-l .category-wrapper-slide .share-via + .social-inner, .slider-home .share-via + .social-inner {
	top: 45px
}
.share-via-bottom + .social-inner:after, .area-beta-l .category-wrapper-slide .share-via + .social-inner:after, .slider-home .share-via + .social-inner:after {
	top: -16px;
	border-bottom-color: #fff;
	border-top-color: transparent
}
.social-inner-active, .download-inner-active, .member-inner-active {
	display: block
}
.social-inner-active a, .download-inner-active a, .member-inner-active a {
	display: block
}
.nav-main .social-inner, .nav-main .download-inner, .nav-main .member-inner {
	left: 22px;
	top: -15px
}
.nav-main .download-inner {
	width: 210px;
	height: 28px;
	left: 15px;
	padding-left: 5px
}
.nav-main .download-inner li {
	text-align: center;
	float: left;
	width: 101px;
	margin: 0 6px 0 12px
}
.nav-main .download-inner .download-report {
	width: 80px
}
.nav-main .download-inner li:last-child {
	margin: 0
}
.nav-main .member-inner li {
	width: 100px;
	text-align: center;
	margin: 0 0 0 12px
}
.social-inner:after, .download-inner:after, .member-inner:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255,0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: -8px
}
.nav-main .social-inner:after {
	left: 83px
}
.nav-main .download-inner:after {
	left: 31px;
	top: 98%
}
.nav-main .member-inner:after {
	left: 144px;
	top: 98%
}

@media all and (min-width:62em) {
.nav-main .social-popup-main {
	display: block;
	position: fixed;
	bottom: 60px;
	right: 350px;
	-webkit-transition: none;
	transition: none
}
.nav-main-active-last .social-popup-main {
	display: none
}
.nav-main .share-via, .nav-main .download-via, .nav-main .member-via {
	margin: 20px 0 0 20px
}
.nav-main .social-inner, .nav-main .download-inner, .nav-main .member-inner {
	left: -214px;
	top: 13px
}
.nav-main .social-inner {
	left: -175px;
	top: 72px
}
.nav-main .member-inner {
	left: -175px;
	top: 132px
}
.nav-main .social-inner:after, .nav-main .download-inner:after, .nav-main .member-inner:after {
	border-color: rgba(255,255,255,0);
	border-left-color: #fff;
	border-width: 8px;
	margin-top: -8px;
	margin-left: 0;
	left: 99%;
	top: 50%
}
.nav-main .download-inner li:last-child, .nav-main .download-inner li {
	margin: 0 0 0 10px
}
.nav-main .download-via {
	float: none
}
}
.slick-dots {
	position: absolute;
	bottom: 0;
	height: 100px;
	left: -10px;
	right: -10px;
	background: rgba(255,255,255,0.4);
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0
}
.slider-home .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.slick-prev, .slick-next {
	position: absolute;
	text-indent: 0;
	height: 80px;
	width: 60px;
	background: #000;
	display: block;
	left: -10px;
	bottom: 10px;
	border: none;
	text-indent: -2016em;
	background: url(../../dist/img/btn_slider_arrow_big.svg) no-repeat 0 0;
	background-size: 30px;
	z-index: 3000;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.slick-prev:focus, .slick-next:focus {
	outline: none
}
.slick-prev:focus, .slick-next:focus, .slick-prev:hover, .slick-next:hover {
	opacity: 0.5
}
.slick-next {
	left: auto;
	right: -10px;
	background: url(../../dist/img/btn_slider_arrow_big.svg) no-repeat 0 0;
	background-size: 30px;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
.slick-dots li {
	display: inline-block
}
.slick-dots button {
	text-indent: -2016em;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.4);
	margin: 45px 15px;
	border-radius: 50%;
	border: none;
	padding: 0
}
.slick-dots .slick-active button, .slick-dots li:hover button {
	background: #fff
}
.slick-slide {
	position: relative
}

@media all and (min-width:62em) {
.slick-dots {
	background: none
}
.slick-prev, .slick-next {
	height: 160px;
	width: 60px;
	background-size: 100%;
	top: 50%;
	top: calc(50% - 80px)
}
.slick-prev {
	left: 20px
}
.slick-next {
	right: 20px;
	text-indent: 0;
	font-size: 0
}
}
.enhanced .collapsible-collapsed .collapsible-content, .collapsible-enhanced.collapsible-collapsed .collapsible-content {
	display: none
}
.accordion-donut-open .collapsible {
	display: none
}
.accordion-donut-open .collapsible-expanded {
	display: block
}
.select2-container {
	margin: 0 auto 30px auto;
	display: block;
	text-align: center;
	width: 90%!important;
	width: calc(100% - 30px)!important
}
.select2 span:focus {
	outline: none
}
.select2-container--default .select2-selection--single {
	padding: 11px;
	height: 50px;
	background: transparent;
	border-radius: 0
}
.select2-dropdown {
	background: #EBEBEB;
	border-radius: 0
}
.casestudies .select2-dropdown {
	background: #fff
}

@media all and (max-width:56em) {
.global .select2-dropdown {
	background: #fff
}
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: transparent;
	color: #000
}
.select2-container--open .select2-dropdown--below {
	top: -3px
}
.select2-container--open {
	z-index: 10000
}
.select2-container--default {
	text-transform: uppercase
}
.select2-results__option {
	padding: 0 13px 10px 0
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background: transparent
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url(../../dist/img/icon_arrow_dropdown.svg) no-repeat center center;
	background-size: 14px;
	width: 25px;
	top: 13px;
	right: 10px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms
}
.select2-container--open .select2-selection--single .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.no-js .slider-home {
	height: auto
}
.no-js .slider-home-inner, .no-js .nav-toggle, .no-js .nav-main-inner h4, .no-js .nav-main .social-popup {
	display: none
}
.no-js .nav-main-inner {
	display: block;
	position: relative;
	background: #fff;
	padding-bottom: 30px;
	z-index: 10000
}
html {
	font-family: 'Source Sans Pro', sans-serif
}
body {
	font-family: 'Source Sans Pro', sans-serif
}
.hl-alpha {
}
.hl-beta {
}
.hl-gamma {
}
.hl-delta {
}
.hl-epsilon {
}
.hl-zeta {
}
.text-alpha {
}
.text-beta {
}
.text-gamma {
}
a {
	color: #1F6193;
	-webkit-transition: all 160ms;
	transition: all 160ms
}
h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0
}
.logo {
	text-indent: -2016em;
	display: block;
	background: url(../../dist/img/gesi-logo_small.svg) no-repeat 0 0;
	width: 47px;
	height: 73px;
	background-size: cover;
	position: absolute;
	top: 10px;
	margin: 0 auto;
	right: 0;
	left: 0;
	z-index: 2000
}

@media all and (min-width:30em) {
.logo {
	background: url(../../dist/img/gesi-logo_white.svg) no-repeat 0 0;
	background-size: cover;
	width: 175px;
	height: 39px;
	right: 100px;
	left: auto;
	margin: 0;
	top: 20px
}
}
.nav-toggle {
	display: block;
	position: fixed;
	top: 54px;
	left: 40px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border: none
}
.nav-toggle:focus, .nav-toggle:hover {
	outline: none;
	border: none
}
.js .nav-toggle {
	text-indent: -2016em;
	width: 22px;
	height: 20px;
	background: url(../../dist/img/hamburger.svg) no-repeat 0 0;
	right: 15px;
	top: 15px;
	left: auto;
	z-index: 10
}
.js .nav-toggle-extra {
	border-radius: 50%;
	padding: 20px;
	background: rgba(0,0,0,0.2) url(../../dist/img/hamburger_w.svg) no-repeat 0 0;
	background-size: 19px;
	background-position: center center;
	border: none;
	top: 5px;
	right: 5px
}

@media all and (max-width:30em) {
.js .nav-toggle {
	border-radius: 50%;
	padding: 20px;
	background: rgba(0,0,0,0.2) url(../../dist/img/hamburger_w.svg) no-repeat 0 0;
	background-size: 19px;
	background-position: center center;
	top: 10px;
	right: 10px
}
}
.nav-main-inner {
	display: none
}
.js .nav-main-inner {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	height: 100vh;
	width: 320px;
	z-index: 100;
	-webkit-transform: translateX(320px);
	transform: translateX(320px);
	-webkit-transition: all 400ms;
	transition: all 400ms;
	will-change: transform;
	z-index: 30000
}
.js .nav-main-active .nav-main-inner {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.nav-main-inner h4 {
	color: #C5C5C5;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 40px 25px 110px 25px;
	cursor: pointer
}

@media all and (max-height:28em) {
.nav-main-inner h4 {
	margin-bottom: 60px
}
}

@media all and (max-height:24em) {
.nav-main-inner h4 {
	margin-bottom: 10px
}
}
.nav-main-inner h4:after {
	content: "\00d7";
	font-size: 36px;
	float: right;
	margin: -12px 0 0 0;
	font-weight: 300
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
nav a {
	display: block;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	margin: 8px 0;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all 200ms;
	transition: all 200ms
}
.nav-main nav a:before {
	content: "";
	height: 6px;
	width: 10px;
	background: #fff;
	display: inline-block;
	margin: 0 15px 0 0;
	-webkit-transition: all 200ms;
	transition: all 200ms
}
nav a:hover:before {
	width: 20px
}

@media all and (min-width:30em) {
.js .nav-toggle {
	top: 54px;
	right: 46px;
	position: fixed;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
	z-index: 10000
}
.js .nav-toggle-extra {
	right: 35px;
	top: 44px
}
.logo {
	top: 40px
}
}

@media all and (max-width:33em) {
.nav-main-inner h4 {
	margin-bottom: 40px
}
}
.home .bg-top {
	background: url(../../dist/img/img_bg_1920px-min.jpg) no-repeat 0 0;
	background-size: cover
}
.home .area-beta {
	text-align: center;
	padding-top: 20px
}
.home .area-beta h2 {
	font-size: 33px;
	font-weight: 200;
	text-align: center
}
.home .area-beta h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0
}
.home .area-beta p {
	font-size: 18px;
	font-weight: 400
}
.home .area-beta img {
	display: block;
	margin: 0 auto 20px auto;
	max-width: 80%
}
.home .grid-numbers div {
	width: 340px;
	max-width: 90%;
	margin: 0 auto 40px auto
}
.home .area-beta .grid + p {
	font-size: 24px;
	font-weight: normal;
	margin: 40px auto 20px auto;
	width: 855px;
	max-width: 90%;
	max-width: calc(100% - 40px)
}
.home-bottom p {
	padding: 40px 20px;
	font-size: 33px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	padding: 50px 20px
}
.home-bottom p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff
}
.home-bottom {
	padding-bottom: 50px;
	background: #1F6193
}
.slider-home {
	background: url(../../dist/img/img_bg_forest-min.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
	padding: 0 0 40px 0;
	text-align: center;
	position: relative;
	height: 630px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.slider-home-inner {
	position: absolute;
	left: 0;
	right: 15px;
	top: -80px;
	bottom: 0;
	background: url(../../dist/img/90percent_mobile.svg) no-repeat top center
}
.slider-home .xl {
	font-size: 100px;
	font-weight: normal;
	display: block
}
.slider-home .xl span {
	font-size: 60px;
	font-weight: 600
}
.slider-home p {
	font-size: 24px;
	font-weight: normal;
	width: 497px;
	max-width: 90%;
	margin: 0 auto;
	padding: 0
}
.slider-home .quote p {
	font-size: 33px;
	font-weight: 200;
	padding: 30px 0 50px 0
}

@media all and (max-width:22.5em) {
.slider-home .quote p {
	font-size: 28px
}
}
.slider-home .quote .quote-author {
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	position: relative
}
.slider-home .quote .quote-author:before {
	content: "";
	position: absolute;
	margin: 0 auto;
	width: 50%;
	max-width: 200px;
	top: -20px;
	left: 0;
	right: 0;
	height: 4px;
	background: #fff
}
.slider-home .quote .quote-author-info {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 40px 0;
	font-style: italic
}

@media all and (min-width:40em) and (min-height:32em) {
.home .grid-numbers {
	padding-bottom: 50px
}
.home .area-beta h2 {
	font-size: 50px
}
.home .area-beta h3 {
	font-size: 24px;
	margin: 40px 0
}
.home .area-beta p {
	font-size: 24px
}
.home .area-beta .grid .btn {
	margin: 20px auto 40px auto;
	padding: 19px 0;
	width: 270px
}
.home-bottom .btn {
	width: 320px;
	margin: 0 auto
}
.home-bottom p {
	max-width: 950px;
	margin: 0 auto
}
.slider-home .quote .quote-author-info {
	padding-bottom: 10px
}
.slider-home .quote p {
	font-size: 40px;
	font-weight: 200;
	width: 700px
}
.slider-home .slick-track {
	margin-top: 40px
}
.slider-home .quote p {
	padding-top: 0
}
.slider-home .slider-home-inner {
	margin: -80px 0 0 0;
	left: 10%;
	right: 10%;
	top: 40px
}
}

@media all and (min-width:62em) {
.home .area-beta .grid-numbers div {
	float: left;
	width: 28.333%;
	margin: 0 2.5%
}
.home .area-beta .grid-numbers:after {
	content: "";
	clear: both;
	display: table
}
.slider-home-inner {
	left: 10%;
	right: 10%;
	top: 40px;
	background: url(../../dist/img/90percent_2.svg) no-repeat top center
}
.slider-home .quote p {
	font-size: 50px
}
.slider-home .slick-slide {
	margin-top: 40px
}
.slider-home .quote p {
	padding-top: 0;
	width: 1200px;
	max-width: 90%
}
.slider-home .slider-home-inner {
	margin: 20px 0 0 0
}
.slider-home .slider-home-inner p {
	font-size: 33px
}
.slider-home p .xl {
	font-size: 180px
}
.slider-home p .xl span {
	font-size: 100px;
	font-weight: 600
}
.slider-home p {
	font-size: 33px;
	font-weight: normal
}
.slick-dots button {
	margin: 65px 15px
}
}

@media all and (min-width:70em) {
.slider-home .quote p {
	padding-top: 80px
}
.slider-home .social-popup {
	top: 40px
}
.home .area-beta .grid-numbers div {
	width: 340px;
	margin: 0 30px
}
}

@media all and (min-width:75em) {
.slider-home .quote p {
	padding-top: 80px
}
.slider-home .social-popup {
	top: 40px
}
.home .area-beta .grid-numbers div {
	width: 340px
}
}

@media all and (max-width:22em) and (max-height:32em) {
.home .area-alpha h1 {
	font-size: 28px
}
}

@media all and (max-width:26em) {
.home .area-alpha p {
	padding-top: 120px
}
}

@media all and (max-width:23.2em) {
.home .area-alpha p {
	font-size: 17px
}
}
.js .social-other-slide {
	display: none
}
.quality .bg-top {
	background: url(../../dist/img/img_bg_quality-min.jpg) no-repeat 0 0;
	background-size: cover;
	height: 100vh
}
.categories .area-alpha h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal
}
.categories .area-alpha p {
	color: #000;
	font-size: 33px;
	font-weight: 200
}
.categories .area-alpha-arrow {
	width: 100%;
	background-position: center center;
	height: 60px;
	bottom: 0
}

@media all and (min-width:23em) {
.area-alpha-inner-w {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 0 130px
}
}

@media all and (min-width:40em) and (min-height:32em) {
.categories .area-alpha h1 {
	font-size: 24px;
	color: #000;
	width: 750px
}
.categories .area-alpha-inner {
	display: block
}
.categories .area-alpha p {
	font-size: 50px;
	width: 666px;
	padding-top: 275px
}
.categories .area-alpha p:after {
	height: 10px;
	bottom: -32px
}
.categories .area-alpha-arrow {
	width: 50px;
	background-color: transparent;
	background-position: center center;
	height: 50px;
	bottom: 30px
}
.categories .area-alpha-arrow {
	background: url(../../dist/img/btn_arrow_scrolldown_b.svg) no-repeat 0 0;
	background-size: 50px
}
.quality .bg-top {
	height: 90%;
	height: calc(100vh - 263px)
}
.area-alpha-inner-w {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 0 140px 0
}
.categories .area-alpha-inner-w {
	background: #fff
}
}

@media all and (max-height:42em) {
.categories .area-alpha p {
	padding-top: 200px
}
}
.quality .area-alpha p:after {
	background-color: #6744BD
}
.growth .area-alpha p:after {
	background-color: #3386b5
}
.protection .area-alpha p:after {
	background-color: #67a233
}
.quality .area-beta {
	background: #fff
}
.category-wrapper {
	position: relative
}
.category-wrapper-inner {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 40px 20px;
	background: rgba(0,0,0,0.4)
}
.area-beta-s .category-wrapper-inner {
	padding: 0;
	position: relative
}
.area-beta-s .category-17 {
	min-height: 10px!important
}
.area-beta-s .category-17 p {
	padding: 15px 15px 0 15px;
	font-size: 14px
}
.category-3, .category-3 .area-top-header {
	background: url(../../dist/img/deepdive/3.jpg) no-repeat 0 0;
	background-size: cover
}
.category-4, .category-4 .area-top-header {
	background: url(../../dist/img/deepdive/4.jpg) no-repeat 0 0;
	background-size: cover
}
.category-8, .category-8 .area-top-header {
	background: url(../../dist/img/deepdive/8.jpg) no-repeat 0 0;
	background-size: cover
}
.category-9, .category-9 .area-top-header {
	background: url(../../dist/img/deepdive/9.jpg) no-repeat 0 0;
	background-size: cover
}
.category-11, .category-11 .area-top-header {
	background: url(../../dist/img/deepdive/11.jpg) no-repeat 0 0;
	background-size: cover
}
.category-13, .category-13 .area-top-header {
	background: url(../../dist/img/deepdive/13.jpg) no-repeat 0 0;
	background-size: cover
}
.category-3 .area-top-header .bg-inner, .category-4 .area-top-header .bg-inner, .category-8 .area-top-header .bg-inner, .category-9 .area-top-header .bg-inner, .category-11 .area-top-header .bg-inner, .category-13 .area-top-header .bg-inner {
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px
}
.category-3 .area-top-header, .category-4 .area-top-header, .category-8 .area-top-header, .category-9 .area-top-header, .category-11 .area-top-header, .category-13 .area-top-header {
	padding: 0
}
.category-6 .area-top-header, .category-7 .area-top-header, .category-12 .area-top-header, .category-14 .area-top-header, .category-15 .area-top-header {
	background: url(../../dist/img/img_bg_protection-min.jpg) no-repeat 0 0;
	background-size: cover
}
.category-2 .area-top-header, .category-16 .area-top-header {
	background: url(../../dist/img/img_bg_quality-min.jpg) no-repeat 0 0;
	background-size: cover
}
.category-1 .area-top-header, .category-5 .area-top-header, .category-10 .area-top-header {
	background: url(../../dist/img/img_bg_growth-min.jpg) no-repeat 0 0;
	background-size: cover
}
.category-wrapper {
	padding: 40px 20px;
	position: relative
}
.category-wrapper .btn {
	margin-bottom: 0
}
.category-wrapper-slide {
	height: 490px
}
.category-wrapper .cat-icon {
	width: 200px;
	height: 200px;
	display: block;
	float: left;
	margin: 0 40px 0 0;
	clear: both
}
.area-beta-s .category-wrapper .cat-icon {
	width: 135px;
	height: 135px;
	margin: 0
}
.area-beta-s .category-wrapper {
	padding: 0
}
.area-beta-s .open-popup {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0 5px 15px 20px;
	text-decoration: none;
	padding-right: 24px;
	color: #fff;
	float: right;
	width: 60%;
	width: calc(100% - 180px);
	background: url(../../dist/img/icon_arrow_deepdive.svg) no-repeat right center;
	background-size: 20px 55px;
	clear: both;
	min-height: 40px
}
.area-beta-s .category-wrapper-no-bg .open-popup {
	clear: none;
	color: #000;
	float: left;
	background: url(../../dist/img/icon_arrow_deepdive_b.svg) no-repeat right center;
	background-size: 20px 55px;
	margin: 15px 0 15px 15px;
	min-height: 105px
}
.area-beta-s .category-wrapper .open-popup:after, .area-beta-s .category-wrapper .section-inner:after {
	content: "";
	clear: both;
	display: table
}
.area-beta-s .category-wrapper-no-bg {
	border-bottom: 1px solid #C5C5C5;
	min-height: 133px;
	height: auto
}
.area-beta-l .category-wrapper-no-bg {
	border-bottom: 1px solid #C5C5C5
}
.area-beta-s .category-wrapper-no-bg:last-of-type, .area-beta-l .category-wrapper-no-bg:last-of-type {
	border-bottom: none
}
.area-beta-s .open-popup span {
	font-size: 33px;
	font-weight: 200;
	display: block
}
.category-content {
	width: 815px;
	float: left;
	margin: 0 40px 0 0
}
.category-wrapper-no-bg .category-content {
	width: 490px
}
.category-content h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 0 0;
	color: #fff
}
.category-content p {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px 0;
	color: #fff
}
.cat-icon + .category-content {
	margin-top: -8px
}
.content-slide-first h3, .content-slide-first p, .category-share-text {
	width: 490px!important;
	max-width: 100%
}
.category-share-text {
	float: left;
	margin-right: 31px
}
.category-share-text h3 {
	padding-bottom: 20px
}
.content-slide-first p {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 30px 0;
	color: #fff
}
.category-wrapper-no-bg p, .category-wrapper-no-bg h3, .category-wrapper-no-bg h4 {
	color: #000
}
.category-wrapper-no-bg .category-content p strong {
	font-style: italic;
	font-weight: normal
}
.category-wrapper:after {
	clear: both;
	content: "";
	display: table
}
.category-wrapper-slide .btn {
	position: absolute;
	top: 410px;
	margin-left: 450px;
	text-align: left;
	padding: 20px 80px 20px 30px;
	width: 500px;
	background-color: #56A751;
	background-image: url(../../dist/img/icon_arrow_deepdive.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 20px;
	min-height: 45px;
	letter-spacing: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.category-wrapper-slide .btn:hover {
}
.category-wrapper-slide-init .slick-prev, .category-wrapper-slide-init .slick-next {
	visibility: hidden
}
.category-wrapper-slide-next .category-content + .btn {
	opacity: 0;
	display: none
}
.category-wrapper-slide-next .content-slide-donut .btn, .category-wrapper-slide-next .content-slide .btn-to-casestudies {
	opacity: 1;
	background: transparent!important;
	color: #fff;
	border: 1px solid #fff;
	float: none;
	margin: 20px 0 0 0;
	position: relative;
	top: 0;
	width: auto;
	padding: 19px;
	display: inline-block;
	min-height: 1px
}
.area-top-s .content-slide-donut .btn, .area-top-s .btn-to-goals, .area-top-s .btn-to-casestudies, .category-wrapper-no-bg .category-content .btn-to-goals, .category-wrapper-no-bg .category-content .btn-to-casestudies {
	opacity: 1;
	background: transparent!important;
	color: #000;
	border: 1px solid #000;
	float: none;
	margin: 20px 0 0 0;
	position: relative;
	top: 0;
	width: auto;
	padding: 19px;
	display: inline-block;
	min-height: 1px;
	font-size: 16px
}

@media all and (min-width:25em) {
.category-wrapper-no-bg .category-content .btn-to-goals {
	min-width: 334px
}
}
.category-wrapper-slide-next .content-slide-donut .btn:focus, .category-wrapper-slide-next .content-slide .btn-to-casestudies:focus, .area-top-s .content-slide-donut .btn:focus, .area-top-s .btn-to-goals:focus, .area-top-s .btn-to-casestudies:focus, .category-wrapper-no-bg .category-content .btn-to-goals:focus, .category-wrapper-no-bg .category-content .btn-to-casestudies:focus {
	outline: none;
	box-shadow: none;
	text-shadow: none
}
.area-top-s .btn-to-goals, .area-top-s .btn-to-casestudies {
	margin: 0 auto 20px auto;
	display: block;
	width: 380px;
	max-width: 70%;
	padding: 10px 35px 10px 10px;
	line-height: 1.5
}
.category-wrapper-slide .category-share {
	border-color: #fff
}
.category-wrapper-slide .category-share .share-via {
	background: url(../../dist/img/icon_share.svg) no-repeat 0 0
}
.category-4 .btn {
	background-color: #C83746
}
.category-4 .btn:hover {
}
.category-8 .btn {
	background-color: #A03253
}
.category-8 .btn:hover {
}
.category-9 .btn {
	background-color: #F37745
}
.category-9 .btn:hover {
}
.category-11 .btn {
	background-color: #F89E45
}
.category-11 .btn:hover {
}
.category-13 .btn {
	background-color: #498556
}
.category-13 .btn:hover {
}
.area-top-s.category-4 .btn {
	background-color: #1F6193
}
.area-top-s.category-8 .btn {
	background-color: #1F6193
}
.area-top-s.category-9 .btn {
	background-color: #1F6193
}
.area-top-s.category-11 .btn {
	background-color: #1F6193
}
.area-top-s.category-13 .btn {
	background-color: #1F6193
}
.category-1 .cat-icon {
	background: url(../../dist/img/goals/1.svg) no-repeat 0 0;
	background-size: cover
}
.category-2 .cat-icon {
	background: url(../../dist/img/goals/2.svg) no-repeat 0 0;
	background-size: cover
}
.category-3 .cat-icon {
	background: url(../../dist/img/goals/3.svg) no-repeat 0 0;
	background-size: cover
}
.category-4 .cat-icon {
	background: url(../../dist/img/goals/4.svg) no-repeat 0 0;
	background-size: cover
}
.category-5 .cat-icon {
	background: url(../../dist/img/goals/5.svg) no-repeat 0 0;
	background-size: cover
}
.category-6 .cat-icon {
	background: url(../../dist/img/goals/6.svg) no-repeat 0 0;
	background-size: cover
}
.category-7 .cat-icon {
	background: url(../../dist/img/goals/7.svg) no-repeat 0 0;
	background-size: cover
}
.category-8 .cat-icon {
	background: url(../../dist/img/goals/8.svg) no-repeat 0 0;
	background-size: cover
}
.category-9 .cat-icon {
	background: url(../../dist/img/goals/9.svg) no-repeat 0 0;
	background-size: cover
}
.category-10 .cat-icon {
	background: url(../../dist/img/goals/10.svg) no-repeat 0 0;
	background-size: cover
}
.category-11 .cat-icon {
	background: url(../../dist/img/goals/11.svg) no-repeat 0 0;
	background-size: cover
}
.category-12 .cat-icon {
	background: url(../../dist/img/goals/12.svg) no-repeat 0 0;
	background-size: cover
}
.category-13 .cat-icon {
	background: url(../../dist/img/goals/13.svg) no-repeat 0 0;
	background-size: cover
}
.category-14 .cat-icon {
	background: url(../../dist/img/goals/14.svg) no-repeat 0 0;
	background-size: cover
}
.category-15 .cat-icon {
	background: url(../../dist/img/goals/15.svg) no-repeat 0 0;
	background-size: cover
}
.category-16 .cat-icon {
	background: url(../../dist/img/goals/16.svg) no-repeat 0 0;
	background-size: cover
}
.category-17 .cat-icon {
	background: url(../../dist/img/goals/17.svg) no-repeat 0 0;
	background-size: cover;
	/* width: 100px;
	height: 100px;
	margin-left: 100px */
}
.category-17.category-wrapper h3 {
	font-weight: 600;
	max-width: 690px;
	font-size: 24px;
}
.category-17.category-wrapper p {
	max-width: 690px;
	font-size: 18px;
}
.content-slide-num span {
	font-size: 33px;
	font-weight: 600;
	display: block;
	min-width: 80px
}
.content-slide-num p {
	font-size: 18px;
	font-weight: normal;
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.content-slide-num h3 {
	margin-bottom: 30px;
	clear: both
}
.content-slide-num p + h3 {
	margin-top: 50px
}
.content-slide .accordion {
	padding: 40px 0
}
.content-slide p + .accordion {
	padding: 0
}
.collapsible {
	border-top: 1px solid #fff;
	padding: 18px 0
}
.collapsible h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer
}
.collapsible h4:hover {
	color: #C5C5C5
}
.collapsible h4:focus {
	outline: none
}
.collapsible p {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 27px
}
.collapsible h4:before {
	content: "+";
	padding: 0 10px
}
.collapsible-expanded h4:before {
	content: "-";
	padding: 0 10px
}
.area-top-s .collapsible h4 {
	color: #000
}
.area-top-s .collapsible h4:hover {
	color: #333
}
.btn-case {
	background: none;
	color: #000;
	border: 1px solid #000;
	clear: both;
	margin: 0 0 0 240px;
	width: 160px;
	background-image: url(../../dist/img/icon_arrow_casestudy.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-right: 20px
}
.categories-bottom {
	border-top: 1px solid #C5C5C5;
	margin-top: 20px;
	padding: 60px 0;
	text-align: center
}
.categories-bottom:after {
	clear: both;
	content: "";
	display: table
}
.categories-bottom h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 20px
}
.btn-eg, .btn-ep, .btn-qol {
	float: left;
	width: 29.5%;
	margin: 30px 1% 0 21%;
	background: none;
	border: 1px solid #5ea3c7;
	color: #5ea3c7;
	-webkit-transition: all 300ms;
	transition: all 300ms
}
.btn-eg:hover {
}
.btn-ep:hover {
}
.btn-qol:hover {
}
.btn-qol {
	border: 1px solid #6744bd;
	color: #6744bd
}
.btn-ep {
	margin: 30px 5% 0 2%;
	border: 1px solid #8aba60;
	color: #8aba60
}
.protection .btn-qol {
	margin: 30px 5% 0 2%
}
.category-share {
	width: 250px;
	height: 220px;
	padding: 50px 20px 20px 20px;
	border: 1px solid #000;
	border-radius: 50%;
	text-align: center;
	position: relative;
	float: left
}
.category-share strong {
	display: block;
	font-size: 50px;
	font-weight: 200
}
.category-share strong span {
	font-size: 36px
}
.category-share p {
	font-size: 18px;
	font-weight: normal
}
.category-share .social-popup {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	width: 26px;
	margin: 0 auto
}
.category-share .share-via {
	background: url(../../dist/img/icon_share_black.svg) no-repeat 0 0;
	width: 26px
}
.category-share .social-inner {
	left: calc(50% - 88px)
}
.area-beta-s {
	display: none
}
.area-top-s {
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2000;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	will-change: transform;
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw)
}
.area-top-header {
	background: rgba(0,0,0,0.5);
	padding: 20px;
	color: #fff
}
.area-top-s .cat-icon {
	width: 100px;
	height: 100px;
	margin: 0;
	display: block;
	float: right
}
.area-top-header a {
	display: block;
	text-indent: -2016em;
	width: 37px;
	height: 103px;
	background: url(../../dist/img/btn_arrow_back_w.svg) no-repeat center center;
	background-size: 24px;
	float: left
}
.area-top-header h3 {
	clear: both;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600
}
.area-top-header p {
	font-size: 18px;
	font-weight: normal;
	margin-top: 6px
}
.area-top-content {
	padding: 15px
}
.area-top-content h3 {
	font-size: 24px;
	font-weight: 600
}
.area-top-content p {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px
}
.content-slide-num span {
	font-size: 24px;
	font-weight: 600;
	min-width: 60px;
	display: block
}

@media all and (min-width:70em) {
.content-slide p + .accordion {
	padding: 0;
	height: 306px
}
}

@media all and (max-width:70em) {
.area-beta-l {
	display: none
}
.area-beta-s {
	display: block
}
.btn-eg, .btn-ep, .btn-qol, .protection .btn-qol {
	float: none;
	margin: 30px auto 0 auto;
	width: 90%;
	max-width: 300px
}
.category-share {
	float: none;
	margin: 30px auto
}
.area-top-s .collapsible {
	border-color: #000
}
.deepdive-active-1 .area-top-s.category-1, .deepdive-active-2 .area-top-s.category-2, .deepdive-active-3 .area-top-s.category-3, .deepdive-active-4 .area-top-s.category-4, .deepdive-active-5 .area-top-s.category-5, .deepdive-active-6 .area-top-s.category-6, .deepdive-active-7 .area-top-s.category-7, .deepdive-active-8 .area-top-s.category-8, .deepdive-active-9 .area-top-s.category-9, .deepdive-active-10 .area-top-s.category-10, .deepdive-active-11 .area-top-s.category-11, .deepdive-active-12 .area-top-s.category-12, .deepdive-active-13 .area-top-s.category-13, .deepdive-active-14 .area-top-s.category-14, .deepdive-active-15 .area-top-s.category-15, .deepdive-active-16 .area-top-s.category-16, .deepdive-active-17 .area-top-s.category-17 {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.deepdive-active {
	overflow: hidden
}
}
.accordion-donut svg {
	float: left;
	min-width: 50px
}
.accordion-donut .collapsible {
	padding: 13px 0
}
.accordion-donut .collapsible-expanded .collapsible-content {
	margin-top: 30px
}
.growth .bg-top {
	background: url(../../dist/img/img_bg_growth-min.jpg) no-repeat 0 0;
	background-size: cover
}
.growth .area-beta {
	background: #fff
}
.protection .bg-top {
	background: url(../../dist/img/img_bg_protection-min.jpg) no-repeat 0 0;
	background-size: cover
}
.protection .area-beta {
	background: #fff
}
.global .bg-top {
	background: url(../../dist/img/img_bg_1920px-min.jpg) no-repeat 0 0;
	background-size: cover;
	height: 100vh
}
.global .area-alpha-arrow {
	background: url(../../dist/img/btn_arrow_scrolldown_b.svg) no-repeat 0 0;
	background-size: 50px
}
.global .area-beta {
	background: #fff
}
.global .area-beta p {
	text-align: center;
	padding: 60px 0 40px 0;
	font-size: 18px;
	font-weight: normal
}
.global .goals {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 60px 0
}
.global .goals:after {
	content: "";
	clear: both;
	display: block
}
.global .goals a {
	display: block;
	width: 285px;
	height: 285px;
	margin: 0 auto 20px auto;
	text-indent: -2016em;
	background-size: cover
}
.global .goals .cat-0 {
	text-indent: 0;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding-top: 115px;
	height: 170px
}
.global .goals a:hover {
	opacity: 1;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.cat-0 {
	background: url(../../dist/img/statusallgoals.svg) no-repeat 0 0;
	background-size: cover
}
.cat-1 {
	background: url(../../dist/img/goals/1.svg) no-repeat 0 0;
	background-size: cover
}
.cat-2 {
	background: url(../../dist/img/goals/2.svg) no-repeat 0 0;
	background-size: cover
}
.cat-3 {
	background: url(../../dist/img/goals/3.svg) no-repeat 0 0;
	background-size: cover
}
.cat-4 {
	background: url(../../dist/img/goals/4.svg) no-repeat 0 0;
	background-size: cover
}
.cat-5 {
	background: url(../../dist/img/goals/5.svg) no-repeat 0 0;
	background-size: cover
}
.cat-6 {
	background: url(../../dist/img/goals/6.svg) no-repeat 0 0;
	background-size: cover
}
.cat-7 {
	background: url(../../dist/img/goals/7.svg) no-repeat 0 0;
	background-size: cover
}
.cat-8 {
	background: url(../../dist/img/goals/8.svg) no-repeat 0 0;
	background-size: cover
}
.cat-9 {
	background: url(../../dist/img/goals/9.svg) no-repeat 0 0;
	background-size: cover
}
.cat-10 {
	background: url(../../dist/img/goals/10.svg) no-repeat 0 0;
	background-size: cover
}
.cat-11 {
	background: url(../../dist/img/goals/11.svg) no-repeat 0 0;
	background-size: cover
}
.cat-12 {
	background: url(../../dist/img/goals/12.svg) no-repeat 0 0;
	background-size: cover
}
.cat-13 {
	background: url(../../dist/img/goals/13.svg) no-repeat 0 0;
	background-size: cover
}
.cat-14 {
	background: url(../../dist/img/goals/14.svg) no-repeat 0 0;
	background-size: cover
}
.cat-15 {
	background: url(../../dist/img/goals/15.svg) no-repeat 0 0;
	background-size: cover
}
.cat-16 {
	background: url(../../dist/img/goals/16.svg) no-repeat 0 0;
	background-size: cover
}
.cat-17 {
	background: url(../../dist/img/goals/17.svg) no-repeat 0 0;
	background-size: cover
}

@media all and (min-width:40em) {
.global .goals {
	width: 590px;
	margin: 0 auto
}
.global .goals a {
	margin: 0 20px 20px 0;
	float: left;
	height: 285px;
	width: 285px
}
.global .goals li:nth-child(2n) a {
	margin: 0 0 20px 0
}
}

@media all and (min-width:57em) {
.global .goals {
	width: 895px
}
.global .goals li:nth-child(2n) a {
	margin: 0 20px 20px 0
}
.global .goals li:nth-child(3n) a {
	margin: 0 0 20px 0
}
}

@media all and (min-width:75em) {
.global .goals {
	width: 1200px
}
.global .goals li:nth-child(3n) a {
	margin: 0 20px 20px 0
}
.global .goals li:nth-child(4n) a {
	margin: 0 0 20px 0
}
}
.global .area-alpha p {
	padding-top: 140px
}
.global .area-alpha-inner p {
	font-size: 33px;
	font-weight: 200
}
.global .area-alpha-inner h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal
}

@media all and (min-width:40em) and (min-height:32em) {
.global .area-alpha-inner p {
	font-size: 50px;
	width: 400px;
	max-width: 90%
}
.global .area-alpha-inner h1 {
	font-size: 24px
}
.global .area-beta p {
	font-size: 18px
}
.global .area-alpha-inner {
	display: block
}
.global .area-alpha p {
	font-size: 50px;
	width: 400px;
	padding-top: 275px
}
.global .area-alpha p:after {
	height: 10px;
	bottom: -32px
}
}

@media all and (max-height:42em) {
.global .area-alpha p {
	padding-top: 200px
}
}
.goals-header {
	background-color: #EBEBEB
}
.goals-header a {
	width: 200px;
	height: 100px;
	padding: 20px 20px 20px 100px;
	display: block;
	position: relative;
	background-size: 100px 100px;
	background-position: 80px center
}
.goals-header a span {
	display: block;
	text-indent: -2016em
}
.goals-header a {
	cursor: default
}
.goals-header a:hover:before {
	opacity: 0.5
}
.goals-header a:before {
	content: "";
	position: absolute;
	background: url(../../dist/img/btn_arrow_back.svg) no-repeat center center;
	background-size: 24px;
	left: 15px;
	top: 16px;
	width: 37px;
	height: 103px;
	cursor: pointer
}
.global .goals-select p {
	font-size: 18px;
	color: #C5C5C5;
	padding: 20px 0 10px 0
}
.goals-select ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	text-align: center
}
.goals-select li {
	margin: 0;
	padding: 0
}
.goals-select a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-decoration: none
}
.goals-graphs {
	text-align: center;
	padding-top: 50px;
	clear: both;
	padding-bottom: 30px
}
.global .goals-graphs p {
	font-size: 18px;
	font-weight: normal;
	padding: 0 20px 40px 20px
}
.goals-graphs strong {
	font-size: 50px;
	font-weight: 600;
	display: block
}
.global .goals-facts:after, .global .goals-graphs:after {
	clear: both;
	content: "";
	display: table
}
.global .area-beta .goals-facts-question {
	text-align: center;
	font-size: 33px;
	font-weight: 200;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #EBEBEB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 0;
	margin: 0 auto 20px auto
}
.global .area-beta .goals-facts-answer {
	text-align: center;
	font-size: 33px;
	font-weight: 200;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #EBEBEB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 0;
	margin: 0 auto 20px auto
}
.global .area-beta .goals-facts-answer {
	width: 218px;
	height: 298px;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: normal;
	padding: 0 40px;
	background-color: transparent
}
.goals-bottom {
	text-align: center;
	margin-top: 30px;
	padding-top: 20px
}
.goals-bottom h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 20px 0 20px 0
}
.global .goals-bottom p {
	font-size: 18px;
	font-weight: normal;
	padding: 0 20px 40px 20px;
	max-width: 700px;
	margin: 0 auto
}
.global .goals-content .btn {
	width: 90%;
	margin-bottom: 0;
	padding: 10px 5%
}
.global .goals-content .btn:hover {
}

@media all and (min-width:29em) {
.global .goals-content .btn {
	width: 280px;
	padding: 10px 80px
}
}
.global .goals-bottom .btn {
	background: none;
	color: #1F6193;
	margin-bottom: 40px
}
.global .goals-bottom .btn:hover {
	box-shadow: none;
	opacity: 0.6
}

@media all and (min-width:37em) {
.global .goals-graphs p {
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	padding: 0 0 30px 0
}
}

@media all and (min-width:56em) {
.global .goals-select {
	float: left;
	background: #EBEBEB;
	width: 100%;
	height: 140px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.goals-header a {
	width: 120px
}
.global-cat .area-beta {
	position: relative
}
.global .goals-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.global .goals-select p {
	float: left;
	padding: 10px 10px 10px 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.select2-container, select + .select2-container {
	margin: 0 0 0 20px;
	width: 280px!important
}
.casestudies .select2-container, .casestudies select + .select2-container {
	width: 300px
}
.select2-container--open {
	margin: 2px 0 70px 0
}
.global .area-alpha-arrow {
	bottom: 30px
}
.goals-bottom {
	border-top: 1px solid #C5C5C5;
	margin-top: 60px
}
}

@media all and (min-width:76em) {
.global .area-beta .goals-facts-question, .global .area-beta .goals-facts-answer {
	width: 300px;
	height: 300px;
	margin-left: 49px;
	margin-right: 49px;
	float: left;
	margin-bottom: 30px
}
.global .area-beta .goals-facts-answer {
	width: 220px
}
}

@media all and (min-width:62em) {
.global .goals-graphs p {
	width: 19%;
	margin-left: 3%;
	margin-right: 3%
}
}
.iframe {
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
	position: fixed;
	border: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	background: #fff;
	-webkit-transition: all 900ms;
	transition: all 900ms;
	-webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
	transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
	will-change: transform;
	z-index: 10000
}
.cat-popup .loaded {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
.loaded-iframe {
	overflow: hidden
}

@media all and (max-width:56em) {
.cat-popup .loaded {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
}
.goals-all {
	display: none
}
.loaded-cat-all .goals-all {
	display: block
}
.loaded-cat-all .goals-single {
	display: none
}
.iframe .goals-all .social-popup {
	margin-top: 30px
}

@media all and (min-width:56em) {
.iframe .goals-all .social-popup {
	clear: both;
	margin-top: 180px
}
.iframe .goals-all .goals-header {
	top: -180px
}
}
.iframe .goals-all .share-via {
	background: url(../../dist/img/icon_share_black.svg) no-repeat 0 0
}
.casestudies .bg-top {
	background: url(../../dist/img/img_bg_1920px-min.jpg) no-repeat 0 0;
	background-size: cover;
	height: 100vh
}
.casestudies .area-beta {
	background: #fff;
	padding-bottom: 40px
}
.casestudies .area-beta .section-inner {
	min-height: 400px
}
.casestudies .area-alpha-inner p {
	font-size: 33px;
	font-weight: 200
}
.casestudies .area-alpha-inner h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal
}
.casestudies .area-alpha-arrow {
	background: url(../../dist/img/btn_arrow_scrolldown_b.svg) no-repeat 0 0;
	background-size: 50px
}

@media all and (min-width:40em) and (min-height:32em) {
.casestudies .area-alpha h1 {
	font-size: 24px;
	color: #000;
	width: 800px
}
.casestudies .area-alpha-inner {
	display: block
}
.casestudies .area-alpha p {
	font-size: 50px;
	width: 260px;
	padding-top: 275px
}
.casestudies .area-alpha p:after {
	height: 4px;
	bottom: -35px
}
.casestudies .area-alpha-inner-w {
	background: transparent
}
}

@media all and (max-height:42em) {
.casestudies .area-alpha p {
	padding-top: 200px
}
}
.case-studies-header p {
	color: #C5C5C5;
	display: block;
	text-align: center;
	margin: 10px 0
}
.case-studies-header select {
	width: 90%;
	width: calc(100% - 40px)
}
.case-studies-header:after {
	content: "";
	clear: both;
	display: table
}
.case-studies-header .select2-container {
	margin-bottom: 10px
}
.case-study {
	background: #EBEBEB;
	margin: 20px 20px 50px 20px;
	padding: 20px
}
.case-study h2 {
	font-size: 24px;
	font-weight: normal
}
.case-study h3 {
	font-size: 24px;
	font-weight: 700
}
.case-study h4 {
	font-size: 18px;
	font-weight: 600
}
.case-study p {
	font-size: 18px;
	font-weight: normal
}
.case-study .accordion {
	margin: 40px 0 20px 0
}
.case-study .collapsible h4 {
	color: #000
}
.case-study .collapsible {
	border-top: 1px solid #000;
	padding: 20px 0
}
.case-study .collapsible h4:hover {
	color: #555
}
.project-link, .link-external {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin: 0 auto 20px auto;
	
	padding-left: 50px;
	background: url(../../dist/img/icon_externallink.svg) no-repeat 16px -2px;
	letter-spacing: 1px
}
.wrapLinks{
	text-align: right;
	margin-right: 4rem;
}
.link-external {
	background: url(../../dist/img/icon_externallink_w.svg) no-repeat 0 -2px;
	color: #fff;
	width: auto;
	text-align: left;
	padding-left: 35px;
	margin: -20px 0 10px 0
}
.area-top-s .link-external {
	background: url(../../dist/img/icon_externallink.svg) no-repeat 0 -2px;
	color: #000;
	background-size: 22px;
	background-position: 0;
	margin-bottom: 30px
}
.area-top-s .link-external + .btn {
	max-width: 83%
}

@media all and (max-width:26em) {
.project-link {
	margin: 0 auto 20px -20px
}
}
.project-link:hover {
	opacity: 0.6
}
.case-study img {
	width: 76px;
	height: 76px;
	margin: 0 5px 10px 5px;
	display: inline-block
}
.goals-adressed {
	text-align: center;
	padding-bottom: 40px
}
.goals-adressed h4 {
	padding-bottom: 12px
}
.goals-target-countries {
	text-align: center;
	margin-bottom: 40px
}
.goals-target-countries h4 {
	margin-bottom: 10px
}

@media all and (min-width:56em) {
.case-studies-header {
	position: -webkit-sticky; /* Safari */
	position: sticky;
    top: 0;
    background: white;
    padding: 2em 0;
    opacity: .95;
}
.case-studies-header p, .case-studies-header .select2-container {
	float: left
}
.case-studies-header p {
	margin: 15px 0 0 20px
}
.case-study .accordion {
	float: left;
	width: 50%
}
.goals-adressed, .goals-target-countries {
	float: left;
	width: 25%;
	margin-top: 60px
}
.goals-adressed {
	width: 20%;
	margin-left: 5%
}
.case-study-inner:after {
	content: "";
	clear: both;
	display: table
}
.project-link {
	text-align: right;

}
.case-study .collapsible:first-of-type {
	border: none
}
}

@media all and (min-width:75em) {
.case-studies-header {
	padding: 40px 0 20px 150px
}
}
.non-selected-goal {
	display: none
}
.gimme-goal .case-study {
	display: none
}
.gimme-goal-1 .goal-1 {
	display: block
}
.gimme-goal-2 .goal-2 {
	display: block
}
.gimme-goal-3 .goal-3 {
	display: block
}
.gimme-goal-4 .goal-4 {
	display: block
}
.gimme-goal-5 .goal-5 {
	display: block
}
.gimme-goal-6 .goal-6 {
	display: block
}
.gimme-goal-7 .goal-7 {
	display: block
}
.gimme-goal-8 .goal-8 {
	display: block
}
.gimme-goal-9 .goal-9 {
	display: block
}
.gimme-goal-10 .goal-10 {
	display: block
}
.gimme-goal-11 .goal-11 {
	display: block
}
.gimme-goal-12 .goal-12 {
	display: block
}
.gimme-goal-13 .goal-13 {
	display: block
}
.gimme-goal-14 .goal-14 {
	display: block
}
.gimme-goal-15 .goal-15 {
	display: block
}
.gimme-goal-16 .goal-16 {
	display: block
}
.gimme-goal-17 .goal-17 {
	display: block
}
.case-study-nomatch {
	display: none;
	text-align: center;
	font-size: 18px;
	margin-top: 20px
}
.about .bg-top {
	background: url(../../dist/img/img_bg_1920px-min.jpg) no-repeat 0 0;
	background-size: cover;
	height: 100vh
}
.about .area-beta {
	background: #fff;
	padding-bottom: 40px
}
.about .btn-download {
	text-align: center;
	margin: 160px auto 10px auto
}
.about .btn-gesi {
	width: 294px;
	color: #1F6193;
	border: 1px solid #1F6193;
	margin: 40px auto 40px auto
}
.about .btn-gesi:hover {
}
.about .area-alpha-inner p {
	font-size: 33px;
	font-weight: 200
}
.about .area-alpha-inner h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal
}
.about .area-beta {
	padding-top: 40px
}
.about .area-alpha p {
	padding-top: 160px
}
.about .area-beta p {
	font-size: 18px;
	font-weight: normal;
	width: 700px;
	max-width: 90%;
	text-align: center;
	margin: 0 auto
}
.about .area-alpha-arrow {
	background: url(../../dist/img/btn_arrow_scrolldown_b.svg) no-repeat 0 0;
	background-size: 50px
}

@media all and (min-width:40em) and (min-height:32em) {
.about .area-alpha-inner p {
	font-size: 50px;
	width: 350px
}
.about .area-alpha-inner h1 {
	font-size: 24px
}
.about .area-beta p {
	font-size: 18px
}
.about .btn-download {
	margin: 90px auto 80px auto
}
.about .btn-gesi {
	margin: 40px auto 40px auto
}
.about .area-alpha-inner {
	display: block
}
.about .area-alpha p {
	font-size: 50px;
	width: 400px;
	padding-top: 275px
}
.about .area-alpha p:after {
	height: 10px;
	bottom: -32px
}
}

@media all and (max-height:42em) {
.about .area-alpha p {
	padding-top: 200px
}
}

@media all and (min-width:75em) {
.about .btn-download {
	margin: 60px 0 80px 240px;
	float: left
}
.about .btn-gesi {
	width: 294px;
	margin: 60px 0 80px 20px;
	float: left;
	padding: 20px
}
.about .area-beta:after {
	content: "";
	clear: both;
	display: table
}
}
.about .slider-home {
	margin-top: 40px
}
.sec-sponsors {
	text-align: center;
	padding: 50px 0 0 0
}
.sec-sponsors h4 {
	font-size: 33px;
	font-weight: 200;
	color: #000;
	padding: 0 0 20px 0
}
.sec-sponsors a, .sec-sponsors li {
	text-indent: -2016em;
	display: block;
	margin: 30px auto;
	width: 240px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center
}
.sec-sponsors ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.sponsor-telekom {
	background-image: url(../../dist/img/sponsors/tkom.png)
}
.sponsor-itu {
	background-image: url(../../dist/img/sponsors/itu.png)
}
.sponsor-verizon {
	background-image: url(../../dist/img/sponsors/verizon.png)
}
.sponsor-microsoft {
	background-image: url(../../dist/img/sponsors/microsoft.png)
}
.sec-sponsors:after {
	clear: both;
	content: "";
	display: table
}

@media all and (min-width:32em) {
.sec-sponsors h4 {
	padding-top: 30px;
	font-size: 50px
}
.sec-sponsors ul {
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 0
}
.sec-sponsors li {
	display: inline-block
}
}
footer ul {
	padding: 40px;
	margin: 0;
	list-style: none;
	text-align: center;
	background-color: #EBEBEB
}
footer li {
	color: #4586AC;
	margin: 10px 0
}
footer a {
	color: #4586AC;
	text-decoration: none
}
footer a:hover {
	opacity: 0.7
}

@media all and (min-width:40em) and (min-height:32em) {
footer li {
	display: inline-block;
	margin: 0 10px
}
}
.is-nothome .area-alpha p {
	margin-bottom: 60px;
	padding-top: 100px
}
.is-nothome .area-alpha-inner-w {
	bottom: auto;
	top: 100px
}
.casestudies .area-alpha p, .global .area-alpha p, .about .area-alpha p {
	padding-top: 140px
}

@media all and (min-width:23em) {
.is-nothome .area-alpha p, .quality.growth .area-alpha p {
	padding-top: 200px
}
.quality .area-alpha p {
	padding-top: 150px
}
.is-nothome .area-alpha-inner-w {
	top: 290px
}
}

@media all and (min-width:24.2em) {
.quality.protection .area-alpha p {
	padding-top: 200px
}
}

@media all and (min-height:32em) and (min-width:40em) {
.is-nothome .area-alpha-inner-w {
	bottom: 0;
	top: auto;
	padding-bottom: 160px
}
.is-nothome .area-alpha p, .quality.growth .area-alpha p, .quality.protection .area-alpha p {
	padding-top: 275px
}
.protection .area-alpha-inner-w, .global .area-alpha-inner-w {
	padding-bottom: 129px
}
}

@media all and (min-width:55.4em) {
.casestudies .area-alpha-inner-w {
	padding-bottom: 191px
}
}
