html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Manrope', system-ui, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #112233;
	background-color: #fff;
	overflow-x: hidden;
}

:target {
    scroll-margin-top: 190px;
}

.clear:before, .container:before, .container:after, .row:after, .bg-light:before, .bg-light:after, .bg-primary:before, .bg-primary:after, .bg-primary-light:before, .bg-primary-light:after, .bg-secondary-light:before, .bg-secondary-light:after, .bg-dark:before, .bg-dark:after, .bg-dark-secondary:before, .bg-dark-secondary:after {
    content: '';
    display: table;
}

.container:after, .row:after, .bg-light:after, .bg-dark:after {
    clear: both;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header, footer, main, nav, article, figure, section, iframe {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	box-sizing: border-box;
}

button, input {
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-appearance: none;
}

img {
	display: block;
}

figure img {
	margin-left: auto;
	margin-right: auto;
}

div {
	box-sizing: border-box;
}

h1, .h1 {
	margin: 0;
	padding: 16px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
}

h1.heading-small {
	font-size: 36px;
}

h2, .h2 {
	margin: 0;
	padding: 8px 0;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4;
}

h3, .h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 24px;
	font-weight: 700;
}

h4, .h4 {
	margin: 0;
	padding: 8px 0;
	font-size: 20px;
	font-weight: 700;	
}

p {
	margin: 0;
	padding: 8px 0;
	line-height: 1.6;
}

a {
	color: #112233;
	text-decoration: none;
	transition: color 250ms, background-color 250ms, border-color 250ms;
}

p > a, li > a {
	text-decoration: underline;
}

ul, ol {
	margin: 0;
	padding: 8px 0 8px 24px;
	line-height: 1.6;
}

figure {
	margin: 16px 0;
	padding: 0;
}

figcaption {
	margin: 0;
	padding: 16px 0;
}

.list, .footer ul {
	padding: 4px 0;
	list-style: none;
}

.list li, .footer ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.list-inline {
	display: flex;
	flex-direction: row;
}

.list-inline li {
	margin-right: 32px;
}

.list-inline li.right {
	margin-right: 0;
	margin-left: auto;
}

.list-inline li > a {
	text-decoration: none;
}

.list-inline.right li {
	margin-right: 0;
	margin-left: 32px;
}

.list-inline {
	flex-flow: wrap;
}

.list-icon li {
	padding-top: 0;
	padding-bottom: 0;
}

.list-icon li a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 36px;
	position: relative;
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: left center;
}

.list-icon li a:before {
	content: '';
	width: 24px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(17, 34, 51, 0.2);
}

.list-icon li a:hover:before {
	opacity: 0;
}

.list-icon li a.facebook {
	background-image: url('../images/icon-facebook.svg');
}

.list-icon li a.instagram {
	background-image: url('../images/icon-instagram.svg');
}

.list-icon li a.linkedin {
	background-image: url('../images/icon-linkedin.svg');
}

.list-icon li a.youtube {
	background-image: url('../images/icon-youtube.svg');
}

.list-icon-icon {
	padding: 4px 0;
    list-style: none;
}

.list-icon-icon li {
	padding: 0;
	position: relative;
	padding-left: 36px;
}

.list-icon-icon li:before {
	content: '';
	width: 28px;
	height: 28px;
	font-size: 1.75em;
	line-height: 0.5;
	position: absolute;
	top: 2px;
	left: 0;
	background-image: url('../images/icon-check.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-white .list-icon li a:before {
	background-color: rgba(255, 255, 255, 0.2);	
}

.bg-white .list-icon li a.facebook {
	background-image: url('../images/icon-facebook-black.svg');
}

.bg-white .list-icon li a.instagram {
	background-image: url('../images/icon-instagram-black.svg');
}

.bg-white .list-icon li a.linkedin {
	background-image: url('../images/icon-linkedin-black.svg');
}

.bg-white .list-icon li a.youtube {
	background-image: url('../images/icon-youtube-black.svg');
}

.list-pills li {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 16px;
	flex-shrink: 0;
}

.list-pills li a {
	padding: 8px 16px;
	display: block;
	color: #112233;
	background: #FFF;
	overflow: hidden;
	border-radius: 32px;
}

.list-pills li.active a {
	color: #FFF;
	font-weight: 700;
	background: #0077cc;
}

.header {
	margin-top: 168px;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}

.header-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
}

.header-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1;
}

.header-image:after {
	content: '';
	width: 100%;
	height: 25%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(17, 34, 51, 0), rgba(17, 34, 51, 1));
	z-index: 2;
}

.header-image-front {
	z-index: 2;
	opacity: 1;
}

.header-video .header-image {
	width: 75%;
	left: 25%;
	opacity: 1;
}

.header-video .header-image-back:after, .header-video .header-image-back:before {
	content: '';
	width: 10%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: initial;
	background-image: linear-gradient(90deg, rgba(17, 34, 51, 0), rgba(17, 34, 51, 1));
}

.header-video .header-image:before {
	right: initial;
	left: 0;
}

.header-video-video {
	width: 800px;
	height: 200%;
	position: absolute;
	top: -75px;
	left: 32%;
	left: calc(50% - 270px);
	z-index: 1;
	mix-blend-mode: screen;
	opacity: 0;
	transition: 2500ms opacity;
}

.header-video-video.fadeIn {
	opacity: 1;
}

.header-video-container {
	margin: 0 auto;
	padding: 0 32px;
	width: 100%;
	max-width: 1440px;
	box-sizing: border-box;
}

.header-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #112233;
	z-index: 2;
	opacity: 0.5;
}

.header-vacancy {
	padding-top: 0;
	padding-bottom: 0;
}

.header-vacancy-image {
	max-width: 900px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header-vacancy-image:after {
	content: '';
	width: 100%;
	display: block;
	padding-top: 47.82%;
}

.header-text {
	position: relative;
	z-index: 4;
}

.header-visual {
	padding-top: 120px;
	padding-bottom: 260px;
}

.header-visual-shape {
	width: 100%;
	height: auto;
	color: white;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 3;
}

.header-visual-shape svg {
	width: 100%;
	height: auto;
	display: block;
}

.fixed-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

.nav {
	margin: 0 auto;
	padding: 32px 0;
	width: 100%;
	box-shadow: 0 0 16px rgba(17, 34, 51, 0.25);
}

.nav-container {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
}

.list-nav-inner {
	margin-left: auto;
}

.nav-inner, .footer-disclaimer {
	font-size: 16px;
}

.nav-logo-container {
	display: flex;
}

.nav-logo {
	margin-right: 16px;
	width: 170px;
	display: block;
	flex-shrink: 0;
	flex-grow: 0;
}

.nav-list {
	margin: 0;
	padding: 0;
	width: 80%;
	display: flex;
	flex-shrink: 0;
	flex-grow: 1;	
	flex-direction: row;
	align-items: center;
}

.nav-list li {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.nav-list li a {
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	color: #112233;
}

.nav-list li a:hover {
	color: #889099;
}

.nav-list-sub-wrapper {
	display: flex;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: -1;
	box-shadow: 0 0 12px rgba(17, 34, 51, 0.2);
}

.nav-list-sub-wrapper.right {
	left: initial;
	right: -50px;
}

.nav-list-sub {
	padding: 16px 0;
	min-width: 300px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	flex-direction: column;
	align-items: start;
	background-color: #FFF;
	transition: margin 250ms;
}

.nav-list-toggle.hidden {
	display: none;
}

.nav-list-sub li {
	margin: 0;
	width: 100%;
	padding: 0;
	display: block;
	box-sizing: border-box;
}

.nav-list-sub li a {
	padding: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.nav-list-sub.right {
	top: 0;
	left: 100%;
	background-color: #D9EBF7;
}

.nav-icon, .nav-icon-ext {
	margin-left: 8px;
}

.nav-icon {
	width: 14px;
	height: 12px;
	display: inline-block;
	background-image: url('../images/icon-nav-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.nav-sub-text {
	padding: 16px 32px;
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.nav-icon-sub-wrapper {
	padding: 16px 32px;
	cursor: pointer;
}

.nav-icon-sub {
	width: 12px;
	height: 14px;
	margin-left: auto;
	background-image: url('../images/icon-nav-arrow-right.svg');
}

.nav-icon.rotated {
	transform: rotate(180deg);
}

.nav-banner {
	font-size: 16px;
}

.nav-banner-placeholder {
	opacity: 0;
}

.lang-switch {
	margin-left: -32px;
	z-index: 1;
	top: 50px;
	left: 0;
}

.lang-switch-container {
	margin-right: auto;
	padding: 4px 0;
	display: flex;
	align-items: center;
	color: #CFD3D6;
	cursor: pointer;
}

.lang-switch-container:hover {
	color: #FFF;
}

.lang-switch li a {
	color: #112233;
}

.lang-switch li a:hover {
	color: #889099;
}

.lang-flag {
	margin-right: 10px;
}

.navigation-secondary {
	display: none;
}

.container {
	margin: 0 auto;
	padding: 0 32px;
	width: 100%;
	max-width: 1440px;
	box-sizing: border-box;
}

.row {
	margin-left: -16px;
	margin-right: -16px;
	width: 100%;
	width: calc(100% + 32px);
	clear: both;
}

.row-equal-height {
	display: flex;
    flex-wrap: wrap;
}

.equal-height {
	display: flex;
    flex-direction: column;
}

.equal-height-align-middle {
	justify-content: center;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	padding: 0 16px;
	min-height: 1px;
	float: left;
	box-sizing: border-box;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.666%;
}

.col-10 {
	width: 83.333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.666%;
}

.col-7 {
	width: 58.333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.666%;
}

.col-4 {
	width: 33.333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.666%;
}

.col-1 {
	width: 8.333%;
}

.col-0 {
	display: none;
}

.block {
	padding: 32px;
}

a.block {
	display: block;
}

.equal-height .block {
	height: 100%;
}

.bg-padding {
	padding-top: 64px;
	padding-bottom: 64px;
}

.bg-padding-sm {
	padding-top: 32px;
	padding-bottom: 32px;
}

.bg-padding-top {
	padding-top: 64px;
}

.bg-padding-top-sm {
	padding-top: 32px;
}

.bg-padding-bottom {
	padding-bottom: 64px;	
}

.bg-padding-bottom-sm {
	padding-bottom: 32px;
}

.bg-padding-xs {
	padding-top: 8px;
	padding-bottom: 8px;
}

.content-no-spacing .bg-padding {
	padding-bottom: 0;
}

.bg-dark {
	color: #fff;
	background-color: #112233;
}

.bg-dark a {
	color: #fff;
}

.bg-dark a:hover {
	color: #CFD3D6;
}

.bg-medium {
	color: #fff;
	background-color: #586470;
}

.bg-medium a {
	color: #CFD3D6;
}

.bg-medium a:hover {
	color: #FFF;
}

.bg-primary {
	color: #112233;
	background-color: #0077CC;
}

.bg-primary-light {
	color: #112233;
	background-color: #D9EBF7;
}

.bg-light {
	color: #112233;
	background-color: #F2F2F2;
}

.bg-light-secondary {
	color: #112233;
	background-color: #C1D8EA;	
}

.bg-white {
	color: #112233;
	background-color: #fff;
}

.bg-light a, .bg-light-secondary a, .bg-primary-light a, .bg-white a {
	color: #112233;
}

.bg-light a:hover, .bg-light-secondary a:hover, .bg-primary-light a:hover, .bg-white a:hover {
	color: #889099;
}

.bg-light a.bg-dark {
	color: #FFF;
}

.bg-transparent {
	background-color: transparent;
}

.text-bold {
	font-weight: 700;
}

.text-italic {
	font-style: italic;
}

.text-intro {
	font-size: 20px;
}

.text-primary, .fui-required, a.text-primary {
	color: #0077CC;
}

a.text-primary:hover {
	color: #112233;
}

.text-secondary {
	color: #DD6611;
}

.text-white, .text-white a {
	color: #FFF;
}

.text-white a:hover {
	color: #CFD3D6;
}

.text-muted {
	color: #889099;
}

.text-light {
	color: #F2F2F2;
}

.text-error {
	color: #DD1111;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.btn, a.btn, .fui-btn {
	margin: 0.5em 0;
	padding: 1em 1.33em;
	display: inline-block;
	position: relative;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	border: none;
	transition: color 250ms, background-color 250ms, border-color 250ms;
}

.btn:disabled, .btn[disabled], .fui-btn:disabled, .fui-btn[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.btn-block {
	width: 100%;
	display: block;
	text-align: center;
}

.btn-sm {
	padding: 8px 12px;
}

.btn-primary, a.btn-primary, .fui-submit {
	color: #fff;
	background-color: #0077CC;
}

.btn-primary:hover, a.btn-primary:hover, .fui-submit:hover {
	color: #FFF;
	background-color: #0366AD;
}

.btn-secondary, a.btn-secondary {
	color: #FFF;
	background-color: #DD6611;	
}

.btn-secondary:hover, a.btn-secondary:hover {
	color: #FFF;
	background-color: #C95F14;
}

.btn-primary-outline, a.btn-primary-outline {
	color: #0077CC;
	background-color: transparent;
	border: solid 2px #0077CC;
}

.btn-nav {
	margin: 0 0 0 32px;
	padding: 0;
	width: 40px;
	display: none;
	background-color: transparent;
}

.btn-nav span {
	margin: 6px 0;
	width: 100%;
	height: 3px;
	display: block;
	background-color: #112233;
}

.btn-nav-search {
	margin-left: auto;
}

.btn-nav-search span {
	position: absolute;
	top: 0;
	left: 0;
}

.btn-nav-search .circle {
	width: 16px;
	height: 16px;
	top: 0;
	left: 5px;
	background-color: transparent;
	border: solid #112233 3px;
	border-radius: 50%;
}

.btn-nav-search .handle {
	width: 16px;
	top: 20px;
	left: 20px;
	transform: rotate(45deg);
}

.btn-icon {
	margin: 0;
	padding: 0;
	width: 70px;
	height: 70px;
	font-size: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-text-icon, a.btn-text-icon {
	margin-right: auto;
	width: fit-content;
	padding-top: 0.66em;
	padding-bottom: 0.66em;
	display: flex;
	align-items: center;
}

.btn-text-icon .uil {
	margin-left: 0.33em;
	font-size: 1.5em;
}

.btn-text-icon .text {
	min-width: 0;
	flex-grow: 1;
}

.fui-label {
	display: inline-block;
	margin-bottom: 10px;
}

.fui-field-container {
	margin-bottom: 10px;
}

.input, .fui-input {
	padding: 12px;
	display: block;
	width: 100%;
	position: relative;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	max-width: 100%;
	color: #112233;
	background-color: #fff;
	border: solid rgba(136, 144, 153, 0.5) 1px;
	box-sizing: border-box;
	box-shadow: 0 0 4px rgba(17, 34, 51, 0.2);
}

.fui-checkbox {
	display: flex;
	align-items: center;
}

.fui-checkbox-input {
	margin-right: 10px;
	width: auto;
	display: inline-block;
	cursor: pointer;
}

.fui-checkbox-input:checked:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/icon-check.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.input-select {
	cursor: pointer;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-x: calc(100% - 8px);
    background-position-y: 9px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

.fui-alert {
	margin-bottom: 32px;
	padding: 8px 16px;
}

.fui-alert-error {
	color: #FFF;
	background-color: #DD1111;
}

.fui-alert-success {
	color: #FFF;
	background-color: #00AA00;
}

.fui-errors {
	color: #DD1111;
	margin-bottom: 24px;
}

.input {
	margin: 8px 0 16px 0;
	padding: 8px 12px;
	width: 100%;
	display: block;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.4;
	color: #112233;
	background-color: #fff;
	border: solid 1px rgba(136, 144, 153, 0.5);
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.input-row {
	display: flex;
}

.input-row-item {
	flex-grow: 1;
	flex-shrink: 1;
}

.input-row-input {
	width: 85%;
}

.input-row-button {
	width: 15%;
	min-width: 40px;
}

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

.img-block {
	padding-top: 8px;
	padding-bottom: 8px;
}

.card {
	margin: 16px 0;
	padding: 32px;
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(17, 34, 51, 0.2);
	transition: box-shadow 250ms, transform 250ms;
}

.equal-height .card {
	height: 100%;
}

a.card:hover {
	transform: scale(1.03);
	box-shadow: 0 4px 8px rgba(17, 34, 51, 0.25);
}

.card-image {
	padding: 0;
}

.card-image-image {
	position: relative;
	z-index: 1;
}

.card-image-image {
	padding-top: 65%;
}

.card-image-tall .card-image-image {
	padding-top: 152%;
}

.card-image-image img {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: opacity 250ms;
}

.card-image .card-text {
	padding: 32px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	background-image: linear-gradient(rgba(17, 34, 51, 1), rgba(17, 34, 51, 0));
}

.card-block .card-text {
	background-image: none;
}

.card-text {
	hyphens: auto;
}

.card-text h1, .card-text h2 {
	padding-top: 0;
}

.card-image:hover .card-image-image img {
	opacity: 0.5;
}

.card-block .card-image-image img {
	opacity: 0.3;
}

.card-block .card-text {
	padding-bottom: 92px;
}

.card-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	transition: background-color 250ms;
}

.card-button {
	margin-top: auto;
	padding-top: 16px;
}

.card-button .btn {
	margin: 0;
}

.card-list {
	padding: 0;
	display: flex;
	flex-flow: wrap;
}

.card-list-item {
	margin-right: 16px;
	margin-bottom: 8px;
	flex-grow: 0;
	flex-shrink: 1;
	font-size: 16px;
}

.card-list-item-wide {
	width: 100%;
	flex-shrink: 0;
}

.card-vacancy {
	padding: 0;
	display: flex;
	flex-direction: column;
}

.card-vacancy .card-text {
	padding: 0;
}

.card-subtitle {
	padding: 0;
	font-weight: 700;
}

.card-vacancy .card-title {
	max-height: 2.6em;
    overflow: hidden;
}

.card-vacancy .card-list {
	padding: 0;
}

.card-inset {
	padding: 16px 32px 32px 32px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-news .card-inset {
	padding: 16px 32px;
}

.card-news .card-list {
	padding: 8px 0;
}

.card:hover .btn-primary-outline, .card-button:hover .btn-primary {
	color: #112233;
	border-color: #112233;
}

.card-sm {
	padding: 0;
	display: flex;
}

.card-sm .card-text {
	padding: 24px 32px;
	width: 85%;
	flex-shrink: 1;
	flex-grow: 1;
}

.card-sm .card-btn {
	height: 100%;
	position: static;
	flex-shrink: 0;
	flex-grow: 0;
}

.quote {
	padding: 48px 64px;
}

.quote-text {
	padding: 32px 0;
}

.quote-image {
	margin-right: 32px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.quote-footer {
	display: flex;
	align-items: center;
}

.quote-footer-text {
	flex-grow: 1;
}

.quote-footer .quote-icon {
	margin-left: auto;
}

.quote-icon {
	width: 52px;
	height: 50px;
	background-image: url('../images/icon-quote-left.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.quote-icon.right {
	background-image: url('../images/icon-quote-right.svg');
}

.review {
	margin: 16px 0;
}

.review .quote-footer {
	margin-top: 16px;
}

.review-score {
	margin-bottom: 16px;
	width: 160px;
	height: 32px;
	color: white;
	background-image: url('../images/icon-star-muted.svg');
	background-size: 32px;
}

.review-score-filled {
	background-image: url('../images/icon-star-blue.svg');
}

.feat-icon {
	margin-bottom: 16px;
	font-size: 64px;
	color: #0077CC;
}

.feat-icon-image {
	margin-top: 16px;
	width: auto;
	max-height: 66px;
}

.feat-text.odd {
	padding-right: 16px;
}

.feat-text.even {
	padding-left: 16px;
}

.ti-image {
	padding-top: 8px;
	padding-bottom: 8px;
}

.ti-caption {
	font-size: 12px;
}

.ti-block {
	display: flex;
}

.ti-block.left {
	flex-direction: row-reverse;
}

.ti-block-text, .ti-block-image {
	width: 50%;
	display: flex;
    flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
}

.ti-block-text {
	padding: 0 32px;
	max-width: 720px;
}

.ti-block-image {
	position: relative;
	background: #112233;
	aspect-ratio: 1 / 0.66;
}

.ti-block-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.left .ti-block-text {
	padding-right: 64px;
}

.right .ti-block-text {
	padding-left: 64px;
	margin-right: auto;
}

.image-banner {
	width: 100%;
	float: left;
	clear: both;
	display: flex;
}

.image-banner-text {
	width: 60%;
	flex-grow: 0;
	flex-shrink: 0;
}

.image-banner-text.full-width {
	width: 100%;
}

.image-banner-image {
	width: 40%;
	flex-grow: 0;
	flex-shrink: 0;
}

.image-banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.timeline {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.timeline:before {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	left: calc(50% - 1px);
	background-color: #0077cc;
}

.timeline-indicator {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	position: fixed;
	top: 33.33%;
	left: 50%;
	left: calc(50% - 12px);
	background-color: #dd6612;
	border: solid 2px #FFF;
	border-radius: 50%;
	z-index: 2;
}

.timeline-item {
	position: relative;
}

.timeline-item:before {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 50%;
	left: calc(50% - 16px);
	background-color: #FFF;
	border: solid 2px #0077cc;
	border-radius: 50%;
}

.timeline-item-image {
	padding-bottom: 16px;
}

.wof-item {
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}

.wof-item-image {
	position: relative;
	z-index: 1;
}

.wof-item-image img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.wof-item-text {
	padding: 32px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #FFF;
	text-shadow: 0 0 4px rgba(17, 34, 51, 0.75);
	background-image: linear-gradient(rgba(17, 34, 51, 0), rgba(17, 34, 51, 1));
}

.numbers-item {
	margin: 16px 0;
	padding: 32px;
	height: 100%;
}

.embed-container {
	padding-bottom: 56.25%;
	width: 100%;
	max-width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	background-color: #112233;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.embed-consent-message {
	padding: 32px;
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.embed-content-message div {
	flex-grow: 1;
	flex-shrink: 0;
}

.recruiter-img {
	margin: 0 auto;
	border-radius: 50%;
	max-width: 100%;
	width: 200px;
}

.login-frame-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1376px;
}

.login-frame {
	background-color: #FFF;
	border: solid #112233 1px;
}

.swiper .swiper-wrapper {
	width: calc(100% + 32px);
}

.swiper .swiper-slide {
	padding-left: 16px;
	padding-right: 16px;
	width: 480px;
}

.slider-buttons {
	padding-top: 16px;
	display: flex;
}

.slider-buttons button {
	margin-right: 32px;
}

.slider-services .swiper-slide {
	width: 285px;
}

.slider-wof .swiper-slide {
	width: 640px;
}

.slider-disciplines .swiper-slide {
	width: 360px;
}

li.search-btn {
	margin-right: 0;
}

.search {
	display: none;
}

.search .search-btn-toggle {
	padding: 10px 4px;
	font-size: 20px;
	line-height: 0;
}

.search .search-btn-toggle:hover {
	cursor: pointer;
	color: #889099;
}

.search-input {
	padding-top: 0;
	padding-bottom: 0;
}

.search-input .input {
	outline: solid 1px #889099;
}

.search-input .input, .search-input .btn {
	margin: 0;
}

.search-result {
	margin: 32px 0;
	display: flex;
	align-items: center;
	box-shadow: 0 0 16px rgba(17, 34, 51, 0.25);
}

.search-result-image {
	width: 33.33%;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
}

.search-result-text {
	padding: 24px 32px;
	width: 66.66%;
	flex-shrink: 0;
	flex-grow: 1;
}

.anchor-icon {
	display: block;
}

.error {
	margin: 32px 0;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #DD1111;
}

.error a {
	color: #fff;
}

.error a:hover {
	opacity: 0.8;
}

.error-icon {
	padding: 16px;
	width: 68px;
	font-size: 36px;
	line-height: 0;
	align-self: stretch;
	background-color: #B11010;
}

.error-text {
	flex-grow: 1;
	padding: 16px;
}

.error.notice {
	background-color: #00AA00;
}

.error.notice .error-icon {
	background-color: #008B00;
}

.error.info {
	background-color: #0077CC;
}

.error.info .error-icon {
	background-color: #0366AD;
}

.footer.bg-white {
	box-shadow: 0 0 16px rgba(17, 34, 51, 0.25);
}

.footer a {
	text-decoration: none;
}

.footer.bg-dark a, .nav-inner a {
	color: #CFD3D6;
}

.footer.bg-dark a:hover, .nav-inner a:hover {
	color: #fff;
}

.footer-column {
	padding-top: 32px;
	padding-bottom: 32px;
}

.footer-disclaimer .list-inline {
	align-items: center;
}

.footer-logo {
	width: 110px;
	height: auto;
}

.visible-xs {
	display: none;
}

.hidden-lg {
	display: none;
}

.clear {
	clear: both;
}

@media (min-width: 1599px) {

	.header-visual {
		padding-bottom: 320px;
	}

}

@media (min-width: 1229px) {

	.nav-list li a {
		padding: 0 0 0 16px;
	}

	.lang-switch-list li a {
		padding: 0;
	}

	.nav-icon {
		margin-left: 4px;
	}

}

@media (max-width: 1099px) {

	.header-vacancy h1 {
		font-size: 30px;
	}

	.header-vacancy h4, .header-vacancy .text-intro {
		font-size: 16px;
	}

	.nav-list li a {
		padding-left: 8px;
		font-size: 16px;
	}

	.nav-logo-container {
		width: 100%;
	}

	.nav-logo {
		width: 140px;
	}

	.header {
		margin-top: 130px;
	}

	.header-video .header-image {
		width: 100%;
		left: 0;
	}

	.header-video .header-image-back:after, .header-video .header-image-back:before {
		display: none;
	}

	.header-video-video {
		left: calc(50% - 400px);
	}

	.btn-nav {
		display: block;
	}

	.navigation.visible {
		display: flex;
	}

	.nav-container {
		flex-direction: column;
	}

	.nav {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.fixed-nav {
		box-shadow: 0 0 16px rgba(17, 34, 51, 0.25);
	}

	.fixed-nav.open {
		max-height: 100vh;
		overflow-x: auto;
	}

	.nav-inner .list-nav-inner {
		display: none;
	}

	.nav-list {
		margin-top: 24px;
		width: 100%;
		display: none;
		flex-direction: column;
	}

	.nav-list li {
		margin: 0;
		width: 100%;
	}

	.nav-list li a {
		padding: 8px 0;
	}

	.nav-list-sub {
		margin: 0;
		padding: 0;
		max-width: 100%;
		min-width: 50%;
		display: flex;
		flex-shrink: 1;
		flex-grow: 1;
	}

	.nav-list-sub.active {
		margin-left: calc((100% - 120px) * -1);
	}

	.nav-list-sub.right {
		min-width: 50%;
	}

	.nav-list-sub-wrapper {
		position: static;
		box-shadow: none;
	}

	.nav-sub-text {
		padding: 8px 6px 8px 24px;
		font-size: 14px;
	}

	.nav-icon-sub-wrapper {
		padding: 8px 24px 8px 8px;
	}

	.navigation-secondary {
		margin-top: 12px;
	}

	.navigation-secondary li a {
		font-size: 14px;
		font-weight: 400;
	}

	.lang-switch-list {
		width: auto;
	}

	.lang-switch {
		position: absolute;
		top: 35px;
	}

	.lang-switch .nav-list-sub {
		margin: 0;
	}

	.lang-switch.nav-list-sub-wrapper {
		margin-left: -24px;
		margin-right: 0;
		box-shadow: 0 0 12px rgba(17, 34, 51, 0.2);
	}

	.lang-switch .nav-sub-text {
		padding-left: 24px;
		padding-right: 24px;
	}

	li.search-btn {
		display: none;
	}


}

@media (max-width: 1024px) {

	body {
		font-size: 16px;
	}

	.nav-list-sub-wrapper {
		top: 66px;
	}

	.nav-list-sub li a {
		font-size: 14px;
	}

	.nav-sub-text, .nav-icon-sub-wrapper {
		padding: 8px 16px;
	}

	.nav-inner, .footer-disclaimer {
		font-size: 14px;
	}

	.lang-switch {
		top: 35px;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.666%;
	}

	.col-sm-10 {
		width: 83.333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.666%;
	}

	.col-sm-7 {
		width: 58.333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.666%;
	}

	.col-sm-4 {
		width: 33.333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.666%;
	}

	.col-sm-1 {
		width: 8.333%;
	}

	.col-sm-0 {
		display: none;
	}

	.right .ti-block-text {
		padding-left: 32px;
	}

	.left .ti-block-text {
		padding-right: 32px;
	}

}

@media (max-width: 767px) {

	h1, .h1 {
		font-size: 2em;
	}

	h2, .h2 {
		font-size: 1.5em;
	}

	h3, .h3 {
		font-size: 1.25em;
	}

	.text-intro {
		font-size: 1.1em;
	}

	.header {
		margin-top: 130px;
		padding-top: 32px;
		padding-bottom: 64px;
	}

	.header-small {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.header-video .header-image {
		padding-top: 100%;
		height: 0;
	}

	.header-video-video {
		width: 100%;
		height: 0;
		top: -45%;
		left: 0;
	}

	.header-vacancy {
		padding-top: 0;
		padding-bottom: 0;
	}

	.header-vacancy-image {
		margin-left: -24px;
		margin-right: -24px;
		width: calc(100% + 48px);
	}

	.header-vacancy-image:after {
		padding-top: calc(47.82% + 24px);
	}

	.container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
	}

	.col-xs-12 {
		float: initial;
		clear: both;
	}

	.col-xs-11 {
		width: 91.666%;
	}

	.col-xs-10 {
		width: 83.333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.666%;
	}

	.col-xs-7 {
		width: 58.333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.666%;
	}

	.col-xs-4 {
		width: 33.333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.666%;
	}

	.col-xs-1 {
		width: 8.333%;
	}

	.col-xs-0 {
		display: none;
	}

	.bg-padding {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.bg-padding-top {
		padding-top: 32px;
	}

	.bg-padding-sm {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.bg-padding-top-sm {
		padding-top: 16px;
	}

	.bg-padding-bottom {
		padding-bottom: 32px;
	}

	.bg-padding-bottom-sm {
		padding-bottom: 16px;
	}

	.card-text .text-intro {
		display: none;
	}

	.btn-icon {
		width: 50px;
		height: 50px;
		font-size: 40px;
	}

	.card-sm .btn-icon {
		width: 70px;
	}

	.ti-image {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.ti-block, .ti-block.left {
		flex-direction: column;
	}

	.ti-block-text, .ti-block-image {
		width: 100%;
		aspect-ratio: auto;
	}

	.left .ti-block-text, .right .ti-block-text {
		padding: 32px 0;
	}

	.ti-block-image img {
		position: static;
	}

	.image-banner {
		flex-direction: column;
	}

	.image-banner-image, .image-banner-text {
		width: 100%;
	}

	.feat-text.odd, .feat-text.even {
		padding-left: 0;
		padding-right: 0;
	}

	.timeline {
		padding-left: 48px;
	}

	.timeline:before {
		left: 15px;
	}

	.timeline-indicator {
		left: 28px;
	}

	.timeline-item:before {
		left: -48px;
	}

	.wof-item-text {
		padding: 20px;
	}

	.wof-item .text-intro {
		display: none;
	}

	.list-pills li {
		margin-right: 8px;
	}

	.list-pills li a {
		padding: 8px 12px;
		font-size: 16px;
	}

	.swiper .swiper-wrapper {
		padding-left: 8px;
		padding-right: 8px;
	}

	.slider-wof .swiper-slide {
		width: 80%;
	}

	.search-result {
		margin: 16px 0;
		flex-direction: column;
	}

	.search-result-text {
		padding: 12px 22px;
	}

	.search-result-text {
		width: 100%;
	}

	.search-result-image {
		display: none;
	}

	.quote {
		padding: 32px;
	}

	.quote-image {
		margin-right: 16px;
	}

	.quote-icon {
		width: 32px;
		height: 31px;
	}

	.quote-icon.right {
		display: none;
	}

	.quote-text {
		padding: 24px 0;
	}

	.embed-consent-message {
		padding: 16px;
	}

	.footer-column {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.footer-disclaimer .list-inline {
		flex-direction: column;
	}

	.footer-disclaimer .list-inline {
		align-items: flex-start;
		font-size: 14px;
	}

	.footer-disclaimer .list-inline li {
		margin-right: 0;
	}

	.visible-xs {
		display: inline-block;
	}

	.hidden-xs {
		display: none !important;
	}

}

@media (max-width: 349px) {

	.btn-nav {
		margin-left: 16px;
	}

	.btn-nav-search {
		margin-left: auto;
	}

	.slider-services .swiper-slide {
		width: 75%;
	}

	.slider-disciplines .swiper-slide {
		width: 75%;
	}

	.card-image .card-text {
		padding-top: 16px;
		padding-bottom: 16px;
	}

}

@media only screen and (max-width: 767px) and (orientation: landscape) {

	.container {
		padding-left: 96px;
		padding-right: 96px;
	}

}