/*!
Theme Name: Aternus
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: aternus
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.

Aternus 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
	- 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;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

.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;
}

/* General */
:root {
	--orion-grey: #D8D8D8;
	--orion-orange: #EF592C;
	--orion-white: #fff;
	--orion-black: #000;
	--orion-blue: #0B1C2A;
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--orion-blue);
}

body.menu-open {
	overflow: hidden;
}

.page {
	margin: 0;
}

.container {
	max-width: 1280px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

p a, p a:hover {
	color: inherit;
	text-decoration: underline;
}

body:not(.page-template-template-coming-soon) .button {
	background-color: var(--orion-orange);
	color: var(--orion-white);
	padding: 10px 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border-radius: 100px;
	transition: all .3s;
	font-size: 14px;
	line-height: 1;
}

body:not(.page-template-template-coming-soon) .button.secondary {
	background-color: var(--orion-white);
	color: var(--orion-orange);
}

body:not(.page-template-template-coming-soon) .button.tertiary {
	background-color: var(--orion-blue);
	color: var(--orion-white);
}

body:not(.page-template-template-coming-soon) .button:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 12px;
	background-image: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' xmlns='http://www.w3.org/2000/svg'><circle cx='6.5' cy='6' r='6' fill='white'/></svg>");
	background-size: contain;
	transition: all .3s;
}

body:not(.page-template-template-coming-soon) .button.secondary:before {
	background-image: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' xmlns='http://www.w3.org/2000/svg'><circle cx='6.5' cy='6' r='6' fill='%23EF592C'/></svg>");
}

body:not(.page-template-template-coming-soon) .button:hover {
	background-color: var(--orion-white);
	color: var(--orion-orange);
}

body:not(.page-template-template-coming-soon) .button.secondary:hover {
	background-color: var(--orion-blue);
	color: var(--orion-white);
}

body:not(.page-template-template-coming-soon) .button:hover:before {
	background-image: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' xmlns='http://www.w3.org/2000/svg'><circle cx='6.5' cy='6' r='6' fill='%23EF592C'/></svg>");
}

body:not(.page-template-template-coming-soon) .button.secondary:hover:before {
	background-image: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' xmlns='http://www.w3.org/2000/svg'><circle cx='6.5' cy='6' r='6' fill='white'/></svg>");
}

/* Fonts */
@font-face {
	font-family: 'PP Neue Montreal';
	src: url('/wp-content/themes/aternus/fonts/ppneuemontreal-book.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'PP Neue Montreal';
	src: url('/wp-content/themes/aternus/fonts/ppneuemontreal-bold.ttf');
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, body, a, input, button {
	font-family: 'PP Neue Montreal', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0;
}

h1, h2, .h2 {
	font-size: 48px;
	line-height: 64px;
}

p {
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 1.5em;
}

@media (max-width: 767px) {
	h1, h2 {
		font-size: 32px;
		line-height: 1.2;
	}
	p {
		font-size: 14px;
	}
}

@media (max-width: 339px) {
	h1, h2 {
		font-size: 26px;
	}
}

/* Coming soon */
.page-template-template-coming-soon .site-header, .page-template-template-coming-soon .site-footer {
	display: none;
}

.coming-soon-hero {
	display: flex;
}

.coming-soon-hero .content {
	width: 50%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image: url(/wp-content/uploads/2025/09/ornaments.svg);
	background-size: cover;
}

.coming-soon-hero .content .upper-part img {
	display: block;
	margin-bottom: 35px;
}

.coming-soon-hero .content .upper-part h1 {
	font-size: 24px;
	font-weight: 400;
	max-width: 220px;
	line-height: 1.2;
	color: #0B1C2A;
}

.coming-soon-hero .content .lower-part h2 {
	color: #0B1C2A;
	max-width: 200px;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 40px;
}

.coming-soon-hero .content .lower-part h2 .accent {
	color: #B9644B;
}

.coming-soon-hero .content .lower-part .address {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 100px;
}

.coming-soon-hero .content .lower-part .address p {
	color: #0B1C2A;
	font-size: 12px;
	line-height: 1;
	margin: 0;
}

.coming-soon-hero .content .lower-part .address img {
	width: 80px;
}

.coming-soon-hero .image {
	width: 50%;
}

.coming-soon-hero .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1.015);
}

.coming-soon-hero .content .image-mobile {
	display: none;
}

@media (min-width: 1025px) {
	.coming-soon-hero {
		height: 100vh;
		min-height: 650px;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.coming-soon-hero {
		min-height: unset;
	}
	.coming-soon-hero .content {
		width: 100%;
		padding: 0;
	}
	.coming-soon-hero .content .upper-part {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 50px 40px 0;
	}
	.coming-soon-hero .content .upper-part h1 {
		max-width: 320px;
		margin-bottom: 35px;
	}
	.coming-soon-hero .content .image-mobile {
		display: block;
	}
	.coming-soon-hero .content .lower-part {
		padding: 64px 40px;
	}
	.coming-soon-hero .image {
		display: none;
	}
}

/* Contact form general */
.wpcf7 p {
	margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 form input {
	background-color: transparent;
	border: 0;
	width: 100%;
	border-radius: 0;
	transition: all .3s;
}

.wpcf7 form input:focus {
	outline: 0;
}

.wpcf7 button {
	appearance: none;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	cursor: pointer;
}

@keyframes cf7-shake {
  0%, 100%   { transform: translateX(0); }
  20%, 60%   { transform: translateX(-8px); }
  40%, 80%   { transform: translateX(8px);  }
}

.wpcf7-form-control-wrap.shake {
	animation: cf7-shake 0.5s ease-in-out;
}

.wpcf7-not-valid-tip, .wpcf7-response-output, .wpcf7 br {
	display: none;
}

.success-wrapper {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}

/* Header */
.site-header .site-branding {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 2;
}

.site-header .site-branding svg {
	max-width: 100%;
}

.site-header .site-branding svg, .site-header .site-branding svg * {
	transition: fill 0.3s ease, stroke 0.3s ease, color 0.3s ease;
}

.admin-bar .site-header .site-branding {
	top: 62px;
}

.site-header .buttons {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 30px;
	left: 40px;
	right: 40px;
	z-index: 4;
	transition: all .3s;
}

.site-header .buttons.fixed {
	position: fixed;
	top: 40px;
	bottom: unset;
}

.site-header .buttons a, .site-header .buttons a * {
	cursor: pointer;
	transition: all .3s;
}

body.menu-open .site-header .buttons a.contact-form {
	visibility: hidden;
	opacity: 0;
}

body.menu-open .site-header .buttons {
	position: fixed;
	top: 40px;
	right: 40px;
	left: unset;
	bottom: unset;
	max-width: 50%;
}

body.menu-open .site-header .buttons a.open-menu {
	transform: rotate(45deg);
}

body.menu-open .site-header .buttons a.open-menu circle {
	fill: var(--orion-blue);
}

@media (max-width: 767px) {
	.site-header .buttons, .site-header .buttons.fixed {
		position: fixed;
		top: unset;
		bottom: 30px;
	}
	body.menu-open .site-header .buttons {
		top: 36px;
	}
}

/* Hero */
.hero {
	display: flex;
	justify-content: center;
	aspect-ratio: 1280/1860;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.hero .container {
	z-index: 2;
}

.hero .wrapper-1 {
	max-width: 590px;
	margin: 300px auto 0;
	text-align: center;
}

.hero h1 {
	color: var(--orion-grey);
	margin: 0 0 36px;
}

.hero h2 {
	color: var(--orion-black);
	margin: 0 0 36px;
}

.hero .wrapper-1 p {
	color: var(--orion-grey);
	max-width: 380px;
	margin: 0 auto 36px;
}

.hero .wrapper-2 {
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 585px;
	margin: 0 auto;
	text-align: center;
}

.hero .wrapper-2 p {
	color: var(--orion-black);
	max-width: 380px;
	margin: 0 auto;
}

.hero .video-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.hero #stars-animation {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.05);
}

@media (min-width: 1920px) {
	.hero .wrapper-1 {
		margin-top: 400px;
	}
}

@media (max-width: 1024px) {
	.hero {
		aspect-ratio: 390/1420;
	}
}

@media (max-width: 767px) {
	.hero .wrapper-1 {
		margin-top: 200px;
		max-width: 310px;
	}
	.hero .wrapper-2 {
		bottom: 25%;
		width: 310px;
		max-width: 100%;
	}
}

@media (max-width: 319px) {
	.hero {
		aspect-ratio: unset;
		min-height: 1420px !important;
	}
}

/* Park */
.park {
	background-size: cover;
	background-position: center center;
	background-color: var(--orion-grey);
	padding: 80px 0;
}

.park h2 {
	text-align: center;
	padding: 0 40px;
	margin: 0 auto 36px;
}

.park > p {
	text-align: center;
	margin: 0 auto 56px;
	padding: 0 40px;
}

.park-slider {
	cursor: grab;
}

.park-slider svg {
	width: 100%;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	z-index: 1;
}

.single-park .img-wrap {
	position: relative;
}

.single-park img {
	transition: all .3s;
	position: relative;
	z-index: 2;
	object-fit: cover;
	border-radius: 50%;
	aspect-ratio: 1/1;
}

.single-park p {
	margin: 56px auto 0;
	text-align: center;
	transition: all .3s;
	visibility: visible;
	opacity: 1;
}

.park-slider .swiper-slide:not(.swiper-slide-active) .single-park img {
	transform: scale(.5);
}

.park-slider .swiper-slide:not(.swiper-slide-active) p {
	visibility: hidden;
	opacity: 0;
}

@media (min-width: 1280px) {
	.single-park img {
		display: block;
		margin: 0 auto;
		max-width: 500px;
		width: 500px;
		height: 500px;
		margin: 0 auto;
	}
}

/* Title */
.title {
	padding: 65px 0;
	background-color: var(--orion-blue);
}

.title h2 {
	max-width: 590px;
	margin: 0 auto;
	color: var(--orion-white);
	text-align: center;
	font-size: 36px;
	line-height: 48px;
}

.reveal-word-inner {
	display: inline-block;
	transform: translateX(100%);
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s ease;
}

.title h2.is-visible .reveal-word-inner {
	transform: translateX(0);
	opacity: 1;
}

.title.with-dot h2:after {
	content: "●";
	margin-left: 10px;
	display: inline-block;
}

.title.with-dot h2 {
	max-width: 790px;
	height: 200px;
}

@media (max-width: 767px) {
	.title.with-dot {
		padding: 110px 0;
	}
	.title h2 {
		font-size: 32px;
		line-height: 1;
	}
	.title.with-dot h2 {
		font-size: 26px;
		line-height: 1;
		height: 130px;
	}
}

/* Life */
.life-desktop {
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-wrap: wrap;
}

.life-item {
	padding: 28px;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	width: 33.33%;
	border: 1px solid #D1D1D1;
	aspect-ratio: 1/1;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.life-item:hover {
	background-color: var(--orion-orange);
}

.life-item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 150%;
	background-color: #D1D1D133;
	transform: rotate(45deg);
	transform-origin: bottom left;
}

.life-item h3 {
	max-width: 360px;
	font-size: 36px;
	line-height: 48px;
	color: var(--orion-white);
	margin: 0;
}

.life-item p {
	color: var(--orion-white);
	margin: 0;
}

.life-item .hidden-text {
	display: none;
}

.typed-text {
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-40px);
	clip-path: inset(0 100% 0 0);
	transition:
		clip-path 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
		transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
		opacity 0.3s ease,
		visibility 0.3s ease;
}

.life-desktop .life-item.text-active .typed-text {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
}

.life-mobile .swiper-pagination-bullet {
	margin: 0 6.5px;
	width: 10.5px;
	height: 10.5px;
	background-color: var(--orion-grey);
	opacity: 1;
}

.life-mobile .swiper-pagination-bullet-active {
	background-color: var(--orion-blue);
}

@media (min-width: 768px) {
	.life-mobile {
		display: none !important;
	}
}

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

@media (max-width: 767px) {
	.life-desktop {
		display: none !important;
	}
	.life-item {
		width: auto;
		background-color: var(--orion-orange);
		padding: 28px 28px 56px 28px;
	}
	.life-item h3 {
		font-size: 32px;
		line-height: 1;
		max-width: 300px;
	}
}

/* Nature */
.nature {
	background-position: center center;
	background-size: cover;
	aspect-ratio: 1280/1340;
	padding: 150px 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.nature .container:first-child {
	max-width: 630px;
	margin: 0 auto;
	text-align: center;
}

.nature .container:first-child h2 {
	max-width: 500px;
	margin: 0 auto 36px;
}

.nature p {
	margin: 0;
}

.nature .container:nth-child(2) {
	color: var(--orion-white);
	max-width: 750px;
	margin-left: 0;
}

@media (min-width: 1920px) {
	.nature {
		padding: 300px 0 80px;
	}
}

@media (max-width: 767px) {
	.nature {
		aspect-ratio: 390/930;
		padding: 80px 0 50px;
	}
	.nature .container:nth-child(2) h2 {
		font-size: 26px;
	}
}

/* Map */
#map {
	min-height: 650px;
}

.gm-popover {
	position: absolute;
	transform: translate(-50%, -100%);
	background: var(--orion-grey);
	color: #000;
	padding: 32px;
	border-radius: 1000px;
	pointer-events: auto;
	max-width: 365px;
	text-align: center;
	font-family: 'PP Neue Montreal', sans-serif;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.gm-popover.show {
	opacity: 1;
	visibility: visible;
}

.gm-popover .loc-title {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

.gm-popover .loc-distance {
	margin: 0 0 16px;
}

.gm-popover .loc-description {
	margin: 0;
}

@media (max-width: 767px) {
	#map {
		min-height: 400px;
	}
	.gm-popover {
		border-radius: 60px;
		max-width: 265px;
	}
	.gm-popover .loc-title {
		font-size: 14px;
	}
}

/* Architecture */
.pattern-top, .pattern-bottom {
	display: flex;
	background-color: #D9D9D9;
}

.pattern-top img, .pattern-bottom img {
	width: 100%;
	height: auto;
}

.architecture {
	background-color: #D9D9D9;
	display: flex;
}

.architecture-slider {
	width: 50%;
}

.architecture-slider img {
	display: block;
	height: 100%;
	width: 100%;
	aspect-ratio: 640/420;
	object-fit: cover;
	object-position: center center;
}

.architecture-description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	padding: 28px;
}

.architecture-description h2 {
	max-width: 560px;
	margin: 0 0 36px;
}

.architecture-description p {
	max-width: 580px;
	margin: 0 0 1.5em;
}

.architecture-description p:last-child {
	margin: 0;
}

.architecture-slider .swiper-pagination {
	width: auto !important;
	bottom: 15px !important;
	right: 10px !important;
	left: unset !important;
	top: unset !important;
}

.architecture-slider .swiper-pagination-bullet {
	margin: 0 8px;
	background-color: var(--orion-grey);
	width: 12px;
	height: 12px;
	opacity: 1;
}

.architecture-slider .swiper-pagination-bullet-active {
	background-color: var(--orion-orange);
}

@media (min-width: 768px) {
	.pattern-top.mobile, .pattern-bottom.mobile {
		display: none;
	}
}

@media (max-width: 1024px) {
	.architecture {
		flex-direction: column-reverse;
	}
	.architecture-slider {
		width: 100%;
	}
	.architecture-description {
		width: 100%;
		padding: 40px;
		border: 0;
		border-top: 1px solid #B9B9B9;
	}
	.architecture-description h2, .architecture-description p {
		max-width: 100%;
	}
	.architecture-slider .swiper-pagination {
		width: 100% !important;
		right: unset !important;
	}
}

@media (max-width: 767px) {
	.pattern-top.desktop, .pattern-bottom.desktop {
		display: none;
	}
}

/* Experience */
.experience {
	background-color: #D9D9D9;
	background-size: cover;
	background-position: center center;
}

.experience .container {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
}

.experience h2 {
	max-width: 610px;
	padding-right: 30px;
}

.experience-text {
	max-width: 185px;
}

.experience-text p {
	margin: .5em 0 2em;
}

.experience-text .button {
	min-width: 185px;
}

.experience-slider-nav {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	align-items: flex-end;
	flex: 1;
}

.experience-slider-nav svg {
	cursor: pointer;
}

.experience-slider .swiper-slide {
	width: auto;
}

.experience-slider .swiper-slide img {
	display: block;
	height: 570px;
	width: auto;
	object-fit: cover;
}

.experience-slider .swiper-pagination {
	bottom: 25px !important;
}

.experience-slider .swiper-pagination-bullet {
	margin: 0 8px;
	background-color: var(--orion-grey);
	width: 12px;
	height: 12px;
	opacity: 1;
}

.experience-slider .swiper-pagination-bullet-active {
	background-color: var(--orion-orange);
}

@media (min-width: 1025px) {
	.experience-slider .swiper-pagination {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.experience {
		background-image: unset !important;
	}
	.experience .container {
		flex-wrap: wrap;
		padding: 48px 40px;
	}
	.experience h2 {
		max-width: 100%;
		padding-right: 0;
		margin: 0 0 36px;
	}
	.experience-text p {
		margin: 0 0 36px;
	}
	.experience-slider .swiper-slide {
		aspect-ratio: 1/1;
	}
	.experience-slider img {
		width: 100% !important;
		height: 100% !important;
	}
	.experience-slider-nav {
		display: none;
	}
}

/* Team */
.team {
	padding: 125px 0;
	background-size: cover;
	background-position: center center;
}

.team > a {
	display: block;
}

.team > a > img {
	display: block;
	margin: 0 auto 70px;
	padding: 0 25px;
	max-height: 135px;
}

.team > p {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 25px;
}

.team-slider {
	margin: 80px 0 0;
}

.team-slider .swiper-wrapper {
	transition-timing-function: linear;
}

.team-slider .swiper-slide {
	text-align: center;
}

.team-slider .team-image {
	margin-bottom: 20px;
}

.team-slider .team-image img {
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	object-position: center top;
}

.team-slider .team-image:after {
	position: relative;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: var(--orion-blue);
	margin: -12px auto 0;
	border-radius: 50%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.team-slider .about-member {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.team-slider .swiper-slide:hover .about-member, .team-slider .swiper-slide:hover .team-image:after {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 767px) {
	.team {
		padding: 80px 0;
	}
	.team > img {
		width: 300px;
		max-width: 100%;
		margin: 0 auto 60px;
	}
	.team-slider {
		margin: 60px 0 0;
	}
	.team-slider .about-member {
		visibility: visible;
		opacity: 1;
	}
}

/* CTA */
.cta {
	padding: 80px 0;
	background-color: var(--orion-orange);
}

.cta .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cta h2 {
	max-width: 670px;
	margin: 0 auto 48px;
	color: var(--orion-white);
	text-align: center;
}

.cta .button {
	width: 380px;
	max-width: 100%;
}

@media (max-width: 767px) {
	.cta {
		padding: 105px 0;
	}
}

/* Footer */
.site-footer {
	background-color: var(--orion-blue);
	padding: 0 0 30px;
}

.site-footer .top-wrapper, .site-footer .bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.site-footer .bottom-wrapper {
	margin-top: -10px;
}

.site-footer .logo img {
	max-width: 155px;
	margin-left: -25px;
}

.site-footer .socials {
	display: flex;
	gap: 20px;
}

.site-footer .copyright {
	color: var(--orion-grey);
}

.site-footer .menu ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 5px;
	margin: 0;
}

.site-footer .menu ul li a {
	color: var(--orion-white);
	font-size: 14px;
	line-height: 1;
}

@media (min-width: 768px) {
	.site-footer .menu.mobile {
		display: none;
	}
}

@media (max-width: 1024px) {
	.site-footer .bottom-wrapper {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding: 80px 0 48px;
	}
	.site-footer .copyright {
		width: 100%;
		text-align: center;
	}
	.site-footer .menu {
		padding: 0 0 10px;
	}
	.site-footer .menu ul {
		flex-direction: column;
		align-items: center;
		row-gap: 36px;
	}
	.site-footer .menu.desktop {
		display: none;
	}
}

/* Menu popup */
.menu-popup {
	height: 100vh;
	min-height: 100%;
	background-color: var(--orion-orange);
	z-index: 3;
	padding: 40px 40px 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	inset: 0;
	overflow-y: auto;
}

.menu-popup.active {
	visibility: visible;
	opacity: 1;
}

.menu-top, .menu-bottom {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.menu-top .socials {
	display: flex;
	gap: 20px;
}

.menu-close {
	cursor: pointer;
}

.menu-popup .menu {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding: 50px 0;
}

.menu-popup .menu li a {
	display: flex;
	align-items: center;
	font-size: 48px;
	line-height: 64px;
	color: var(--orion-white);
	transition: all .3s;
	gap: 20px;
}

.menu-bottom .address {
	color: var(--orion-white);
	font-size: 14px;
	line-height: 1;
	width: 40%;
}

.menu-bottom .logo {
	width: 20%;
	text-align: center;
}

.menu-bottom .logo a {
	display: block;
}

.menu-bottom .logo img {
	max-width: 155px;
}

.menu-bottom .coordinates {
	text-align: right;
	width: 40%;
}

.menu-bottom .coordinates a {
	background-color: var(--orion-white);
	color: var(--orion-orange);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 100px;
	font-size: 14px;
	line-height: 1;
	padding: 6px 8px;
	cursor: pointer;
}

.menu-bottom .coordinates a:before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 16px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="16" viewBox="0 0 11 16" fill="none"><path d="M5.32863 0C8.26436 0 10.6582 2.39389 10.6582 5.32968C10.6582 9.37967 5.81051 15.6629 5.32863 15.6629C4.8018 15.6629 -0.000946999 9.16899 -0.000946999 5.32968C-0.000946999 2.39389 2.38778 0 5.32863 0ZM5.32863 7.89416C6.78143 7.89416 7.96328 6.71228 7.96328 5.25945C7.96328 3.80662 6.78143 2.62475 5.32863 2.62475C3.87583 2.62475 2.69397 3.80662 2.69397 5.25945C2.69397 6.71228 3.87583 7.89416 5.32863 7.89416Z" fill="%23EF592C"/></svg>') no-repeat center;
	background-size: contain;
}

@media (min-width: 1025px) {
	.menu-popup .menu li a:before {
		display: block;
		position: absolute;
    	left: -20px;
		content: '';
		width: 34px;
		height: 34px;
		background: var(--orion-blue);
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		border-radius: 50%;
	}
	.menu-popup .menu li a:hover {
		color: var(--orion-blue);
		padding-left: 15px;
	}
	.menu-popup .menu li a:hover:before {
		visibility: visible;
		opacity: 1;
		left: -35px;
	}
}

@media (max-width: 767px) {
	.menu-popup {
		padding: 40px 40px 120px;
		justify-content: space-between;
	}
	.menu-popup .menu {
		gap: 24px;
	}
	.menu-popup .menu li a {
		font-size: 24px;
		line-height: 1.2;
		text-align: center;
	}
	.menu-bottom {
		flex-direction: column;
		gap: 16px;
	}
	.menu-bottom .logo {
		display: none;
	}
	.menu-bottom .address, .menu-bottom .coordinates {
		width: 100%;
		text-align: center;
	}
	.menu-bottom .coordinates a {
		width: 100%;
	}
}

/* Contact popup */
.contact-popup {
	height: 100vh;
	min-height: 100%;
	background-color: var(--orion-orange);
	z-index: 3;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	padding: 40px 40px 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	inset: 0;
	overflow-y: auto;
}

.contact-popup.active {
	visibility: visible;
	opacity: 1;
}

.contact-popup-top {
	display: flex;
	justify-content: flex-end;
}

.contact-popup-form h2 {
	display: block;
	font-size: 36px;
	line-height: 48px;
	color: var(--orion-white);
	max-width: 630px;
	margin: 0 auto 48px;
	text-align: center;
}

.contact-popup-form .h2 a {
	display: block;
	font-size: 36px;
	line-height: 48px;
	color: var(--orion-white);
	margin: 0 auto 20px;
	text-align: center;
}

.contact-popup-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-popup-bottom a {
	color: var(--orion-white);
	font-size: 14px;
	line-height: 1;
	width: 40%;
	text-transform: uppercase;
}

/*
.contact-popup-bottom a:last-child {
	text-align: right;
}
*/

.contact-popup-bottom .logo {
	display: block;
	width: 20%;
	text-align: center;
}

.contact-popup-bottom .logo img {
	max-width: 155px;
}

@media (max-width: 767px) {
	.contact-popup {
		height: auto;
        overflow-y: visible;
		justify-content: center;
		padding: 60px 30px 60px 30px;
	}
	.contact-popup-form h2 {
		font-size: 24px;
		margin: 26px auto 26px;
		line-height: 1.2;
	}
	.contact-popup-bottom {
		flex-direction: column;
	}
	.contact-popup-bottom a {
		width: 100%;
		text-align: center;
		order: 3;
	}
	.contact-popup-bottom .logo {
		width: 100%;
		order: 1;
		margin-top: -20px;
	}
	.contact-popup-bottom a:last-child {
		width: 100%;
		text-align: center;
		order: 2;
		margin: -10px 0 10px;
	}
}

/* Contact form & CTA popup */
.contact-popup .wpcf7, .cta .wpcf7 {
	max-width: 990px;
	margin: 0 auto 30px;
}

.contact-popup .wpcf7-form > p, .cta .wpcf7-form > p {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	column-gap: 24px;
}

.contact-popup .wpcf7-form > p > span, .cta .wpcf7-form > p > span {
	width: 100%;
	margin: 0 0 48px;
}

.contact-popup .wpcf7 form input, .cta .wpcf7 form input {
	color: var(--orion-white);
	border-bottom: 1px solid var(--orion-white);
	padding: 0 0 26px;
	font-size: 36px;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

.contact-popup .wpcf7 form input::placeholder, .cta .wpcf7 form input::placeholder {
	color: var(--orion-white);
}

.contact-popup .wpcf7 button, .cta .wpcf7 button {
	display: flex;
	width: 385px;
	max-width: 100%;
	margin: 12px auto 0;
}

.contact-popup-form .success-wrapper, .cta .success-wrapper {
	justify-content: center;
	margin: 0 auto;
	color: var(--orion-white);
}

@media (max-width: 767px) {
	.contact-popup .wpcf7, .cta .wpcf7 {
		max-width: 100%;
	}
	.contact-popup .wpcf7-form > p > span, .cta .wpcf7-form > p > span {
		width: 100%;
		margin: 0 0 16px;
	}
	.contact-popup .wpcf7 form input, .cta .wpcf7 form input {
		font-size: 24px;
		padding: 0 0 20px;
	}
	.contact-popup .wpcf7 button, .cta .wpcf7 button {
		margin: 10px auto 0;
	}
}

/* Contact form coming soon */
.page-template-template-coming-soon .wpcf7 {
	max-width: 285px;
}

.page-template-template-coming-soon .wpcf7 form input {
	border-bottom: 1px solid #000000;
	color: #0B1C2A;
	padding: 5px 0;
	margin-bottom: 16px;
	font-size: 12px;
}

.page-template-template-coming-soon .wpcf7 form input::placeholder {
	color: #0B1C2A;
}

.page-template-template-coming-soon .wpcf7 form input[aria-invalid="true"] {
	color: #0B1C2A;
	border-color: #0B1C2A;
}

.page-template-template-coming-soon .wpcf7 form input[aria-invalid="true"]::placeholder {
	color: #0B1C2A;
}

.page-template-template-coming-soon .wpcf7 button {
	margin-top: 16px;
	border-radius: 0;
	background-color: #0B1C2A;
	width: 100%;
	font-size: 12px;
	color: #fff;
	padding: 8px 16px;
}

.page-template-template-coming-soon .success-wrapper p {
	max-width: 220px;
}

@media (max-width: 767px) {
	.page-template-template-coming-soon .wpcf7 {
		max-width: 315px;
	}
	.page-template-template-coming-soon .wpcf7 button {
		min-height: 50px;
	}
}

/* Privacy policy */
.page-template-template-policy .site-header .site-branding svg, .page-template-template-policy .site-header .site-branding svg * {
	fill: var(--orion-blue) !important;
}

.page-template-template-policy .site-header .site-branding {
	position: relative;
	top: unset;
}

.page-template-template-policy .site-header {
	background-color: #D8D8D8;
}

.privacy-policy {
	padding: 50px 0;
	background-color: #D8D8D8;
}

/* Cookies */
.cky-consent-bar {
	border-radius: 0px !important;
	border: 0 !important;
}

.cky-btn {
	padding: 10px !important;
	color: var(--orion-blue) !important;
	line-height: 1 !important;
	border-radius: 30px !important;
	border: 1px solid var(--orion-blue) !important;
	background: var(--orion-white) !important;
	transition: all .3s !important;
}

.cky-btn:hover {
	background: var(--orion-blue) !important;
	color: var(--orion-white) !important;
	opacity: 1 !important;
}

.cky-btn-revisit {
	box-shadow: none !important;
}

.cky-btn-accept {
	background-color: var(--orion-orange) !important;
	color: var(--orion-white) !important;
	border: 1px solid var(--e-orion-orange) !important;
}

.cky-btn-accept:hover {
	background-color: var(--orion-blue) !important;
	border: 1px solid var(--orion-blue) !important;
}

.cky-title, .cky-preference-title, .cky-accordion-btn {
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
	color: var(--orion-blue) !important;
}

.cky-accordion-header .cky-accordion-btn:hover, .cky-btn-close:hover {
	background-color: unset !important;
}

.cky-consent-container p, .cky-modal p, .cky-show-desc-btn {
	letter-spacing: 0 !important;
	color: var(--orion-back) !important;
}

.cky-accordion-header .cky-always-active {
	font-weight: 400 !important;
}

.cky-btn-revisit-wrapper, div[data-cky-tag="powered-by"] {
	display: none !important;
}