/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utilities
  ## Mixins
  ## Variables
  ## Normalize
  ## Clearings
# Base
  ## Elements
  ## Typography
  ## Forms
# Components
  ## Accessibility
  ## Alignments
  ## Comments
  ## Media
  ## Navigation
  ## Widgets
#Layout
  ## Grid
  ## Header
  ## Content
  ## Sidebar
#Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* COLORS */
/* BOX-SHADOWS */
/* TYPOGRAPHY */
/* STRUCTURE */
/* RWD */
/* Common values */
/* TRANSITIONS */
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

input,
textarea,
button,
select,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*---------------------------
## Elements
---------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	background: #fff;
}

.error-404 {
	display: flex;
	min-height: 70vh;
}
.error-404 .page-header {
	margin: auto;
	text-align: center;
}
.error-404 .page-header h1 {
	margin-bottom: 2em;
}

blockquote,
q {
	quotes: "" "";
}
blockquote::before, blockquote::after,
q::before,
q::after {
	content: "";
}

hr {
	background-color: rgba(30, 30, 30, 0.2509803922);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

/* LINKS */
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
a:hover, a:focus, a:active {
	color: #000;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}

/* LISTS */
ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* TEXT */
.text--center {
	text-align: center;
}

/* TABLES */
table {
	margin: 0 0 1.5em;
	width: 100%;
}

.sub-text--grey {
	color: #9a9a9a;
	text-transform: uppercase;
}
.sub-text--grey {
	font-size: 12px;
}
@media screen and (min-width: 320px) {
	.sub-text--grey {
		font-size: calc(12px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.sub-text--grey {
		font-size: 14px;
	}
}

.wrapper-flex__drow-mcol {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	grid-row-gap: 4rem;
	row-gap: 4rem;
}
@media screen and (min-width: 992px) {
	.wrapper-flex__drow-mcol {
		flex-flow: row;
		grid-column-gap: 4rem;
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
	}
}
.wrapper-flex__drow-mcol > * {
	flex: 1;
}

#breadcrumbs {
	position: absolute;
	top: 1rem;
	left: 3rem;
}
@media screen and (max-width: 992px) {
	#breadcrumbs {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	#breadcrumbs {
		position: absolute;
		top: 1rem;
		left: 3rem;
	}
}
#breadcrumbs a,
#breadcrumbs span {
	color: #9a9a9a;
	text-transform: uppercase;
}
#breadcrumbs a,
#breadcrumbs span {
	font-size: 11px;
}
@media screen and (min-width: 320px) {
	#breadcrumbs a,
	#breadcrumbs span {
		font-size: calc(11px + 1 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	#breadcrumbs a,
	#breadcrumbs span {
		font-size: 12px;
	}
}

.read-more {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10%;
	transition: all 0.2s ease-in-out;
}
.read-more:hover {
	color: #000;
}

.arrow-right {
	content: url(../dist/svg/arrow_right.svg);
	font-size: 2em;
	display: block;
	width: 1em;
	height: 1em;
	color: #000;
	margin-left: 1rem;
}

.site {
	opacity: 0;
	transition: all 0.3s ease-in;
}

.page-loaded {
	opacity: 1 !important;
}

.my-preloader {
	height: 100vh;
	position: fixed;
	width: 100vw;
	background: white;
	z-index: 99999;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
}
.my-preloader .preloader-content {
	background: url(../dist/img/ekipa-logo-png-dark.png) no-repeat;
	background: url(../dist/svg/ekipa-holding-logo-dark.svg) no-repeat;
	display: block;
	height: 10em;
	width: 10em;
	background-size: contain;
	animation: myPreloaderMove 1.5s infinite;
	position: absolute;
	background-position: center;
}

@keyframes myPreloaderMove {
	0% {
		transform: scale(1.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
		opacity: 0;
	}
}
.my-preloader-off {
	opacity: 0;
}

.my-preloader-none {
	display: none;
}

.document-file-container {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto auto 3rem;
}
.document-file-container p {
	font-weight: 700;
	border-bottom: 2px solid black;
	padding-bottom: 1em;
}
.document-file-container p {
	font-size: 18px;
}
@media screen and (min-width: 320px) {
	.document-file-container p {
		font-size: calc(18px + 16 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.document-file-container p {
		font-size: 34px;
	}
}

.collaborators-container {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
}
.collaborators-container img {
	margin-bottom: 2rem;
}
.collaborators-container p {
	font-weight: 700;
	padding-bottom: 1em;
	text-align: center;
}

.capital_market_institutions-container {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	grid-row-gap: 3rem;
	row-gap: 3rem;
	margin-top: 4rem;
}
@media screen and (min-width: 992px) {
	.capital_market_institutions-container {
		flex-flow: row;
		flex-wrap: wrap;
	}
}
.capital_market_institutions-container .institution {
	width: 100%;
	justify-content: space-between;
	text-align: center;
	display: flex;
	flex-flow: column;
	padding: 0 1rem 3rem;
	border-bottom: 1px solid rgba(30, 30, 30, 0.2509803922);
}
.capital_market_institutions-container .institution p {
	font-weight: 700;
	margin-top: 0;
	display: none;
}
@media screen and (min-width: 992px) {
	.capital_market_institutions-container .institution {
		width: 40%;
	}
}

/*---------------------------
## Typography
---------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Monda", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 0;
}

/* COPY */
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

.txt-lowercase {
	text-transform: capitalize;
}

/*---------------------------
## Forms
---------------------------*/
/* BUTTONS */
button,
input[type=button],
input[type=reset],
input[type=submit] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:active, button:focus, button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
	border-color: #aaa #bbb #bbb;
}

/* FIELDS */
textarea {
	padding-left: 3px;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
	padding: 3px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
select,
textarea {
	color: #666;
	border: 1px solid rgba(30, 30, 30, 0.2509803922);
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
	color: #111;
}

.wpcf7 form {
	padding: 0;
}
.wpcf7 form p {
	margin: 0;
}
.wpcf7 form .wpcf7-form-control-wrap {
	height: 100%;
	display: block;
}
.wpcf7 form .wpcf7-not-valid-tip {
	position: absolute;
	display: block;
	z-index: 1;
	right: 10px;
	top: 5px;
	height: 100%;
	/* width: 100%; */
	/* border: 1px solid red; */
	font-size: 11px;
}
@media screen and (min-width: 992px) {
	.wpcf7 form .wpcf7-not-valid-tip {
		font-size: 12px;
		top: 10px;
	}
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	border: 0;
	margin-top: 1em;
}
.wpcf7 form .ajax-loader {
	margin: 1em auto;
	display: none;
}
.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=file],
.wpcf7 form input[type=submit],
.wpcf7 form textarea,
.wpcf7 form .upload-file-label {
	padding: 1.75em 1em 1.25em;
	outline: none;
	border-radius: 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid;
	display: block;
	border-color: rgba(30, 30, 30, 0.062745098);
	resize: none;
	transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
	.wpcf7 form input[type=text],
	.wpcf7 form input[type=email],
	.wpcf7 form input[type=file],
	.wpcf7 form input[type=submit],
	.wpcf7 form textarea,
	.wpcf7 form .upload-file-label {
		padding: 1.25em 1em;
	}
}
.wpcf7 form input[type=text]:hover,
.wpcf7 form input[type=email]:hover,
.wpcf7 form input[type=file]:hover,
.wpcf7 form input[type=submit]:hover,
.wpcf7 form textarea:hover,
.wpcf7 form .upload-file-label:hover {
	background: rgba(30, 30, 30, 0.0196078431);
}
.wpcf7 form input[type=submit] {
	border: 1px solid black;
}
.wpcf7 form textarea {
	border-bottom: none;
}
.wpcf7 form .wpcf7-submit {
	cursor: pointer;
	border: 1px solid #000;
}
.wpcf7 form .ajax-loader {
	background-image: url(../dist/img/form-loader-dark.gif) !important;
	background-position: center;
	background-size: contain;
	width: 3em !important;
	height: 3em !important;
	background-color: transparent !important;
}
.wpcf7 form .ajax-loader:before {
	display: none;
}
.wpcf7 form input[type=file] {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
.wpcf7 form .upload-file-label__wrapper {
	border-bottom: 1px solid;
	border-color: rgba(30, 30, 30, 0.062745098);
	display: block;
}
.wpcf7 form .upload-file-label__wrapper br {
	display: none;
}
.wpcf7 form .upload-file-label {
	display: block;
	height: 100%;
	position: relative;
	border: 2px dashed transparent;
}
.wpcf7 form .idupload-file {
	position: absolute;
	width: 100%;
	top: 0;
}
.wpcf7 form #filename {
	display: inline-block;
	position: relative;
	margin-top: 1em;
}
.wpcf7 form #filename #remove-file {
	position: absolute;
	display: block;
	width: 1em;
	height: 1em;
	top: -0.25em;
	right: -1.25em;
	cursor: pointer;
	background-image: url(../dist/svg/close_button.svg);
	background-position: center;
	background-size: contain;
	display: none;
}
.wpcf7 form .dragover {
	background-color: rgba(30, 30, 30, 0.0196078431);
	border: 2px dashed black;
}
.wpcf7 form label {
	display: block;
}
.wpcf7 form .wpcf7-radio {
	display: flex;
	flex-flow: column;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item-label {
	width: 20em;
}
.wpcf7 form .wpcf7-radio label {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
}
.wpcf7 form .collaboration-type__description {
	padding: 1.25em 1em 0;
	color: #666;
	display: block;
}
.wpcf7 form .collaboration-type select {
	cursor: pointer;
}
.wpcf7 form .collaboration-type br {
	display: none;
}
.wpcf7 form .collaboration-type:hover {
	background: rgba(30, 30, 30, 0.0196078431);
}
.wpcf7 form select {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid rgba(30, 30, 30, 0.062745098);
	width: 100%;
	margin-top: 0.5em;
	min-height: 40px;
	font-size: 0.95rem;
	outline: none;
	background: transparent !important;
	padding: 1.25em 1em;
}
.wpcf7 form .button--black {
	font-size: 14px;
}
@media screen and (min-width: 320px) {
	.wpcf7 form .button--black {
		font-size: calc(14px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.wpcf7 form .button--black {
		font-size: 16px;
	}
}
.wpcf7 form.submitting .ajax-loader {
	display: block;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.job-offer__form-section {
	margin: 5em 0;
}

.grecaptcha-badge {
	display: none !important;
}

.wpcf7-acceptance {
	margin: 2rem 0;
	display: block;
}
.wpcf7-acceptance input[type=checkbox],
.wpcf7-acceptance input[type=radio] {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin-right: 20px;
	width: 20px;
	height: 20px;
}
.wpcf7-acceptance input[type=checkbox]:before,
.wpcf7-acceptance input[type=radio]:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	margin-top: 0px;
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid #ccc;
}
.wpcf7-acceptance input[type=checkbox]:checked:before,
.wpcf7-acceptance input[type=radio]:checked:before {
	background: black;
	border-color: #fff;
}
.wpcf7-acceptance input[type=checkbox]:disabled,
.wpcf7-acceptance input[type=radio]:disabled {
	color: black;
	cursor: auto;
}
.wpcf7-acceptance input[type=checkbox]:disabled:before,
.wpcf7-acceptance input[type=radio]:disabled:before {
	box-shadow: none;
	background: black;
}
.wpcf7-acceptance input[type=checkbox]:checked:after,
.wpcf7-acceptance input[type=radio]:checked:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 11px;
	background: #fff;
	width: 3px;
	height: 3px;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	transform: rotate(45deg);
}
.wpcf7-acceptance label {
	text-align: justify;
}
@media screen and (min-width: 992px) {
	.wpcf7-acceptance label {
		display: flex !important;
	}
}
.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 12px;
	line-height: 1.25;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
	text-decoration: underline;
}

.acceptance__cv {
	margin-right: 1rem;
	margin-top: 5px;
	width: 25px;
	height: 25px;
}

.searchandfilter input:focus {
	outline: none;
}
.searchandfilter ul {
	display: flex;
	flex-flow: column;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	grid-row-gap: 3rem;
	row-gap: 3rem;
	align-items: flex-end;
}
@media screen and (min-width: 992px) {
	.searchandfilter ul {
		flex-flow: row;
		grid-column-gap: 4rem;
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
	}
}
.searchandfilter li {
	flex: 1 1 0px;
	display: flex;
	width: 100%;
	position: relative;
	padding: 0 !important;
}
.searchandfilter li {
	font-size: 14px;
}
@media screen and (min-width: 320px) {
	.searchandfilter li {
		font-size: calc(14px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.searchandfilter li {
		font-size: 16px;
	}
}
.searchandfilter li input {
	font-size: 14px;
}
@media screen and (min-width: 320px) {
	.searchandfilter li input {
		font-size: calc(14px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.searchandfilter li input {
		font-size: 16px;
	}
}
.searchandfilter .select2-selection__arrow b {
	display: none;
}
.searchandfilter .select2-container {
	width: 100% !important;
}
.searchandfilter .select2-selection--multiple,
.searchandfilter .select2-selection--single,
.searchandfilter .sf-field-sort_order select,
.searchandfilter .sf-field-search,
.searchandfilter .sf-field-submit {
	width: 100%;
	cursor: pointer;
	height: auto;
	padding: 0.5em 0 !important;
	line-height: 0 !important;
	font-size: 1rem;
	min-height: 52px;
	border: 0;
	border-bottom: 1px solid rgba(30, 30, 30, 0.2509803922);
	border-radius: 0;
	background: transparent !important;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.searchandfilter .select2-selection--multiple .select2-selection__rendered,
.searchandfilter .select2-selection--single .select2-selection__rendered,
.searchandfilter .sf-field-sort_order select .select2-selection__rendered,
.searchandfilter .sf-field-search .select2-selection__rendered,
.searchandfilter .sf-field-submit .select2-selection__rendered {
	padding: 0;
	display: flex !important;
	flex-flow: column;
	line-height: 1.5 !important;
}
.searchandfilter .select2-selection--single:after {
	content: url(../dist/svg/arrow_down.svg);
	align-self: flex-end;
}
.searchandfilter .sf-field-search label {
	width: 100%;
}
.searchandfilter .sf-field-search input {
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}
.searchandfilter .sf-field-submit {
	padding: 0 !important;
	border: 0;
}
.searchandfilter .sf-field-submit input {
	cursor: pointer;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: black !important;
	color: #fff !important;
	padding: 1em 1.5em;
	text-transform: uppercase;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}
.searchandfilter .sf-field-submit input:hover {
	background-color: #fff !important;
	color: black !important;
	border: 1px solid black !important;
}
@media screen and (max-width: 992px) {
	.searchandfilter [data-sf-field-input-type=multiselect] .sf-input-select,
	.searchandfilter [data-sf-field-input-type=select] .sf-input-select {
		height: 100% !important;
		width: 100% !important;
		clip: unset !important;
		clip-path: unset !important;
		z-index: 1;
		opacity: 0;
	}
	.searchandfilter [data-sf-field-input-type=multiselect] .sf-input-select label,
	.searchandfilter [data-sf-field-input-type=select] .sf-input-select label {
		position: relative;
	}
	.searchandfilter [data-sf-field-input-type=multiselect] .sf-input-select .select2-selection,
	.searchandfilter [data-sf-field-input-type=select] .sf-input-select .select2-selection {
		pointer-events: none;
	}
	.searchandfilter [data-sf-field-input-type=multiselect] .sf-input-select .select2-search__field,
	.searchandfilter [data-sf-field-input-type=select] .sf-input-select .select2-search__field {
		z-index: 1;
	}
	.searchandfilter [name="_sf_sort_order[]"] {
		opacity: 1 !important;
	}
}

.select2-dropdown--below {
	border: 0;
	box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.1), 0 0px 6px 0px rgba(0, 0, 0, 0.05);
}

.select2-search--dropdown {
	padding: 0;
}
.select2-search--dropdown .select2-search__field {
	display: none;
}

.results {
	margin-top: 4rem;
}

.single-result {
	padding: 2em 0;
	border-bottom: 1px solid rgba(30, 30, 30, 0.2509803922);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
@media screen and (min-width: 992px) {
	.single-result {
		flex-flow: row;
		align-items: flex-end;
		padding: 3em 0;
	}
}
@media screen and (min-width: 992px) {
	.single-result__content {
		max-width: 75%;
	}
}
.single-result__top p {
	margin: 0;
	text-transform: unset;
	margin-bottom: 1em;
}
.single-result__top p {
	font-size: 14px;
}
@media screen and (min-width: 320px) {
	.single-result__top p {
		font-size: calc(14px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.single-result__top p {
		font-size: 16px;
	}
}
.single-result__bottom p {
	font-weight: 700;
}
.single-result__bottom p {
	font-size: 20px;
}
@media screen and (min-width: 320px) {
	.single-result__bottom p {
		font-size: calc(20px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.single-result__bottom p {
		font-size: 22px;
	}
}
.single-result__bottom p:last-of-type {
	margin-bottom: 0;
}
.single-result .read-more {
	margin-bottom: 0;
}
@media screen and (max-width: 992px) {
	.single-result .read-more {
		margin-top: 2rem;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*---------------------------
## Accessibility
---------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*---------------------------
## Alignments
---------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*---------------------------
## Comments
---------------------------*/
/*---------------------------
## Media
---------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* CAPTIONS */
.wp-caption-text {
	text-align: center;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* GALLERIES */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.1111111111%;
}

.gallery-caption {
	display: block;
}

/*---------------------------
## Navigation
---------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	height: 0;
	position: fixed;
	z-index: 101;
}
.main-navigation__active {
	z-index: 101;
}

.main-menu-container {
	height: 100vh;
	width: 100vw;
	background: #fff;
	transition: opacity 0.2s linear, transform 0.4s ease;
	opacity: 0;
	transform: translateX(-100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
@media screen and (min-width: 992px) {
	.main-menu-container {
		transform: translate(0%, 0%);
		padding: 1rem 7.5%;
		height: auto;
		justify-content: space-between;
		flex-flow: row;
		box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.1), 0 0px 6px 0px rgba(0, 0, 0, 0.05);
		opacity: 1;
		transition: 0.5s ease-in-out;
	}
}
.main-menu-container .menu-logo {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	z-index: 1;
	width: 7em;
	height: 3em;
	background-size: contain;
	background-position: center;
	left: 1em;
	top: 1em;
}
@media screen and (min-width: 992px) {
	.main-menu-container .menu-logo {
		position: static;
		transform: translate(0, 0);
		margin: 0;
		width: 9em;
		height: 5em;
	}
}
.main-menu-container ul {
	margin: 0;
	padding: 0;
}

.menu-item__investors-relationships a {
	display: flex;
}
@media screen and (max-width: 992px) {
	.menu-item__investors-relationships a {
		padding: 1em 1em 1em 1.5em !important;
	}
}
.menu-item__investors-relationships a:after {
	content: url(../dist/svg/bar-chart.svg);
	width: 1em;
	height: 100%;
	margin-left: 0.5em;
}
@media screen and (max-width: 992px) {
	.menu-item__investors-relationships a:after {
		width: 1.5em;
	}
}

.mobile-menu-container {
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 10rem;
	min-height: 100vh;
	height: 100%;
	height: -webkit-fill-available;
	overflow: scroll;
	width: 100%;
	background: #fff;
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-flow: column;
}
@media screen and (min-width: 992px) {
	.mobile-menu-container {
		display: none;
	}
}
.mobile-menu-container .menu-item {
	position: static;
	transition: all 0.5s ease-in-out;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #efefef;
	order: 1;
}
.mobile-menu-container .menu-item .menu-thumbnail-image {
	display: none;
}
.mobile-menu-container .menu-item a {
	display: flex;
	justify-content: space-between;
}
.mobile-menu-container .menu-item a {
	font-size: 14px;
}
@media screen and (min-width: 320px) {
	.mobile-menu-container .menu-item a {
		font-size: calc(14px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.mobile-menu-container .menu-item a {
		font-size: 16px;
	}
}
.mobile-menu-container .menu-item .sub-menu {
	transition: transform 0.4s ease, opacity 0.2s linear;
	opacity: 0;
	position: absolute;
	transform: translateX(-100%);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: 10rem;
	background: #fff;
	text-align: left;
	display: flex;
	flex-flow: column;
}
.mobile-menu-container .menu-item .sub-menu--expanded {
	transform: translateX(0);
	opacity: 1;
}
.mobile-menu-container a {
	transition: height 0.3s ease-in;
	width: 100%;
	justify-content: space-between;
	padding: 1em 1.5em;
}
.mobile-menu-container .menu-item-expanded {
	width: 100%;
}
.mobile-menu-container #back-button {
	order: 0;
	background-color: #efefef;
	flex-flow: row-reverse;
}
.mobile-menu-container #back-button a {
	pointer-events: none;
}
.mobile-menu-container .show-submenu,
.mobile-menu-container .hide-submenu {
	padding: 0.25em 1.5em;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 2em;
	width: 2em;
	pointer-events: none;
}
.mobile-menu-container .show-submenu {
	background-image: url(../dist/svg/arrow_right.svg);
}
.mobile-menu-container .hide-submenu {
	background-image: url(../dist/svg/arrow_left.svg);
}

@media screen and (max-width: 992px) {
	.desktop-menu-container {
		display: none;
	}
}
.desktop-menu-container #investors-relationships-menu > li:before {
	content: "";
	position: absolute;
	height: 80px;
	width: 100%;
	background: transparent;
	left: 0;
	bottom: -50%;
}
.desktop-menu-container ul.menu {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: column;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-bottom: 5em;
}
@media screen and (min-width: 992px) {
	.desktop-menu-container ul.menu {
		justify-content: flex-end;
		padding-bottom: 0;
		flex-flow: row;
	}
}
.desktop-menu-container ul.menu li {
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	padding: 1em;
	align-items: flex-end;
}
.desktop-menu-container ul.menu a {
	position: relative;
	white-space: nowrap;
}
.desktop-menu-container ul.menu a {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	.desktop-menu-container ul.menu a {
		font-size: calc(16px + 0 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.desktop-menu-container ul.menu a {
		font-size: 16px;
	}
}
.desktop-menu-container ul.menu a:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 0%;
	background: black;
	left: 0;
	bottom: -0.25em;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
	.desktop-menu-container ul.menu a:hover {
		font-weight: 600;
	}
}
@media screen and (min-width: 992px) {
	.desktop-menu-container ul.menu a:hover:before {
		content: "";
		position: absolute;
		height: 2px;
		width: 100%;
		background: black;
		left: 0;
		bottom: -0.25em;
	}
}
.desktop-menu-container ul.menu .current-menu-item > a {
	position: relative;
	font-weight: 600;
}
.desktop-menu-container ul.menu .current-menu-item > a:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: black;
	left: 0;
	bottom: -0.25em;
}
.desktop-menu-container ul.menu ul.sub-menu {
	list-style: none;
	margin: 0;
	width: auto;
	position: absolute;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	border-radius: 2px;
	will-change: opacity;
	display: none;
}
.desktop-menu-container ul.menu ul.sub-menu li {
	border-bottom: 0;
	justify-content: flex-start;
}
.desktop-menu-container ul.menu ul.sub-menu li a {
	text-transform: inherit;
	display: block;
	width: -moz-max-content;
	width: max-content;
}
.desktop-menu-container ul.menu ul.sub-menu li a:before {
	display: none;
}
.desktop-menu-container ul.menu ul.sub-menu li .sub-menu {
	color: #666;
	position: relative;
	height: 100%;
	flex-flow: column;
	padding: 0;
}
.desktop-menu-container ul.menu ul.sub-menu li .sub-menu li.menu-item a {
	color: #1e1e1e;
	text-transform: inherit;
}
.desktop-menu-container ul.menu .trigger-enter .sub-menu {
	display: flex;
	flex-flow: column;
}
.desktop-menu-container ul.menu .trigger-enter-active .sub-menu {
	opacity: 1;
}
.desktop-menu-container .main-menu-bottom li a {
	font-size: 15px;
}
@media screen and (min-width: 320px) {
	.desktop-menu-container .main-menu-bottom li a {
		font-size: calc(15px + 0 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.desktop-menu-container .main-menu-bottom li a {
		font-size: 15px;
	}
}

.dropdownBackground {
	width: 0px;
	height: 0px;
	position: absolute;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 20px 35px rgba(50, 50, 93, 0.1), 0 15px 25px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s, opacity 0.1s, transform 0.2s;
	transform-origin: 50% 0;
	display: flex;
	justify-content: center;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

.dropdownBackground.open {
	opacity: 1;
	z-index: 998;
	pointer-events: initial;
}

.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	background: white;
	transform: translateY(-50%) rotate(45deg);
}

.navigation__toggled {
	transform: translateX(0);
	opacity: 1;
}
@media screen and (min-width: 992px) {
	.navigation__toggled {
		transform: translate(0%, -100%) !important;
	}
}

.menu-toggle {
	z-index: 102;
	position: absolute;
	right: 0em;
	top: 0em;
	width: 70px;
	height: 70px;
	background-color: transparent;
	border: none;
}
@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
}
.menu-toggle .ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
@media screen and (max-width: 992px) {
	.menu-toggle .ham {
		font-size: 0.65em;
	}
}
.menu-toggle .ham.active .line {
	stroke: #000 !important;
}
.menu-toggle .hamRotate.active {
	transform: rotate(45deg);
}
.menu-toggle .hamRotate180.active {
	transform: rotate(180deg);
}
.menu-toggle .line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, stroke 400ms;
	stroke: #000;
	stroke-width: 5.5;
	stroke-linecap: round;
}
.menu-toggle .ham4 .top {
	stroke-dasharray: 40 121;
}
.menu-toggle .ham4 .bottom {
	stroke-dasharray: 40 121;
}
.menu-toggle .ham4.active .top {
	stroke-dashoffset: -68px;
}
.menu-toggle .ham4.active .bottom {
	stroke-dashoffset: -68px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*---------------------------
## Widgets
---------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}

/*---------------------------
## Blog
---------------------------*/
.blog-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4.5em;
	-moz-column-gap: 4.5em;
	     column-gap: 4.5em;
	margin: 3em 0;
	grid-row-gap: 5em;
}
@media screen and (max-width: 992px) {
	.blog-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-row-gap: 2em;
	}
}

.entry-header-blog {
	text-align: center;
}
@media screen and (min-width: 992px) {
	.entry-header-blog {
		margin-top: 6em;
	}
}

.media-grid {
	display: flex;
	flex-flow: column;
	border-top: 1px solid rgba(30, 30, 30, 0.062745098);
	border-bottom: 1px solid rgba(30, 30, 30, 0.062745098);
}

.blog-grid-home,
.media-grid-home,
.blog-grid-blog {
	margin: auto;
}
@media screen and (max-width: 992px) {
	.blog-grid-home,
	.media-grid-home,
	.blog-grid-blog {
		height: 100%;
	}
}

.blog-post {
	position: relative;
	height: 15rem;
	width: 100%;
	background-size: cover;
	display: flex;
	text-align: center;
	text-decoration: none;
	border: 1px solid rgba(30, 30, 30, 0.2509803922);
	transition: all 0.4s ease-in;
	margin: auto;
}
@media screen and (min-width: 992px) {
	.blog-post {
		height: 28rem;
		flex-flow: column;
	}
}
@media screen and (min-width: 1200px) {
	.blog-post {
		height: 25rem;
		flex-flow: column;
	}
}
@media screen and (min-width: 2000px) {
	.blog-post {
		height: 35rem;
	}
}
.blog-post h3 {
	width: 100%;
}
.blog-post__upper {
	width: 50%;
	height: 100%;
	min-height: 12.5rem;
	margin-bottom: 0 !important;
	background-size: cover;
	background-position: center;
}
@media screen and (min-width: 992px) {
	.blog-post__upper {
		width: 100%;
	}
}
@media screen and (min-width: 2000px) {
	.blog-post__upper {
		min-height: 22rem;
	}
}
.blog-post__date {
	width: 100%;
	display: block;
	text-align: left;
}
@media screen and (max-width: 992px) {
	.blog-post__date {
		font-size: 11px;
	}
}
@media screen and (max-width: 992px) and (min-width: 320px) {
	.blog-post__date {
		font-size: calc(11px + 1 * (100vw - 320px) / 1280);
	}
}
@media screen and (max-width: 992px) and (min-width: 1600px) {
	.blog-post__date {
		font-size: 12px;
	}
}
.blog-post__caption {
	align-self: flex-end;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	z-index: 2;
	width: 60%;
	height: 100%;
	padding: 1.5em;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media screen and (max-width: 350px) {
	.blog-post__caption {
		padding: 1em;
	}
}
@media screen and (max-width: 992px) {
	.blog-post__caption {
		align-self: center;
	}
}
@media screen and (min-width: 992px) {
	.blog-post__caption {
		width: 100%;
	}
}
.blog-post__caption h3 {
	text-align: left;
	overflow: hidden;
	width: 100%;
	color: #000;
}
.blog-post__caption h3 {
	font-size: 14px;
}
@media screen and (min-width: 320px) {
	.blog-post__caption h3 {
		font-size: calc(14px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.blog-post__caption h3 {
		font-size: 16px;
	}
}
.blog-post .read-more {
	height: 10%;
	margin-bottom: 0;
}
.blog-post:hover .read-more {
	color: #000;
}

.blog-grid--news .blog-post {
	opacity: 0;
}

.blog-grid--mails {
	margin-top: 6rem;
}
.blog-grid--mails .blog-post {
	height: 20rem;
}
.blog-grid--mails .blog-post__caption {
	height: 100%;
	text-align: left;
}
.blog-grid--mails .blog-post__date {
	height: auto;
}
.blog-grid--mails .blog-post h3 {
	margin-top: 0;
	height: auto;
}

.blog-grid--press-mails {
	margin-top: 6rem;
}

.media-post {
	padding: 1em;
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid rgba(30, 30, 30, 0.062745098);
}
.media-post:hover p {
	color: black;
}
.media-post:last-child {
	border-bottom: 0px solid rgba(30, 30, 30, 0.062745098);
}
@media screen and (max-width: 992px) {
	.media-post {
		flex-flow: column;
	}
}
@media screen and (min-width: 992px) {
	.media-post {
		padding: 10px 0;
	}
}
.media-post__title {
	font-weight: 400;
	width: 12em;
	align-self: stretch;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 992px) {
	.media-post__title {
		margin-bottom: 1em;
		justify-content: center;
		width: 100%;
	}
}
@media screen and (min-width: 992px) {
	.media-post__title {
		max-width: 30%;
		text-align: left;
		padding: 10px 0px;
		padding-right: 1em;
		border-right: 1px solid rgba(30, 30, 30, 0.062745098);
	}
}
.media-post__title h3 {
	margin-top: 0;
}
.media-post p {
	margin: 0;
	transition: all 0.3s ease-in;
	color: rgba(30, 30, 30, 0.5019607843);
}
@media screen and (min-width: 992px) {
	.media-post p {
		padding-left: 2rem;
		max-width: 70%;
		text-align: left;
	}
}

.post-wrapper {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.post-wrapper p {
	font-size: 12px;
}
@media screen and (min-width: 320px) {
	.post-wrapper p {
		font-size: calc(12px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.post-wrapper p {
		font-size: 14px;
	}
}

.blog__read-more {
	margin-top: 6em;
}

section.media-posts {
	padding: 2em 5% 4em 5%;
}
@media screen and (min-width: 992px) {
	section.media-posts {
		padding: 4em 18% 8em 18%;
	}
}

.allPostsHeader--up {
	animation: allPostsHeaderSlideIn 1.2s forwards;
}
@keyframes allPostsHeaderSlideIn {
	0% {
		transform: translate(0, 2em);
		opacity: 0.9;
	}
	75% {
		transform: translate(0, 0em);
		opacity: 1;
	}
	100% {
		transform: translate(0, 0em);
		opacity: 1;
	}
}

.all-posts-loaded {
	opacity: 1;
}

.job-offers-grid {
	grid-column-gap: 2em;
	-moz-column-gap: 2em;
	     column-gap: 2em;
	margin: 3em 0;
	display: flex;
	flex-flow: column;
}
@media screen and (max-width: 992px) {
	.job-offers-grid {
		grid-row-gap: 2em;
	}
}
@media screen and (min-width: 992px) {
	.job-offers-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-row-gap: 5em;
	}
}
.job-offers-grid .text-warning {
	text-align: center;
}
@media screen and (min-width: 992px) {
	.job-offers-grid .text-warning {
		grid-column: 2;
	}
}

.job-offer {
	position: relative;
}
.job-offer__location {
	color: #9a9a9a;
	display: flex;
	align-items: center;
}
.job-offer__location-icon {
	background: url(../dist/svg/location.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 1em;
	height: 1em;
	display: block;
	margin-right: 5px;
}
.job-offer__caption h3 {
	height: auto;
	margin-top: 0;
}
.job-offer__caption h3 {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	.job-offer__caption h3 {
		font-size: calc(16px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.job-offer__caption h3 {
		font-size: 18px;
	}
}
.job-offer__new {
	position: absolute;
	top: -1.25em;
	left: -1.25em;
	display: block;
	padding: 0 0.25em;
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	background: #000;
	border-radius: 100%;
	font-size: 12px;
	color: #fff;
	box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.1), 0 0px 6px 0px rgba(0, 0, 0, 0.05);
}

.page-template-media-page-template .media-grid {
	margin: 3em 0;
}

/*---------------------------
## Contact
---------------------------*/
.contact-section {
	padding: 1em 15% 0em 15%;
}
.contact-section__data-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
@media screen and (max-width: 992px) {
	.contact-section__data-wrapper {
		flex-flow: column;
	}
}
.contact-section__data {
	text-align: center;
	font-weight: 600;
	width: 33%;
}
.contact-section__data {
	font-size: 12px;
}
@media screen and (min-width: 320px) {
	.contact-section__data {
		font-size: calc(12px + 3 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.contact-section__data {
		font-size: 15px;
	}
}
@media screen and (max-width: 992px) {
	.contact-section__data {
		width: 100%;
		padding: 1em;
	}
	.contact-section__data {
		font-size: 14px;
	}
}
@media screen and (max-width: 992px) and (min-width: 320px) {
	.contact-section__data {
		font-size: calc(14px + 4 * (100vw - 320px) / 1280);
	}
}
@media screen and (max-width: 992px) and (min-width: 1600px) {
	.contact-section__data {
		font-size: 18px;
	}
}

/*---------------------------
## Buttons
---------------------------*/
.button {
	width: 100%;
	text-align: center;
}
.button--black {
	background-color: black !important;
	color: #fff !important;
	padding: 1em 1.5em;
	text-transform: uppercase;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}
.button--black {
	font-size: 10px;
}
@media screen and (min-width: 320px) {
	.button--black {
		font-size: calc(10px + 4 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.button--black {
		font-size: 14px;
	}
}
.button--black:hover {
	background-color: #fff !important;
	color: black !important;
	border: 1px solid black !important;
}
@media screen and (max-width: 992px) {
	.button--black {
		padding: 1em 2em;
	}
	.button--black {
		font-size: 14px;
	}
}
@media screen and (max-width: 992px) and (min-width: 320px) {
	.button--black {
		font-size: calc(14px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (max-width: 992px) and (min-width: 1600px) {
	.button--black {
		font-size: 16px;
	}
}
.button--download {
	display: flex;
	justify-content: center;
	max-width: 220px;
}
.button--download:before {
	content: url(../dist/svg/download.svg);
	width: 1em;
	height: 1em;
	margin-right: 0.75em;
	transition: inherit;
}
.button--download:hover:before {
	filter: invert(1);
}

body.single .post-thumbnail {
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	height: 35em;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1400px) {
	body.single .post-thumbnail {
		margin: 0em auto 0;
		height: 15em;
		width: 100%;
	}
}
@media screen and (min-width: 1400px) {
	body.single .post-thumbnail {
		width: 50%;
	}
}
body.single .post-navigation {
	margin: auto;
	display: flex;
	flex-flow: row;
	align-items: flex-start;
	justify-content: space-between;
	transition: all 0.3s ease-in;
}
@media screen and (max-width: 992px) {
	body.single .post-navigation {
		width: 70%;
	}
}
@media screen and (min-width: 992px) {
	body.single .post-navigation {
		width: 60%;
		padding: 4em 5em;
	}
}
@media screen and (min-width: 1600px) {
	body.single .post-navigation {
		width: 50%;
	}
}
body.single .post-navigation div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 45%;
}
body.single .post-navigation div p {
	font-size: 13px;
}
@media screen and (min-width: 320px) {
	body.single .post-navigation div p {
		font-size: calc(13px + 3 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	body.single .post-navigation div p {
		font-size: 16px;
	}
}
body.single .post-navigation div:nth-of-type(2) p {
	text-align: right;
}
body.single .post-navigation div:nth-of-type(2) a {
	align-self: flex-end;
}
@media screen and (max-width: 380px) {
	body.single .post-navigation div a {
		width: 125px;
	}
}
@media screen and (min-width: 380px) {
	body.single .post-navigation div a {
		width: 150px;
	}
}
@media screen and (min-width: 992px) {
	body.single .post-navigation div a {
		width: 300px;
	}
}
body.single .post-navigation span {
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-bottom: 1rem;
}
body.single .post-navigation__prev, body.single .post-navigation__next {
	color: rgba(30, 30, 30, 0.2509803922);
}
body.single .post-navigation__prev, body.single .post-navigation__next {
	font-size: 12px;
}
@media screen and (min-width: 320px) {
	body.single .post-navigation__prev, body.single .post-navigation__next {
		font-size: calc(12px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	body.single .post-navigation__prev, body.single .post-navigation__next {
		font-size: 14px;
	}
}
body.single .post-navigation__prev:before,
body.single .post-navigation__prev :after, body.single .post-navigation__next:before,
body.single .post-navigation__next :after {
	font-size: 12px;
}
@media screen and (min-width: 320px) {
	body.single .post-navigation__prev:before,
	body.single .post-navigation__prev :after, body.single .post-navigation__next:before,
	body.single .post-navigation__next :after {
		font-size: calc(12px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	body.single .post-navigation__prev:before,
	body.single .post-navigation__prev :after, body.single .post-navigation__next:before,
	body.single .post-navigation__next :after {
		font-size: 14px;
	}
}
body.single .post-navigation__prev:before {
	content: url(../dist/svg/arrow_left.svg);
	display: block;
	line-height: 0;
	margin-right: 0.25em;
}
body.single .post-navigation__next {
	justify-content: flex-end;
	text-align: right;
}
body.single .post-navigation__next:after {
	content: url(../dist/svg/arrow_right.svg);
	display: block;
	line-height: 0;
	margin-left: 0.25em;
}
body.single .post-navigation--wide {
	animation: navWide 1s forwards;
}
@media screen and (max-width: 1400px) {
	@keyframes navWide {
		0% {
			width: 70%;
		}
		75% {
			width: 90%;
		}
		100% {
			width: 90%;
		}
	}
}
@media screen and (min-width: 1400px) {
	@keyframes navWide {
		0% {
			width: 50%;
		}
		75% {
			width: 60%;
		}
		100% {
			width: 60%;
		}
	}
}
@media screen and (min-width: 1600px) {
	@keyframes navWide {
		0% {
			width: 40%;
		}
		75% {
			width: 50%;
		}
		100% {
			width: 50%;
		}
	}
}
body.single .entry-content ul {
	margin-left: 0;
}
body.single .entry-content ul li {
	margin-bottom: 1em;
}

.single-oferty-pracy .single_job-offer .post-thumbnail {
	width: 100%;
	margin: 0em auto 0 auto;
	height: 20em;
}
.single-oferty-pracy .content__wrapper {
	padding: 1em 0em;
}
@media screen and (min-width: 992px) {
	.single-oferty-pracy .content__wrapper {
		padding: 0;
	}
}
.single-oferty-pracy .content__wrapper .entry-content {
	margin-top: 0;
}
.single-oferty-pracy .content__wrapper .entry-header {
	margin-bottom: 2em;
	padding: 1rem 1rem 0;
}
@media screen and (min-width: 992px) {
	.single-oferty-pracy .content__wrapper .entry-header {
		padding: 3em 1.5em 0;
	}
}
.single-oferty-pracy .content__wrapper .entry-header h1 {
	margin: 0;
}
.single-oferty-pracy .content__wrapper .entry-header h1 {
	font-size: 22px;
}
@media screen and (min-width: 320px) {
	.single-oferty-pracy .content__wrapper .entry-header h1 {
		font-size: calc(22px + 4 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.single-oferty-pracy .content__wrapper .entry-header h1 {
		font-size: 26px;
	}
}
.single-oferty-pracy .content__wrapper .entry-header p {
	margin-bottom: 0;
}
.single-oferty-pracy .content__wrapper ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.single-oferty-pracy .job-offer__traits {
	display: flex;
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
	list-style: none;
	padding: 8px 24px;
	margin: auto !important;
}
@media screen and (min-width: 992px) {
	.single-oferty-pracy .job-offer__traits {
		width: 80%;
	}
}
.single-oferty-pracy .job-offer__traits > * {
	width: 100%;
	padding: 8px 24px;
	max-width: 100%;
	margin-bottom: 1.5em;
}
@media screen and (min-width: 992px) {
	.single-oferty-pracy .job-offer__traits > * {
		width: 50%;
	}
}
.single-oferty-pracy .job-offer__traits > * p {
	margin: auto 0;
}
.single-oferty-pracy .job-offer__traits > * span {
	display: block;
	width: 48px;
	height: 48px;
	background: #fafafa;
	margin-right: 12px;
	border-radius: 100%;
	position: relative;
}
.single-oferty-pracy .job-offer__traits--wrapper {
	display: flex;
	align-items: center;
	flex: 1 0 auto;
}
.single-oferty-pracy .job-offer__traits__location span:after {
	content: "";
	display: block;
	position: absolute;
	background: url(../dist/svg/location.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.single-oferty-pracy .job-offer__traits__recrutation_type span:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.single-oferty-pracy .job-offer__traits__recrutation_type--remote:after {
	background: url(../dist/svg/devices.svg);
}
.single-oferty-pracy .job-offer__traits__recrutation_type--office:after {
	background: url(../dist/svg/apartment.svg);
}
.single-oferty-pracy .job-offer__traits__contract_type span:after {
	content: "";
	display: block;
	position: absolute;
	background: url(../dist/svg/contract.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.single-oferty-pracy .job-offer__traits__job_schedule span:after {
	content: "";
	display: block;
	position: absolute;
	background: url(../dist/svg/schedule.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.single-oferty-pracy .job-offer__tasks_container,
.single-oferty-pracy .job-offer__requirements_container,
.single-oferty-pracy .job-offer__benefits_container,
.single-oferty-pracy .job-offer__content_container {
	padding: 8px 0;
}
@media screen and (min-width: 992px) {
	.single-oferty-pracy .job-offer__tasks_container,
	.single-oferty-pracy .job-offer__requirements_container,
	.single-oferty-pracy .job-offer__benefits_container,
	.single-oferty-pracy .job-offer__content_container {
		padding: 1em 2em;
	}
}
.single-oferty-pracy .job-offer__tasks_container h3,
.single-oferty-pracy .job-offer__requirements_container h3,
.single-oferty-pracy .job-offer__benefits_container h3,
.single-oferty-pracy .job-offer__content_container h3 {
	margin-bottom: 1.5em;
}
@media screen and (max-width: 992px) {
	.single-oferty-pracy .job-offer__tasks_container h3,
	.single-oferty-pracy .job-offer__requirements_container h3,
	.single-oferty-pracy .job-offer__benefits_container h3,
	.single-oferty-pracy .job-offer__content_container h3 {
		text-align: center;
	}
}
.single-oferty-pracy .job-offer__tasks_container li,
.single-oferty-pracy .job-offer__requirements_container li,
.single-oferty-pracy .job-offer__benefits_container li,
.single-oferty-pracy .job-offer__content_container li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5em;
}
.single-oferty-pracy .job-offer__tasks_container li p,
.single-oferty-pracy .job-offer__requirements_container li p,
.single-oferty-pracy .job-offer__benefits_container li p,
.single-oferty-pracy .job-offer__content_container li p {
	margin: auto 0;
	text-align: left;
	text-align: initial;
}
.single-oferty-pracy .job-offer__tasks_container .list-bullet,
.single-oferty-pracy .job-offer__requirements_container .list-bullet,
.single-oferty-pracy .job-offer__benefits_container .list-bullet,
.single-oferty-pracy .job-offer__content_container .list-bullet {
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 1.5em;
	margin-top: 2px;
	min-width: 20px;
	background: url(../dist/svg/task.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.single-oferty-pracy .job-offer__benefits {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #f1f1f1;
}
.single-oferty-pracy .job-offer__benefits li {
	flex-flow: column;
	align-items: center;
	flex: 33%;
	padding: 1em;
	margin-bottom: 0 !important;
	border-right: 1px solid rgba(30, 30, 30, 0.062745098);
	border-bottom: 1px solid rgba(30, 30, 30, 0.062745098);
}
.single-oferty-pracy .job-offer__benefits li .benefit-wrapper {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 3rem 1rem;
}
@media screen and (max-width: 414px) {
	.single-oferty-pracy .job-offer__benefits li {
		flex: 100%;
	}
}
.single-oferty-pracy .job-offer__benefits li p {
	margin: 0;
	text-align: center;
}
.single-oferty-pracy .job-offer__benefits--icon {
	height: 50px;
	width: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}
.single-oferty-pracy .job-offer__content_container {
	margin-top: 2.5rem;
	text-align: justify;
}
.single-oferty-pracy .job-offer__form-section {
	margin-top: 5em;
}
.single-oferty-pracy .post-navigation--wide {
	animation: navWide2 1s forwards !important;
}
@media screen and (max-width: 1400px) {
	@keyframes navWide2 {
		0% {
			width: 70%;
		}
		100% {
			width: 90%;
		}
	}
}
@media screen and (min-width: 1400px) {
	@keyframes navWide2 {
		0% {
			width: 40%;
		}
		100% {
			width: 60%;
		}
	}
}

body.single.single-raporty_espi_ebi .post-thumbnail,
body.single.single-general_meetings .post-thumbnail,
body.single-corporate_events .post-thumbnail,
body.single-mails_to_shareholder .post-thumbnail {
	height: 15rem;
	width: 100%;
}
@media screen and (min-width: 992px) {
	body.single.single-raporty_espi_ebi .post-thumbnail,
	body.single.single-general_meetings .post-thumbnail,
	body.single-corporate_events .post-thumbnail,
	body.single-mails_to_shareholder .post-thumbnail {
		height: 20rem;
	}
}
body.single.single-raporty_espi_ebi .post-thumbnail p,
body.single.single-general_meetings .post-thumbnail p,
body.single-corporate_events .post-thumbnail p,
body.single-mails_to_shareholder .post-thumbnail p {
	margin: 0;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
	body.single.single-raporty_espi_ebi .post-thumbnail p,
	body.single.single-general_meetings .post-thumbnail p,
	body.single-corporate_events .post-thumbnail p,
	body.single-mails_to_shareholder .post-thumbnail p {
		padding-bottom: 6.5rem;
	}
}
body.single.single-raporty_espi_ebi .entry-meta p,
body.single.single-general_meetings .entry-meta p,
body.single-corporate_events .entry-meta p,
body.single-mails_to_shareholder .entry-meta p {
	text-transform: unset;
}
body.single.single-raporty_espi_ebi .entry-meta,
body.single.single-raporty_espi_ebi .entry-title,
body.single.single-general_meetings .entry-meta,
body.single.single-general_meetings .entry-title,
body.single-corporate_events .entry-meta,
body.single-corporate_events .entry-title,
body.single-mails_to_shareholder .entry-meta,
body.single-mails_to_shareholder .entry-title {
	text-align: left;
}
body.single.single-raporty_espi_ebi .document-file-container p,
body.single.single-general_meetings .document-file-container p,
body.single-corporate_events .document-file-container p,
body.single-mails_to_shareholder .document-file-container p {
	font-weight: 700;
	border-bottom: 2px solid black;
	padding-bottom: 1em;
}
body.single.single-raporty_espi_ebi .document-file-container p,
body.single.single-general_meetings .document-file-container p,
body.single-corporate_events .document-file-container p,
body.single-mails_to_shareholder .document-file-container p {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	body.single.single-raporty_espi_ebi .document-file-container p,
	body.single.single-general_meetings .document-file-container p,
	body.single-corporate_events .document-file-container p,
	body.single-mails_to_shareholder .document-file-container p {
		font-size: calc(16px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	body.single.single-raporty_espi_ebi .document-file-container p,
	body.single.single-general_meetings .document-file-container p,
	body.single-corporate_events .document-file-container p,
	body.single-mails_to_shareholder .document-file-container p {
		font-size: 18px;
	}
}

.cookie-law-notification {
	z-index: 10000000;
	opacity: 0;
	transition: all 0.3s ease-in 0s;
	position: fixed;
	width: 100%;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 100%);
	padding: 1em 5em;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 15px;
	box-shadow: rgba(23, 43, 99, 0.4) 0px 7px 28px;
	display: none;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
}
@media screen and (max-width: 992px) {
	.cookie-law-notification {
		border-radius: 0;
		max-width: 100%;
		width: 100%;
		right: 0;
		bottom: 0;
		flex-flow: column-reverse;
		padding: 1em;
	}
}

.cookies-notification-on {
	display: flex;
	opacity: 1;
	animation: cookieInfoUp 1s forwards;
	transition: all 0.3s ease-in-out;
}
@keyframes cookieInfoUp {
	0% {
		transform: translate(-50%, 100%);
		opacity: 0;
	}
	90% {
		transform: translate(-50%, 0%);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, 0%);
		opacity: 1;
	}
}

.cookies-notification-off {
	display: none;
}

.cookie-law-accepted {
	transform: translate(-50%, 100%) !important;
	opacity: 0 !important;
}

.cookie-law-notification a {
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.cookie-law-notification p {
	margin: 0;
	color: black;
}
@media screen and (max-width: 992px) {
	.cookie-law-notification p {
		text-align: center;
	}
}

.cookie-law-notification button {
	align-self: center;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	color: #fff;
	background-color: #000;
	border: none;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 50px;
	margin: auto 2em;
	transition: all 0.3s ease-in-out;
	padding: 0 2em !important;
}
.cookie-law-notification button:focus, .cookie-law-notification button:active {
	outline: none;
}
@media screen and (max-width: 992px) {
	.cookie-law-notification button {
		margin: 1em auto auto;
	}
}

.cookie-law-notification button:hover {
	opacity: 1;
}

#fractals {
	background: url(../dist/svg/bg_02.svg) no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 450px;
	position: absolute;
	display: block;
	top: -200px;
	z-index: -1;
	left: 0;
}
@media screen and (min-width: 1400px) {
	#fractals {
		width: 100%;
		background-size: 160%;
		background-position: 35%;
		height: 1036px;
		position: absolute;
		display: block;
		top: -400px;
		z-index: -1;
		left: 0;
	}
}

.structure {
	padding: 2em 0% 0% 0%;
	position: relative;
}
@media screen and (min-width: 992px) {
	.structure {
		padding: 4em 18% 8em 18%;
	}
}
@media screen and (min-width: 1400px) {
	.structure {
		padding: 4em 10% 8em 10%;
	}
}
@media screen and (min-width: 1600px) {
	.structure {
		padding: 4em 18% 8em 18%;
	}
}
.structure__header h3 {
	background: url(../dist/img/ekipa-logo-png-dark.png) no-repeat;
	background: url(../dist/svg/ekipa-holding-logo-dark.svg) no-repeat;
	background-size: contain;
	height: 1.5em;
	background-position: center;
	margin-bottom: 0.25em;
}

.tabs-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1360px) {
	.tabs-menu {
		justify-content: center;
	}
}
.tabs-menu .tab-menu__position {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	transition: all 0.2s ease-in-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.025);
	border: 1px solid transparent;
	border-radius: 8px;
	width: 50%;
	margin-bottom: 1.25rem;
}
.tabs-menu .tab-menu__position img {
	opacity: 0.3;
	transition: all 0.2s ease-in-out;
	width: 80%;
}
@media screen and (max-width: 1359px) {
	.tabs-menu .tab-menu__position img {
		width: 80%;
		display: block;
		-o-object-fit: contain;
		   object-fit: contain;
		margin: 0 AUTO;
	}
}
@media screen and (min-width: 1360px) {
	.tabs-menu .tab-menu__position {
		width: 24.5%;
		padding: 4% 6%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 4rem;
	}
}
.tabs-menu .tab-menu__position p {
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 600;
	height: auto;
	margin: 0;
	line-height: 4rem;
	padding: 0 1em;
}
.tabs-menu .tab-menu__position p {
	font-size: 12px;
}
@media screen and (min-width: 320px) {
	.tabs-menu .tab-menu__position p {
		font-size: calc(12px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.tabs-menu .tab-menu__position p {
		font-size: 14px;
	}
}
@media screen and (min-width: 1360px) {
	.tabs-menu .tab-menu__position p {
		width: 90%;
		text-align: center;
	}
}
.tabs-menu .tab-menu__position .tab-edge {
	display: none;
}
@media screen and (min-width: 1360px) {
	.tabs-menu .tab-menu__position .tab-edge {
		display: block;
		width: 0;
		height: 0;
		border-top: 6em solid #fafafa;
		border-left: 2em solid transparent;
		border-top: 4em solid #fff;
		transition: all 0.2s ease-in-out;
	}
}
.tabs-menu .tab-menu__position--active img {
	opacity: 1;
}
@media screen and (max-width: 1360px) {
	.tabs-menu .tab-menu__position--active {
		border: 1px solid transparent;
	}
}
@media screen and (min-width: 1360px) {
	.tabs-menu .tab-menu__position--active {
		border: 1px solid #e8e0e0;
	}
	.tabs-menu .tab-menu__position--active p {
		font-weight: 600;
	}
}
@media screen and (min-width: 1360px) {
	.tabs-menu .tab-menu__position--active .tab-edge {
		display: block;
		border-left: 2em solid transparent;
		border-top: 4em solid #fff;
	}
}
@media screen and (min-width: 1360px) {
	.tabs-menu .tab-menu__position:hover {
		border: 1px solid #e8e0e0;
	}
}
.tabs-menu .tab-menu__position:hover img {
	opacity: 1;
}

.tabs-content {
	min-height: 20em;
}
.tabs-content .tab {
	height: 100%;
	width: 100%;
	z-index: -1;
	display: none;
}
.tabs-content .tab__text, .tabs-content .tab__image {
	opacity: 0;
	transition: all 0.4s ease;
}
.tabs-content .tab--active {
	z-index: 1;
	display: flex;
	flex-flow: column;
	background: #fafafa;
}
@media screen and (min-width: 1400px) {
	.tabs-content .tab--active {
		flex-flow: row;
	}
}
.tabs-content .tab--loaded .tab__image,
.tabs-content .tab--loaded .tab__text {
	opacity: 1;
}
.tabs-content .tab__text {
	padding: 0rem 1.5rem 2rem;
	height: 100%;
	min-height: 20em;
}
@media screen and (min-width: 992px) {
	.tabs-content .tab__text {
		padding: 0rem 4rem 2rem;
	}
}
@media screen and (min-width: 1400px) {
	.tabs-content .tab__text {
		width: 50%;
		padding: 3rem 5rem;
	}
}
.tabs-content .tab__text h4 {
	margin: 2rem 0;
}
.tabs-content .tab__text h4 {
	font-size: 24px;
}
@media screen and (min-width: 320px) {
	.tabs-content .tab__text h4 {
		font-size: calc(24px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.tabs-content .tab__text h4 {
		font-size: 26px;
	}
}
@media screen and (min-width: 992px) {
	.tabs-content .tab__text h4 {
		margin: 2rem 0;
	}
}
.tabs-content .tab__text p,
.tabs-content .tab__text a {
	margin: 0 0;
}
.tabs-content .tab__text p,
.tabs-content .tab__text a {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	.tabs-content .tab__text p,
	.tabs-content .tab__text a {
		font-size: calc(16px + 0 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.tabs-content .tab__text p,
	.tabs-content .tab__text a {
		font-size: 16px;
	}
}
.tabs-content .tab__text-business-data__wrapper {
	margin-bottom: 1.5em;
}
.tabs-content .tab__text-description {
	line-height: 1.5;
}
.tabs-content .tab__image {
	min-height: 20em;
	background-position: center;
}
@media screen and (min-width: 1400px) {
	.tabs-content .tab__image {
		width: 50%;
	}
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*---------------------------
## Grid
---------------------------*/
/*
 * Foundation 5 Grid
 */
.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5em;
}

.row::before,
.row::after {
	content: " ";
	display: table;
}

.row::after {
	clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.row .row {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
}

.row .row::before,
.row .row::after {
	content: " ";
	display: table;
}

.row .row::after {
	clear: both;
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
}

.row .row.collapse::before,
.row .row.collapse::after {
	content: " ";
	display: table;
}

.row .row.collapse::after {
	clear: both;
}

.column,
.columns {
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	width: 100%;
	float: left;
}

[class*=column] + [class*=column]:last-child {
	float: right;
}

[class*=column] + [class*=column].end {
	float: left;
}

@media only screen {
	.small-push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.small-pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.small-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.small-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.small-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.small-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.small-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.small-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.small-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.small-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.small-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.small-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.small-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.small-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.small-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.small-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.small-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.small-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.small-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.small-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.small-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.small-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.small-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.small-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}
	.small-1 {
		width: 8.33333%;
	}
	.small-2 {
		width: 16.66667%;
	}
	.small-3 {
		width: 25%;
	}
	.small-4 {
		width: 33.33333%;
	}
	.small-5 {
		width: 41.66667%;
	}
	.small-6 {
		width: 50%;
	}
	.small-7 {
		width: 58.33333%;
	}
	.small-8 {
		width: 66.66667%;
	}
	.small-9 {
		width: 75%;
	}
	.small-10 {
		width: 83.33333%;
	}
	.small-11 {
		width: 91.66667%;
	}
	.small-12 {
		width: 100%;
	}
	.small-offset-0 {
		margin-left: 0 !important;
	}
	.small-offset-1 {
		margin-left: 8.33333% !important;
	}
	.small-offset-2 {
		margin-left: 16.66667% !important;
	}
	.small-offset-3 {
		margin-left: 25% !important;
	}
	.small-offset-4 {
		margin-left: 33.33333% !important;
	}
	.small-offset-5 {
		margin-left: 41.66667% !important;
	}
	.small-offset-6 {
		margin-left: 50% !important;
	}
	.small-offset-7 {
		margin-left: 58.33333% !important;
	}
	.small-offset-8 {
		margin-left: 66.66667% !important;
	}
	.small-offset-9 {
		margin-left: 75% !important;
	}
	.small-offset-10 {
		margin-left: 83.33333% !important;
	}
	.small-offset-11 {
		margin-left: 91.66667% !important;
	}
	.small-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.small-centered,
	.columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.small-uncentered,
	.columns.small-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.column.small-centered:last-child,
	.columns.small-centered:last-child {
		float: none;
	}
	.column.small-uncentered:last-child,
	.columns.small-uncentered:last-child {
		float: left;
	}
	.column.small-uncentered.opposite,
	.columns.small-uncentered.opposite {
		float: right;
	}
	.row.small-collapse > .column,
	.row.small-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.row.small-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.row.small-uncollapse > .column,
	.row.small-uncollapse > .columns {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}
}
@media only screen and (min-width: 40.063em) {
	.medium-push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.medium-pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.medium-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.medium-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.medium-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.medium-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.medium-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.medium-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.medium-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.medium-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.medium-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.medium-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.medium-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.medium-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}
	.medium-1 {
		width: 8.33333%;
	}
	.medium-2 {
		width: 16.66667%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-4 {
		width: 33.33333%;
	}
	.medium-5 {
		width: 41.66667%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-7 {
		width: 58.33333%;
	}
	.medium-8 {
		width: 66.66667%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-10 {
		width: 83.33333%;
	}
	.medium-11 {
		width: 91.66667%;
	}
	.medium-12 {
		width: 100%;
	}
	.medium-offset-0 {
		margin-left: 0 !important;
	}
	.medium-offset-1 {
		margin-left: 8.33333% !important;
	}
	.medium-offset-2 {
		margin-left: 16.66667% !important;
	}
	.medium-offset-3 {
		margin-left: 25% !important;
	}
	.medium-offset-4 {
		margin-left: 33.33333% !important;
	}
	.medium-offset-5 {
		margin-left: 41.66667% !important;
	}
	.medium-offset-6 {
		margin-left: 50% !important;
	}
	.medium-offset-7 {
		margin-left: 58.33333% !important;
	}
	.medium-offset-8 {
		margin-left: 66.66667% !important;
	}
	.medium-offset-9 {
		margin-left: 75% !important;
	}
	.medium-offset-10 {
		margin-left: 83.33333% !important;
	}
	.medium-offset-11 {
		margin-left: 91.66667% !important;
	}
	.medium-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.medium-centered,
	.columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.medium-uncentered,
	.columns.medium-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.column.medium-centered:last-child,
	.columns.medium-centered:last-child {
		float: none;
	}
	.column.medium-uncentered:last-child,
	.columns.medium-uncentered:last-child {
		float: left;
	}
	.column.medium-uncentered.opposite,
	.columns.medium-uncentered.opposite {
		float: right;
	}
	.row.medium-collapse > .column,
	.row.medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.row.medium-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.row.medium-uncollapse > .column,
	.row.medium-uncollapse > .columns {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}
	.push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
}
@media only screen and (min-width: 64.063em) {
	.large-push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.large-pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.large-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.large-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.large-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.large-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.large-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.large-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.large-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.large-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.large-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.large-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.large-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.large-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.large-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.large-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.large-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.large-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.large-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.large-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.large-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.large-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.large-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.large-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}
	.large-1 {
		width: 8.33333%;
	}
	.large-2 {
		width: 16.66667%;
	}
	.large-3 {
		width: 25%;
	}
	.large-4 {
		width: 33.33333%;
	}
	.large-5 {
		width: 41.66667%;
	}
	.large-6 {
		width: 50%;
	}
	.large-7 {
		width: 58.33333%;
	}
	.large-8 {
		width: 66.66667%;
	}
	.large-9 {
		width: 75%;
	}
	.large-10 {
		width: 83.33333%;
	}
	.large-11 {
		width: 91.66667%;
	}
	.large-12 {
		width: 100%;
	}
	.large-offset-0 {
		margin-left: 0 !important;
	}
	.large-offset-1 {
		margin-left: 8.33333% !important;
	}
	.large-offset-2 {
		margin-left: 16.66667% !important;
	}
	.large-offset-3 {
		margin-left: 25% !important;
	}
	.large-offset-4 {
		margin-left: 33.33333% !important;
	}
	.large-offset-5 {
		margin-left: 41.66667% !important;
	}
	.large-offset-6 {
		margin-left: 50% !important;
	}
	.large-offset-7 {
		margin-left: 58.33333% !important;
	}
	.large-offset-8 {
		margin-left: 66.66667% !important;
	}
	.large-offset-9 {
		margin-left: 75% !important;
	}
	.large-offset-10 {
		margin-left: 83.33333% !important;
	}
	.large-offset-11 {
		margin-left: 91.66667% !important;
	}
	.large-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.large-centered,
	.columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.large-uncentered,
	.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.column.large-centered:last-child,
	.columns.large-centered:last-child {
		float: none;
	}
	.column.large-uncentered:last-child,
	.columns.large-uncentered:last-child {
		float: left;
	}
	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right;
	}
	.row.large-collapse > .column,
	.row.large-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.row.large-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.row.large-uncollapse > .column,
	.row.large-uncollapse > .columns {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}
	.push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
}
[class*=block-grid-] {
	display: block;
	padding: 0;
	margin: 0 -0.625rem;
}

[class*=block-grid-]::before,
[class*=block-grid-]::after {
	content: " ";
	display: table;
}

[class*=block-grid-]::after {
	clear: both;
}

[class*=block-grid-] > li {
	display: block;
	height: auto;
	float: left;
	padding: 0 0.625rem 1.25rem;
}

@media only screen {
	.small-block-grid-1 > li {
		width: 100%;
		list-style: none;
	}
	.small-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-1 > li:nth-of-type(1n+1) {
		clear: both;
	}
	.small-block-grid-2 > li {
		width: 50%;
		list-style: none;
	}
	.small-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-2 > li:nth-of-type(2n+1) {
		clear: both;
	}
	.small-block-grid-3 > li {
		width: 33.33333%;
		list-style: none;
	}
	.small-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-3 > li:nth-of-type(3n+1) {
		clear: both;
	}
	.small-block-grid-4 > li {
		width: 25%;
		list-style: none;
	}
	.small-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-4 > li:nth-of-type(4n+1) {
		clear: both;
	}
	.small-block-grid-5 > li {
		width: 20%;
		list-style: none;
	}
	.small-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-5 > li:nth-of-type(5n+1) {
		clear: both;
	}
	.small-block-grid-6 > li {
		width: 16.66667%;
		list-style: none;
	}
	.small-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-6 > li:nth-of-type(6n+1) {
		clear: both;
	}
	.small-block-grid-7 > li {
		width: 14.28571%;
		list-style: none;
	}
	.small-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-7 > li:nth-of-type(7n+1) {
		clear: both;
	}
	.small-block-grid-8 > li {
		width: 12.5%;
		list-style: none;
	}
	.small-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-8 > li:nth-of-type(8n+1) {
		clear: both;
	}
	.small-block-grid-9 > li {
		width: 11.11111%;
		list-style: none;
	}
	.small-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-9 > li:nth-of-type(9n+1) {
		clear: both;
	}
	.small-block-grid-10 > li {
		width: 10%;
		list-style: none;
	}
	.small-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-10 > li:nth-of-type(10n+1) {
		clear: both;
	}
	.small-block-grid-11 > li {
		width: 9.09091%;
		list-style: none;
	}
	.small-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-11 > li:nth-of-type(11n+1) {
		clear: both;
	}
	.small-block-grid-12 > li {
		width: 8.33333%;
		list-style: none;
	}
	.small-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-12 > li:nth-of-type(12n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 40.063em) {
	.medium-block-grid-1 > li {
		width: 100%;
		list-style: none;
	}
	.medium-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-1 > li:nth-of-type(1n+1) {
		clear: both;
	}
	.medium-block-grid-2 > li {
		width: 50%;
		list-style: none;
	}
	.medium-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-2 > li:nth-of-type(2n+1) {
		clear: both;
	}
	.medium-block-grid-3 > li {
		width: 33.33333%;
		list-style: none;
	}
	.medium-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-3 > li:nth-of-type(3n+1) {
		clear: both;
	}
	.medium-block-grid-4 > li {
		width: 25%;
		list-style: none;
	}
	.medium-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-4 > li:nth-of-type(4n+1) {
		clear: both;
	}
	.medium-block-grid-5 > li {
		width: 20%;
		list-style: none;
	}
	.medium-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-5 > li:nth-of-type(5n+1) {
		clear: both;
	}
	.medium-block-grid-6 > li {
		width: 16.66667%;
		list-style: none;
	}
	.medium-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-6 > li:nth-of-type(6n+1) {
		clear: both;
	}
	.medium-block-grid-7 > li {
		width: 14.28571%;
		list-style: none;
	}
	.medium-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-7 > li:nth-of-type(7n+1) {
		clear: both;
	}
	.medium-block-grid-8 > li {
		width: 12.5%;
		list-style: none;
	}
	.medium-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-8 > li:nth-of-type(8n+1) {
		clear: both;
	}
	.medium-block-grid-9 > li {
		width: 11.11111%;
		list-style: none;
	}
	.medium-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-9 > li:nth-of-type(9n+1) {
		clear: both;
	}
	.medium-block-grid-10 > li {
		width: 10%;
		list-style: none;
	}
	.medium-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-10 > li:nth-of-type(10n+1) {
		clear: both;
	}
	.medium-block-grid-11 > li {
		width: 9.09091%;
		list-style: none;
	}
	.medium-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-11 > li:nth-of-type(11n+1) {
		clear: both;
	}
	.medium-block-grid-12 > li {
		width: 8.33333%;
		list-style: none;
	}
	.medium-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-12 > li:nth-of-type(12n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 64.063em) {
	.large-block-grid-1 > li {
		width: 100%;
		list-style: none;
	}
	.large-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-1 > li:nth-of-type(1n+1) {
		clear: both;
	}
	.large-block-grid-2 > li {
		width: 50%;
		list-style: none;
	}
	.large-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-2 > li:nth-of-type(2n+1) {
		clear: both;
	}
	.large-block-grid-3 > li {
		width: 33.33333%;
		list-style: none;
	}
	.large-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-3 > li:nth-of-type(3n+1) {
		clear: both;
	}
	.large-block-grid-4 > li {
		width: 25%;
		list-style: none;
	}
	.large-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-4 > li:nth-of-type(4n+1) {
		clear: both;
	}
	.large-block-grid-5 > li {
		width: 20%;
		list-style: none;
	}
	.large-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-5 > li:nth-of-type(5n+1) {
		clear: both;
	}
	.large-block-grid-6 > li {
		width: 16.66667%;
		list-style: none;
	}
	.large-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-6 > li:nth-of-type(6n+1) {
		clear: both;
	}
	.large-block-grid-7 > li {
		width: 14.28571%;
		list-style: none;
	}
	.large-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-7 > li:nth-of-type(7n+1) {
		clear: both;
	}
	.large-block-grid-8 > li {
		width: 12.5%;
		list-style: none;
	}
	.large-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-8 > li:nth-of-type(8n+1) {
		clear: both;
	}
	.large-block-grid-9 > li {
		width: 11.11111%;
		list-style: none;
	}
	.large-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-9 > li:nth-of-type(9n+1) {
		clear: both;
	}
	.large-block-grid-10 > li {
		width: 10%;
		list-style: none;
	}
	.large-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-10 > li:nth-of-type(10n+1) {
		clear: both;
	}
	.large-block-grid-11 > li {
		width: 9.09091%;
		list-style: none;
	}
	.large-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-11 > li:nth-of-type(11n+1) {
		clear: both;
	}
	.large-block-grid-12 > li {
		width: 8.33333%;
		list-style: none;
	}
	.large-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-12 > li:nth-of-type(12n+1) {
		clear: both;
	}
}
/*---------------------------
## Header
---------------------------*/
.site-header {
	z-index: 1;
	width: 100%;
}
.site-header .site-branding {
	width: 100%;
	position: relative;
}

.home .site-header {
	height: inherit;
}

.custom-logo-link {
	display: block;
	position: absolute;
	text-indent: -9999px;
	z-index: 1;
	top: 1.75em;
	text-indent: -9999px;
	z-index: 2;
	width: 7em;
	height: 3em;
	background: url(../dist/img/ekipa-logo-png-light.png) no-repeat;
	background: url(../dist/svg/ekipa-holding-logo-light.svg) no-repeat;
	background-size: contain;
	left: 1em;
}
@media screen and (min-width: 992px) {
	.custom-logo-link {
		display: none;
	}
}

.custom-logo-link-dark {
	display: block;
	position: absolute;
	margin: auto;
	top: 1.75em;
	text-indent: -9999px;
	z-index: 1;
	width: 7em;
	height: 3em;
	background: url(../dist/img/ekipa-logo-png-dark.png) no-repeat;
	background: url(../dist/svg/ekipa-holding-logo-dark.svg) no-repeat;
	background-size: contain;
	left: 1em;
}
@media screen and (min-width: 992px) {
	.custom-logo-link-dark {
		display: none;
	}
}

.home .custom-logo-link {
	left: 10%;
	transform: translate(-10%, 0%);
}
.home .custom-logo-link-dark {
	display: block;
	position: absolute;
	margin: auto;
	top: 1.5em;
	text-indent: -9999px;
	z-index: 2;
	width: 7em;
	height: 3em;
	background: url(../dist/img/ekipa-logo-png-dark.png) no-repeat;
	background: url(../dist/svg/ekipa-holding-logo-dark.svg) no-repeat;
	background-size: contain;
	left: 1em;
}
@media screen and (min-width: 992px) {
	.home .custom-logo-link-dark {
		display: none;
	}
}

/*---------------------------
## Main
---------------------------*/
.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.glide * {
	box-sizing: inherit;
}
.glide__track {
	overflow: hidden;
}
.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}
.glide__slides--dragging {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.glide__slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}
.glide__slide a {
	-webkit-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.glide__arrows {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.glide--rtl {
	direction: rtl;
}

section {
	padding: 1em 10% 3em 10%;
}
@media screen and (min-width: 992px) {
	section {
		padding: 1em 15% 4em 15%;
	}
}
@media screen and (min-width: 1400px) {
	section {
		padding: 4em 18% 4em 18%;
	}
}

.about-carousel {
	width: 100%;
	height: 75vh;
}
@media screen and (min-width: 992px) {
	.about-carousel {
		height: 100vh;
	}
}
.about-carousel .swiper-slide img {
	height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}
@media screen and (max-width: 991px) {
	.about-carousel .swiper-slide img {
		height: 100%;
		max-width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.scroll-down {
	height: 100vh;
	height: 115px;
	position: absolute;
	display: block;
	bottom: -60px;
	width: 100%;
	left: 50%;
	overflow-x: hidden;
	transform: translate(-50%, 0%);
	z-index: 10;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
	.scroll-down {
		max-width: 300px;
		bottom: -1%;
	}
}
.scroll-down:before {
	content: "";
	background: url(../dist/svg/arrow_down.svg) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	height: 2.5em;
	width: 2.5em;
	top: 1.05em;
	bottom: unset;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 1;
	animation: myScrollDownMove 1.5s infinite;
}
@media screen and (min-width: 992px) {
	.scroll-down:before {
		bottom: 1.75em;
		top: unset;
	}
}
@keyframes myScrollDownMove {
	0% {
		transform: translate(-50%, 0%);
	}
	50% {
		transform: translate(-50%, -20%);
	}
	100% {
		transform: translate(-50%, 0%);
	}
}
.scroll-down:after {
	position: absolute;
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 7em solid white;
	border-right: 10em solid transparent;
	border-bottom: 10em solid transparent;
	border-left: 10em solid transparent;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0) rotate(180deg);
}
@media screen and (max-width: 768px) {
	.scroll-down:after {
		width: 100%;
		height: 100%;
		border-right: 55vw solid transparent;
		border-left: 55vw solid transparent;
		border-bottom: 10em solid transparent;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.scroll-down:after {
		width: 100%;
		height: 100%;
		border-right: 55vw solid transparent;
		border-left: 55vw solid transparent;
		border-bottom: 10em solid transparent;
	}
}
@media screen and (min-width: 500px) and (max-width: 1024px) and (orientation: landscape) {
	.scroll-down:after {
		border-right: 14em solid transparent;
		border-left: 14em solid transparent;
		border-bottom: 10em solid transparent;
	}
}

section.blog-posts {
	padding: 2em 5% 3em 5%;
}
@media screen and (min-width: 992px) {
	section.blog-posts {
		padding: 4em 15% 4em 15%;
	}
}
@media screen and (min-width: 1400px) {
	section.blog-posts {
		padding: 4em 18% 4em 18%;
	}
}

.stock-wrapper {
	border: 1px solid rgba(30, 30, 30, 0.25098);
	padding: 4.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.stock-wrapper .price {
	font-size: 2rem;
}
@media screen and (min-width: 992px) {
	.stock-wrapper .price {
		font-size: 3rem;
	}
}
.stock-wrapper .percent {
	font-size: 0.8rem;
	margin: 0;
}
@media screen and (min-width: 992px) {
	.stock-wrapper .percent {
		font-size: 1.75rem;
	}
}
.stock-wrapper .stock-info {
	font-size: 0.8rem;
	color: #d3d3d3;
}
@media screen and (min-width: 992px) {
	.stock-wrapper .stock-info {
		font-size: 1rem;
	}
}

#my-page-header {
	background: #1e1e1e;
	background-position: 20%;
	height: 60vh;
	position: relative;
	border-bottom: none;
	height: calc(1vh * 60);
	height: calc(var(--vh, 1vh) * 60);
}
@media screen and (min-width: 992px) {
	#my-page-header {
		height: 100vh;
		height: calc(1vh * 100 - 5rem);
		height: calc(var(--vh, 1vh) * 100 - 5rem);
		background-position: unset;
		margin-top: 5rem;
	}
}
#my-page-header header.entry-header {
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
#my-page-header header.entry-header #mainSlogan {
	margin: 0;
	text-align: center;
	color: #fff;
}
#my-page-header header.entry-header #mainSlogan {
	font-size: 24px;
}
@media screen and (min-width: 320px) {
	#my-page-header header.entry-header #mainSlogan {
		font-size: calc(24px + 36 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	#my-page-header header.entry-header #mainSlogan {
		font-size: 60px;
	}
}

.page-template-home-template-filler #my-page-header {
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
}

.mainSlogan--up {
	animation: slideIn 1s forwards;
}
@keyframes slideIn {
	0% {
		transform: translate(0, 5em);
		opacity: 0.8;
	}
	75% {
		transform: translate(0, 0em);
		opacity: 1;
	}
	100% {
		transform: translate(0, 0em);
		opacity: 1;
	}
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.prev-triangle {
	width: 0;
	height: 0;
	left: 0 !important;
	border-style: solid;
	border-width: 100px 0 100px 100px;
	border-color: transparent transparent transparent #ffffff;
	-webkit-transform: rotate(360deg);
}
@media screen and (max-width: 991px) {
	.prev-triangle {
		left: -25px !important;
		transform: scale(0.5);
	}
}
.prev-triangle img {
	max-width: unset;
	width: 34px;
	height: 34px;
	position: absolute;
	left: -5.5rem;
	transform: rotate(180deg);
}

.next-triangle {
	width: 0;
	height: 0;
	right: 0 !important;
	border-style: solid;
	border-width: 100px 100px 100px 0;
	border-color: transparent #ffffff transparent transparent;
	-webkit-transform: rotate(360deg);
}
@media screen and (max-width: 991px) {
	.next-triangle {
		right: -25px !important;
		transform: scale(0.5);
	}
}
.next-triangle img {
	max-width: unset;
	width: 34px;
	height: 34px;
	position: absolute;
	right: -5.5rem;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "" !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "" !important;
}

/*---------------------------
## Content
---------------------------*/
/* POSTS AND PAGES */
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	text-align: justify;
}

.entry-content a {
	word-break: break-all;
}

::-moz-selection {
	background: rgba(0, 0, 0, 0.1); /* WebKit/Blink Browsers */
}

::selection {
	background: rgba(0, 0, 0, 0.1); /* WebKit/Blink Browsers */
}

::-moz-selection {
	background: rgba(0, 0, 0, 0.1); /* Gecko Browsers */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* ASIDES */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* COMMENTS */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

@media screen and (max-width: 992px) {
	.page-template-default .subpage__content,
	.page-template-shareholding-structure-page-template .subpage__content,
	.page-template-management-page-template .subpage__content {
		margin-top: 0;
	}
}

.page-template-home-template .section-header {
	text-align: center;
	margin-bottom: 2.5em;
}
.page-template-home-template .section-header {
	font-size: 18px;
}
@media screen and (min-width: 320px) {
	.page-template-home-template .section-header {
		font-size: calc(18px + 4 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.page-template-home-template .section-header {
		font-size: 22px;
	}
}

.page-template-privacy-policy-page-template .site-main {
	margin-top: 4rem;
}

.page-template-contact-investors-page-template .subpage__content {
	margin: 0 auto 4rem;
	text-align: center;
	max-width: 75%;
}
.page-template-contact-investors-page-template .contact-info {
	margin-top: 6rem;
}
.page-template-contact-investors-page-template .contact-info h3 {
	min-height: 4rem;
	margin-bottom: 1rem;
}
.page-template-contact-investors-page-template .contact-info h3 {
	font-size: 24px;
}
@media screen and (min-width: 320px) {
	.page-template-contact-investors-page-template .contact-info h3 {
		font-size: calc(24px + 0 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.page-template-contact-investors-page-template .contact-info h3 {
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	.page-template-contact-investors-page-template .contact-info h3 {
		min-height: 6rem;
	}
}
.page-template-contact-investors-page-template .contact-info p {
	margin: 0 0 1rem;
}

.site-content {
	margin-top: 5rem;
}
@media screen and (min-width: 992px) {
	.site-content {
		margin-top: 9rem;
	}
}

.home .site-content {
	margin-top: 0;
}

.content__wrapper,
.content__wrapper--motionless {
	margin: auto;
	width: 90%;
	padding: 2em 1em;
	min-height: 20vh;
	background: #fff;
}
@media screen and (min-width: 992px) {
	.content__wrapper,
	.content__wrapper--motionless {
		padding: 3em 3em;
	}
}
@media screen and (min-width: 1400px) {
	.content__wrapper,
	.content__wrapper--motionless {
		width: 60%;
		padding: 4em 5em;
	}
}
@media screen and (min-width: 1600px) {
	.content__wrapper,
	.content__wrapper--motionless {
		width: 50%;
	}
}
.content__wrapper .entry-header,
.content__wrapper--motionless .entry-header {
	text-align: center;
}

.content__wrapper--motionless {
	transform: translate(0, -1.5rem);
}
.content__wrapper--motionless .content__intro-text {
	margin-top: 0 !important;
}
@media screen and (min-width: 992px) {
	.content__wrapper--motionless {
		transform: translate(0, -6.5rem);
	}
}

.content__wrapper--up {
	animation: postUp 1s forwards;
}
@media screen and (min-width: 992px) {
	@keyframes postUp {
		0% {
			transform: translate(0, 0);
			opacity: 0.9;
		}
		75% {
			transform: translate(0, -6.5rem);
			opacity: 1;
		}
		100% {
			transform: translate(0, -6.5rem);
			opacity: 1;
		}
	}
}
@media screen and (max-width: 992px) {
	@keyframes postUp {
		0% {
			transform: translate(0, 0);
			opacity: 0.9;
		}
		75% {
			transform: translate(0, -1.5rem);
			opacity: 1;
		}
		100% {
			transform: translate(0, -1.5rem);
			opacity: 1;
		}
	}
}

.subpage__header-image {
	margin: 0em auto 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	height: 25em;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media screen and (max-width: 992px) {
	.subpage__header-image {
		height: 15em;
	}
}
.subpage__header-image:before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.subpage__header-image h1 {
	color: #fff;
	text-align: center;
	max-width: 90%;
	z-index: 1;
	margin-top: -1.5rem;
}
@media screen and (min-width: 992px) {
	.subpage__header-image h1 {
		margin-top: -6.5rem;
	}
}
@media screen and (min-width: 1400px) {
	.subpage .content__wrapper,
	.subpage .content__wrapper--motionless {
		width: 90%;
		padding: 4em 5em;
	}
}
@media screen and (min-width: 1600px) {
	.subpage .content__wrapper,
	.subpage .content__wrapper--motionless {
		width: 75%;
	}
}
.subpage .content__intro-text {
	padding: 0 1em 2.5em;
	text-align: center;
	margin: 0;
}
.subpage .content__intro-text {
	font-size: 18px;
}
@media screen and (min-width: 320px) {
	.subpage .content__intro-text {
		font-size: calc(18px + 6 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.subpage .content__intro-text {
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	.subpage .content__intro-text {
		margin-top: 4rem;
	}
}
.subpage__content {
	margin-top: 4rem;
}
.subpage__content {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	.subpage__content {
		font-size: calc(16px + 4 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.subpage__content {
		font-size: 20px;
	}
}

.pagination-container {
	padding: 1rem;
	margin: 3rem auto;
	border-radius: 0.2rem;
	counter-reset: pagination;
	text-align: center;
	width: 100%;
	position: relative;
}
.pagination-container:after {
	clear: both;
	content: "";
	display: table;
}
.pagination-container ul,
.pagination-container li {
	list-style: none;
	display: inline;
	padding-left: 0px;
	margin: 0;
}
.pagination-container ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination-container ul:before {
	content: "";
	display: block;
}
.pagination-container li {
	counter-increment: pagination;
}
.pagination-container li .prev {
	position: absolute;
	left: -0.5rem;
	padding: 0;
	width: 42px;
	height: 42px;
}
@media screen and (min-width: 992px) {
	.pagination-container li .prev {
		left: 1rem;
	}
}
.pagination-container li .prev:after {
	content: ">";
	background: url(../dist/svg/arrow_left.svg);
	width: 42px;
	height: 42px;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	transition: all 0.3s ease-in-out;
}
.pagination-container li .prev:hover:after {
	filter: invert(100%) brightness(1000%);
}
.pagination-container li .next {
	position: absolute;
	right: -0.5rem;
	padding: 0;
	width: 42px;
	height: 42px;
}
@media screen and (min-width: 992px) {
	.pagination-container li .next {
		right: 1rem;
	}
}
.pagination-container li .next:after {
	content: ">";
	background: url(../dist/svg/arrow_right.svg);
	width: 42px;
	height: 42px;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	transition: all 0.3s ease-in-out;
}
.pagination-container li .next:hover:after {
	filter: invert(100%) brightness(1000%);
}
.pagination-container li:nth-child(2) {
	counter-reset: pagination;
}
.pagination-container li a {
	border: solid 1px #d7d7d7;
	transition: all 0.3s ease-in-out;
	color: #7d7d7d;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 0.5rem 0.9rem;
}
.pagination-container li a:hover {
	color: #fdfdfd;
	background-color: #1d1f20;
	border: solid 1px #1d1f20;
}
.pagination-container li .current {
	color: #fdfdfd;
	background-color: #1d1f20;
	border: solid 1px #1d1f20;
	border-radius: 0.2rem;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 0.5rem 0.9rem;
}
.pagination-container li .dots {
	display: inline-block;
	text-align: center;
	padding: 0.5rem 0.9rem;
}

/* Relacje Inwestorskie */
.investors-relationships-menu-structure-container {
	margin-top: 2rem;
}
.investors-relationships-menu-structure-container ul {
	margin: 0;
	list-style: none;
}
.investors-relationships-menu-structure-container a {
	position: relative;
}
.investors-relationships-menu-structure-container a:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 0%;
	background: black;
	left: 0;
	bottom: -0.25em;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
	.investors-relationships-menu-structure-container a:hover {
		font-weight: 600;
	}
}
@media screen and (min-width: 992px) {
	.investors-relationships-menu-structure-container a:hover:before {
		content: "";
		position: absolute;
		height: 2px;
		width: 100%;
		background: black;
		left: 0;
		bottom: -0.25em;
	}
}
.investors-relationships-menu-structure-container #investors-relationships-menu-structure {
	padding: 0;
	text-align: center;
}
.investors-relationships-menu-structure-container #investors-relationships-menu-structure > li {
	margin-bottom: 2rem;
}
.investors-relationships-menu-structure-container #investors-relationships-menu-structure > li > a {
	font-weight: 700;
}
.investors-relationships-menu-structure-container #investors-relationships-menu-structure > li > a {
	font-size: 20px;
}
@media screen and (min-width: 320px) {
	.investors-relationships-menu-structure-container #investors-relationships-menu-structure > li > a {
		font-size: calc(20px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.investors-relationships-menu-structure-container #investors-relationships-menu-structure > li > a {
		font-size: 22px;
	}
}
.investors-relationships-menu-structure-container .sub-menu {
	margin-top: 1rem;
	padding-left: 1em;
}
.investors-relationships-menu-structure-container .sub-menu li {
	padding: 0.45em 0;
}
.investors-relationships-menu-structure-container .sub-menu li a {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	.investors-relationships-menu-structure-container .sub-menu li a {
		font-size: calc(16px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.investors-relationships-menu-structure-container .sub-menu li a {
		font-size: 18px;
	}
}

/* MANAGEMENT */
.page-template-management-page-template h3 {
	text-align: center;
}

.management__double {
	margin-top: 10rem;
	margin-bottom: 5rem;
}
.management__double .person {
	margin-bottom: 0rem;
}
.management__container {
	flex-wrap: wrap;
	margin-top: 10rem;
}
@media screen and (min-width: 992px) {
	.management__container {
		display: flex;
		grid-column-gap: 4rem;
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
		justify-content: space-between;
	}
}
.management__container--top {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.management__container--top .person {
	margin-bottom: 0;
}

.person {
	padding: 0 2em 1em;
	border: 2px solid rgba(30, 30, 30, 0.062745098);
	flex: 1 1 28%;
	margin-bottom: 10rem;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
@media screen and (min-width: 992px) {
	.person {
		flex: 1 1 28%;
	}
}
.person__image-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
}
.person__image-holder img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	overflow: hidden;
}
.person__header {
	transform: translateY(-50%);
}
.person__name {
	text-align: center;
	font-weight: 700;
}
.person__name {
	font-size: 18px;
}
@media screen and (min-width: 320px) {
	.person__name {
		font-size: calc(18px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.person__name {
		font-size: 20px;
	}
}
.person__name p {
	margin: 0;
}
.person__role p {
	text-align: center;
	font-style: italic;
	margin-top: 0.5em;
}
.person__role p {
	font-size: 13px;
}
@media screen and (min-width: 320px) {
	.person__role p {
		font-size: calc(13px + 2 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.person__role p {
		font-size: 15px;
	}
}
.person__description {
	transform: translateY(-2rem);
}
.person__description p {
	margin: 0;
}

/* SHAREHOLDING */
@media screen and (max-width: 992px) {
	.page-template-shareholding-structure-page-template .content__wrapper {
		padding: 3em 0em;
	}
}

.shareholding__position.header p {
	color: black;
	font-weight: 700;
}
.shareholding__position {
	justify-content: center;
	margin: auto;
	cursor: pointer;
}
.shareholding__position > * {
	flex: 1;
}
@media screen and (min-width: 992px) {
	.shareholding__position {
		max-width: 85%;
	}
}
.shareholding .media-post {
	flex-flow: row;
	padding: 10px 0;
	grid-column-gap: 1em;
	-moz-column-gap: 1em;
	     column-gap: 1em;
}
.shareholding .media-post__title {
	padding-right: 0;
	justify-content: center;
	width: 20%;
}
.shareholding .media-post p {
	padding-left: 0rem;
	text-align: center;
}
.shareholding .media-post p {
	font-size: 10px;
}
@media screen and (min-width: 320px) {
	.shareholding .media-post p {
		font-size: calc(10px + 8 * (100vw - 320px) / 1280);
	}
}
@media screen and (min-width: 1600px) {
	.shareholding .media-post p {
		font-size: 18px;
	}
}
.shareholding .name p {
	text-align: left;
}

/*---------------------------
## Sidebar
---------------------------*/
.no-sidebar .content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.no-sidebar .site-main {
	margin-right: 0;
}

/*---------------------------
## Footer
---------------------------*/
.site-footer {
	margin-top: 1em;
}
@media screen and (min-width: 992px) {
	.site-footer {
		margin-top: 3em;
	}
}

.site-info {
	text-align: center;
	padding: 2em;
}
/*# sourceMappingURL=style.css.map*/