/**handles:main**/
@charset "UTF-8";
@font-face {
  font-family: "tex_gyre_adventorbold";
  src: url("https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/fonts/texgyreadventor-bold.otf") format("opentype");
}
@font-face {
  font-family: "tex_gyre_adventorregular";
  src: url("https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/fonts/texgyreadventor-regular.otf") format("opentype");
}
/** COLORS **/
/** RESPONSIVE BREAKPOINTS **/
/** TIMING / EASING **/
/** BREAKPOINTS MEDIA **/
/**
 * EXAMPLE:
 * input: @include media('xs') {...}
 * output: @media (min-width: 576px) {...}
 */
/**
 * EXAMPLE:
 * input: @include media-down('xs') {...}
 * output: @media (max-width: 576px) {...}
 */
/**
	* Normalize base on:
	* ! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize
	* and:
	* https://mattbrictson.com/blog/css-normalize-and-reset
	*
	*/
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
:root {
  font-size: 16px;
  line-height: 1.5;
}

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

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: "Jost", sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 15px;
  font-weight: normal;
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

main {
  display: block;
}

/*
Text elements margins
========
*/
h1,
h2,
h3,
h4,
h5,
figure,
p,
ol,
ul,
blockquote {
  margin: 0;
  color: inherit;
}

/*
links
=====
*/
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
a:hover {
  text-decoration: underline;
}

/*
Lists in menu
========
*/
nav ol,
nav ul {
  list-style: none;
  padding-inline: 0;
}

/*
Images
========
*/
img {
  display: block;
  max-inline-size: 100%;
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none !important;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Other things
===========
*/
address {
  font-style: normal;
}

/* Containers */
.container,
.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1600px;
}

@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1800px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}
/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row > * {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Columns */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* Offset */
.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* Displays */
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
/* Flex */
.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

@media (min-width: 576px) {
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 992px) {
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1600px) {
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
/* Flex Justify */
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

@media (min-width: 576px) {
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 992px) {
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1400px) {
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1600px) {
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
}
/* Flex Align */
.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
/* Flex Order */
.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1600px) {
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
/* Position */
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

@media (min-width: 576px) {
  .position-xs-static {
    position: static !important;
  }
  .position-xs-relative {
    position: relative !important;
  }
  .position-xs-absolute {
    position: absolute !important;
  }
  .position-xs-fixed {
    position: fixed !important;
  }
  .position-xs-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1400px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1600px) {
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
}
/* Text Align */
.align-left {
  text-align: left !important;
}

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

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

.align-justify {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .align-xs-left {
    text-align: left !important;
  }
  .align-xs-center {
    text-align: center !important;
  }
  .align-xs-right {
    text-align: right !important;
  }
  .align-xs-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .align-sm-left {
    text-align: left !important;
  }
  .align-sm-center {
    text-align: center !important;
  }
  .align-sm-right {
    text-align: right !important;
  }
  .align-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .align-md-left {
    text-align: left !important;
  }
  .align-md-center {
    text-align: center !important;
  }
  .align-md-right {
    text-align: right !important;
  }
  .align-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .align-lg-left {
    text-align: left !important;
  }
  .align-lg-center {
    text-align: center !important;
  }
  .align-lg-right {
    text-align: right !important;
  }
  .align-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1400px) {
  .align-xl-left {
    text-align: left !important;
  }
  .align-xl-center {
    text-align: center !important;
  }
  .align-xl-right {
    text-align: right !important;
  }
  .align-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1600px) {
  .align-xxl-left {
    text-align: left !important;
  }
  .align-xxl-center {
    text-align: center !important;
  }
  .align-xxl-right {
    text-align: right !important;
  }
  .align-xxl-justify {
    text-align: justify !important;
  }
}
/* From old layout */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.sr-only {
  pointer-events: none;
  position: absolute;
  z-index: -999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
}

[id] {
  scroll-margin-top: 50px;
}

/* Scrollbars */
/* Chrome, Edge and Safari */
.scrollbar-x {
  overflow-x: auto;
  padding-bottom: 10px;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.goverlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.gclose.gbtn {
  width: 32px;
  height: 32px;
  opacity: 1;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/gallery-exit-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
  transition: transform 0.4s;
}
.gclose.gbtn:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .gclose.gbtn:hover {
    transform: scale(1.03);
  }
}

.gclose.gbtn svg {
  display: none;
}

.gprev.gbtn,
.gnext.gbtn {
  padding: 0;
  height: 52px;
  width: 55.25px;
  border-radius: 4px;
  background-color: #081e18;
  opacity: 1;
  transition: 0.4s;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/gallery-btn-next.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.gprev.gbtn:hover,
.gnext.gbtn:hover {
  background-color: #265649;
}

.gprev.gbtn {
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/gallery-btn-prev.svg);
}

.gprev.gbtn svg,
.gnext.gbtn svg {
  display: none;
}

.language-switcher:hover .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .language-switcher {
    margin-right: 11px;
  }
}
.language-switcher .wpml-ls-legacy-dropdown {
  width: unset;
  max-width: unset;
}
.language-switcher .wpml-ls-legacy-dropdown a {
  border: none;
  background-color: transparent;
}
.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background-color: transparent;
  border: none;
  color: #fff;
}
.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  padding-top: 10px;
}
.language-switcher .wpml-ls-legacy-dropdown a {
  color: #fff;
}
.language-switcher .wpml-ls-flag {
  border-radius: 2px;
  min-width: 27px;
}
.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: -12px;
  top: 4px;
  transition: transform 0.4s;
  transform-origin: 5px 3px;
}
.language-switcher .wpml-ls-item-toggle {
  padding-bottom: 0;
}
.language-switcher a {
  position: relative;
  max-width: 57px;
  display: block;
  padding: 0 30px 10px 0;
}
.language-switcher a::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 22px;
  right: 0;
  top: 3px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 0.8538rem;
  font-weight: 400;
}
.language-switcher .wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown {
  position: relative;
}
.language-switcher .wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -17px;
  right: -17px;
  height: 105px;
  background-color: #f5f5f5;
  z-index: -1;
  border-radius: 6px;
  border: 1px solid #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  display: none;
}
.language-switcher .wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown:hover::after {
  display: block;
}
.language-switcher .wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown:hover a {
  color: #265649;
}
.language-switcher .wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-dropdown:hover .wpml-ls-flag {
  border: 1px solid #fff;
}

html[lang=pl-PL] .wpml-ls-item-pl a::before {
  content: "PL";
}
html[lang=pl-PL] .wpml-ls-item-en a::before {
  content: "EN";
}
html[lang=pl-PL] .wpml-ls-item-uk a::before {
  content: "UA";
}

html[lang=en-US] .wpml-ls-item-en a::before {
  content: "EN";
}
html[lang=en-US] .wpml-ls-item-pl a::before {
  content: "PL";
}
html[lang=en-US] .wpml-ls-item-uk a::before {
  content: "UA";
}

html[lang=uk] .wpml-ls-item-uk a::before {
  content: "UA";
}
html[lang=uk] .wpml-ls-item-en a::before {
  content: "EN";
}
html[lang=uk] .wpml-ls-item-pl a::before {
  content: "PL";
}

.hamburger {
  background-color: transparent;
  border: none;
  padding: 0;
  height: 22px;
  cursor: pointer;
}
.hamburger__bar {
  width: 34px;
  height: 2px;
  background-color: #fff;
}

.content__title {
  font-family: "tex_gyre_adventorbold";
  font-size: 2rem;
  line-height: 2.08rem;
  font-weight: 700;
  color: #163029;
}
@media (min-width: 992px) {
  .content__title {
    font-size: 5.25rem;
    line-height: 5.46rem;
  }
}
.content__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 300;
  color: #081e18;
}
@media (min-width: 992px) {
  .content__subtitle {
    font-size: 1.5rem;
    line-height: 1.2813rem;
  }
}
.content__text {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  font-weight: 300;
  color: #303433;
}
.content__text strong {
  font-weight: 600;
}
.content__text p:not(:last-child) {
  margin-bottom: 10px;
}
.content__hero {
  position: relative;
}
.content__hero::before {
  content: "";
  position: absolute;
  height: 484px;
  width: 375px;
  bottom: -220px;
  left: 0;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/backgrounds/hero-bg-mobile.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 992px) {
  .content__hero::before {
    top: 0;
    width: 1324px;
    height: 1798px;
    background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/backgrounds/hero-bg-desktop.svg);
  }
}

.socialmedia__icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
  width: 24px;
  height: 24px;
}
.socialmedia__icon--hover {
  opacity: 0;
}
@media (min-width: 992px) {
  .socialmedia__icon {
    width: 27px;
    height: 27px;
  }
}
.socialmedia__link {
  position: relative;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .socialmedia__link {
    width: 27px;
    height: 27px;
  }
}
.socialmedia__link:hover .socialmedia__icon--hover {
  opacity: 1;
}
.socialmedia__link:hover .socialmedia__icon--primary {
  opacity: 0;
}

.scroll-arrow {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 33px;
  bottom: 50px;
  width: 52px;
  height: 55.25px;
  border-radius: 4px;
  background-color: #081e18;
  z-index: 1;
  cursor: pointer;
  transition: 0.4s;
}
.scroll-arrow:hover {
  background-color: #265649;
}
@media (min-width: 992px) {
  .scroll-arrow.scrolled {
    opacity: 1;
    pointer-events: auto;
  }
}

.tile-package {
  height: 328px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .tile-package:hover .button--tile-package {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-package:hover .tile-package__text {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .tile-package {
    height: 468px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .tile-package {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .tile-package:first-child .tile-package__content {
    border-radius: 12px 0px 0px 12px;
  }
}
@media (min-width: 1200px) {
  .tile-package:last-child .tile-package__content {
    border-radius: 0px 12px 12px 0px;
  }
}
.tile-package__content {
  position: relative;
  padding: 28px 32px;
  position: relative;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tile-package__content {
    border-radius: 0;
  }
}
.tile-package__content::before, .tile-package__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: 2;
  pointer-events: none;
}
.tile-package__content::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.tile-package__content::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
}
@media (min-width: 992px) {
  .tile-package__content:hover::before {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .tile-package__content:hover::after {
    opacity: 1;
  }
}
.tile-package__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.tile-package__title, .tile-package__subtitle, .tile-package__text {
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.tile-package__title {
  font-size: 1.625rem;
  line-height: 1.3875rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .tile-package__title {
    margin-bottom: 8px;
    font-size: 2.625rem;
    line-height: 2.2419rem;
  }
}
.tile-package__subtitle {
  font-size: 1rem;
  line-height: 1.445rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .tile-package__subtitle {
    margin-bottom: 18px;
    font-size: 1.125rem;
    line-height: 1.6256rem;
  }
}
.tile-package__text {
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 0.9606rem;
  font-weight: 800;
  color: #cab076;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .tile-package__text {
    margin-bottom: -7px;
    font-size: 1.5rem;
    line-height: 1.2813rem;
  }
}

.button:hover {
  text-decoration: none;
}
.button--tile-package {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 18px 16px;
  border: 2px solid #fff;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 0.8538rem;
  font-weight: 600;
  z-index: 3;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 12px;
}
@media (min-width: 992px) {
  .button--tile-package {
    opacity: 0;
  }
}
.button--tile-package::before, .button--tile-package::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  border-radius: 10px;
}
.button--tile-package::before {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.button--tile-package::after {
  background: linear-gradient(143.98deg, #d0bd94 -28.03%, #b0965c 60.41%, #8b7137 132.77%);
  opacity: 0;
  z-index: -1;
}
.button--tile-package:hover::before {
  opacity: 0;
}
.button--tile-package:hover::after {
  opacity: 1;
}
.button--tile-realization {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 52px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  transition: 0.4s;
  z-index: 3;
}
@media (min-width: 992px) {
  .button--tile-realization {
    font-size: 1.25rem;
    line-height: 1.4181rem;
    opacity: 0;
  }
}
.button--tile-realization:hover {
  text-decoration: none;
}
.button--tile-realization::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .button--tile-realization:hover::after {
    left: 4px;
  }
}
.button--tile-blog {
  display: none;
}
@media (min-width: 992px) {
  .button--tile-blog {
    display: block;
  }
}
.button--card-slider-text-button, .button--text-image-button, .button--image-text-list-button, .button--error, .button--related-posts {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 34px;
  padding: 20px 24px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 1.1344rem;
  font-weight: 500;
  background-color: #cab076;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 12px;
  transition: background-color 0.4s;
}
.button--card-slider-text-button:hover, .button--text-image-button:hover, .button--image-text-list-button:hover, .button--error:hover, .button--related-posts:hover {
  background-color: #011611;
  text-decoration: none;
}
.button--tile-blog-second {
  position: relative;
  padding: 18px 27px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 0.8538rem;
  font-weight: 600;
  border: 2px solid #b0965c;
  border-radius: 6px;
  color: #b0965c;
  transition: 0.4s;
}
.button--tile-blog-second:hover {
  color: #fff;
}
.button--tile-blog-second::before, .button--tile-blog-second::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: -1;
}
.button--tile-blog-second::before {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.button--tile-blog-second::after {
  background: linear-gradient(143.98deg, #d0bd94 -28.03%, #b0965c 60.41%, #8b7137 132.77%);
  opacity: 0;
}
.button--tile-blog-second:hover::before {
  opacity: 0;
}
.button--tile-blog-second:hover::after {
  opacity: 1;
}
.button--error {
  position: relative;
  margin: -46px auto 36px;
  z-index: 3;
}
@media (min-width: 1200px) {
  .button--error {
    margin: -46px auto 76px;
  }
}
.button--related-posts {
  position: relative;
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  max-height: 52px;
}
.button--related-posts::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
}
.button--prev-related-posts {
  padding: 16px 20px 16px 37px;
}
.button--prev-related-posts::after {
  left: 20px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/button-arrow-icon.svg);
}
.button--next-related-posts {
  padding: 16px 37px 16px 20px;
}
.button--next-related-posts::after {
  right: 20px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/button-arrow-icon-next.svg);
}
.button--tiles-realizations, .button--realization-see-more {
  display: block;
  margin: 26px auto;
  padding: 18px 20px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 0.8538rem;
  font-weight: 600;
  color: #b0965c;
  background-color: #fff;
  border: 2px solid #b0965c;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .button--tiles-realizations, .button--realization-see-more {
    margin: 103px auto 0;
  }
  .button--tiles-realizations:hover, .button--realization-see-more:hover {
    background-color: #b0965c;
    color: #fff;
  }
}
.button--realization-see-more {
  margin: 45px auto 0;
}
@media (min-width: 992px) {
  .button--realization-see-more {
    display: none;
  }
}
.button--realization {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 18px 35px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 0.8538rem;
  font-weight: 600;
  color: #163029;
  border: 2px solid #163029;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.4s;
  align-self: flex-end;
}
.button--realization:hover {
  background-color: #163029;
  color: #fff;
}
.button__realization-span--less {
  display: none;
}
.button__realization-span--less.active {
  display: inline;
}
.button__realization-span--more {
  display: inline;
}
.button__realization-span--more.active {
  display: none;
}

.tile-realization {
  position: relative;
  width: 264px;
  height: 328px;
  padding: 0 24px 62px;
}
@media (min-width: 992px) {
  .tile-realization {
    width: 476px;
    height: 644px;
    padding: 0 41px 76px;
  }
}
.tile-realization::before, .tile-realization::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: 2;
  pointer-events: none;
}
.tile-realization::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.tile-realization::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
}
@media (min-width: 992px) {
  .tile-realization:hover::before {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .tile-realization:hover::after {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-realization:hover .button {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-realization:hover .tile-realization__street {
    margin-bottom: 44px;
  }
}
.tile-realization__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.tile-realization__town {
  position: relative;
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 1.625rem;
  line-height: 1.3875rem;
  font-weight: 500;
  color: #fff;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 992px) {
  .tile-realization__town {
    margin-bottom: 14px;
    font-size: 3rem;
    line-height: 2.5619rem;
  }
}
.tile-realization__street {
  position: relative;
  margin-bottom: 25px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 1.445rem;
  font-weight: 400;
  color: #fff;
  transition: 0.4s;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 992px) {
  .tile-realization__street {
    margin-bottom: -23px;
    font-size: 1.125rem;
    line-height: 1.6256rem;
  }
}

.tile-blog {
  position: relative;
  height: 328px;
  width: 100%;
  padding: 0 26px 34px 32px;
}
@media (min-width: 576px) {
  .tile-blog {
    width: 376px;
  }
}
@media (min-width: 992px) {
  .tile-blog {
    height: 468px;
    padding: 0 36px 29px;
  }
}
@media (min-width: 992px) {
  .tile-blog:hover .button {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-blog:hover .tile-blog__title {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .tile-blog:hover .tile-blog__img::before {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .tile-blog:hover .tile-blog__img::after {
    opacity: 1;
  }
}
.tile-blog__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tile-blog__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tile-blog__img::before, .tile-blog__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.tile-blog__img::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.tile-blog__img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
}
.tile-blog__date {
  position: relative;
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  line-height: 0.6406rem;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.tile-blog__title {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
  z-index: 1;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .tile-blog__title {
    margin-bottom: -20px;
    line-height: 1.45rem;
  }
}
.tile-blog__title:hover {
  text-decoration: none;
}

.tile-project {
  position: relative;
}
@media (min-width: 992px) {
  .tile-project {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tile-project::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 34px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
  z-index: 1;
  transform: rotate(90deg);
  cursor: pointer;
}
@media (min-width: 992px) {
  .tile-project:hover::after {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.tile-project:first-child .tile-project__content {
  border-radius: 6px 0 0 6px;
}
.tile-project:last-child .tile-project__content {
  border-radius: 0 6px 6px 0;
}
.tile-project__content {
  padding: 37px 21px 31px 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 992px) {
  .tile-project__content {
    padding: 68px 24px 38px 32px;
  }
}
.tile-project__content::before, .tile-project__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: 1;
}
.tile-project__content::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.tile-project__content::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
}
@media (min-width: 992px) {
  .tile-project__content:hover::before {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .tile-project__content:hover::after {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-project__content:hover .tile-project__image {
    transform: scale(1.03);
  }
}
.tile-project__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
.tile-project__title, .tile-project__text {
  position: relative;
  z-index: 2;
}
.tile-project__title {
  margin-bottom: 1px;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  line-height: 1.7081rem;
  font-weight: 500;
  color: #fff;
}
.tile-project__text {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6256rem;
  font-weight: 400;
  color: #fff;
}

.tile-team {
  position: relative;
  height: 410px;
  padding: 0 21px 27px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tile-team {
    height: 640px;
    padding: 0 44px 33px;
  }
}
.tile-team::before, .tile-team::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 1;
}
.tile-team::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.tile-team::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  .tile-team:hover::before {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .tile-team:hover::after {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-team:hover .tile-team__description {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-team:hover .tile-team__position {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .tile-team:hover .tile-team__image {
    transform: scale(1.03);
  }
}
.tile-team__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s;
}
.tile-team__name, .tile-team__position, .tile-team__description {
  position: relative;
  z-index: 1;
}
.tile-team__name {
  margin-bottom: 7px;
  font-family: "Jost", sans-serif;
  font-size: 1.625rem;
  line-height: 1.3875rem;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 992px) {
  .tile-team__name {
    margin-bottom: 11px;
    font-size: 2.625rem;
    line-height: 2.2419rem;
  }
}
.tile-team__position {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 1.445rem;
  font-weight: 600;
  color: #cab076;
  transition: margin-bottom 0.4s;
}
@media (min-width: 992px) {
  .tile-team__position {
    margin-bottom: -45px;
    font-size: 1.125rem;
    line-height: 26.01px;
  }
}
.tile-team__description {
  opacity: 0;
  max-height: 0;
  color: #fff;
  transition: opacity 0.4s;
}
@media (min-width: 992px) {
  .tile-team__description {
    max-height: unset;
  }
}

.tile-blog-small {
  gap: 24px;
  color: #303433;
}
.tile-blog-small--home:not(:last-child) {
  margin-bottom: 38px;
}
.tile-blog-small--related-posts {
  max-width: 365px;
}
.tile-blog-small__img {
  min-height: 80px;
  min-width: 80px;
  max-height: 80px;
  max-width: 80px;
  border-radius: 8px;
  overflow: hidden;
}
.tile-blog-small__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tile-blog-small__title {
  margin-bottom: 6px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.tile-blog-small__title:hover {
  text-decoration: none;
}
.tile-blog-small__date {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-weight: 300;
}

.related-posts {
  margin-top: 43px;
}
@media (min-width: 992px) {
  .related-posts {
    margin-top: 28px;
  }
}
.related-posts__buttons {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .related-posts__buttons {
    margin-bottom: 111px;
  }
}
.related-posts__tiles {
  gap: 50px;
}

.tile-realization-main {
  position: relative;
  padding: 33px 28px;
  margin-bottom: 13px;
  height: 328px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 992px) {
  .tile-realization-main {
    margin-bottom: 0;
    flex-basis: calc(50% - 6.5px);
  }
}
@media (min-width: 1200px) {
  .tile-realization-main {
    height: 375px;
    flex-basis: calc(25.5% - 8.7px);
    border-radius: 0;
  }
  .tile-realization-main:nth-child(4n+1) {
    flex-basis: calc(49% - 8.7px);
  }
  .tile-realization-main:nth-child(10n+1) {
    flex-basis: calc(49% - 8.7px);
  }
}
.tile-realization-main::before, .tile-realization-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  pointer-events: none;
  z-index: 1;
}
.tile-realization-main::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.tile-realization-main::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .tile-realization-main:hover::before {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .tile-realization-main:hover::after {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-realization-main:hover .button {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tile-realization-main:hover .tile-realization-main__street {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .tile-realization-main:hover .tile-realization-main__img {
    transform: scale(1.01);
  }
}
.tile-realization-main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}
.tile-realization-main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tile-realization-main__title, .tile-realization-main__street {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.tile-realization-main__title {
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 1.625rem;
  line-height: 1.3875rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .tile-realization-main__title {
    font-size: 2.375rem;
    line-height: 2.0281rem;
  }
}
.tile-realization-main__title:hover {
  text-decoration: none;
}
.tile-realization-main__street {
  margin-bottom: 25px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 1.445rem;
  font-weight: 400;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .tile-realization-main__street {
    margin-bottom: -23px;
  }
}

.tile-gallery .tile-realization-main__street {
  margin: 0;
}
@media (min-width: 992px) {
  .tile-gallery:hover .tile-realization-main__street {
    margin-bottom: 0;
  }
}
.tile-gallery:hover img {
  cursor: pointer;
}
.tile-gallery .tile-realization-main__title,
.tile-gallery .tile-realization-main__street {
  pointer-events: none;
}

#quote-what-offer-has {
  display: none;
  padding: 0;
}
#quote-what-offer-has .title-text__content {
  width: 100%;
}
#quote-what-offer-has .content__title {
  margin: 0;
  font-size: 2rem;
  line-height: 2.08rem;
  text-align: center;
}
#quote-what-offer-has .title-text__lists {
  width: 100%;
  flex: 1;
  margin: 25px 0 0 0;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 1200px) {
  #quote-what-offer-has .title-text__lists {
    margin: 0;
  }
}
#quote-what-offer-has .title-text__list-item {
  margin-bottom: 15px;
}
#quote-what-offer-has .title-text__bottom-text {
  padding: 15px 0 36px 0;
}
@media (min-width: 992px) {
  #quote-what-offer-has .title-text__bottom-text {
    padding: 15px 0 36px 0;
  }
}
@media (min-width: 1200px) {
  #quote-what-offer-has .title-text__bottom-text {
    padding: 0 0 36px 0;
  }
}

#quote-form-container {
  max-width: 784px;
  margin: 0 auto;
}
#quote-form-container.title-text {
  padding-top: 24px;
  padding-bottom: 54px;
}
@media (min-width: 992px) {
  #quote-form-container.title-text {
    padding-top: 34px;
  }
}
#quote-form-container .title-text__title {
  text-align: center;
}
#quote-form-container .title-text__subtitle {
  text-align: center;
  padding-right: 0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #quote-form-container .title-text__subtitle {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
#quote-form-container .contact-form__button {
  margin-top: 10px;
}
@media (min-width: 992px) {
  #quote-form-container .contact-form__button {
    margin-top: 0;
  }
}
#quote-form-container .contact-form__button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

#quote-step-loading img {
  margin: 30px auto;
  padding: 0;
  width: 207px;
  height: 49px;
}

#quote-step-two .container {
  padding-inline: 0;
}

.quote-result__values {
  display: flex;
  flex-direction: column;
  color: #fbf8f2;
  background: #163029;
  padding: 24px;
  margin: 30px 0;
  border-radius: 10px;
  row-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 576px) {
  .quote-result__values {
    flex-direction: row;
    padding: 30px;
  }
}
.quote-result__column {
  flex: 1;
}
.quote-result__price-value {
  font-size: 1.5rem;
  line-height: 1.56rem;
}

#quote-form-after-submit {
  display: none;
  padding: 0 0 35px 0;
  max-width: 784px;
  margin: -30px auto 30px auto;
  text-align: center;
}
#quote-form-after-submit .title-text__text {
  margin: 0;
}
#quote-form-after-submit .title-text__text a {
  font-weight: 600;
  color: #886f36;
  text-decoration: underline;
}

#quote-step-result-to-read {
  margin-bottom: 30px;
}
#quote-step-result-to-read .title-text__content {
  width: 100%;
}
#quote-step-result-to-read .content__title {
  margin: 0;
  font-size: 2rem;
  line-height: 2.08rem;
  text-align: center;
}
#quote-step-result-to-read .quote-step-contacts {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #quote-step-result-to-read .quote-step-contacts {
    flex-direction: row;
  }
}
#quote-step-result-to-read .quote-step-contacts > div {
  flex: 1;
  text-align: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  #quote-step-result-to-read .quote-step-contacts > div {
    padding: 0 24px;
  }
}
#quote-step-result-to-read .quote-step-contacts__phone {
  font-weight: 600;
  color: #cab076;
}
@media (min-width: 992px) {
  #quote-step-result-to-read .quote-step-contacts__phone {
    line-height: 44px;
  }
}
#quote-step-result-to-read .quote-step-contacts__button {
  padding: 0 16px;
  height: 44px;
  font-size: 1rem;
  line-height: 1.1344rem;
  font-weight: 500;
  color: #fff !important;
  background-color: #cab076;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.4s;
  cursor: pointer;
}
#quote-step-result-to-read .quote-step-contacts__button:hover {
  background-color: #011611;
  color: #fff;
  border-color: #011611;
}

#quote-step-result-to-submit {
  padding: 24px;
  border-radius: 8px;
  color: #fbf8f2;
  background: #163029;
}
@media (min-width: 576px) {
  #quote-step-result-to-submit {
    padding: 30px;
  }
}
#quote-step-result-to-submit .contact-form__field--input--full label {
  color: #fbf8f2;
  background-color: #163029;
}
#quote-step-result-to-submit .wpcf7-not-valid-tip {
  color: #cab076;
}
#quote-step-result-to-submit .contact-form__input {
  color: #fbf8f2;
}

#quote-step-result-calendly {
  margin-bottom: 30px;
}
#quote-step-result-calendly .calendly-inline-widget {
  height: 620px;
}

.website.has-active-menu {
  overflow: hidden;
}
.website__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.website__header.scrolled {
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
}
.website__content {
  position: relative;
  background-color: #fafafa;
  z-index: 1;
  overflow-x: hidden;
}
.header {
  position: relative;
  padding-top: 34px;
  padding-bottom: 33px;
}
@media (min-width: 1200px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.header__logo {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.header__logo-img {
  width: 116px;
  height: 27px;
}
@media (min-width: 1400px) {
  .header__logo-img {
    width: 207px;
    height: 49px;
  }
}
.header__logo-img--primary.hide {
  display: none;
}
.header__logo-img--secondary {
  display: none;
}
.header__logo-img--secondary.show {
  display: block;
}
.header__buttons {
  gap: 35px;
}
@media (min-width: 1200px) {
  .header__buttons {
    order: 2;
  }
}
.header__box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fff;
  transform: translateX(140%);
  transition: transform 0.4s;
  overflow-y: auto;
}
.header__box.active {
  transform: translateX(0);
}
@media (min-width: 1200px) {
  .header__box {
    margin-left: auto;
    margin-right: 43px;
    position: relative;
    height: auto;
    transform: translateX(0);
    background-color: transparent;
  }
}
.header__top {
  padding-top: 33px;
  padding-bottom: 29px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
}
.header__exit {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.header__menu {
  margin: 36px 0;
}
@media (min-width: 1200px) {
  .header__menu {
    margin: 0;
  }
}
.header-menu .header__button.menu-item a {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.1344rem;
  font-weight: 500;
  color: #fff !important;
  background-color: #cab076;
  border: 0;
  border-radius: 12px;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .header-menu .header__button.menu-item a {
    margin-top: 0;
    margin-left: 20px;
  }
}
.header-menu .header__button.menu-item a:hover {
  background-color: #011611;
  color: #fff;
  border: 0;
}
.header-menu .header__button--green.menu-item a {
  background-color: #265649;
}
.header-menu .header__button--green.menu-item a:hover {
  background-color: #011611;
}
.header.scrolled .hamburger__bar {
  background-color: #011611;
}
.header.scrolled .menu-item a {
  color: #011611;
}
.header.scrolled .header-menu .header__button.menu-item a {
  color: #fff;
}
.header.scrolled .language-switcher a::before,
.header.scrolled .wpml-ls-legacy-dropdown a,
.header.scrolled .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: #265649;
}

.header-menu__list {
  text-align: center;
}
@media (min-width: 1400px) {
  .header-menu__list {
    gap: 3px;
  }
}
.header-menu .menu-item a {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 16px 20px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6256rem;
  color: #011611;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}
.header-menu .menu-item a:hover {
  text-decoration: none;
  color: #cab076;
  border-color: #cab076;
}
@media (min-width: 1200px) {
  .header-menu .menu-item a {
    color: #fff;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .header-menu .menu-item a {
    font-size: 1.125rem;
    line-height: 1.6256rem;
  }
}
.header-menu .current-menu-item a {
  color: #cab076 !important;
  border-color: #cab076;
}

.footer {
  padding-top: 79px;
  background-color: #081e18;
}
@media (min-width: 1400px) {
  .footer {
    padding-top: 128px;
  }
}
.footer__container {
  position: relative;
}
.footer__top {
  padding-bottom: 32px;
}
.footer__bottom {
  padding-top: 15px;
  padding-bottom: 19px;
  border-top: 1px solid #b0965c;
  background-color: #011611;
}
@media (min-width: 992px) {
  .footer__bottom {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.footer__logo {
  margin-bottom: 69px;
}
@media (min-width: 1400px) {
  .footer__logo {
    margin-bottom: 0;
    position: absolute;
    top: 16px;
    left: 24px;
  }
}
@media (min-width: 1800px) {
  .footer__logo {
    left: 0;
  }
}
.footer__logo-img {
  width: 207px;
  margin: 0 auto;
}
.footer__menu {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .footer__menu {
    padding-bottom: 63px;
  }
}
.footer__menu .menu-item a {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 16px 20px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 1.445rem;
  font-weight: 400;
  color: #fff;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}
.footer__menu .menu-item a:hover {
  text-decoration: none;
  color: #cab076;
  border-color: #cab076;
}
@media (min-width: 992px) {
  .footer__menu .footer-menu__list {
    gap: 3px;
  }
}
.footer__link {
  transition: 0.4s;
}
.footer__link:hover {
  color: #cab076;
}
.footer__contact {
  padding-bottom: 56px;
  text-align: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .footer__contact {
    gap: 42px;
    padding-bottom: 51px;
  }
}
.footer__text {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 18px;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2644rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer__text {
    margin: 0;
  }
}
.footer__text:hover {
  text-decoration: none;
}
.footer__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__text--phone::after {
  width: 12px;
  height: 12px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/phone-icon.svg);
}
.footer__text--email::after {
  width: 12px;
  height: 9px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/mail-icon.svg);
}
.footer__text--address::after {
  width: 11.25px;
  height: 13.5px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/address-icon.svg);
}
.footer__social-media {
  gap: 14px;
}
@media (min-width: 992px) {
  .footer__social-media {
    gap: 15px;
  }
}
.footer__copyright {
  order: 2;
  padding-top: 19px;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  line-height: 1.0837rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer__copyright {
    order: -1;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.445rem;
  }
}
.footer__justidea {
  gap: 18px;
  font-family: "Jost", sans-serif;
  font-size: 0.5rem;
  line-height: 0.75rem;
  font-weight: 400;
  text-align: right;
}
.footer__justidea a {
  text-decoration: none;
  transition: 0.4s;
}
.footer__justidea a:hover {
  color: #cab076;
}

.hero-big-slider {
  height: 100vh;
  max-height: 950px;
}
.hero-big-slider__swiper {
  height: 100%;
}
.hero-big-slider__swiper-slide {
  position: relative;
}
.hero-big-slider__swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hero-big-slider__image {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-big-slider__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero-big-slider__container {
    padding-left: 100px;
  }
}
@media (min-width: 1400px) {
  .hero-big-slider__container {
    padding-left: 150px;
  }
}
.hero-big-slider__title {
  margin-top: 364px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.85rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-big-slider__title {
    margin-top: 412px;
    font-size: 4rem;
    line-height: 4.2rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero-big-slider__title {
    font-size: 5.125rem;
    line-height: 5.33rem;
  }
}
.hero-big-slider__subtitle {
  margin-top: 15px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-big-slider__subtitle {
    font-size: 1.5rem;
    line-height: 1.2813rem;
    text-align: left;
  }
}
.hero-big-slider__swiper-pagination {
  position: relative;
  bottom: unset !important;
  top: unset !important;
  left: unset !important;
  max-width: -moz-max-content;
  max-width: max-content;
}
.hero-big-slider__swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 7px !important;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .hero-big-slider__swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.hero-big-slider__swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .hero-big-slider__swiper-pagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
.hero-big-slider__swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .hero-big-slider__swiper-pagination .swiper-pagination-bullet-active {
    border-width: 4px;
  }
}
.hero-big-slider__swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}
.hero-big-slider__buttons {
  position: relative;
  margin-top: -46px;
}
@media (min-width: 992px) {
  .hero-big-slider__buttons {
    margin-top: -70px;
  }
}
.hero-big-slider__navigation {
  gap: 22px;
}
.hero-big-slider__swiper-button-prev, .hero-big-slider__swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .hero-big-slider__swiper-button-prev, .hero-big-slider__swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.hero-big-slider__swiper-button-prev:hover, .hero-big-slider__swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.hero-big-slider__swiper-button-prev::after, .hero-big-slider__swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 8px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-next-mobile.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero-big-slider__swiper-button-prev::after, .hero-big-slider__swiper-button-next::after {
    width: 13px;
    height: 10px;
    background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-next.svg);
  }
}
.hero-big-slider__swiper-button-prev::after {
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-prev-mobile.svg);
}
@media (min-width: 992px) {
  .hero-big-slider__swiper-button-prev::after {
    background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-prev.svg);
  }
}
.hero-big-slider__socialmedia {
  position: absolute;
  z-index: 1;
  bottom: 250px;
  left: 24px;
  gap: 15px;
}
@media (min-width: 1600px) {
  .hero-big-slider__socialmedia {
    bottom: 400px;
  }
}
@media (min-width: 1800px) {
  .hero-big-slider__socialmedia {
    left: 0;
  }
}
.hero-big-slider__socialmedia-link {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: 0.4s;
}
.hero-big-slider__socialmedia-link:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.hero-big-slider__socialmedia-icon {
  max-width: 22px;
  max-height: 22px;
}

.title-text {
  padding-top: 34px;
  padding-bottom: 54px;
}
@media (min-width: 992px) {
  .title-text {
    padding-top: 119px;
    padding-bottom: 73px;
  }
}
.title-text--list {
  padding-bottom: 37px;
}
@media (min-width: 992px) {
  .title-text--list {
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .title-text--list .container {
    gap: 30px;
  }
}
.title-text--realization {
  padding-top: 152px;
}
@media (min-width: 1200px) {
  .title-text--realization {
    padding-top: 207px;
  }
}
.title-text__button-wrapper {
  gap: 30px;
}
.title-text__title {
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .title-text__title {
    margin-bottom: 38px;
  }
}
.title-text__subtitle {
  position: relative;
  padding-bottom: 8px;
}
.title-text__subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  max-width: 784px;
}
@media (min-width: 992px) {
  .title-text__subtitle {
    padding-bottom: 39px;
  }
}
@media (min-width: 1400px) {
  .title-text__subtitle {
    padding-right: 120px;
  }
}
.title-text__text {
  margin-top: 26px;
}
@media (min-width: 992px) {
  .title-text__text {
    margin-top: 44px;
  }
}
.title-text__lists {
  margin-top: 34px;
}
@media (min-width: 1200px) {
  .title-text__lists {
    width: calc(51% - 15px);
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .title-text__lists {
    gap: 75px;
  }
}
.title-text__list {
  padding: 0;
  list-style: none;
  color: #163029;
}
.title-text__list-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 28px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  font-weight: 400;
}
.title-text__list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/list-item-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.title-text__list-title {
  margin-bottom: 31px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.25rem;
  line-height: 1.4181rem;
  font-weight: 500;
  color: #081e18;
}
@media (min-width: 992px) {
  .title-text__list-title {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 33.28px;
    font-weight: 700;
  }
}
@media (min-width: 1400px) {
  .title-text__list-title {
    padding-top: 21px;
  }
}
.title-text__list-title--second {
  padding-top: 31px;
}
@media (min-width: 1400px) {
  .title-text__list-title--second {
    padding-top: 21px;
  }
}
.title-text__bottom-text {
  padding-top: 38px;
}
@media (min-width: 992px) {
  .title-text__bottom-text {
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .title-text__bottom-text {
    width: 100%;
    padding-top: 11px;
  }
}
.title-text__bottom-text a {
  color: #886f36;
}
.title-text__bottom-text a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .title-text__content {
    width: calc(49% - 15px);
  }
}

@media (min-width: 992px) {
  .tiles-packages__tiles {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.tiles-packages__text {
  margin: 30px auto 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .tiles-packages__text {
    margin: 4px auto 0;
    font-size: 1.625rem;
    line-height: 1.8525rem;
  }
}
@media (min-width: 992px) {
  .tiles-packages__text {
    margin-top: 36px;
  }
}

.icons-video__container {
  padding-bottom: 27px;
}
@media (min-width: 992px) {
  .icons-video__container {
    padding-bottom: 142px;
    gap: 80px 50px;
  }
}
@media (min-width: 1200px) {
  .icons-video__container {
    gap: 80px 235px;
  }
}
.icons-video__item {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .icons-video__item {
    flex-basis: calc(50% - 25px);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .icons-video__item {
    flex-basis: calc(33% - 153px);
  }
}
@media (min-width: 1200px) {
  .icons-video__item::after {
    content: "";
    position: absolute;
    top: 17px;
    left: calc(100% + 34px);
    width: 166px;
    height: 1px;
    background-color: #d4d4d4;
  }
}
.icons-video__item:nth-child(3)::after, .icons-video__item:last-child::after {
  display: none;
}
.icons-video__title {
  margin-top: 14px;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4181rem;
  font-weight: 500;
  color: #163029;
  text-align: center;
}
@media (min-width: 992px) {
  .icons-video__title {
    text-align: left;
    width: 100%;
    margin-top: 24px;
  }
}
.icons-video__text {
  margin-top: 4px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  font-weight: 300;
  color: #303433;
  text-align: center;
}
@media (min-width: 992px) {
  .icons-video__text {
    text-align: left;
    width: 100%;
    line-height: 1.4181rem;
  }
}
.icons-video__icon-wrapper {
  width: 59px;
  height: 46px;
  position: relative;
}
.icons-video__icon-img {
  max-width: 59px;
  max-height: 46px;
}
.icons-video__number {
  position: absolute;
  top: -10px;
  right: -27px;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  background-color: #163029;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.icons-video__movie iframe {
  border-radius: 6px;
  overflow: hidden;
  min-height: 186px;
  max-height: 600px;
  max-width: 1056px;
  aspect-ratio: 1056/600;
}
@media (min-width: 992px) {
  .icons-video__movie iframe {
    border-radius: 12px;
  }
}

.card-slider-text {
  padding-bottom: 58px;
}
@media (min-width: 992px) {
  .card-slider-text {
    padding-bottom: 102px;
  }
}
.card-slider-text__swiper {
  max-width: 615px;
}
@media (min-width: 992px) {
  .card-slider-text__swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.card-slider-text__swiper-slide {
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-slider-text__swiper-slide {
    border-radius: 12px 0 0 12px;
  }
}
.card-slider-text__image {
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) {
  .card-slider-text__image {
    min-height: 516px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.card-slider-text__buttons {
  margin-top: 10px;
  gap: 22px;
}
@media (min-width: 992px) {
  .card-slider-text__buttons {
    margin-top: 23px;
    gap: 16px;
  }
}
.card-slider-text__swiper-button-prev, .card-slider-text__swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .card-slider-text__swiper-button-prev, .card-slider-text__swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.card-slider-text__swiper-button-prev:hover, .card-slider-text__swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.card-slider-text__swiper-button-prev::after, .card-slider-text__swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 8px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-next-mobile.svg);
  background-size: cover;
  background-repeat: no-repeat;
  filter: invert(1);
}
@media (min-width: 992px) {
  .card-slider-text__swiper-button-prev::after, .card-slider-text__swiper-button-next::after {
    width: 13px;
    height: 10px;
    background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-next.svg);
  }
}
.card-slider-text__swiper-button-prev::after {
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-prev-mobile.svg);
}
@media (min-width: 992px) {
  .card-slider-text__swiper-button-prev::after {
    background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-prev.svg);
  }
}
.card-slider-text__title {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 8px;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4181rem;
  font-weight: 500;
  color: #081e18;
  cursor: pointer;
  transition: 0.4s;
}
.card-slider-text__title:last-child {
  margin-bottom: 0;
}
.card-slider-text__title.active {
  color: #cab076;
}
@media (min-width: 992px) {
  .card-slider-text__title {
    margin-bottom: 32px;
  }
}
.card-slider-text__text {
  display: none;
}
.card-slider-text__text.active {
  display: block;
}
@media (min-width: 992px) {
  .card-slider-text__container {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .card-slider-text__container {
    gap: 136px;
  }
}
@media (min-width: 992px) {
  .card-slider-text__left-col {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .card-slider-text__left-col {
    width: 43%;
  }
}
.card-slider-text__right-col {
  margin-top: 31px;
  gap: 22px;
}
@media (min-width: 992px) {
  .card-slider-text__right-col {
    margin-top: 40px;
    width: calc(50% - 40px);
    gap: 44px;
  }
}
@media (min-width: 1200px) {
  .card-slider-text__right-col {
    width: 49%;
  }
}

.realizations-slider {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.realizations-slider__swiper-pagination {
  left: 17px !important;
  bottom: 15px !important;
  max-width: -moz-max-content;
  max-width: max-content;
}
.realizations-slider__swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 7px !important;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .realizations-slider__swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.realizations-slider__swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .realizations-slider__swiper-pagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
.realizations-slider__swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .realizations-slider__swiper-pagination .swiper-pagination-bullet-active {
    border-width: 4px;
  }
}
.realizations-slider__swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}

.last-blog-posts__container {
  position: relative;
  margin-bottom: 74px;
}
@media (min-width: 992px) {
  .last-blog-posts__container {
    margin-bottom: 103px;
  }
}
.last-blog-posts__swiper {
  border-radius: 12px;
  overflow: hidden;
}
.last-blog-posts__swiper-button-prev, .last-blog-posts__swiper-button-next {
  margin: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.05);
  top: 50%;
  transform: translateY(-50%);
}
.last-blog-posts__swiper-button-prev:hover, .last-blog-posts__swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.last-blog-posts__swiper-button-prev::after, .last-blog-posts__swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-next.svg);
}
.last-blog-posts__swiper-button-prev::after {
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-prev.svg);
}
.last-blog-posts__swiper-pagination {
  bottom: -40px !important;
}
.last-blog-posts__swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 7px !important;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #d4d4d4;
}
@media (min-width: 992px) {
  .last-blog-posts__swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.last-blog-posts__swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  background-color: #886f36;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .last-blog-posts__swiper-pagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
.last-blog-posts__swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #886f36;
}
@media (min-width: 992px) {
  .last-blog-posts__swiper-pagination .swiper-pagination-bullet-active {
    border-width: 4px;
  }
}
.last-blog-posts__swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}

.opinions {
  position: relative;
  padding-top: 86px;
  padding-bottom: 78px;
}
@media (min-width: 992px) {
  .opinions {
    padding-top: 132px;
    padding-bottom: 131px;
  }
}
.opinions__container {
  position: relative;
  max-width: 862px;
}
.opinions__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.opinions::before, .opinions::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opinions::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.opinions::after {
  background: rgba(22, 35, 27, 0.8980392157);
}
.opinions__title {
  margin-bottom: 43px;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  line-height: 1.0675rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .opinions__title {
    margin-bottom: 51px;
    font-size: 2rem;
    line-height: 1.7081rem;
    text-align: center;
  }
}
.opinions__text {
  padding-bottom: 28px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2825rem;
  font-weight: 400;
  text-align: justify;
}
@media (min-width: 992px) {
  .opinions__text {
    padding-bottom: 51px;
  }
}
.opinions__user {
  margin-top: auto;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4181rem;
  font-weight: 300;
}
.opinions__user strong {
  font-weight: 500;
}
@media (min-width: 992px) {
  .opinions__user {
    text-align: center;
  }
}
.opinions__swiper-button-prev, .opinions__swiper-button-next {
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  display: none;
  margin: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.05);
}
@media (min-width: 1200px) {
  .opinions__swiper-button-prev, .opinions__swiper-button-next {
    display: block;
  }
}
.opinions__swiper-button-prev:hover, .opinions__swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.opinions__swiper-button-prev::after, .opinions__swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-next.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.opinions__swiper-button-prev {
  left: 100px;
  right: unset;
}
.opinions__swiper-button-prev::after {
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/slider-arrow-prev.svg);
}
.opinions__swiper-pagination {
  max-width: -moz-max-content;
  max-width: max-content;
  top: unset !important;
  bottom: -50px !important;
  left: 15px !important;
  right: unset !important;
}
@media (min-width: 992px) {
  .opinions__swiper-pagination {
    left: 50% !important;
    bottom: -90px !important;
    transform: translateX(-50%);
  }
}
.opinions__swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 7px !important;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .opinions__swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.opinions__swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .opinions__swiper-pagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
.opinions__swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .opinions__swiper-pagination .swiper-pagination-bullet-active {
    border-width: 4px;
  }
}
.opinions__swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}
.opinions__swiper-slide {
  opacity: 0 !important;
}
.opinions .swiper-slide-active {
  opacity: 1 !important;
}
.opinions__google {
  position: absolute;
  top: -86px;
  right: 24px;
  padding: 9px 8px 13px;
  background-color: #fff;
  z-index: 1;
  border-radius: 0px 0px 12px 12px;
}
@media (min-width: 992px) {
  .opinions__google {
    top: -132px;
    padding: 16px 23px 25px;
  }
}
@media (min-width: 1200px) {
  .opinions__google {
    right: -100px;
  }
}
@media (min-width: 1400px) {
  .opinions__google {
    right: -200px;
  }
}
@media (min-width: 1800px) {
  .opinions__google {
    right: -370px;
  }
}
.opinions__google-logo {
  width: 23px;
  height: auto;
  margin-bottom: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .opinions__google-logo {
    width: 54px;
    margin-bottom: 8px;
  }
}
.opinions__google-stars {
  width: 35px;
  height: auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .opinions__google-stars {
    width: 84px;
    margin-bottom: 18px;
  }
}
.opinions__google-text {
  font-family: "Jost", sans-serif;
  font-size: 0.5rem;
  line-height: 0.48rem;
  font-weight: 500;
  color: #011611;
}
@media (min-width: 992px) {
  .opinions__google-text {
    font-size: 0.75rem;
    line-height: 0.72rem;
  }
}

.contact {
  padding-top: 48px;
  padding-bottom: 62px;
  font-family: "Jost", sans-serif;
  color: #081e18;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.contact::after {
  content: "";
  position: absolute;
  height: 484px;
  width: 375px;
  top: -250px;
  left: 0;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/backgrounds/hero-bg-mobile.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .contact::after {
    top: unset;
    bottom: 40%;
    width: 1324px;
    height: 1798px;
    background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/backgrounds/hero-bg-desktop.svg);
  }
}
.contact__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact {
    padding-top: 103px;
    padding-bottom: 103px;
  }
}
.contact__text {
  font-size: 1.125rem;
  line-height: 0.9606rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .contact__text {
    font-size: 1.25rem;
    line-height: 17.08px;
  }
}
.contact__text--phone {
  margin-top: 47px;
}
@media (min-width: 992px) {
  .contact__text--phone {
    margin-top: 72px;
  }
}
.contact__text--socialmedia {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contact__text--socialmedia {
    margin-bottom: 26px;
  }
}
.contact__phone {
  margin: 18px 0 42px;
  font-size: 2.25rem;
  line-height: 2.34rem;
  font-weight: 700;
  transition: color 0.4s;
}
.contact__phone:hover {
  color: #265649;
}
@media (min-width: 992px) {
  .contact__phone {
    margin: 26px 0 52px;
    font-size: 2.5rem;
    line-height: 2.6rem;
  }
}
.contact__email {
  margin: 16px 0 42px;
  font-size: 1.125rem;
  line-height: 1.17rem;
  font-weight: 700;
  transition: color 0.4s;
}
.contact__email:hover {
  color: #265649;
}
@media (min-width: 992px) {
  .contact__email {
    margin: 26px 0 52px;
    font-size: 1.5rem;
    line-height: 1.56rem;
  }
}
.contact__hours {
  margin: 16px 0 42px;
  font-size: 1.125rem;
  line-height: 1.4625rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contact__hours {
    margin: 26px 0 52px;
    font-size: 1.5rem;
    line-height: 1.95rem;
  }
}
.contact__link {
  max-width: -moz-max-content;
  max-width: max-content;
}
.contact__link:hover {
  text-decoration: none;
}
.contact__socialmedia {
  gap: 20px;
}
.contact__socialmedia-link {
  width: 34px;
  height: 34px;
  border: 1.4px solid #081e18;
  border-radius: 50%;
  transition: 0.4s;
}
.contact__socialmedia-link:hover {
  background-color: rgba(8, 30, 24, 0.1);
}
.contact__socialmedia-icon {
  max-width: 22px;
  max-height: 22px;
}
.contact__form {
  margin-top: 33px;
}
@media (min-width: 992px) {
  .contact__form {
    margin-top: 64px;
    flex-basis: 40.5%;
  }
}
@media (min-width: 992px) {
  .contact__description {
    flex-basis: 49%;
  }
}

.contact-form__input {
  width: 100%;
  max-height: 54px;
  padding: 20px 10px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 0.8538rem;
  font-weight: 300;
  border: none;
  outline: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #d4d4d4;
  color: #081e18;
  transition: 0.4s;
  background-color: transparent;
  /* Firefox */
}
@media (min-width: 992px) {
  .contact-form__input {
    font-size: 1.25rem;
    line-height: 1.0675rem;
    max-height: 60px;
    margin-bottom: 32px;
    padding: 20px;
  }
}
.contact-form__input--textarea {
  height: 160px;
  max-height: unset;
  resize: none;
  margin-bottom: 0;
}
.contact-form__input::-moz-placeholder {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 0.8538rem;
  font-weight: 300;
  color: #081e18;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.contact-form__input::placeholder {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 0.8538rem;
  font-weight: 300;
  color: #081e18;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .contact-form__input::-moz-placeholder {
    font-size: 1.25rem;
    line-height: 1.0675rem;
  }
  .contact-form__input::placeholder {
    font-size: 1.25rem;
    line-height: 1.0675rem;
  }
}
.contact-form__input:focus {
  color: #b0965c;
  border: 1px solid #b0965c;
  border-radius: 6px;
}
.contact-form__input:focus::-moz-placeholder {
  color: #b0965c;
}
.contact-form__input:focus::placeholder {
  color: #b0965c;
}
.contact-form__input--full {
  z-index: 5;
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .contact-form__input--full {
    margin-bottom: 32px;
  }
}
.contact-form__input::-webkit-outer-spin-button, .contact-form__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.contact-form__input[type=number] {
  -moz-appearance: textfield;
}
.contact-form__texts {
  margin-top: 14px;
}
.contact-form__text {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  line-height: 0.8506rem;
  font-weight: 300;
}
.contact-form__text:not(:last-child) {
  margin-bottom: 10px;
}
.contact-form__button {
  margin-top: 33px;
  padding: 12px 29px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  font-weight: 400;
  color: #011611;
  background-color: #fff;
  border: 1px solid #011611;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
}
.contact-form__button:hover {
  border-color: #265649;
  background-color: #265649;
  color: #fff;
}
.contact-form__file-wrapper {
  padding: 7px 0 8px 10px;
  border: 1px solid transparent;
  border-bottom: 1px solid #d4d4d4;
  max-height: 54px;
}
@media (min-width: 992px) {
  .contact-form__file-wrapper {
    padding: 0 0 21px 20px;
    max-height: 60px;
    margin-bottom: 32px;
  }
}
.contact-form__file-wrapper .wpcf7-not-valid-tip {
  right: unset;
  left: 0;
  padding: 0;
}
.contact-form__file-button {
  position: relative;
  order: 2;
  padding: 14px 10px 13px 39px;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 0.7475rem;
  font-weight: 500;
  background-color: #163029;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form__file-button::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 15px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/pdf-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-form__input-file {
  max-width: 175px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #081e18;
}
@media (min-width: 992px) {
  .contact-form__input-file {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.contact-form__input-file.wpcf7-not-valid {
  opacity: 0;
  pointer-events: none;
}
.contact-form__radio {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 576px) {
  .contact-form__radio {
    display: block;
  }
}
.contact-form__radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fafafa;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
.contact-form__radio input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #000;
}
.contact-form__radio input[type=radio]:checked::before {
  transform: scale(1);
}
.contact-form__radio label {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
  cursor: pointer;
}
.contact-form__radio input[type=radio]:checked ~ .wpcf7-list-item-label {
  font-weight: 500;
  color: #163029;
}
.contact-form__field--input--full {
  position: relative;
}
.contact-form__field--input--full label {
  position: absolute;
  z-index: 10;
  top: -7px;
  left: 12px;
  padding: 0 6px;
  background-color: #fafafa;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 500;
  color: #163029;
}
@media (min-width: 992px) {
  .contact-form__field--input--full label {
    top: -10px;
    font-size: 1.125rem;
    line-height: 1.2763rem;
    padding: 0 10px;
  }
}
.contact-form__field--input--full .wpcf7-not-valid-tip {
  position: unset;
  transform: translateY(-15px);
}
@media (min-width: 992px) {
  .contact-form__field--input--full .wpcf7-not-valid-tip {
    transform: translateY(-22px);
  }
}
.contact-form__field--input--number-m2 {
  position: relative;
}
.contact-form__field--input--number-m2::after {
  position: absolute;
  top: 20px;
  right: 1.2rem;
  transition: all 0.05s ease-in-out;
  content: "m²";
  background-color: #fafafa;
}
.contact-form__field--radio {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-form__field--radio {
    margin-bottom: 38px;
  }
}
.contact-form__field--radio > label {
  color: #163029;
  font-weight: 500;
}
.contact-form__field--radio .wpcf7-form-control-wrap {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .contact-form__field--radio .wpcf7-form-control-wrap {
    margin-top: 20px;
  }
}
.contact-form__field--radio .wpcf7-not-valid-tip {
  position: unset;
  transform: none;
  margin-top: 10px;
}
.contact-form__field--radio ~ .contact-form__field--radio {
  margin-top: -8px;
}

.wpcf7-spinner,
::-webkit-file-upload-button,
::file-selector-button {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  font-size: 0.8rem;
}

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  text-align: center;
}

.faq {
  color: #303433;
}
.faq__items {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .faq__items {
    padding-bottom: 52px;
  }
}
.faq__item {
  border-bottom: 1px solid #d4d4d4;
}
.faq__question {
  position: relative;
  width: 100%;
  padding: 26px 23px 26px 19px;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.faq__question.active .faq__plus-item:first-child {
  transform: rotate(90deg);
}
.faq__question-text {
  position: relative;
  padding-right: 30px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  font-weight: 500;
  color: #303433;
}
.faq__question-text::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -19px;
  width: 41px;
  height: 41px;
  background-color: #cab076;
  z-index: -1;
  border-radius: 50%;
}
.faq__answer {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  font-weight: 400;
  line-height: unset;
}
.faq__answer.active {
  opacity: 1;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-bottom: 20px;
}
.faq__plus {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.faq__plus-item {
  height: 15px;
  width: 3px;
  background-color: #000;
  transform-origin: center;
  transition: 0.4s;
}
.faq__plus-item:last-child {
  transform: rotate(90deg) translateY(3px);
}
.faq__bottom-header {
  margin-bottom: 25px;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4181rem;
  font-weight: 500;
  color: #081e18;
}
@media (min-width: 992px) {
  .faq__bottom-header {
    margin-bottom: 33px;
  }
}
.faq__bottom-text {
  margin-bottom: 117px;
}
@media (min-width: 992px) {
  .faq__bottom-text {
    margin-bottom: 180px;
  }
}

.hero-text {
  position: relative;
  padding-top: 226px;
  min-height: 452px;
}
@media (min-width: 992px) {
  .hero-text {
    padding-top: 296px;
    min-height: 682px;
  }
}
.hero-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: -1;
}
.hero-text__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.hero-text__title {
  font-family: "tex_gyre_adventorbold";
  font-size: 1.5rem;
  line-height: 1.56rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .hero-text__title {
    font-size: 5.125rem;
    line-height: 5.33rem;
    text-align: left;
  }
}

.package-description__item {
  background-color: #f1efe9;
  color: #163029;
}
.package-description__item:nth-child(2) {
  background-color: #cbc1b9;
}
.package-description__item:nth-child(3) {
  background-color: #011611;
  color: #fff;
}
.package-description__item:nth-child(4) {
  background-color: #181a1f;
  color: #fff;
}
.package-description__item:nth-child(3) .package-description__list-item::after, .package-description__item:nth-child(4) .package-description__list-item::after {
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/list-item-white-icon.svg);
}
.package-description__item:nth-child(3) .package-description__file-button, .package-description__item:nth-child(4) .package-description__file-button {
  background-color: #fff;
  color: #011611;
}
.package-description__item:nth-child(3) .package-description__file-button:hover, .package-description__item:nth-child(4) .package-description__file-button:hover {
  background-color: #b0965c;
  color: #fff;
}
.package-description__item:nth-child(3) .package-description__file-button::after, .package-description__item:nth-child(4) .package-description__file-button::after {
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/pdf-icon-black.svg);
}
.package-description__item:nth-child(3) .package-description__file-button:hover::after, .package-description__item:nth-child(4) .package-description__file-button:hover::after {
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/pdf-icon.svg);
}
.package-description__item:nth-child(3) .package-description__catalog-button::after, .package-description__item:nth-child(4) .package-description__catalog-button::after {
  border-color: #fff;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/package-white-arrow.svg);
}
.package-description__item:nth-child(3) .package-description__catalog-button:hover::after, .package-description__item:nth-child(4) .package-description__catalog-button:hover::after {
  border-color: #b0965c;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/package-gold-arrow.svg);
}
@media (min-width: 992px) {
  .package-description__item:nth-child(odd) .package-description__item-wrapper {
    flex-direction: row-reverse;
  }
}
.package-description__item-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.package-description__item-content {
  padding: 48px 24px;
}
@media (min-width: 992px) {
  .package-description__item-content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .package-description__item-content {
    padding: 85px 24px;
  }
}
@media (min-width: 1800px) {
  .package-description__item-content {
    padding: 85px 152px;
  }
}
.package-description__image {
  aspect-ratio: 375/375;
}
@media (min-width: 992px) {
  .package-description__image {
    width: 50%;
  }
}
.package-description__photo {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.package-description__pretitle {
  font-family: "tex_gyre_adventorbold";
  font-size: 1.25rem;
  line-height: 1.1375rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .package-description__pretitle {
    font-size: 2rem;
    line-height: 1.82rem;
  }
}
.package-description__title-wrapper {
  max-width: -moz-max-content;
  max-width: max-content;
}
.package-description__title {
  font-family: "tex_gyre_adventorbold";
  font-size: 2rem;
  line-height: 1.82rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .package-description__title {
    font-size: 5.25rem;
    line-height: 4.7775rem;
  }
}
.package-description__price {
  margin-top: 9px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.25rem;
  line-height: 1.1375rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .package-description__price {
    margin-top: 25px;
    font-size: 1.75rem;
    line-height: 1.5925rem;
    text-align: right;
  }
}
.package-description__list {
  margin-top: 46px;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .package-description__list {
    margin-top: 52px;
  }
}
.package-description__list-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 28px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  font-weight: 400;
}
.package-description__list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/list-item-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.package-description__buttons {
  padding-top: 34px;
  gap: 46px;
}
@media (min-width: 1200px) {
  .package-description__buttons {
    padding-top: 22px;
    gap: 58px;
  }
}
.package-description__file-button {
  position: relative;
  padding: 20px 24px 20px 53px;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #011611;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  transition: 0.4s;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4181rem;
  font-weight: 500;
}
.package-description__file-button::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 15px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/pdf-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.4s;
}
.package-description__file-button:hover {
  text-decoration: none;
  background-color: #b0965c;
}
.package-description__catalog-button {
  order: -1;
  position: relative;
  padding-right: 48px;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  line-height: 1.0675rem;
  font-weight: 600;
  transition: 0.4s;
}
.package-description__catalog-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #011611;
  border-radius: 50%;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/package-black-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
}
.package-description__catalog-button:hover {
  text-decoration: none;
  color: #b0965c;
}
.package-description__catalog-button:hover::after {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #b0965c;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/package-gold-arrow.svg);
}

.card-slider-text-button {
  padding-bottom: 76px;
}
@media (min-width: 992px) {
  .card-slider-text-button {
    padding-bottom: 145px;
  }
}
.card-slider-text-button + .card-slider-text-button {
  padding-bottom: 0;
}
.card-slider-text-button__container {
  gap: 28px;
}
@media (min-width: 992px) {
  .card-slider-text-button__container {
    gap: unset;
  }
}
@media (min-width: 992px) {
  .card-slider-text-button__left-col {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .card-slider-text-button__left-col {
    width: 43%;
  }
}
.card-slider-text-button__slider {
  width: 100%;
}
.card-slider-text-button__right-col {
  order: -1;
}
@media (min-width: 992px) {
  .card-slider-text-button__right-col {
    width: calc(50% - 40px);
    order: unset;
  }
}
@media (min-width: 1200px) {
  .card-slider-text-button__right-col {
    width: 49%;
  }
}
.card-slider-text-button__title {
  margin-bottom: 31px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.25rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #081e18;
}
@media (min-width: 992px) {
  .card-slider-text-button__title {
    margin-bottom: 34px;
    font-size: 2rem;
    line-height: 2.08rem;
  }
}

.pdf-viewer__wrapper {
  margin: 0 auto;
  height: 350px;
}
@media (min-width: 768px) {
  .pdf-viewer__wrapper {
    aspect-ratio: 809/400;
    height: unset;
  }
}

.tiles-slider-list {
  margin-bottom: 78px;
}
@media (min-width: 992px) {
  .tiles-slider-list {
    margin-bottom: 183px;
  }
}
.tiles-slider-list__row {
  padding-bottom: 48px;
  gap: 15px 0;
}
@media (min-width: 992px) {
  .tiles-slider-list__row {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 93px;
    gap: 30px 0;
  }
}
.tiles-slider-list__item {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  max-height: 0;
}
.tiles-slider-list__item.active {
  visibility: visible;
  opacity: 1;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media (min-width: 992px) {
  .tiles-slider-list__left-col {
    margin-top: 68px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .tiles-slider-list__left-col {
    width: 43%;
  }
}
.tiles-slider-list__right-col {
  order: -1;
}
@media (min-width: 992px) {
  .tiles-slider-list__right-col {
    width: calc(50% - 40px);
    order: unset;
  }
}
@media (min-width: 1200px) {
  .tiles-slider-list__right-col {
    width: 49%;
  }
}
.tiles-slider-list__title {
  margin-bottom: 48px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.25rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #0f270c;
}
@media (min-width: 992px) {
  .tiles-slider-list__title {
    margin-bottom: 74px;
    font-size: 2rem;
    line-height: 2.08rem;
  }
}
.tiles-slider-list__list {
  padding: 0;
  list-style: none;
  color: #163029;
}
.tiles-slider-list__list-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .tiles-slider-list__list-item {
    margin-bottom: 29px;
  }
}
.tiles-slider-list__list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/list-item-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.tiles-slider-list__text {
  margin-bottom: 52px;
  padding-top: 11px;
}
@media (min-width: 992px) {
  .tiles-slider-list__text {
    margin-bottom: 0;
  }
}

.text-image-button {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .text-image-button {
    margin-top: 132px;
  }
}
@media (min-width: 992px) {
  .text-image-button__left-col {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .text-image-button__left-col {
    width: 43%;
  }
}
.text-image-button__right-col {
  order: -1;
}
@media (min-width: 992px) {
  .text-image-button__right-col {
    width: calc(50% - 40px);
    order: unset;
  }
}
@media (min-width: 1200px) {
  .text-image-button__right-col {
    width: 49%;
  }
}
.text-image-button__title {
  margin-bottom: 31px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.25rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #0f270c;
}
@media (min-width: 992px) {
  .text-image-button__title {
    margin-bottom: 34px;
    font-size: 2rem;
    line-height: 2.08rem;
  }
}
.text-image-button__image {
  margin: 70px auto 0;
  aspect-ratio: 328/275;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  max-height: 544px;
}
@media (min-width: 992px) {
  .text-image-button__image {
    margin: 0;
  }
}
.text-image-button__photo {
  width: 100%;
  height: 100%;
}

.image-text-list-button + .image-text-list-button {
  margin-top: 56px;
}
@media (min-width: 992px) {
  .image-text-list-button + .image-text-list-button {
    margin-top: 66px;
  }
}
.image-text-list-button:nth-of-type(2n + 1) .image-text-list-button__row {
  background-color: #163029;
  color: #fff;
}
.image-text-list-button:nth-of-type(2n + 1) .image-text-list-button__list ul li::before {
  width: 20px;
  height: 20px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/list-item-white-icon.svg);
}
.image-text-list-button__row {
  background-color: #f1efe9;
  color: #163029;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (min-width: 992px) {
  .image-text-list-button__row {
    flex-direction: row;
  }
}
.image-text-list-button__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 328/261;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .image-text-list-button__image {
    width: 43%;
    height: 100%;
    aspect-ratio: unset;
    position: absolute;
    left: 0;
    top: 0;
  }
  .image-text-list-button__row--reverse .image-text-list-button__image {
    left: auto;
    right: 0;
  }
}
.image-text-list-button__texts {
  width: 100%;
  padding: 35px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .image-text-list-button__texts {
    padding: 50px;
    margin-left: 43%;
  }
  .image-text-list-button__row--reverse .image-text-list-button__texts {
    margin-left: 0;
    margin-right: 43%;
  }
}
@media (min-width: 1200px) {
  .image-text-list-button__texts {
    padding: 74px 98px;
  }
}
.image-text-list-button__title {
  width: 100%;
}
.image-text-list-button__title * {
  font-weight: 400;
  font-size: 1rem;
  line-height: 0.91rem;
  font-family: "tex_gyre_adventorregular";
}
@media (min-width: 992px) {
  .image-text-list-button__title * {
    font-size: 1.625rem;
    line-height: 1.4788rem;
  }
}
.image-text-list-button__title strong,
.image-text-list-button__title span {
  font-weight: 700;
  font-family: "tex_gyre_adventorbold";
  font-size: 2rem;
  line-height: 1.82rem;
}
@media (min-width: 992px) {
  .image-text-list-button__title strong,
  .image-text-list-button__title span {
    font-size: 4rem;
    line-height: 3.64rem;
  }
}
.image-text-list-button__text {
  width: 100%;
  margin-top: 17px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .image-text-list-button__text {
    margin-top: 25px;
  }
}
.image-text-list-button__list {
  width: 100%;
  padding-top: 34px;
  border-top: 1px solid #d4d4d4;
  margin-top: 22px;
}
@media (min-width: 992px) {
  .image-text-list-button__list {
    margin-top: 25px;
    padding-top: 31px;
  }
}
.image-text-list-button__list ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0;
  list-style: none;
}
.image-text-list-button__list ul li {
  font-size: 18px;
  line-height: 20.42px;
  padding-left: 32px;
  position: relative;
  display: flex;
  align-items: center;
}
.image-text-list-button__list ul li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  background-image: url("https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/check-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.image-text-list-button__disclaimer-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .image-text-list-button__disclaimer-button {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.image-text-list-button__disclaimer {
  margin-top: 28px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .image-text-list-button__disclaimer {
    font-size: 1.125rem;
    line-height: 1.2763rem;
    margin-top: 33px;
  }
}
.image-text-list-button__disclaimer a {
  color: #b0965c;
  font-weight: 600;
  transition: color 0.4s;
}
.image-text-list-button__disclaimer a:hover {
  color: #163029;
  text-decoration: none;
}
.image-text-list-button .button {
  min-width: 166px;
  text-align: center;
}
@media (min-width: 992px) {
  .image-text-list-button .button {
    margin-left: 25px;
  }
}

.blog__container {
  max-width: 1330px;
  margin-top: 140px;
}
@media (min-width: 1200px) {
  .blog__container {
    margin-top: 160px;
  }
}
@media (min-width: 1200px) {
  .blog__content {
    display: flex;
    gap: 34px;
  }
}
@media (min-width: 992px) {
  .blog__tiles {
    margin-top: 81px;
  }
}
@media (min-width: 1200px) {
  .blog__left-col {
    width: calc(100% - 410px);
  }
}
@media (min-width: 1200px) {
  .blog__right-col {
    min-width: 376px;
    max-width: 376px;
  }
}
.blog__right-col .contact__socialmedia {
  margin-top: 8px;
  justify-content: center;
}
.blog__last-posts {
  margin-top: 37px;
  padding: 44px 24px 48px;
  background-color: #fbf8f2;
  border: 1px solid #e5cb91;
  border-radius: 8px;
}
.blog__last-posts-title {
  margin: 0 0 39px 7px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.56rem;
  color: #0f270c;
}
.blog__pagination {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  color: #011611;
  gap: 15px;
}
.blog__pagination a {
  transition: color 0.4s;
}
.blog__pagination a:hover {
  text-decoration: none;
  color: #b0965c;
}
.blog__pagination .current {
  color: #b0965c;
}
.blog__pagination .prev,
.blog__pagination .next {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #011611;
  border-radius: 50%;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/package-black-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
}
.blog__pagination .prev:hover,
.blog__pagination .next:hover {
  border-color: #b0965c;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/package-gold-arrow.svg);
}
.blog__pagination .prev {
  transform: scaleX(-1);
}

.blog-slider {
  position: relative;
  margin-bottom: 79px;
}
@media (min-width: 992px) {
  .blog-slider {
    margin-bottom: 0;
  }
}
.blog-slider__swiper-slide {
  position: relative;
  padding: 0 48px;
  min-height: 226px;
  aspect-ratio: 328/226;
  border-radius: 12px;
  overflow: hidden;
  max-height: 520px;
}
.blog-slider__swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media (min-width: 992px) {
  .blog-slider__swiper-pagination.last-blog-posts__swiper-pagination {
    max-width: -moz-max-content;
    max-width: max-content;
    bottom: 65px !important;
    left: 46px;
  }
}
.blog-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}
.blog-slider__title {
  display: block;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-slider__title {
    font-size: 3rem;
    line-height: 3.12rem;
  }
}
.blog-slider__title:hover {
  text-decoration: none;
}
.blog-slider__author {
  gap: 13px;
}
.blog-slider__author-avatar {
  width: 26px;
  height: 26px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.blog-slider__info {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .blog-slider__info {
    margin-top: 26px;
    gap: 26px;
  }
}
.blog-slider__author-name, .blog-slider__date, .blog-slider__time {
  font-family: "Jost", sans-serif;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .blog-slider__author-name, .blog-slider__date, .blog-slider__time {
    font-size: 0.875rem;
    line-height: 1.1375rem;
  }
}
.blog-slider__date {
  margin-top: 7px;
}
@media (min-width: 992px) {
  .blog-slider__date {
    margin-top: 0;
  }
}
.blog-slider__time {
  position: relative;
  margin-top: 7px;
  padding-left: 22px;
}
@media (min-width: 992px) {
  .blog-slider__time {
    margin-top: 0;
    padding-left: 30px;
  }
}
.blog-slider__time::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/time-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .blog-slider__swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .blog-slider__swiper-pagination .swiper-pagination-bullet::after {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .blog-slider__swiper-pagination .swiper-pagination-bullet-active {
    border-color: #fff;
  }
}
@media (min-width: 992px) {
  .blog-slider__swiper-button-prev, .blog-slider__swiper-button-next {
    top: unset;
    bottom: 64px;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .blog-slider__swiper-button-next {
    right: 46px;
    left: unset;
  }
}
@media (min-width: 992px) {
  .blog-slider__swiper-button-prev {
    right: 94px;
    left: unset;
  }
}

.tile-blog-second {
  margin-bottom: 61px;
  color: #303433;
}
@media (min-width: 992px) {
  .tile-blog-second {
    margin-bottom: 92px;
    gap: 34px;
  }
}
@media (min-width: 1400px) {
  .tile-blog-second {
    padding-right: 37px;
  }
}
.tile-blog-second__img {
  aspect-ratio: 328/226;
  max-width: 376px;
  max-height: 262px;
  margin: 0 auto 21px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tile-blog-second__img {
    min-width: 376px;
    margin: 0;
  }
}
.tile-blog-second__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tile-blog-second__title {
  margin-bottom: 25px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .tile-blog-second__title {
    margin-top: 7px;
    margin-bottom: 29px;
    font-size: 1.625rem;
    line-height: 1.69rem;
    text-align: left;
  }
}
.tile-blog-second__title:hover {
  text-decoration: none;
}
.tile-blog-second__author {
  margin-bottom: 5px;
  gap: 13px;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .tile-blog-second__author {
    margin-bottom: 0;
  }
}
.tile-blog-second__author-avatar {
  width: 26px;
  height: 26px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.tile-blog-second__date {
  margin-bottom: 21px;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .tile-blog-second__date {
    margin-bottom: 0;
  }
}
.tile-blog-second__span {
  font-weight: 300;
}
.tile-blog-second__excerpt {
  margin-bottom: 35px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2763rem;
  text-align: center;
}
@media (min-width: 992px) {
  .tile-blog-second__excerpt {
    margin-bottom: 0;
    text-align: left;
  }
}
.tile-blog-second__time {
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-weight: 300;
}
.tile-blog-second__time::after {
  filter: invert(1);
}
.tile-blog-second__info {
  order: -1;
}
@media (min-width: 992px) {
  .tile-blog-second__info {
    margin-bottom: 25px;
    order: unset;
    gap: 26px;
  }
}
@media (min-width: 992px) {
  .tile-blog-second__button-wrapper {
    margin-top: auto;
    width: 100%;
  }
}

.error-page {
  position: relative;
  background-color: #e9d7b1;
  overflow: hidden;
}
.error-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}
.error-page__title {
  position: relative;
  padding-top: 25px;
  font-family: "tex_gyre_adventorbold";
  font-size: 13rem;
  color: #fff;
  text-align: center;
  font-weight: 900;
  transform: scale(1.35);
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35);
  z-index: 1;
}
@media (min-width: 1200px) {
  .error-page__title {
    font-size: 40rem;
    line-height: 40rem;
    transform: scale(1);
    text-shadow: 50px 40px 45px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1600px) {
  .error-page__title {
    font-size: 56rem;
    line-height: 56rem;
  }
}
.error-page__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: calc(100% - 60px);
  -o-object-fit: contain;
  object-fit: contain;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1200px) {
  .error-page__image {
    height: calc(100% - 100px);
  }
}

.default-page {
  margin-bottom: 155px;
}
.default-page__content {
  line-height: 25.56px;
}
.default-page__content h1,
.default-page__content h2,
.default-page__content h3,
.default-page__content h4,
.default-page__content h5,
.default-page__content h6 {
  font-family: "tex_gyre_adventorbold";
  margin: 0 0 10px 0;
}
.default-page__content ul,
.default-page__content ol {
  padding-left: 25px;
}
.default-page__content a {
  font-weight: 600;
  transition: color 0.4s;
}
.default-page__content a:hover {
  color: #b0965c;
  text-decoration: none;
}

.blog-single {
  margin-top: 140px;
  margin-bottom: 87px;
  color: #303433;
}
@media (min-width: 992px) {
  .blog-single {
    margin-bottom: 103px;
  }
}
@media (min-width: 1200px) {
  .blog-single {
    margin-top: 160px;
  }
}
.blog-single__container {
  max-width: 1300px;
}
.blog-single__image {
  position: relative;
  min-height: 226px;
  max-height: 520px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 328/226;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 768px) {
  .blog-single__image {
    aspect-ratio: 1330/520;
  }
}
.blog-single__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.blog-single__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-single__content {
  margin-top: 27px;
  max-width: 1056px;
}
@media (min-width: 992px) {
  .blog-single__content {
    margin-top: 57px;
  }
}
.blog-single__title {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-single__title {
    font-size: 2rem;
    line-height: 2.08rem;
  }
}
.blog-single__info {
  margin-top: 18px;
  gap: 3px;
}
@media (min-width: 992px) {
  .blog-single__info {
    margin-top: 22px;
    gap: 27px;
  }
}
.blog-single__author {
  gap: 13px;
}
.blog-single__author-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-single__author-name, .blog-single__date, .blog-single__time {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  line-height: 0.975rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .blog-single__author-name, .blog-single__date, .blog-single__time {
    font-size: 0.875rem;
    line-height: 1.1375rem;
  }
}
.blog-single__time::after {
  filter: invert(1);
}
.blog-single__excerpt {
  margin-top: 43px;
  line-height: 1.35rem;
  color: #939393;
}
@media (min-width: 992px) {
  .blog-single__excerpt {
    margin-top: 47px;
  }
}
.blog-single__entry-content {
  padding-bottom: 70px;
  border-bottom: 1px solid #d4d4d4;
}
.blog-single__entry-content h2,
.blog-single__entry-content h3 {
  margin: 41px 0 27px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.17rem;
  color: #0f270c;
}
@media (min-width: 992px) {
  .blog-single__entry-content h2,
  .blog-single__entry-content h3 {
    margin: 47px 0;
    font-size: 1.5rem;
    line-height: 1.56rem;
  }
}
.blog-single__entry-content p {
  line-height: 1.35rem;
}
@media (min-width: 992px) {
  .blog-single__entry-content p {
    line-height: 1.2763rem;
  }
}
.blog-single__entry-content img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 197px;
  max-height: 464px;
  margin-top: 41px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 327/197;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 992px) {
  .blog-single__entry-content img {
    margin-top: 57px;
  }
}
.blog-single__entry-content pre {
  margin: 17px 0 43px;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 0.9925rem;
  font-weight: 300;
  text-wrap: wrap;
  text-align: center;
  color: #8592a3;
}
@media (min-width: 992px) {
  .blog-single__entry-content pre {
    margin: 15px 0 64px;
  }
}
.blog-single__entry-content blockquote {
  position: relative;
  margin: 45px 0;
  padding: 43px 34px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-style: italic;
  color: #000f1b;
  background-color: #fbf8f2;
  border: 1px solid #e5cb91;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .blog-single__entry-content blockquote {
    margin: 55px 0;
    padding: 75px 120px;
  }
}
.blog-single__entry-content blockquote::after {
  content: "";
  position: absolute;
  top: 37px;
  right: 33px;
  width: 46px;
  height: 34px;
  background-image: url(https://qinvestment.pl/wp-content/themes/quality-investment-justidea/assets/img/icon/blockquote-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-single__entry-content blockquote p {
  position: relative;
  z-index: 1;
  line-height: 1.8rem;
}

.map {
  margin: 9px 0 121px;
}
@media (min-width: 992px) {
  .map {
    margin: -20px 0 161px;
  }
}
.map__iframe-wrapper {
  min-height: 358px;
  max-height: 730px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  aspect-ratio: 328/358;
}
@media (min-width: 992px) {
  .map__iframe-wrapper {
    border-radius: 12px 0 0 12px;
    width: 44.5%;
  }
}
.map__calendly {
  height: 620px;
  border: 1px solid #cab076;
  order: -1;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .map__calendly {
    height: auto;
    order: unset;
    width: 55.5%;
  }
}
.map__text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #163029;
}
@media (min-width: 992px) {
  .map__text {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .map__text {
    margin-bottom: -40px;
  }
}

.additional-options__top {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .additional-options__top {
    margin-top: 119px;
  }
}

.realizations__menu {
  overflow-x: auto;
  padding-bottom: 13px;
  margin-bottom: 30px;
}
.realizations__menu-list {
  gap: 10px;
}
.realizations__menu-link {
  display: block;
  padding: 16px 20px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2763rem;
  font-weight: 500;
  color: #163029;
  border: 2px solid #163029;
  border-radius: 6px;
  background-color: #fff;
  transition: 0.4s;
}
.realizations__menu-link:hover, .realizations__menu-link.active {
  color: #fff;
  background-color: #163029;
  text-decoration: none;
}
@media (min-width: 992px) {
  .realizations__posts {
    gap: 13px;
  }
}
@media (min-width: 1200px) {
  .realizations__posts {
    border-radius: 12px;
    overflow: hidden;
  }
}

.realization__description {
  margin-top: 69px;
  padding-bottom: 57px;
}
@media (min-width: 992px) {
  .realization__description {
    margin-top: 113px;
    padding-bottom: 0;
  }
}
.realization__title-description {
  margin-bottom: 47px;
  font-family: "tex_gyre_adventorbold";
  font-size: 1.5rem;
  line-height: 1.56rem;
  font-weight: 700;
  color: #0f270c;
}
/*# sourceMappingURL=main.css.map */