html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, video {
	display: block;
}

@font-face {
	font-family: "DIN W01";
	src: url("../fonts/DIN-Light.eot?#iefix");
	src: url("../fonts/DIN-Light.eot?#iefix") format("eot"), url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "DIN W01";
	src: url("../fonts/DIN-Regular.eot?#iefix");
	src: url("../fonts/DIN-Regular.eot?#iefix") format("eot"), url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "DIN W01";
	src: url("../fonts/DIN-Medium.eot?#iefix");
	src: url("../fonts/DIN-Medium.eot?#iefix") format("eot"), url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "DIN W01";
	src: url("../fonts/DIN-Bold.eot?#iefix");
	src: url("../fonts/DIN-Bold.eot?#iefix") format("eot"), url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

/*
@font-face {
	font-family: 'DIN Pro';
	src: url('../fonts/DINPro-Light.eot');
	src: local('DIN Pro Light'), local('DINPro-Light'),
		url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Light.woff') format('woff'),
		url('../fonts/DINPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('../fonts/DINPro.eot');
	src: local('DIN Pro'), local('DINPro'),
		url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro.woff') format('woff'),
		url('../fonts/DINPro.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('../fonts/DINPro-Medium.eot');
	src: local('DIN Pro Medium'), local('DINPro-Medium'),
		url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Medium.woff') format('woff'),
		url('../fonts/DINPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('../fonts/DINPro-Bold.eot');
	src: local('DIN Pro Bold'), local('DINPro-Bold'),
		url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Bold.woff') format('woff'),
		url('../fonts/DINPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
*/
html, body {
	height: 100%;
}

body {
	min-width: 320px;
	font-family: "DIN W01", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #1e2938;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body.is_locked {
	overflow: hidden;
	height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	position: relative;
	margin: 0 0 15px;
	color: #064497;
	font-family: "DIN W01", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

h1, h2 {
	font-size: 80px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: none;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 56px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
}

ol, ul {
	list-style-position: inside;
}

p {
	margin: 0 0 20px;
}

a {
	color: #064497;
	text-decoration: none;
	transition: 0.2s;
}

a img {
	transition: opacity 0.2s;
}

a:hover {
	color: #1ea5f0;
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], select, textarea {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 0 0 10px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #9ab7cb;
	font-family: "DIN W01", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	transition: 0.2s;
	border-radius: 0;
	z-index: 2;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
	border-bottom-color: #1ea5f0;
	outline: none;
}

textarea {
	overflow: auto;
	height: 35px;
	transition: 0.3s;
}

textarea:focus {
	height: 178px;
}

input[type="submit"] {
	line-height: 21px;
}

#site {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

.container_box {
	display: block;
	flex-grow: 1;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.container_box.justified {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.container_box .header_box {
	flex-grow: 0;
}

.fixed {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
	z-index: 2;
}

.fixed .fixed {
	padding: 0;
}

@media (max-width: 1024px) {
	.fixed {
		padding: 0 20px;
	}
}

.wrapper_box {
	display: block;
	position: relative;
}

.heading_box + .wrapper_box {
	margin-top: -60px;
}

.wrapper_box .fixed {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

.wrapper_box .main_box {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	position: relative;
	order: 1;
}

.wrapper_box .sidebar_box {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 360px;
	margin-left: 40px;
	order: 2;
}

@media (max-width: 1024px) {
	.heading_box + .wrapper_box {
		margin-top: -30px;
	}
	.wrapper_box .fixed {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.wrapper_box .main_box {
		width: 100%;
		order: 1;
	}
	.wrapper_box .sidebar_box {
		margin-left: 0;
		width: 100%;
		max-width: 320px;
		order: 2;
	}
}

@media (max-width: 640px) {
	.heading_box + .wrapper_box {
		margin-top: 0;
	}
}

.about_box, .approach_box, .buttons_box, .capabilities_box, .columns_box, .comments_box, .contact_box, .content_box, .feedback_box, .form_box, .friend_box, .heading_box, .help_box, .member_box, .members_box, .navigation_box, .offerings_box, .office_box, .opportunities_box, .partners_box, .people_box, .policy_box, .posts_box, .quote_box, .responsibility_box, .results_box, .reviews_box, .sectors_box, .slider_box, .story_box, .team_box, .text_box, .timeline_box, .transformation_box, .values_box, .works_box {
	display: block;
	position: relative;
	margin-bottom: 120px;
	z-index: 2;
}

.header_box + .about_box, .header_box + .approach_box, .header_box + .buttons_box, .header_box + .capabilities_box, .header_box + .columns_box, .header_box + .comments_box, .header_box + .contact_box, .header_box + .content_box, .header_box + .feedback_box, .header_box + .form_box, .header_box + .friend_box, .header_box + .heading_box, .header_box + .help_box, .header_box + .member_box, .header_box + .members_box, .header_box + .navigation_box, .header_box + .offerings_box, .header_box + .office_box, .header_box + .opportunities_box, .header_box + .partners_box, .header_box + .people_box, .header_box + .policy_box, .header_box + .posts_box, .header_box + .quote_box, .header_box + .responsibility_box, .header_box + .results_box, .header_box + .reviews_box, .header_box + .sectors_box, .header_box + .slider_box, .header_box + .story_box, .header_box + .team_box, .header_box + .text_box, .header_box + .timeline_box, .header_box + .transformation_box, .header_box + .values_box, .header_box + .works_box {
	margin-top: 80px;
}

@media (max-width: 1024px) {
	.about_box, .approach_box, .buttons_box, .capabilities_box, .columns_box, .comments_box, .contact_box, .content_box, .feedback_box, .form_box, .friend_box, .heading_box, .help_box, .member_box, .members_box, .navigation_box, .offerings_box, .office_box, .opportunities_box, .partners_box, .people_box, .policy_box, .posts_box, .quote_box, .responsibility_box, .results_box, .reviews_box, .sectors_box, .slider_box, .story_box, .team_box, .text_box, .timeline_box, .transformation_box, .values_box, .works_box {
		margin-bottom: 60px;
	}
	.header_box + .about_box, .header_box + .approach_box, .header_box + .buttons_box, .header_box + .capabilities_box, .header_box + .columns_box, .header_box + .comments_box, .header_box + .contact_box, .header_box + .content_box, .header_box + .feedback_box, .header_box + .form_box, .header_box + .friend_box, .header_box + .heading_box, .header_box + .help_box, .header_box + .member_box, .header_box + .members_box, .header_box + .navigation_box, .header_box + .offerings_box, .header_box + .office_box, .header_box + .opportunities_box, .header_box + .partners_box, .header_box + .people_box, .header_box + .policy_box, .header_box + .posts_box, .header_box + .quote_box, .header_box + .responsibility_box, .header_box + .results_box, .header_box + .reviews_box, .header_box + .sectors_box, .header_box + .slider_box, .header_box + .story_box, .header_box + .team_box, .header_box + .text_box, .header_box + .timeline_box, .header_box + .transformation_box, .header_box + .values_box, .header_box + .works_box {
		margin-top: 30px;
	}
}

@media (max-width: 640px) {
	.about_box, .approach_box, .buttons_box, .capabilities_box, .columns_box, .comments_box, .contact_box, .content_box, .feedback_box, .form_box, .friend_box, .heading_box, .help_box, .member_box, .members_box, .navigation_box, .offerings_box, .office_box, .opportunities_box, .partners_box, .people_box, .policy_box, .posts_box, .quote_box, .responsibility_box, .results_box, .reviews_box, .sectors_box, .slider_box, .story_box, .team_box, .text_box, .timeline_box, .transformation_box, .values_box, .works_box {
		margin-bottom: 40px;
	}
	.header_box + .about_box, .header_box + .approach_box, .header_box + .buttons_box, .header_box + .capabilities_box, .header_box + .columns_box, .header_box + .comments_box, .header_box + .contact_box, .header_box + .content_box, .header_box + .feedback_box, .header_box + .form_box, .header_box + .friend_box, .header_box + .heading_box, .header_box + .help_box, .header_box + .member_box, .header_box + .members_box, .header_box + .navigation_box, .header_box + .offerings_box, .header_box + .office_box, .header_box + .opportunities_box, .header_box + .partners_box, .header_box + .people_box, .header_box + .policy_box, .header_box + .posts_box, .header_box + .quote_box, .header_box + .responsibility_box, .header_box + .results_box, .header_box + .reviews_box, .header_box + .sectors_box, .header_box + .slider_box, .header_box + .story_box, .header_box + .team_box, .header_box + .text_box, .header_box + .timeline_box, .header_box + .transformation_box, .header_box + .values_box, .header_box + .works_box {
		margin-top: 10px;
	}
}

.has_background {
	padding: 120px 0;
	background-color: #f1f5f7;
}

.has_background.gradient {
	padding-top: 0;
	background: linear-gradient(to bottom, rgba(241, 245, 247, 0) 0%, #f1f5f7 100%);
}

.has_background.gradient + .has_background {
	padding-top: 0;
}

.has_background.blue {
	color: #ffffff;
	background-color: #064497;
}

.has_background.blue h1, .has_background.blue h2, .has_background.blue h3, .has_background.blue a {
	color: inherit;
}

.has_background.blue input[type="text"], .has_background.blue input[type="email"], .has_background.blue input[type="password"], .has_background.blue input[type="tel"], .has_background.blue input[type="number"], .has_background.blue select, .has_background.blue textarea {
	border-bottom-color: #ffffff;
	color: #ffffff;
}

.has_background.blue input[type="text"]:focus, .has_background.blue input[type="email"]:focus, .has_background.blue input[type="password"]:focus, .has_background.blue input[type="tel"]:focus, .has_background.blue input[type="number"]:focus, .has_background.blue select:focus, .has_background.blue textarea:focus {
	border-bottom-color: #1ea5f0;
}

.has_background.blue input[type="text"]:-ms-input-placeholder, .has_background.blue input[type="email"]:-ms-input-placeholder, .has_background.blue input[type="password"]:-ms-input-placeholder, .has_background.blue input[type="tel"]:-ms-input-placeholder, .has_background.blue input[type="number"]:-ms-input-placeholder, .has_background.blue select:-ms-input-placeholder, .has_background.blue textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.has_background.blue input[type="text"]::-moz-placeholder, .has_background.blue input[type="email"]::-moz-placeholder, .has_background.blue input[type="password"]::-moz-placeholder, .has_background.blue input[type="tel"]::-moz-placeholder, .has_background.blue input[type="number"]::-moz-placeholder, .has_background.blue select::-moz-placeholder, .has_background.blue textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.has_background.blue input[type="text"]::-webkit-input-placeholder, .has_background.blue input[type="email"]::-webkit-input-placeholder, .has_background.blue input[type="password"]::-webkit-input-placeholder, .has_background.blue input[type="tel"]::-webkit-input-placeholder, .has_background.blue input[type="number"]::-webkit-input-placeholder, .has_background.blue select::-webkit-input-placeholder, .has_background.blue textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.has_background:last-child {
	margin-bottom: 0;
}

.header_box + .has_background {
	margin-top: 0;
}

.has_background + .has_background {
	margin-top: -120px;
}

@media (max-width: 1024px) {
	.has_background {
		padding: 60px 0;
	}
	.has_background + .has_background {
		margin-top: -60px;
	}
}

@media (max-width: 640px) {
	.has_background {
		padding: 40px 0;
	}
	.has_background + .has_background {
		margin-top: -40px;
	}
}

.is_hidden {
	display: none;
}

.buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -10px;
}

.buttons .button, .buttons input[type="submit"] {
	margin: 0 10px;
}

.button, input[type="submit"] {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 15px 30px;
	background: transparent;
	border: 2px solid #d4e0e9;
	color: #0085cd;
	font-family: "DIN W01", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	transition: 0.2s;
	cursor: pointer;
	z-index: 2;
	-webkit-appearance: none;
	border-radius: 50px;
}

.button:hover, input:hover[type="submit"] {
	background-color: #0085cd;
	border-color: #0085cd;
	color: #ffffff;
}

.button.hidden, input.hidden[type="submit"] {
	display: none;
}

.button.white, input.white[type="submit"] {
	color: #ffffff;
	border-color: #ffffff;
}

.button.white:hover, input.white:hover[type="submit"] {
	background-color: #ffffff;
	color: #0085cd;
}

@media (max-width: 1024px) {
	.button, input[type="submit"] {
		padding: 12px 20px;
	}
}

.tag {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding: 6px 16px;
	background: transparent;
	border: 1px solid #064497;
	color: #064497;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	transition: 0.2s;
	cursor: pointer;
	border-radius: 20px;
	z-index: 2;
}

.tag:hover, .tag.active {
	color: #ffffff;
	background-color: #064497;
}

.filter {
	display: block;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}

.filter.wide {
	width: 50%;
}

.filter:hover {
	z-index: 2;
}

.filter:hover .dropdown {
	display: block;
}

.filter .field {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 10px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #9ab7cb;
	font-family: "DIN W01", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	transition: 0.2s;
	z-index: 2;
}

.filter .field:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	width: 10px;
	height: 6px;
	background: url(../images/ico_filter.svg) 50% 50% no-repeat;
	background-size: contain;
}

.filter .field:hover {
	border-bottom-color: #1ea5f0;
	outline: none;
}

.filter .dropdown {
	display: none;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 100%;
	box-shadow: 0 5px 10px rgba(30, 41, 56, 0.15);
	background-color: #ffffff;
	padding: 8px 0;
}

.filter li {
	display: flex;
	width: 100%;
	vertical-align: middle;
	position: relative;
	color: #064497;
	font-family: "DIN W01", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding: 6px 16px;
	cursor: pointer;
	transition: 0.2s;
	box-sizing: border-box;
}

.filter li:last-child {
	margin-bottom: 0;
}

.filter li:hover {
	color: #1ea5f0;
}

.filter li.active {
	color: #ffffff;
	background-color: #0085cd;
}

.filter input[type="submit"] {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 20px;
	background: url(../images/ico_search.svg) 50% 50% no-repeat;
	background-size: contain;
	border: none;
	z-index: 5;
}

.filter input[type="submit"]:hover {
	opacity: 0.5;
}

@media (max-width: 1024px) {
	.filter .dropdown {
		left: 10px;
		right: 10px;
	}
	.filter input[type="submit"] {
		right: 10px;
	}
}

.arrow_prev, .arrow_next {
	display: block;
	position: relative;
	cursor: pointer;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #d4e0e9;
	transition: 0.2s;
	flex-shrink: 0;
	flex-grow: 0;
}

.arrow_prev:hover, .arrow_next:hover {
	background-color: #0085cd;
}

.arrow_prev:hover:before, .arrow_next:hover:before {
	background-image: url(../images/ico_arrow_white.svg);
}

.arrow_prev:before, .arrow_next:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/ico_arrow_cyan.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	transition: 0.2s;
}

@media (max-width: 640px) {
	.arrow_prev, .arrow_next {
		width: 40px;
		height: 40px;
	}
}

.arrow_prev:before {
	transform: rotate(180deg);
}

.lines {
	display: block;
	position: absolute;
	width: 40px;
	box-sizing: border-box;
	z-index: 2;
}

.lines:before, .lines:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	left: 0;
	bottom: 0;
	top: 0;
	background-color: #f9d616;
	border-radius: 10px 10px 0 0;
}

.lines:after {
	right: 0;
	left: auto;
}

.lines.horizontal {
	width: 260px;
	height: 40px;
}

.lines.horizontal:before, .lines.horizontal:after {
	width: auto;
	bottom: auto;
	right: 0;
	left: 0;
	top: 0;
	height: 8px;
	border-radius: 10px 0 0 10px;
}

.lines.horizontal:after {
	top: auto;
	bottom: 0;
}

.flag {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 16px;
	height: 16px;
	background: 50% 50% no-repeat;
	background-size: contain;
	margin-left: 8px;
}

.flag_fr {
	background-image: url(../images/ico_flag_fr.svg);
}

.flag_de {
	background-image: url(../images/ico_flag_de.svg);
}

.flag_it {
	background-image: url(../images/ico_flag_it.svg);
}

.flag_jp {
	background-image: url(../images/ico_flag_jp.svg);
}

.flag_pl {
	background-image: url(../images/ico_flag_pl.svg);
}

.flag_sn {
	background-image: url(../images/ico_flag_sn.svg);
}

.flag_uk {
	background-image: url(../images/ico_flag_uk.svg);
}

.flag_us {
	background-image: url(../images/ico_flag_us.svg);
}

.about_box h2, .office_box h2, .people_box h2, .popup_box h1, .posts_box h2, .results_box h2.large {
	font-size: 64px;
	font-weight: 700;
	line-height: 1.2;
}

@media (max-width: 1240px) {
	.about_box h2, .office_box h2, .people_box h2, .popup_box h1, .posts_box h2, .results_box h2.large {
		font-size: 52px;
	}
}

@media (max-width: 1024px) {
	.about_box h2, .office_box h2, .people_box h2, .popup_box h1, .posts_box h2, .results_box h2.large {
		font-size: 42px;
		line-height: 1.2;
	}
}

@media (max-width: 640px) {
	.about_box h2, .office_box h2, .people_box h2, .popup_box h1, .posts_box h2, .results_box h2.large {
		font-size: 32px;
	}
}

::-webkit-scrollbar {
	width: 10px;
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: #a9b1b7;
	border-radius: 5px;
	transition: 0.3s;
	width: 6px;
	border: 2px solid #ffffff;
	height: 50px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

section {
	/* Firefox scrollbar */
	scrollbar-width: thin;
	scrollbar-color: #a9b1b7 #ffffff;
}

.pageup {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: #9ab7cb url(../images/ico_arrow_white.svg) 50% 50% no-repeat;
	background-size: 24px auto;
	transform: rotate(-90deg);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	z-index: 5;
}

.pageup.is_visible {
	opacity: 0.5;
	visibility: visible;
}

.pageup.is_visible:hover {
	opacity: 1;
}

.header_box {
	display: block;
	position: relative;
	background-color: #ffffff;
	z-index: 10;
	height: 100px;
}

.header_box .header {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.95);
	transition: 0.3s;
}

.header_box .fixed {
	display: flex;
	align-items: center;
	position: relative;
	height: 100px;
}

.header_box .logo {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	cursor: pointer;
	transition: 0.2s;
	margin-right: auto;
	position: relative;
	z-index: 3;
}

.header_box .logo:hover .dark {
	fill: #1ea5f0;
}

.header_box .logo:hover .light {
	animation-play-state: paused;
}

.header_box .logo svg {
	display: block;
	position: relative;
	width: 110px;
	height: 24px;
}

.header_box .flag {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #CC4A44;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	margin-left: 8px;
	top: -12px;
}

.header_box .dark {
	transition: 0.2s;
	fill: #064497;
}

.header_box .light {
	transition: 0.2s;
	fill: #1ea5f0;
	animation-name: logo;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.header_box .navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
	position: relative;
	z-index: 2;
}

.header_box .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
}

.header_box .menu li {
	display: block;
	position: relative;
	margin-left: 25px;
}

.header_box .menu li.active > a, .header_box .menu li a:hover {
	color: #1ea5f0;
}

.header_box .menu li.active > a:before, .header_box .menu li a:hover:before {
	left: 0;
	right: 0;
}

.header_box .menu li.external {
	display: flex;
	align-items: center;
}

.header_box .menu li.external > a {
	color: #0085cd;
	font-weight: 500;
}

.header_box .menu li.external > a:before {
	display: none;
}

.header_box .menu li.external > a:hover {
	color: #1ea5f0;
}

.header_box .menu li.external:after {
	content: '';
	display: inline-block;
	background: url(../images/ico_external.svg) 50% 50% no-repeat;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.header_box .menu a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #1e2938;
	text-align: center;
}

.header_box .menu a:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -10px;
	height: 3px;
	border-top: 1px solid #1ea5f0;
	border-bottom: 1px solid #1ea5f0;
	transition: 0.2s;
}

.header_box .menu_btn {
	display: none;
	position: relative;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	cursor: pointer;
	z-index: 3;
}

.header_box .menu_btn:before, .header_box .menu_btn:after, .header_box .menu_btn span {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #064497;
	border-radius: 2px;
	transition: 0.2s;
}

.header_box .menu_btn:after {
	top: 18px;
}

.header_box .menu_btn span {
	top: 10px;
	background-color: #1ea5f0;
}

.header_box .modal {
	display: block;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(30, 41, 56, 0.6);
	transition: 0.4s;
	opacity: 0;
	z-index: 1;
}

@media (max-width: 1024px) {
	.header_box {
		height: 70px;
	}
	.header_box.is_expanded {
		background: transparent;
		box-shadow: none;
	}
	.header_box.is_expanded .logo .dark {
		fill: #ffffff;
	}
	.header_box.is_expanded .menu_btn:before, .header_box.is_expanded .menu_btn:after {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
	.header_box.is_expanded .menu_btn:after {
		transform: rotate(-45deg);
	}
	.header_box.is_expanded .menu_btn span {
		opacity: 0;
	}
	.header_box.is_expanded .navigation {
		visibility: visible;
		transform: translateX(0);
	}
	.header_box.is_expanded .modal {
		opacity: 1;
		visibility: visible;
	}
	.header_box .fixed {
		height: 70px;
	}
	.header_box .navigation {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		position: fixed;
		left: auto;
		right: 0;
		top: 0;
		width: 240px;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		background-color: #ffffff;
		padding: 70px 20px 20px;
		overflow-y: auto;
		overflow-x: hidden;
		transition: 0.4s;
		box-sizing: border-box;
		visibility: hidden;
		transform: translateX(100%);
	}
	.header_box .button, .header_box input[type="submit"] {
		display: flex;
		margin: 20px 0 0;
	}
	.header_box .menu {
		display: block;
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		border: none;
		flex-grow: 0;
		padding: 0;
		background: transparent;
		opacity: 1;
		box-sizing: border-box;
		visibility: visible;
		margin: 0 0 auto;
		border-bottom: 1px solid rgba(154, 183, 203, 0.5);
	}
	.header_box .menu li {
		display: block;
		margin: 0;
		padding: 12px 0;
		text-align: left;
		border-top: 1px solid rgba(154, 183, 203, 0.5);
	}
	.header_box .menu a {
		display: inline-block;
		text-align: left;
		font-size: 16px;
		font-weight: 500;
	}
	.header_box .menu a:before {
		display: none;
	}
	.header_box .menu_btn {
		display: block;
	}
	.header_box .login a {
		padding: 0;
		border: none;
	}
}

@media (max-width: 380px) {
	.header_box.is_expanded .logo .dark {
		fill: #064497;
	}
	.header_box.is_expanded .navigation {
		width: auto;
		left: 0;
	}
}

.large + .about_box .wrapper {
	padding-top: 0;
}

.large + .about_box .wrapper:before {
	top: 0;
}

.large + .about_box .wrapper .lines {
	top: -100px;
}

.about_box.inverted .wrapper {
	padding: 0 0 40px;
}

.about_box.inverted .wrapper:before {
	top: 0;
	left: auto;
	right: 80px;
}

.about_box.inverted .image {
	order: 4;
}

.about_box.inverted .image img {
	border-radius: 0 40px 0 0;
}

.about_box.inverted .lines {
	right: 120px;
	left: auto;
}

.about_box.inverted .contents {
	padding-right: 40px;
	padding-left: 0;
}

.about_box.bottomed {
	overflow: hidden;
}

.about_box.bottomed .wrapper {
	padding-top: 0;
	align-items: flex-end;
}

.about_box.bottomed .contents {
	padding-left: 40px;
}

.about_box.bottomed h2:after {
	top: -300px;
}

.about_box .wrapper {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

.about_box .wrapper:before {
	content: '';
	display: block;
	position: absolute;
	left: 80px;
	top: 60px;
	bottom: 0;
	z-index: 1;
	width: 5000px;
	background-color: #f1f5f7;
}

.about_box .lines {
	left: 120px;
	top: -40px;
	bottom: 0;
}

.about_box .lines.horizontal {
	top: auto;
	bottom: 40px;
	left: auto;
	right: 75%;
	width: 5000px;
}

.about_box .lines.horizontal:before, .about_box .lines.horizontal:after {
	border-radius: 0 10px 10px 0;
}

.about_box .image {
	display: block;
	position: relative;
	box-sizing: border-box;
	flex-basis: calc(50% + 40px);
	flex-shrink: 0;
	flex-grow: 0;
	z-index: 4;
	order: 1;
}

.about_box .image img {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 40px;
}

.about_box .contents {
	display: block;
	position: relative;
	box-sizing: border-box;
	flex-grow: 1;
	flex-basis: 0;
	z-index: 3;
	padding-left: 40px;
	order: 3;
}

.about_box h2 {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

.about_box h2:after {
	content: '';
	display: block;
	left: -5000px;
	top: 0;
	bottom: 9px;
	position: absolute;
	right: -5000px;
	background-color: #ffffff;
	z-index: -1;
}

.about_box .buttons {
	justify-content: flex-start;
	margin-top: 30px;
}

@media (max-width: 1024px) {
	.about_box.inverted .wrapper {
		padding-bottom: 60px;
	}
	.about_box.inverted .wrapper:before {
		right: 20px;
	}
	.about_box.inverted .contents {
		padding-right: 20px;
	}
	.about_box.bottomed .image {
		flex-basis: 50%;
	}
	.about_box .wrapper {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.about_box .wrapper:before {
		top: 0;
		left: 20px;
	}
	.about_box .lines {
		display: none;
	}
	.about_box .image {
		flex-basis: 50%;
	}
	.about_box .contents {
		padding-left: 20px;
	}
	.about_box h2:after {
		bottom: 8px;
	}
}

@media (max-width: 640px) {
	.about_box.inverted .wrapper {
		padding-bottom: 0;
	}
	.about_box.inverted .contents {
		padding: 20px;
	}
	.about_box.bottomed .contents {
		padding: 20px;
	}
	.about_box .wrapper {
		display: block;
		padding: 0;
	}
	.about_box .wrapper:before {
		display: none;
	}
	.about_box .image {
		display: block;
		position: relative;
		width: auto;
		margin: 0;
	}
	.about_box .image img {
		border-radius: 40px 0 0 0;
	}
	.about_box .contents {
		padding: 20px;
		background-color: #f1f5f7;
	}
	.about_box .buttons {
		margin-top: 20px;
	}
	.about_box h2:after {
		display: none;
	}
}

.admin-bar .header_box .header, .admin-bar .popup_box {
	top: 32px;
}

.admin-bar .popup_box .inner {
	height: calc(100vh - 32px);
}

@media (max-width: 1024px) {
	.admin-bar .header_box .navigation {
		padding-top: 102px;
	}
}

@media (max-width: 782px) {
	.admin-bar .header_box .header {
		top: 46px;
	}
	.admin-bar .header_box .navigation {
		padding-top: 116px;
	}
	.admin-bar .popup_box {
		top: 46px;
	}
	.admin-bar .popup_box .inner {
		height: calc(100vh - 46px);
	}
}

@media (max-width: 600px) {
	.admin-bar {
		margin-top: -46px;
	}
	.admin-bar .header_box .header {
		top: 0;
	}
	.admin-bar .header_box .navigation {
		padding-top: 70px;
	}
	.admin-bar .popup_box {
		top: 0;
	}
	.admin-bar .popup_box .inner {
		height: 100vh;
	}
	.admin-bar #wpadminbar {
		display: none;
	}
}

.approach_box {
	z-index: 3;
}

.approach_box .info {
	display: block;
	position: relative;
	margin: 0 auto 45px;
	max-width: 560px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	z-index: 3;
}

.approach_box .items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
	margin: 0 -20px -40px;
	z-index: 3;
}

.approach_box .item {
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	width: calc(33.33% - 40px);
	margin: 0 20px 40px;
	padding: 24px;
	background-color: #ffffff;
}

.approach_box .item:first-child {
	border-top-left-radius: 40px;
}

.approach_box .contents {
	display: block;
	position: relative;
	flex-grow: 1;
}

.approach_box .icon {
	display: block;
	width: 48px;
	height: auto;
	margin-right: 16px;
	flex-grow: 0;
	flex-shrink: 0;
}

.approach_box .icon img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.approach_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.approach_box .title:last-child {
	margin-bottom: 0;
}

.approach_box .text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.approach_box .lines {
	right: 76px;
	top: -50px;
	bottom: -120px;
}

@media (max-width: 1024px) {
	.approach_box .info {
		margin-top: -5px;
		margin-bottom: 25px;
	}
	.approach_box .items {
		margin: 0 -10px -20px;
	}
	.approach_box .item {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px;
		padding: 20px;
	}
	.approach_box .title {
		margin-bottom: 12px;
	}
	.approach_box .lines {
		display: none;
	}
}

@media (max-width: 768px) {
	.approach_box .item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 640px) {
	.approach_box .items {
		display: block;
		margin: 0;
	}
	.approach_box .item {
		width: auto;
		margin: 0 0 20px;
	}
	.approach_box .item:last-child {
		margin-bottom: 0;
	}
}

.breadcrumbs_box {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.breadcrumbs_box a, .breadcrumbs_box b, .breadcrumbs_box span {
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #6f98b4;
	font-family: "DIN W01", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	cursor: default;
	vertical-align: middle;
}

.breadcrumbs_box b {
	display: inline-block;
	width: 4px;
	height: 6px;
	background: url(../images/ico_separator.svg) 50% 50% no-repeat;
	margin: 0 5px;
}

.breadcrumbs_box a:hover {
	transition: 0.2s;
	cursor: pointer;
	color: #0085cd;
}

.breadcrumbs_box span {
	opacity: 0.8;
}

@media (max-width: 1024px) {
	.breadcrumbs_box {
		margin-bottom: 20px;
	}
}

.heading_box + .buttons_box {
	margin-top: -80px;
}

.buttons_box .section {
	display: none;
}

.buttons_box .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
	position: relative;
}

.buttons_box .item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 40px;
	width: calc(25% - 40px);
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	height: 100px;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}

.buttons_box .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f1f5f7;
	z-index: 1;
	transition: 0.3s;
}

.buttons_box .item:hover .label {
	opacity: 1;
}

.buttons_box .item.active:before {
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	background-color: #064497;
}

.buttons_box .item.active .label {
	opacity: 1;
	color: #ffffff;
}

.buttons_box .item.active .label b {
	color: #ffffff;
}

.buttons_box .label {
	display: block;
	position: relative;
	text-align: center;
	color: #6f98b4;
	font-family: "DIN W01", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	z-index: 2;
	opacity: 0.7;
	transition: 0.3s;
}

.buttons_box .label b {
	display: block;
	position: relative;
	color: #064497;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1px;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 5px;
}

@media (max-width: 1024px) {
	.heading_box + .buttons_box {
		margin-top: -30px;
	}
	.buttons_box .items {
		margin: 0 -10px -20px;
	}
	.buttons_box .item {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px;
		height: 80px;
	}
	.buttons_box .label {
		font-size: 14px;
	}
	.buttons_box .label b {
		font-size: 20px;
	}
}

@media (max-width: 640px) {
	.heading_box + .buttons_box {
		margin-top: 10px;
	}
	.buttons_box .item {
		width: calc(50% - 20px);
	}
	.buttons_box .label b {
		font-size: 18px;
	}
}

.capabilities_box + .about_box {
	margin-bottom: 0;
	background: linear-gradient(to bottom, rgba(241, 245, 247, 0), #f1f5f7);
}

.capabilities_box + .about_box .wrapper {
	padding-bottom: 0;
}

.capabilities_box + .about_box h2:after {
	left: -700px;
}

.capabilities_box .items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -20px -40px;
	position: relative;
	z-index: 3;
}

.capabilities_box .item {
	display: flex;
	align-items: flex-start;
	position: relative;
	width: calc(50% - 40px);
	margin: 0 20px 40px;
	background-color: #f1f5f7;
	box-sizing: border-box;
	padding: 24px;
}

.capabilities_box .item:first-child {
	border-top-left-radius: 40px;
}

.capabilities_box .icon {
	display: block;
	width: 48px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 24px;
}

.capabilities_box .icon img {
	display: block;
	width: 100%;
	height: auto;
}

.capabilities_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.capabilities_box .info {
	display: block;
	position: relative;
	color: #1e2938;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto 50px;
	max-width: 560px;
	text-align: center;
}

.capabilities_box .text {
	display: block;
	color: #727f88;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.capabilities_box .lines {
	right: 76px;
	top: -50px;
	bottom: -120px;
}

.capabilities_box .lines.left {
	right: auto;
	left: 76px;
}

@media (max-width: 1024px) {
	.capabilities_box .info {
		margin-bottom: 30px;
	}
	.capabilities_box .items {
		margin: 0 -10px -20px;
	}
	.capabilities_box .item {
		width: calc(50% - 20px);
		padding: 20px;
		margin: 0 10px 20px;
	}
	.capabilities_box .lines {
		display: none;
	}
}

@media (max-width: 768px) {
	.capabilities_box .items {
		display: block;
		margin: 0;
	}
	.capabilities_box .item {
		width: auto;
		padding: 20px;
		margin: 0 0 20px;
	}
	.capabilities_box .item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 420px) {
	.capabilities_box .item {
		display: flex;
		flex-direction: column;
	}
	.capabilities_box .icon {
		margin: 0 auto 15px;
		order: 1;
	}
	.capabilities_box .contents {
		order: 2;
	}
	.capabilities_box .title {
		text-align: center;
		margin-bottom: 12px;
	}
}

.heading_box + .columns_box {
	margin-top: -60px;
}

.columns_box .contents {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
	position: relative;
}

.columns_box .content {
	display: block;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	width: 50%;
}

@media (max-width: 1024px) {
	.heading_box + .columns_box {
		margin-top: -35px;
	}
	.columns_box .contents {
		margin: 0 -10px -20px;
	}
	.columns_box .content {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.heading_box + .columns_box {
		margin-top: -5px;
	}
	.columns_box .contents {
		display: block;
		margin: 0;
	}
	.columns_box .content {
		width: auto;
		padding: 0;
		margin: 0 0 20px;
	}
	.columns_box .content:last-child {
		margin-bottom: 0;
	}
}

/* Comment form */
.comments_box {
	padding: 32px 24px;
	background-color: #f1f5f7;
}

.content_box + .comments_box {
	margin-top: -80px;
}

.comments_box h3 + .comment {
	border-top: none;
	margin-top: 0;
	padding-top: 10px;
}

.comments_box .comments {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #d4e0e9;
}

.comments_box .comments:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.comments_box .comment {
	display: block;
	position: relative;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #d4e0e9;
}

.comments_box .comment .inner {
	display: flex;
	align-items: flex-start;
}

.comments_box .comment .comment {
	padding-left: 30px;
}

.comments_box .comment.depth-3 .comment {
	padding-left: 0;
}

.comments_box .photo {
	display: block;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 24px;
	width: 64px;
	height: 64px;
}

.comments_box .photo img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.comments_box .contents {
	display: block;
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
}

.comments_box .heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 10px;
}

.comments_box .name {
	display: block;
	color: #1e2938;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.comments_box .date {
	display: block;
	color: #9ab7cb;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-left: auto;
}

.comments_box .comment_on_moderation {
	font-style: italic;
	color: #990000;
}

.comments_box .actions {
	margin-top: 15px;
	text-align: right;
}

.comments_box .actions a {
	display: inline-block;
	padding: 3px 10px;
	background: transparent;
	color: #0085cd;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #0085cd;
	text-decoration: none;
	border-radius: 20px;
}

.comments_box .actions a:hover {
	background-color: #0085cd;
	color: #ffffff;
}

.comments_box .actions a + a {
	margin-left: 5px;
}

@media (max-width: 1024px) {
	.comments_box {
		padding: 30px 20px;
	}
	.content_box + .comments_box {
		margin-top: -40px;
	}
	.comments_box h3 + .comment {
		padding-top: 5px;
	}
	.comments_box .comments {
		margin-top: 30px;
		padding-top: 30px;
	}
	.comments_box .comment {
		margin-top: 20px;
		padding-top: 20px;
	}
	.comments_box .comment .comment {
		padding-left: 20px;
	}
	.comments_box .photo {
		margin-right: 20px;
	}
}

@media (max-width: 640px) {
	.content_box + .comments_box {
		margin-top: -20px;
	}
}

@media (max-width: 420px) {
	.comments_box .comment {
		margin-top: 15px;
		padding-top: 15px;
	}
	.comments_box .comment .comment {
		padding-left: 0;
	}
	.comments_box .photo {
		width: 32px;
		margin-right: 15px;
	}
}

/* Comment reply form */
.comment-respond h3 a {
	color: #953c21;
}

.comment-respond h3 small, .comment-respond h3 small a {
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	text-transform: lowercase;
}

.comment-respond h3 small a:hover {
	text-decoration: underline;
}

.comment-respond .fields {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -12px;
}

.comment-respond .fields .field {
	padding: 0 12px;
}

.comment-respond .field {
	display: block;
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 50%;
}

.comment-respond .field.wide {
	width: 100%;
}

.comment-respond label {
	display: block;
	color: #9ab7cb;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 16px;
	margin-bottom: 5px;
}

.comment-respond .logout, .comment-respond .login {
	font-weight: bold;
}

.comment-respond .logout {
	text-decoration: none;
}

.comment-respond .logout:hover {
	text-decoration: underline;
}

.comment-respond .login {
	color: #953c21;
}

.comment-respond .form-submit {
	text-align: right;
}

@media (max-width: 1024px) {
	.comment-respond .fields {
		margin: 0 -10px;
	}
	.comment-respond .fields .field {
		padding: 0 10px;
	}
}

@media (max-width: 640px) {
	.comment-respond .field {
		width: 100%;
	}
}

.consent_box {
	display: block;
	position: fixed;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 155, 180, 0.85);
	padding: 40px 0;
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	transition: 0.4s;
	opacity: 0;
	transform: translateY(100%);
}

.consent_box.is_visible {
	opacity: 1;
	transform: translateY(0%);
}

.consent_box .title {
	display: block;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.25;
	padding-right: 50px;
}

.consent_box .text {
	display: block;
	margin-top: 20px;
}

.consent_box .link {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s;
	cursor: pointer;
}

.consent_box .link:hover {
	color: #f9d616;
}

.consent_box .close {
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	border: none;
	outline: none;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	transition: 0.2s;
}

.consent_box .close:after, .consent_box .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	display: block;
	width: 24px;
	height: 2px;
	background-color: #ffffff;
	transition: 0.2s;
}

.consent_box .close:before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.consent_box .close:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1024px) {
	.consent_box {
		font-size: 18px;
		padding: 20px 0;
	}
	.consent_box .title {
		font-size: 24px;
	}
	.consent_box .text, .consent_box .link {
		margin-top: 15px;
	}
	.consent_box .close {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 640px) {
	.consent_box {
		font-size: 16px;
	}
	.consent_box .title {
		font-size: 20px;
	}
	.consent_box .text, .consent_box .link {
		margin-top: 12px;
	}
	.consent_box .close {
		width: 32px;
		height: 32px;
	}
	.consent_box .close:before, .consent_box .close:after {
		width: 16px;
	}
}

.contact_box.has_background {
	padding: 80px 0;
}

.contact_box.blue .error {
	color: #f9d616;
}

.contact_box.blue .success {
	color: #1ea5f0;
}

.contact_box .form {
	display: block;
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.contact_box h2 {
	text-align: center;
	margin: 0;
}

.contact_box .heading {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
}

.contact_box .photo {
	display: block;
	width: 64px;
	height: 64px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 30px;
	position: relative;
	top: 2px;
}

.contact_box .photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.contact_box .info {
	display: block;
	position: relative;
	text-align: center;
	color: #d9edf7;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
}

.contact_box label {
	display: block;
	opacity: 0.8;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 16px;
	margin-bottom: 5px;
}

.contact_box .item {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.contact_box .item:last-child {
	margin-bottom: 0;
}

.contact_box .item.centered {
	text-align: center;
}

.contact_box .subscribe {
	display: block;
	position: relative;
}

.contact_box .subscribe input[type="email"] {
	padding-right: 30px;
}

.contact_box .subscribe input[type="submit"] {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 30px;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/ico_arrow_white.svg) 100% 5px no-repeat;
	border: none;
	border-radius: 0;
}

.contact_box .subscribe input[type="submit"]:hover {
	background-image: url(../images/ico_arrow_cyan.svg);
}

.contact_box .error {
	display: block;
	position: relative;
	margin: 10px 0 -10px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
}

.contact_box .success {
	display: block;
	position: relative;
	margin: 25px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #0085cd;
}

@media (max-width: 1024px) {
	.contact_box.has_background {
		padding: 40px 0;
	}
	.contact_box .heading, .contact_box .info {
		margin-bottom: 25px;
	}
	.contact_box .photo {
		margin-left: 20px;
	}
	.contact_box .item {
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.contact_box.has_background {
		padding: 30px 0;
	}
}

@media (max-width: 420px) {
	.contact_box .heading {
		flex-direction: column;
	}
	.contact_box .photo {
		order: -1;
		margin: 0 0 15px;
	}
}

/* Styles for the default WordPress editor */
.content_box {
	background-color: #f1f5f7;
	padding: 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.content_box h1, .content_box h2 {
	text-align: left;
}

.content_box .info {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #D4E0E9;
}

.content_box .time:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_time.svg) 50% 50% no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.content_box .date {
	margin-left: auto;
	text-align: right;
}

.content_box .date:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_date.svg) 50% 50% no-repeat;
	margin-left: 8px;
	position: relative;
	top: -2px;
}

.content_box .details {
	display: flex;
	align-items: center;
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #D4E0E9;
}

.content_box .author {
	display: flex;
	align-items: center;
}

.content_box .author .name {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #064497;
}

.content_box .author .image {
	display: block;
	width: 32px;
	height: 32px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 12px;
}

.content_box .author img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.content_box .share {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.content_box .share .label {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #b7cbd9;
	letter-spacing: 0.1px;
}

.content_box .share .icon {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	transition: 0.2s;
	background: 50% 50% no-repeat;
	background-size: contain;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.content_box .share .icon:hover {
	transform: scale(1.2);
}

.content_box .share .icon_linkedin {
	background-image: url(../images/ico_linkedin_gray.svg);
}

.content_box .share .icon_twitter {
	background-position: 50% 100%;
	background-image: url(../images/ico_twitter_gray.svg);
}

.content_box .share .icon_facebook {
	background-image: url(../images/ico_facebook_gray.svg);
}

.content_box .content blockquote {
	background: transparent;
	padding: 42px 0 0;
	color: #6f98b4;
}

.content_box .content blockquote:before {
	left: 0;
	top: 0;
}

@media (max-width: 1024px) {
	.content_box {
		padding: 20px;
	}
	.content_box .info {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.content_box .details {
		margin-top: 20px;
		padding-top: 20px;
	}
}

@media (max-width: 420px) {
	.content_box .details {
		flex-direction: column;
	}
	.content_box .share {
		margin: 20px 0 0;
	}
}

.content {
	display: block;
	position: relative;
}

.content:after {
	display: table;
	content: '';
	clear: both;
}

.content h1, .content h2 {
	text-align: left;
}

.content h2 {
	margin-bottom: 20px;
}

.content p, .content > table, .content > ul, .content > ol, .content .table_wrapper {
	margin-bottom: 24px;
}

.content a {
	color: #0085cd;
}

.content a:hover {
	color: #1ea5f0;
}

.content ul, .content ol {
	display: block;
	position: relative;
}

.content ul ul, .content ul ol, .content ol ul, .content ol ol {
	display: block;
	margin-left: 0;
	padding-top: 10px;
}

.content li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.content li:last-child {
	margin-bottom: 0;
}

.content ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #0085cd;
	border-radius: 50%;
}

.content ol {
	counter-reset: list;
}

.content ol > li {
	counter-increment: list;
}

.content ol > li:before {
	content: counter(list) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	color: #0085cd;
	text-align: center;
}

.content table, .content img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.content table {
	border-spacing: 0;
	border-collapse: collapse;
}

.content td, .content th {
	padding: 5px 10px;
	border: 1px solid #d1dee4;
}

.content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.content p, .content > table, .content > ul, .content > ol, .content .table_wrapper {
		margin-bottom: 19px;
	}
}

/* WordPress default alignment classes */
.content .alignleft {
	float: left;
	margin: 0 24px 24px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.content .alignnone {
	width: 100%;
	height: auto;
	margin: 0 0 24px;
}

.content .aligncenter {
	display: block;
	max-width: 100%;
	margin: 0 auto 24px;
}

.content .table_wrapper {
	overflow: auto;
}

@media (max-width: 768px) {
	.content .alignright, .content .alignleft {
		float: none;
		display: block;
		margin: 0 auto 24px;
		text-align: center;
	}
	.content .table_wrapper {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
	}
}

/* Blockquotes */
.content blockquote {
	display: block;
	position: relative;
	margin-bottom: 24px;
	padding: 36px 24px 32px;
	color: #064497;
	font-family: "DIN W01", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 1.4;
	background: #f1f5f7;
}

.content blockquote:before {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 32px;
	background: url(../images/ico_quotes_large.svg) 50% 50% no-repeat;
	background-size: contain;
	left: 24px;
	top: -10px;
}

.content blockquote :last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.content blockquote {
		font-size: 18px;
		line-height: 1.33;
		padding: 36px 20px 20px;
	}
	.content blockquote:before {
		left: 20px;
	}
}

/* Image with caption */
.content .wp-caption-text {
	display: block;
	margin: 0;
	color: #727f88;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 20px;
	text-align: center;
}

.content .wp-caption {
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 24px;
}

.content .wp-caption .wp-caption-text {
	padding: 10px 10px 0;
}

.content .wp-caption a, .content .wp-caption img {
	display: block;
	position: relative;
	margin: 0;
}

/* Gallery */
.content .gallery {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin: 0 -5px 10px;
}

.content .gallery .gallery-item {
	display: inline-block;
	box-sizing: border-box;
	width: 33.33%;
	margin: 0 0 10px;
	padding: 0 5px;
	vertical-align: top;
}

.content .gallery .gallery-icon {
	display: block;
	margin: 0;
	padding: 0;
}

.content .gallery .gallery-icon a, .content .gallery .gallery-icon img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.content .gallery .gallery-caption {
	display: block;
	padding: 10px 10px 0;
}

.content .gallery-columns-1 .gallery-item {
	width: 100%;
}

.content .gallery-columns-2 .gallery-item {
	width: 50%;
}

.content .gallery-columns-4 .gallery-item {
	width: 25%;
}

.content .gallery-columns-5 .gallery-item {
	width: 20%;
}

.content .gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.content .gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.content .gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.content .gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.content .gallery-columns-6 .gallery-caption,
.content .gallery-columns-7 .gallery-caption,
.content .gallery-columns-8 .gallery-caption,
.content .gallery-columns-9 .gallery-caption {
	display: none;
}

@media (max-width: 768px) {
	.content .gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.content .gallery-columns-4 .gallery-item, .content .gallery-columns-5 .gallery-item {
		width: 50%;
	}
	.content .gallery-columns-6 .gallery-item, .content .gallery-columns-7 .gallery-item {
		width: 33.33%;
	}
	.content .gallery-columns-8 .gallery-item, .content .gallery-columns-9 .gallery-item {
		width: 25%;
	}
}

@media (max-width: 480px) {
	.content .gallery-columns-3 .gallery-item, .content .gallery-columns-4 .gallery-item, .content .gallery-columns-5 .gallery-item {
		width: 100%;
	}
	.content .gallery-columns-6 .gallery-item, .content .gallery-columns-7 .gallery-item {
		width: 50%;
	}
	.content .gallery-columns-8 .gallery-item, .content .gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

.error_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 50px 0;
	flex-grow: 1;
}

.error_box img {
	display: block;
	position: relative;
	width: 650px;
	height: auto;
	margin-bottom: 40px;
}

.error_box h2 {
	margin-bottom: 45px;
}

@media (max-width: 1024px) {
	.error_box img {
		width: 420px;
		margin-bottom: 20px;
	}
	.error_box h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}
}

@media (max-width: 640px) {
	.error_box img {
		width: 280px;
	}
	.error_box h2 {
		font-size: 20px;
	}
}

.feedback_box h2 {
	text-align: left;
}

.feedback_box .wrapper {
	display: flex;
	align-items: flex-start;
	margin: 0 -20px;
}

.feedback_box .contents, .feedback_box .form {
	display: block;
	position: relative;
	padding: 0 20px;
	width: 50%;
	box-sizing: border-box;
}

.feedback_box .contents {
	padding-bottom: 140px;
}

.feedback_box .lines {
	top: auto;
	bottom: 84px;
	left: auto;
	right: 75%;
	width: 5000px;
}

.feedback_box .lines:before, .feedback_box .lines:after {
	border-radius: 0 10px 10px 0;
}

.feedback_box label {
	display: block;
	color: #9ab7cb;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 16px;
	margin-bottom: 5px;
}

.feedback_box .item {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.feedback_box .item:last-child {
	margin-bottom: 0;
}

.feedback_box .item.submit {
	text-align: right;
}

.feedback_box .error {
	display: block;
	position: relative;
	margin: 10px 0 -10px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
}

.feedback_box .success {
	display: block;
	position: relative;
	margin: 25px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #0085cd;
}

@media (max-width: 1024px) {
	.feedback_box .wrapper {
		margin: 0 -10px;
	}
	.feedback_box .contents, .feedback_box .form {
		padding: 0 10px;
	}
	.feedback_box .item {
		margin-bottom: 25px;
	}
	.feedback_box .lines {
		display: none;
	}
	.feedback_box .contents {
		padding-bottom: 0;
	}
	.feedback_box .success {
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.feedback_box .wrapper {
		display: block;
		margin: 0;
	}
	.feedback_box .contents, .feedback_box .form {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.feedback_box .contents:last-child, .feedback_box .form:last-child {
		margin-bottom: 0;
	}
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	position: relative;
	overflow: hidden;
	height: 100%;
	transition: height 0.2s;
	z-index: 1;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-resize .slide {
	min-height: 100%;
}

.header_box + .form_box {
	margin-top: 0;
}

.form_box:last-child {
	margin-bottom: 0;
}

.form_box .fixed {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: calc(100vh - 340px);
}

.form_box .fixed:after {
	content: '';
	min-height: inherit;
	font-size: 0;
}

.form_box .background {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin-right: 40px;
	background: url(../images/pic_heading_1.jpg) 0 50% no-repeat;
	background-size: cover;
}

.form_box .contents {
	display: block;
	position: relative;
	width: 50%;
	padding: 40px 0 40px 20px;
	box-sizing: border-box;
}

.form_box h1, .form_box h2 {
	text-align: left;
}

.form_box .country {
	color: #727f88;
	font-family: "DIN W01", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.form_box .flag {
	top: -1px;
}

.form_box .form {
	display: block;
	position: relative;
	margin-top: 35px;
}

.form_box .form:first-child {
	margin-top: 0;
}

.form_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.form_box label {
	display: block;
	color: #9ab7cb;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 16px;
	margin-bottom: 5px;
}

.form_box .item {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.form_box .item:last-child {
	margin-bottom: 0;
}

.form_box .item.submit {
	text-align: right;
}

.form_box .file {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 1px dashed #B4C7E0;
}

.form_box .file label {
	display: block;
	text-align: center;
	color: #517cb6;
	font-family: "DIN W01", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	box-sizing: border-box;
	padding: 15px 30px;
	z-index: 1;
	margin: 0;
}

.form_box .file span {
	color: #0085cd;
}

.form_box .file input[type="file"] {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	width: 100%;
	z-index: 2;
	opacity: 0.01;
	cursor: pointer;
}

.form_box .error, .form_box .notify {
	display: block;
	position: relative;
	margin: 10px 0 -10px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
}

.form_box .notify {
	margin-top: 20px;
	color: #1ea5f0;
}

.form_box .success {
	display: block;
	position: relative;
	margin: 25px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #0085cd;
}

@media (max-width: 1024px) {
	.form_box .background {
		margin-right: 0;
	}
	.form_box .contents {
		padding: 20px 0 20px 20px;
	}
	.form_box .form {
		margin-top: 25px;
	}
	.form_box .item {
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.form_box .background {
		margin-right: 100px;
	}
	.form_box .contents {
		width: calc(50% + 100px);
	}
}

@media (max-width: 640px) {
	.form_box .background {
		display: none;
	}
	.form_box .contents {
		padding: 20px 0;
		width: auto;
		margin: 0;
	}
	.form_box .fixed {
		display: block;
		min-height: auto;
	}
}

.friend_box {
	overflow: hidden;
}

.friend_box.has_background {
	padding-top: 0;
}

.friend_box.has_background h1, .friend_box.has_background h2 {
	background-color: #f1f5f7;
}

.friend_box .background {
	display: block;
	position: absolute;
	top: 0;
	bottom: 120px;
	right: 0;
	left: 50%;
	background: 0 50% no-repeat;
	background-size: cover;
	border-bottom-left-radius: 80px;
	transition: 0.4s;
}

.friend_box .fixed {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 500px;
}

.friend_box .fixed:after {
	content: '';
	min-height: inherit;
	font-size: 0;
	flex-grow: 0;
}

.friend_box .contents {
	display: block;
	position: relative;
	flex-grow: 1;
}

.friend_box .inner {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding: 20px 40px 40px 0;
}

.friend_box .inner:first-child {
	margin-top: 40px;
}

.friend_box .title {
	display: block;
	position: relative;
	z-index: 3;
}

.friend_box h1, .friend_box h2 {
	display: inline;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
	background-color: #ffffff;
	line-height: 110px;
	text-align: left;
	white-space: pre-wrap;
	position: relative;
	z-index: 3;
	margin: 0;
	font-size: 80px;
}

.friend_box h1 span, .friend_box h2 span {
	display: inline;
	position: relative;
}

.friend_box .content {
	display: block;
	color: #727f88;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.friend_box .content:last-child {
	margin-bottom: 0;
}

.friend_box .field {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.friend_box .field:last-child {
	margin-bottom: 0;
}

.friend_box label {
	display: block;
	color: #9ab7cb;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 16px;
	margin-bottom: 5px;
}

.friend_box .error {
	display: block;
	position: relative;
	margin: 10px 0 -10px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
}

.friend_box .success {
	display: block;
	position: relative;
	margin: 25px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #0085cd;
}

@media (max-width: 1024px) {
	.friend_box h1, .friend_box h2 {
		font-size: 56px;
		line-height: 1.1;
	}
	.friend_box .fixed {
		min-height: auto;
	}
	.friend_box .content {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.friend_box .inner {
		padding: 20px 20px 20px 0;
	}
	.friend_box .inner:first-child {
		padding-top: 20px;
	}
	.friend_box .item {
		margin-bottom: 25px;
	}
	.friend_box .success {
		margin-top: 20px;
	}
	.friend_box .background {
		bottom: 60px;
	}
}

@media (max-width: 640px) {
	.friend_box {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.header_box + .friend_box {
		margin-top: 0;
	}
	.friend_box .fixed {
		order: 2;
		min-height: auto;
	}
	.friend_box h1, .friend_box h2 {
		display: block;
		padding: 0;
		font-size: 36px;
	}
	.friend_box h1 br, .friend_box h2 br {
		display: none;
	}
	.friend_box .inner {
		width: auto;
		padding: 20px 0 0;
	}
	.friend_box .background {
		order: 1;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: 300px;
		margin: 0 0 20px;
		width: auto;
		border-radius: 0;
	}
	.friend_box .content {
		font-size: 16px;
	}
}

.header_box + .heading_box.large {
	margin-top: 0;
}

.heading_box.large .fixed {
	min-height: 760px;
}

.heading_box.wide .background {
	position: relative;
	height: 480px;
	width: auto;
	border-radius: 0;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 70px 0 0;
}

.heading_box.wide .inner {
	display: flex;
	align-items: center;
	width: auto;
	margin: 30px -20px 0;
}

.heading_box.wide .content {
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	width: 50%;
}

.heading_box.wide .links {
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.heading_box.wide .fixed {
	display: block;
	min-height: auto;
}

.heading_box.wide .lines {
	left: 75%;
	right: auto;
	top: 100px;
	width: 5000px;
}

.heading_box.category .fixed {
	align-items: flex-start;
}

.heading_box.single .fixed {
	display: block;
	min-height: auto;
}

.heading_box.single h1, .heading_box.single h2 {
	display: block;
	padding: 0;
	background: transparent;
}

.heading_box.single .background {
	position: relative;
	height: 480px;
	width: auto;
	border-radius: 0;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: -18px 0 0;
}

.heading_box .fixed {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 500px;
}

.heading_box .fixed:after {
	content: '';
	min-height: inherit;
	font-size: 0;
	flex-grow: 0;
}

.heading_box .contents {
	display: block;
	position: relative;
	flex-grow: 1;
}

.heading_box .inner {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	margin-top: 30px;
	padding-right: 40px;
}

.heading_box .title {
	display: block;
	position: relative;
	z-index: 3;
}

.heading_box h1, .heading_box h2 {
	display: inline;
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
	background-color: #ffffff;
	line-height: 100px;
	text-align: left;
	white-space: pre-wrap;
	position: relative;
	z-index: 3;
	margin: 0;
}

.heading_box h1 span, .heading_box h2 span {
	display: inline;
	position: relative;
}

.heading_box .content {
	display: block;
	color: #727f88;
	font-size: 20px;
	line-height: 1.5;
}

.heading_box .location {
	display: block;
	color: #517cb6;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 24px;
	margin-bottom: 10px;
}

.heading_box .location .flag {
	top: -1px;
}

.heading_box .address {
	display: flex;
	align-items: flex-start;
	margin: 0 -20px;
	color: #83a1cb;
	font-family: "DIN W01", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 40px;
}

.heading_box .address p {
	display: block;
	position: relative;
	padding: 0 20px;
	margin: 0;
}

.heading_box .address a {
	color: inherit;
}

.heading_box .buttons {
	justify-content: flex-start;
	margin-top: 50px;
}

.heading_box .background {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	background: 0 50% no-repeat;
	background-size: cover;
	border-bottom-left-radius: 80px;
	transition: 0.4s;
}

.heading_box .links {
	display: block;
	position: relative;
	margin-top: 45px;
}

.heading_box .links li {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.heading_box .links li:last-child {
	margin-bottom: 0;
}

.heading_box .link {
	display: inline-block;
	color: #0085cd;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	cursor: default;
}

.heading_box .link:after {
	content: '';
	display: inline-block;
	position: relative;
	background: url(../images/ico_arrow_blue.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 8px;
	top: -1px;
	transition: 0.2s;
}

.heading_box a.link {
	cursor: pointer;
}

.heading_box a.link:hover {
	color: #064497;
}

.heading_box a.link:hover:after {
	background-image: url(../images/ico_arrow_dark.svg);
}

.heading_box .author {
	display: flex;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.heading_box .author:last-child {
	margin-bottom: 0;
}

.heading_box .author .photo {
	display: block;
	width: 64px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.heading_box .author .photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.heading_box .author .info {
	display: block;
	flex-grow: 1;
	flex-basis: 0;
	color: #6f98b4;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.heading_box .author .name {
	display: block;
	position: relative;
	color: #064497;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 24px;
	margin-bottom: 5px;
}

@media (max-width: 1024px) {
	.heading_box.wide h1, .heading_box.wide h2 {
		padding-right: 0;
	}
	.heading_box.wide .inner {
		margin: 20px -10px 0;
	}
	.heading_box.wide .content, .heading_box.wide .links {
		padding: 0 10px;
	}
	.heading_box.wide .background {
		margin-top: 40px;
		height: 320px;
	}
	.heading_box.single .background {
		margin-top: -8px;
		height: 320px;
	}
	.heading_box h1, .heading_box h2 {
		line-height: 1.1;
	}
	.heading_box .fixed {
		min-height: auto;
	}
	.heading_box .content {
		font-size: 18px;
	}
	.heading_box .address {
		display: block;
		margin-bottom: 10px;
	}
	.heading_box .address p {
		margin-bottom: 15px;
	}
	.heading_box .inner {
		padding-right: 20px;
		margin-top: 20px;
	}
	.heading_box .buttons, .heading_box .author {
		margin-top: 30px;
	}
	.heading_box .links {
		margin-top: 25px;
	}
	.heading_box .lines {
		display: none;
	}
}

@media (max-width: 640px) {
	.heading_box {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.heading_box.large .fixed {
		min-height: auto;
	}
	.heading_box.wide .inner {
		display: block;
		margin: 0;
	}
	.heading_box.wide .background {
		height: 300px;
		margin: 0 0 20px;
	}
	.heading_box.wide .content, .heading_box.wide .links {
		display: block;
		padding: 0;
		width: auto;
		margin: 20px 0 0;
	}
	.heading_box.single {
		margin-bottom: 30px;
	}
	.heading_box.single .background {
		margin-top: 0;
		margin-bottom: 20px;
		height: 300px;
	}
	.header_box + .heading_box {
		margin-top: 0;
	}
	.heading_box .fixed {
		order: 2;
		min-height: auto;
	}
	.heading_box h1, .heading_box h2 {
		display: block;
		padding: 0;
	}
	.heading_box h1 br, .heading_box h2 br {
		display: none;
	}
	.heading_box .inner {
		width: auto;
		padding-right: 0;
		margin-top: 20px;
	}
	.heading_box .background {
		order: 1;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: 300px;
		margin: 0 0 20px;
		width: auto;
		border-radius: 0;
	}
	.heading_box .buttons, .heading_box .author {
		margin-top: 25px;
	}
	.heading_box .links {
		margin-top: 20px;
	}
}

.help_box {
	text-align: center;
	padding: 70px 0;
}

.help_box h1, .help_box h2 {
	color: inherit;
}

.help_box .buttons {
	margin-top: 40px;
}

.help_box .button, .help_box input[type="submit"] {
	min-width: 130px;
}

@media (max-width: 1024px) {
	.help_box {
		padding: 60px 0;
	}
	.help_box .buttons {
		margin-top: 30px;
	}
}

@media (max-width: 640px) {
	.help_box {
		padding: 40px 0;
	}
	.help_box .buttons {
		margin-top: 20px;
	}
}

.member_box {
	color: #ffffff;
	background-color: #064497;
}

.member_box .breadcrumbs_box {
	margin-bottom: 10px;
	z-index: 1;
}

.member_box .breadcrumbs_box:before {
	content: '';
	display: block;
	position: absolute;
	left: -2000px;
	right: -2000px;
	top: 0;
	bottom: -10px;
	background-color: #ffffff;
}

.member_box .wrapper {
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 2;
}

.member_box .image {
	display: block;
	position: relative;
	margin-top: -40px;
	margin-left: 0;
	width: 560px;
	flex-grow: 0;
	flex-shrink: 0;
	transform: translateX(40px);
}

.member_box .image img {
	display: none;
	position: relative;
	max-width: 560px;
	height: auto;
	width: 100%;
	z-index: 2;
}

.member_box .background {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: 50% 0 no-repeat;
	background-size: cover;
	z-index: 2;
}

.member_box .lines {
	left: 0;
	bottom: 120px;
	width: 4000px;
	z-index: 1;
}

.member_box .lines:before, .member_box .lines:after {
	background-color: #1ea5f0;
}

.member_box .contents {
	display: block;
	position: relative;
	flex-basis: 0;
	flex-grow: 1;
	padding: 40px 0;
}

.member_box h1, .member_box h2 {
	margin-top: -10px;
	text-align: left;
	color: #ffffff;
}

.member_box .position {
	display: block;
	position: relative;
	color: #d9edf7;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.member_box .location {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 8px;
}

.member_box .flag {
	top: -1px;
}

.member_box .content {
	display: block;
	position: relative;
	margin-top: 40px;
	color: #d9edf7;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

.member_box .content:first-child {
	margin-top: 0;
}

.member_box .social {
	display: flex;
	align-items: center;
	margin-top: 45px;
}

.member_box .link {
	display: block;
	margin-right: 20px;
	width: 16px;
	height: 16px;
	background: 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: 0.2s;
}

.member_box .link:last-child {
	margin-right: 0;
}

.member_box .link:hover {
	transform: scale(1.2);
}

.member_box .link_email {
	background-image: url(../images/ico_email_light.svg);
}

.member_box .link_facebook {
	background-image: url(../images/ico_facebook_light.svg);
}

.member_box .link_linkedin {
	background-image: url(../images/ico_linkedin_light.svg);
}

.member_box .link_twitter {
	background-image: url(../images/ico_twitter_light.svg);
	background-position: 50% 100%;
}

@media (max-width: 1024px) {
	.member_box .contents {
		padding: 30px 0;
	}
	.member_box .content {
		font-size: 18px;
		line-height: 1.33;
		margin-top: 20px;
	}
	.member_box .social {
		margin-top: 25px;
	}
	.member_box .image {
		transform: translateX(20px);
		width: 420px;
	}
}

@media (max-width: 768px) {
	.member_box .breadcrumbs_box {
		padding-bottom: 25px;
	}
	.member_box .wrapper {
		flex-direction: column;
	}
	.member_box .image {
		order: 1;
		width: 100%;
		transform: none;
		margin: -40px 0 0;
	}
	.member_box .image img {
		display: block;
		max-width: 560px;
		margin: 0 auto;
	}
	.member_box .background {
		display: none;
	}
	.member_box .contents {
		order: 2;
		text-align: center;
	}
	.member_box h1, .member_box h2 {
		text-align: center;
	}
	.member_box .social {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.member_box h1, .member_box h2 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.member_box .contents {
		padding: 25px 0;
	}
	.member_box .content {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.member_box .social {
		margin-top: 20px;
	}
}

.members_box .items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -20px -40px;
	justify-content: flex-start;
	z-index: 1;
}

.members_box .item {
	display: block;
	position: relative;
	margin: 0 20px 40px;
	width: calc(16.66% - 40px);
}

.members_box .large .item {
	width: calc(25% - 40px);
}

.members_box .large .name {
	font-size: 16px;
	line-height: 1.25;
}

.members_box .image {
	display: block;
	position: relative;
	overflow: hidden;
}

.members_box .image img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: transform 1s;
	transform-origin: 50% 50%;
}

.members_box .image:hover img {
	transform: scale(1.1);
}

.members_box .info {
	display: block;
	position: relative;
	text-align: center;
	background-color: #064497;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #d9edf7;
	padding: 10px;
}

.members_box .name {
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

.members_box .position {
	display: block;
	position: relative;
	margin-top: 4px;
}

.members_box .filters {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin: 0 -20px;
	flex-wrap: wrap;
	z-index: 3;
}

.members_box .filter {
	padding: 0 20px;
	margin-bottom: 40px;
	width: 25%;
}

.members_box .filter.wide {
	width: 50%;
}

.members_box .filter {
	padding: 0 20px;
	margin-bottom: 40px;
	width: 25%;
}

.members_box .filter.wide {
	width: 50%;
}

.members_box .flag {
	margin-left: auto;
}

.members_box .buttons {
	margin-top: 40px;
}

@media (max-width: 1024px) {
	.members_box .items {
		margin: 0 -10px -20px;
	}
	.members_box .item {
		width: calc(25% - 20px);
		margin: 0 10px 20px;
	}
	.members_box .large .item {
		width: calc(33.33% - 20px);
	}
	.members_box .buttons {
		margin-top: 30px;
	}
	.members_box .filters {
		margin: 0 -10px;
	}
	.members_box .filter {
		padding: 0 10px;
		width: 50%;
		margin-bottom: 20px;
	}
	.members_box .filter.wide {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.members_box .item {
		width: calc(50% - 20px);
	}
	.members_box .large .item {
		width: calc(50% - 20px);
	}
	.members_box .name {
		font-size: 16px;
		line-height: 1.25;
	}
}

@media (max-width: 480px) {
	.members_box .filters {
		margin-bottom: 10px;
	}
	.members_box .filter {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 420px) {
	.members_box .info {
		padding: 6px;
		font-size: 10px;
		line-height: 16px;
	}
	.members_box .name {
		font-size: 12px;
		line-height: 16px;
	}
	.members_box .position {
		margin-top: 2px;
	}
	.members_box .large .name {
		font-size: 12px;
	}
}

.modal_box {
	display: flex;
	visibility: hidden;
	align-items: center;
	justify-content: stretch;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	transition: 0.5s;
	padding: 0;
	opacity: 0;
	z-index: 10;
}

.modal_box.is_visible {
	visibility: visible;
	opacity: 1;
}

.modal_box.is_visible .inner {
	top: 0;
}

.modal_box .inner {
	top: -600px;
	position: relative;
	max-height: 100vh;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	transition: 0.5s;
}

.modal_box .modal {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 500px;
	padding: 24px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.modal_box h3 {
	margin-top: 2px;
}

.modal_box .text {
	display: block;
	color: #727f88;
	font-family: "DIN W01", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.modal_box .close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	outline: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.modal_box .close:after, .modal_box .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #064497;
	transition: 0.2s;
}

.modal_box .close:before {
	transform: translateY(-50%) rotate(-45deg);
}

.modal_box .close:hover:before, .modal_box .close:hover:after {
	background-color: #1ea5f0;
}

@media (max-width: 1024px) {
	.modal_box .modal {
		padding: 20px;
	}
}

.navigation_box {
	z-index: 5;
}

.navigation_box + .posts_box {
	margin-top: -40px;
}

.navigation_box .tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 16px 0 0 16px;
	position: relative;
}

.navigation_box .tags:before {
	content: '';
	display: block;
	position: absolute;
	left: -2000px;
	right: -2000px;
	top: 0;
	bottom: 0;
	background-color: rgba(241, 245, 247, 0.5);
	z-index: 1;
}

.navigation_box .tag {
	margin: 0 16px 16px 0;
}

.navigation_box .filters {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin: 30px -20px 0;
}

.navigation_box .filters:first-child {
	margin-top: 0;
}

.navigation_box .filter {
	padding: 0 20px;
	width: 200px;
}

.navigation_box .search {
	width: 300px;
	margin-left: auto;
}

@media (max-width: 1024px) {
	.navigation_box + .posts_box {
		margin-top: -10px;
	}
	.navigation_box .filters {
		margin: 20px -10px 0;
	}
	.navigation_box .filter {
		padding: 0 10px;
	}
	.navigation_box .tags {
		padding: 10px 0 0 10px;
	}
	.navigation_box .tag {
		margin: 0 10px 10px 0;
	}
}

@media (max-width: 640px) {
	.navigation_box .filter {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.navigation_box .filters {
		flex-wrap: wrap;
	}
	.navigation_box .filter {
		width: 100%;
		margin-bottom: 15px;
	}
	.navigation_box .filter:last-child {
		margin-bottom: 0;
	}
}

.heading_box + .offerings_box {
	margin-top: -60px;
}

.offerings_box .items {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
	position: relative;
	z-index: 3;
}

.offerings_box .item {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	position: relative;
	width: calc(50% - 40px);
	margin: 0 20px 40px;
	box-sizing: border-box;
	background-color: #f1f5f7;
	padding: 24px;
}

.offerings_box .contents {
	display: flex;
	align-items: stretch;
	position: relative;
	flex-grow: 1;
}

.offerings_box .icon {
	display: block;
	width: 90px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 30px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.offerings_box .icon img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.offerings_box .actions {
	display: block;
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #d4e0e9;
	flex-grow: 0;
}

.offerings_box .link {
	display: inline-block;
	color: #0085cd;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1px;
	line-height: 1.25;
}

.offerings_box .link:hover {
	color: #1ea5f0;
}

.offerings_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.offerings_box .text {
	display: block;
	color: #727f88;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 15px;
}

.offerings_box .list {
	display: block;
}

.offerings_box .list li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 14px;
	color: #6f98b4;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.offerings_box .list li:before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(111, 152, 180, 0.5);
	width: 4px;
	height: 4px;
	left: 0;
	top: 8px;
	border-radius: 50%;
}

.offerings_box .list li:last-child {
	margin-bottom: 0;
}

.offerings_box .list a {
	display: inline-block;
	color: #6f98b4;
}

.offerings_box .list a:hover {
	color: #1ea5f0;
}

@media (max-width: 1024px) {
	.heading_box + .offerings_box {
		margin-top: -40px;
	}
	.offerings_box .items {
		margin: 0 -10px -20px;
	}
	.offerings_box .item {
		width: calc(50% - 20px);
		padding: 20px;
		margin: 0 10px 20px;
	}
	.offerings_box .icon {
		width: 80px;
		margin-right: 20px;
	}
	.offerings_box .actions {
		margin-top: 20px;
		padding-top: 18px;
	}
	.offerings_box .list li {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.offerings_box .title {
		margin-bottom: 10px;
	}
	.offerings_box .text {
		margin-bottom: 12px;
	}
}

@media (max-width: 768px) {
	.offerings_box .items {
		display: block;
		margin: 0;
	}
	.offerings_box .item {
		display: block;
		width: auto;
		margin: 0 0 20px;
	}
	.offerings_box .item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.heading_box + .offerings_box {
		margin-top: -10px;
	}
}

@media (max-width: 420px) {
	.offerings_box .icon {
		width: 40px;
	}
}

.office_box.has_background {
	background-color: #ffffff;
}

.office_box .background {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	background: 0 50% no-repeat;
	background-size: cover;
	transition: 0.4s;
}

.office_box .background + .fixed .contents {
	padding-left: 40px;
	margin-left: auto;
	width: 50%;
}

.office_box h2 {
	text-align: left;
	margin-bottom: 40px;
}

.office_box .contents {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.office_box .contents > :last-child {
	margin-bottom: 0;
}

.office_box .country {
	display: block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #064497;
}

.office_box .country .flag {
	top: -1px;
}

.office_box .address {
	display: flex;
	align-items: flex-start;
	margin: 0 -20px;
	color: #83a1cb;
	font-family: "DIN W01", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 40px;
}

.office_box .address p {
	display: block;
	position: relative;
	padding: 0 20px;
	margin: 0;
}

.office_box .address a {
	color: inherit;
}

.office_box .content {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #727f88;
	position: relative;
	margin-bottom: 40px;
}

.office_box .social {
	display: flex;
	align-items: center;
}

.office_box .link {
	display: block;
	margin-right: 20px;
	width: 16px;
	height: 16px;
	background: 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: 0.2s;
}

.office_box .link:last-child {
	margin-right: 0;
}

.office_box .link:hover {
	transform: scale(1.2);
}

.office_box .link_email {
	background-image: url(../images/ico_email.svg);
}

.office_box .link_facebook {
	background-image: url(../images/ico_facebook.svg);
}

.office_box .link_linkedin {
	background-image: url(../images/ico_linkedin.svg);
}

.office_box .link_twitter {
	background-image: url(../images/ico_twitter.svg);
	background-position: 50% 100%;
}

@media (max-width: 1024px) {
	.office_box .background + .fixed .contents {
		padding-left: 20px;
	}
	.office_box h2 {
		margin-bottom: 20px;
	}
	.office_box .country {
		font-size: 18px;
	}
	.office_box .address {
		display: block;
		margin-bottom: 20px;
	}
	.office_box .address p {
		margin-bottom: 10px;
	}
	.office_box .content {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.office_box.has_background {
		padding-top: 0;
	}
	.office_box .background + .fixed .contents {
		padding-left: 0;
		width: auto;
		margin: 0;
	}
	.office_box .background {
		order: 1;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: 300px;
		margin: 0 0 25px;
		width: auto;
		border-radius: 0;
	}
}

.opportunities_box:last-child {
	margin-bottom: 0;
}

.opportunities_box .wrapper {
	display: flex;
	align-items: stretch;
	margin: 0;
	padding-top: 40px;
}

.opportunities_box .tabs {
	display: block;
	position: relative;
	width: 260px;
	margin-right: 40px;
	box-sizing: border-box;
}

.opportunities_box .tab {
	display: block;
	position: relative;
	color: rgba(111, 152, 180, 0.5);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 24px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.3s;
	padding-left: 0;
}

.opportunities_box .tab:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 0;
	height: 1px;
	background-color: #0085cd;
	transition: 0.3s;
}

.opportunities_box .tab:hover, .opportunities_box .tab.active {
	padding-left: 28px;
	color: #0085cd;
}

.opportunities_box .tab:hover:before, .opportunities_box .tab.active:before {
	width: 32px;
	left: -12px;
}

.opportunities_box .sections {
	display: block;
	position: relative;
	width: calc(100% - 150px);
	margin-right: -150px;
	flex-grow: 1;
	padding: 0;
	box-sizing: border-box;
	transition: 0.5s;
}

.opportunities_box .section {
	display: flex;
	align-items: stretch;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	box-sizing: border-box;
	transition: 0.5s;
	transition-delay: 0s;
}

.opportunities_box .section.active {
	position: relative;
	opacity: 1;
	z-index: 2;
	transition-delay: 0.5s;
}

.opportunities_box .section.active .title, .opportunities_box .section.active .text {
	transition-delay: 0.5s;
	transform: translateY(0);
	opacity: 1;
}

.opportunities_box .section.active .text {
	transition-delay: 0.75s;
}

.opportunities_box .section.active img {
	opacity: 1;
}

.opportunities_box .image {
	display: block;
	position: relative;
	width: 400px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 40px;
	margin-top: -40px;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.opportunities_box .image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: 1s;
}

.opportunities_box .contents {
	display: block;
	position: relative;
	flex-basis: 0;
	flex-grow: 1;
	min-height: 400px;
}

.opportunities_box .location {
	display: block;
	position: relative;
	padding: 24px;
	background-color: #f1f5f7;
}

.opportunities_box .title {
	display: block;
	position: relative;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 15px;
	transform: translateY(20px);
	transition-delay: 0.25s;
	opacity: 0;
	transition: 0.5s;
}

.opportunities_box .flag {
	top: -2px;
}

.opportunities_box .text {
	display: block;
	color: #1e2938;
	font-size: 16px;
	line-height: 1.5;
	transform: translateY(20px);
	opacity: 0;
	transition: 0.5s;
}

.opportunities_box .positions {
	display: block;
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
}

.opportunities_box .positions:first-child {
	margin-top: 0;
}

.opportunities_box .subtitle {
	display: block;
	color: #6f98b4;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 12px;
}

.opportunities_box .items {
	display: block;
	position: relative;
}

.opportunities_box .item {
	display: flex;
	align-items: center;
	position: relative;
	padding: 24px;
	color: #1e2938;
	border: 1px solid #d4e0e9;
	background-color: #ffffff;
	margin-bottom: 24px;
	transition: 0.2s;
}

.opportunities_box .item:last-child {
	margin-bottom: 0;
}

.opportunities_box .item:hover {
	background-color: #f1f5f7;
	border-color: #f1f5f7;
}

.opportunities_box .item:hover .name {
	color: #064497;
}

.opportunities_box .item:hover .info {
	color: #727f88;
}

.opportunities_box .position {
	display: block;
	flex-grow: 1;
	flex-shrink: 0;
}

.opportunities_box .name {
	display: block;
	color: #1e2938;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 24px;
}

.opportunities_box .info {
	display: block;
	color: #727f88;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 10px;
}

.opportunities_box .more {
	display: block;
	color: #0085cd;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: auto;
}

.opportunities_box .more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_arrow_blue.svg) 50% 50% no-repeat;
	background-size: contain;
	margin-left: 8px;
	position: relative;
	transition: 0.2s;
	top: -1px;
}

.opportunities_box .more:hover {
	color: #064497;
}

.opportunities_box .more:hover:after {
	background-image: url(../images/ico_arrow_dark.svg);
}

@media (max-width: 1024px) {
	.opportunities_box:last-child {
		margin-bottom: 30px;
	}
	.opportunities_box .wrapper {
		display: block;
		padding-top: 0;
		margin: 0;
	}
	.opportunities_box .tabs {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		margin: 0 -10px 15px;
		width: auto;
	}
	.opportunities_box .tab {
		display: block;
		width: calc(33.33% - 20px);
		box-sizing: border-box;
		font-size: 18px;
		margin: 0 10px 15px;
	}
	.opportunities_box .tab:before {
		display: none;
	}
	.opportunities_box .tab:hover, .opportunities_box .tab.active {
		padding-left: 0;
	}
	.opportunities_box .sections {
		display: block;
		width: auto;
		margin: 0;
	}
	.opportunities_box .location {
		padding: 20px;
	}
	.opportunities_box .title {
		margin-bottom: 12px;
	}
	.opportunities_box .positions {
		margin-top: 20px;
	}
	.opportunities_box .item {
		padding: 20px;
		margin-bottom: 20px;
	}
	.opportunities_box .image {
		margin-top: 0;
		margin-left: 20px;
		width: 300px;
	}
}

@media (max-width: 768px) {
	.opportunities_box .image {
		display: none;
	}
}

@media (max-width: 640px) {
	.opportunities_box .tab {
		width: calc(50% - 20px);
	}
	.opportunities_box .image {
		width: 200px;
	}
	.opportunities_box .name {
		font-size: 18px;
	}
	.opportunities_box .info {
		margin-top: 5px;
	}
}

@media (max-width: 480px) {
	.opportunities_box .section {
		flex-direction: column;
	}
	.opportunities_box .image {
		order: 1;
		width: 100%;
	}
	.opportunities_box .contents {
		display: block;
		width: auto;
		order: 2;
	}
	.opportunities_box .tab {
		font-size: 16px;
	}
}

.partners_box .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin: 30px -20px -40px;
}

.partners_box .item {
	display: block;
	position: relative;
	width: 33.33%;
	padding: 0 20px;
	margin: 0 0 40px;
	box-sizing: border-box;
}

.partners_box .item:first-child .thumb {
	border-top-left-radius: 40px;
}

.partners_box .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.partners_box .thumb .more {
	display: inline-block;
	position: absolute;
	z-index: 3;
	bottom: 20px;
	right: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	opacity: 0;
	transform: translateY(20px);
	transition: 0.3s;
	transition-delay: 0s;
}

.partners_box .thumb .more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	position: relative;
	width: 12px;
	height: 12px;
	background: url(../images/ico_arrow_white.svg) 50% 50% no-repeat;
	background-size: contain;
	top: -1px;
}

.partners_box .thumb img {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	z-index: 1;
}

.partners_box a.thumb:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 133, 205, 0.7);
	z-index: 2;
	opacity: 0;
	transition: 0.3s;
}

.partners_box a.thumb:hover:before {
	opacity: 1;
}

.partners_box a.thumb:hover .more {
	opacity: 1;
	transition-delay: 0.15s;
	transform: translateY(0);
}

.partners_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.partners_box .text {
	display: block;
	color: #727f88;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.partners_box .category {
	display: inline-block;
	margin-top: 10px;
	color: #0085cd;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

@media (max-width: 1024px) {
	.partners_box .items {
		margin: 20px -10px -25px;
	}
	.partners_box .item {
		padding: 0 10px;
		margin: 0 0 25px;
	}
}

@media (max-width: 768px) {
	.partners_box .item {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.partners_box .item {
		width: 100%;
	}
}

.has_background + .people_box {
	margin-top: -120px;
}

.has_background + .people_box:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 40px;
	background-color: #f1f5f7;
	z-index: 1;
}

.people_box h2 {
	text-align: left;
	margin-top: -10px;
	margin-bottom: 30px;
}

.people_box .background {
	display: block;
	position: absolute;
	left: 0;
	right: 50%;
	margin-right: 140px;
	top: 0;
	bottom: 0;
	background: 50% 50% no-repeat;
	background-size: cover;
	border-bottom-right-radius: 40px;
	z-index: 1;
}

.people_box .fixed {
	z-index: 3;
}

.people_box .contents {
	display: block;
	position: relative;
	padding: 80px 0 40px;
	width: calc(50% + 100px);
	margin-left: auto;
}

.people_box .content {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.has_background + .people_box {
		margin-top: -60px;
	}
	.has_background + .people_box:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 40px;
		background-color: #f1f5f7;
		z-index: 1;
	}
	.people_box h2 {
		margin-top: -5px;
		margin-bottom: 25px;
	}
	.people_box .content {
		margin-bottom: 30px;
	}
	.people_box .background {
		right: 60%;
		margin-right: 40px;
	}
	.people_box .contents {
		width: calc(60% + 20px);
	}
}

@media (max-width: 640px) {
	.has_background + .people_box {
		margin-top: 0;
	}
	.has_background + .people_box:before {
		display: none;
	}
	.people_box .background {
		display: block;
		position: relative;
		right: auto;
		left: auto;
		height: 300px;
		border-radius: 0;
		margin: 0 -20px 25px;
	}
	.people_box .contents {
		width: auto;
		padding: 0;
	}
}

.policy_box .sections {
	display: block;
	position: relative;
	padding: 32px;
	background-color: #f1f5f7;
	z-index: 2;
}

.policy_box .section {
	display: block;
	margin-bottom: 40px;
}

.policy_box .section:last-child {
	margin-bottom: 0;
}

.policy_box .contents {
	display: flex;
	position: relative;
	align-items: flex-start;
	margin: 0 -20px -40px;
}

.policy_box .content {
	display: block;
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px;
	box-sizing: border-box;
	width: 50%;
}

.policy_box .actions {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.policy_box .more {
	display: block;
	color: #0085cd;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: auto;
}

.policy_box .more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_arrow_blue.svg) 50% 50% no-repeat;
	background-size: contain;
	margin-left: 8px;
	position: relative;
	transition: 0.2s;
	top: -1px;
}

.policy_box .more:hover {
	color: #064497;
}

.policy_box .more:hover:after {
	background-image: url(../images/ico_arrow_dark.svg);
}

.policy_box .lines {
	right: 76px;
	top: -120px;
	bottom: -120px;
	z-index: 1;
}

@media (max-width: 1024px) {
	.policy_box .sections {
		padding: 20px;
	}
	.policy_box .section {
		margin-bottom: 25px;
	}
	.policy_box .contents {
		margin: 0 -10px -20px;
	}
	.policy_box .content {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.policy_box .actions {
		margin-top: 20px;
	}
	.policy_box .lines {
		display: none;
	}
}

@media (max-width: 768px) {
	.policy_box .contents {
		display: block;
		margin: 0;
	}
	.policy_box .content {
		padding: 0;
		width: auto;
		margin-bottom: 20px;
	}
	.policy_box .content:last-child {
		margin-bottom: 0;
	}
}

.popup_box {
	display: flex;
	visibility: hidden;
	align-items: stretch;
	justify-content: stretch;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: rgba(30, 41, 56, 0.6);
	transition: 0.5s;
	opacity: 0;
	box-sizing: border-box;
	z-index: 15;
}

.popup_box.is_visible {
	visibility: visible;
	opacity: 1;
}

.popup_box.is_visible .inner {
	transform: translateX(0%);
}

.popup_box .inner {
	display: block;
	position: relative;
	width: 100%;
	max-width: 760px;
	padding: 24px;
	background-color: #ffffff;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: 0.5s;
}

.popup_box .content_box {
	background: transparent;
	padding: 0;
	margin: 0;
}

.popup_box h1 {
	margin-top: -4px;
	margin-bottom: 24px;
	padding-right: 24px;
}

.popup_box .content {
	flex-grow: 1;
}

.popup_box .featured {
	display: block;
	position: relative;
	margin: 0 -24px 24px;
}

.popup_box .featured img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.popup_box .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	outline: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.popup_box .close:after, .popup_box .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #727f88;
	transition: 0.2s;
}

.popup_box .close:before {
	transform: translateY(-50%) rotate(-45deg);
}

.popup_box .close:hover:before, .popup_box .close:hover:after {
	background-color: #1ea5f0;
}

@media (max-width: 1024px) {
	.popup_box {
		padding-right: 0;
	}
	.popup_box .content_box {
		padding: 20px;
	}
	.popup_box .featured {
		margin: 0 -20px 20px;
	}
	.popup_box h1 {
		margin-bottom: 20px;
		padding-right: 20px;
	}
}

.posts_box h2 {
	text-align: left;
}

.posts_box .items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 60px -20px -50px;
}

.posts_box .item {
	display: block;
	position: relative;
	width: calc(50% - 40px);
	padding: 24px;
	box-sizing: border-box;
	background-color: #f1f5f7;
	margin: 0 20px 50px;
	font-size: 16px;
	font-weight: 400;
	color: #727f88;
	line-height: 20px;
	transition: 0.3s;
	cursor: pointer;
}

.posts_box .item.compact:hover {
	background-color: #DAE3EF;
}

.posts_box .message {
	display: block;
	padding: 0 20px;
	margin: -30px 0 0;
	width: 100%;
}

.posts_box .post {
	display: flex;
	position: relative;
	align-items: flex-start;
}

.posts_box .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	width: 200px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: -48px -40px 0 24px;
}

.posts_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: transform 1s;
	transform-origin: 50% 50%;
}

.posts_box .thumb:hover img {
	transform: scale(1.1);
}

.posts_box .inner {
	display: block;
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
}

.posts_box .title {
	display: block;
	color: #064497;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.posts_box .text {
	display: block;
}

.posts_box .info {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	padding: 16px 0;
}

.posts_box .info:last-child {
	padding: 0;
	margin-top: 20px;
	margin-bottom: -4px;
}

.posts_box .time:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_time.svg) 50% 50% no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.posts_box .date {
	margin-left: auto;
	text-align: right;
}

.posts_box .date:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_date.svg) 50% 50% no-repeat;
	margin-left: 8px;
	position: relative;
	top: -2px;
}

.posts_box .details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #d4e0e9;
	padding-top: 24px;
}

.posts_box .more {
	display: inline-block;
	color: #0085cd;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-left: auto;
}

.posts_box .more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_arrow_blue.svg) 50% 50% no-repeat;
	margin-left: 8px;
	position: relative;
	top: -2px;
	transition: 0.2s;
}

.posts_box .more:hover {
	color: #1ea5f0;
}

.posts_box .more:hover:after {
	background-image: url(../images/ico_arrow_cyan.svg);
}

.posts_box .buttons {
	margin-top: 40px;
}

@media (max-width: 1024px) {
	.posts_box .items {
		margin: 40px -10px -30px;
	}
	.posts_box .item {
		padding: 20px;
		width: calc(50% - 20px);
		margin: 0 10px 30px;
	}
	.posts_box .message {
		margin-top: -10px;
		padding: 0 10px;
	}
	.posts_box .thumb {
		width: 150px;
		margin: -30px -30px 0 20px;
	}
	.posts_box .buttons {
		margin-top: 30px;
	}
	.posts_box .details {
		padding-top: 20px;
	}
	.posts_box .info:last-child {
		margin: 18px 0 -4px;
	}
}

@media (max-width: 768px) {
	.posts_box .items {
		display: block;
		margin: 0;
	}
	.posts_box .item {
		width: auto;
		margin: 0 0 30px;
	}
	.posts_box .item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 420px) {
	.posts_box .post {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.posts_box .thumb {
		width: 100%;
		max-width: 200px;
		margin: 0 0 20px;
		order: 1;
	}
	.posts_box .inner {
		order: 2;
	}
}

.quote_box {
	padding: 80px 0;
}

.quote_box .wrapper {
	display: flex;
	position: relative;
	align-items: flex-start;
}

.quote_box h2 {
	text-align: left;
}

.quote_box .contents {
	display: block;
	box-sizing: border-box;
	text-align: left;
	margin: 0;
	position: relative;
	flex-basis: 50%;
}

.quote_box .author {
	display: block;
	position: relative;
	margin-top: -108px;
	padding-left: 120px;
	margin-left: 80px;
	box-sizing: border-box;
	flex-shrink: 0;
	flex-basis: 480px;
}

.quote_box .author:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 63px;
	background: url(../images/ico_quotes_large.svg) 0 0 no-repeat;
	background-size: contain;
}

.quote_box .image {
	display: block;
	width: 100%;
	max-width: 360px;
	text-align: left;
}

.quote_box .image img {
	display: block;
	width: 100%;
	height: auto;
}

.quote_box .name {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-top: 15px;
}

.quote_box .text {
	display: block;
	color: #727f88;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
}

@media (max-width: 1024px) {
	.quote_box {
		padding: 40px 0;
	}
	.quote_box .contents {
		flex-grow: 1;
		flex-basis: auto;
	}
	.quote_box .author {
		margin-top: -68px;
		margin-left: 40px;
		padding-left: 0;
		flex-basis: 280px;
	}
	.quote_box .author:before {
		left: -100px;
	}
}

@media (max-width: 640px) {
	.quote_box {
		padding: 30px 0;
	}
	.quote_box .wrapper {
		flex-direction: column;
		align-items: center;
		max-width: 360px;
		margin: 0 auto;
	}
	.quote_box .author {
		order: 1;
		width: 100%;
		padding: 0;
		flex-basis: auto;
		margin: 0 0 30px;
	}
	.quote_box .author:before {
		left: 0;
	}
	.quote_box .contents {
		order: 2;
	}
}

.responsibility_box .items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 -40px -40px;
	overflow: hidden;
}

.responsibility_box .item {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 33.33%;
	margin: 0 0 40px;
	color: #1e2938;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 40px;
}

.responsibility_box .item:before {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	background-color: #f1f5f7;
	width: 1px;
}

.responsibility_box .item:hover img {
	opacity: 1;
}

.responsibility_box .item:hover .text {
	color: #1e2938;
}

.responsibility_box .icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 140px;
	margin-bottom: 10px;
	width: 100%;
}

.responsibility_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.responsibility_box .text {
	display: block;
	position: relative;
	margin-top: 15px;
	color: #727f88;
	transition: 0.3s;
}

.responsibility_box img {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 0.2;
	transition: 0.3s;
}

@media (max-width: 1024px) {
	.responsibility_box .items {
		margin: 0 -20px -20px;
	}
	.responsibility_box .item {
		padding: 0 20px;
		margin: 0 0 20px;
	}
	.responsibility_box h1, .responsibility_box h2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.responsibility_box .items {
		margin: 0 -10px -20px;
	}
	.responsibility_box .item {
		width: 50%;
		padding: 0 10px;
	}
	.responsibility_box .item:before {
		display: none;
	}
}

@media (max-width: 480px) {
	.responsibility_box .items {
		margin: 0 0 -20px;
	}
	.responsibility_box .item {
		max-width: 320px;
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.responsibility_box .icon {
		display: block;
		text-align: center;
		height: auto;
		margin-bottom: 5px;
	}
	.responsibility_box img {
		width: auto;
		height: auto;
		max-height: none;
		max-width: 160px;
	}
}

.results_box.has_image .about {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 600px;
	box-sizing: border-box;
	padding: 40px 0 80px;
	width: calc(50% - 20px);
}

.results_box.has_image .wrapper {
	margin-bottom: 0;
}

.results_box.has_image .wrapper + .fixed {
	margin-top: -40px;
	z-index: 2;
}

.results_box .fixed {
	z-index: 2;
}

.results_box h2 {
	text-align: left;
}

.results_box h2.large {
	margin-bottom: 30px;
}

.results_box .wrapper {
	display: block;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}

.results_box .about {
	display: block;
	position: relative;
}

.results_box .background {
	display: block;
	position: absolute;
	margin-left: 120px;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background: 0 50% no-repeat;
	background-size: cover;
	border-radius: 40px 0 0 0;
	z-index: 1;
}

.results_box .content {
	margin-top: auto;
	margin-bottom: auto;
}

.results_box .content:first-child {
	margin-top: 0;
}

.results_box .content:last-child {
	margin-bottom: 0;
}

.results_box .content + h2 {
	margin-top: 30px;
}

.results_box .items {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
	position: relative;
	z-index: 3;
}

.results_box .item {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	position: relative;
	width: calc(50% - 40px);
	margin: 0 20px 40px;
	box-sizing: border-box;
	background-color: #f1f5f7;
	padding: 24px;
}

.results_box .contents {
	display: flex;
	align-items: stretch;
	position: relative;
	flex-grow: 1;
}

.results_box .icon {
	display: block;
	width: 90px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 30px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.results_box .icon img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.results_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.results_box .caption {
	display: block;
	position: relative;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #727f88;
}

.results_box .subtitle {
	display: block;
	color: #6f98b4;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 5px;
	cursor: default;
}

.results_box .subtitle:last-child {
	margin-bottom: 0;
}

.results_box a.subtitle:hover {
	color: #1ea5f0;
	cursor: pointer;
}

.results_box .text {
	display: block;
	color: #1e2938;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	flex-grow: 1;
}

.results_box .links {
	display: block;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #d4e0e9;
}

.results_box .links:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top-width: 0;
}

.results_box .link {
	display: block;
	position: relative;
	margin-bottom: 24px;
	padding-left: 14px;
	color: #6f98b4;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.results_box .link:before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(111, 152, 180, 0.5);
	width: 4px;
	height: 4px;
	left: 0;
	top: 8px;
	border-radius: 50%;
}

.results_box .link:last-child {
	margin-bottom: 0;
}

.results_box .link .caption {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.results_box.has_image .about {
		width: calc(50% - 10px);
		padding: 20px 0 40px;
	}
	.results_box.has_image .wrapper + .fixed {
		margin-top: -20px;
	}
	.results_box .background {
		margin-left: 10px;
	}
	.results_box .items {
		margin: 0 -10px -20px;
	}
	.results_box .item {
		width: calc(50% - 20px);
		padding: 20px;
		margin: 0 10px 20px;
	}
	.results_box .icon {
		width: 80px;
		margin-right: 20px;
	}
	.results_box .links {
		margin-top: 20px;
		padding-top: 20px;
	}
	.results_box .link {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.results_box.has_image .about {
		display: block;
		min-height: auto;
		width: auto;
		padding: 0;
	}
	.results_box.has_image .wrapper {
		margin-bottom: 30px;
	}
	.results_box.has_image .wrapper + .fixed {
		margin-top: 0;
	}
	.results_box .items {
		display: block;
		margin: 0;
	}
	.results_box .item {
		display: block;
		width: auto;
		margin: 0 0 20px;
	}
	.results_box .item:last-child {
		margin-bottom: 0;
	}
	.results_box .background {
		display: none;
	}
}

@media (max-width: 640px) {
	.results_box h2.large {
		margin-bottom: 20px;
	}
	.results_box .content + h2 {
		margin-top: 20px;
	}
	.results_box.has_image .wrapper, .results_box .wrapper {
		margin-bottom: 20px;
	}
}

@media (max-width: 420px) {
	.results_box .contents {
		display: block;
		position: relative;
	}
	.results_box .icon {
		margin: 0 auto 15px;
	}
	.results_box .title {
		text-align: center;
		margin-bottom: 15px;
	}
	.results_box .text {
		font-size: 14px;
	}
}

.reviews_box .is-selected .contents {
	transform: translateY(70px);
	transition-delay: 0.25s;
}

.reviews_box.inverted h2 {
	margin-bottom: -48px;
	max-width: 50%;
}

.reviews_box.inverted .image {
	order: 3;
}

.reviews_box.inverted .image img {
	border-radius: 0 40px 0 0;
}

.reviews_box.inverted .navigation {
	left: auto;
	right: 0;
	padding-left: 30px;
	padding-right: 10px;
}

.reviews_box.inverted .contents {
	margin-top: 50px;
}

.reviews_box h1, .reviews_box h2 {
	text-align: left;
}

.reviews_box .wrapper {
	display: block;
	position: relative;
	margin: 0 -10px;
}

.reviews_box .slider {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	z-index: 1;
}

.reviews_box .slide {
	display: inline-flex;
	align-items: flex-end;
	box-sizing: border-box;
	width: 100%;
	min-height: auto;
	padding: 0 10px 70px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: top;
	white-space: normal;
}

.reviews_box .image {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	order: 1;
	width: calc(50% - 20px);
}

.reviews_box .image img {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 40px;
}

.reviews_box .contents {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;
	transform: translateY(0);
	transition: 0.5s;
	transition-delay: 0s;
	order: 2;
	flex-grow: 1;
	flex-basis: 0;
}

.reviews_box .contents:before {
	content: '';
	display: block;
	position: relative;
	width: 72px;
	height: 57px;
	background: url(../images/ico_quotes.svg) 50% 50% no-repeat;
	background-size: contain;
	margin-bottom: 30px;
	margin-top: 10px;
}

.reviews_box .contents > :last-child {
	margin-bottom: 0;
}

.reviews_box .lines {
	top: 50px;
	right: 0;
}

.reviews_box .title {
	display: block;
	color: #064497;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.reviews_box .text {
	display: block;
	position: relative;
	color: #727f88;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}

.reviews_box .name {
	display: block;
	position: relative;
	color: #6f98b4;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.reviews_box .position {
	display: block;
	position: relative;
	color: rgba(111, 152, 180, 0.5);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 2px;
}

.reviews_box .navigation {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	padding-left: 10px;
	padding-right: 30px;
	z-index: 2;
}

.reviews_box .label {
	flex-grow: 1;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1px;
	color: #064497;
	text-align: center;
}

@media (max-width: 1024px) {
	.reviews_box.inverted h2 {
		margin-bottom: 20px;
		max-width: none;
	}
	.reviews_box h1, .reviews_box h2 {
		margin-bottom: 20px;
	}
	.reviews_box .contents {
		padding: 20px;
	}
	.reviews_box .contents:before {
		width: 42px;
		height: 32px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.reviews_box .title {
		font-size: 20px;
	}
	.reviews_box .text {
		margin-bottom: 15px;
	}
	.reviews_box .lines {
		display: none;
	}
}

@media (max-width: 768px) {
	.reviews_box.inverted .navigation {
		padding-left: 10px;
		padding-right: 10px;
	}
	.reviews_box.inverted .contents {
		margin-top: 0;
	}
	.reviews_box .slide {
		display: inline-block;
		padding: 0 10px;
	}
	.reviews_box .image, .reviews_box .contents {
		display: block;
		width: 100%;
		height: auto;
	}
	.reviews_box .is-selected .contents {
		transform: none;
	}
	.reviews_box .navigation {
		width: 100%;
		padding: 0 10px;
		margin: 20px 0 0;
		position: relative;
		bottom: auto;
		left: auto;
	}
}

.sectors_box .wrapper {
	display: flex;
	align-items: flex-start;
	margin: 0 -20px;
}

.sectors_box .tabs {
	display: block;
	position: relative;
	width: calc(33.33% - 40px);
	padding: 0;
	margin: 0 20px;
	box-sizing: border-box;
}

.sectors_box .tab {
	display: block;
	position: relative;
	color: rgba(111, 152, 180, 0.5);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 24px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.3s;
	padding-left: 0;
}

.sectors_box .tab:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 0;
	height: 1px;
	background-color: #0085cd;
	transition: 0.3s;
}

.sectors_box .tab:hover, .sectors_box .tab.active {
	padding-left: 28px;
	color: #0085cd;
}

.sectors_box .tab:hover:before, .sectors_box .tab.active:before {
	width: 32px;
	left: -12px;
}

.sectors_box .sections {
	display: block;
	position: relative;
	width: calc(66.66% - 40px);
	margin: 0 20px;
	box-sizing: border-box;
	transition: 0.5s;
	background-color: #ffffff;
}

.sectors_box .section {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.25);
	transition: 0.5s;
	transition-delay: 0s;
}

.sectors_box .section.active {
	position: relative;
	opacity: 1;
	z-index: 2;
	transition-delay: 0.5s;
	box-shadow: 24px 24px 0 0 rgba(255, 255, 255, 0.5), 48px 48px 0 0 rgba(255, 255, 255, 0.25);
}

.sectors_box .section.active .title, .sectors_box .section.active .text {
	transition-delay: 0.5s;
	transform: translateY(0);
	opacity: 1;
}

.sectors_box .section.active .text {
	transition-delay: 0.75s;
}

.sectors_box .section.active img {
	opacity: 1;
}

.sectors_box .image {
	display: block;
	position: relative;
	width: 310px;
	flex-grow: 0;
	flex-shrink: 0;
}

.sectors_box .image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	transform: translate(48px, -48px);
	opacity: 0;
	transition: 1s;
}

.sectors_box .contents {
	display: block;
	position: relative;
	padding: 24px;
	flex-basis: 0;
	flex-grow: 1;
}

.sectors_box .title {
	display: block;
	position: relative;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 15px;
	transform: translateY(20px);
	transition-delay: 0.25s;
	opacity: 0;
	transition: 0.5s;
}

.sectors_box .text {
	display: block;
	color: #1e2938;
	font-size: 16px;
	line-height: 1.5;
	transform: translateY(20px);
	opacity: 0;
	transition: 0.5s;
}

@media (max-width: 1024px) {
	.sectors_box .wrapper {
		display: block;
		margin: 0;
	}
	.sectors_box .tabs {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		margin: 0 -10px 15px;
		width: auto;
	}
	.sectors_box .tab {
		display: block;
		width: calc(33.33% - 20px);
		box-sizing: border-box;
		font-size: 18px;
		margin: 0 10px 15px;
	}
	.sectors_box .tab:before {
		display: none;
	}
	.sectors_box .tab:hover, .sectors_box .tab.active {
		padding-left: 0;
	}
	.sectors_box .sections {
		display: block;
		width: auto;
		margin: 0;
	}
	.sectors_box .section.active {
		box-shadow: 10px 10px 0 0 rgba(255, 255, 255, 0.5), 20px 20px 0 0 rgba(255, 255, 255, 0.25);
	}
	.sectors_box .contents {
		padding: 20px;
	}
	.sectors_box .title {
		margin-bottom: 12px;
	}
	.sectors_box .image img {
		transform: translate(0, 0);
	}
}

@media (max-width: 640px) {
	.sectors_box .tab {
		width: calc(50% - 20px);
	}
	.sectors_box .image {
		width: 200px;
	}
}

@media (max-width: 480px) {
	.sectors_box .section {
		flex-direction: column;
	}
	.sectors_box .image {
		order: 1;
		width: 100%;
	}
	.sectors_box .contents {
		display: block;
		width: auto;
		order: 2;
	}
	.sectors_box .tab {
		font-size: 16px;
	}
}

.header_box + .slider_box {
	margin-top: 0;
}

.slider_box .fixed {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 660px;
	position: relative;
	z-index: 3;
}

.slider_box .fixed:after {
	content: '';
	min-height: inherit;
	font-size: 0;
}

.slider_box .sections {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.slider_box .section {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.slider_box .section h1, .slider_box .section h2, .slider_box .section .content, .slider_box .section .buttons {
	transform: translateX(-75px);
	opacity: 0;
	transition: 0.75s;
}

.slider_box .section.active {
	z-index: 2;
}

.slider_box .section.active h1, .slider_box .section.active h2, .slider_box .section.active .content, .slider_box .section.active .buttons {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.25s;
}

.slider_box .section.active .content {
	transition-delay: 0.5s;
}

.slider_box .section.active .buttons {
	transition-delay: 0.75s;
}

.slider_box .inner {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	margin-top: 25px;
	padding-right: 40px;
}

.slider_box h1, .slider_box h2 {
	display: inline;
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 80px;
	font-weight: 700;
	line-height: 100px;
	text-align: left;
	white-space: pre-wrap;
	margin: 0;
}

.slider_box .content {
	display: block;
	color: #727f88;
	font-size: 20px;
	line-height: 1.5;
}

.slider_box .buttons {
	justify-content: flex-start;
	margin-top: 50px;
}

.slider_box .background {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	transition: 0.4s;
	z-index: 1;
	border-bottom-left-radius: 80px;
}

.slider_box .slider {
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	height: 100%;
	border-bottom-left-radius: 80px;
}

.slider_box .slide {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slider_box .slide.is-selected video {
	opacity: 1;
}

.slider_box video {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	transition: 0.4s;
	opacity: 0;
}

.slider_box .navigation {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.slider_box .arrows {
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #ffffff;
	border-top-left-radius: 30px;
}

.slider_box .arrow_next {
	margin-left: 15px;
}

.slider_box .btns {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 10px;
}

.slider_box .btn {
	display: block;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	opacity: 0.5;
	transition: 0.3s;
	padding-right: 10px;
	z-index: 1;
	width: 15px;
	height: 15px;
	box-sizing: content-box;
}

.slider_box .btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #ffffff;
	cursor: pointer;
}

.slider_box .btn:hover {
	opacity: 1;
}

.slider_box .btn.active:first-child ~ .circle {
	transform: translateX(0%);
}

.slider_box .btn.active:nth-child(2) ~ .circle {
	transform: translateX(100%);
}

.slider_box .btn.active:nth-child(3) ~ .circle {
	transform: translateX(200%);
}

.slider_box .btn.active:nth-child(4) ~ .circle {
	transform: translateX(300%);
}

.slider_box .btn.active:nth-child(5) ~ .circle {
	transform: translateX(400%);
}

.slider_box .btn.active:nth-child(6) ~ .circle {
	transform: translateX(500%);
}

.slider_box .circle {
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	margin: 0;
	opacity: 1;
	z-index: 2;
}

@media (max-width: 1024px) {
	.slider_box h1, .slider_box h2 {
		font-size: 56px;
		line-height: 1.1;
	}
	.slider_box .fixed {
		min-height: 600px;
	}
	.slider_box .content {
		font-size: 18px;
	}
	.slider_box .inner {
		padding-right: 20px;
		margin-top: 15px;
	}
	.slider_box .buttons {
		margin-top: 30px;
	}
	.slider_box .arrows {
		padding: 10px;
	}
	.slider_box .arrow_next {
		margin-left: 10px;
	}
}

@media (max-width: 640px) {
	.slider_box {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.header_box + .slider_box {
		margin-top: 0;
	}
	.slider_box .fixed {
		order: 2;
		min-height: auto;
	}
	.slider_box h1, .slider_box h2 {
		font-size: 36px;
		padding: 0;
	}
	.slider_box h1 br, .slider_box h2 br {
		display: none;
	}
	.slider_box .inner {
		width: auto;
		padding-right: 0;
		margin-top: 20px;
	}
	.slider_box .background {
		order: 1;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: 300px;
		margin: 0 0 20px;
		width: auto;
		border-radius: 0;
	}
	.slider_box .buttons {
		margin-top: 25px;
	}
	.slider_box .navigation {
		bottom: auto;
		top: 240px;
	}
}

.story_box .wrapper {
	display: flex;
	align-items: flex-start;
	position: relative;
	width: 100%;
}

.story_box .image {
	display: block;
	position: relative;
	width: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 40px;
	margin-left: -150px;
}

.story_box .image img {
	display: block;
	width: 100%;
	height: auto;
}

.story_box .image + .contents {
	padding-top: 40px;
}

.story_box h2 {
	text-align: left;
}

.story_box .content {
	column-count: 2;
	column-gap: 40px;
}

@media (max-width: 1024px) {
	.story_box .image {
		margin: 0 20px 0 0;
	}
	.story_box .image + .contents {
		padding-top: 0;
	}
	.story_box .content {
		column-count: 1;
		column-gap: 0;
	}
}

@media (max-width: 768px) {
	.story_box .image {
		display: none;
	}
}

.team_box .text {
	display: block;
	position: relative;
	text-align: center;
	color: #1e2938;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto 40px;
	max-width: 560px;
}

.team_box .frame {
	display: block;
	position: relative;
	overflow: hidden;
}

.team_box .wrapper {
	display: block;
	position: relative;
	transform: translateX(50px);
	overflow: hidden;
	transition: 0.7s;
	margin: 0 -70px;
	z-index: 3;
}

.team_box .wrapper.reverse {
	transform: translateX(-50px);
}

.team_box .slider {
	display: flex;
	align-items: flex-end;
	width: 4300px;
	position: relative;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	text-align: center;
	height: 390px;
	z-index: 1;
}

.team_box .slide {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
	width: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 20px;
	transition: width 0.7s;
}

.team_box .slide.active {
	width: 400px;
}

.team_box .slide.active .info {
	height: 80px;
}

.team_box .slide.active .image {
	height: 320px;
}

.team_box .image {
	display: block;
	position: relative;
	overflow: hidden;
	height: 290px;
	transition: height 0.7s;
}

.team_box .image img {
	display: block;
	height: 100%;
	width: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: transform 1s;
	opacity: 1;
}

.team_box .image:hover img {
	transform-origin: 50% 50%;
	transform: translateX(-50%) scale(1.1);
}

.team_box .info {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	height: 0;
	background-color: #064497;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #d9edf7;
	text-align: center;
	transition: height 0.7s;
}

.team_box .name {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
}

.team_box .position {
	display: block;
	position: relative;
	margin-top: 5px;
}

.team_box .arrow_prev, .team_box .arrow_next {
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 532px;
	z-index: 5;
}

.team_box .arrow_next {
	left: 50%;
	right: auto;
	margin-right: 0;
	margin-left: 532px;
}

.team_box .buttons {
	margin-top: 40px;
}

.team_box .lines {
	top: 0;
	bottom: -200px;
	right: 50%;
	margin-right: 400px;
}

.heading_box + .team_box {
	z-index: 3;
}

.heading_box + .team_box .lines {
	bottom: -80px;
}

@media (max-width: 1240px) {
	.team_box .arrow_prev {
		right: auto;
		margin-right: 0;
		left: 110px;
	}
	.team_box .arrow_next {
		left: auto;
		margin-left: 0;
		right: 110px;
	}
	.team_box .lines {
		right: auto;
		left: 120px;
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	.team_box .text {
		margin-bottom: 30px;
	}
	.team_box .arrow_next {
		right: 90px;
	}
	.team_box .arrow_prev {
		left: 90px;
	}
	.team_box .buttons {
		margin-top: 30px;
	}
	.team_box .lines {
		display: none;
	}
}

@media (max-width: 640px) {
	.team_box .wrapper {
		margin: 0 -40px;
		transform: translateX(30px);
		padding-bottom: 70px;
	}
	.team_box .wrapper.reverse {
		transform: translateX(-30px);
	}
	.team_box .arrow_prev, .team_box .arrow_next {
		top: auto;
		bottom: 5px;
		left: 60px;
	}
	.team_box .arrow_next {
		left: auto;
		right: 60px;
	}
	.team_box .slider {
		height: 280px;
	}
	.team_box .slide {
		width: 180px;
		padding: 0 10px;
	}
	.team_box .slide.active {
		width: 240px;
	}
	.team_box .slide.active .image {
		height: 220px;
	}
	.team_box .slide.active .info {
		height: 60px;
	}
	.team_box .image {
		height: 190px;
	}
	.team_box .name {
		font-size: 18px;
	}
	.team_box .position {
		margin-top: 3px;
	}
	.team_box .buttons {
		margin-top: -50px;
	}
}

.text_box .wrapper {
	display: flex;
	align-items: center;
	position: relative;
}

.text_box .image {
	display: block;
	position: relative;
	box-sizing: border-box;
	flex-basis: calc(50% + 40px);
	flex-grow: 0;
	flex-shrink: 0;
	order: 2;
}

.text_box .image img {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 40px;
}

.text_box .contents {
	display: block;
	position: relative;
	box-sizing: border-box;
	flex-basis: 0;
	flex-grow: 1;
	z-index: 3;
	padding-right: 80px;
	order: 1;
}

.text_box h2 {
	display: block;
	position: relative;
	text-align: left;
	margin-top: -10px;
	margin-bottom: 20px;
}

.text_box .buttons {
	justify-content: flex-start;
	margin-top: 30px;
}

@media (max-width: 1024px) {
	.text_box .contents {
		padding-right: 40px;
	}
	.text_box .image {
		flex-basis: 50%;
	}
}

@media (max-width: 640px) {
	.text_box .wrapper {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.text_box .image {
		display: block;
		position: relative;
		width: auto;
		margin: 0;
		order: 1;
	}
	.text_box .image img {
		border-radius: 0 40px 0 0;
	}
	.text_box .contents {
		padding: 20px;
		background-color: #f1f5f7;
		order: 2;
	}
	.text_box .buttons {
		margin-top: 20px;
	}
	.text_box h2 {
		margin-top: 0;
	}
}

.timeline_box .wrapper {
	display: block;
	position: relative;
	margin: 0 -400px 0 -20px;
	width: auto;
	z-index: 1;
}

.timeline_box .wrapper:before {
	content: '';
	display: block;
	position: absolute;
	left: -5000px;
	right: -5000px;
	top: 22px;
	border-top: 2px solid #064497;
	z-index: 1;
}

.timeline_box .slider {
	display: block;
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.timeline_box .slide {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 400px;
	padding: 24px 20px 0;
	box-sizing: border-box;
	white-space: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	z-index: 2;
}

.timeline_box .slide.is-selected .card {
	border-bottom-right-radius: 40px;
}

.timeline_box .slide.is-selected .title {
	color: #ffffff;
	background-color: #064497;
}

.timeline_box .slide.is-selected .text {
	opacity: 1;
}

.timeline_box .slide.is-selected .image {
	border-bottom-right-radius: 30px;
}

.timeline_box .is-draggable .image {
	height: 0;
}

.timeline_box .is-draggable .is-selected .image {
	height: 200px;
}

.timeline_box .navigation {
	display: flex;
	align-items: center;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 2;
}

.timeline_box .navigation .arrow_prev, .timeline_box .navigation .arrow_next {
	margin-left: 20px;
}

.timeline_box .card {
	display: block;
	position: relative;
	background-color: #ffffff;
	padding: 24px;
	transition: 0.5s;
}

.timeline_box .title {
	display: block;
	text-align: center;
	border: 2px solid #064497;
	background-color: #ffffff;
	padding: 12px 15px;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-top: -48px;
	margin-bottom: 20px;
	transition: 0.5s;
}

.timeline_box .text {
	display: block;
	position: relative;
	opacity: 0.5;
	transition: 0.5s;
}

.timeline_box .image {
	display: block;
	position: relative;
	overflow: hidden;
	height: 200px;
	transition: 0.5s;
	margin-top: 20px;
}

.timeline_box .image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.timeline_box h1, .timeline_box h2 {
		margin-bottom: 20px;
	}
	.timeline_box .wrapper {
		margin: 0 -10px;
	}
	.timeline_box .slide {
		width: 380px;
		padding: 24px 10px 0;
	}
	.timeline_box .card {
		padding: 24px 20px 20px;
	}
	.timeline_box .navigation {
		right: 20px;
	}
}

@media (max-width: 640px) {
	.timeline_box .slide {
		width: 280px;
	}
	.timeline_box .is-draggable .is-selected .image {
		height: 150px;
	}
	.timeline_box .navigation {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin: 20px 0 0;
	}
	.timeline_box .navigation .arrow_next, .timeline_box .navigation .arrow_prev {
		margin: 0;
	}
	.timeline_box .navigation .arrow_next {
		margin-left: auto;
	}
	.timeline_box .navigation .arrow_prev {
		margin-right: auto;
	}
	.timeline_box .image {
		height: 150px;
	}
}

.title_box {
	display: block;
	position: relative;
}

.title_box .breadcrumbs_box {
	margin-bottom: 20px;
}

.title_box h1, .title_box h2 {
	text-align: left;
}

@media (max-width: 1024px) {
	.title_box .breadcrumbs_box {
		margin: 5px 0 10px;
	}
}

.transformation_box .sections, .transformation_box .section {
	display: block;
	position: relative;
	overflow: hidden;
}

.transformation_box .wrapper {
	display: block;
	position: relative;
	margin: 0 -20px;
}

.transformation_box .slider {
	display: block;
	position: relative;
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}

.transformation_box .slide {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	position: relative;
	padding: 34px 44px;
	box-sizing: border-box;
	cursor: pointer;
	transition: opacity 0.3s;
	opacity: 0.7;
	font-size: 16px;
	line-height: 1.5;
	white-space: normal;
}

.transformation_box .slide:before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 10px;
	bottom: 10px;
	transition: 0.3s;
	background-color: #f1f5f7;
	z-index: -1;
}

.transformation_box .slide.active {
	opacity: 1;
}

.transformation_box .slide.active:before {
	left: 10px;
	top: 0;
	right: 10px;
	bottom: 0;
	background-color: #064497;
}

.transformation_box .slide.active .title {
	color: #ffffff;
}

.transformation_box .slide.active .list li {
	color: #e5f3fa;
}

.transformation_box .slide.active .disclaimer {
	color: #d9edf7;
}

.transformation_box .slide:hover {
	opacity: 1;
}

.transformation_box .heading {
	display: flex;
	align-items: center;
	margin-top: -4px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9ab7cb;
	position: relative;
	z-index: 2;
}

.transformation_box .heading .title {
	margin-right: auto;
	margin-bottom: 0;
}

.transformation_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 10px;
	transition: 0.2s;
}

.transformation_box .text {
	display: block;
	position: relative;
	color: #727f88;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.transformation_box .icon {
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 20px;
	background: 50% 50% no-repeat;
	background-size: contain;
	transition: 0.2s;
}

.transformation_box .icon_1 {
	background-image: url(../images/ico_transformation_1.svg);
}

.transformation_box .icon_2 {
	background-image: url(../images/ico_transformation_2.svg);
}

.transformation_box .icon_3 {
	background-image: url(../images/ico_transformation_3.svg);
}

.transformation_box .list {
	display: block;
	position: relative;
	z-index: 2;
}

.transformation_box .list li {
	display: block;
	color: #6f98b4;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 15px;
	transition: 0.2s;
}

.transformation_box .list li:last-child {
	margin-bottom: 0;
}

.transformation_box .disclaimer {
	display: block;
	color: #727f88;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 15px;
	position: relative;
	transition: 0.2s;
	z-index: 2;
}

.transformation_box .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
	position: relative;
}

.transformation_box .item {
	display: block;
	position: relative;
	width: calc(33.33% - 40px);
	margin: 0 20px 40px;
	box-sizing: border-box;
}

.transformation_box .image {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.transformation_box .image img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.transformation_box .slider {
		margin-bottom: 30px;
	}
	.transformation_box .slide {
		padding: 30px;
		width: 380px;
	}
	.transformation_box .slide:before {
		left: 10px;
		right: 10px;
	}
	.transformation_box .slide.active:before {
		left: 0;
		right: 0;
	}
	.transformation_box .heading {
		margin-top: 0;
	}
	.transformation_box .items {
		margin: 0 -10px -20px;
	}
	.transformation_box .item {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
}

@media (max-width: 640px) {
	.transformation_box .slider {
		margin-bottom: 20px;
	}
	.transformation_box .slide {
		width: 280px;
	}
	.transformation_box .items {
		display: block;
		margin: 0;
	}
	.transformation_box .item {
		width: auto;
		margin: 0 0 20px;
	}
	.transformation_box .item:last-child {
		margin-bottom: 0;
	}
}

.values_box .items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 -20px -40px;
}

.values_box .item {
	display: block;
	position: relative;
	background-color: #ffffff;
	width: calc(33.33% - 40px);
	margin: 0 20px 40px;
	box-sizing: border-box;
	padding: 30px 24px;
	color: #1e2938;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.values_box .item:first-child {
	border-top-left-radius: 40px;
}

.values_box .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.values_box .text {
	display: block;
	position: relative;
	margin-top: 15px;
}

@media (max-width: 1024px) {
	.values_box .items {
		margin: 0 -10px -20px;
	}
	.values_box .item {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px;
		padding: 20px;
	}
	.values_box h1, .values_box h2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.values_box .item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 480px) {
	.values_box .items {
		margin: 0 0 -20px;
	}
	.values_box .item {
		max-width: 320px;
		width: 100%;
		margin: 0 auto 20px;
	}
}

.widget_box {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.widget_box .heading {
	display: block;
	position: relative;
	margin-bottom: 24px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.2px;
	color: #064497;
	overflow: hidden;
}

.widget_box .heading span {
	display: inline-block;
	position: relative;
}

.widget_box .heading span:before {
	content: '';
	display: none;
	position: absolute;
	height: 10px;
	left: 0;
	right: -10px;
	bottom: 9px;
	z-index: -1;
	background-color: #dae3ef;
}

.widget_box .post {
	display: block;
	position: relative;
	padding: 24px;
	margin-bottom: 40px;
	background-color: #f1f5f7;
}

.widget_box .post .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.widget_box .post .thumb img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: transform 1s;
	transform-origin: 50% 50%;
}

.widget_box .post .thumb:hover img {
	transform: scale(1.1);
}

.widget_box .post .title {
	display: block;
	color: #064497;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.widget_box .post .text {
	display: block;
	color: #727f88;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.widget_box .post .info {
	display: flex;
	align-items: center;
	color: #727f88;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 14px;
}

.widget_box .post .info:last-child {
	padding-bottom: 0;
}

.widget_box .post .time:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_time.svg) 50% 50% no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.widget_box .post .date {
	margin-left: auto;
	text-align: right;
}

.widget_box .post .date:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_date.svg) 50% 50% no-repeat;
	margin-left: 8px;
	position: relative;
	top: -2px;
}

.widget_box .post .details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #d4e0e9;
	padding-top: 24px;
	margin-top: 18px;
}

.widget_box .post .more {
	display: inline-block;
	color: #0085cd;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-left: auto;
}

.widget_box .post .more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ico_arrow_blue.svg) 50% 50% no-repeat;
	margin-left: 8px;
	position: relative;
	top: -2px;
	transition: 0.2s;
}

.widget_box .post .more:hover {
	color: #1ea5f0;
}

.widget_box .post .more:hover:after {
	background-image: url(../images/ico_arrow_cyan.svg);
}

.widget_box ul, .widget_box ol {
	display: block;
	position: relative;
}

.widget_box ul ul, .widget_box ul ol, .widget_box ol ul, .widget_box ol ol {
	display: block;
	margin-left: 0;
	padding-top: 10px;
}

.widget_box li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.widget_box li:last-child {
	margin-bottom: 0;
}

.widget_box ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #0085cd;
	border-radius: 50%;
}

.widget_box ol {
	counter-reset: list;
}

.widget_box ol > li {
	counter-increment: list;
}

.widget_box ol > li:before {
	content: counter(list) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	color: #0085cd;
	text-align: center;
}

@media (max-width: 1024px) {
	.widget_box {
		margin-bottom: 30px;
	}
	.widget_box .heading {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.widget_box .heading span:before {
		display: none;
	}
	.widget_box .post {
		padding: 20px;
		margin-bottom: 30px;
	}
	.widget_box .thumb {
		margin-bottom: 12px;
	}
	.widget_box .title {
		margin-bottom: 12px;
	}
	.widget_box .details {
		margin-top: 16px;
		padding-top: 20px;
	}
}

.works_box .items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -20px -40px;
}

.works_box .item {
	display: block;
	position: relative;
	width: calc(25% - 40px);
	margin: 0 20px 40px;
	box-sizing: border-box;
}

.works_box .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transition: 0.4s;
	background-color: rgba(6, 68, 151, 0.7);
}

.works_box .item:hover:before {
	opacity: 1;
}

.works_box .item:hover .title {
	opacity: 1;
	transform: translateY(-50%);
}

.works_box .item img {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	z-index: 1;
	opacity: 1;
}

.works_box .title {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	padding: 16px;
	opacity: 0;
	transform: translateY(-100%);
	box-sizing: border-box;
	max-height: 100%;
	transition: 0.4s;
	z-index: 3;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.works_box .buttons {
	margin-top: 40px;
}

@media (max-width: 1024px) {
	.works_box .items {
		margin: 0 -10px -20px;
	}
	.works_box .item {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px;
	}
	.works_box .buttons {
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.works_box .item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 420px) {
	.works_box .items {
		display: block;
		margin: 0;
	}
	.works_box .item {
		width: auto;
		margin: 0 0 20px;
	}
	.works_box .item:last-child {
		margin-bottom: 0;
	}
}

.footer_box {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	color: #064497;
	font-size: 14px;
	line-height: 20px;
	background-color: #d4e0e9;
	z-index: 2;
}

.footer_box .items {
	display: flex;
	position: relative;
	align-items: stretch;
	margin: 0 -20px;
	padding: 60px 0;
}

.footer_box .item {
	display: block;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	width: 200px;
}

.footer_box .title {
	display: block;
	color: #83a1cb;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer_box ul, .footer_box ol, .footer_box li {
	display: block;
	position: relative;
}

.footer_box li {
	margin-bottom: 10px;
}

.footer_box li:last-child {
	margin-bottom: 0;
}

.footer_box a {
	color: #064497;
}

.footer_box a:hover {
	color: #1ea5f0;
}

.footer_box .form {
	width: auto;
	flex-grow: 1;
}

.footer_box .subscribe {
	display: block;
	position: relative;
}

.footer_box .subscribe input[type="email"] {
	padding-right: 30px;
	color: #064497;
	border-bottom-color: #064497;
}

.footer_box .subscribe input[type="email"]:focus {
	border-bottom-color: #1ea5f0;
}

.footer_box .subscribe input[type="email"]:-ms-input-placeholder {
	color: #517CB6;
}

.footer_box .subscribe input[type="email"]::-moz-placeholder {
	color: #517CB6;
}

.footer_box .subscribe input[type="email"]::-webkit-input-placeholder {
	color: #517CB6;
}

.footer_box .subscribe input[type="submit"] {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 30px;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/ico_arrow_dark.svg) 100% 5px no-repeat;
	border: none;
	border-radius: 0;
	outline: none;
}

.footer_box .subscribe input[type="submit"]:hover {
	background-image: url(../images/ico_arrow_cyan.svg);
}

.footer_box .subscribe .error, .footer_box .subscribe .success {
	display: block;
	position: relative;
	margin: 10px 0 0;
	color: #ff0000;
}

.footer_box .subscribe .success {
	color: #0085cd;
}

.footer_box .company {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: auto;
	flex-grow: 1;
}

.footer_box .logo {
	display: block;
	width: 92px;
	height: 20px;
	margin-bottom: auto;
}

.footer_box .logo svg {
	width: 100%;
	height: auto;
}

.footer_box .links {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.footer_box .icon {
	display: block;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	background: 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: 0.2s;
}

.footer_box .icon:first-child {
	margin-left: 0;
}

.footer_box .icon:hover {
	transform: scale(1.2);
}

.footer_box .icon_email {
	background-image: url(../images/ico_email.svg);
}

.footer_box .icon_facebook {
	background-image: url(../images/ico_facebook.svg);
}

.footer_box .icon_linkedin {
	background-image: url(../images/ico_linkedin.svg);
}

.footer_box .icon_twitter {
	background-image: url(../images/ico_twitter.svg);
	background-position: 50% 100%;
}

.footer_box .link {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 16px;
	margin-left: 16px;
	border-left: 1px solid rgba(30, 41, 56, 0.1);
}

.footer_box .link.external {
	color: #0085cd;
	font-weight: 500;
}

.footer_box .link.external:after {
	content: '';
	display: inline-block;
	background: url(../images/ico_external.svg) 50% 50% no-repeat;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.footer_box .link.external:hover {
	color: #1ea5f0;
}

.footer_box .link:first-child {
	margin-left: 0;
}

@media (max-width: 1024px) {
	.footer_box .items {
		padding: 30px 0 0;
		margin: 0 -10px;
		flex-wrap: wrap;
	}
	.footer_box .item {
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.footer_box .company {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer_box .logo {
		margin: 0 auto 0 0;
	}
	.footer_box .links {
		margin: 0 0 0 20px;
	}
	.footer_box .link {
		padding-left: 10px;
		margin-left: 10px;
	}
}

@media (max-width: 640px) {
	.footer_box .item {
		width: 50%;
	}
	.footer_box .company, .footer_box .form {
		width: 100%;
	}
	.footer_box .form {
		margin-bottom: 35px;
	}
	.footer_box .company {
		flex-direction: column;
		align-items: center;
	}
	.footer_box .logo {
		margin: 0;
	}
	.footer_box .links {
		justify-content: center;
		margin: 30px 0 0;
	}
}

@keyframes logo {
	0% {
		fill: #1ea5f0;
	}
	20% {
		fill: #54bb00;
	}
	40% {
		fill: #f1ce00;
	}
	60% {
		fill: #ff0000;
	}
	80% {
		fill: #d51ef0;
	}
	80% {
		fill: #1ea5f0;
	}
}

/*# sourceMappingURL=style.css.map */
