/* Body */
body {
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
	color: #808184;
	background: #FFF;
	font-family: "objektiv-mk2", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
}
p {
	margin: 0;
}
p:not(:first-child) {
	margin-top: 1em;
}
a {
	text-decoration: none;
	color: #0F308C;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	letter-spacing: -.02em;
	color: #0F308C;
	font-weight: 500;
	line-height: 1.32;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child) {
	margin-top: 1em;
}
h1 {
	font-size: 38px;
	font-size: 2.375rem;
}
h2 {
	font-size: 26px;
	font-size: 1.625rem;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
}
h4 {
	font-size: 22px;
	font-size: 1.375rem;
}
h5 {
	font-size: 20px;
	font-size: 1.25rem;
}
img {
	max-width: 100%;
}


/* Arrow Link */
.g-arrow-link {
	text-decoration: none !important;
	letter-spacing: -.015em;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
}
.g-arrow-link::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	content: "";
	transition: transform 200ms ease-in-out;
	vertical-align: middle;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid currentColor;
}
.g-arrow-link:hover::after {
	-ms-transform: translateX(5px);
	transform: translate3d(5px, 0, 0);
}


/* Buttons */
.g-button-solid {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 13.5px 30px;
	cursor: pointer;
	user-select: none;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none !important;
	text-indent: -.02em;
	letter-spacing: -.02em;
	color: #808184;
	border: none;
	border-radius: 0;
	outline: none;
	background: #D1D3D4;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.g-button-solid:hover {
	color: #FFF;
	background-color: #A7A9AC;
}
.g-button-outline {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 11px 30px;
	cursor: pointer;
	user-select: none;
	transition: color 200ms ease-in-out, border-color 200ms ease-in-out, background-color 200ms ease-in-out;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none !important;
	text-indent: -.02em;
	letter-spacing: -.02em;
	color: #A7A9AC;
	border: 1px solid #A7A9AC;
	border-radius: 0;
	outline: none;
	background: none;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 21px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.g-button-outline:hover {
	color: #0F308C;
	border-color: #D1D3D4;
	background-color: #D1D3D4;
}


/* Container */
.g-container {
	width: 100%;
	max-width: 1165px;
	margin: 0 auto;
	padding: 0 30px;
}


/* Descriptions */
.g-desc-1,
.g-desc-2,
.g-desc-3 {
	letter-spacing: -.015em;
	line-height: 1.5;
}
.g-desc-1 {
	font-size: 16px;
	font-size: 1rem;
}
.g-desc-2 {
	font-size: 14px;
	font-size: .875rem;
}


/* Form */
.g-form .form-group:not(:first-child) {
	margin-top: 40px;
}
.g-form .form-row {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	font-size: 0;
}
.g-form .form-row:not(:first-child) {
	margin-top: 40px;
}
.g-form .form-row.center {
	align-items: center;
}
.g-form .form-row.no-margin {
	margin-top: 0;
}
.g-form .form-row > .col {
	display: inline-block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
.g-form .form-row > .col.col-1 {
	-ms-flex: 0 0 8.333333333333333%;
	flex: 0 0 8.333333333333333%;
	max-width: 8.333333333333333%;
}
.g-form .form-row > .col.col-2 {
	-ms-flex: 0 0 16.66666666666667%;
	flex: 0 0 16.66666666666667%;
	max-width: 16.66666666666667%;
}
.g-form .form-row > .col.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.g-form .form-row > .col.col-4 {
	-ms-flex: 0 0 33.33333333333333%;
	flex: 0 0 33.33333333333333%;
	max-width: 33.33333333333333%;
}
.g-form .form-row > .col.col-5 {
	-ms-flex: 0 0 41.66666666666667%;
	flex: 0 0 41.66666666666667%;
	max-width: 41.66666666666667%;
}
.g-form .form-row > .col.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.g-form .form-row > .col.col-7 {
	-ms-flex: 0 0 58.33333333333333%;
	flex: 0 0 58.33333333333333%;
	max-width: 58.33333333333333%;
}
.g-form .form-row > .col.col-8 {
	-ms-flex: 0 0 66.66666666666667%;
	flex: 0 0 66.66666666666667%;
	max-width: 66.66666666666667%;
}
.g-form .form-row > .col.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.g-form .form-row > .col.col-10 {
	-ms-flex: 0 0 83.33333333333333%;
	flex: 0 0 83.33333333333333%;
	max-width: 83.33333333333333%;
}
.g-form .form-row > .col.col-11 {
	-ms-flex: 0 0 91.66666666666667%;
	flex: 0 0 91.66666666666667%;
	max-width: 91.66666666666667%;
}
.g-form .form-row > .col.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.g-form .form-input {
	display: block;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 11px 15px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	letter-spacing: -.015em;
	color: #808184;
	border: 1px solid #808184;
	border-radius: 0;
	outline: none;
	background: #FFF;
	font-family: "objektiv-mk2", Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 21px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.g-form .form-input:focus {
	border-color: #0F308C;
	outline: none;
	background-color: #FFF;
	box-shadow: 0 0 0 2px rgba(15, 48, 140, .25);
}
.g-form .form-input::placeholder {
	color: #808184;
}
.g-form textarea.form-input {
	height: auto;
	min-height: 108px;
	max-height: 444px;
}
.g-form select.form-input {
	padding-right: 45px;
	background-image: url("./assets/static/img/icons/form/Select-Grey.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 15px 9px;
}
.g-form select.form-input::-ms-expand {
	display: none;
}
.g-form .form-upload {
	position: relative;
	z-index: 0;
	width: 100%;
}
.g-form .form-upload .upload-button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 25px;
	cursor: pointer;
	letter-spacing: -.02em;
	background: #0F308C;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 45px;
}
.g-form .form-upload .upload-button::after {
	display: block;
	clear: both;
	content: "";
}
.g-form .form-upload .upload-button .button-title {
	float: left;
	clear: left;
	color: #FFF;
	font-weight: 400;
}
.g-form .form-upload .upload-button .button-filename {
	float: right;
	clear: right;
	overflow: hidden;
	max-width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #D1D3D4;
	font-weight: 300;
	font-style: italic;
}
.g-form .form-upload .upload-input {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.g-form .form-submit {
	font-size: 0;
}
.g-form .form-submit:not(:first-child) {
	margin-top: 35px;
}
.g-form .form-submit .g-button-solid {
	display: block;
	width: 100%;
	max-width: 180px;
	margin-left: auto;
}


/* Grid */
.g-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	font-size: 0;
}
.g-grid.center {
	text-align: center;
}
.g-grid .grid-item {
	display: inline-block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
.g-grid .grid-item.col-1 {
	-ms-flex: 0 0 8.333333333333333%;
	flex: 0 0 8.333333333333333%;
	max-width: 8.333333333333333%;
}
.g-grid .grid-item.col-2 {
	-ms-flex: 0 0 16.66666666666667%;
	flex: 0 0 16.66666666666667%;
	max-width: 16.66666666666667%;
}
.g-grid .grid-item.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.g-grid .grid-item.col-4 {
	-ms-flex: 0 0 33.33333333333333%;
	flex: 0 0 33.33333333333333%;
	max-width: 33.33333333333333%;
}
.g-grid .grid-item.col-5 {
	-ms-flex: 0 0 41.66666666666667%;
	flex: 0 0 41.66666666666667%;
	max-width: 41.66666666666667%;
}
.g-grid .grid-item.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.g-grid .grid-item.col-7 {
	-ms-flex: 0 0 58.33333333333333%;
	flex: 0 0 58.33333333333333%;
	max-width: 58.33333333333333%;
}
.g-grid .grid-item.col-8 {
	-ms-flex: 0 0 66.66666666666667%;
	flex: 0 0 66.66666666666667%;
	max-width: 66.66666666666667%;
}
.g-grid .grid-item.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.g-grid .grid-item.col-10 {
	-ms-flex: 0 0 83.33333333333333%;
	flex: 0 0 83.33333333333333%;
	max-width: 83.33333333333333%;
}
.g-grid .grid-item.col-11 {
	-ms-flex: 0 0 91.66666666666667%;
	flex: 0 0 91.66666666666667%;
	max-width: 91.66666666666667%;
}
.g-grid .grid-item.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}


/* Titles */
.g-title-1,
.g-title-2,
.g-title-3,
.g-title-4,
.g-title-5 {
	letter-spacing: -.02em;
	color: #0F308C;
	font-weight: 500;
	line-height: 1.32;
}
.g-title-1 {
	font-size: 38px;
	font-size: 2.375rem;
}
.g-title-2 {
	font-size: 26px;
	font-size: 1.625rem;
}
.g-title-3 {
	font-size: 24px;
	font-size: 1.5rem;
}
.g-title-4 {
	font-size: 22px;
	font-size: 1.375rem;
}
.g-title-5 {
	font-size: 20px;
	font-size: 1.25rem;
}


/* Wrapper */
section.wrapper {
	overflow: hidden;
}

/* Topbar */
section.topbar {
	position: relative;
	z-index: 2;
	background: #FFF;
}
section.topbar .topbar-navi > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.topbar .topbar-navi > ul::after {
	display: table;
	clear: both;
	content: "";
}
section.topbar .topbar-navi > ul > li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
section.topbar .topbar-navi .navi-link {
	display: block;
	padding: 10px 60px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #A7A9AC;
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
}
section.topbar .topbar-navi .navi-link.wGroup {
	background: #2D2C2B;
}
section.topbar .topbar-navi .navi-link.wEngineering {
	background: #0C297B;
}
section.topbar .topbar-navi .navi-link.wEnergy {
	background: #4C4C4C;
}

/* Search Header */
section.search-header {
	display: none;
	padding: 30px 0 60px;
	color: #A7A9AC;
	background: #00122B;
}
section.search-header::after {
	display: block;
	clear: both;
	content: "";
}
section.search-header .search-header-close {
	display: block;
	width: 30px;
	height: 25px;
	margin-left: auto;
	cursor: pointer;
	cursor: pointer;
	background: url("./static/img/icons/header/Close.svg") center no-repeat;
	background-size: contain;
}
section.search-header .search-header-form {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
section.search-header .search-header-form:not(:first-child) {
	margin-top: 15px;
}
section.search-header .search-header-form .form-label {
	margin: 0;
	letter-spacing: -.02em;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.32;
}
section.search-header .search-header-form .form-group::after {
	display: block;
	clear: both;
	content: "";
}
section.search-header .search-header-form .form-group:not(:first-child) {
	margin-top: 10px;
}
section.search-header .search-header-form .form-fieldset {
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 205px);
	max-width: 900px;
}
section.search-header .search-header-form .form-fieldset .fieldset-input {
	display: block;
	width: 100%;
	height: 45px;
	padding: 11px 15px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	letter-spacing: -.02em;
	color: #FFF;
	border: 1px solid #0F308C;
	background: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 21px;
}
section.search-header .search-header-form .form-fieldset .fieldset-input:focus {
	border-color: #0F308C;
	outline: none;
	background-color: transparent;
	box-shadow: 0 0 0 1px #0F308C;
}
section.search-header .search-header-form .form-fieldset .fieldset-input::placeholder {
	color: #808184;
}
section.search-header .search-header-form .form-submit {
	float: right;
	clear: right;
	width: 185px;
}
section.search-header .search-header-form .form-submit .submit-button {
	display: block;
	width: 100%;
	color: #808184;
	border-color: #808184;
}
section.search-header .search-header-form .form-submit .submit-button:hover {
	color: #00122B;
	border-color: #D1D3D4;
	background-color: #D1D3D4;
}


/* Header */
section.header {
	position: relative;
	z-index: 1;
	min-height: 155px;
	background: #0E2F8B url("./assets/static/img/Header-BG.jpg") right top no-repeat;
}
section.header .header-inner {
	padding-top: 55px;
}
section.header .header-inner::after {
	display: block;
	clear: both;
	content: "";
}
section.header .header-inner > .left {
	float: left;
	clear: left;
}
section.header .header-inner > .right {
	float: right;
	clear: right;
}
section.header .header-logo a {
	display: block;
}
section.header .header-logo img {
	width: 300px;
}
section.header .header-navi {
	float: right;
	clear: right;
}
section.header .header-navi > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.header .header-navi > ul::after {
	display: block;
	clear: both;
	content: "";
}
section.header .header-navi > ul > li {
	display: block;
	float: left;
}
section.header .header-navi .navi-link {
	transition: color 200ms ease-in-out;
	color: #A7A9AC;
}
section.header .header-navi .navi-link:hover {
	color: #FFF;
}
section.header .header-navi.top {
	font-family: "objektiv-mk1", Arial, sans-serif;
	line-height: 14px;
}
section.header .header-navi.top > ul {
	margin: 0 -12.5px;
}
section.header .header-navi.top > ul > li {
	margin: 0 12.5px;
}
section.header .header-navi.top .navi-link {
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 14px;
	font-size: .875rem;
}
section.header .header-navi.top .navi-icon .icon-search {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url("./assets/static/img/icons/Search.svg") center no-repeat;
	background-size: contain;
}
section.header .header-navi.top > ul > li.active .navi-link {
	color: #FFF;
}
section.header .header-navi.bottom {
	margin-top: 22.5px;
	line-height: 26px;
}
section.header .header-navi.bottom > ul {
	margin: 0 -15px;
}
section.header .header-navi.bottom > ul > li {
	margin: 0 15px;
}
section.header .header-navi.bottom .navi-link {
	position: relative;
	display: block;
	padding-bottom: 2px;
	padding-left: 38px;
	text-decoration: none;
}
section.header .header-navi.bottom .navi-link-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
}
section.header .header-navi.bottom .navi-link-icon > svg {
	width: 100%;
	height: 100%;
}
section.header .header-navi.bottom .navi-link-icon > svg path,
section.header .header-navi.bottom .navi-link-icon > svg circle {
	transition: fill 200ms ease-in-out;
}
section.header .header-navi.bottom .navi-link-icon > svg path.inner,
section.header .header-navi.bottom .navi-link-icon > svg path.outer {
	fill: currentColor;
}
section.header .header-navi.bottom .navi-link-icon > svg circle.outer {
	fill: transparent;
}
section.header .header-navi.bottom .navi-link:hover .navi-link-icon > svg path.inner {
	fill: #00122B;
}
section.header .header-navi.bottom .navi-link:hover .navi-link-icon > svg path.outer {
	fill: transparent;
}
section.header .header-navi.bottom .navi-link:hover .navi-link-icon > svg circle.outer {
	fill: currentColor;
}
section.header .header-navi.bottom .navi-link-text {
	font-size: 24px;
	font-size: 1.5rem;
}
section.header .header-navi.bottom .navi-subnavi {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 155px;
	transition: top 200ms ease-in-out, visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	transform-origin: center top;
	border-top: 1px solid #000;
	background: #00122B;
	font-family: "objektiv-mk1", Arial, sans-serif;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main {
	padding: 30px 0 45px;
	border-top: 1px solid #A7A9AC;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main::after {
	display: block;
	clear: both;
	content: "";
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-menu {
	float: left;
	width: 45%;
	max-width: 45%;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-menu > ul > li {
	display: block;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-menu > ul > li:not(:first-child) {
	margin-top: 22px;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-menu .menu-link {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.02em;
	color: #808184;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.32;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-menu .menu-link:hover {
	color: #FFF;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products {
	float: left;
	width: 30%;
	max-width: 30%;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.32;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-title .title-link {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #808184;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-title .title-link:hover {
	color: #FFF;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu:not(:first-child) {
	margin-top: 13px;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu > ul > li {
	position: relative;
	z-index: 0;
	display: block;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu > ul > li:not(:first-child) {
	margin-top: 15px;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu > ul > li::before {
	position: absolute;
	top: 4.5px;
	left: -18px;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
	content: "";
	transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	opacity: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #0F308C;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu .menu-link {
	transition: color 200ms ease-in-out, font-weight 200ms ease-in-out;
	text-decoration: none;
	color: #808184;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.32;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu .menu-link:hover {
	color: #FFF;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu > ul > li.active::before {
	visibility: visible;
	opacity: 1;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-products .products-menu > ul > li.active .menu-link {
	color: #FFF;
	font-weight: 500;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products {
	float: left;
	width: 25%;
	max-width: 25%;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products .child-products-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products .child-products-menu > ul > li {
	position: relative;
	z-index: 0;
	display: block;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products .child-products-menu > ul > li:not(:first-child) {
	margin-top: 6px;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products .child-products-menu > ul > li::before {
	position: absolute;
	top: 4px;
	left: -16px;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
	content: "";
	transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	opacity: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #0F308C;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products .child-products-menu .menu-link {
	transition: color 200ms ease-in-out, font-weight 200ms ease-in-out;
	text-decoration: none;
	color: #808184;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.32;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products .child-products-menu .menu-link:hover {
	color: #FFF;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products .child-products-menu > ul > li.active::before {
	visibility: visible;
	opacity: 1;
}
section.header .header-navi.bottom .navi-subnavi .subnavi-main .main-child-products .child-products-menu > ul > li.active .menu-link {
	color: #FFF;
	font-weight: 500;
}
section.header .header-navi.bottom > ul > li.has-subnavi.active .navi-link,
section.header .header-navi.bottom > ul > li.has-subnavi.open-subnavi .navi-link {
	color: #FFF;
}
section.header .header-navi.bottom > ul > li.has-subnavi.active .navi-link-icon > svg path.inner,
section.header .header-navi.bottom > ul > li.has-subnavi.open-subnavi .navi-link-icon > svg path.inner {
	fill: #00122B;
}
section.header .header-navi.bottom > ul > li.has-subnavi.active .navi-link-icon > svg path.outer,
section.header .header-navi.bottom > ul > li.has-subnavi.open-subnavi .navi-link-icon > svg path.outer {
	fill: transparent;
}
section.header .header-navi.bottom > ul > li.has-subnavi.active .navi-link-icon > svg circle.outer,
section.header .header-navi.bottom > ul > li.has-subnavi.open-subnavi .navi-link-icon > svg circle.outer {
	fill: currentColor;
}
section.header .header-navi.bottom > ul > li.has-subnavi.open-subnavi .navi-subnavi {
	transition-delay: 200ms;
}
section.header .header-navi.bottom > ul > li.has-subnavi:not(.open-subnavi) .navi-subnavi {
	z-index: -2;
	top: -25px;
	visibility: hidden;
	opacity: 0;
}
section.header .header-hamburger {
	display: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: url("./assets/static/img/icons/header/Hamburger.svg") center no-repeat;
	background-size: contain;
}
section.header .header-mobile-content {
	position: relative;
	z-index: 0;
	display: none;
	min-height: 415px;
	padding-bottom: 155px;
}
section.header .header-mobile-content:not(:first-child) {
	margin-top: 60px;
}
section.header .header-mobile-content .mobile-content-title {
	max-width: 215px;
	color: #FFF;
}
section.header .header-mobile-content .mobile-content-desc {
	position: absolute;
	bottom: 40px;
	left: 0;
	max-width: 400px;
	letter-spacing: -.015em;
	color: #FFF;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.32;
}
section.header.large {
	min-height: 600px;
}


/* Cover */
section.cover {
	position: relative;
	z-index: 0;
	min-height: 435px;
	padding: 40px 0 60px;
	color: #FFF;
	background: #00122B;
}
section.cover .cover-main .main-breadcrumb {
	line-height: 21px;
}
section.cover .cover-main .main-breadcrumb > ul {
	display: block;
	margin: 0 -7.5px;
	padding: 0;
	list-style: none;
}
section.cover .cover-main .main-breadcrumb > ul::after {
	display: block;
	clear: both;
	content: "";
}
section.cover .cover-main .main-breadcrumb > ul > li {
	position: relative;
	z-index: 0;
	float: left;
	margin: 0 7.5px;
}
section.cover .cover-main .main-breadcrumb > ul > li:not(:first-child):not(:last-child) {
	padding-right: 24px;
}
section.cover .cover-main .main-breadcrumb > ul > li:not(:first-child):not(:last-child)::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	content: "";
	background: url("./assets/static/img/icons/Breadcrumb-Arrow.svg") center no-repeat;
	background-size: contain;
}
section.cover .cover-main .main-breadcrumb .breadcrumb-home {
	display: block;
	overflow: hidden;
	width: 12px;
	height: 21px;
	transition: color 200ms ease-in-out;
	color: #A7A9AC;
}
section.cover .cover-main .main-breadcrumb .breadcrumb-home:hover {
	color: #FFF;
}
section.cover .cover-main .main-breadcrumb .breadcrumb-home svg {
	display: block;
	width: 100%;
	height: 100%;
}
section.cover .cover-main .main-breadcrumb .breadcrumb-home svg > polygon {
	fill: currentColor;
}
section.cover .cover-main .main-breadcrumb .breadcrumb-link {
	display: block;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.02em;
	color: #A7A9AC;
	font-family: "objektiv-mk1", Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
}
section.cover .cover-main .main-breadcrumb .breadcrumb-link:hover {
	color: #FFF;
}
section.cover .cover-main .main-breadcrumb > ul > li:last-child .breadcrumb-link {
	cursor: default;
	color: #FFF;
	font-weight: 500;
}
section.cover .cover-main .main-content:not(:first-child) {
	margin-top: 60px;
}
section.cover .cover-main .main-content .content-header {
	position: relative;
	z-index: 0;
	min-height: 52px;
}
section.cover .cover-main .main-content .content-header .header-icon {
	position: absolute;
	top: 2px;
	left: -68px;
	width: 48px;
	height: 48px;
}
section.cover .cover-main .main-content .content-header .header-icon > img,
section.cover .cover-main .main-content .content-header .header-icon > svg {
	width: 100%;
	height: 100%;
}
section.cover .cover-main .main-content .content-header .header-icon > svg path.inner {
	fill: #FFF;
}
section.cover .cover-main .main-content .content-header .header-icon > svg circle.outer {
	fill: #0F308C;
}
section.cover .cover-main .main-content .content-header .header-title {
	letter-spacing: -.02em;
	font-size: 52px;
	font-size: 3.25rem;
	font-weight: 500;
	line-height: 1;
}
section.cover .cover-main .main-content .content-header .header-title.text-shadow {
	text-shadow: 0 1px 2px #000;
}
section.cover .cover-main .main-content .content-header .header-title.text-stroke {
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
section.cover .cover-main .main-content .content-subtitle {
	letter-spacing: -.015em;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.32;
}
section.cover .cover-main .main-content .content-subtitle.text-shadow {
	text-shadow: 0 1px 2px #000;
}
section.cover .cover-main .main-content .content-subtitle.text-stroke {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
section.cover .cover-main .main-content .content-subtitle:not(:first-child) {
	margin-top: 30px;
}
section.cover .cover-main .main-content .content-desc {
	width: 100%;
	max-width: 400px;
}
section.cover .cover-main .main-content .content-desc.text-shadow {
	text-shadow: 0 1px 2px #000;
}
section.cover .cover-main .main-content .content-desc.text-stroke {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
section.cover .cover-main .main-content .content-desc:not(:first-child) {
	margin-top: 30px;
}
section.cover .cover-main .main-content .content-desc b {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
}
section.cover .cover-main .main-content .content-desc.large-width {
	max-width: 650px;
}
section.cover .cover-background {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
section.cover .cover-background > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.cover.no-background {
	min-height: 0;
	padding-bottom: 0;
	color: #808184;
	background: none;
}
section.cover.no-background .cover-main .main-breadcrumb .breadcrumb-home:hover,
section.cover.no-background .cover-main .main-breadcrumb .breadcrumb-link:hover {
	color: #808184;
}
section.cover.no-background .cover-main .main-breadcrumb > ul > li:last-child .breadcrumb-link {
	color: #808184;
}
section.cover.no-background .cover-main .main-content .content-header {
	min-height: 44px;
}
section.cover.no-background .cover-main .main-content .content-header .header-icon {
	width: 40px;
	height: 40px;
}
section.cover.no-background .cover-main .main-content .content-header .header-title {
	color: #0F308C;
	font-size: 44px;
	font-size: 2.75rem;
}
section.cover.no-background .cover-background {
	display: none;
}


/* Subnavi */
section.subnavi {
	padding: 10px 0;
	background: #A7A9AC;
}
section.subnavi .subnavi-menu > ul {
	display: block;
	margin: 0 -60px;
	padding: 0;
	list-style: none;
}
section.subnavi .subnavi-menu > ul::after {
	display: block;
	clear: both;
	content: "";
}
section.subnavi .subnavi-menu > ul > li {
	display: block;
	float: left;
	margin: 0 60px;
}
section.subnavi .subnavi-menu .menu-link {
	display: block;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.02em;
	color: #D1D3D4;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2;
}
section.subnavi .subnavi-menu .menu-link:hover {
	color: #FFF;
}
section.subnavi .subnavi-menu > ul > li.active .menu-link {
	color: #FFF;
	font-weight: 500;
}


/* Filter */
section.filter {
	padding: 25px 0;
	background: #A7A9AC;
}
section.filter .filter-grid {
	margin: 0 -15px;
	font-size: 0;
}
section.filter .filter-grid > .item {
	display: inline-block;
	width: 23.5%;
	max-width: 23.5%;
	padding: 0 15px;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1rem;
}
section.filter .filter-grid > .item.small {
	width: 6%;
	max-width: 6%;
	text-align: right;
}
section.filter .filter-grid .grid-input {
	width: 100%;
	height: 45px;
}
section.filter .filter-form {
	font-size: 0;
}
section.filter .filter-form .form-left {
	display: inline-block;
	width: 100%;
	width: calc(100% - 70px);
	max-width: 1035px;
	margin-right: 30px;
	vertical-align: middle;
}
section.filter .filter-form .form-right {
	display: inline-block;
	width: 40px;
	max-width: 40px;
	text-align: center;
	vertical-align: middle;
}
section.filter .filter-form .form-fieldset .fieldset-input {
	display: block;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 10px 15px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	letter-spacing: -.015em;
	color: #FFF;
	border: 2px solid #D1D3D4;
	border-radius: 0;
	outline: none;
	background: #A7A9AC;
	font-family: "objektiv-mk2", Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 21px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.filter .filter-form .form-fieldset .fieldset-input:focus {
	border-color: #0F308C;
	outline: none;
	background-color: #A7A9AC;
	box-shadow: 0 0 0 2px rgba(15, 48, 140, .25);
}
section.filter .filter-form .form-fieldset .fieldset-input::placeholder {
	color: #FFF;
}
section.filter .filter-form .form-fieldset select.fieldset-input {
	padding-right: 45px;
	background-image: url("./assets/static/img/icons/form/Select-White.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 15px 9px;
}
section.filter .filter-form .form-fieldset select.fieldset-input option {
	color: #000;
	background: #FFF;
}
section.filter .filter-form .form-fieldset select.fieldset-input option:disabled {
	color: #808184;
}
section.filter .filter-form .form-reset {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	letter-spacing: -.02em;
	color: #FFF;
	border: none;
	outline: none;
	background: none;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	line-height: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* Intro Slider */
section.intro-slider {
	position: relative;
	z-index: 0;
	color: #FFF;
	background: #00122B;
}
section.intro-slider .intro-slider-carousel > .slick {
	display: none;
}
section.intro-slider .intro-slider-carousel > .slick *:focus {
	outline: none;
}
section.intro-slider .intro-slider-carousel > .slick.slick-initialized {
	display: block;
}
section.intro-slider .intro-slider-carousel .carousel-slide {
	position: relative;
	z-index: 0;
	overflow: hidden;
	min-height: 710px;
	padding: 80px 0;
}
section.intro-slider .intro-slider-carousel .carousel-slide .slide-content {
	max-width: 360px;
}
section.intro-slider .intro-slider-carousel .carousel-slide .slide-content .content-title {
	color: #FFF;
}
section.intro-slider .intro-slider-carousel .carousel-slide .slide-content .content-desc {
	max-width: 320px;
	color: #A7A9AC;
}
section.intro-slider .intro-slider-carousel .carousel-slide .slide-content .content-desc:not(:first-child) {
	margin-top: 30px;
}
section.intro-slider .intro-slider-carousel .carousel-slide .slide-background {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
section.intro-slider .intro-slider-carousel .carousel-slide .slide-background::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: linear-gradient(to right, rgba(0, 18, 43, .75) 0%, rgba(0, 18, 43, 0) 100%);
}
section.intro-slider .intro-slider-carousel .carousel-slide .slide-background > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.intro-slider .intro-slider-pagination {
	position: absolute;
	right: 0;
	bottom: 35px;
	left: 0;
}
section.intro-slider .intro-slider-pagination ul.slick-dots {
	display: block;
	margin: 0 -25px;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
}
section.intro-slider .intro-slider-pagination ul.slick-dots > li {
	display: inline-block;
	margin: 0 25px;
}
section.intro-slider .intro-slider-pagination ul.slick-dots > li button {
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	cursor: pointer;
	transition: background-color 200ms ease-in-out;
	border: none;
	border-radius: 50%;
	outline: none;
	background: #808184;
}
section.intro-slider .intro-slider-pagination ul.slick-dots > li.slick-active button {
	background-color: #FFF;
}


/* Intro Navi */
section.intro-navi {
	display: none;
}
section.intro-navi .intro-navi-cover {
	display: none;
}
section.intro-navi .intro-navi-cover > img {
	width: 100%;
	height: auto;
	min-height: 285px;
	object-fit: cover;
}
section.intro-navi .intro-navi-content {
	padding: 10px;
}
section.intro-navi .intro-navi-content > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.intro-navi .intro-navi-content > ul > li {
	display: block;
}
section.intro-navi .intro-navi-content > ul > li:not(:first-child) {
	margin-top: 10px;
}
section.intro-navi .intro-navi-content .content-link {
	position: relative;
	z-index: 0;
	display: block;
	min-height: 70px;
	padding: 10px 0;
	padding-right: 31px;
	padding-left: 75px;
	text-decoration: none;
	background: #D1D3D4;
}
section.intro-navi .intro-navi-content .content-link::after {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 0;
	height: 0;
	content: "";
	transition: border-left-color 200ms ease-in-out;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #FFF;
}
section.intro-navi .intro-navi-content .content-link .link-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
}
section.intro-navi .intro-navi-content .content-link .link-icon > svg {
	width: 100%;
	height: 100%;
}
section.intro-navi .intro-navi-content .content-link .link-icon > svg path,
section.intro-navi .intro-navi-content .content-link .link-icon > svg circle {
	transition: fill 200ms ease-in-out;
}
section.intro-navi .intro-navi-content .content-link .link-icon > svg path.inner,
section.intro-navi .intro-navi-content .content-link .link-icon > svg path.outer {
	fill: #A7A9AC;
}
section.intro-navi .intro-navi-content .content-link .link-icon > svg circle.outer {
	fill: transparent;
}
section.intro-navi .intro-navi-content .content-link .link-text {
	letter-spacing: -.02em;
	color: #808184;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 50px;
}
section.intro-navi .intro-navi-content .content-link:hover::after {
	border-left-color: #0F308C;
}
section.intro-navi .intro-navi-content .content-link:hover .link-icon > svg path.inner {
	fill: #FFF;
}
section.intro-navi .intro-navi-content .content-link:hover .link-icon > svg path.outer {
	fill: transparent;
}
section.intro-navi .intro-navi-content .content-link:hover .link-icon > svg circle.outer {
	fill: #0F308C;
}


/* Intro Half */
section.intro-half {
	display: block;
}
section.intro-half .intro-half-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
section.intro-half .intro-half-grid > .item {
	display: inline-block;
	width: 50%;
	max-width: 50%;
	font-size: 16px;
	font-size: 1rem;
}
section.intro-half .intro-half-main .main-image {
	overflow: hidden;
}
section.intro-half .intro-half-main .main-image a {
	display: block;
}
section.intro-half .intro-half-main .main-image img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}
section.intro-half .intro-half-main .main-image a img {
	transition: transform 200ms ease-in-out;
}
section.intro-half .intro-half-main .main-image a:hover img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.intro-half .intro-half-main .main-content {
	width: 100%;
	max-width: 652.5px;
	padding: 40px 100px;
}
section.intro-half .intro-half-main .main-content .content-title a {
	text-decoration: none;
	color: #0F308C;
}
section.intro-half .intro-half-main .main-content .content-desc {
	max-width: 400px;
}
section.intro-half .intro-half-main .main-content .content-desc:not(:first-child) {
	margin-top: 15px;
}
section.intro-half .intro-half-main .main-content .content-more-block:not(:first-child) {
	margin-top: 15px;
}
section.intro-half .intro-half-main .main-content .content-more-block a {
	color: #0F308C;
}
section.intro-half .intro-half-grid > .item:nth-child(odd) {
	background: #D1D3D4;
}
section.intro-half .intro-half-grid > .item:nth-child(odd) .intro-half-main .main-content {
	margin-left: auto;
	color: #808184;
}
section.intro-half .intro-half-grid > .item:nth-child(even) {
	background: #A7A9AC;
}
section.intro-half .intro-half-grid > .item:nth-child(even) .intro-half-main .main-content {
	margin-right: auto;
	color: #FFF;
}


/* Work Slider */
section.work-slider {
	padding: 100px 0;
}
section.work-slider .work-slider-header::after {
	display: block;
	clear: both;
	content: "";
}
section.work-slider .work-slider-header .header-title {
	float: left;
	clear: left;
}
section.work-slider .work-slider-header .header-more-block {
	display: none;
	float: right;
	clear: right;
	padding: 11.5px 0;
}
section.work-slider .work-slider-header .header-more-block a {
	color: #0F308C;
}
section.work-slider .work-slider-main {
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
section.work-slider .work-slider-main:not(:first-child) {
	margin-top: 40px;
}
section.work-slider .work-slider-main .main-wrapper {
	position: relative;
	z-index: 0;
	max-width: 680px;
	margin: 0 auto;
}
section.work-slider .work-slider-main .main-carousel {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}
section.work-slider .work-slider-main .main-carousel > .slick {
	display: none;
	margin: 0 -15px;
}
section.work-slider .work-slider-main .main-carousel > .slick.slick-initialized {
	display: block;
}
section.work-slider .work-slider-main .main-carousel > .slick *:focus {
	outline: none;
}
section.work-slider .work-slider-main .main-carousel > .slick > .slick-list {
	overflow: visible;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide {
	padding: 0 15px;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-image {
	overflow: hidden;
	transition: opacity 200ms ease-in-out;
	opacity: .5;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-image a {
	display: block;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-image a img {
	transition: transform 200ms ease-in-out;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-image a:hover img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content {
	transition: opacity 200ms ease-in-out;
	opacity: 0;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content:not(:first-child) {
	margin-top: 35px;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-title {
	position: relative;
	z-index: 0;
	min-height: 28px;
	padding-right: 43px;
	line-height: 28px;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-title a {
	display: block;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #0F308C;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-title a:hover {
	color: #4B64A9;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-title i.icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-title i.icon > svg {
	width: 100%;
	height: 100%;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-title i.icon > svg path.inner,
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-title i.icon > svg path.outer {
	fill: currentColor;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-title i.icon > svg circle.outer {
	fill: transparent;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content .content-desc:not(:first-child) {
	margin-top: 5px;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide.slick-center .slide-image,
section.work-slider .work-slider-main .main-carousel .carousel-slide.slick-center .slide-content {
	transition-delay: 400ms;
	opacity: 1;
}
section.work-slider .work-slider-main .main-carousel .carousel-slide:not(.slick-center) {
	pointer-events: none;
}
section.work-slider .work-slider-main .main-pagination > .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 180px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-indent: 100%;
	color: transparent;
	border: none;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	outline: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.work-slider .work-slider-main .main-pagination > .slick-arrow.slick-prev {
	right: 100%;
	border-right: 24px solid #0F308C;
}
section.work-slider .work-slider-main .main-pagination > .slick-arrow.slick-next {
	left: 100%;
	border-left: 24px solid #0F308C;
}


/* Work Slider */
section.work-slider {
	padding: 100px 0;
}
section.work-slider .work-slider-header::after {
	display: block;
	clear: both;
	content: "";
}
section.work-slider .work-slider-header .header-title {
	float: left;
	clear: left;
}
section.work-slider .work-slider-header .header-more-block {
	display: none;
	float: right;
	clear: right;
	padding: 11.5px 0;
}
section.work-slider .work-slider-header .header-more-block a {
	color: #0F308C;
}
section.casestudy-slider .casestudy-slider-main {
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
section.casestudy-slider .casestudy-slider-main:not(:first-child) {
	margin-top: 40px;
}
section.casestudy-slider .casestudy-slider-main .main-wrapper {
	position: relative;
	z-index: 0;
	max-width: 680px;
	margin: 0 auto;
}
section.casestudy-slider .casestudy-slider-main .main-carousel {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}
section.casestudy-slider .casestudy-slider-main .main-carousel > .slick {
	display: none;
	margin: 0 -15px;
}
section.casestudy-slider .casestudy-slider-main .main-carousel > .slick.slick-initialized {
	display: block;
}
section.casestudy-slider .casestudy-slider-main .main-carousel > .slick *:focus {
	outline: none;
}
section.casestudy-slider .casestudy-slider-main .main-carousel > .slick > .slick-list {
	overflow: visible;
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide {
	padding: 0 15px;
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide .slide-image {
	position: relative;
	z-index: 0;
	overflow: hidden;
	transition: opacity 200ms ease-in-out;
	opacity: .5;
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide .slide-image::before {
	display: block;
	padding-bottom: 64.51612903225806%;
	content: "";
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide .slide-image a {
	display: block;
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide .slide-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide .slide-image a img {
	transition: transform 200ms ease-in-out;
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide .slide-image a:hover img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide.slick-center .slide-image {
	transition-delay: 400ms;
	opacity: 1;
}
section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide:not(.slick-center) {
	pointer-events: none;
}
section.casestudy-slider .casestudy-slider-main .main-pagination > .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 0;
	height: 0;
	margin: 0;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	text-indent: 100%;
	color: transparent;
	border: none;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	outline: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.casestudy-slider .casestudy-slider-main .main-pagination > .slick-arrow.slick-prev {
	right: 100%;
	border-right: 24px solid #0F308C;
}
section.casestudy-slider .casestudy-slider-main .main-pagination > .slick-arrow.slick-next {
	left: 100%;
	border-left: 24px solid #0F308C;
}


/* Perfection */
section.perfection {
	min-height: 770px;
	padding: 100px 0;
	background: url("./assets/static/img/Perfect.jpg") center no-repeat;
	background-size: cover;
}
section.perfection .perfection-content {
	width: 100%;
	max-width: 275px;
	margin-left: auto;
}
section.perfection .perfection-content .content-desc:not(:first-child) {
	margin-top: 15px;
}
section.perfection .perfection-content .content-more-block:not(:first-child) {
	margin-top: 15px;
}
section.perfection .perfection-content .content-more-block a {
	color: #0F308C;
}


/* Testimonials */
section.testimonials-slider {
	min-height: 755px;
	padding: 60px 0;
	background: #BDBEBF url("./assets/static/img/Testimonials-Slider.jpg") center bottom no-repeat;
	background-size: 100% auto;
}
section.testimonials-slider .testimonials-slider-header::after {
	display: block;
	clear: both;
	content: "";
}
section.testimonials-slider .testimonials-slider-header .header-title {
	float: left;
	clear: left;
	width: 100%;
	max-width: 650px;
	color: #FFF;
}
section.testimonials-slider .testimonials-slider-header .header-pagination {
	position: relative;
	z-index: 0;
	float: right;
	clear: right;
	width: 100%;
	max-width: 200px;
	padding: 7px 0;
}
section.testimonials-slider .testimonials-slider-header .header-pagination::after {
	display: block;
	clear: both;
	content: "";
}
section.testimonials-slider .testimonials-slider-header .header-pagination > .slick-arrow {
	float: left;
	height: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-indent: 100%;
	color: transparent;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	outline: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.testimonials-slider .testimonials-slider-header .header-pagination > .slick-arrow.slick-prev {
	margin-right: 45px;
	border-right: 12px solid #FFF;
}
section.testimonials-slider .testimonials-slider-header .header-pagination > .slick-arrow.slick-next {
	right: 0;
	border-left: 12px solid #0F308C;
}
section.testimonials-slider .testimonials-slider-main:not(:first-child) {
	margin-top: 60px;
}
section.testimonials-slider .testimonials-slider-main .main-carousel > .slick {
	display: none;
}
section.testimonials-slider .testimonials-slider-main .main-carousel > .slick.slick-initialized {
	display: block;
}
section.testimonials-slider .testimonials-slider-main .main-carousel > .slick *:focus {
	outline: none;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide {
	color: #FFF;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content::after {
	display: block;
	clear: both;
	content: "";
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content > .left {
	float: left;
	clear: left;
	width: 100%;
	max-width: 650px;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content > .right {
	float: right;
	clear: right;
	width: 100%;
	max-width: 200px;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-title {
	position: relative;
	z-index: 0;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-title::before {
	position: absolute;
	top: 0;
	right: 100%;
	content: open-quote;
	-ms-transform: translateX(-5px);
	transform: translate3d(-5px, 0, 0);
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-title::after {
	margin-left: 5px;
	content: close-quote;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-desc {
	max-width: 520px;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-desc:not(:first-child) {
	margin-top: 30px;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-sidebar .sidebar-image > img {
	max-width: 100%;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-sidebar .sidebar-title {
	color: #FFF;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-sidebar .sidebar-title:not(:first-child) {
	margin-top: 25px;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-sidebar .sidebar-desc {
	position: relative;
	padding-left: 20px;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-sidebar .sidebar-desc:not(:first-child) {
	margin-top: 5px;
}
section.testimonials-slider .testimonials-slider-main .main-carousel .carousel-slide .slide-content .content-sidebar .sidebar-desc::before {
	position: absolute;
	top: 8.5px;
	left: 0;
	width: 12px;
	height: 1px;
	content: "";
	background: currentColor;
}


/* Two Column */
section.two-column {
	padding: 80px 0 100px;
}
section.two-column .two-column-main::after {
	display: block;
	clear: both;
	content: "";
}
section.two-column .two-column-main > .left {
	float: left;
	clear: left;
	width: 100%;
	max-width: 275px;
}
section.two-column .two-column-main > .right {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 325px);
	max-width: 750px;
}
section.two-column .two-column-main .main-sidebar {
	font-family: "objektiv-mk1", Arial, sans-serif;
}
section.two-column .two-column-main .main-sidebar .sidebar-block:not(:first-child) {
	margin-top: 10px;
}
section.two-column .two-column-main .main-sidebar .sidebar-title {
	letter-spacing: -.02em;
	color: #00122B;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
}
section.two-column .two-column-main .main-sidebar .sidebar-title a {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #00122B;
}
section.two-column .two-column-main .main-sidebar .sidebar-title a:hover {
	color: #0F308C;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi:not(:first-child) {
	margin-top: 5px;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi > ul > li {
	display: block;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi > ul > li:not(:first-child) {
	margin-top: 5px;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-link {
	display: block;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.02em;
	color: #808184;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 26px;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-link:hover {
	color: #0F308C;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi {
	display: none;
	padding: 5px 0;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi > ul > li {
	position: relative;
	z-index: 0;
	display: block;
	padding-left: 18px;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi > ul > li:not(:first-child) {
	margin-top: 5px;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi > ul > li::before {
	position: absolute;
	top: 5px;
	left: 0;
	display: none;
	width: 0;
	height: 0;
	content: "";
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #0F308C;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi .subnavi-link {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.02em;
	color: #A7A9AC;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi .subnavi-link:hover {
	color: #0F308C;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi > ul > li.has-subnavi .navi-link {
	position: relative;
	z-index: 0;
	padding-right: 22px;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi > ul > li.has-subnavi .navi-link::before {
	position: absolute;
	top: 10px;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	transition: transform 200ms ease-in-out;
	border-top: 6px solid currentColor;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi > ul > li.has-subnavi.open-subnavi .navi-link::before {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi > ul > li.active::before {
	display: block;
}
section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-subnavi > ul > li.active .subnavi-link {
	color: #0F308C;
	font-weight: 500;
}
section.two-column .two-column-main .main-prodlist:not(:first-child) {
	margin-top: 60px;
}
section.two-column .two-column-main .main-prodlist .prodlist-product:not(:first-child) {
	margin-top: 80px;
}
section.two-column .two-column-main .main-prodlist .prodlist-product::after {
	display: block;
	clear: both;
	content: "";
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-image {
	float: left;
	clear: left;
	overflow: hidden;
	width: 100%;
	width: calc(100% - 360px);
	max-width: 390px;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-image a {
	display: block;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-image a img {
	transition: transform 200ms ease-in-out;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-image a:hover img,
section.two-column .two-column-main .main-prodlist .prodlist-product.hovering .product-image a img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content {
	position: relative;
	z-index: 0;
	float: right;
	clear: right;
	width: 100%;
	max-width: 320px;
	min-height: 250px;
	padding-bottom: 42px;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-title a {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #0F308C;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-title a:hover,
section.two-column .two-column-main .main-prodlist .prodlist-product.hovering .product-content .content-title a {
	color: #4B64A9;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-desc:not(:first-child) {
	margin-top: 15px;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-image {
	display: none;
	overflow: hidden;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-image a {
	display: block;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-image img {
	width: 100%;
	object-fit: cover;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-image a img {
	transition: transform 200ms ease-in-out;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-image a:hover img,
section.two-column .two-column-main .main-prodlist .prodlist-product.hovering .product-content .content-image a img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-code {
	letter-spacing: -.015em;
	color: #000013;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.32;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-code:not(:first-child) {
	margin-top: 15px;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-code b {
	font-weight: 500;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-code + .content-desc {
	margin-top: 10px;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-more-block {
	position: absolute;
	bottom: 0;
	left: 0;
}
section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-more-block a {
	color: #0F308C;
}
section.two-column .two-column-main .main-prodlist .prodlist-product.hovering .product-content .content-more-block a::after {
	-ms-transform: translateX(5px);
	transform: translate3d(5px, 0, 0);
}
section.two-column .two-column-main .main-servicing .servicing-block:not(:first-child) {
	margin-top: 60px;
}
section.two-column .two-column-main .main-servicing .servicing-image:not(:first-child) {
	margin-top: 60px;
}
section.two-column .two-column-main .main-servicing .servicing-image > img {
	max-width: 100%;
}
section.two-column .two-column-main .main-servicing .servicing-desc:not(:first-child) {
	margin-top: 15px;
}
section.two-column .two-column-main .main-servicing .servicing-form:not(:first-child) {
	margin-top: 60px;
}
section.two-column .two-column-main .main-about .about-block:not(:first-child) {
	margin-top: 60px;
}
section.two-column .two-column-main .main-about .about-desc:not(:first-child) {
	margin-top: 15px;
}
section.two-column .two-column-main .main-about .about-wwd:not(:first-child) {
	margin-top: 50px;
}
section.two-column .two-column-main .main-about .about-wwd .wwd-block:not(:first-child) {
	margin-top: 50px;
}
section.two-column .two-column-main .main-about .about-wwd .wwd-header {
	position: relative;
	z-index: 0;
	min-height: 70px;
	color: #A7A9AC;
	font-size: 0;
}
section.two-column .two-column-main .main-about .about-wwd .wwd-header::before {
	display: inline-block;
	width: 100px;
	height: 70px;
	content: "";
	vertical-align: middle;
}
section.two-column .two-column-main .main-about .about-wwd .wwd-header .header-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}
section.two-column .two-column-main .main-about .about-wwd .wwd-header .header-icon > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
section.two-column .two-column-main .main-about .about-wwd .wwd-header .header-title {
	display: inline-block;
	max-width: calc(100% - 100px);
	vertical-align: middle;
	color: #808184;
}
section.two-column .two-column-main .main-about .about-wwd .wwd-desc:not(:first-child) {
	margin-top: 20px;
}
section.two-column .two-column-main .main-contact .contact-block:not(:first-child) {
	margin-top: 60px;
}
section.two-column .two-column-main .main-contact .contact-desc:not(:first-child) {
	margin-top: 15px;
}
section.two-column .two-column-main .main-contact .contact-offices {
	border-top: 1px solid #A7A9AC;
}
section.two-column .two-column-main .main-contact .contact-offices:not(:first-child) {
	margin-top: 60px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country {
	padding: 40px 0;
	border-bottom: 1px solid #A7A9AC;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country::after {
	display: block;
	clear: both;
	content: "";
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country > .left {
	float: left;
	clear: left;
	width: 100%;
	max-width: 240px;
	padding-right: 20px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country > .right {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 240px);
	max-width: 510px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-title {
	letter-spacing: -.02em;
	color: #00122B;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.32;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office:not(:first-child) {
	padding-top: 40px;
	border-top: 1px solid #A7A9AC;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office:not(:last-child) {
	padding-bottom: 40px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office::after {
	display: block;
	clear: both;
	content: "";
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office > .left {
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 270px);
	max-width: 240px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office > .right {
	float: right;
	clear: right;
	width: 100%;
	max-width: 270px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-title {
	letter-spacing: -.02em;
	color: #0F308C;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.32;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-services:not(:first-child) {
	margin-top: 16px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-services {
	font-size: 13px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-services > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-services > ul > li {
	display: block;
	letter-spacing: -.015em;
	color: #A7A9AC;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.32;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-services > ul > li:not(:first-child) {
	margin-top: 4px;
}
section.two-column .two-column-main .main-contact .contact-form:not(:first-child) {
	margin-top: 60px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-contact > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-contact > ul > li {
	display: block;
	letter-spacing: -.015em;
	color: #808184;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.32;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-contact > ul > li:not(:first-child) {
	margin-top: 13px;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-contact > ul > li a {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: inherit;
}
section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office .office-contact > ul > li a:hover {
	color: #0F308C;
}
section.two-column .two-column-main .main-product .product-header .header-title {
	letter-spacing: -.02em;
	color: #0F308C;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1;
}
section.two-column .two-column-main .main-product .product-content {
	letter-spacing: -.015em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
section.two-column .two-column-main .main-product .product-content:not(:first-child) {
	margin-top: 20px;
}
section.two-column .two-column-main .main-product .product-content p:not(:first-child) {
	margin-top: 10px;
}
section.two-column .two-column-main .main-product .product-content table {
	width: 100%;
}
section.two-column .two-column-main .main-product .product-content table:not(:first-child) {
	margin-top: 30px;
}
section.two-column .two-column-main .main-product .product-content table th,
section.two-column .two-column-main .main-product .product-content table td {
	padding: 0 10px;
}
section.two-column .two-column-main .main-product .product-content table th:first-child,
section.two-column .two-column-main .main-product .product-content table td:first-child {
	padding-left: 0;
}
section.two-column .two-column-main .main-product .product-content table th:last-child,
section.two-column .two-column-main .main-product .product-content table td:last-child {
	padding-right: 0;
}
section.two-column .two-column-main .main-product .product-content table thead th,
section.two-column .two-column-main .main-product .product-content table thead td {
	padding-bottom: 5px;
}
section.two-column .two-column-main .main-product-tiles:not(:first-child) {
	margin-top: 80px;
}
section.two-column .two-column-main .main-product-tiles > .tile {
	margin: 0 0 40px;
	padding: 40px;
	background: #E6E6E6;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper {
	display: flex;
	flex: 1 0 100%;
	flex-flow: row wrap;
	justify-content: space-between;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper::after {
	display: table;
	clear: both;
	flex: 1 0 100%;
	content: "";
}
section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper > .col-l {
	float: left;
	clear: left;
	width: 50%;
	width: calc(50% - 15px);
}
section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper > .col-r {
	float: right;
	clear: right;
	width: 50%;
	width: calc(50% - 15px);
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .slick {
	display: none;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .slick.slick-initialized {
	display: block;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-carousel {
	position: relative;
	z-index: 0;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-carousel > .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 0;
	height: 0;
	margin: 0;
	margin-top: -8px;
	padding: 0;
	cursor: pointer;
	text-indent: 100%;
	color: transparent;
	border: none;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	outline: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-carousel > .slick-arrow.slick-prev {
	left: 15px;
	border-right: 8px solid #0F308C;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-carousel > .slick-arrow.slick-next {
	right: 15px;
	border-left: 8px solid #0F308C;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-carousel .carousel-slide .slide-image {
	position: relative;
	z-index: 0;
	overflow: hidden;
	min-height: 100px;
	max-height: 200px;
	background: #747577;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-carousel .carousel-slide .slide-image::before {
	display: block;
	padding-bottom: 62.5%;
	content: "";
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-carousel .carousel-slide .slide-image img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-thumbnails {
	overflow: hidden;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-thumbnails:not(:first-child) {
	margin-top: 10px;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-thumbnails .thumbnails-navi {
	margin: 0 -5px;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-thumbnails .thumbnails-navi .navi-slide {
	padding: 0 5px;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-thumbnails .thumbnails-navi .navi-slide .slide-image {
	position: relative;
	z-index: 0;
	overflow: hidden;
	min-height: 40px;
	max-height: 60px;
	background: #747577;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-thumbnails .thumbnails-navi .navi-slide .slide-image::before {
	display: block;
	padding-bottom: 60%;
	content: "";
}
section.two-column .two-column-main .main-product-tiles .product-tiles-gallery .gallery-thumbnails .thumbnails-navi .navi-slide .slide-image img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-name {
	letter-spacing: -.02em;
	color: #0F308C;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-price {
	letter-spacing: -.02em;
	color: #0F308C;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-price:not(:first-child) {
	margin-top: 20px;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-desc:not(:first-child) {
	margin-top: 20px;
}
section.two-column .two-column-main .main-product-tiles .product-tiles-more:not(:first-child) {
	margin-top: 30px;
}

/* Product Info */
section.prodinfo .prodinfo-slider {
	padding: 80px 0 100px;
}
section.prodinfo .prodinfo-slider .slider-header {
	max-width: 700px;
}
section.prodinfo .prodinfo-slider .slider-header .header-desc {
	max-width: 675px;
}
section.prodinfo .prodinfo-slider .slider-header .header-desc:not(:first-child) {
	margin-top: 15px;
}
section.prodinfo .prodinfo-slider .slider-gallery {
	width: 100%;
	max-width: 945px;
	margin: 0 auto;
}
section.prodinfo .prodinfo-slider .slider-gallery:not(:first-child) {
	margin-top: 80px;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel {
	position: relative;
	z-index: 0;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel > .slick {
	display: none;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel > .slick *:focus {
	outline: none;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel > .slick.slick-initialized {
	display: block;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel > .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 0;
	height: 0;
	margin: 0;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	text-indent: 100%;
	color: transparent;
	border: none;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	outline: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel > .slick-arrow.slick-prev {
	left: -54px;
	border-right: 24px solid #0F308C;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel > .slick-arrow.slick-next {
	right: -54px;
	border-left: 24px solid #0F308C;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel .carousel-slide img {
	width: 100%;
	min-height: 400px;
	max-height: 600px;
	object-fit: cover;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails {
	position: relative;
	z-index: 0;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails:not(:first-child) {
	margin-top: 40px;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-pagination > .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 0;
	height: 0;
	margin: 0;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	text-indent: 100%;
	color: transparent;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	outline: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-pagination > .slick-arrow.slick-prev {
	left: 0;
	border-right: 12px solid #0F308C;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-pagination > .slick-arrow.slick-next {
	right: 0;
	border-left: 12px solid #0F308C;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi {
	overflow: hidden;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi > .slick {
	display: none;
	margin: 0 -10px;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi > .slick *:focus {
	outline: none;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi > .slick.slick-initialized {
	display: block;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi .navi-slide {
	width: 100%;
	max-width: 140px;
	margin: 0 10px;
	cursor: pointer;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi .navi-slide img {
	display: block;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
	opacity: .75;
	filter: grayscale(100%);
	object-fit: cover;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi .navi-slide:not(:hover) img {
	opacity: .25;
}
section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi .navi-slide.slick-current img {
	opacity: 1;
	filter: none;
}
section.prodinfo .prodinfo-slider.grey {
	color: #606163;
	background: #DDDEDF;
}
section.prodinfo .prodinfo-features .features-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 0;
}
section.prodinfo .prodinfo-features .features-grid > .item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.prodinfo .prodinfo-features .features-grid .grid-main .main-content {
	width: 100%;
	max-width: 652.5px;
	padding: 50px 100px 60px;
}
section.prodinfo .prodinfo-features .features-grid .grid-main .main-content .content-list:not(:first-child) {
	margin-top: 15px;
}
section.prodinfo .prodinfo-features .features-grid .grid-main .main-content .content-list > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.prodinfo .prodinfo-features .features-grid .grid-main .main-content .content-list > ul > li {
	position: relative;
	z-index: 0;
	display: block;
	padding-left: 20px;
	letter-spacing: -.015em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.32;
}
section.prodinfo .prodinfo-features .features-grid .grid-main .main-content .content-list > ul > li:not(:first-child) {
	margin-top: 10px;
}
section.prodinfo .prodinfo-features .features-grid .grid-main .main-content .content-list > ul > li::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 1px;
	content: "";
	background: currentColor;
}
section.prodinfo .prodinfo-features .features-grid > .item:nth-child(odd) {
	background: #0F308C;
}
section.prodinfo .prodinfo-features .features-grid > .item:nth-child(odd) .grid-main .main-content {
	margin-left: auto;
	color: #D1D3D4;
}
section.prodinfo .prodinfo-features .features-grid > .item:nth-child(odd) .grid-main .main-content .content-title {
	color: #FFF;
}
section.prodinfo .prodinfo-features .features-grid > .item:nth-child(even) {
	background: #DDDEDF;
}
section.prodinfo .prodinfo-features .features-grid > .item:nth-child(even) .grid-main .main-content {
	margin-right: auto;
	color: #606163;
}
section.prodinfo .prodinfo-features .features-grid > .item:nth-child(even) .grid-main .main-content .content-title {
	color: #0F308C;
}
section.prodinfo .prodinfo-enquire {
	padding: 50px 0 45px;
	background: #00122B;
}
section.prodinfo .prodinfo-enquire .enquire-content {
	max-width: 800px;
}
section.prodinfo .prodinfo-enquire .enquire-content .content-title {
	color: #FFF;
}
section.prodinfo .prodinfo-enquire .enquire-content .content-desc {
	color: #A7A9AC;
}
section.prodinfo .prodinfo-enquire .enquire-content .content-desc:not(:first-child) {
	margin-top: 35px;
}
section.prodinfo .prodinfo-enquire .enquire-content .content-more-block:not(:first-child) {
	margin-top: 35px;
}
section.prodinfo .prodinfo-enquire .enquire-content .content-more-block a {
	color: #FFF;
}
section.prodinfo .prodinfo-enquire .enquire-content .content-more-block a::after {
	border-left-color: #0F308C;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 0;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main {
	align-self: center;
	direction: ltr;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content {
	width: 100%;
	max-width: 652.5px;
	padding: 40px 100px;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-desc:not(:first-child) {
	margin-top: 15px;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-list:not(:first-child) {
	margin-top: 15px;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-list > b {
	letter-spacing: -.015em;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.32;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-list > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-list > ul:not(:first-child) {
	margin-top: 10px;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-list > ul > li {
	position: relative;
	z-index: 0;
	display: block;
	padding-left: 20px;
	letter-spacing: -.015em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.32;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-list > ul > li:not(:first-child) {
	margin-top: 10px;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-list > ul > li::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 1px;
	content: "";
	background: currentColor;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-more-block:not(:first-child) {
	margin-top: 25px;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-more-block a {
	color: #0F308C;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-image {
	position: relative;
	z-index: 0;
	min-height: 500px;
}
section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-image > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.prodinfo .prodinfo-products .products-inner.white {
	direction: rtl;
	background: #FFF;
}
section.prodinfo .prodinfo-products .products-inner.white .inner-grid .grid-main .main-content {
	margin-left: auto;
	color: #808184;
}
section.prodinfo .prodinfo-products .products-inner.grey {
	direction: ltr;
	background: #DDDEDF;
}
section.prodinfo .prodinfo-products .products-inner.grey .inner-grid .grid-main .main-content {
	margin-right: auto;
	color: #606163;
}
section.prodinfo .prodinfo-faq {
	padding: 80px 0;
}
section.prodinfo .prodinfo-faq .faq-main:not(:first-child) {
	margin-top: 60px;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner {
	transition: margin-top 200ms ease-in-out;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner:not(:first-child) {
	margin-top: 30px;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header {
	position: relative;
	z-index: 0;
	padding-right: 42px;
	cursor: pointer;
	transition: color 200ms ease-in-out;
	color: #808184;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header:hover {
	color: #0F308C;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header::after {
	position: absolute;
	top: 5.5px;
	right: 0;
	content: "";
	transition: transform 200ms ease-in-out;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid currentColor;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header .header-title {
	width: 100%;
	max-width: 900px;
	text-indent: -.02em;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.32;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-divider {
	border-top: 1px solid #A7A9AC;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-divider:not(:first-child) {
	margin-top: 30px;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-answer {
	display: none;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-answer:not(:first-child) {
	margin-top: 30px;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner.active .inner-header {
	color: #0F308C;
}
section.prodinfo .prodinfo-faq .faq-main .main-inner.active .inner-header::after {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
section.prodinfo .prodinfo-faq .faq-main .main-inner.active + .main-inner {
	margin-top: 60px;
}


/* Case Studies */
section.case-studies {
	padding: 80px 0 100px;
	background: #FFF;
}
section.case-studies .case-studies-grid {
	margin: 0 -17.5px;
	padding-bottom: 20px;
	font-size: 0;
}
section.case-studies .case-studies-grid > .item {
	display: inline-block;
	width: 33.33333333333333%;
	max-width: 33.33333333333333%;
	margin-bottom: 60px;
	padding: 0 17.5px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.case-studies .case-studies-grid .grid-main .main-image {
	overflow: hidden;
}
section.case-studies .case-studies-grid .grid-main .main-image a {
	display: block;
}
section.case-studies .case-studies-grid .grid-main .main-image img {
	width: 100%;
	height: auto;
}
section.case-studies .case-studies-grid .grid-main .main-image a img {
	transition: transform 200ms ease-in-out;
}
section.case-studies .case-studies-grid .grid-main .main-image a:hover img,
section.case-studies .case-studies-grid .grid-main.hovering .main-image a img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.case-studies .case-studies-grid .grid-main .main-content:not(:first-child) {
	margin-top: 20px;
}
section.case-studies .case-studies-grid .grid-main .main-content .content-title a {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #0F308C;
}
section.case-studies .case-studies-grid .grid-main .main-content .content-title a:hover,
section.case-studies .case-studies-grid .grid-main.hovering .main-content .content-title a {
	color: #4B64A9;
}
section.case-studies .case-studies-grid .grid-main .main-content .content-desc:not(:first-child) {
	margin-top: 5px;
}
section.case-studies .case-studies-more-block .g-button-solid {
	display: block;
	width: 100%;
}


/* Case Study */
section.casestudy {
	padding: 60px 0 100px;
}
section.casestudy section.two-column .two-column-main .main-sidebar .sidebar-block:not(:first-child) {
	margin-top: 15px;
}
section.casestudy section.two-column .two-column-main .main-sidebar .sidebar-navi {
	padding-left: 15px;
}
section.casestudy section.two-column .two-column-main .main-sidebar .sidebar-navi .navi-link {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.32;
}


/* Similar Slider */
section.similar-slider .similar-slider-header .header-title {
	color: #808184;
}
section.similar-slider .similar-slider-main {
	position: relative;
	z-index: 0;
}
section.similar-slider .similar-slider-main:not(:first-child) {
	margin-top: 40px;
}
section.similar-slider .similar-slider-main .main-carousel {
	width: 100%;
}
section.similar-slider .similar-slider-main .main-carousel > .slick {
	display: none;
	margin: 0 -17.5px;
}
section.similar-slider .similar-slider-main .main-carousel > .slick.slick-initialized {
	display: block;
}
section.similar-slider .similar-slider-main .main-carousel > .slick *:focus {
	outline: none;
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide {
	padding: 0 17.5px;
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide .slide-image {
	overflow: hidden;
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide .slide-image a {
	display: block;
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide .slide-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide .slide-image a img {
	transition: transform 200ms ease-in-out;
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide .slide-image a:hover img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide .slide-content:not(:first-child) {
	margin-top: 20px;
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide .slide-content .content-title a {
	text-decoration: none;
	color: #0F308C;
}
section.similar-slider .similar-slider-main .main-carousel .carousel-slide .slide-content .content-desc:not(:first-child) {
	margin-top: 5px;
}
section.similar-slider .similar-slider-main .main-pagination > .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 95px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-indent: 100%;
	color: transparent;
	border: none;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	outline: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.similar-slider .similar-slider-main .main-pagination > .slick-arrow.slick-prev {
	left: -58px;
	border-right: 18px solid #0F308C;
}
section.similar-slider .similar-slider-main .main-pagination > .slick-arrow.slick-next {
	right: -58px;
	border-left: 18px solid #0F308C;
}


/* News */
section.news {
	padding: 100px 0;
}
section.news .news-main .main-article:not(:first-child) {
	margin-top: 80px;
}
section.news .news-main .main-article::after {
	display: block;
	clear: both;
	content: "";
}
section.news .news-main .main-article .article-image {
	float: left;
	clear: left;
	overflow: hidden;
	width: 100%;
	width: calc(100% - 715px);
	max-width: 390px;
}
section.news .news-main .main-article .article-image a {
	display: block;
}
section.news .news-main .main-article .article-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
section.news .news-main .main-article .article-image a img {
	transition: transform 200ms ease-in-out;
}
section.news .news-main .main-article .article-image a:hover img,
section.news .news-main .main-article.hovering .article-image a img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.news .news-main .main-article .article-content {
	position: relative;
	z-index: 0;
	float: right;
	clear: right;
	width: 100%;
	max-width: 675px;
	min-height: 250px;
	padding-bottom: 42px;
}
section.news .news-main .main-article .article-content .content-title a {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #0F308C;
}
section.news .news-main .main-article .article-content .content-title a:hover,
section.news .news-main .main-article.hovering .article-content .content-title a {
	color: #4B64A9;
}
section.news .news-main .main-article .article-content .content-desc:not(:first-child) {
	margin-top: 15px;
}
section.news .news-main .main-article .article-content .content-date {
	letter-spacing: -.015em;
	color: #000013;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.32;
}
section.news .news-main .main-article .article-content .content-date:not(:first-child) {
	margin-top: 15px;
}
section.news .news-main .main-article .article-content .content-date + .content-desc {
	margin-top: 10px;
}
section.news .news-main .main-article .article-content .content-more-block {
	position: absolute;
	bottom: 0;
	left: 0;
}
section.news .news-main .main-article .article-content .content-more-block a {
	color: #0F308C;
}
section.news .news-main .main-article.hovering .article-content .content-more-block a::after {
	-ms-transform: translateX(5px);
	transform: translate3d(5px, 0, 0);
}
section.news .news-more-block:not(:first-child) {
	margin-top: 100px;
}
section.news .news-more-block .g-button-solid {
	display: block;
	width: 100%;
}


/* Article */
section.article .article-main::after {
	display: block;
	clear: both;
	content: "";
}
section.article .article-main > .left {
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 320px);
	max-width: 710px;
}
section.article .article-main > .right {
	float: right;
	clear: right;
	width: 100%;
	max-width: 220px;
}
section.article .article-main .main-content {
	letter-spacing: -.015em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}
section.article .article-main .main-content h1,
section.article .article-main .main-content h2,
section.article .article-main .main-content h3,
section.article .article-main .main-content h4,
section.article .article-main .main-content h5 {
	margin: 0;
	letter-spacing: -.02em;
	color: #0F308C;
	font-weight: 500;
	line-height: 1.32;
}
section.article .article-main .main-content h1:not(:first-child),
section.article .article-main .main-content h2:not(:first-child),
section.article .article-main .main-content h3:not(:first-child),
section.article .article-main .main-content h4:not(:first-child),
section.article .article-main .main-content h5:not(:first-child) {
	margin-top: 1em;
}
section.article .article-main .main-content h1 {
	font-size: 38px;
	font-size: 2.375rem;
}
section.article .article-main .main-content h2 {
	font-size: 26px;
	font-size: 1.625rem;
}
section.article .article-main .main-content h3 {
	font-size: 24px;
	font-size: 1.5rem;
}
section.article .article-main .main-content h4 {
	font-size: 22px;
	font-size: 1.375rem;
}
section.article .article-main .main-content h5 {
	font-size: 20px;
	font-size: 1.25rem;
}
section.article .article-main .main-content img {
	max-width: 100%;
}
section.article .article-main .main-sidebar .sidebar-title {
	color: #00122B;
}
section.article .article-main .main-sidebar .sidebar-navi:not(:first-child) {
	margin-top: 15px;
}
section.article .article-main .main-sidebar .sidebar-navi > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.article .article-main .main-sidebar .sidebar-navi > ul > li {
	display: block;
}
section.article .article-main .main-sidebar .sidebar-navi > ul > li:not(:first-child) {
	margin-top: 10px;
}
section.article .article-main .main-sidebar .sidebar-navi .navi-link {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.015em;
	color: #A7A9AC;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.32;
}
section.article .article-main .main-sidebar .sidebar-navi .navi-link:hover {
	color: #0F308C;
}


/* News Article */
section.news-article {
	padding: 40px 0 100px;
}
section.news-article section.similar-slider:not(:first-child) {
	margin-top: 100px;
}


/* Downloads */
section.downloads {
	padding: 60px 0 100px;
}
section.downloads .downloads-main .main-inner {
	border-bottom: 1px solid #A7A9AC;
}
section.downloads .downloads-main .main-inner:first-child {
	border-top: 1px solid #A7A9AC;
}
section.downloads .downloads-main .main-inner .inner-header {
	position: relative;
	z-index: 0;
	padding: 30px 0;
	padding-right: 42px;
	cursor: pointer;
	transition: color 200ms ease-in-out;
	color: #808184;
}
section.downloads .downloads-main .main-inner .inner-header:hover {
	color: #0F308C;
}
section.downloads .downloads-main .main-inner .inner-header::after {
	position: absolute;
	top: 35.5px;
	right: 0;
	content: "";
	transition: transform 200ms ease-in-out;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid currentColor;
}
section.downloads .downloads-main .main-inner .inner-header .header-title {
	width: 100%;
	max-width: 900px;
	text-indent: -.02em;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.32;
}
section.downloads .downloads-main .main-inner .inner-list {
	display: none;
	padding: 30px 0 60px;
	border-top: 1px solid #A7A9AC;
}
section.downloads .downloads-main .main-inner .inner-list > ul {
	display: block;
	margin: 0 -40px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
section.downloads .downloads-main .main-inner .inner-list > ul > li {
	display: inline-block;
	width: 50%;
	max-width: 50%;
	margin-top: 20px;
	padding: 0 40px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.downloads .downloads-main .main-inner .inner-list > ul > li:nth-child(-n+2) {
	margin-top: 0;
}
section.downloads .downloads-main .main-inner .inner-list .list-content {
	line-height: 1.32;
}
section.downloads .downloads-main .main-inner .inner-list .list-content a {
	text-decoration: none;
	color: #808184;
}
section.downloads .downloads-main .main-inner .inner-list .list-content .content-title {
	display: inline-block;
	padding-right: 15px;
	vertical-align: text-bottom;
	letter-spacing: -.02em;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
}
section.downloads .downloads-main .main-inner .inner-list .list-content .content-filetype {
	display: inline-block;
	transition: color 200ms ease-in-out;
	vertical-align: text-bottom;
	text-decoration: none;
	letter-spacing: -.02em;
	color: #A7A9AC;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}
section.downloads .downloads-main .main-inner .inner-list .list-content a:hover .content-filetype {
	color: #0F308C;
}
section.downloads .downloads-main .main-inner.active .inner-header {
	color: #0F308C;
}
section.downloads .downloads-main .main-inner.active .inner-header::after {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* Terms */
section.terms {
	padding: 60px 0 100px;
}
section.terms .terms-content {
	width: 100%;
	max-width: 750px;
	letter-spacing: -.015em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.32;
}
section.terms .terms-content h1,
section.terms .terms-content h2,
section.terms .terms-content h3,
section.terms .terms-content h4,
section.terms .terms-content h5 {
	margin: 0;
	letter-spacing: -.02em;
	color: #0F308C;
	font-weight: 500;
	line-height: 1.32;
}
section.terms .terms-content h1:not(:first-child),
section.terms .terms-content h2:not(:first-child),
section.terms .terms-content h3:not(:first-child),
section.terms .terms-content h4:not(:first-child),
section.terms .terms-content h5:not(:first-child) {
	margin-top: 1em;
}
section.terms .terms-content h1 {
	font-size: 38px;
	font-size: 2.375rem;
}
section.terms .terms-content h2 {
	font-size: 26px;
	font-size: 1.625rem;
}
section.terms .terms-content h3 {
	font-size: 24px;
	font-size: 1.5rem;
}
section.terms .terms-content h4 {
	font-size: 22px;
	font-size: 1.375rem;
}
section.terms .terms-content h5 {
	font-size: 20px;
	font-size: 1.25rem;
}
section.terms .terms-content img {
	max-width: 100%;
}


/* Footer */
footer.footer {
	overflow: hidden;
}


/* Footer Expert Advice */
section.footer-expert {
	padding: 22.5px 0;
	background: #0F308C;
}
section.footer-expert .footer-expert-main::after {
	display: block;
	clear: both;
	content: "";
}
section.footer-expert .footer-expert-main > .left {
	float: left;
	clear: left;
}
section.footer-expert .footer-expert-main > .right {
	float: right;
	clear: right;
}
section.footer-expert .footer-expert-main .main-title {
	color: #A7A9AC;
	line-height: 45px;
}
section.footer-expert .footer-expert-main .main-button-block {
	margin: 0 -15px;
	font-size: 0;
}
section.footer-expert .footer-expert-main .main-button-block .g-button-outline {
	width: 180px;
	margin: 0 15px;
	padding-right: 0;
	padding-left: 0;
}


/* Footer Main */
section.footer-main {
	padding: 60px 0 40px;
	color: #A7A9AC;
	background: #00122B;
}
section.footer-main .main-block:not(:first-child) {
	margin-top: 40px;
}
section.footer-main .main-block .block-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: flex-end;
}
section.footer-main .main-block .block-header .header-logo a {
	display: block;
}
section.footer-main .main-block .block-header .header-logo img {
	width: 315px;
	height: 70px;
}
section.footer-main .main-block .block-header .header-navi {
	line-height: 26px;
}
section.footer-main .main-block .block-header .header-navi > ul {
	display: block;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}
section.footer-main .main-block .block-header .header-navi > ul::after {
	display: block;
	clear: both;
	content: "";
}
section.footer-main .main-block .block-header .header-navi > ul > li {
	display: block;
	float: left;
	margin: 0 15px;
}
section.footer-main .main-block .block-header .header-navi .navi-link {
	position: relative;
	display: block;
	padding-bottom: 2px;
	padding-left: 38px;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #A7A9AC;
}
section.footer-main .main-block .block-header .header-navi .navi-link:hover {
	color: #FFF;
}
section.footer-main .main-block .block-header .header-navi .navi-link-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
}
section.footer-main .main-block .block-header .header-navi .navi-link-icon > svg {
	width: 100%;
	height: 100%;
}
section.footer-main .main-block .block-header .header-navi .navi-link-icon > svg path,
section.footer-main .main-block .block-header .header-navi .navi-link-icon > svg circle {
	transition: fill 400ms ease-in-out;
}
section.footer-main .main-block .block-header .header-navi .navi-link-icon > svg path.inner,
section.footer-main .main-block .block-header .header-navi .navi-link-icon > svg path.outer {
	fill: currentColor;
}
section.footer-main .main-block .block-header .header-navi .navi-link-icon > svg circle.outer {
	fill: transparent;
}
section.footer-main .main-block .block-header .header-navi .navi-link:hover .navi-link-icon > svg path.inner {
	fill: #00122B;
}
section.footer-main .main-block .block-header .header-navi .navi-link:hover .navi-link-icon > svg path.outer {
	fill: transparent;
}
section.footer-main .main-block .block-header .header-navi .navi-link:hover .navi-link-icon > svg circle.outer {
	fill: currentColor;
}
section.footer-main .main-block .block-header .header-navi .navi-link-text {
	font-size: 24px;
	font-size: 1.5rem;
}
section.footer-main .main-block .block-navi {
	padding-top: 40px;
	border-top: 1px solid #A7A9AC;
}
section.footer-main .main-block .block-navi:not(:first-child) {
	margin-top: 40px;
}
section.footer-main .main-block .block-navi > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.footer-main .main-block .block-navi > ul > li {
	display: block;
}
section.footer-main .main-block .block-navi > ul > li:nth-child(4n+1) {
	clear: both;
}
section.footer-main .main-block .block-navi .navi-title {
	letter-spacing: -.02em;
	font-family: "objektiv-mk1", Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
}
section.footer-main .main-block .block-navi .navi-title:not(:first-child) {
	margin-top: 5px;
}
section.footer-main .main-block .block-navi .navi-title .title-link {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #A7A9AC;
}
section.footer-main .main-block .block-navi .navi-title .title-link:hover {
	color: #FFF;
}
section.footer-main .main-block .block-navi .navi-subnavi:not(:first-child) {
	margin-top: 6px;
}
section.footer-main .main-block .block-navi .navi-subnavi > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.footer-main .main-block .block-navi .navi-subnavi > ul > li {
	display: block;
}
section.footer-main .main-block .block-navi .navi-subnavi > ul > li:not(:first-child) {
	margin-top: 4px;
}
section.footer-main .main-block .block-navi .navi-subnavi .subnavi-link {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.015em;
	color: #A7A9AC;
	font-size: 14px;
	font-size: .875rem;
}
section.footer-main .main-block .block-navi .navi-subnavi .subnavi-link:hover {
	color: #FFF;
}
section.footer-main .main-block .block-navi .navi-subnavi .subnavi-link::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 1px;
	content: "";
	background: currentColor;
}
section.footer-main .main-block .block-newsletter::after {
	display: block;
	clear: both;
	content: "";
}
section.footer-main .main-block .block-newsletter > .left {
	float: left;
	clear: left;
}
section.footer-main .main-block .block-newsletter > .right {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 280px);
	max-width: 825px;
}
section.footer-main .main-block .block-newsletter .newsletter-title {
	color: #A7A9AC;
	line-height: 45px;
}
section.footer-main .main-block .block-newsletter .newsletter-form::after {
	display: block;
	clear: both;
	content: "";
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-fieldset {
	float: left;
	width: 100%;
	width: calc(100% - 205px);
	max-width: 620px;
	margin-right: 20px;
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-fieldset .fieldset-input {
	float: left;
	width: 50%;
	width: calc(50% - 10px);
	max-width: 300px;
	height: 45px;
	margin: 0 10px;
	padding: 11px 15px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	letter-spacing: -.02em;
	color: #FFF;
	border: 1px solid #0F308C;
	background: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 21px;
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-fieldset .fieldset-input:focus {
	border-color: #0F308C;
	outline: none;
	background-color: transparent;
	box-shadow: 0 0 0 1px #0F308C;
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-fieldset .fieldset-input::placeholder {
	color: #808184;
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-fieldset .fieldset-input:first-child {
	margin-left: 0;
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-fieldset .fieldset-input:last-child {
	margin-right: 0;
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-submit {
	float: left;
	width: 100%;
	max-width: 185px;
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-submit .submit-button {
	display: block;
	width: 100%;
	color: #808184;
	border-color: #808184;
}
section.footer-main .main-block .block-newsletter .newsletter-form .form-submit .submit-button:hover {
	color: #00122B;
	border-color: #D1D3D4;
	background-color: #D1D3D4;
}
section.footer-main .main-block .block-extra {
	padding-top: 20px;
	border-top: 1px solid #A7A9AC;
}
section.footer-main .main-block .block-extra:not(:first-child) {
	margin-top: 40px;
}
section.footer-main .main-block .block-extra::after {
	display: block;
	clear: both;
	content: "";
}
section.footer-main .main-block .block-extra > .left {
	float: left;
	clear: left;
}
section.footer-main .main-block .block-extra > .right {
	float: right;
	clear: right;
}
section.footer-main .main-block .block-extra .extra-navi > ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
section.footer-main .main-block .block-extra .extra-navi > ul > li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.footer-main .main-block .block-extra .extra-navi .navi-link {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.015em;
	color: #A7A9AC;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.32;
}
section.footer-main .main-block .block-extra .extra-navi .navi-link:hover {
	color: #FFF;
}
section.footer-main .main-block .block-extra .extra-copyright {
	letter-spacing: -.015em;
	color: #A7A9AC;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.32;
}


/* Mobile Navi */
section.mobnavi {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	padding: 55px 0;
	transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	background: #00122B;
}
section.mobnavi .mobnavi-header::after {
	display: block;
	clear: both;
	content: "";
}
section.mobnavi .mobnavi-header > .left {
	float: left;
	clear: left;
}
section.mobnavi .mobnavi-header > .right {
	float: right;
	clear: right;
}
section.mobnavi .mobnavi-header .header-logo a {
	display: block;
}
section.mobnavi .mobnavi-header .header-logo img {
	width: 100%;
	max-width: 203px;
	height: 45px;
}
section.mobnavi .mobnavi-header .header-close {
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: url("./assets/static/img/icons/header/Close.svg") center no-repeat;
	background-size: contain;
}
section.mobnavi .mobnavi-navi:not(:first-child) {
	margin-top: 20px;
}
section.mobnavi .mobnavi-navi .navi-back {
	min-height: 24px;
}
section.mobnavi .mobnavi-navi .navi-back:not(:last-child) {
	margin-bottom: 30px;
}
section.mobnavi .mobnavi-navi .navi-back::after {
	display: block;
	clear: both;
	content: "";
}
section.mobnavi .mobnavi-navi .navi-back .back-button {
	visibility: hidden;
	float: right;
	clear: right;
	transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.015em;
	opacity: 0;
	color: #A7A9AC;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 24px;
}
section.mobnavi .mobnavi-navi .navi-back .back-button::before {
	position: relative;
	top: 6px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 10px;
	content: "";
	transition: transform 200ms ease-in-out;
	vertical-align: top;
	border-top: 5px solid transparent;
	border-right: 6px solid #0F308C;
	border-bottom: 5px solid transparent;
}
section.mobnavi .mobnavi-navi .navi-back .back-button:hover::before {
	-ms-transform: translateX(-5px);
	transform: translate3d(-5px, 0, 0);
}
section.mobnavi .mobnavi-navi .navi-link {
	position: relative;
	display: block;
	padding-bottom: 2px;
	padding-left: 38px;
	transition: color 200ms ease-in-out;
	vertical-align: top;
	text-decoration: none;
	color: #798089;
	line-height: 26px;
}
section.mobnavi .mobnavi-navi .navi-link:hover {
	color: #FFF;
}
section.mobnavi .mobnavi-navi .navi-link-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
}
section.mobnavi .mobnavi-navi .navi-link-icon > svg {
	width: 100%;
	height: 100%;
}
section.mobnavi .mobnavi-navi .navi-link-icon > svg path,
section.mobnavi .mobnavi-navi .navi-link-icon > svg circle {
	transition: fill 200ms ease-in-out;
}
section.mobnavi .mobnavi-navi .navi-link-icon > svg path.inner,
section.mobnavi .mobnavi-navi .navi-link-icon > svg path.outer {
	fill: currentColor;
}
section.mobnavi .mobnavi-navi .navi-link-icon > svg circle.outer {
	fill: transparent;
}
section.mobnavi .mobnavi-navi .navi-link:hover .navi-link-icon > svg path.inner {
	fill: #00122B;
}
section.mobnavi .mobnavi-navi .navi-link:hover .navi-link-icon > svg path.outer {
	fill: transparent;
}
section.mobnavi .mobnavi-navi .navi-link:hover .navi-link-icon > svg circle.outer {
	fill: currentColor;
}
section.mobnavi .mobnavi-navi .navi-link-text {
	letter-spacing: -.02em;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}
section.mobnavi .mobnavi-navi .navi-level-two > ul > li,
section.mobnavi .mobnavi-navi .navi-level-three > ul > li {
	display: none;
}
section.mobnavi .mobnavi-navi .navi-level-one > ul,
section.mobnavi .mobnavi-navi .navi-level-two > ul,
section.mobnavi .mobnavi-navi .navi-level-three > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.mobnavi .mobnavi-navi .navi-level-one > ul > li:not(:first-child) {
	margin-top: 20px;
}
section.mobnavi .mobnavi-navi .navi-level-one .navi-link {
	position: relative;
	padding-right: 16px;
}
section.mobnavi .mobnavi-navi .navi-level-one .navi-link::after {
	position: absolute;
	top: 9px;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #0F308C;
}
section.mobnavi .mobnavi-navi .navi-level-one > ul > li.active .navi-link {
	color: #FFF;
}
section.mobnavi .mobnavi-navi .navi-level-two .navi-link,
section.mobnavi .mobnavi-navi .navi-level-three .navi-link {
	color: #FFF;
}
section.mobnavi .mobnavi-navi .navi-subnavi {
	padding-top: 30px;
	border-top: 1px solid #A7A9AC;
}
section.mobnavi .mobnavi-navi .navi-subnavi:not(:first-child) {
	margin-top: 30px;
}
section.mobnavi .mobnavi-navi .navi-subnavi > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.mobnavi .mobnavi-navi .navi-subnavi > ul > li {
	display: block;
}
section.mobnavi .mobnavi-navi .navi-subnavi > ul > li:not(:first-child) {
	margin-top: 10px;
}
section.mobnavi .mobnavi-navi .navi-subnavi .subnavi-link {
	position: relative;
	display: block;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.02em;
	color: #808184;
	font-family: "objektiv-mk1", Arial, sans-serif;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
}
section.mobnavi .mobnavi-navi .navi-subnavi .subnavi-link:hover {
	color: #FFF;
}
section.mobnavi .mobnavi-navi .navi-subnavi .subnavi-link::after {
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #0F308C;
}
section.mobnavi .mobnavi-navi .navi-subnavi > ul > li.active .subnavi-link {
	color: #FFF;
	font-weight: 500;
}
section.mobnavi .mobnavi-navi.on-level-two .navi-back .back-button,
section.mobnavi .mobnavi-navi.on-level-three .navi-back .back-button {
	visibility: visible;
	opacity: 1;
}
section.mobnavi .mobnavi-other {
	padding-top: 30px;
	border-top: 1px solid #A7A9AC;
	font-family: "objektiv-mk1", Arial, sans-serif;
}
section.mobnavi .mobnavi-other:not(:first-child) {
	margin-top: 30px;
}
section.mobnavi .mobnavi-other > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.mobnavi .mobnavi-other > ul > li {
	display: block;
}
section.mobnavi .mobnavi-other > ul > li:not(:first-child) {
	margin-top: 10px;
}
section.mobnavi .mobnavi-other .other-link {
	transition: color 200ms ease-in-out;
	text-decoration: none;
	letter-spacing: -.015em;
	color: #A7A9AC;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.32;
}
section.mobnavi .mobnavi-other .other-link:hover {
	color: #FFF;
}
body.open-mobnavi {
	overflow: hidden !important;
}
body:not(.open-mobnavi) section.mobnavi {
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}


/* Responsive */
@media (max-width: 1366px) {
	/* Header */
	section.header {
		background-position: center top;
	}
}
@media (max-width: 1305px) {
	/* Intro Half */
	section.intro-half .intro-half-main .main-content {
		max-width: 532.5px;
		padding: 40px;
	}
	section.intro-half .intro-half-grid > .item:nth-child(odd) .intro-half-main .main-content,
	section.intro-half .intro-half-grid > .item:nth-child(even) .intro-half-main .main-content {
		margin: 0 auto;
	}

	/* Product Info */
	section.prodinfo .prodinfo-features .features-grid .grid-main .main-content {
		max-width: 532.5px;
		padding: 40px;
	}
	section.prodinfo .prodinfo-features .features-grid > .item:nth-child(odd) .grid-main .main-content,
	section.prodinfo .prodinfo-features .features-grid > .item:nth-child(even) .grid-main .main-content {
		margin: 0 auto;
	}
	section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content {
		max-width: 532.5px;
		padding: 40px;
	}
	section.prodinfo .prodinfo-products .products-inner.white .inner-grid .grid-main .main-content,
	section.prodinfo .prodinfo-products .products-inner.grey .inner-grid .grid-main .main-content {
		margin: 0 auto;
	}
}
@media (max-width: 1280px) {
	/* Cover */
	section.cover .cover-main .main-content .content-header {
		min-height: 0 !important;
	}
	section.cover .cover-main .main-content .content-header .header-icon {
		display: none;
	}
}
@media (max-width: 1080px) {
	/* Header */
	section.header .header-logo img {
		width: 203px;
		height: 45px;
	}

	/* Intro Half */
	section.intro-half .intro-half-main .main-content .content-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Product Info */
	section.prodinfo .prodinfo-features .features-grid .grid-main .main-content .content-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Two Column */
	section.two-column .two-column-main .main-contact .contact-offices .offices-country > .left {
		width: calc(100% - 455px);
	}
	section.two-column .two-column-main .main-contact .contact-offices .offices-country > .right {
		width: 100%;
		max-width: 455px;
	}

	/* News */
	section.news .news-main .main-article .article-image {
		width: 100%;
		max-width: 305px;
	}
	section.news .news-main .main-article .article-content {
		width: calc(100% - 345px);
	}

	/* Footer Main */
	section.footer-main .main-block .block-header .header-logo img {
		width: 203px;
		height: 45px;
	}
}
@media (max-width: 960px) {
	/* Topbar */
	section.topbar .topbar-navi > ul > li {
		width: 33.33333333333333%;
	}
	section.topbar .topbar-navi .navi-link {
		padding-right: 0;
		padding-left: 0;
		line-height: 20px;
	}

	/* Search Header */
	section.search-header {
		display: none !important;
	}

	/* Header */
	section.header {
		min-height: 125px;
		background-position: right -725px top;
	}
	section.header .header-inner {
		padding-top: 40px;
	}
	section.header .header-navi {
		display: none;
	}
	section.header .header-hamburger {
		display: block;
	}
	section.header .header-mobile-content {
		display: block;
	}
	section.header.large {
		min-height: 0;
	}

	/* Cover */
	section.cover {
		min-height: 400px;
		padding: 60px 0;
	}
	section.cover .cover-main .main-breadcrumb {
		display: none;
	}
	section.cover .cover-main .main-content:not(:first-child) {
		margin-top: 0;
	}
	section.cover .cover-main .main-content .content-header .header-title {
		min-height: 0 !important;
		padding-left: 0 !important;
		font-size: 38px;
		font-size: 2.375rem;
	}
	section.cover.no-background .cover-main .main-content .content-header .header-title {
		font-size: 38px;
		font-size: 2.375rem;
	}

	/* Subnavi */
	section.subnavi .subnavi-menu > ul {
		margin: 0 -30px;
	}
	section.subnavi .subnavi-menu > ul > li {
		margin: 0 30px;
	}

	/* Intro Slider */
	section.intro-slider .intro-slider-carousel .carousel-slide {
		min-height: 285px;
		padding: 0;
	}
	section.intro-slider .intro-slider-carousel .carousel-slide::before {
		display: block;
		padding-bottom: 40.17341040462428%;
		content: "";
	}
	section.intro-slider .intro-slider-carousel .carousel-slide .slide-content {
		position: absolute;
		top: 45px;
		left: 30px;
	}
	section.intro-slider .intro-slider-carousel .carousel-slide .slide-content .content-title {
		max-width: 170px;
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.intro-slider .intro-slider-carousel .carousel-slide .slide-content .content-desc {
		display: none;
	}
	section.intro-slider .intro-slider-pagination {
		bottom: 15px;
	}
	section.intro-slider .intro-slider-pagination ul.slick-dots > li {
		margin: 0 10px;
	}
	section.intro-slider .intro-slider-pagination ul.slick-dots > li button {
		width: 10px;
		height: 10px;
	}

	/* Intro Navi */
	section.intro-navi {
		display: block;
	}

	/* Perfection */
	section.perfection {
		display: none;
	}

	/* Testimonials Slider */
	section.testimonials-slider {
		display: none;
	}

	/* Two Column */
	section.two-column {
		padding: 60px 0;
	}
	section.two-column .two-column-main > .left {
		display: none;
	}
	section.two-column .two-column-main > .right {
		float: none;
		clear: none;
		width: 100%;
		margin: 0 auto;
	}

	/* Product Info */
	section.prodinfo .prodinfo-slider {
		padding: 60px 0;
	}
	section.prodinfo .prodinfo-slider .slider-gallery:not(:first-child) {
		margin-top: 60px;
	}
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails:not(:first-child) {
		margin-top: 20px;
	}
	section.prodinfo .prodinfo-faq {
		padding: 60px 0;
	}
	section.prodinfo .prodinfo-faq .faq-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	section.prodinfo .prodinfo-faq .faq-main:not(:first-child) {
		margin-top: 40px;
	}
	section.prodinfo .prodinfo-faq .faq-main .main-inner:not(:first-child) {
		margin-top: 20px;
	}
	section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header::after {
		top: 3px;
	}
	section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-divider:not(:first-child) {
		margin-top: 20px;
	}
	section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-answer:not(:first-child) {
		margin-top: 20px;
	}
	section.prodinfo .prodinfo-faq .faq-main .main-inner.active + .main-inner {
		margin-top: 40px;
	}
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel .carousel-slide img {
		min-height: 300px;
		max-height: 500px;
	}

	/* Downloads */
	section.downloads .downloads-main .main-inner .inner-header {
		padding: 20px 0;
	}
	section.downloads .downloads-main .main-inner .inner-header::after {
		top: 23px;
	}
	section.downloads .downloads-main .main-inner .inner-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.downloads .downloads-main .main-inner .inner-list > ul {
		margin: 0 -20px;
	}
	section.downloads .downloads-main .main-inner .inner-list > ul > li {
		padding: 0 20px;
	}
	section.downloads .downloads-main .main-inner .inner-list .list-content .content-title {
		padding-right: 10px;
		font-size: 16px;
		font-size: 1rem;
	}
	section.downloads .downloads-main .main-inner .inner-list .list-content .content-filetype a {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Similar Slider */
	section.similar-slider {
		display: none;
	}

	/* Filter Form */
	section.filter .filter-form::after {
		display: block;
		clear: both;
		content: "";
	}
	section.filter .filter-form .form-left {
		float: left;
		clear: both;
		width: 100%;
		max-width: 100%;
	}
	section.filter .filter-form .form-right {
		display: block;
		float: right;
		clear: both;
		width: auto;
		max-width: 100%;
	}
	section.filter .filter-form .form-fieldset .g-grid .grid-item {
		margin-bottom: 20px;
	}
	section.filter .filter-form .form-fieldset .g-grid .grid-item.col-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	/* Case Studies */
	section.case-studies {
		padding: 60px 0;
	}

	/* Article */
	section.article .article-main > .left {
		clear: both;
		width: 100%;
		max-width: 100%;
	}
	section.article .article-main > .right {
		display: none;
	}

	/* Footer Expert */
	section.footer-expert .footer-expert-main .main-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.footer-expert .footer-expert-main .main-button-block {
		margin: 0 -10px;
	}
	section.footer-expert .footer-expert-main .main-button-block .g-button-outline {
		margin: 0 10px;
	}

	/* Footer Main */
	section.footer-main .main-block .block-header {
		display: block;
	}
	section.footer-main .main-block .block-header > .right:not(:first-child) {
		margin-top: 30px;
	}
	section.footer-main .main-block .block-header .header-navi {
		padding-top: 30px;
		border-top: 1px solid #A7A9AC;
	}
	section.footer-main .main-block .block-header .header-navi > ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		text-align: center;
		font-size: 0;
	}
	section.footer-main .main-block .block-header .header-navi > ul::after {
		display: none;
	}
	section.footer-main .main-block .block-header .header-navi > ul > li {
		display: inline-block;
		float: none;
		margin: 0;
		padding: 0 15px;
		text-align: left;
		vertical-align: top;
	}
	section.footer-main .main-block .block-navi {
		padding-top: 0;
		border-top: none;
	}
	section.footer-main .main-block .block-newsletter {
		display: none;
	}
	section.footer-main .main-block .block-extra:not(:first-child) {
		margin-top: 0;
	}
	section.footer-main .main-block .block-extra > .left {
		display: none;
	}
	section.footer-main .main-block .block-extra > .right {
		float: left;
		clear: both;
		width: 100%;
	}

	/* Mobile Navi */
	section.mobnavi {
		padding: 40px 0;
	}
}
@media (max-width: 904px) {
	/* Product Info */
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi {
		max-width: 620px;
	}
}
@media (max-width: 800px) {
	/* Work Slider */
	section.work-slider {
		padding: 60px 0;
	}
	section.work-slider .work-slider-header > .g-container {
		max-width: 680px;
	}
	section.work-slider .work-slider-header .header-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	section.work-slider .work-slider-header .header-more-block {
		display: block;
		padding: 3.5px 0;
	}
	section.work-slider .work-slider-main:not(:first-child) {
		margin-top: 30px;
	}
	section.work-slider .work-slider-main .main-wrapper {
		padding: 0 30px;
	}
	section.work-slider .work-slider-main .main-carousel {
		max-width: 100%;
	}
	section.work-slider .work-slider-main .main-carousel > .slick {
		display: block;
		margin: 0;
	}
	section.work-slider .work-slider-main .main-carousel .carousel-slide {
		display: none;
		padding: 0;
	}
	section.work-slider .work-slider-main .main-carousel .carousel-slide:not(:first-child) {
		margin-top: 30px;
	}
	section.work-slider .work-slider-main .main-carousel .carousel-slide:nth-child(-n+3) {
		display: block;
	}
	section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-image,
	section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content {
		transition: none;
		opacity: 1;
	}
	section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-image img {
		height: auto;
	}
	section.work-slider .work-slider-main .main-carousel .carousel-slide .slide-content:not(:first-child) {
		margin-top: 20px;
	}
	section.work-slider .work-slider-main .main-carousel .carousel-slide:not(.slick-center) {
		pointer-events: auto;
	}
	section.work-slider .work-slider-main .main-pagination {
		display: none;
	}

	/* Case Studies */
	section.case-studies .case-studies-grid > .item {
		width: 50%;
		max-width: 50%;
	}

	/* News */
	section.news {
		padding: 60px 0;
	}
	section.news .news-main .main-article:not(:first-child) {
		margin-top: 60px;
	}
	section.news .news-main .main-article .article-image,
	section.news .news-main .main-article .article-content {
		float: left;
		clear: both;
		width: 100%;
		max-width: 100%;
	}
	section.news .news-main .main-article .article-image img {
		height: auto;
		max-height: 400px;
	}
	section.news .news-main .main-article .article-content {
		min-height: 0;
	}
	section.news .news-main .main-article .article-content:not(:first-child) {
		margin-top: 20px;
	}
	section.news .news-more-block:not(:first-child) {
		margin-top: 60px;
	}
}
@media (max-width: 788px) {
	/* Case Study Slider */
	section.casestudy-slider .casestudy-slider-main .main-wrapper {
		max-width: 100%;
		padding: 0 52px;
	}
	section.casestudy-slider .casestudy-slider-main .main-carousel > .slick {
		margin: 0 -10px;
	}
	section.casestudy-slider .casestudy-slider-main .main-carousel > .slick > .slick-list {
		overflow: hidden;
	}
	section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide {
		padding: 0 10px;
	}
	section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide .slide-image {
		transition: none;
		opacity: 1;
	}
	section.casestudy-slider .casestudy-slider-main .main-carousel .carousel-slide:not(.slick-center) {
		pointer-events: auto;
	}
	section.casestudy-slider .casestudy-slider-main .main-pagination > .slick-arrow {
		margin-top: -10px;
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
	section.casestudy-slider .casestudy-slider-main .main-pagination > .slick-arrow.slick-prev {
		right: auto;
		left: 30px;
		border-right-width: 12px;
	}
	section.casestudy-slider .casestudy-slider-main .main-pagination > .slick-arrow.slick-next {
		right: 30px;
		left: auto;
		border-left-width: 12px;
	}
}
@media (max-width: 744px) {
	/* Product Info */
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi {
		max-width: 460px;
	}
}
@media (max-width: 720px) {
	/* Two Column */
	section.two-column .two-column-main .main-product-tiles > .tile {
		margin: 0 0 30px;
		padding: 30px;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-name {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-price {
		font-size: 14px;
		font-size: .875rem;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-price:not(:first-child) {
		margin-top: 15px;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-desc {
		font-size: 14px;
		font-size: .875rem;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-desc:not(:first-child) {
		margin-top: 15px;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-more:not(:first-child) {
		margin-top: 20px;
	}

	/* Footer Main */
	section.footer-main .main-block .block-header .header-navi {
		padding-top: 0;
	}
	section.footer-main .main-block .block-header .header-navi > ul {
		display: block;
	}
	section.footer-main .main-block .block-header .header-navi > ul > li {
		width: 50%;
		max-width: 50%;
		margin-top: 30px;
	}
	section.footer-main .main-block .block-navi > ul > li:last-child {
		display: none;
	}
}
@media (max-width: 680px) {
	/* Subnavi */
	section.subnavi .subnavi-menu > ul {
		margin: 0 -15px;
	}
	section.subnavi .subnavi-menu > ul > li {
		margin: 0 15px;
	}
	section.subnavi .subnavi-menu .menu-link {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Two Column */
	section.two-column .two-column-main .main-prodlist .prodlist-product:not(:first-child) {
		margin-top: 60px;
	}
	section.two-column .two-column-main .main-prodlist .prodlist-product .product-image {
		display: none;
	}
	section.two-column .two-column-main .main-prodlist .prodlist-product .product-content {
		float: none;
		clear: none;
		max-width: 100%;
		min-height: 0;
	}
	section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-image {
		display: block;
	}
	section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-image:not(:first-child) {
		margin-top: 20px;
	}
	section.two-column .two-column-main .main-prodlist .prodlist-product .product-content .content-code:not(:first-child) {
		margin-top: 20px;
	}
	section.two-column .two-column-main .main-contact .contact-offices .offices-country {
		padding: 30px 0;
	}
	section.two-column .two-column-main .main-contact .contact-offices .offices-country > .left,
	section.two-column .two-column-main .main-contact .contact-offices .offices-country > .right {
		float: left;
		clear: both;
		width: 100%;
		max-width: 100%;
	}
	section.two-column .two-column-main .main-contact .contact-offices .offices-country > .right:not(:first-child) {
		margin-top: 20px;
	}
	section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office:not(:first-child) {
		padding-top: 30px;
	}
	section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office:not(:last-child) {
		padding-bottom: 30px;
	}

	/* Footer Expert */
	section.footer-expert .footer-expert-main > .left,
	section.footer-expert .footer-expert-main > .right {
		float: left;
		clear: both;
		width: 100%;
	}
	section.footer-expert .footer-expert-main > .right:not(:first-child) {
		margin-top: 15px;
	}
	section.footer-expert .footer-expert-main .main-title {
		line-height: 1.32;
	}
	section.footer-expert .footer-expert-main .main-button-block {
		margin: 0 -10px;
	}
	section.footer-expert .footer-expert-main .main-button-block .g-button-outline {
		width: calc(50% - 20px);
		margin: 0 10px;
	}
}
@media (max-width: 600px) {
	/* Form */
	.g-form .form-upload .upload-button {
		padding: 15px 25px;
		line-height: 1.32;
	}
	.g-form .form-upload .upload-button .button-title,
	.g-form .form-upload .upload-button .button-filename {
		float: left;
		clear: both;
	}
	.g-form .form-upload .upload-button .button-filename:not(:first-child) {
		margin-top: 5px;
	}

	/* Topbar */
	section.topbar .topbar-navi .navi-link {
		display: none;
	}

	/* Intro Half */
	section.intro-half .intro-half-grid > .item {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	section.intro-half .intro-half-main .main-content {
		padding: 30px;
	}
	section.intro-half .intro-half-main .main-content .content-desc {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Product Info */
	section.prodinfo .prodinfo-features .features-grid {
		display: block;
	}
	section.prodinfo .prodinfo-features .features-grid > .item {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	section.prodinfo .prodinfo-features .features-grid .grid-main .main-content {
		padding: 30px;
	}
	section.prodinfo .prodinfo-features .features-grid .grid-main .main-content .content-desc {
		font-size: 14px;
		font-size: .875rem;
	}

	section.prodinfo .prodinfo-products .products-inner .inner-grid {
		display: block;
	}
	section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-item {
		display: block;
		width: 100%;
		min-height: 0;
	}
	section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-image > img {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
	}
	section.prodinfo .prodinfo-products .products-inner .inner-grid .grid-main .main-content .content-desc {
		font-size: 14px;
		font-size: .875rem;
	}
	section.prodinfo .prodinfo-products .products-inner.white {
		direction: ltr;
	}

	/* Two Column */
	section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper {
		display: block;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper::after {
		display: none;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper > .col-l,
	section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper > .col-r {
		float: none;
		clear: none;
		width: 100%;
		max-width: 100%;
	}
	section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper > .col-l:not(:first-child),
	section.two-column .two-column-main .main-product-tiles .product-tiles-wrapper > .col-r:not(:first-child) {
		margin-top: 30px;
	}
}
@media (max-width: 584px) {
	/* Product Info */
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi {
		max-width: 320px;
	}
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi > .slick {
		margin: 0 -5px;
	}
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi .navi-slide {
		max-width: 100px;
		margin: 0 5px;
	}
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi .navi-slide img {
		height: 55px;
	}
}
@media (max-width: 480px) {
	/* Arrow Link */
	.g-arrow-link {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Buttons */
	.g-button-solid,
	.g-button-outline {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Descriptions */
	.g-desc-1 {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Form */
	.g-form .form-row {
		display: block;
	}
	.g-form .form-row > .col {
		display: block;
		max-width: 100% !important;
	}
	.g-form .form-row > .col:not(:first-child) {
		margin-top: 40px;
	}

	/* Titles */
	.g-title-1 {
		font-size: 26px;
		font-size: 1.625rem;
	}
	.g-title-2,
	.g-title-3,
	.g-title-4 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Cover */
	section.cover .cover-main .main-content .content-header .header-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	section.cover .cover-main .main-content .content-subtitle:not(:first-child) {
		margin-top: 20px;
	}
	section.cover .cover-main .main-content .content-desc:not(:first-child) {
		margin-top: 20px;
	}
	section.cover .cover-main .main-content .content-desc b {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.cover.no-background .cover-main .main-content .content-header .header-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Two COlumn */
	section.two-column .two-column-main .main-about .about-wwd .wwd-header {
		min-height: 35px;
	}
	section.two-column .two-column-main .main-about .about-wwd .wwd-header::before {
		width: 50px;
		height: 35px;
	}
	section.two-column .two-column-main .main-about .about-wwd .wwd-header .header-icon {
		width: 35px;
		height: 35px;
	}
	section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office > .left,
	section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office > .right {
		float: left;
		clear: both;
		width: 100%;
		max-width: 100%;
	}
	section.two-column .two-column-main .main-contact .contact-offices .offices-country .country-office > .right:not(:first-child) {
		margin-top: 20px;
	}

	/* Product Info */
	section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header {
		padding-right: 38px;
	}
	section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header::after {
		top: 5.5px;
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 8px;
	}
	section.prodinfo .prodinfo-faq .faq-main .main-inner .inner-header .header-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Downloads */
	section.downloads .downloads-main .main-inner .inner-header {
		padding-right: 38px;
	}
	section.downloads .downloads-main .main-inner .inner-header::after {
		top: 25.5px;
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 8px;
	}
	section.downloads .downloads-main .main-inner .inner-header .header-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.downloads .downloads-main .main-inner .inner-list > ul {
		margin: 0;
	}
	section.downloads .downloads-main .main-inner .inner-list > ul > li {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	section.downloads .downloads-main .main-inner .inner-list > ul > li:nth-child(-n+2) {
		margin-top: 20px;
	}
	section.downloads .downloads-main .main-inner .inner-list > ul > li:first-child {
		margin-top: 0;
	}

	/* Filter Form */
	section.filter .filter-form .form-left {
		float: left;
		clear: both;
		width: 100%;
		max-width: 100%;
	}
	section.filter .filter-form .form-right {
		display: block;
		float: right;
		clear: both;
		width: auto;
		max-width: 100%;
	}
	section.filter .filter-form .form-fieldset .g-grid {
		display: block;
	}
	section.filter .filter-form .form-fieldset .g-grid .grid-item {
		max-width: 100% !important;
		margin-bottom: 15px;
	}

	/* Case Studies */
	section.case-studies .case-studies-grid {
		margin: 0;
	}
	section.case-studies .case-studies-grid > .item {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}

	/* Product Info */
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-carousel .carousel-slide img {
		min-height: 200px;
		max-height: 400px;
	}

	/* Footer Expert */
	section.footer-expert .footer-expert-main .main-button-block {
		margin: 0 -5px;
	}
	section.footer-expert .footer-expert-main .main-button-block .g-button-outline {
		width: calc(50% - 10px);
		margin: 0 5px;
	}

	/* Footer Main */
	section.footer-main .main-block .block-header .header-navi > ul {
		margin: 0;
	}
	section.footer-main .main-block .block-header .header-navi > ul > li {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	section.footer-main .main-block .block-navi:not(:first-child) {
		margin-top: 45px;
	}
	section.footer-main .main-block .block-navi > ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section.footer-main .main-block .block-navi > ul > li {
		width: 50%;
		max-width: 50%;
		margin-top: 5px;
	}
}
@media (max-width: 444px) {
	/* Product Info */
	section.prodinfo .prodinfo-slider .slider-gallery .gallery-thumbnails .thumbnails-navi {
		max-width: 210px;
	}
}


/* Update */
section.two-column .two-column-main .main-prodgrid .prodgrid-row {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col,
section.two-column .two-column-main .main-prodgrid .prodgrid-row > [class*=col-] {
	position: relative;
	display: inline-block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	padding: 0;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-1 {
	-ms-flex: 0 0 8.333333333333333%;
	flex: 0 0 8.333333333333333%;
	max-width: 8.333333333333333%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-2 {
	-ms-flex: 0 0 16.66666666666667%;
	flex: 0 0 16.66666666666667%;
	max-width: 16.66666666666667%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-4 {
	-ms-flex: 0 0 33.33333333333333%;
	flex: 0 0 33.33333333333333%;
	max-width: 33.33333333333333%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-5 {
	-ms-flex: 0 0 41.66666666666667%;
	flex: 0 0 41.66666666666667%;
	max-width: 41.66666666666667%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-7 {
	-ms-flex: 0 0 58.33333333333333%;
	flex: 0 0 58.33333333333333%;
	max-width: 58.33333333333333%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-8 {
	-ms-flex: 0 0 66.66666666666667%;
	flex: 0 0 66.66666666666667%;
	max-width: 66.66666666666667%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-10 {
	-ms-flex: 0 0 83.33333333333333%;
	flex: 0 0 83.33333333333333%;
	max-width: 83.33333333333333%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-11 {
	-ms-flex: 0 0 91.66666666666667%;
	flex: 0 0 91.66666666666667%;
	max-width: 91.66666666666667%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row.ps-20 {
	margin-right: -10px;
	margin-left: -10px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row.ps-20 > .col,
section.two-column .two-column-main .main-prodgrid .prodgrid-row.ps-20 > [class*=col-] {
	margin-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-image {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 300px;
	background: #D8D8D8;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-image::before {
	display: block;
	padding-bottom: 100%;
	content: "";
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product a.product-image {
	text-decoration: none;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product a.product-image .image-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	text-align: center;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product a.product-image .image-overlay::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(15, 48, 140, .75);
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product a.product-image .image-button {
	position: relative;
	top: 50%;
	margin-top: -20px;
	padding: 9px 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	transition: transform 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out;
	text-indent: 0;
	letter-spacing: 0;
	color: #FFF;
	border-color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product a.product-image .image-button:hover {
	color: #0F308C;
	background-color: #FFF;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product a.product-image:not(:hover) .image-overlay {
	visibility: hidden;
	opacity: 0;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product a.product-image:not(:hover) .image-button {
	-ms-transform: scale(.5);
	transform: scale(.5);
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-title {
	margin-top: 20px;
	padding-bottom: 10px;
	color: #00122B;
	border-bottom: 1px solid #D8D8D8;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-text {
	margin-top: 10px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-text ul > li {
	position: relative;
	padding-left: 10px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 17px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-text ul > li:not(:first-child) {
	margin-top: 3px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-text ul > li::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 1px;
	content: "";
	background: currentColor;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content {
	position: relative;
	z-index: 0;
	float: right;
	clear: right;
	width: 100%;
	max-width: 320px;
	min-height: 250px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-title {
	color: #00122B;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-image {
	display: none;
	overflow: hidden;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-desc:not(:first-child),
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-text:not(:first-child) {
	margin-top: 15px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-text {
	margin-top: 10px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-text ul > li {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 19px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-text ul > li:not(:first-child) {
	margin-top: 5px;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-text ul > li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 1px;
	content: "";
	background: currentColor;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-3 .prodgrid-product .product-title {
	min-height: 51px;
	font-size: 16px;
	font-size: 1rem;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-4 .prodgrid-product .product-title {
	min-height: 55px;
	font-size: 18px;
	font-size: 1.125rem;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-6 .prodgrid-product .product-title {
	min-height: 65px;
	font-size: 22px;
	font-size: 1.375rem;
}
section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-12 .prodgrid-product .product-image {
	float: left;
	clear: left;
	overflow: hidden;
	width: 100%;
	width: calc(100% - 360px);
	max-width: 390px;
}

/* Responsive */
@media (max-width: 1100px) {
	/* Two Column */
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-3 {
		-ms-flex: 0 0 33.33333333333333%;
		flex: 0 0 33.33333333333333%;
		max-width: 33.33333333333333%;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-4 .prodgrid-product .product-title {
		min-height: 51px;
		font-size: 16px;
		font-size: 1rem;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-6 .prodgrid-product .product-title {
		min-height: 55px;
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media (max-width: 680px) {
	/* Two Column */
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-3,
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content {
		float: none;
		clear: none;
		max-width: 100%;
		min-height: 0;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-image {
		display: block;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-image:not(:first-child) {
		margin-top: 20px;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-content .content-code:not(:first-child) {
		margin-top: 20px;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-6 .prodgrid-product .product-title {
		min-height: 51px;
		font-size: 16px;
		font-size: 1rem;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-12 .prodgrid-product .product-image {
		display: none;
	}
}
@media (max-width: 480px) {
	/* Two Column */
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-3,
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-4,
	section.two-column .two-column-main .main-prodgrid .prodgrid-row > .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	section.two-column .two-column-main .main-prodgrid .prodgrid-product .product-title {
		min-height: 0 !important;
	}
	section.two-column .two-column-main .main-product .product-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.two-column .two-column-main .main-product .product-content {
		font-size: 14px;
		font-size: .875rem;
	}
	section.two-column .two-column-main .main-product .product-content table {
		font-size: 12px;
		font-size: .75rem;
	}
	section.two-column .two-column-main .main-product-tiles:not(:first-child) {
		margin-top: 60px;
	}
	section.two-column .two-column-main .main-product-tiles > .tile {
		margin: 0 0 20px;
		padding: 20px;
	}
}
