/*!
Theme Name: FNH
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fnh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FNH is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments.ekspert-single img

	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


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

blockquote {
	margin: 0 1.5em;
}


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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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


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

/* Links
--------------------------------------------- */
a {
	color: #0B1739;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	/* display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


body {
    background: url(/wp-content/uploads/2024/07/PaperPattern.png) lightgray 0% 0% / 150px 150px repeat;
}

header#masthead {
    display: grid;
	position: fixed;
	z-index: 2;
    width: 100%;
	top: 0;
	left: 0;
    grid-template-columns: 1fr auto 1fr;
	transition: transform 0.3s ease; /* Smooth transition */
	padding: 20px 50px;
	border-bottom: 1px solid #0e1c45;
	align-items: center;
}

.admin-bar header#masthead {
	top: 32px;
}

main#primary {
    margin-top: 147px;
}

@media screen and (max-width: 1000px){
	main#primary {
		margin-top: 97px;
	}
}

.site-branding img {
    height: 100px;
    width: auto;
}

.main-summ {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
	text-align: center;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 2.4px;
}

.align-left {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.32px;
    text-align: center;
	display: block;
	width: -webkit-fill-available;
}

.align-right {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.32px;
    text-align: center;
}
.inwestor-information {
	width: fit-content;
}

button.button.empty.outlined {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    background: transparent;
    border: 3px solid #0e1c45;
    padding: 10px 30px;
	text-transform: uppercase;
    border-radius: 5px;
}
.open-menu span {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -3.2px;
}

.open-menu > div > div:nth-child(1) {
    height: 7px;
    width: 41px;
    border-radius: 0 5px 0 0;
    background: #0e1c45;
}
.open-menu > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.open-menu > div > div:nth-child(2) {
    height: 7px;
    width: 28px;
    border-radius: 0 0 3px 0;
    background: #0e1c45;
}
.open-menu > div > div:nth-child(3) {
    height: 7px;
    width: 33px;
    border-radius: 0 0 3px 0;
    background: #0e1c45;
}

.menu-button {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}
.open-menu {
    display: flex;
    gap: 10px;
    align-items: center;
	cursor: pointer;
}

.open-menu:hover > div > div {
	width: 41px;
	transition-duration: 0.3s;
}

.drawer-header img {
    height: 100px;
    width: auto;
}

.drawer-header {
	align-items: center;
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.drawer-header h2 {
    color: #0E1C45;
    text-align: right;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.drawer-header h2 strong {
	color: #0E1C45;
	font-family: Montserrat;
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.drawer-background {
	display: none
}

.opened.drawer-background {
	display: block;
    position: fixed;
    top: 0;
    left: 0;
	background-color: #00000052;
	width: 100vw;
    height: 100vh;
	z-index: 600;
}

.admin-bar .opened.drawer-background {
	height: calc(100vh - 32px);
	z-index: 500;
}
.admin-bar .opened.drawer-background {
    top: 32px;
}
.menu-wrapper-drawer {
	left: -100%;
	position: relative;
}

.opened .menu-wrapper-drawer {
    max-width: 900px;
    padding: 50px;
	left: 0;
    height: 100%;
	cursor: default;
	overflow-y: auto;
    background: white;
	padding-bottom: 0;
}

.closing-button, .close-popup {
	display: flex;
	align-items: center;
	justify-content: end;
	cursor: pointer;
gap: 5px;
	margin-bottom: 20px;
}
.closing-button:hover, .close-popup:hover {
	gap: 20px;
}
.closing-button span, .close-popup span {
	color: #0E1C45;

text-align: right;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.56px;
text-transform: uppercase;
}

nav#site-navigation ul {
	flex-direction: column;
    gap: 10px;
}
nav#site-navigation ul a {
	color: #0E1C45;

font-family: Montserrat;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -1px;
}
nav#site-navigation ul li {
	padding: 10px 50px;
    margin-left: -50px;
}
nav#site-navigation ul li.current-menu-item {
	background-color: #0E1C45;
	border-radius: 0 10px 10px 0;
	max-width: 600px;
}

nav#site-navigation ul li.current-menu-item a {
	color: white;
}

.menu-inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 50px;
    height: 100%;
}
.menu-inner-wrapper .inwestor-information {
	width: 100%;
	padding-bottom: 50px;
}

.menu-inner-wrapper .main-summ {
	text-align: center;
}

.floating {
	width: 100px;
	height: 100px;
	background-color: white;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Montserrat;
	font-weight: 700;
	position: absolute;
	color: #0E1C45;
	text-transform: uppercase;
	display: none;
}

.drawer-background .outlined {
	margin-top: 20px;
}

@media screen and (max-width: 1400px){
	.menu-button .contact-us {
		display: none;
	}
	.menu-button > a {
		display: none;
	}
}

@media screen and (min-width: 1401px){
	.drawer-background .investorlink {
		display: none;
	}
}

@media screen and (max-width: 1200px){
	.align-left, .align-right {
		font-size: 18px;
	}
	.main-summ {
		font-size: 30px;
	}
}

@media screen and (max-width: 1000px){
	header#masthead > .inwestor-information {
		display: none;
	}	
	.drawer-header img {
		height: auto;
	}
	header#masthead {
		grid-template-columns: 1fr 1fr;
	}
	.site-branding img {
		max-height: 50px;
	}
}
@media screen and (max-width: 600px){
	.drawer-header {
		display: block;
	}
	.drawer-header h2, .drawer-header h2 strong {
		font-size: 18px;
		text-align: left;
	}
	.drawer-header img {
		max-width: 250px;
	}
	header#masthead {
		padding-left: 20px;
		padding-right: 20px;
	}

	.opened .menu-wrapper-drawer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.open-menu span {
		font-size: 25px;
		letter-spacing: 0;
	}
	.open-menu > div {
		gap: 2px;
	}
	.open-menu > div > div {
		height: 5px !important;
	}
}

.opened button.button.empty.outlined {
	width: 100%;
}



.drawer-header > a {
	flex: none
}

header.entry-header {
    display: none;
}

figure {
	margin: 0;
}
.blured {
	filter: blur(6px);
	height: 100%;
}
.blured video, .blured img {
	height: 100%;
	object-fit: cover;
}
.blured video {
	transform: scale(1.1);
}
.hiddenoverflow {
	overflow: hidden;
}

.absologo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.absologo img {
	height: 120px;
	width: auto;
	object-fit: contain;
}

.relative {
	position: relative;
}

.first-section {
    min-height: 80vh;
}

.toppedpadding {
	margin-top: 150px
}

.goldliner {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.88px;
}

.goldliner::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 200px;
	top: 40px;
	background: rgba(170, 111, 11, 0.28);
}

.goldliner {
	position: relative;
}

.goldliner strong{
	font-weight: 900;
}
.mini-goldliner {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
	margin: 0;
    line-height: normal;
    letter-spacing: -2.88px;
	/* margin-top: 20px; */
}

.mini-goldliner::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 200px;
	top: 40px;
	background: rgba(170, 111, 11, 0.28);
}

.mini-goldliner {
	position: relative;
}

.mini-goldliner strong{
	font-weight: 900;
}

.right-column-limited {
	padding-right: max(50px, calc((100vw - 1920px) / 2));
	padding-bottom: 50px;
}
.left-column-limited {
	padding-left: max(50px, calc((100vw - 1920px) / 2));
	padding-bottom: 50px;
}

.lined-spacing::before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #0e1c45;
}

.lined-spacing::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #0e1c45;
}

.lined-spacing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.lined-spacing figure {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.lined-spacing figure::before {
	content: "";
	display: block;
	height: 100px;
	width: 2px;
	background-color: #0E1C45;
}
.lined-spacing figure::after {
	content: "";
	display: block;
	height: 50px;
	width: 2px;
	background-color: #0E1C45;
}

.paragraph-top-lined, .standard-paragraph {
    margin: 0;
    color: #0E1C45;
    text-align: justify;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: -2px;
}

.standard-paragraph {
	margin-top: 20px;
	text-align: right;
}

@media screen and (max-width: 1920px){
	.goldliner {
		font-size: 50px;
	}
	.mini-goldliner {
		font-size: 40px;
	}
	.mini-goldliner::before {
		content: "";
		position: absolute;
		height: 20px;
		width: 200px;
		top: 25px;
		background: rgba(170, 111, 11, 0.28);
	}
}
@media screen and (max-width: 1200px){
	.goldliner {
		font-size: 40px;
	}
	.goldliner::before {
		top: 30px;
	}

}
@media screen and (max-width: 1400px){
	.paragraph-top-lined, .standard-paragraph {
		font-size: 18px;
		letter-spacing: -1px;
		line-height: 103%;
	}
}

.paragraph-top-lined::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #0E1C45;
	margin-bottom: 15px;
}



@media screen and (max-width: 900px){
	.right-column-limited {
		padding: 20px;
	}
	.mobile-hide {
		display: none !important;
	}
	.blue-spacing {
		display: none !important;
	}
	.left-column-limited {
		padding: 20px;
	}
	.goldliner {
		margin-top: 0.83em
	}
	.lined-spacing img {
		transform: rotate(90deg);
		display: none;
	}
	.lined-spacing {
		flex-direction: row;
	}
	.lined-spacing::before {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		background: #0e1c45;
	}
	
	.lined-spacing::after {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		background: #0e1c45;
	}
	.lined-spacing figure::before {
		content: "";
		display: block;
		height: 2px;
		width: 100px;
		background-color: #0E1C45;
	}
	.lined-spacing figure::after {
		content: "";
		display: block;
		height: 2px;
		width: 50px;
		background-color: #0E1C45;
	}
	.lined-spacing figure {
		flex-direction: row;
		gap: 30px;
	}
	.first-section {
		gap: 0;
	}
}

button.secondary-button {
    padding: 10px 20px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #0e1c45;
    color: #0e1c45;
}

button.secondary-button a {
	color: #0E1C45;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	letter-spacing: -0.18px;
	text-transform: capitalize;
}
button.primary-button {
    padding: 10px 20px;
    border-radius: 5px;
    background: #0E1C45;
    border: 2px solid #0e1c45;
    color: white;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
	letter-spacing: -0.18px;
	text-transform: capitalize;
}

button.primary-button a {
	color: white;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	letter-spacing: -0.18px;
	text-transform: capitalize;
}

.button-wrapper a:not(:first-child) button.primary-button {
	background-color: transparent;
	color: #0e1c45;
}

.buttons-wrapper {
	margin-top: 20px;
	display: flex;
	gap: 20px;
	align-items: center;
}

.buttons-wrapper button {
	cursor: pointer;
}
.buttons-wrapper button:hover {
	transform: translateX(-5px);
	transition-duration: 0.3s;
}

.line {
    height: 2px;
    width: 100%;
    background: #0e1c45;
}

.buttons-wrapper button {
	flex: none;
}

@media screen and (max-width: 1000px){
	.buttons-wrapper button {
		width: 100%
	}
	.buttons-wrapper {
		flex-wrap: wrap;
	}
}

.lined-link::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #0e1c45;
}

.inwestors .lined-link::before {
    content: none;
    display: block;
    width: 50px;
    height: 2px;
    background: #0e1c45;
}
.inwestors .lined-link {
    margin-bottom: 10px;
}

.lined-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0e1c45;
}
.lined-link {
	margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lined-link a {
	color: black;
	text-decoration: none;
	font-weight: 500;
}
.lined-link > div {
	flex: none;
}
.lefted {
	text-align: left;
	margin: 0;
}

.gold-spacing::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	position: absolute;
	background-color: #A66800;
	top: -20px;
}
.gold-spacing::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	position: absolute;
	background-color: #A66800;
	bottom: -20px;
}

.gold-spacing {
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}

.blue-spacing, .gold-spacing {
	padding: 50px max(50px, calc((100vw - 1600px) / 2)) !important;
}
.gold-spacing {
	background-color: #A66800;
}
.blue-spacing {
	background: #0e1c45;
}

.blue-spacing h2,
.gold-spacing h2 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	letter-spacing: -1.6px;
}
.blue-spacing p, .gold-spacing p {
	color: #FFF;
	margin: 0;
	margin-top: 20px;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -1px;
}
.blue-spacing strong, .gold-spacing strong {
	font-weight: 700;
}
:where(.wp-block-columns) {
	margin: 0;
}

.blue-spacing > div, .gold-spacing > div {
	padding: 20px;
}

@media screen and (max-width: 1400px){
	.blue-spacing h2 {
		color: #FFF;
		font-family: Montserrat;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 0;
		letter-spacing: -1.6px;
	}
	.gold-spacing h2 {
		color: #FFF;
		font-family: Montserrat;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 0;
		letter-spacing: -1.6px;
	}
	.blue-spacing p, .gold-spacing p {
		color: #FFF;
		margin: 0;
		margin-top: 20px;
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -1px;
	}
}

@media screen and (max-width: 1000px){
	.blue-spacing h2, .gold-spacing h2 {
		color: #FFF;
		font-family: Montserrat;
		font-size: 25px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 0;
		letter-spacing: -1.6px;
	}
	.gold-spacing h2 {
		color: #FFF;
		font-family: Montserrat;
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 0;
		letter-spacing: -1.6px;
	}
	.blue-spacing p, .gold-spacing p {
		color: #FFF;
		margin: 0;
		margin-top: 20px;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -1px;
	}
}

@media screen and (max-width: 900px){
	.blue-spacing, .gold-spacing {
		flex-direction: column;
		gap: 0;
	}
}

.section-default {
	padding: 50px max(50px, calc((100vw - 1820px) / 2));	
}

.mini-pre-heading {
	color: #0E1C45;
	text-align: justify;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	letter-spacing: -0.88px;
	text-transform: uppercase;
	margin-top: 60px;
}

.primary-default-button a {
    border-radius: 10px;
    background: #0e1c45;
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    width: 100%;
    display: block;
    margin: 20px 0;
}
.primary-default-button a:focus {
	color: white;
}
.primary-default-button {
	width: 100%;
}

.space-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.max500 {
	max-width: 500px;
}

@media screen and (max-width: 900px){
	.wp-block-columns {
		flex-direction: column;
	}
}

.fullsized, .fullsized img, .fullsized figure {
	border-radius: 20px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.mt40 {
	margin-top: 40px;
}

.opinie-wrapper {
	margin-top: 50px;
}

.opinia-text p {
	margin: 0;
	margin-bottom: 20px;
}

.opinia-single {
    padding: 30px;
    background: #EFEFEF;
    margin-bottom: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #c7a56d;
}

.opinia-text {
    color: #0E1C45;
    text-align: justify;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.96px;
}

.opinia-footer {
    display: grid;
	grid-template-columns: auto 1fr auto;
	column-gap: 20px;
	align-items: end;
}

.kapital-label {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.32px;
}

.kapital-value {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 2.4px;
}

.opinia-single .lined-link p {
	margin: 0;
	color: #000;

text-align: justify;
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.88px;
}

@media screen and (max-width: 1200px){
	.opinia-text {
		font-size: 18px;
	}
	.kapital-value {
		font-size: 22px;
	}
	.kapital-label {
		font-size: 18px;
	}

	
}

@media screen and (max-width: 800px){
	.opinia-footer {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
}

.line-bottom {
    border-bottom: 2px solid #0e1c45;
}


.numbered-wrapper > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 60px;
    row-gap: 30px;
}
.numbered-wrapper-second > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 30px;
}

.numbered-wrapper-third > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
	row-gap: 60px;
}

.numbered-wrapper-second {
	margin-bottom: 60px;
}

@media screen and (max-width: 1400px){
	.numbered-wrapper-second > div, .numbered-wrapper-third > div {
		grid-template-columns: 1fr;
	}
}

.boxed-numbered {
	padding: 40px 20px;
    background: #0e1c45;
    border-radius: 10px;
	position: relative;
}

.numberofbox  {
	margin: 0;
	color: #FFF; /* Text color */
	font-family: Montserrat, sans-serif; /* Font family */
	font-size: 90px !important; /* Font size */
	font-weight: 800 !important; /* Font weight */
	text-shadow: 
	  -1px -1px 0 #0E1C45,  
	   1px -1px 0 #0E1C45,
	  -1px  1px 0 #0E1C45,
	   1px  1px 0 #0E1C45,
	  -2px -2px 0 #0E1C45,
	   2px -2px 0 #0E1C45,
	  -2px  2px 0 #0E1C45,
	   2px  2px 0 #0E1C45; /* Multiple shadows for smoother border */
}
.boxed-numbered h3 {
	color: #FFF;

	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.24px;
}

.numberofbox {
    position: absolute;
    top: -15px;
    left: -10px;
}

.numbered-wrapper {
	margin-top: 60px;
}

.icontextwrapper {
    gap: 20px;
}

.boxed-numbered > div p {
	margin: 0;
	margin-top: 30px;
	text-align: center;
	color: white;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media screen and (max-width: 1500px){
	.numbered-wrapper > div {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 60px;
		row-gap: 30px;
	}
}
@media screen and (max-width: 700px){
	.numbered-wrapper > div {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 60px;
		row-gap: 30px;
	}
}

@media screen and (max-width: 800px){
	.section-default {
		padding: 50px max(20px, calc((100vw - 1820px) / 2));	
	}
	.right-column-limited {
		padding-right: max(20px, calc((100vw - 1920px) / 2));
	}
	.left-column-limited {
		padding-left: max(20px, calc((100vw - 1920px) / 2));
	}
	.blue-spacing, .gold-spacing {
		padding: 50px max(20px, calc((100vw - 1600px) / 2));
	}
}

.aktualnosci-single {
	width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.aktualnosci-single iframe, .aktualnosci-single img {
	width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.arrows-slider {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-bottom: 10px;
}

.static-widthed {
	width: 100%;
}

/* .opinia-single:nth-child(even) .opinia-footer {
    direction: rtl;
} */

.maxheight500, .maxheight500 video {
	height: 600px;
}

.aktualnosci-single-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}
h3.content-title {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 30px;
	margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.52px;
}

.content-meta {
    color: #0E1C45;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
}

.content-text {
    color: #0E1C45;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.72px;
}

.media-wrapper img {
	border-radius: 10px;
}

.media-wrapper iframe {
	aspect-ratio: 16/9;
}

.media-wrapper iframe, .media-wrapper img, .media-wrapper {
	height: 100%;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 16/9;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
@media screen and (max-width: 1600px){
	.media-wrapper iframe, .media-wrapper img, .media-wrapper {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}	
	.media-wrapper img, .media-wrapper {
		aspect-ratio: unset;
	}
	.content-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 1100px){
	.aktualnosci-single-list {
		grid-template-columns: 1fr;
		row-gap: 20px;
		border-bottom: 2px solid #0E1C45
	}
	.media-wrapper iframe, .media-wrapper img, .media-wrapper {
		aspect-ratio: 16/9;
	}
}

.blur0 {
	filter: blur(0) !important;
}

.fakty-wrapper > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}



.fakty-wrapper > div > .wp-block-group > div {
    padding: 20px;
    background: #0e1c45;
    border-radius: 10px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fakty-wrapper > div > .wp-block-group > div > .wp-block-group {
	justify-content: space-between;
	align-items: end;
	gap: 50px;
}

.fakty-wrapper > div > .wp-block-group > div > .wp-block-group h3 {
	color: white;
	font-family: Montserrat;
}

.fakty-wrapper p {
	margin: 0;
	font-family: Montserrat;
	color: white;
}

.space-between {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1500px){
	.early-facts-wrap {
		flex-direction: column;
	}
}
@media screen and (max-width: 750px){
	.fakty-wrapper > div {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 30px;
		row-gap: 30px;
	}
}

.bigger-paragraph {
	font-size: 30px;
	font-family: Montserrat;
	color: #0E1C45
}

.defaultp {
	font-family: Montserrat;
	font-size: 20px;
}

.nieruchomosci-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 50px;
}

.estate-header {
    display: grid;
    grid-template-columns:calc(60% - 20px) 40%;
    column-gap: 20px;
}

.estate-image img {
    height: 300px;
    width: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.estate-title {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
}

.estate-price {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.24px;
}

.estate-adres {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
	display: flex;
	gap: 10px;
	align-items: center;
    line-height: normal;
    letter-spacing: -0.88px;
}


.estate-names {
	padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.inwestycja {
	color: rgba(0, 0, 0, 0.48);

text-align: justify;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.64px;
}
.estate-desc p {
	margin: 0;
}

.estate-desc {
    padding: 15px 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.estate-desc p {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.72px;
}
.estate-infos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}

.estate-box {
    padding: 10px;
    background: #0e1c45;
    border-radius: 5px;
}

.estate-label {
    color: rgba(255, 255, 255, 0.79);
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}

.estate-value {
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.84px;
}

.estate-box {
    padding: 10px;
    background: #0e1c45;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 80px;
	gap: 10px;
    justify-content: space-between;
}

.estate-single {
    padding-bottom: 20px;
    border-bottom: 2px solid black;
}

@media screen and (max-width: 1700px){
	.estate-image img {
		height: 300px;
		width: 100%;
	}
}

@media screen and (max-width: 1300px){
	.estate-header {
		grid-template-columns: 1fr;
	}
	.nieruchomosci-grid	.lined-spacing {
		display: none;
	}
}
@media screen and (max-width: 1100px){
	.nieruchomosci-grid {
		grid-template-columns: 1fr;
	}
	.estate-header {
		grid-template-columns:calc(60% - 20px) 40%;
	}
}
@media screen and (max-width: 700px){
	.estate-header {
		grid-template-columns:1fr;
	}
	.estate-adres {
		justify-content: end;
	}
}
@media screen and (max-width: 600px){
	.estate-infos {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
}



.mb50 {
	margin-bottom: 50px;
}

.aagb__accordion_title {
	color: white !important;
	font-weight: 600 !important;
}

.aagb__accordion_head {
	padding: 15px 20px !important; 
	background-color: rgba(166, 115, 31, 0.55)	!important;
}

.aagb__accordion_active .aagb__accordion_head {
    background: #0E1C45 !important;
}

.aagb__accordion_active .aagb__accordion_head * {
	color: white !important
}
.aagb__accordion_active .aagb__accordion_body {
	background-color: white !important;
	border: none !important
}
body .wp-block-aab-group-accordion .aagb__accordion_active {
	border-width: 0 !important;
}

.wp-block-aab-accordion-item {
    border-radius: 5px !important;
}

.wp-block-aab-accordion-item *:not(.aagb__icon) {
	font-family: Montserrat !important;
}

.wp-block-aab-accordion-item {
	margin-bottom: 5px !important
}
.aagb__icon {
	color: white !important
}

.rounded {
	border-radius: 10px;
	overflow: hidden;
}

p.nameofowner {
    color: #0E1C45;
    font-family: Montserrat;
    font-size:30px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 2.4px;
    margin: 0;
}
.gap20 {
	gap: 20px;
}

.mb20 {
	margin-bottom: 20px !important;
}

@media screen and (max-width: 700px){
	.absologo img {
		height: auto;
	}
}

.popupwrapper {
    position: fixed;
    z-index: 800;
	top: 0;
	left: 0;
    background: #0000006b;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 100px 0;
}

.flexwrapper {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-content {
    max-width: min(90vw, 800px);
    border-radius: 10px;
    background: white;
    padding: 50px 20px;
}

.popup-content .mini-pre-heading {
	margin: 0
}
.popup-content .mini-goldliner {
	font-size: 45px;
}
.popup-content .mini-goldliner::before {
	top: 20px
}

@media screen and (max-width: 800px){
	.popup-content .mini-goldliner {
		font-size: 30px;
	}
}

.popup-content input, .popup-content select, .popup-content textarea {
    border: none;
	width: 100%;
    padding: 10px 20px;
    border-right: 2px solid #0e1c45;
    border-radius: 0;
	background-color: transparent;
    border-bottom: 2px solid #0e1c45;
    font-family: 'Montserrat';
}
.popup-content input:focus, .popup-content select:focus, .popup-content textarea:focus {
	border-color: #c7a56d;
	outline: 0;
}
.popup-content form > p {
	margin-bottom: 0;
}

@media screen and (min-width: 600px){
	.popup-content span[data-name="message"] {
		grid-area: 3/1/3/3
	}
	.popup-content form > p {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		row-gap: 20px;
	}
	.wpcf7-submit {
		background-color: #0E1C45 !important;
		cursor: pointer !important;
		color: white !important
	}
	
}

@media screen and (max-width: 599px){
	.popup-content input, .popup-content select, .popup-content textarea {
		margin-bottom: 20px;
	}
}

.wpcf7-submit {
	margin: 0 !important;
	background-color: #0E1C45 !important;
	cursor: pointer !important;
	color: white !important
}

.popup-content textarea {
	height: 100px;
}
.popup-content {
	position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    top: 20px;
    right: 20px;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #bf8e38;
    font-family: 'Montserrat';
    font-size: 14px;
	color: black
}

.popupwrapper {
	display: none;
}
.wpcf7-response-output {
    margin-top: 10px !important;
}
.contact-p {
	color: #0E1C45;
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	margin: 0;
	font-weight: 600;
	line-height: 128.586%; /* 32.147px */
}
.topborder {
	padding-top: 10px;
	border-top: 2px solid black;
	margin-top: 20px;
}
.block-indicator {
    height: 50px;
    width: 50px;
    background: #0e1c45;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-block {

margin-top: 20px;
}

.contact-block a {
	color: #000;

	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.form-grouped {
    border-top: 2px solid black;
}

.form-grouped input, .form-grouped select, .form-grouped textarea {
    border: none;
	width: 100%;
    padding: 10px 20px;
    border-right: 2px solid #0e1c45;
    border-radius: 0;
	background-color: transparent;
    border-bottom: 2px solid #0e1c45;
    font-family: 'Montserrat';
}
.form-grouped input:focus, .form-grouped select:focus, .form-grouped textarea:focus {
	border-color: #c7a56d;
	outline: 0;
}
.form-grouped form > p {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
	align-items: center;
}

.form-grouped span[data-name="message"] {
	grid-area: 3/1/3/3;

}

.form-grouped span[data-name="message"] textarea {
	height: 100px;
}

.wpcf7-acceptance label {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    justify-content: start;
    column-gap: 10px;
	font-family: Montserrat;
}
.wpcf7-acceptance input {
	margin: 0;
}

.wpcf7-acceptance > span {
	margin: 0;
}

@media screen and (max-width: 600px){
	
	.wpcf7-acceptance {
		margin-bottom: 10px;
		display: block;
	}
}

footer#colophon {
    background: #0e1c45;
    padding: 50px max(50px, calc((100vw - 1920px) / 2));
}
.copyright {
    background: #0B1739;
    padding: 10px max(50px, calc((100vw - 1920px) / 2));
}

.copyright a {
	color: white;
	text-decoration: none;
	opacity: 0.6;
	font-weight: 400;
	font-family: Montserrat;
}

@media screen and (max-width: 1200px){
	.footer-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr !important;
		column-gap: 50px;
		row-gap: 30px;
	}
}
@media screen and (max-width: 800px){
	.footer-wrapper {
		display: grid;
		grid-template-columns: 1fr !important;
		column-gap: 50px;
		row-gap: 30px;
	}
}
.footer-wrapper {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    column-gap: 50px;
    row-gap: 30px;
}

.logo-white-footer img {
    max-width: 350px;
    object-fit: contain;
    width: 100%;
	height: auto;
}

.footer-info {
	max-width: 350px;
	color: #FFF;

	text-align: justify;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin-top: 10px;
	line-height: normal;
}

.menu-label {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.row-menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.row-menu > div:not(.menu-label), .row-menu ul a {
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.row-menu a {
	color: white;
	text-decoration: none;
}

.goldborder img {
    border: 5px solid #a66800;
    border-radius: 50px;
    width: 100%;
}

.darksection {
    background: #0e1c45;
}

.darksection * {
    color: white;
}

.darksection .lined-spacing figure::after, .darksection .lined-spacing figure::before {
	background-color: white;
}

.button {
	cursor: pointer;
}

.button:hover {
	transform: translateX(-5px);
	transition-duration: 0.3s;
} 

.primary-button.gold {
	background-color: #A66800;
	color: white;
	border: 1px solid #A66800;
	width: max-content;
}

p.login-username, p.login-password {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Montserrat';
}

form#loginform {
    max-width: 500px;
}

input#user_login, input#user_pass {
	border: none;
    width: 100%;
    padding: 10px 20px;
    border-right: 2px solid #0e1c45;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #0e1c45;
    font-family: 'Montserrat';
}
input#user_login:focus, input#user_pass:focus {
	border-color: #c7a56d;
    outline: 0;
}

input#wp-submit {
    border: none;
    padding: 10px 30px;
    font-family: 'Montserrat';
    background: #0e1c45;
    color: white;
    font-weight: 600;
}



@media screen and (max-width: 1400px){
	.video-pre-wrapper {
		flex-direction: column !important;
	}
}
.mt100 {
	margin-top: 100px !important;
}

.videos-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}


.custom-player {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.control-buttons {
    position: absolute;
	display: flex;
	align-items: center;
	gap: 20px;
    bottom: 10px;
    right: 10px;
}

.maxed, .maxed img {
	height: 100%;
	object-fit: cover;
}

.video-pre-wrapper-single {
    display: grid !important;
    grid-template-columns: 1fr 300px;
}

@media screen and (max-width: 1300px){
	.custom-player.mt100 {
		margin-top: 0 !important
	}
	.video-pre-wrapper-single {
		display: grid !important;
		grid-template-columns: 1fr;
	}
}

.gold > a {
	background-color: #A66800 !important;
}

.label-title {
    font-size: 16px;
    font-family: 'Montserrat';
}

.smaller.gold-spacing h2 {
	font-size: 30px !important;
}

.hidden {
	transform: translateY(-100%); /* Slide up to hide */
}

.secondshow {
	background: url(/wp-content/uploads/2024/07/PaperPattern.png) lightgray 0% 0% / 150px 150px repeat;
}

.wrapper-aktualnosci {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 50px;
}

.aktualnosc-wrap .lined-link p {
	margin: 0;
}

@media screen and (max-width: 1200px){
	.wrapper-aktualnosci {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 50px;
		row-gap: 50px;
	}
}
@media screen and (max-width: 800px){
	.wrapper-aktualnosci {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 50px;
		row-gap: 50px;
	}
}

.aktualnosc-wrap .content-title {
	font-size: 22px;
}

.aktualnosc-wrap .lined-link {
	margin-top: 12px;
}

div#form-popup {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #00000085;
    top: 0;
    left: 0;
	overflow-y: auto;
    z-index: 5;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.form-wrapper {
	width: 100%;
    padding: 20px;
	max-width: 600px;
	border-radius: 10px;
    background: url(/wp-content/uploads/2024/07/PaperPattern.png) lightgray 0% 0% / 150px 150px repeat;
}

form#informatorForm label {
    font-family: 'Montserrat';
}

button[type="submit"] {
    padding: 15px 30px;
    width: 100%;
    font-family: 'Montserrat';
    background: #0e1c45;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    border: none;
	cursor: pointer;
}

form#informatorForm {
    display: flex;
    flex-direction: column;
    
}

form#informatorForm > label {
	margin-bottom: 20px;
}

form#informatorForm > p {
	margin: 0;
}


div#form-popup input:not([type=submit]){
	border: none;
    width: 100%;
    padding: 10px 20px;
    border-right: 2px solid #0e1c45;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #0e1c45;
    font-family: 'Montserrat';
}
div#form-popup input:not([type=submit]):focus {
	border-color: #c7a56d;
    outline: 0;
}

#form-popup {
	transition-duration: 0.3s;
	opacity: 0;
}
.close-pop {
    padding: 10px 30px;
    width: 100%;
    border: 0;
    border: 2px solid #0e1c45;
    background: transparent;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 10px;
	cursor: pointer;
}

.close-pop:hover {
	outline: none;
	color: #A66800;
	border-color: #A66800
}

@media screen and (max-width: 1200px){
	div#form-popup {
		align-items: start;
	}
}
.sending {
	animation-name: sending;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes sending {
	0% {
		background-color: #0e1c4599;
	}
	50% {
		background-color: #0e1c45;
	} 
	100% {
		background-color: #0e1c458f;
	}
}

.form-wrapper a {
	color: #A66800
}

button[name=submit_informator][disabled] {
    cursor: not-allowed;
	    background: #a66800;
    opacity: 0.8;
}

.wpcf7-form-control-wrap a {
    color: black;
}

.list-wrapper .list-item {
	margin-bottom: 30px;
}



@media screen and (min-width: 1101px){
	.list-item:nth-child(even) .aktualnosci-single-list .media-wrapper {
    grid-area: 1 / 2 / 1 / 2;
}
}

@media screen and (max-width: 600px){
	.lined-link::before {
		content: none
	}
	.lined-link::after {
		content: none
	}
	.lined-link {
		display: none !important;
	}
	.lined-link {
		display: block
	}
}
p {
    font-family: Montserrat;
}
a {
	font-family: Montserrat;
}

.opinia-single.withimage {
	display: grid;
	grid-template-columns: 200px auto;
	column-gap: 20px;
}

.opinia-single.withimage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
} 

@media screen and (max-width: 800px){
	.opinia-single.withimage {
		display: grid;
		grid-template-columns: auto;
		column-gap: 20px;
		row-gap: 20px;
	}
	.opinia-single.withimage img {
		max-height: 300px;
	} 
}

@media screen and (max-width: 1200px){
	.opinia-single.withimage .opinia-footer {
		grid-template-columns: 1fr;
	}
}

.grecaptcha-badge {
	display: none;
}
.opinia-footer-oo {
    display: grid;
	grid-template-columns: 1fr;
	column-gap: 20px;
	align-items: end;
}

.kapital-text {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
}

a.calc-adv:hover {
	color: white !important;
}

.ikonki-social {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
	margin-top: 20px;
}

.ikonki-social img {
	height: 40px;
	width: 40px;
}

.ikonki-social-wrapper {
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	row-gap: 10px;
	margin: 20px 0;
}

.ikonki-social-wrapper img {
	width:50px;
}

.social-icon {
    display: grid
;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width: 1200px){
	.ikonki-social-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
		row-gap: 10px;
	}
}

.ikonki-social-wrapper a {
	text-decoration: none;
	color: #0B1739;
	font-weight: 500;
}


@media screen and (max-width: 500px){
	.estate-single-oferta .estate-image img {
		max-height: 400px;
	}

	.nieruchomosci-grid-oferta > .wp-block-columns {
		display: block;
	}
	/* .margintopmobile {
		margin-top: 20px;
	} */
}

.ikonki-social-wrapper {
    padding: 10px;
    border: 2px solid #0e1c45;
    border-radius: 5px;
}

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

button#load-more-sprzedane {
    border-radius: 5px;
    background: #0e1c45;
    width: 100%;
    padding: 15px 30px;
    color: white;
    font-weight: 700;
    font-family: 'Montserrat';
    border: none;
	cursor: pointer;
}

button#load-more-sprzedane:hover {
	background-color: #A66800;
	transition-duration: 0.2s;
}

.opinia-footer a {
    color: #0e1c45;
    font-family: 'Montserrat';
    font-weight: 600;
}



.opinia-footer {
	margin-bottom: 10px;
}
.ekspert-single img {
	aspect-ratio: 1/1;
	object-fit: contain;
}
.ekspert-single {
    display: grid
;
    grid-template-columns: 300px 1fr;
    gap: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1200px){
	.ekspert-single {
    display: grid
;
    grid-template-columns: 200px 1fr;
    gap: 20px;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 786px){
	.ekspert-single {
    display: grid
;
    grid-template-columns: 150px 1fr;
    gap: 20px;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 456px){
	.ekspert-single {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 20px;
	margin-bottom: 30px;
}
}
.ekspert-single  img {
	border: 3px solid #0e1c45;
	border-radius: 10px;
}


.info-block {
    padding: 20px;
    border: 2px solid #0e1c45;
    border-radius: 10px;
}
.info-block p {
	margin: 0;
}

#page * {
	font-family: 'Montserrat';
}

.aagb__icon_dashicons_box {
    display: none !important;
}
.forminator-label {
    color: #0e1c45;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

.forminator-input, .forminator-textarea {
	border: #0e1c45 2px solid !important;
	border-radius: 0 !important;
	background-color: rgba(255, 255, 255, 0.387);
	padding: 10px 20px !important;
	font-family: 'Montserrat' !important;
}
button.forminator-button.forminator-button-submit {
    border-radius: 10px !important;
    background: #0e1c45;
    color: white;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    width: 100% !important;
    display: block !important;
    margin: 20px 0 !important;
    width: 100% !important;
    padding: 15px 20px !important;
}

.wp-block-embed {
	border-radius: 10px !important;
	overflow: hidden;
}


.inwestuj-popup-init {
    position: fixed;
    background: #0000005e;
    width: 100%;padding: 20px;
    height: 100%;
    left: 0;
    top: 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.inwestuj-popup {
    background: white;
	position: relative;
    border-radius: 20px;
	width: 100%;
    max-width: 700px;
    padding: 30px;
}

.inwestuj-popup-header {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}
button.inwestuj-popup-close {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 32px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.inwestuj-popup-steps ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: step;
}

.inwestuj-popup-steps ol li {
	counter-increment: step;
	position: relative;
	padding-left: 40px; /* space for the numbered circle */
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.inwestuj-popup-steps ol li::before {
	content: counter(step);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #0B1739; /* red circle */
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
}
.inwestuj-popup-steps li {
    font-size: 18px;
    font-weight: 400;
    color: black;
}
.inwestuj-popup-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    margin: 20px 0;
}

a.inwestuj-popup-link {
    padding: 15px 20px;
    display: block;
    background: #0b1739;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

.laneSwiper .swiper-wrapper {
	align-items: center;}

.iframe-class .wp-block-embed__wrapper iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.wp-block-embed__wrapper {
    display: flex
;
}

.padding-iframe iframe {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 20px;
}

@media screen and (max-width: 786px){
.padding-iframe iframe {
    margin-right: 20px;
    margin-left: 20px;
	margin-bottom: 20px;
    border-radius: 20px;
}	
}

span.select2-selection.select2-selection--single {
    border: 2px solid #0e1c45 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-1524.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected, .forminator-select-dropdown-container--open .forminator-custom-form-1524.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box) {
    background-color: #0e1c45 !important;
    color: #FFFFFF !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-1524.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    outline: 2px solid #0e1c45 !important;
    outline-offset: -2px !important	;
}

.forminator-ui#forminator-module-1524.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:focus {
    outline: none !important;
    outline-offset: 1px;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-multi-upload {
	border: 2px dashed #0e1c45 !important;
}

.select2-container * {
	font-family: Montserrat !important;
	color: black;
}

.inwestuj-popup-header.mini-goldliner p {
    margin: 0;
    letter-spacing: 0px;
}


.inwestuj-popup-step-index svg {
    height: 25px;
    width: 38px;
	z-index: 0;
	position: relative;
}

.step-number {
    display: block;
    width: 38px;
    height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    display: flex;
    justify-content: center;
	color: white;
	font-weight: 400;
    align-items: center;
    padding-right: 5px;
}

.inwestuj-popup-step {
	position: relative;
}

.inwestuj-popup-step-index {
    display: flex;
    flex: none;
}

.inwestuj-popup-step-text {
    font-weight: 400;
    color: #0e1c45;
		font-size: 18px;
}
.inwestuj-popup-step {
    display: flex
;
    gap: 10px;
}

.inwestuj-popup-steps {
    display: grid
;
    gap: 15px;

}

.inwestuj-popup-header.mini-goldliner {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #0e1c45;
}
.inwestuj-popup-header.mini-goldliner p {
	margin: 0;
}
.inwestuj-popup-header.mini-goldliner::before {
    top: 15px;
    height: 15px;
}


.mini-line-header {
	font-size: 35px;
	font-weight: 500;
	color: #0e1c45;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

/* After element: dot with a horizontal line */
.mini-line-header::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;

	/* dot + line achieved with two layered backgrounds:
	   - radial-gradient for the dot (left)
	   - linear-gradient for the line starting after the dot */
	width: 100%; /* adjust total length */
	flex: 1;
	height: 12px; /* contains the dot height; line is thinner */
	background:
	  radial-gradient(circle at center, #A66800 50%, transparent 51%) 0 center / 12px 12px no-repeat,
	  linear-gradient(#A66800, #A66800) 12px center / calc(100% - 12px) 2px no-repeat;
}

/* Optional: shorter on small screens */
@media (max-width: 600px) {
	.mini-line-header::after {
		width: 100%;
		flex: 1;
		margin-left: 8px;
		background:
		  radial-gradient(circle at center, #A66800 50%, transparent 51%) 0 center / 10px 10px no-repeat,
		  linear-gradient(#A66800, #A66800) 10px center / calc(100% - 10px) 2px no-repeat;
	}
}


.default-global-style em {
	font-style: normal;
	color: #A66800;
}


.single-tile-adv {
    padding: 20px;
    border-radius: 10px;
    background: #0e1c45;
}

.single-tile-adv .tile-header {
	font-size: 16px;
	margin: 0;
	color: white;
	line-height: 120%;
	font-weight: 500;
}

.single-tile-adv p {
	font-size: 14px;
	color: white;
	font-weight: 400;
	line-height: 120%;
}
.check-step p {
	font-size: 14px;
	color: #0B1739;
	font-weight: 400;
	margin-top: 0;
	line-height: 120%;
}
.check-step h5{
	margin: 0;
	margin-bottom: 6px;
}
.check-step .wp-block-columns {
	gap: 10px;
	flex-direction: row !important;
}

button.inwestuj-popup-close {
	cursor: pointer;
	z-index: 10;
}

.forminator-field--phone {
padding-left: 80px !important}

.bordered-image img {
border-radius: 20px;
	aspect-ratio: 1.3/1;
	object-fit: cover;
border: 2px solid #A66800;
	width: 100%;
}

p {
color: #0e1b45
}
strong {
	color: #0e1b45
}
.check-step h5 {
    margin: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: #0e1b45;
}